@charset "UTF-8";

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

:root {
    --container-width: 1340px;
    --container-padding: 20px;
    --font-family: "Proxima Nova", sans-serif;
    --second-family: "Lato", sans-serif
}

@font-face {
    font-display: swap;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato-v24-latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/proximanova_regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/proximanova-regularit.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/proximanova-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/proximanova-bold.woff) format("woff")
}

html {
    scroll-behavior: smooth;
    background-color: #fff
}

body {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #575757
}

img {
    display: block
}

a {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.main {
    padding-top: 12px;
}

section {
    padding: 90px 0
}

.mt-12 {
    margin-top: 12px !important;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    border: 1px solid #888;
    padding: 15px 20px 0 15px;
    width: auto;
    max-width: 1100px;
    border-radius: 5px!important;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content h3 {
    margin-bottom: 16px;
    margin-top: 16px;
}

.modalhome {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modalhome.active {
  display: flex;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 32px;
  color: #000000;
  cursor: pointer;
}

.close.sert-img {
    top: 0px;
    right: 4px;
}


.archive .main {
    min-height: 60vh;
}

/* Подменю по умолчанию скрыты */
.sub-menu,
.mega-menu {
    display: none;
    position: absolute;
    top: 114%;
    left: 19%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    background: #efefef;
    z-index: 1000;
}

/* Обычное подменю */
.sub-menu {
    min-width: 200px;
    flex-direction: column;
    border-radius: 10px;
    padding: 9px 14px;
    gap: 5px;
}

.sub-menu li a {
    padding: 8px 12px;
    white-space: nowrap;
}

.nav__list .menu-item:nth-child(1) .sub-menu li a {
    padding: 4px 6px;
}

.nav__list .menu-item:nth-child(1) .sub-menu li a:hover {
    background: #fff;
}

/* Мегаменю */
.mega-menu {
    border-radius: 10px;
    width: 890px;
    min-height: 510px;
    padding: 9px 14px 22px;
    height: 100%;
}

.mega-menu .title-3 {
    font-weight: 600;
    font-size: 18px;
    color: #ec2228;
    position: absolute;
}

.mega-menu hr {
    width: 97%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 38px;
    left: 16px;
}

.mega-menu .sub-menu {
    position: static;
    box-shadow: none;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    gap: 0;
}

.mega-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 46px;
}

.mega-col {
    flex: 0 0 100%;
    max-width: 255px;
}

.mega-col:nth-child(2),
.mega-col:nth-child(3) {
    flex: 0 0 50%;
}

.mega-menu .mega-title a {
    font-weight: 600;
    font-size: 18px;
    color: #122e3b;
    padding: 0 0 0 27px;
    margin: 0 0 5px;
    position: relative;
}

.mega-col .mega-title a::before {
    content: url(../img/audit.svg);
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 10px;
    transform: scale(0.36);
}

.mega-col:nth-child(2) .mega-title a::before {
    content: url(../img/bux.svg);
}

.mega-col:nth-child(3) .mega-title a::before {
    content: url(../img/scales.svg);
}

.mega-col:nth-child(4) .mega-title a::before {
    content: url(../img/study.svg);
}

.mega-menu .mega-item {
    position: relative;
    padding: 4px 18px;
    border-radius: 10px;
    background: transparent;
    transition: all .3s ease-in;
}

.mega-menu .mega-item:hover {
    background: #fff;
}

.mega-menu .mega-item a:hover {
    background: #fff;
}

.mega-menu .mega-item a {
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 120%;
    color: #122e3b;
    white-space: normal;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    opacity: 0.9;
}

.mega-menu .mega-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ec2228;
}

/* Класс активности */
.menu-open>.sub-menu,
.menu-open>.mega-menu {
    display: flex;
}

.menu-item.menu-open {
    position: relative;
}

.none {
    display: none !important
}

.no-scroll {
    overflow-y: hidden
}

.title-1,
.title-2,
.title-3 {
    font-family: var(--font-family);
    font-weight: 700;
    color: #fff
}

.title-1 {
    font-size: 66px;
    text-transform: uppercase;
    line-height: 76px
}

.services-template .title-1 {
    font-size: 56px;
    line-height: 66px
}

.title-2,
.title-3 {
    line-height: normal
}

.title-2 {
    font-size: 36px;
    text-transform: uppercase
}

.title-3 {
    font-size: 24px
}

.fs-26 {
        font-size: 26px
    }

.fs-30 {
    font-size: 30px
}

.mt-12 {
    margin-top: 12px;
}

.text-dark {
    color: #082c3b
}

.text-light {
    color: #fff
}

.text-red,
.info .text-red {
    color: #ec2228
}

.text-center {
    text-align: center
}

.subtitle {
    font-size: 18px;
    line-height: 133%;
    color: #cecccd
}

.accent-title,
.btn {
    text-transform: uppercase
}

.accent-title {
    display: block;
    font-size: 14px;
    color: #ec2228
}

.menu-item:has(.sub-menu)>a {
    position: relative
}

.menu-item:has(.sub-menu)>a::after {
    content: url("data:image/svg+xml;utf8,<svg width='7' height='5' viewBox='0 0 7 5' xmlns='http://www.w3.org/2000/svg'><rect width='4.84866' height='1.01014' rx='0.505068' transform='matrix(-0.707107 0.707107 0.707107 0.707107 6.28577 0.755371)' fill='%23EC2228' /><rect width='4.84866' height='1.01014' rx='0.505068' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 1.32666)' fill='%23EC2228' /></svg>");
    position: absolute;
    right: 7px;
    top: 6px
}

.btn,
.form-group .btn {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: #ec2228;
    border-radius: 30px;
    border: 2px solid #ec2228;
    padding: 16px 38px 17px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}



.btn:hover {
    background: #fff;
    border: 2px solid #ec2228;
    color: #ec2228;
}

.btn--outline,
.form-group .btn--outline {
    font-size: 14px;
    text-transform: none;
    padding: 9px 33px;
    width: 130px;
    height: 35px
}

.ciny .btn--outline {
    text-transform: uppercase;
    padding: 16px 38px 17px;
    height: auto;
}

.btn--outline:hover,
.btn--white {
    background: #fff;
    border: 2px solid #ec2228;
    color: #ec2228
}

.btn--white {
    border: 2px solid #fff;
    color: #082c3b;
    padding: 9px 13px;
    width: 110px
}

.btn--white:hover {
    background: #ec2228;
    color: #fff;
    border: 2px solid #ec2228;
}

.btn--icon {
    padding: 14px 16px;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: none
}

.btn--icon svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    opacity: .75
}

.btn--icon:hover svg {
  fill: #ec2228; 
}

.btn--icon.btn--dark:hover {
    fill: #fff
}

.btn--dark {
    border: 2px solid #173947;
    background: #173947;
    color: rgba(255, 255, 255, .75)
}

.btn--dark:hover {
    border: 2px solid #ec2228;
    background: #ec2228;
    color: #fff
}

.btn--dark:hover svg {
    opacity: 1
}

.btn--round {
    border-radius: 100%;
    width: 52px;
    height: 49px;
    min-width: 52px;
    padding: 0
}

.btn--round svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.btn--sticky {
    position: fixed;
    bottom: 42px;
    right: 42px;
    background: #ec2228;
    border-radius: 10px;
    width: 56px;
    height: 56px
}

.btn--sticky svg {
    width: 32px;
    height: 32px
}

.modal-buy .btn.btn-submit {
    padding: 0;
    margin-top: 62px;
    height: 42px;
    text-transform: capitalize
}

.modal-buy .form-group input {
    padding: 14px;
    margin-top: 12px;
}

.modal-buy label {
    opacity: 1 !important;
    padding-bottom: 12px;
    color: #fff !important;
}

.modal-buy .title-3 {
    font-size: 20px !important; 
}

.content-buy {
    background: #122e3b;
}

.content-buy .close {
    color: #fff;
    z-index: 11;
}

.loading-spinner {
    text-align: center;
    padding: 20px;
    color: #666;
}

.load-more-container {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}

.tabs-item a,
.tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .25);
    background: #f8f8f8;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #082c3b;
    padding: 9px 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    white-space: nowrap;
    height: 35px
}

.tabs-item a:hover {
   background: #ec2228;
   color: #fff
}

.date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ec2228
}

.tabs-item a.active,
.tag.active {
    background: #ec2228;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f8f8f8
}

.tabs-item a.active:hover {
    background: #f8f8f8;
    color: #ec2228
}

.badge,
.form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.badge {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background: #f8f8f8;
    min-width: 151px;
    height: 35px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #082c3b
}

/* .swiper {
    width: 100%
} */

/* .swiper, */
.swiper-slide {
    position: relative
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.about .experts ul li span,
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.divider {
    width: 100%;
    height: 1px;
    background: #fff;
    position: relative;
    z-index: 9
}

.divider span {
    top: -1px;
    right: -1px
}

.divider span,
.line {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ec2228;
    z-index: 10
}

.line.line-white {
    background: #fff
}

.custom-form {
    width: 100%
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.form-group .icon {
    width: 18px;
    height: 22px;
    fill: #575757
}

.textarea-group {
    margin-bottom: 16px
}

input,
.form-group input,
.form-group textarea,
textarea,
.form-select_wrapper select {
    width: 100%;
    padding: 21px 19px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    color: #082c3b
}

.form-select_wrapper {
    margin-bottom: 20px;
}

.form-group textarea {
    resize: vertical;
    min-height: 177px;
    outline: 0
}

.services-popup textarea {
    min-height: 98px;
}

.form-group label {
    gap: 12px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #575757;
    pointer-events: none;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.textarea-group label {
    top: 16px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.form-group:has(input:focus) label,
.form-group:has(input:not(:placeholder-shown)) label,
.form-group:has(textarea:focus) label,
.form-group:has(textarea:not(:placeholder-shown)) label {
    opacity: 0;
}

.btn-submit,
.form-group .btn-submit {
    width: 144px;
    height: 49px;
    margin-left: auto
}

hr {
    width: 100%;
    height: 1px;
    background: #fff
}

.deco {
    position: absolute;
    opacity: .1;
    pointer-events: none
}

ul.custom-list li {
    position: relative;
    padding-left: 50px !important
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 40px;
    height: 22px;
    background: url("data:image/svg+xml;utf8,<svg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.80546 21.0993L0.150879 11.4447L2.41296 9.18261L9.80546 16.5755L25.5596 0.821777L27.8213 3.08345L9.80546 21.0993Z' fill='%23EC2228'/></svg>") no-repeat center/contain
}

.popup-form,
.popup-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.popup-form {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999
}

.popup-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .6)
}

.popup-overlay img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popup-content {
    position: relative;
    padding: 39px 60px 28px 57px;
    border-radius: 5px;
    z-index: 100;
    -webkit-box-shadow: 0 0 35px 0 #fff;
    box-shadow: 0 0 35px 0 #fff;
    background: #122e3b
}

.services-popup .popup-content {
    padding: 28px 60px 8px 57px;
}

.services-popup .form-group input, .services-popup .form-group textarea, .services-popup .form-select_wrapper select {
    width: 100%;
    padding: 16px 19px;
}

.popup-close,
.popup-content .contact__form {
    background: 0 0
}

.popup-content .title-2 {
    margin-bottom: 16px
}

.popup-content .popup-subtitle {
    margin-bottom: 21px
}

.popup-close {
    position: absolute;
    top: 24px;
    right: 24px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.popup-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.container,
.container-full {
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

.container {
    max-width: var(--container-width);
    width: 100%
}

.container-full {
    max-width: 1612px
}

.about-contact {
    padding: 40px 0;
    background: #122e3b
}

.page-template-page-contact .about-contact {
    padding: 90px 0
}

.about-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

.about-contact__address {
    max-width: 641px;
    width: 100%
}

.about-contact__orders {
    font-size: 24px;
    line-height: 150%;
    color: #cecccd;
    margin: 32px 0
}

.about-contact__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 16px
}

.about-contact__btns .btn {
    width: 221px;
    padding: 16px 31px;
    height: 49px
}

.about-contact__btns .btn--transparent {
    background: 0 0
}

.about-contact__address-text {
    font-size: 22px;
    line-height: 109%;
    color: #fff;
    margin-bottom: 16px
}

.about-contact__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 35px
}

.about-contact__info a {
    font-size: 22px;
    color: #fff
}

.about-contact__info,
.about-contact__info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.about-contact__form {
    max-width: 591px;
    width: 100%;
    padding: 24px 44px;
    -webkit-box-shadow: 0 10px 40px 0 #000;
    box-shadow: 0 10px 40px 0 #000;
    background: #122e3b
}

.about-contact__form .title-3 {
    max-width: 400px;
    margin: 0 auto 32px;
    text-align: center
}

.about-contact__form .form-group {
    margin-bottom: 22px
}

.about-contact__form .form-group.form-group-btn {
    margin-bottom: 0px
}

.about-contact__form .form-group input,
.about-contact__form .form-group textarea {
    padding: 19px
}

.about-contact__form .form-group textarea {
    resize: vertical;
    min-height: 121px;
    outline: 0
}

.about-contact__form .textarea-group {
    margin-bottom: 32px
}

.about-contact__form .form-group .btn-submit {
    margin: 0 auto;
    padding: 16px 40px;
    width: auto
}

.form-group .wpcf7-spinner {
    position: absolute;
    top: 10px;
}

.about-contact__map {
    width: 90%
}

.soc-link {
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ec2228;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.soc-link svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.soc-link .icon--viber {
    fill: transparent;
    stroke: #fff
}

.soc-link .icon--tg {
    margin-right: 4px
}

.about-hero {
    padding: 185px 0 240px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.about-hero__content p {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    max-width: 980px;
    margin-top: 32px
}

.about-list {
    position: relative;
    background: #122e3b
}

.about-list .deco-left {
    top: 0;
    z-index: 0
}

.about-list .deco-right {
    right: 0;
    bottom: 64px
}

.about-list__content,
.contact__info-phones div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.about-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: wrap;
    flex-direction: wrap;
    gap: 38px;
    position: relative;
    z-index: 1
}

.about-list__img {
    margin: 4px auto 16px
}

.about-list__item {
    width: calc(33.3% - 38px);
    border-radius: 5px;
    padding: 32px 24px;
    background: #173947;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.about-list__item p {
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    padding-top: 24px;
    text-align: center
}

.about-list .icon {
    width: 78px;
    height: 78px
}

.about {
    padding: 90px 0 30px;
    position: relative
}

.about .deco {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px
}

.about__left {
    position: relative;
    max-width: 445px;
    width: 100%
}

.about__left p {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .01em;
    color: #082c3b;
    margin-left: 23px
}

.about__img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    height: 522px;
    margin-bottom: 28px
}

.about__info,
.about__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.about .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.about__info {
    gap: 26px;
    margin-top: 35px
}

.about .logo__img,
.about__info,
.about__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__info-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px
}

.about__info-item p {
    margin-top: 14px;
    color: #575757
}

.about .logo__img {
    position: absolute;
    bottom: -5%;
    right: -23%;
    border: 8px solid #fff;
    border-radius: 5px;
    width: 183px;
    height: 208px;
    background: #082c3b;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quote-block {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #575757;
    position: relative;
    max-width: 687px;
    margin: 120px 0 0 auto
}

.quote-block::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background: url(../img/quote.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -43px;
    top: -57px
}

.clients .swiper-clients {
    margin-top: 40px
}

.clients .swiper-slide {
    padding: 10px 12px;
    width: 240px;
    height: 100px;
    background: #f3f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients .swiper-clients {
    width: 100%;
    overflow: hidden;
}

.clients .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.contact {
    padding: 60px 0 100px;
    position: relative
}

.contact .contact-bg {
    position: absolute;
    top: 61px;
    z-index: -1
}

.contact .contact-bg .line {
    right: 20px;
    bottom: 20px
}

.contact__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 65px
}

.contact__content,
.contact__info,
.contact__info-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact__info .icon {
    width: 18px;
    height: 18px
}

.contact__info-address {
    margin: 58px 0 31px;
    font-size: 16px;
    line-height: 150%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 4px
}

.contact__info-address p,
.faq__links-link:hover a {
    color: #fff
}

.contact__info-address a {
    color: #ec2228
}

.contact__info-contacts,
.contact__info-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 15px
}

.contact__info-phones {
    font-size: 16px;
    line-height: 212%;
    color: #fff;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 4px
}

.contact__info-phones div {
    -ms-flex-direction: column;
    flex-direction: column
}

.contact__form {
    padding-left: 10px;
    max-width: 539px;
    width: 100%;
    background: #fff
}

.contact__form h2 {
    margin-bottom: 28px
}

.contact__info-phones div,
.contact__info-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact__info-socials {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.contact__info-socials .icon {
    fill: #fff;
    width: 22px;
    height: 22px
}

.contact__info-socials .icon--viber {
    stroke: #fff;
    fill: transparent;
}

.deadline {
    position: relative
}

.deadline .deco {
    opacity: .25;
    left: 0;
    top: 55px;
    z-index: -1
}

.deadline__content,
.deadline__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.deadline__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.deadline__content h2 {
    width: 100%;
    max-width: 255px
}

.deadline__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.deadline__item {
    width: calc(33.3% - 30px);
    border-radius: 5px;
    padding: 20px 30px;
    min-height: 156px
}

.deadline__item p {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.deadline__item span {
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    display: block;
    text-align: center
}

.deadline__item p,
.deadline__item span b {
    font-weight: 700;
    color: #ec2228
}

.deadline__item,
.experts {
    background: #122e3b
}

.experts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.experts__img {
    border-radius: 7px;
    max-width: 634px;
    width: 100%;
    overflow: hidden
}

.experts__img img,
.faces__image img,
.news__image img,
.offer__img img,
.related__content-img img,
.team__image img,
.testimonials-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.experts__info {
    padding: 0 20px 0 60px;
    width: 100%
}

.experts__info .subtitle {
    padding-top: 14px;
    font-weight: 600;
    font-size: 26px;
}

.experts__info ul {
    margin-top: 26px
}

.experts__info ul li {
    padding: 5px 0;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: normal
}

.services-template .experts__info ul li {
    padding: 0;
}

.experts__info ul li:not(:last-child) {
    margin-bottom: 32px
}

.services-template .experts__info ul li:not(:last-child) {
    margin-bottom: 20px
}

.experts__info ul li::before {
    top: 8px;
    width: 28px;
    height: 20px
}

.experts__info ul li span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-top: 12px
}

.faces {
    background: #122e3b;
    position: relative;
    margin-top: 90px;
    overflow: hidden
}

.faces-services {
    background: #ffffff;
    padding: 0;
}

.faces-services .faces__list {
    display: block;
    width: 100%;
    overflow: hidden;
}

.faces-services .swiper-wrapper {
    align-items: flex-start;
}

.faces-services .card_redaction.swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
}

.faces-services__pagination {
    position: relative;
    bottom: auto !important;
    margin-top: 18px;
}

.faces-services__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #b8c2c7;
    opacity: 1;
}

.faces-services__pagination .swiper-pagination-bullet-active {
    background: #ec2228;
}

.faces-services .title-2 {
    color: #ec2228;
}

.faces .deco {
    top: -16px;
    left: -38px;
    opacity: 1
}

.faces .line {
    bottom: 17px;
    left: 27px
}

.faces__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.faces__header h2 {
    margin-left: auto;
    margin-right: -160px
}

.faces__header .btn {
    margin-left: auto;
    padding: 16px;
    width: 175px;
    height: 49px
}

.faces .faces__item {
    border-radius: 5px;
    /* width: 336px; */
    min-height: 415px;
    background: #0b4861
}

.faces__image {
    position: relative;
    border-radius: 5px;
    /* width: 336px; */
    height: 323px;
    overflow: hidden
}

.faces__wrapper {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center */
}

.faces__footer {
    padding: 12px 0 10px
}

.faces__name,
.faces__position {
    background: 0 0;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center
}

.faces__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%
}

.faces__position {
    font-weight: 400;
    font-size: 16px
}

.faces .faces__next,
.faces .faces__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -60px;
    top: unset
}

.faces .faces__prev {
    left: 50%;
    -webkit-transform: translateX(-40px) rotate(180deg);
    -ms-transform: translateX(-40px) rotate(180deg);
    transform: translateX(-40px) rotate(180deg)
}

.faces .faces__next svg path,
.faces .faces__prev svg path {
    fill: #fff
}

.faces .faces__next {
    right: 50%;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

.faces .faces__next,
.faces .faces__prev {
    display: none
}

.faq {
    background: #eff7fa
}

.faq .deco {
    bottom: -146px;
    left: 0
}

.faq__content,
.faq__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px
}

.faq__links {
    max-width: 388px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.faq__links p {
    font-size: 24px;
    font-weight: 700;
    color: #122e3b
}

.faq__links-block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 24px 32px;
    background: #173947;
    margin-top: 74px;
    min-height: 630px
}

.faq__links-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    color: #ec2228;
    margin-bottom: 10px
}

.faq__links-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.faq__links-link a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #b8b8b8;
    max-width: 262px
}

.faq__links-link:not(:last-child) {
    margin-bottom: 16px
}

.faq__links-link .icon {
    margin-top: 5px;
    width: 13px;
    height: 13px;
    fill: #7e7e7e
}

.faq__links-link:hover .icon {
    fill: #ec2228
}

.faq__main {
    max-width: 822px;
    width: 100%
}

.faq-item:not(:last-child) {
    margin-bottom: 15px
}

.faq-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer
}

.faq-item span:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.faq-item span .icon {
    fill: #fff;
    width: 16px;
    height: 10px
}

.faq-item.active .faq-title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #173947
}

.faq-item.active .faq-content {
    margin-top: -32px;
    opacity: 1;
    padding: 38px 24px 24px
}

.faq-item.active span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faq-content,
.faq-title {
    position: relative;
    font-weight: 400
}

.faq-title {
    font-family: var(--font-family);
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0b4861;
    padding: 20px 32px;
    border-radius: 50px;
    z-index: 2
}

.faq-content {
    z-index: 1;
    font-size: 16px;
    line-height: 150%;
    color: #192027;
    border-radius: 0 0 50px 50px;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: height .6s ease, opacity .6s ease;
    transition: height .6s ease, opacity .6s ease
}

.footer {
    padding: 40px 0 29px;
    background: #122e3b
}

.footer__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

.footer__content,
.footer__info,
.footer__menus,
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__info {
    width: 100%;
    max-width: 738px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__menus,
.footer__socials {
    gap: 65px
}

.footer__menus-item p {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #ec2228
}

.footer__contacts p,
.footer__menus-item li a {
    font-size: 18px;
    line-height: 178%;
    color: #fff
}

.footer__contacts p {
    line-height: 133%;
    max-width: 250px;
    margin-bottom: 13px
}

.footer__contacts a {
    font-size: 22px;
    text-align: center;
    color: #fff
}

.footer__socials {
    margin-top: 27px;
    gap: 15px
}

.footer__contacts a,
.footer__contacts p,
.footer__copyright,
.footer__copyright p,
.footer__menus-item li a {
    font-family: var(--second-family);
    font-weight: 400
}

.footer__copyright {
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    border-top: 1px solid #88969d;
    padding-top: 12px
}

.footer__copyright p {
    font-size: 14px;
    line-height: 143%
}

.footer__copyright p,
.footer__copyright p a {
    color: rgba(255, 255, 255, .5)
}

.footer .icon {
    width: 22px;
    height: 22px;
    fill: #fff
}

.footer .icon--insta,
.footer .icon--viber {
    fill: transparent;
    stroke: #fff
}

.footer .container {
    position: relative
}

.footer .line {
    bottom: -29px;
    width: 117px
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(46, 50, 51, .1);
    box-shadow: 0 1px 10px 0 rgba(46, 50, 51, .1);
    background: #fff
}

.header__row {
    padding: 13px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.header .logo {
    width: 65px
}

.header__contacts,
.header__nav>ul,
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav>ul {
    max-width: 616px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__contacts-phones a,
.header__nav>ul li a {
    font-weight: 400;
    text-align: center;
    color: #122e3b;
    white-space: nowrap
}

.header__nav>ul li a {
    font-family: var(--font-family);
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 10px
}

.header__nav>ul li a.active,
.header__nav>ul li a:hover {
    background: #efefef
}

.header__contacts {
    gap: 12px
}

.header__contacts-phones,
.header__contacts-social {
    gap: 15px
}

.header__contacts-phones a {
    font-size: 19px
}

.header__contacts-phones a:hover {
    opacity: .7
}

.header__contacts-phones,
.header__contacts-social,
.header__contacts-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.how-we-work {
    padding: 90px 0 48px;
    background: #fff
}

.how-we-work__timeline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 76px auto 0;
    max-width: 1080px
}

.how-we-work__timeline::before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 50%;
    width: 5px;
    background: #ec2228;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-we-work__item {
    position: relative;
    margin-bottom: 35px
}

.how-we-work__item:nth-child(odd) {
    grid-column: 1;
    text-align: right
}

.how-we-work__item:nth-child(odd) .how-we-work__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.how-we-work__item:nth-child(odd) .how-we-work__title {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.how-we-work__item:nth-child(odd) .how-we-work__title span {
    margin-left: 20px
}

.how-we-work__item:nth-child(even)::after,
.how-we-work__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

.how-we-work__item:nth-child(odd)::after {
    left: 50%;
    border-left: 25px solid #ec2228
}

.how-we-work__item:nth-child(even) {
    grid-column: 2;
    text-align: left
}

.how-we-work__item:nth-child(even) .how-we-work__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.how-we-work__item:nth-child(even) .how-we-work__title {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.how-we-work__item:nth-child(even) .how-we-work__title span {
    margin-right: 20px
}

.how-we-work__item:nth-child(even) p {
    text-align: right
}

.how-we-work__item:nth-child(even)::after {
    right: 50%;
    border-right: 25px solid #ec2228
}

.how-we-work__item:last-child {
    margin-bottom: 66px
}

.how-we-work__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 142px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-we-work p,
.how-we-work__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.how-we-work__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #082c3b;
    margin-top: 12px
}

.how-we-work__title span {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #ec2228
}

.how-we-work p {
    font-size: 16px;
    line-height: 150%;
    color: #575757;
    text-align: left
}

.services-template .how-we-work p {
    font-size: 24px;
    line-height: 128%;
    font-weight: 700;
}

.icon {
    fill: transparent;
    stroke: transparent;
    width: 22px;
    height: 22px;
    min-width: 22px
}

.icon:hover {
    opacity: .7
}

.icon--white,
.main-hero .swiper-button-next svg path,
.main-hero .swiper-button-prev svg path {
    fill: #fff
}

.icon--red,
.main-hero .swiper-button-next:hover svg path,
.main-hero .swiper-button-prev:hover svg path,
.news .news__next:hover svg path,
.news .news__prev:hover svg path,
.team__content .team__next:hover svg path,
.team__content .team__prev:hover svg path {
    fill: #ec2228
}

.icon--red_stroke {
    stroke: #ec2228
}

.info__content:not(:last-child) {
    margin-bottom: 90px
}

.info__content.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 30px
}

.info__content.flex-content>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.info__content.flex-content>div:has(img) {
    border-radius: 7px;
    overflow: hidden
}

.info__content.flex-content>div:has(img) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.info h2,
.info h3 {
    font-weight: 700;
    color: #082c3b
}

.info h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.info h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.info p {
    font-size: 16px;
    line-height: 150%;
    color: #575757
}

.info p:not(:last-child) {
    margin-bottom: 10px
}

.info ul li {
    position: relative;
    padding-left: 50px !important
}

.info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 22px;
    background: url("data:image/svg+xml;utf8,<svg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.80546 21.0993L0.150879 11.4447L2.41296 9.18261L9.80546 16.5755L25.5596 0.821777L27.8213 3.08345L9.80546 21.0993Z' fill='%23EC2228'/></svg>") no-repeat center/contain
}

.info ul li:not(:last-child),
.offer__info-text ul li:not(:last-child) {
    margin-bottom: 20px
}

/* Dark theme */
.info--dark {
    background: #122e3b;
}

.info--dark .info-block {
    color: #cecccd;
}

/* Typography fixes inside content */
.info--dark h1,
.info--dark h2,
.info--dark h3 {
    color: #ec2228;
}

.info--dark p,
.info--dark li {
    color: #cecccd;
}

.info--dark a {
    color: #ec2228;
}

.table-wrapper {
    overflow-x: auto
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    min-width: 740px
}

table thead th {
    border-radius: 5px;
    padding: 18px 10px;
    font-weight: 700;
    font-size: 24px;
    background: #ec2228;
    color: #fff
}

table thead th:not(:last-child) {
    border-right: 5px solid #fff
}

table thead th:first-child {
    background: 0 0
}

table tbody th {
    border-radius: 5px;
    padding: 18px 10px;
    background: #122e3b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-right: 5px solid #fff
}

table tbody th:not(:last-child) {
    border-bottom: 5px solid #fff
}

table tbody td {
    border-radius: 5px;
    padding: 18px 10px;
    background: #eff7fa;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 5px solid #fff
}

table tbody td:last-child {
    border-right: 0 solid #fff
}

.main-hero {
    margin-top: -108px;
    padding: 0
}

.main-hero .swiper-slide {
    height: 744px
}

.main-hero .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.main-hero .container {
    height: 100%
}

.main-hero .slide-content,
.mobile-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.main-hero .slide-content {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    max-width: 500px;
    margin-top: 40px
}

.main-hero .slide-content p {
    font-size: 26px;
    letter-spacing: .01em;
    color: #fff;
    line-height: 150%;
    margin-left: 6px
}

.main-hero .slide-content .btn {
    max-width: 300px;
    margin-top: 30px;
    margin-left: 6px
}

.main-hero .swiper-button-next,
.main-hero .swiper-button-prev {
    bottom: 28px;
    top: unset;
    cursor: pointer;
    z-index: 11;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.main-hero .swiper-button-prev {
    left: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-hero .swiper-button-next {
    right: 45.5%
}

.main-hero .swiper-pagination {
    bottom: 37px !important;
    text-align: center;
    font-size: 16px;
    color: #fff;
    left: -44px
}

.main-hero .swiper-pagination-current {
    font-weight: 900;
    font-size: 18px
}

.mobile-nav {
    position: fixed;
    top: -200%;
    width: 100%;
    z-index: 99;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #eff7fa;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.mobile-nav--open {
    top: 0
}

.mobile-nav a {
    color: #082c3b
}

.mobile-nav-btn,
.mobile-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
    margin-top: 110px;
    font-size: 20px;
    padding: 0 10px;
}

.mobile-nav__list .active {
    opacity: .5
}

.mobile-nav-btn {
    --time: 0.1s;
    --width: 32px;
    --height: 28px;
    --line-height: 3px;
    --spacing: 4px;
    --color: #082c3b;
    --radius: 4px;
    height: calc(var(--line-height)*3 + var(--spacing)*2);
    width: var(--width);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-icon,
.nav-icon::after,
.nav-icon::before {
    position: relative;
    width: var(--width);
    height: var(--line-height);
    background-color: var(--color);
    border-radius: var(--radius)
}

.nav-icon::after,
.nav-icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
    transition: transform var(--time) ease-in, top var(--time) linear var(--time);
    transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in
}

.nav-icon::before {
    top: calc(-1*(var(--line-height) + var(--spacing)))
}

.nav-icon::after {
    top: calc(var(--line-height) + var(--spacing))
}

.nav-icon.nav-icon--active {
    background-color: transparent
}

.nav-icon.nav-icon--active::after,
.nav-icon.nav-icon--active::before {
    top: 0;
    -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
    transition: top var(--time) linear, transform var(--time) ease-in var(--time);
    transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time)
}

.nav-icon.nav-icon--active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon.nav-icon--active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav-btn {
    z-index: 999;
    display: none
}

.news {
    padding: 100px 0 60px
}

.news__description {
    margin-top: 40px;
}

.news__description .info__content {
    align-items: center;
}

.news__header,
.news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news__header {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px
}

.news__tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.news-archieve .news__tags {
    margin-bottom: 26px;
    justify-content: flex-end;
}

.news__content {
    position: relative
}

/* .news__wrapper {
    gap: 36px
} */

.services__grid {
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; 
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.post-type-archive-education .news__grid {
    margin-top: 24px;
}

.post-type-archive-education .news__grid .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-type-archive-education .news__grid .btn {
    margin-left: auto;
}

.news__image {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.news__image .line {
    bottom: 20px;
    left: 20px
}

.news__item-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 23px 0 15px
}

.news .news__next,
.news .news__prev {
    display: none;
    top: unset;
    bottom: -48px;
    right: 50%;
    left: unset;
    z-index: 11
}

.news .news__prev {
    -webkit-transform: translateX(-20px) rotate(180deg);
    -ms-transform: translateX(-20px) rotate(180deg);
    transform: translateX(-20px) rotate(180deg)
}

.news .news__next.visible,
.news .news__prev.visible,
.news__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .news__next svg path,
.news .news__prev svg path,
.team__content .team__next svg path,
.team__content .team__prev svg path {
    fill: #082c3b
}

.news .news__next {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.offer {
    background: #122e3b;
    position: relative
}

.offer .deco-left {
    top: 0;
    left: 80px;
    opacity: 1
}

.offer .deco-right {
    bottom: 0;
    right: 65px
}

.offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.offer__list {
    width: 100%;
    border-radius: 5px;
    padding: 32px 40px;
    max-width: 635px;
    background: #173947;
    position: relative;
    z-index: 1
}

.offer__list .title-2 {
    margin-bottom: 26px
}

.offer__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 18px;
    padding: 20px 0
}

.offer__info-text ul li,
.offer__list-item p {
    font-size: 18px;
    line-height: 133%;
    color: #cecccd
}

.offer__list-item .icon {
    width: 38px;
    height: 36px;
    min-width: 38px
}

.offer__info {
    position: relative;
    z-index: 1;
    max-width: 540px;
    width: 100%
}

.offer__info-text {
    padding: 32px;
    background: #fff
}

.offer__info-text ul {
    margin-top: 26px;
    list-style: disc;
    padding-left: 18px
}

.offer__info-text ul li {
    color: #000;
    list-style: disc
}

.offer__info-text ul li::marker {
    color: #ec2228
}

.offer__img {
    border-radius: 5px;
    width: 100%;
    overflow: hidden
}

.order {
    padding: 90px 0 45px
}

.services-template .order {
    padding: 0
}

.order__content {
    background: #122e3b;
    color: #fff;
    border-radius: 5px;
    padding: 60px 136px;
    position: relative
}

.order__content .deco {
    bottom: 0;
    right: 0;
    opacity: .25
}

.order__header {
    margin-top: 24px;
    margin-bottom: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px
}

.order__header .subtitle {
    max-width: 730px
}

.order__header .subtitle b {
    font-weight: 700;
    color: #ec2228;
    text-transform: uppercase
}

.order__header>a {
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    min-width: 210px
}

.order__form,
.order__header {
    position: relative;
    z-index: 1
}

.order__form .title-3 {
    margin-bottom: 24px
}

.order .btn-group,
.order .inputs-wrapper {
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order .inputs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 22px
}

.order .btn-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px
}

.order .btn-submit {
    padding: 14px 9px;
    width: 221px;
    height: 49px
}

.our-service {
    padding: 57px 0 52px;
    background: #122e3b
}

.our-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.our-service__list {
    max-width: 719px
}

.our-service__list .title-2 {
    margin-bottom: 26px
}

.our-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-radius: 30px
}

.our-service__item:not(:last-child) {
    margin-bottom: 20px
}

.our-service__item:hover {
    background: #173947
}

.our-service__item:hover .btn--icon {
    background: #ec2228
}

.our-service__item p {
    padding: 10px 24px;
    font-weight: 400;
    color: #fff;
    max-width: 504px;
    width: 100%
}

.our-service__item .btn--icon {
    padding: 16px;
    width: 127px;
    height: 49px;
    font-size: 14px;
    gap: 4px
}

.our-service .about-contact__form {
    max-width: 454px;
    width: 100%;
    padding: 61px 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../img/ourservice-bg.png) no-repeat center center/cover
}

.webp .our-service .about-contact__form {
    background: url(../img/ourservice-bg.webp) no-repeat center center/cover
}

.our-service .about-contact__form .textarea-group {
    display: none
}

.our-service .about-contact__form .btn-submit {
    margin: 35px auto 0
}

.price {
    position: relative;
    background: #eff7fa
}

.price .deco {
    top: 30px;
    left: 70px;
    z-index: 0
}

.price__content,
.service-hero .whatis p {
    position: relative;
    z-index: 1
}

.price__list {
    margin-top: 40px
}

.price__list-item {
    background: #fff;
    border-radius: 50px;
    padding: 16px 20px 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price__list-item:not(:last-child) {
    margin-bottom: 16px
}

.price__list-item:hover {
    background: #173947
}

.price__list-item:hover .price__list-item_price,
.price__list-item:hover .price__list-item_title,
.service-hero .whatis .subtitle strong {
    color: #fff
}

.price__list-item:hover .btn {
    background: #ec2228
}

.price__list-item_title {
    font-weight: 400;
    font-size: 24px;
    color: #082c3b
}

.price__list-item_price {
    white-space: nowrap;
    font-weight: 700;
    font-size: 32px;
    text-align: right;
    color: #082c3b;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price__list-item_price span {
    margin-right: 6px
}

.price__list-item_price b {
    font-weight: 700
}

.price__list-item .btn {
    margin-left: 64px;
    width: 127px;
    height: 49px
}

.recommend {
    padding: 66px 0 137px;
    background-repeat: no-repeat;
    background-size: cover
}

.recommend__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 57px
}

.recommend__content {
    position: relative
}

.recommend__image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #ec2228;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 171px
}

.recommend__image svg {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.recommend .line-white {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -39px
}

.related__content {
    margin-top: 40px
}

.related__content-img {
    overflow: hidden;
    border-radius: 7px
}

.related__content-footer {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.related__content-title {
    font-weight: 700;
    font-size: 20px;
    color: #082c3b
}

.service-hero {
    position: relative;
    padding: 140px 0 130px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--hero-overlay-opacity, 0));
    z-index: 1;
    pointer-events: none;
}

.service-hero__content {
    position: relative;
    z-index: 2;
}

.service-hero__header {
    margin-bottom: 64px;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-hero__header span {
    display: block;
    font-size: 40px;
    line-height: 42px;
    text-transform: none;
}

.service-hero__header .btn {
    width: 300px;
    height: 60px;
    padding: 16px 36px;
    font-weight: 400
}

.service-hero .whatis {
    display: block;
    position: relative;
    border-radius: 5px;
    padding: 24px;
    width: 549px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(8, 44, 59, .75)
}

.service-hero .whatis::before {
    content: "";
    display: block;
    width: 54px;
    height: 32px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='54' height='32' viewBox='0 0 54 32'><path d='M6.17576 30.9972C3.51444 32.7221 9.95483e-05 30.8119 0.000179934 27.6405L0.000868996 -9.06057e-07L54 3.8147e-06L6.17576 30.9972Z' fill='%23082C3B' fill-opacity='0.75'/></svg>") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 68px;
    bottom: -31px
}

.service-hero .whatis .title-2 {
    font-size: 28px;
}

.service-hero .whatis .subtitle {
    margin-top: 32px;
    color: #cecccd
}

.service-hero .clock,
.service-hero__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-hero .clock {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    position: absolute;
    z-index: 2;
    bottom: -90px
}

.service-hero .clock svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.service-hero .clock span {
    display: block;
    font-size: 16px;
    line-height: 162%;
    color: #fff
}

.services-list {
    background: #122e3b
}

.services-list .deco {
    left: 0;
    bottom: 0;
    opacity: 1
}

.services-list .logo-img {
    margin-top: 55px;
    margin-left: auto
}

.services-list__item,
.services-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-list__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 21px;
    margin-top: 48px
}

.services-list__item {
    position: relative;
    border-radius: 5px;
    padding: 32px;
    width: calc(33.3% - 21px);
    background: #173947;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    min-height: 858px
}

.services-list__item ul {
    margin-top: 16px
}

.services-list__item ul li {
    font-size: 18px;
    line-height: 133%;
    color: #cecccd;
    padding: 13px 0
}

.services {
    padding: 65px 0 14px;
    position: relative;
    background-color: #122e3b;
    background-image: url(../img/services-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto
}

.webp .services {
    background-image: url(../img/services-bg.webp)
}

.services .container {
    max-width: 1400px;
    padding: 0
}

.services .deco {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.services__item,
.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services__item {
    padding: 52px 30px 50px;
    border-radius: 5px;
    min-height: 254px
}

.services__item:nth-child(1) {
    padding: 50px 30px 32px;
    min-height: 216px
}

.services__item:nth-child(2) {
    background: #264453;
    position: relative;
    z-index: 2
}

.services__item:nth-child(2) .services__item-info p,
.services__item:nth-child(4) .services__item-info p {
    font-size: 16px;
    line-height: 150%
}

.services__item:nth-child(4) {
    position: relative
}

.services__item:nth-child(4)::before {
    content: "";
    border-radius: 30px;
    width: 30px;
    height: 3px;
    background: #ec2228;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services__item-info_block,
.services__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-right: 30px;
    max-width: 360px;
    width: 100%
}

.services__item-info_block {
    padding-top: 20px
}

.services__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.services__item-info p {
    padding: 11px 0 16px;
    font-size: 18px;
    line-height: 133%;
    color: #cecccd
}

.services__item-info:nth-of-type(1) {
    position: relative;
    margin-right: 82px
}

.services__item-info:nth-of-type(1)::after {
    content: "";
    border-radius: 30px;
    width: 3px;
    height: 30px;
    background: #ec2228;
    position: absolute;
    top: 50%;
    right: -41px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 19px
}

.services .title-block span {
    margin-bottom: 6px
}

.services .icon {
    width: 45px;
    height: 45px;
    min-width: 45px
}

.services .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.team {
    padding: 60px 0 120px
}

.team__content {
    position: relative
}

.team__content .team__next,
.team__content .team__prev {
    display: none;
    top: -48px;
    right: 40px;
    left: unset;
    z-index: 11
}

.team__content .team__next.visible,
.team__content .team__prev.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team__content .team__next {
    right: 0
}

.team__slider {
    margin-top: 26px
}

.team__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px
}

.team__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 36px);
    flex: 1 1 calc(25% - 36px)
}

.team__image {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.team__image .line {
    bottom: 20px;
    left: 20px
}

.team__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #082c3b;
    padding: 17px 0;
    background: #ededed;
    border-radius: 0 0 5px 5px
}

.team__position {
    text-align: center;
    color: #ec2228;
    padding: 8px 0
}

.term {
    background: #122e3b
}

.term__block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.term__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.term__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 534px
}

.term__tab {
    border-radius: 50px;
    padding: 10px 20px;
    background: #e6f3f7;
    font-weight: 700;
    font-size: 20px;
    color: #082c3b
}

.term__tab.active {
    background: #ec2228;
    color: #fff
}

.term__item {
    display: none
}

.term__item.active {
    display: block;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

.term__item p {
    font-size: 18px;
    line-height: 133%;
    font-weight: 400;
    color: #cecccd
}

.term__item p b {
    font-weight: 700;
    color: #fff
}

.testimonials {
    padding: 90px 0 75px;
    background: #122e3b
}

.testimonials .swiper-testimonials {
    margin-top: 45px
}

.testimonials .swiper-testimonials .pagination-container {
    margin: 100px auto 0;
    width: 1100px;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    z-index: 1
}

.testimonials .swiper-testimonials .pagination-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #ec2228;
    border-radius: 2px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 10
}

.testimonials .swiper-testimonials .swiper-slide {
    width: 755px;
    min-height: 367px
}

.testimonials-block {
    border-radius: 5px;
    padding: 40px 32px;
    width: 100%;
    height: 100%;
    background: #173947
}

.testimonials-block__header,
.testimonials-block__info {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px
}

.testimonials-block__header p {
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

.testimonials-block__info {
    margin-bottom: 8px;
    gap: 32px
}

.testimonials-block__info p,
.why__features p span {
    font-size: 16px;
    line-height: 150%;
    color: #cecccd
}

.testimonials-block__img {
    width: 183px;
    min-width: 183px;
    height: 220px;
    overflow: hidden
}

.testimonials-block__footer span {
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    display: block
}

.whom {
    padding: 73px 0;
    position: relative
}

.whom .deco {
    opacity: .25;
    left: 0;
    top: 55px;
    z-index: -1
}

.whom p {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #575757;
    padding: 16px 0 0
}

.whom__item,
.whom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.whom__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 33px;
    padding: 36px 0 0
}

.services-template .whom__list {
    justify-content: space-evenly;
}

.whom__item {
    width: calc(25% - 33px);
    height: 90px;
    padding: 0 10px;
    background: #0b4861;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.why,
.why__features {
    position: relative
}

.why .deco-left {
    opacity: 1;
    top: 0
}

.why__features {
    padding: 48px 0;
    background: #fff;
    z-index: 1
}

.why__features p span {
    font-weight: 400;
    color: #575757
}

.why__features .icon-check {
    margin-top: 8px
}

.why__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.why__feature:not(:last-child) {
    margin-bottom: 20px
}

.why__stats {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.why__group-items,
.why__quote,
.why__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.why__quote {
    padding: 48px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why__quote p {
    font-size: 20px;
    line-height: 140%;
    color: #575757;
    max-width: 908px
}

.why__group-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 40px 0
}

.why .group-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    padding: 16px 48px;
    background: #0b4861;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.why .stat__value {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #ec2228;
    white-space: nowrap;
    line-height: 58px
}

.why .stat__desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #122e3b
}

/*Команда*/
.team-member__wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.team-member__photo img {
    max-width: 300px;
    border-radius: 10px;
}

.team-member__info {
    flex: 1;
}

.team-member__name {
    font-size: 28px;
    margin-bottom: 10px;
}

.team-member__position,
.team-member__company {
    font-weight: 600;
}

.team-member__description {
    margin-top: 15px;
    line-height: 1.6;
}

.team-member__info h3 {
    margin-bottom: 12px;
    margin-top: 24px;
    font-size: 22px;
}

.team-member__info li {
    font-size: 16px;
    margin-top: 6px;
    font-weight: 400;
}

.team-page_content {
    margin-top: 40px;
}

.section_redaction {
    margin-top: 60px;
}

.grid_redaction {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.card_redaction {
    background: #122e3b;
    width: 100%;
    padding: 18px 20px;
    margin: 16px 0 0;
    position: relative;
}

.card_redaction .btn--outline {
    font-size: 13px;
    padding: 4px 20px;
    width: 110px;
    height: 30px;
    position: absolute;
    bottom: 18px;
    right: 18px;
}

.content_redaction {
    text-decoration: none;
    color: #d9d9d9;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.about_redaction {
    background: #0b4861;
    border-radius: 5px;
}

.image_redaction {
    width: 266px;
    height: 314px;
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.image_redaction img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.image_redaction .line {
    bottom: 16px;
    left: 16px;
}

.title_redaction {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    padding: 16px 19px;
    height: -webkit-fill-available;
}

.info_redaction {
    display: flex;
    gap: 32px;
    flex-direction: column;
    height: -webkit-fill-available;
}

.position_redaction {
    font-size: 18px;
}

.description_redaction {
    font-size: 15px;
    line-height: 1.3;
}

.description_redaction p {
    margin-bottom: 12px;
}

.sertyfykat-gallery_block {
    margin-top: auto;
}
 
.sertyfykat-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.sertyfykat-item {
    max-width: 108px;
}

.description_redaction p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description_redaction p:first-child:hover {
    overflow: visible;
    display: block;
}

.team-member__info ul,
.info_redaction ul {
    padding-left: 20px;
    list-style: disc;
}

.team-member__info ul li,
.info_redaction ul li {
    list-style: disc;
}

.info_redaction ul li {
    list-style: disc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.info_redaction .title-3 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 100%;
    color: #fff;
}

.team-member__info ul li::marker,
.info_redaction ul li::marker {
    color: #ec2228
}


/*EDUCATION*/
.education-template .faq-content {
   line-height: 160%; 
}

.education-template .info p,
.education-template {
    font-size: 18px;
}

.education-template .whom__list {
    justify-content: center;
}

.team-page {
    padding: 45px 0 60px;
}

.education-template .service-hero {
    padding: 60px 0 110px;
}

.education-template .service-hero .whatis {
    width: 730px;
    padding: 24px 24px 0;
}

.education-template .service-hero .whatis .subtitle {
    margin-top: 16px;
}

.education-template .title-1 {
    line-height: 74px;
}

.services-template .title-1 {
    line-height: 54px;
}

.education-template .service-hero .whatis p {
    font-size: 15px;
}

.education-template .service-hero .whatis .title-2 {
    font-size: 30px;
}

.education-template .faq__links,
.education-template .faq__main {
    max-width: 100%;
}

.education-template .faq__main {
    margin-top: 26px;
}

.education-template .faq__links-block {
    display: none;
}

.education-template .faq-item .faq-title,
.education-template .faq-item.active .faq-title {
    background: #ec2228;
}

.education-template .faq+.faq {
    padding-top: 0 !important;
}

.education-template .experts {
    padding: 130px 0 60px;
}

.education-template .experts__img {
    max-width: 425px;
}

.education-template .experts__info ul li {
    font-size: 20px;
}

.education-template .experts__info ul li:not(:last-child) {
    margin-bottom: 24px;
}

.education-template .order__form .title-3 {
    display: none;
}

.faq-content ul,
.ciny ul,
.ciny ul li,
.faq-content ul li {
    list-style: disc;
}

.education-sub {
    margin-top: 40px;
    font-size: 28px;
}

.ciny ul,
.faq-content ul {
    padding-left: 20px;
}

.ciny ul li::marker,
.faq-content ul li::marker {
    color: #ec2228
}

.education-template .why__features {
    padding: 48px 24px;
    border-radius: 16px;
}

.education-template .why__group .title-3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #ec2228;
}

.education-template .why .deco-left {
    opacity: 0.1;
    top: -21px;
    transform: scale(0.9);
}

.info-block iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
    margin: 0 auto;
    max-width: 780px;
    display: block;
}

.info__img {
    border-radius: 7px;
    overflow: hidden;
}

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

.lector__content {
    display: flex;
    gap: 30px;
}

.lector__content .info__text {
    max-width: 72%;
}

.main>.experts:not(:has(~ .experts)) .experts__img {
    /*display: none;*/
}

.see-more {
    color: #ec2228 !important;
    display: inline !important;
    cursor: pointer;
}

.education-template .recommend__image {
    min-height: 171px;
    height: auto;

}

.education-template .recommend__image a {
    overflow: hidden;
    height: 100%;
    padding: 15px 0;
}

.education-template .recommend__image a img {
    min-height: 148px;
}

section.week {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    margin-top: -25px;
}

.week__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.week__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.week__day {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.week__day::before {
    content: "";
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15 4C14.447 4 14 4.447 14 5V14H9C8.447 14 8 14.447 8 15C8 15.553 8.447 16 9 16H15C15.553 16 16 15.553 16 15V5C16 4.447 15.553 4 15 4ZM15 0C6.716 0 0 6.716 0 15C0 23.284 6.716 30 15 30C23.284 30 30 23.284 30 15C30 6.716 23.284 0 15 0ZM15 28C7.82 28 2 22.18 2 15C2 7.82 7.82 2 15 2C22.18 2 28 7.82 28 15C28 22.18 22.18 28 15 28Z"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15 4C14.447 4 14 4.447 14 5V14H9C8.447 14 8 14.447 8 15C8 15.553 8.447 16 9 16H15C15.553 16 16 15.553 16 15V5C16 4.447 15.553 4 15 4ZM15 0C6.716 0 0 6.716 0 15C0 23.284 6.716 30 15 30C23.284 30 30 23.284 30 15C30 6.716 23.284 0 15 0ZM15 28C7.82 28 2 22.18 2 15C2 7.82 7.82 2 15 2C22.18 2 28 7.82 28 15C28 22.18 22.18 28 15 28Z"/></svg>') no-repeat center / contain;
    background-color: #ec2228;
}

.week__time {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.week__subtitle {
    font-size: 16px;
    margin-bottom: 8px;
}

.week__text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #082C3B;
}

.week__card .btn {
    width: 100%;
    margin-top: auto;
}

.ciny {
    background: #eff7fa;
}

.ciny__layout {
    display: block;
}

.ciny--with-video .ciny__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-top: 32px;
}

.ciny__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.ciny--with-video .ciny__grid {
    margin-top: 0px;
}

.ciny__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    transition: transform .3s, box-shadow .3s;
}

.ciny__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.ciny__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #082C3B;
    text-align: center;
}

.ciny__num {
    font-size: 24px;
    font-weight: 700;
    color: #ec2228;
    margin-bottom: 12px;
    text-align: center;
}

.ciny__card .btn {
    margin-top: auto;
    width: 100%;
    padding: 8px;
    font-size: 18px;
}

.ciny-subtitle {
   font-style: italic;
    font-size: 14px;
    margin-top: 16px;
    line-height: 110%; 
}

/* video column */
.ciny__video-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 110%;
}

.ciny__video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.ciny__video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.aioseo-html-sitemap {
    margin-top: 60px;
    padding: 0 30px;
}

.aioseo-html-sitemap h4 {
    font-size: 20px;
    font-weight: 600;
}

.aioseo-html-sitemap ul {
    padding-left: 20px;
}

.aioseo-html-sitemap ul li a {
    font-size: 18px;
    color: #082C3B;
}

.breadcrumb-wrapper {
    margin-top: 124px;
}

.aioseo-breadcrumb a,
.aioseo-breadcrumb-separator {
    color: #082c3b;
}

.category-archieve h1 {
    margin-bottom: 26px;
}

.pt-45 {
    padding-top: 45px !important;
}

.team-member {
    padding: 60px 0 90px;
}

.sertifikaty {
    padding: 0 0 120px;
}

.sertifikaty .title-2 {
    margin-bottom: 26px;
}

.sertificates {
    position: relative;
}

.sertificates .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 183px;
    border-radius: 6px;
}

.sertificates .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sertSwiper-next svg,
.sertSwiper-prev svg {
    color: #ec2228;
}

.sertSwiper-next {
    bottom: -48px;
    top: unset;
    right: 47%;
}

.sertSwiper-prev {
    bottom: -48px;
    top: unset;
    left: 47%;
}

.info .ua-management-accounting {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px;
  background: #f5f7fa;
  border-radius: 28px;
  font-family: inherit;
}

.info .ua-title {
  text-align: center;
  margin-bottom: 16px;
}

.info .ua-subtitle {
  text-align: center;
  margin-bottom: 32px !important;
  font-size: 24px;
}

.ua-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ua-card {
  background: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  padding: 18px 24px;
  font-weight: 600;
  line-height: 1.55;
  color: #1f2937;
  box-shadow: 0 10px 30px rgba(255,255,255,0.2);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
   flex-direction: column;
}

.ua-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.33);
}

.ua-card span {
    text-align: center;
    
}

.ua-card-wide-tabl {
  grid-column: span 1;
}

.ua-card-wide {
  grid-column: span 2;
}

.info .ua-inner-list {
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
}

.info .ua-inner-list li {
  position: relative;
  font-size: 16px;
  color: #374151;
  padding-left: 22px !important;
  margin-bottom: 14px !important;
}

.info .ua-inner-list li::before {
  content: "";
  position: absolute;
  left: 0;
  background: #ec2228;
  top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

/* Responsive */
@media (max-width: 980px) {
  .ua-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ua-card-wide,
  .ua-card-wide-tabl {
    grid-column: span 2;
  }
}

@media (max-width: 540px) {
  .ua-grid {
    grid-template-columns: 1fr;
  }

  .ua-card-wide {
    grid-column: span 1;
  }
  
  .ua-card-wide-tabl {
      grid-column: span 1;
    }
  
  .ua-card {
      padding: 14px 18px;
      font-size: 18px;
  }
  
  .info .ua-subtitle {
      margin-bottom: 24px !important;
      font-size: 20px;
    }
}

@media (max-width:1340px) {
    .quote-block {
        max-width: 574px;
        margin: 50px 0 0 auto
    }
}

@media (min-width:1240px) {
    .recommend__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 34px
    }

    .recommend__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 36px);
        flex: 1 1 calc(25% - 36px)
    }
    
    .faces-services .faces__list {
        display: flex;
        gap: 16px;
    }
}

@media (max-width:1240px) {

    .breadcrumb-wrapper {
        margin-top: 106px;
    }

    .title-2,
    .education-template .why__group .title-3 {
        font-size: 32px
    }

    .title-3 {
        font-size: 22px
    }
    
    .fs-26 {
        font-size: 24px
    }

    .fs-30 {
        font-size: 26px
    }

    .date {
        font-size: 14px
    }

    .badge {
        min-width: 120px;
        font-size: 13px
    }

    .about-contact__address {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-contact__btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-contact__form {
        display: none
    }

    .about-list__content {
        gap: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about-list__item {
        width: calc(33.3% - 24px);
        padding: 26px 20px
    }

    .about-list__item p {
        font-size: 18px
    }

    .about-list .icon {
        width: 64px;
        height: 64px
    }

    .about {
        padding: 80px 0 50px
    }

    .about .logo__img {
        display: none
    }
    
    .about__img {
        height: auto;
    }

    .quote-block {
        max-width: 90%;
        margin: 70px 0 0 auto
    }

    .contact__content {
        padding: 0 0 0 40px
    }

    .contact__form {
        max-width: 460px
    }

    .contact__form h2 {
        margin-top: 5px
    }

    .deadline__content h2 {
        max-width: 160px
    }

    .deadline__list {
        gap: 20px
    }

    .deadline__item {
        width: calc(33.3% - 20px)
    }

    .experts__info {
        padding: 0 0 0 32px;
        width: 84%
    }

    .experts__info ul li:not(:last-child) {
        margin-bottom: 16px
    }

    .experts__info ul li {
        font-size: 20px
    }

    .faces__image {
        width: 100%
    }

    .faq-item.active .faq-title,
    .faq-title {
        font-size: 18px;
        padding: 14px 28px
    }

    .footer__menus {
        gap: 32px
    }

    .header__row {
        gap: 4px
    }

    .header .logo {
        width: 50px
    }

    .header__nav ul li a {
        font-size: 15px;
        padding: 10px
    }

    .menu-item:has(.sub-menu)>a::after {
        right: 0px
    }

    .mega-menu {
        left: -110%
    }

    .header__contacts-phones {
        gap: 8px
    }

    .header__contacts-phones a {
        font-size: 16px
    }

    .header__contacts-social {
        gap: 10px
    }

    .info__content.flex-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .main-hero .swiper-button-next {
        right: 44%
    }

    .news {
        padding: 80px 0 50px
    }

    .news__item-header {
        margin: 15px 0 6px
    }

    .news .title-3,
    .testimonials-block__header p {
        font-size: 20px
    }

    .offer__list-item {
        padding: 14px 0;
        gap: 14px
    }

    .order__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .our-service .about-contact__form {
        display: block
    }

    .recommend {
        padding: 60px 0 80px
    }

    .services-list__item {
        padding: 24px
    }

    .services-list__item ul li {
        font-size: 16px;
        padding: 8px 0;
        padding-left: 32px !important
    }

    .services-list__item ul li::before {
        top: 12px;
        width: 20px;
        height: 16px
    }

    .services {
        background-image: none;
        padding: 65px 0 0
    }

    .services__item {
        padding: 42px 24px 40px
    }

    .services__item:nth-child(1) {
        padding: 20px 24px
    }

    .services__item:nth-child(4) {
        background-image: url(../img/services-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .webp .services__item:nth-child(4) {
        background-image: url(../img/services-bg.webp)
    }

    .services__item-info:nth-of-type(1) {
        margin-right: 60px
    }

    .services__item-info:nth-of-type(1)::after {
        right: -30px
    }

    .team {
        padding: 60px 0 80px
    }

    .team__wrapper {
        gap: 0
    }

    .team__item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .term__block {
        gap: 20px
    }

    .testimonials .swiper-testimonials .pagination-container {
        width: 920px
    }

    .testimonials .swiper-testimonials .swiper-slide {
        width: 600px
    }

    .testimonials-block {
        padding: 30px 20px
    }

    .testimonials-block__header {
        gap: 16px
    }

    .testimonials-block__info {
        gap: 24px
    }

    .testimonials-block__img {
        width: 150px;
        min-width: 150px;
        height: 180px
    }

    .whom__list {
        gap: 20px
    }

    .whom__item {
        width: calc(25% - 16px);
        font-size: 18px
    }

    .why__quote p {
        max-width: 70%
    }

    .why .stat__value {
        font-size: 36px;
        line-height: 42px
    }
    
    .grid_redaction {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width:980px) {
    .news__wrapper {
        gap: 20px
    }

    .news__item {
        max-width: 33.3%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3% - 20px);
        flex: 1 1 calc(33.3% - 20px)
    }

    .news__grid .news__item {
        max-width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    
    

}

@media (max-width:980px) {
    
    .team-member {
        padding: 45px 0 45px;
    }
    
    .sertifikaty {
        padding: 0 0 45px;
    }

    .menu-item:has(.sub-menu)>a {
        position: relative;
        display: block;
    }

    .sub-menu,
    .mega-menu {
        position: static;
        box-shadow: none;
        width: 100%;
        padding: 0;
        min-height: auto;
        background: #eff7fa;
        height: auto;
    }

    .mobile-nav__list .sub-menu,
    .mobile-nav__list .mega-menu {
        display: none;
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .mobile-nav__list .mega-row {
        display: block;
    }

    .sub-menu,
    .mega-menu .sub-menu,
    .mega-title {
        background: #eff7fa;
    }

    .mega-col,
    .mega-col:nth-child(2),
    .mega-col:nth-child(3) {
        flex: unset;
    }

    .mobile-nav a {
        font-weight: 600;
    }

    .mobile-nav .about-contact__info {
        margin: 50px auto 0;
    }

    .sub-menu .menu-item a {
        font-size: 18px;
    }

    .menu-item:has(.sub-menu)>a::after {
        right: 8px;
        top: -5px;
        width: 12px;
        height: 12px;
        transform: scale(1.5);
    }

    .mega-menu .mega-title a::after {
        content: url("data:image/svg+xml;utf8,<svg width='7' height='5' viewBox='0 0 7 5' xmlns='http://www.w3.org/2000/svg'><rect width='4.84866' height='1.01014' rx='0.505068' transform='matrix(-0.707107 0.707107 0.707107 0.707107 6.28577 0.755371)' fill='%23EC2228' /><rect width='4.84866' height='1.01014' rx='0.505068' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 1.32666)' fill='%23EC2228' /></svg>");
        position: absolute;
        right: 8px;
        top: -5px;
        width: 12px;
        height: 12px;
        transform: scale(1.5);
    }

    .sub-menu li a {
        display: block;
        padding: 4px 12px;
        font-weight: 600;
        opacity: 0.8;
    }

    .mobile-nav__list {
        width: 100%;
    }

    .mega-menu .title-3,
    .mega-menu hr {
        display: none;
    }

    .mega-menu .mega-title a {
        display: block;
    }

    .mega-row {
        margin-top: 0;
    }

    .title-1 {
        font-size: 48px;
        line-height: 66px
    }
    
    .services-template .title-1 {
        font-size: 42px;
        line-height: 54px;
    }

    .title-2,
    .education-template .why__group .title-3 {
        font-size: 28px
    }
    
    .fs-26 {
        font-size: 22px
    }

    .fs-30 {
        font-size: 24px
    }

    .btn {
        font-size: 18px;
        padding: 12px 30px 13px
    }
    
    .btn--outline,
    .btn--white {
        font-size: 15px;
    }

    .about-contact__orders,
    .info h3,
    table tbody th,
    table thead th {
        font-size: 20px
    }

    .about-hero {
        padding: 160px 0 150px
    }

    .about-list__content {
        gap: 10px
    }

    .about-list__item {
        width: calc(33.3% - 10px);
        padding: 20px 16px
    }

    .about-list__item p {
        font-size: 16px
    }

    .about {
        padding: 45px 0 165px
    }

    .about .deco {
        display: none
    }

    .about__content {
        gap: 0px
    }

    .about__right {
        max-width: 420px
    }

    .about .icon {
        width: 40px;
        height: 40px;
        min-width: 40px
    }

    .about__info {
        gap: 20px;
        margin-top: 26px
    }

    .about__info-item {
        gap: 20px
    }

    .about__info-item p {
        margin-top: 5px
    }

    .quote-block {
        position: absolute;
        left: 60px;
        bottom: 40px
    }

    .quote-block::before {
        width: 32px;
        height: 32px;
        left: -26px;
        top: -38px
    }

    .contact {
        padding: 50px 0 65px
    }

    .contact .contact-bg {
        top: 36px;
        height: 100%
    }

    .contact .contact-bg img {
        height: 100%
    }

    .contact__content {
        padding: 0
    }

    .contact__form {
        max-width: 400px;
        padding: 16px
    }

    .contact__form .form-group input,
    .contact__form .form-group textarea {
        padding: 16px 19px;
        font-size: 15px
    }

    .contact__form .form-group textarea {
        min-height: 120px
    }

    .contact__form h2 {
        margin-bottom: 18px
    }
    
    .about-contact iframe {
        width: 100%;
        height: 240px
    }

    .deadline__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .deadline__content h2 {
        max-width: 100%;
        text-align: center
    }

    .deadline__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .deadline__item {
        width: calc(33.3% - 16px)
    }

    .experts {
        padding-top: 120px;
        position: relative
    }

    .experts__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .experts__info {
        padding: 0;
        width: 100%
    }

    .experts__info .title-2 {
        position: absolute;
        top: 55px;
        left: 15px
    }

    .experts__info ul li {
        font-size: 18px
    }

    .faces__wrapper {
        gap: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .faces .faces__next,
    .faces .faces__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -60px;
        top: unset
    }

    .faces .faces__prev {
        left: 50%;
        -webkit-transform: translateX(-40px) rotate(180deg);
        -ms-transform: translateX(-40px) rotate(180deg);
        transform: translateX(-40px) rotate(180deg)
    }

    .faces .faces__next svg path,
    .faces .faces__prev svg path {
        fill: #fff
    }

    .faces .faces__next {
        right: 50%;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px)
    }

    .faq__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }

    .faq__links {
        max-width: 688px;
        margin: 0 auto
    }

    .faq__links-block {
        margin-top: 24px;
        min-height: auto
    }

    .faq__links-title {
        font-size: 16px
    }

    .faq__links-link a {
        font-size: 16px;
        max-width: 88%
    }

    .faq__main,
    .footer__contacts p {
        max-width: 100%
    }

    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__contacts a {
        padding: 0 4px
    }

    .footer__socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__contacts br,
    .header__nav {
        display: none
    }

    .how-we-work {
        padding: 60px 0 48px
    }

    .how-we-work__content {
        gap: 74px
    }

    .info__content.flex-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__content.flex-content>div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .info h2 {
        font-size: 32px
    }

    table tbody td {
        font-size: 14px
    }

    .main-hero .swiper-slide {
        height: 678px
    }

    .main-hero .slide-content p {
        font-size: 22px;
        margin-left: 0
    }

    .main-hero .slide-content .btn {
        max-width: 240px;
        margin-left: 0
    }

    .main-hero .swiper-button-next {
        right: 42.5%
    }

    .mobile-nav-btn {
        display: block
    }

    .news {
        padding: 45px 0 60px
    }

    .news__header {
        margin-bottom: 20px
    }

    .news__tags {
        gap: 10px
    }
    
    .services__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px; 
    }

    /* .news__wrapper {
        gap: 0
    }

    .news__item {
        max-width: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    } */

    .news .news__next,
    .news .news__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .offer__content,
    .order .inputs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .offer__content {
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .offer__list {
        max-width: 100%;
        padding: 24px 30px
    }

    .offer__info {
        max-width: 660px
    }

    .order .inputs-wrapper {
        gap: 0
    }

    .our-service__content {
        display: block
    }

    .our-service__list {
        max-width: 100%
    }

    .our-service .about-contact__form,
    .service-hero__header br,
    .services-list .logo-img {
        display: none
    }

    .recommend {
        padding: 45px 0 60px
    }

    .recommend__title {
        margin-bottom: 32px
    }

    .service-hero {
        padding: 110px 0 140px
    }

    .service-hero__header span {
        font-size: 32px;
        line-height: 42px
    }

    .services-list__list {
        position: relative
    }

    .services-list__item {
        min-height: auto;
        width: 100%
    }

    .services-list__item:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .services-list__item:nth-child(2),
    .services-list__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%
    }

    .services-list__item:nth-child(3) {
        position: absolute;
        right: 0;
        top: 310px;
        width: 49%
    }

    .services__item {
        padding: 32px 20px
    }

    .services__item:nth-child(1) {
        padding: 20px
    }

    .services .title-block {
        gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .services .icon {
        width: 32px;
        height: 32px;
        min-width: 32px
    }

    .team {
        padding: 45px 0 60px
    }

    .team__slider {
        margin-top: 20px
    }

    .term__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }

    .term__tabs {
        max-width: 100%
    }

    .testimonials .swiper-testimonials {
        margin-top: 30px
    }

    .testimonials .swiper-testimonials .pagination-container {
        width: 700px
    }

    .whom__item {
        width: calc(50% - 10px)
    }

    .why .deco-left {
        display: none
    }

    .why__features,
    .why__quote {
        padding: 32px 0
    }

    .why__quote img {
        max-width: 120px
    }

    .why__quote p {
        font-size: 18px;
        max-width: 60%;
        line-height: 128%
    }

    .why__group-items {
        padding: 24px 0
    }

    .why .stat__value {
        font-size: 32px;
        line-height: 38px
    }

    .why .stat__desc {
        font-size: 14px
    }

    .services-list__item {
        padding: 20px 16px;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important
    }

    .services-list__item:nth-child(3) {
        position: relative;
        width: 100%;
        top: unset;
        right: unset
    }

    
    .lector__content .info__text {
        max-width: 50%;
    }
    
    .sertSwiper-next {
        right: 45%;
    }

    .sertSwiper-prev {
        left: 45%;
    }
}

@media (max-width:768px) {
    :root {
        --container-padding: 15px
    }

    body {
        font-size: 14px
    }

    .main {
        padding-top: 8px;
    }

    section {
        padding: 45px 0
    }
    
    .breadcrumb-wrapper {
        margin-top: 64px;
    }

    .title-1 {
        font-size: 36px
    }
    
    .service-hero {
        padding: 75px 0 130px;
    }
    
    .services-template .title-1 {
        font-size: 36px;
        line-height: 48px;
    }

    .title-2,
    .education-template .why__group .title-3 {
        font-size: 24px
    }
    
    .service-hero .whatis .title-2 {
        font-size: 24px;
    }

    .about-hero__content p,
    .fs-30,
    .main-hero .slide-content p,
    .title-3 {
        font-size: 20px
    }

    .deadline__item span,
    .subtitle {
        font-size: 16px
    }


    .about-contact__orders {
        font-size: 18px
    }

    .about-contact__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-hero {
        padding: 110px 0 100px
    }

    .about-list__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }

    .about-list__item {
        width: 100%
    }

    .about-list .icon {
        width: 48px;
        height: 48px
    }

    .about {
        padding: 116px 0 165px
    }

    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__left {
        max-width: 600px;
        margin: 0 auto
    }

    .about__left p {
        margin-left: 0
    }

    .about__img {
        margin-bottom: 16px
    }

    .about__right {
        max-width: 600px;
        margin: 0 auto
    }

    .about__right h2 {
        position: absolute;
        top: 45px;
        left: 10px
    }

    .contact {
        padding: 80px 0 70px
    }

    .contact .contact-bg {
        top: 26px
    }

    .contact__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px
    }

    .contact__info-address {
        margin: 32px 0 20px
    }

    .deadline__item {
        width: calc(50% - 16px);
        padding: 14px 20px
    }

    .deadline__item p {
        font-size: 18px;
        margin-bottom: 14px
    }

    .experts__content {
        gap: 8px
    }

    .faces {
        margin-top: 40px;
        padding: 45px 0 90px
    }

    .faces__header h2 {
        margin-right: 0
    }

    .faces__header .btn {
        padding: 0;
        width: 45px;
        height: 45px
    }

    .faces__header .btn span,
    .footer .line {
        display: none
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__contacts {
        margin: 0 24px 0 auto
    }

    .header__contacts-phones {
        display: none
    }

    .how-we-work {
        padding: 40px 0 40px
    }

    .how-we-work__item:nth-child(odd) .how-we-work__title span {
        margin-left: 12px
    }

    .how-we-work__item:nth-child(even) .how-we-work__title span {
        margin-right: 12px
    }

    .how-we-work__title {
        font-size: 22px
    }

    .how-we-work__title span {
        font-size: 36px
    }

    .how-we-work p,
    .info p {
        font-size: 14px
    }

    .info__content:not(:last-child) {
        margin-bottom: 40px
    }

    .info h2 {
        font-size: 24px
    }

    .info ul li {
        padding-left: 32px !important
    }

    .info ul li::before {
        width: 24px;
        height: 16px
    }

    .table-wrapper {
        margin-right: -15px
    }

    .main-hero .swiper-slide {
        height: 540px
    }

    .main-hero .slide-content {
        margin-top: 20px
    }

    .main-hero .swiper-button-next {
        right: 39%
    }
    
    .services__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px; 
    }

    .news__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .news__tags {
        padding: 6px;
        overflow: auto
    }

    .order {
        padding: 60px 0 45px
    }

    .order__content {
        padding: 40px 20px
    }

    .order__header {
        margin-bottom: 40px
    }

    .order__header>a {
        font-size: 18px;
        min-width: unset
    }

    .price .deco,
    .why__quote img {
        display: none
    }

    .price__list {
        margin-top: 26px
    }

    .price__list-item_title {
        font-size: 20px
    }

    .price__list-item_price {
        font-size: 24px
    }

    .price__list-item .btn {
        margin-left: 20px
    }

    .related__content-title {
        font-size: 18px
    }

    .service-hero__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .service-hero__header span {
        font-size: 24px;
        padding-top: 10px;
        line-height: 32px
    }

    .service-hero__header .btn {
        width: 240px;
        height: 50px;
        padding: 12px 24px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .service-hero .whatis {
        width: 440px
    }

    .service-hero .whatis .subtitle {
        margin-top: 24px
    }

    .services {
        padding: 40px 0 14px
    }

    .services__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        min-height: auto
    }

    .services__item:nth-child(1) {
        padding: 10px 10px 20px
    }

    .services__item-title {
        margin-right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 100%
    }

    .services__item-info p {
        font-size: 16px
    }

    .testimonials {
        padding: 45px 0
    }

    .testimonials .swiper-testimonials .pagination-container,
    .testimonials .swiper-testimonials .swiper-slide {
        width: 480px
    }

    .testimonials-block__info p {
        font-size: 14px
    }

    .testimonials-block__img {
        width: 120px;
        min-width: 120px;
        height: 150px
    }

    .whom {
        padding: 45px 0
    }

    .why__feature:not(:last-child) {
        margin-bottom: 14px
    }

    .why__stats {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px 56px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .why .stat:nth-child(1) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .why .stat:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .why .stat:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }

    .why .stat:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .why .stat:nth-child(5) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .why__quote p {
        max-width: 100%;
        font-size: 16px
    }

    .team-member__wrapper {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .team-member__photo img {
        margin: 0 auto;
    }

    .link_redaction {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /*EDUCATION*/
    .education-template .title-1 {
        line-height: 40px;
    }
    
    .ciny--with-video .ciny__layout {
        grid-template-columns: 1fr;
    }
    
    .education-template .service-hero {
        padding: 40px 0 130px;
    }

    .education-template .service-hero .whatis {
        width: 100%;
    }

    .lector__content {
        flex-direction: column-reverse;
    }

    .lector__content .info__text {
        max-width: 100%;
    }

    .education-template .main {
        padding-top: 16px;
    }
    .sertSwiper-next {
        right: 44%;
    }

    .sertSwiper-prev {
        left: 44%;
    }
}

@media (max-width:520px) {
    :root {
        --container-padding: 10px
    }

    .services-template .title-1,
    .title-1 {
        font-size: 32px;
        line-height: 42px
    }

    .btn {
        font-size: 15px;
        padding: 10px 10px 11px
    }

    .about-contact__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-contact__address-text {
        font-size: 18px;
        max-width: 320px
    }

    .about-contact__info a,
    .about-hero__content p,
    .footer__contacts a {
        font-size: 18px
    }

    .about {
        padding: 116px 0 220px
    }

    .about .icon {
        width: 32px;
        height: 32px;
        min-width: 32px
    }

    .about__info-item {
        gap: 12px
    }
    
    .content_redaction {
        flex-direction: column;
    }
    
    .card_redaction {
        padding-bottom: 70px;
    }

    .deadline__item {
        width: 100%;
        min-height: 132px
    }

    .faq-item {
        border-radius: 24px
    }

    .faq-item span {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-left: 10px
    }
    
    .faq-item li span {
        width: 100%;
        height: 100%;
        min-width: 100%;
        margin-left: 0;
    }

    .faq-item.active .faq-title,
    .faq-title {
        font-size: 16px;
        line-height: 150%
    }

    .faq-item.active .faq-content {
        padding: 38px 24px 28px
    }

    .faq-content {
        font-size: 14px
    }
    
    .faces-services {
        padding: 0px 0px 40px;
    }

    .footer__content .footer-logo {
        width: 80px
    }

    .footer__menus {
        gap: 24px
    }

    .footer__menus-item p {
        font-size: 17px
    }

    .footer__menus-item li a {
        font-size: 16px
    }

    .footer__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .footer__contacts p {
        font-size: 16px;
        max-width: 300px
    }

    .footer__copyright p {
        font-size: 13px
    }

    .how-we-work__timeline {
        margin: 40px auto 0
    }

    .how-we-work__timeline::before {
        display: none
    }

    .how-we-work__item {
        margin-bottom: 14px;
        width: 100%;
    }

    .how-we-work__item:nth-child(odd) .how-we-work__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .how-we-work__item:nth-child(odd) .how-we-work__title span {
        margin-left: 0;
        margin-right: 12px
    }

    .how-we-work__item:nth-child(even)::after,
    .how-we-work__item:nth-child(odd)::after,
    .services__item:nth-child(4)::before {
        display: none
    }

    .how-we-work__item:nth-child(even) .how-we-work__content {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .how-we-work__item:nth-child(even) p {
        text-align: left
    }

    .how-we-work__item:last-child {
        margin-bottom: 10px
    }

    .how-we-work__content {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .services-template .how-we-work__content {
        gap: 5px !important;
    }
    
    .services-template .how-we-work p {
        font-size: 20px;
        line-height: 114%;
    }

    .main-hero .swiper-slide {
        height: 480px
    }

    .main-hero .slide-content p {
        font-size: 18px
    }

    .main-hero .slide-content .btn {
        max-width: 210px;
        height: 42px;
    }

    .main-hero .swiper-button-next {
        right: 34%
    }
    
    .services__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .offer__list {
        padding: 16px
    }

    .offer__list-item p {
        font-size: 16px
    }
    
    .offer__list-item {
        align-items: center;
    }

    .offer__list-item .icon {
        width: 32px;
        height: 32px;
        min-width: 32px
    }

    .order .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .order .btn-group p {
        font-size: 14px;
        line-height: 128%
    }

    .our-service__item .btn--icon {
        padding: 4px 8px;
        font-size: 12px;
        height: 39px;
        gap: 0
    }

    .our-service__item .btn--icon svg {
        width: 8px;
        height: 8px
    }

    .price__list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }

    .price__list-item_title {
        max-width: 500px;
        width: 100%;
        font-size: 18px
    }

    .price__list-item_price {
        margin-left: 0
    }

    .related .btn--round {
        width: 36px;
        height: 36px;
        min-width: 36px
    }

    .related .btn--round svg {
        width: 12px;
        height: 12px
    }

    .related__content-footer {
        margin-top: 10px
    }

    .related__content-title,
    .term__item p {
        font-size: 16px
    }

    .service-hero .whatis {
        width: 96%
    }

    .service-hero .whatis .subtitle {
        margin-top: 16px
    }

    .services__item {
        padding: 20px 10px
    }

    .services__item-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .services__item-info_block,
    .services__item-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .services__item-info_block .divider {
        display: none
    }

    .services__item-info:nth-of-type(1)::after {
        top: 88%;
        -webkit-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
        right: 50%
    }

    .services .btn-block {
        margin-left: auto
    }

    .term__tab {
        font-size: 18px
    }

    .testimonials .swiper-testimonials .pagination-container,
    .testimonials .swiper-testimonials .swiper-slide {
        width: 320px
    }

    .testimonials-block__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .testimonials-block__img {
        height: 120px
    }

    .whom__item {
        width: 100%
    }

    .why__features p span {
        font-size: 14px;
        line-height: 140%
    }
    
    .sertSwiper-next {
        right: 43%;
    }

    .sertSwiper-prev {
        left: 43%;
    }
    
    .about_redaction {
        margin: 0 auto;
    }
}

@media screen and (max-width:440px) {
    .experts {
        padding-top: 140px
    }

    .experts__info .title-2 {
        max-width: 400px
    }

    .popup-content {
        padding: 10px 6px;
        width: 96%;
    }

    .popup-content .popup-subtitle {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 128%;
    }

    .popup-content .btn-submit {
        width: 128px;
        height: 40px;
        padding: 0 !important;
    }
    
    .sertSwiper-next {
        right: 41%;
    }

    .sertSwiper-prev {
        left: 41%;
    }

}

@media (max-width:390px) {
    .btn {
        font-size: 14px;
        padding: 12px 10px 11px;
    }
}


/* New service content blocks */
.service-card-hero {
    padding: 40px 0 56px;
    background: #fff;
}

.service-card-hero__card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 64px 72px;
    color: #fff;
    background-color: #122e3b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
}

.service-card-hero__content {
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.service-card-hero__eyebrow {
    margin: 0 0 20px;
    color: #ec2228;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.service-card-hero__title {
    margin: 0 0 26px;
    color: #fff;
    font-family: var(--font-family);
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.service-card-hero__description {
    max-width: 1100px;
    color: #e0e5e8;
    font-size: 22px;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
}

.service-card-hero__description p { margin: 0 0 16px; }
.service-card-hero__description p:last-child { margin-bottom: 0; }
.service-card-hero__description strong { color: #ec2228; }

.service-card-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 30px;
    justify-content: center;
}

.service-card-hero__chip {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 9px 26px;
    border: 2px solid #ec2228;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.service-card-hero__button.btn {
    width: max-content;
    max-width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    text-transform: none;
}

.features-grid {
    padding: 78px 0;
    background: #fff;
}

.features-grid__heading,
.process-horizontal-cta__heading {
    margin: 0 0 44px;
    color: #082c3b;
    font-family: var(--font-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
}

.features-grid__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 70px;
}

.features-grid__item {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.features-grid--no-icons .features-grid__item {
    display: block;
}

.features-grid--no-icons.features-grid--cards .features-grid__item {
    display: flex;
    justify-content: center;
}

/* Per-block background selected in ACF. */
.content-block-theme > section {
    margin-top: 0;
}

.content-block-theme--white > section {
    background-color: #fff !important;
}

.content-block-theme--gray > section {
    background-color: #f2f4f5 !important;
}

.content-block-theme--dark > section {
    background-color: #122e3b !important;
}

.content-block-theme--dark .features-grid__heading,
.content-block-theme--dark .process-horizontal-cta__heading,
.content-block-theme--dark .whom .title-2,
.content-block-theme--dark .experts__info .title-2,
.content-block-theme--dark .offer__list .title-2,
.content-block-theme--dark .why > .container > .title-2,
.content-block-theme--dark .how-we-work > .container > .title-2,
.content-block-theme--dark .our-service__list .title-2,
.content-block-theme--dark .term > .container > .title-2,
.content-block-theme--dark .price .title-2,
.content-block-theme--dark .unac-faq-modern__header h2,
.content-block-theme--dark .unac-faq-modern__header p {
    color: #fff !important;
}

.content-block-theme--dark .features-grid__content h3,
.content-block-theme--dark .process-horizontal-cta__step h3,
.content-block-theme--dark .how-we-work__title {
    color: #fff;
}

.content-block-theme--dark .features-grid__content p,
.content-block-theme--dark .process-horizontal-cta__step p,
.content-block-theme--dark .how-we-work p {
    color: #cbd5da;
}

.content-block-theme--dark .features-grid__item {
    border-color: rgba(255,255,255,.13);
    background-color: #294155;
}

.content-block-theme--dark .features-grid__icon {
    border-color: #ec2228;
    background: transparent;
    color: #fff;
}

.content-block-theme--dark .process-horizontal-cta__panel {
    background: transparent;
}

/* Keep the selected section colour continuous instead of drawing a second
   white rectangle inside the process block. */
.content-block-theme--white .process-horizontal-cta__panel,
.content-block-theme--gray .process-horizontal-cta__panel {
    background: transparent;
}

/* A grid without icons is still a set of proper cards. Without these
   dimensions the generic dark item background collapses to a strip behind
   a single line of text. */
.features-grid--no-icons .features-grid__items {
    gap: 18px;
}

.features-grid--no-icons .features-grid__item {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 24px;
    border: 1px solid #dce2e5;
    border-radius: 14px;
    background: #fff;
}

.features-grid--no-icons .features-grid__content {
    width: 100%;
}

.features-grid--no-icons .features-grid__content h3 {
    margin: 0;
    line-height: 1.35;
}

.content-block-theme--dark .features-grid--no-icons .features-grid__item {
    border-color: rgba(255, 255, 255, .14);
    background: #294155;
}

@media (max-width: 767px) {
    .features-grid--no-icons .features-grid__items {
        gap: 10px;
    }

    .features-grid--no-icons .features-grid__item {
        min-height: 0;
        padding: 16px 18px;
        border-radius: 12px;
    }
}

.features-grid__icon,
.process-horizontal-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    overflow: hidden;
    border: 2px solid #082c3b;
    border-radius: 50%;
    background: #fff;
    color: #ec2228;
}

.features-grid__icon img,
.process-horizontal-cta__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.features-grid__icon-fallback {
    font-size: 26px;
    font-weight: 700;
}

.features-grid__content h3,
.process-horizontal-cta__step h3 {
    margin: 0 0 7px;
    color: #082c3b;
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.features-grid__content p,
.process-horizontal-cta__step p {
    margin: 0;
    color: #4d5b61;
    font-size: 18px;
    line-height: 1.45;
}

.process-horizontal-cta {
    padding: 48px 0 80px;
    background: #fff;
}

.process-horizontal-cta__panel {
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    background: #fff;
}

.process-horizontal-cta__heading { text-align: center; }

.process-horizontal-cta__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0 32px 56px;
    list-style: none;
}

.process-horizontal-cta__step {
    position: relative;
    padding: 0 18px;
    text-align: center;
}

.process-horizontal-cta__step::before {
    content: '';
    position: absolute;
    top: 32px;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #cbd1d4;
}

.process-horizontal-cta__step:first-child::before { display: none; }

.process-horizontal-cta__icon {
    position: relative;
    z-index: 1;
    margin: 0 auto 22px;
}

.process-horizontal-cta__icon span {
    font-size: 20px;
    font-weight: 700;
}

.process-horizontal-cta__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 34px 46px;
    background: #122e3b;
    color: #fff;
}

.process-horizontal-cta__cta-copy h3 {
    margin: 0 0 6px;
    color: #fff;
    font-family: var(--font-family);
    font-size: 25px;
    font-weight: 700;
}

.process-horizontal-cta__cta-copy p {
    margin: 0;
    color: #d5dde1;
    font-size: 18px;
    line-height: 1.4;
}

.process-horizontal-cta__button.btn {
    width: max-content;
    max-width: 100%;
    flex: 0 0 auto;
    text-transform: none;
}

@media (max-width: 991px) {
    .service-card-hero__card { padding: 52px 40px; }
    .features-grid__items { gap: 34px; }
    .process-horizontal-cta__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 0; }
    .process-horizontal-cta__step:nth-child(3)::before { display: none; }
    .process-horizontal-cta__cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .service-card-hero { padding: 24px 0 38px; }
    .service-card-hero__card { min-height: auto; padding: 38px 24px; border-radius: 20px; }
    .service-card-hero__eyebrow { font-size: 13px; letter-spacing: .16em; }
    .service-card-hero__title { margin-bottom: 20px; font-size: 36px; overflow-wrap: anywhere; }
    .service-card-hero__description { font-size: 17px; }
    .service-card-hero__chips { gap: 10px; margin-top: 24px; }
    .service-card-hero__chip { min-height: 42px; padding: 7px 17px; font-size: 15px; }
    .service-card-hero__button.btn { width: 100%; font-size: 18px; white-space: normal; }

    .features-grid { padding: 56px 0; }
    .features-grid__heading,
    .process-horizontal-cta__heading { margin-bottom: 32px; font-size: 30px; }
    .features-grid__items { grid-template-columns: 1fr; gap: 30px; }
    .features-grid__item { grid-template-columns: 56px minmax(0, 1fr); gap: 16px; }
    .features-grid__icon,
    .process-horizontal-cta__icon { width: 56px; height: 56px; flex-basis: 56px; }
    .features-grid__icon img,
    .process-horizontal-cta__icon img { width: 29px; height: 29px; }
    .features-grid__content h3,
    .process-horizontal-cta__step h3 { font-size: 20px; }
    .features-grid__content p,
    .process-horizontal-cta__step p { font-size: 16px; }

    .process-horizontal-cta { padding: 30px 0 56px; }
    .process-horizontal-cta__panel { border-radius: 0 0 20px 20px; }
    .process-horizontal-cta__steps { grid-template-columns: 1fr; gap: 0; padding: 0 20px 38px; }
    .process-horizontal-cta__step { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; padding: 0 0 30px; text-align: left; }
    .process-horizontal-cta__step::before,
    .process-horizontal-cta__step:nth-child(3)::before { display: block; top: 56px; left: 27px; width: 2px; height: calc(100% - 56px); }
    .process-horizontal-cta__step:last-child::before { display: none; }
    .process-horizontal-cta__icon { grid-row: 1 / span 2; margin: 0; }
    .process-horizontal-cta__step h3 { align-self: end; margin-bottom: 5px; }
    .process-horizontal-cta__cta { gap: 24px; padding: 28px 24px; }
    .process-horizontal-cta__cta-copy h3 { font-size: 22px; }
    .process-horizontal-cta__cta-copy p { font-size: 16px; }
    .process-horizontal-cta__button.btn { width: 100%; font-size: 18px; white-space: normal; }
}

/* Compact CTA used directly after the glossary */
.process-horizontal-cta--cta-only {
    padding: 0 0 64px;
    background: #122e3b;
}
.process-horizontal-cta--cta-only .process-horizontal-cta__panel {
    border-radius: 0 0 28px 28px;
    background: transparent;
}
.process-horizontal-cta--cta-only .process-horizontal-cta__cta {
    padding: 28px 46px;
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 28px 28px;
    background: #173947;
}

/* Compact format-of-work panel */
.features-grid--format-work {
    padding: 76px 0;
}
.features-grid--format-work .features-grid__heading {
    margin-bottom: 34px;
    text-align: center;
}
.features-grid--format-work .features-grid__items {
    display: flex;
    max-width: 1050px;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
}
.features-grid--format-work .features-grid__item {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    min-height: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.features-grid--format-work .features-grid__item:last-child {
    border-bottom: 0;
}
.features-grid--format-work .features-grid__icon {
    width: 30px;
    height: 30px;
    margin: 0;
    flex-basis: 30px;
    border-width: 1px;
}
.features-grid--format-work .features-grid__icon-fallback {
    font-size: 15px;
}
.features-grid--format-work .features-grid__content h3 {
    margin: 2px 0 0;
    font-size: 21px;
    font-weight: 600;
    text-transform: none;
}

/* Homepage 2026: labelled hero navigation */
.main-hero .swiper-button-next,
.main-hero .swiper-button-prev,
.main-hero .swiper-pagination { display: none; }
.hero-tabs { position: absolute; z-index: 5; left: 50%; bottom: 0; transform: translateX(-50%); width: min(1440px, 100%); display: grid; grid-template-columns: repeat(6, 1fr); background: rgba(5,37,53,.88); }
.hero-tab { min-width: 0; padding: 18px 14px; border: 0; border-top: 3px solid transparent; background: transparent; color: #fff; text-align: left; cursor: pointer; opacity: .72; }
.hero-tab strong,.hero-tab span { display: block; }
.hero-tab strong { font-size: 15px; line-height: 1.15; }
.hero-tab span { margin-top: 6px; font-size: 12px; line-height: 1.25; }
.hero-tab.is-active { border-color: #e63332; background: rgba(255,255,255,.08); opacity: 1; }

/* Homepage 2026: industry and service finder */
.service-finder { padding: 100px 0; background: #eff7fa; }
.service-finder__intro { max-width: 850px; font-size: 20px; }
.service-finder__step { margin-top: 42px; }
.service-finder__question { font-size: 24px; font-weight: 700; color: #082f43; }
.service-finder__question span,.service-finder__recommended { color: #e63332; }
.service-finder__tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.service-finder__tag { padding: 12px 20px; border: 1px solid #87a0ac; border-radius: 999px; background: #fff; color: #082f43; cursor: pointer; }
.service-finder__tag:hover,.service-finder__tag.is-active { border-color: #e63332; background: #e63332; color: #fff; }
.service-finder__results { margin-top: 38px; padding: 30px; background: #fff; }
.service-finder__recommended { font-size: 18px; font-weight: 700; }
.service-finder__links { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 18px; }
.service-finder__links a { padding: 18px; background: #082f43; color: #fff; }
.is-hidden { display: none !important; }

/* Homepage 2026: compact consultation form */
.consultation-form { padding: 70px 0; background: #082f43; }
.consultation-form .title-2 { color: #fff; }
.consultation-form__inner { display: grid; grid-template-columns: minmax(260px,.8fr) 2fr; gap: 50px; align-items: center; }
.consultation-form__form form { display: flex; align-items: flex-end; gap: 14px; }
.consultation-form__form .form-group { flex: 1; margin: 0; }
.consultation-form__form textarea { display: none; }
@media (max-width: 991px) {
    .hero-tabs { grid-template-columns: repeat(3,1fr); }
    .main-hero .swiper-slide { height: 820px; }
    .service-finder__links { grid-template-columns: 1fr 1fr; }
    .consultation-form__inner { grid-template-columns: 1fr; }
    .consultation-form__form form { flex-wrap: wrap; }
}
@media (max-width: 600px) {
    .hero-tabs { display: flex; overflow-x: auto; }
    .hero-tab { min-width: 170px; }
    .service-finder { padding: 60px 0; }
    .service-finder__links { grid-template-columns: 1fr; }
    .consultation-form__form form { display: block; }
    .consultation-form__form .form-group { margin-bottom: 12px; }
}

/* Keep FAQ wide on desktop and scaled laptop viewports */
@media (min-width: 768px) {
    .faq--no-links .faq__content {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        grid-template-columns: minmax(260px, 34%) minmax(420px, 1fr);
        gap: clamp(36px, 5vw, 74px);
    }

    .faq--no-links .faq__links-title-block {
        position: sticky;
        top: 120px;
    }

    .faq--no-links .faq__main,
    .faq--no-links .faq-block,
    .faq--no-links .faq-item {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .faq--no-links .faq__content {
        width: 100%;
        max-width: none;
        margin: 0;
        grid-template-columns: 1fr;
    }

    .faq--no-links .faq__main,
    .faq--no-links .faq-block,
    .faq--no-links .faq-item {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .process-horizontal-cta--cta-only { padding-bottom: 42px; }
    .process-horizontal-cta--cta-only .process-horizontal-cta__cta { padding: 25px 22px; }
    .features-grid--format-work { padding: 52px 0; }
    .features-grid--format-work .features-grid__heading { font-size: 30px; text-align: left; }
    .features-grid--format-work .features-grid__item { grid-template-columns: 34px minmax(0,1fr); padding: 15px 0; }
    .features-grid--format-work .features-grid__content h3 { font-size: 18px; }
}

/* Full-width dark backgrounds for the service hero and consultation block */
.service-card-hero {
    background: #122e3b;
}

.service-card-hero__card {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    padding-left: max(72px, calc((100vw - var(--container-width)) / 2 + var(--container-padding)));
    padding-right: max(72px, calc((100vw - var(--container-width)) / 2 + var(--container-padding)));
}

.order {
    background: #122e3b;
}

@media (max-width: 991px) {
    .service-card-hero__card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .service-card-hero__card {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Polished deadlines block */
.deadline {
    padding: 72px 0;
    background: #fff;
}

.deadline__content {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
}

.deadline__content h2 {
    width: auto;
    max-width: 300px;
    margin: 0;
    font-size: 38px;
    line-height: 1.12;
}

.deadline__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 22px;
    width: 100%;
    max-width: 780px;
    margin-left: auto;
}

.deadline__item {
    position: relative;
    width: auto;
    min-height: 188px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(8,44,59,.12);
}

.deadline__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec2228;
}

.deadline__item p {
    max-width: 260px;
    margin: 0 0 18px;
    font-size: 21px;
    line-height: 1.15;
}

.deadline__item span {
    font-size: 19px;
    line-height: 1.3;
}

/* FAQ variant without the optional links panel */
.faq--no-links {
    padding: 78px 0;
}

.faq--no-links .faq__content {
    display: grid;
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: 70px;
}

.faq--no-links .faq__links {
    display: block;
    width: auto;
    max-width: none;
}

.faq--no-links .faq__links-block {
    display: none;
}

.faq--no-links .faq__links-title-block {
    position: sticky;
    top: 120px;
}

.faq--no-links .faq__links-title-block .title-2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.12;
}

.faq--no-links .faq__links p {
    font-size: 20px;
    line-height: 1.35;
}

.faq--no-links .faq__main {
    width: 100%;
    max-width: none;
}

.faq--no-links .faq-title {
    min-height: 68px;
    padding: 18px 26px;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 16px;
}

.faq--no-links .faq-content {
    border-radius: 0 0 16px 16px;
    font-size: 16px;
}

.faq--no-links .faq-item.active .faq-content {
    margin-top: -16px;
    padding: 34px 26px 22px;
}

.faq--no-links .faq-item.active .faq-title {
    font-size: 18px;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .deadline__content {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .deadline__content h2 {
        max-width: none;
        text-align: center;
    }
    .deadline__list {
        max-width: none;
        margin: 0;
    }
    .faq--no-links .faq__content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .faq--no-links .faq__links-title-block {
        position: static;
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .deadline { padding: 52px 0; }
    .deadline__content { gap: 28px; }
    .deadline__content h2 { font-size: 29px; }
    .deadline__list { grid-template-columns: 1fr; gap: 16px; }
    .deadline__item { min-height: 142px; padding: 24px 20px; border-radius: 16px; }
    .deadline__item p { margin-bottom: 12px; font-size: 19px; }
    .deadline__item span { font-size: 17px; }

    .faq--no-links { padding: 52px 0; }
    .faq--no-links .faq__content { gap: 26px; }
    .faq--no-links .faq__links-title-block .title-2 { margin-bottom: 10px; font-size: 28px; }
    .faq--no-links .faq__links p { font-size: 17px; line-height: 1.35; }
    .faq--no-links .faq-item:not(:last-child) { margin-bottom: 12px; }
    .faq--no-links .faq-title,
    .faq--no-links .faq-item.active .faq-title {
        min-height: 0;
        padding: 16px 18px;
        font-size: 16px;
        line-height: 1.3;
        border-radius: 14px;
    }
    .faq--no-links .faq-content { font-size: 15px; line-height: 1.45; border-radius: 0 0 14px 14px; }
    .faq--no-links .faq-item.active .faq-content { margin-top: -12px; padding: 28px 18px 18px; }
}

/* Redesigned services block */
.services.services--cards {
    padding: 72px 0;
    background: #122e3b;
}

.services--cards .services-cards {
    display: grid;
    gap: 42px;
}

.services--cards .services-cards__group {
    padding: 42px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    background: #1a3546;
}

.services--cards .services-cards__header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.services--cards .services-cards__header h2 {
    margin: 0 0 7px;
    color: #fff;
    font-family: var(--font-family);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.services--cards .services-cards__header p {
    margin: 0;
    color: #cbd5da;
    font-size: 19px;
    line-height: 1.45;
}

.services--cards .services-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.services--cards .services-cards__item {
    display: flex;
    min-width: 0;
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;
    background: #294155;
    color: #fff;
    text-decoration: none;
    transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.services--cards a.services-cards__item:hover {
    border-color: #ec2228;
    background: #304b60;
    transform: translateY(-4px);
}

.services--cards .services-cards__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 2px solid #ec2228;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.services--cards .services-cards__icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.services--cards .services-cards__item h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: var(--font-family);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.services--cards .services-cards__item p {
    margin: 0;
    color: #cbd5da;
    font-size: 17px;
    line-height: 1.5;
}

.services--cards .services-cards__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.services--cards .services-cards__actions .btn {
    width: max-content;
    min-width: 180px;
    font-size: 18px;
    text-transform: none;
}

.services--cards .services-cards__all.btn {
    border-color: rgba(255,255,255,.35);
    background: transparent;
}

.services--cards .services-cards__all.btn:hover {
    border-color: #fff;
    background: #fff;
    color: #082c3b;
}

/* Universal features-grid variants */
.features-grid--columns-3 .features-grid__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.features-grid--columns-4 .features-grid__items { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.features-grid--cards .features-grid__items { gap: 18px; }
.features-grid--cards .features-grid__item {
    display: flex;
    min-height: 185px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #dce2e5;
    border-radius: 18px;
    background: #fff;
}
.features-grid--cards .features-grid__icon { margin-bottom: 16px; }

.features-grid--dark { background: #122e3b; }
.features-grid--dark .features-grid__heading,
.features-grid--dark .features-grid__content h3 { color: #fff; }
.features-grid--dark .features-grid__content p { color: #cbd5da; }
.features-grid--dark.features-grid--cards .features-grid__item {
    border-color: rgba(255,255,255,.13);
    background: #294155;
}
.features-grid--dark .features-grid__icon {
    border-color: #ec2228;
    background: transparent;
    color: #fff;
}

@media (max-width: 1199px) {
    .services--cards .services-cards__grid,
    .features-grid--columns-4 .features-grid__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services--cards .services-cards__item { min-height: 285px; }
    .features-grid--columns-3 .features-grid__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .services.services--cards { padding: 48px 0; }
    .services--cards .services-cards__group { padding: 28px 20px; border-radius: 20px; }
    .services--cards .services-cards__header { margin-bottom: 25px; }
    .services--cards .services-cards__header h2 { font-size: 29px; }
    .services--cards .services-cards__header p { font-size: 16px; }
    .services--cards .services-cards__grid,
    .features-grid--columns-3 .features-grid__items,
    .features-grid--columns-4 .features-grid__items { grid-template-columns: 1fr; }
    .services--cards .services-cards__item { min-height: 0; padding: 24px; }
    .services--cards .services-cards__item h3 { font-size: 21px; }
    .services--cards .services-cards__item p { font-size: 16px; }
    .services--cards .services-cards__actions { flex-direction: column; }
    .services--cards .services-cards__actions .btn { width: 100%; min-width: 0; white-space: normal; }
    .features-grid--cards { padding: 36px 0; }
    .features-grid--cards .features-grid__heading {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.15;
    }
    .features-grid--cards .features-grid__items { gap: 10px; }
    .features-grid--cards .features-grid__item {
        display: grid;
        min-height: 0;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
        align-items: center;
        padding: 14px;
        border-radius: 13px;
    }
    .features-grid--cards .features-grid__icon {
        width: 38px;
        height: 38px;
        margin: 0;
        border-width: 1px;
    }
    .features-grid--cards .features-grid__icon img {
        width: 20px;
        height: 20px;
    }
    .features-grid--cards .features-grid__icon-fallback { font-size: 17px; }
    .features-grid--cards .features-grid__content h3 {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 1.2;
    }
    .features-grid--cards .features-grid__content p {
        font-size: 13px;
        line-height: 1.3;
    }
}

@media (max-width: 390px) {
    .features-grid--cards { padding: 30px 0; }
    .features-grid--cards .features-grid__heading { font-size: 23px; }
    .features-grid--cards .features-grid__item { padding: 12px; }
}

/* Unified mobile typography for service-page content blocks */

/* Unified heading alignment for all service-page content blocks */
.service-card-hero__eyebrow,
.service-card-hero__title,
.features-grid__heading,
.process-horizontal-cta__heading,
.whom .title-2,
.experts__info .title-2,
.offer .title-2,
.why > .container > .title-2,
.how-we-work > .container > .title-2,
.our-service__list .title-2,
.order__content > .title-2,
.term > .container > .title-2,
.price .title-2,
.faces-services .title-2,
.info-block h2,
.info-block h3 {
    text-align: center;
}

@media (max-width: 767px) {
    .service-card-hero__title {
        font-size: 30px;
        line-height: 1.08;
    }

    .service-card-hero__description {
        font-size: 15px;
        line-height: 1.45;
    }

    .features-grid__heading,
    .process-horizontal-cta__heading,
    .whom .title-2,
    .experts__info .title-2,
    .offer .title-2,
    .why > .container > .title-2,
    .how-we-work > .container > .title-2,
    .our-service__list .title-2,
    .order__content > .title-2,
    .term > .container > .title-2,
    .price .title-2,
    .faces-services .title-2 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.15;
    }

    .features-grid__content h3,
    .process-horizontal-cta__step h3,
    .how-we-work__title,
    .why__feature .title-3,
    .our-service__item p,
    .price__list-item_title,
    .faces-services .title_redaction {
        font-size: 16px;
        line-height: 1.25;
    }

    .features-grid__content p,
    .process-horizontal-cta__step p,
    .how-we-work p,
    .whom > .container > p,
    .experts__info .subtitle,
    .experts__info ul li,
    .offer__list-item p,
    .offer__info-text ul li,
    .why__feature .title-3 span,
    .our-service__item p,
    .term__item,
    .term__item p,
    .info-block,
    .order__header .subtitle {
        font-size: 14px;
        line-height: 1.4;
    }

    .features-grid__content p,
    .process-horizontal-cta__step p,
    .experts__info ul li span,
    .how-we-work p {
        font-size: 13px;
        line-height: 1.4;
    }

    .whom,
    .experts,
    .why,
    .how-we-work,
    .term,
    .price,
    .faces-services {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .whom__list { gap: 10px; }
    .whom__item {
        min-height: 0;
        padding: 13px 15px;
        font-size: 14px;
        line-height: 1.35;
    }

    .experts__info ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .offer__list-item {
        min-height: 0;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .how-we-work__content { padding-top: 4px; padding-bottom: 20px; }
    .how-we-work__title { margin-bottom: 4px; }

    .process-horizontal-cta__steps {
        padding-right: 14px;
        padding-bottom: 24px;
        padding-left: 14px;
    }

    .process-horizontal-cta__step {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        padding-bottom: 20px;
    }

    .process-horizontal-cta__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .process-horizontal-cta__step::before,
    .process-horizontal-cta__step:nth-child(3)::before {
        top: 42px;
        left: 20px;
        height: calc(100% - 42px);
    }

    .our-service__item {
        min-height: 0;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .term__tab {
        padding: 11px 14px;
        font-size: 14px;
        line-height: 1.25;
    }

    .clients .swiper-clients { margin-top: 22px; }
    .clients .swiper-slide {
        height: 78px;
        padding: 8px 10px;
    }
    .clients .swiper-slide img { max-height: 56px; }

    .faces-services .faces__header {
        gap: 12px;
        margin-bottom: 20px;
    }
    .faces-services .faces__header h2 {
        margin-right: 0;
        margin-left: 0;
    }
    .faces-services .card_redaction {
        padding: 12px 12px 58px;
        border-radius: 14px;
    }
    .faces-services .content_redaction { gap: 14px; }
    .faces-services .about_redaction,
    .faces-services .image_redaction { width: 100%; }
    .faces-services .image_redaction { height: 280px; }
    .faces-services .description_redaction,
    .faces-services .description_redaction p,
    .faces-services .award-item {
        font-size: 13px;
        line-height: 1.4;
    }
    .faces-services__pagination { margin-top: 14px; }
}
