@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
    background: url(../img/pattern.png) !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 800 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding: 1.5rem 0;
    color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    background-color: #000;
}

.head__fixed {
    background-color: #151515;
}

.nav-up {
    top: -130px;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

header ul a {
    color: #fff;
}

header ul a:hover {
    color: #DC2B1B;
}

.header__2 {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 2rem;
}

.menu__header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.info__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.info__header p {
    font-size: .75rem;
    margin: 0;
}

.info__header a {
    color: #DC2B1B;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;
}

.info__header a:hover {
    color: #fff;
}

.header__3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .75rem;
}

.header__3 ul {
    font-size: .75rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    color: rgba(255, 255, 255, .5);
}

.social__header {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.social__header picture {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.social__header picture:hover {
    border-color: #fff;
}

.header__4 {
    display: none;
}

#menu .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#menu ul {
    list-style: none;
}

.mobile__lang {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    gap: 2rem;
    margin: 0;
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
    border-radius: 1rem;
}

.mobile__lang a {
    color: #000;
}

.mobile__menu {
    margin: 0;
    padding: 1.5rem 0;
}

.mobile__menu ul {
    margin: 0;
    padding: 0;
}

.mobile__menu li {
    border-bottom: 1px solid #e1e1e1;
    padding: 1rem;
    font-size: 1.3rem;
}

.mobile__menu a {
    color: #111;
}

.mobile__info {
    padding: 1rem;
    font-size: 1.3rem;
    color: #999;
}

.mobile__info a {
    color: #DC2B1B;
    font-size: 2rem;
    font-weight: 500;
}

.mobile__info p:last-child {
    color: #000;
}

.mobile__social {
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
}

.mobile__social picture {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
}

.mobile__social picture img {
    height: 20px;
}

footer {
    background-color: #222222;
    border-radius: 1.5rem 1.5rem 0 0;
    padding-top: 3.5rem;
    color: #fff;
}

.footer__2 {
    background-color: #151515;
    color: #fff;
    font-size: 15px;
    border-radius: 1.5rem 1.5rem 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}

.footer__2 a {
    color: #fff;
}

.footer__2 a:hover {
    color: #DC2B1B;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
}

footer ul a {
    color: #fff;
}

footer ul a:hover {
    color: #DC2B1B;
}

footer .col-xl-6 {
    display: flex;
    gap: 8rem;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.footer__contacts > div {
    display: flex;
    gap: 1.5rem;
}

.footer__contacts > div picture {
    flex-shrink: 0;
}

.footer__contacts > div p {
    font-size: 15px;
}

.footer__contacts > div p a {
    color: #fff;
}

.footer__contacts > div p a:hover {
    color: #DC2B1B;
}

.footer__phone {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0 0 0;
    display: inline-block;
}

.footer__email {
    font-size: 14px;
}

.footer__social {
    display: inline-flex;
    margin-top: 2rem;
    align-items: center;
    gap: 1rem;
}

.footer__social picture {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #DC2B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.footer__social picture:hover {
    background-color: #151515;
}

.block__start {
    margin-top: 105px;
    height: 100vh;
    border-radius: 0 0 1.5rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.start__block > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-radius: 0 0 2rem 2rem;
}

.block__start picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.block__start picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.about__block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
}

.about__block__text__map {
    display: flex !important;
    align-items: center !important;
    gap: 4rem;
    margin-bottom: 3rem;
}

.text__about {
    max-width: 400px;
}

.about__block h2 {
    font-size: 2rem;
    color: #3C4041;
    font-weight: 500 !important;
    margin: 0;
}

.about__block p {
    font-size: 15px;
    color: #3C4041;
    margin: 1rem 0;
}

.button__1 {
    padding: 1rem 2rem;
    border-radius: 5rem;
    background-color: #3C4041;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: 0;
}

.button__1:hover {
    background-color: #DC2B1B;
}

.map {
    background-color: #F0F0F0;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.zag {
    position: relative;
}

.zag::after {
    content: '';
    width: 100%;
    height: .5rem;
    background: url(../img/right__line.svg) center left no-repeat;
    position: absolute;
    top: 1rem;
    margin-left: 2rem;
}

.wrapper {
    overflow-x: hidden;
}

.number__card {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: start;
}

.number__card b {
    color: #DC2B1B;
    font-weight: 500 !important;
    font-size: 2.5rem;
}

.number__card p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 200px;
}

.zag__block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: url(../img/zag__line.svg) center no-repeat;
    text-align: center;
}

.zag__block h2 {
    font-size: 2rem;
    font-weight: 500 !important;
    color: #3C4041;
}

.card__1 {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: calc(9 / 21 * 100%);
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.card__1 > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.card__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: .3s all;
    border-radius: 1.5rem;
    overflow: hidden;
    opacity: 0;
}

.card__cover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.card__cover img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.card__text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    justify-content: space-between;
}

.card__text p {
    font-size: 1rem;
    font-weight: 600;
    color: #3C4041;
    margin: 0;
}

.card__icon {
    width: 100px;
    height: 100px;
    background-color: #DC2B1B;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 1;
    transition: .3s all;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
}

.card__icon img {
    width: 60% !important;
    height: 60% !important;
}

.card__1:hover .card__icon {
    opacity: 0;
}

.card__1:hover .card__cover {
    opacity: 1;
}

.block__3__1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.line__right {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/right__line__2.svg) center right no-repeat;
    margin-left: 2rem;
}

.line__left {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/left__line__2.svg) center left no-repeat;
    margin-left: -2rem;
}

.block__3__2 {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.block__3__2 picture {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.block__3__2 picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, .7) 10%, rgba(255, 255, 255, 0) 100%);
}

.block__3__2 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block__3__2 > div {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #3C4041;
    font-weight: 600;
}

.banner_block {
    width: 100%;
    margin: 3rem 0 6rem 0;
}

.banner_block img {
    width: 100%;
    border-radius: 1.5rem;
}

.block__info {
    padding-bottom: 3rem;
}

.block__info .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.block__info .nav button {
    padding: 1rem 1.5rem;
    background-color: transparent;
    border: 1px solid #9CA3AC;
    border-radius: 5rem;
    font-size: 14px;
    font-weight: 500;
    color: #9CA3AC;
}

.block__info .nav button:hover {
    border-color: #3C4041;
    color: #3C4041;
}

.block__info .nav button.active {
    border-color: #DC2B1B;
    color: #DC2B1B;
}

.new__card__big {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
    position: relative;
    display: flex;
}

.new__card__big picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    top: 0;
    left: 0;
}

.new__card__big picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.new__card__big:hover img {
    transform: scale(1.1);
}

.new__card__big > div {
    display: flex;
    align-items: end;
}

.new__card__big > div > div {
    padding: 1.5rem;
    background-color: #DC2B1B;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.5rem 1.5rem 1.5rem 2rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: 50%;
}

.new__card__big > div > div span {
    font-size: .75rem;
    font-weight: 400;
}

.mini__news {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mini__new {
    display: flex;
    gap: 1.5rem;
}

.mini__new .ratio {
    width: 46.7%;
    flex-shrink: 0;
}

.mini__new .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

.mini__new .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.mini__new .ratio picture:hover img {
    transform: scale(1.1);
}

.mini__new__text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    justify-content: center;
    color: #3C4041;
    font-size: .75rem;
}

.mini__new__text a {
    color: #3C4041;
    font-size: 1rem;
    font-weight: 500;
}

.mini__new__text a:hover {
    color: #DC2B1B;
}

.journal__card {
    margin-bottom: 3rem;
}

.journal__card .ratio {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.journal__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

.journal__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.journal__card .ratio picture:hover img {
    transform: scale(1.1);
}

.journal__title {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.journal__title a {
    color: #3C4041;
}

.journal__title a:hover {
    color: #DC2B1B;
}

.logos__block__header b {
    font-size: 1rem;
    font-weight: 600 !important;
    color: #3C4041;
}

.button__2 {
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5rem;
    background-color: #DC2B1B;
    border: 0;
}

.button__2:hover {
    background-color: #3C4041;
}

.logos__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3rem;
}

.logos__grid > div {
    width: calc(20% - 1.2rem);
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    border-radius: 1.5rem;
    border: 1px solid #e1e1e1;
}

.logos__grid > div picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos__grid > div picture img {
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.logos__grid > div picture:hover img {
    transform: scale(1.1);
}

.see__more {
    text-align: center;
}

.see__more a {
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #3C4041;
    border: 1px solid #3C4041;
    border-radius: 5rem;
    display: inline-block;
    margin: 3rem 0;
}

.see__more a:hover {
    background-color: #3C4041;
    color: #fff;
}

.modal h5 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    color: #3C4041;
}

.send {
    width: 100%;
    padding: 1rem;
    background-color: #DC2B1B;
    color: #fff;
    border-radius: .375rem;
    border: 0;
    font-weight: 500;
}

.send:hover {
    background-color: #3C4041;
}

.inner__header {
    height: 50vh;
    position: relative;
    border-radius: 0 0 1.5rem 1.5rem;
    overflow: hidden;
    margin-top: 70px
}

.inner__header picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner__header picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.inner__header picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.header__inner {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.header__inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    font-size: .75rem;
    color: #999;
}

.header__inner ul a {
    color: #3C4041;
}

.header__inner ul a:hover {
    color: #DC2B1B;
}

.header__inner h1 {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #3C4041;
    margin: .5rem 0 0 0;
}

.about__block__inner {
    margin-top: 0;
    margin-bottom: 6rem !important;
}

.inner__text__1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.card__inner__1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2rem;
    border-radius: 2rem;
    background-color: #DC2B1B;
    color: #fff;
    position: relative;
}

.card__inner__1 b {
    font-size: 1.5rem;
    font-weight: 600 !important;
}

.card__inner__1 p {
    font-size: 1rem;
    font-weight: 500;
    max-width: 75%;
    margin: 1rem 0 0 0;
}

.card__inner__1 > picture {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.inner__text__2 {
    padding-left: 2rem;
}

.inner__text__2 h3 {
    color: #DC2B1B;
    font-size: 1.5rem;
    margin: 0 0 .75rem 0;
}

.inner__text__2 p {
    color: #3C4041;
    font-size: 1rem;
}

.inner__text__2 p strong {
    text-transform: uppercase;
}

.inner__text__1 > a {
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    background-color: #9CA3AC;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner__text__1 > a:hover {
    background-color: #DC2B1B;
}

.accordion-item {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.accordion-button {
    background-color: transparent !important;
    padding: 1rem 0 !important;
    font-size: 40px !important;
    font-weight: 500 !important; 
    color: #3C4041 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.accordion-button > picture {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DC2B1B;
    transition: .3s all;
    flex-shrink: 0;
}

.accordion-button > picture img {
    transition: .3s all;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button:not(.collapsed) {
    color: #DC2B1B !important;
    border: 0 !important;
}

.accordion-button:not(.collapsed) > picture {
    background-color: #3C4041;
}

.accordion-button:not(.collapsed) > picture img {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 2rem;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
}

.accordion-body p {
    color: #3C4041;
    font-size: 1rem;
}

.bg__pattern {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 2310px;
    display: flex;
    justify-content: center;
}

.bg__pattern__2 {
    top: 1300px;
}

.card__2 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1rem;
    color: #3C4041;
    margin-top: 2rem;
}

.card__2 b {
    color: #DC2B1B;
}

.card__2 strong {
    font-weight: 500 !important;
    color: #3C4041;
}

.card__2 > picture {
    width: 120px;
    height: 120px;
    background-color: #DC2B1B;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card__2 > picture img {
    max-width: 80% !important;
    max-height: 80% !important;
}

.card__2 p {
    margin: 0;
    width: 50%;
}

.text__2 {
    margin-top: 2rem;
    font-size: 1rem;
    color: #3C4041;
}

header .active a,
footer .active a,
.mobile__menu .active a {
    color: #DC2B1B;
}

.cert__grid .ratio {
    margin-top: 1.5rem;
}

.cert__grid picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.cert__grid picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.cert__grid picture:hover img {
    transform: scale(1.1);
}

.card__3 {
    border-radius: 2rem;
    background-color: #f5f5f5;
    margin-bottom: 1.5rem;
}

.card__3__text {
    padding: 1.5rem;
    color: #3C4041;
    font-size: 18px;
    font-weight: 500;
    min-height: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card__3__text span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.card__3__text picture {
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    flex-shrink: 0;
}

.card__3__text picture img {
    max-width: 50% !important;
    max-height: 50% !important;
}

.card__3__text:hover {
    color: #DC2B1B;
}

.card__3__image {
    position: relative;
    cursor: pointer;
}

.card__3__image .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

.card__3__image .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.card__3:hover .card__3__image .ratio picture img {
    transform: scale(1.1);
}

.more__block {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 2rem 0 2rem 0;
    display: flex;
    align-items: end;
    justify-content: end;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.more__block::before {
    content: '';
    position: absolute;
    top: -1.9rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url(../img/top_right.svg) center no-repeat;
}

.more__block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/bottom_left.svg) center no-repeat;
}

.more__block picture {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #DC2B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all;
}

.more__block picture:hover {
    background-color: #3C4041;
}

.directions__grid {
    margin-bottom: 3rem;
}

.card__3__more__text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    z-index: 1;
    border-radius: 2rem;
    padding: 1.5rem;
    font-size: .75rem;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transition: .3s all;
}

.card__3:hover .card__3__more__text {
    opacity: 1;
}

.card__3__more__text > div {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.card__3__more__text > div picture {
    flex-shrink: 0;
    width: 19px;
}

.card__3__more__text p {
    margin: 0;
}

.benefits__block {
    padding: 2rem;
    border-radius: 2rem;
    background-color: #3C4041;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.benefits__block > b {
    font-size: 20px;
}

.benefits__block > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.benefits__block > div picture {
    flex-shrink: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #D9D9D9 !important;
}

.owl-dots button:hover {
    background-color: #3C4041 !important;
}

.owl-dots button.active {
    width: 60px;
    height: 10px;
    background-color: #3C4041 !important;
}

.application__block {
    margin-top: 6rem;
    background: url(../img/app.png) center no-repeat;
    background-size: cover;
    padding: 3.5rem 0;
    color: #fff;
}

.application__block h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500 !important;
    margin: 0 0 3rem 0;
}

.application__block input {
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-color: transparent;
    font-size: 1rem;
    border: 1px solid #fff;
    margin-bottom: 1.5rem;
}

.application__block input::placeholder {
    color: #fff;
}

.application__block button {
    padding: 1.5rem 5rem;
    background-color: #DC2B1B;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border: 0;
    border-radius: 1.5rem;
}

.application__block button:hover {
    background-color: #3C4041;
}

.partners {
    position: relative;
}

.partners .item {
    height: 150px;
}

.partners .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    padding: 10%;
}

.partners .item picture img {
    transition: .3s all;
}

.partners .item picture:hover img {
    transform: scale(1.1);
}

.partners .owl-nav {
    top: 0;
    margin: 0 !important;
}

.partners .owl-nav button {
    background-color: transparent !important;
    border-radius: 100% !important;
    width: 56px !important;
    height: 56px !important;
    margin: 47px 0 0 0 !important;
}

.partners .owl-prev {
    left: -5rem !important;
}

.partners .owl-next {
    right: -5rem !important;
}

.about__center {
    padding: 2rem 2rem .5rem 2rem;
    border-radius: 2rem;
    background-color: #f0f0f0;
}

.card__4 {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1.5rem;
    color: #3C4041;
    font-size: 1rem;
}

.card__4 a {
    color: #3C4041;
}

.card__4 a:hover {
    color: #DC2B1B;
}

.card__4 strong {
    display: block;
    margin-top: 1rem;
}

.card__4 picture {
    width: 62px;
    height: 62px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.center__buttons {
    padding: 0 0 0 62px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.center__buttons > button {
    width: 100%;
}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social picture {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #DC2B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.social picture:hover {
    background-color: #3C4041;
}

.accordion-button > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 20px !important;
}

.card__doctor {
    position: relative;
    text-align: center;
    color: #3C4041;
    font-size: 14px;
}

.card__doctor .ratio {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.card__doctor picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    left: 0;
    top: 0;
}

.card__doctor picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.card__doctor:hover img {
    transform: scale(1.1);
}

.card__doctor b {
    display: block;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 1rem .5rem .5rem .5rem;
}

.inner__map {
    height: 900px;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 3.5rem;
    position: relative;
}

.inner__map__text {
    position: absolute;
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    margin: 2rem;
    width: 100%;
    max-width: 430px;
    z-index: 2;
}

.mapp {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.other_news > b {
    font-size: 1rem;
    font-weight: 600 !important;
    color: #3C4041;
}

.other_news {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.other_news .mini__new {
    flex-direction: column;
}

.other_news .mini__new .ratio {
    width: 100%;
}

.inner__new {
    padding-left: 3rem;
}

.inner__new__text {
    margin-top: 2rem;
}

.photos picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
}

.photos picture img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.photos picture:hover img {
    transform: scale(1.1);
}

.share__block {
    background-color: #f0f0f0;
    padding: 1.5rem;
    border-radius: 1.5rem;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-top: 2rem;
    font-size: 14px;
}

.other_news .journal__card {
    margin-bottom: 0;
}

#see_on_map .ratio {
    border-radius: 1rem;
    overflow: hidden;
}

#city__map {
    fill: #000 !important;
}

.modal-title {
    font-weight: 500 !important;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .menu__header ul {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .map {
        display: none;
    }

    .text__about {
        max-width: 100%;
        padding: 0 1rem;
    }

    .menu__header ul {
        font-size: 12px;
    }

    .footer__phone {
        font-size: 1.2rem;
    }

    .card__text {
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .card__text p {
        font-size: .8rem;
    }

    .card__icon {
        width: 80px;
        height: 80px;
    }

    .block__3__2 > div {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .menu__header {
        display: none;
    }

    .info__header {
        flex-direction: column;
        gap: 1rem;
    }

    .header__4 {
        display: flex;
        height: 100%;
        align-items: center;
        flex-shrink: 0;
    }

    .logos__grid > div {
        width: calc(25% - 1.2rem);
    }

    .inner__text__2 {
        padding-left: 0;
        margin-top: 3rem;
    }

    .inner__map__text {
        position: relative;
        margin: 0;
        padding: 1rem;
    }

    .inner__map {
        display: block;
        padding-bottom: 1000px !important;
    }

    .mapp {
        position: absolute;
        width: 100%;
        height: 300px;
        border-radius: 2rem;
        overflow: hidden;
    }

    .inner__new {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .header__3 {
        display: none;
    }

    .info__header > p:last-child {
        display: none;
    }

    .info__header > p a {
        display: block;
        margin: .5rem 0 0 0;
    }
    
    .header__1 img {
        width: 56px !important;
    }

    footer .col-xl-6 {
        display: flex;
        gap: 5rem;
    }

    .line__left,
    .line__right {
        display: none;
    }

    .card__text p {
        font-size: 1.2rem;
    }

    .block__3__2 {
        min-height: 200px;
    }

    .logos__grid > div {
        width: calc(33.333333% - 1rem);
    }
}

@media (max-width: 576px) {
    footer .col-xl-6 {
        flex-direction: column;
        gap: 2rem;
    }

    .block__start {
        height: 40vh !important;
        border-radius: 0 0 1.5rem 1.5rem;
        position: relative;
        overflow: hidden;
    }

    .number__card b {
        font-size: 3rem;
    }

    .number__card p {
        font-size: .8rem;
        font-weight: 500;
        max-width: 85%;
    }

    .card__text {
        padding: 0 2rem;
    }

    .mini__new .ratio picture ,
    .new__card__big picture {
        border-radius: 1rem;
    }

    .mini__new__text a {
        font-size: .8rem;
    }

    .journal__card picture {
        border-radius: 1rem !important;
    }

    .logos__grid > div {
        width: calc(50% - 1rem);
    }

    .card__2 picture {
        width: 80px;
        height: 80px;
    }

    .card__2 p {
        width: 100%;
    }

    .zag__block {
        padding: 0 2rem;
    }

    .header__inner h1 {
        font-size: 2.5rem;
    }

    .partners .owl-prev {
        left: -4rem !important;
    }

    .partners .owl-next {
        right: -4rem !important;
    }

    .card__doctor {
        font-size: .75rem;
    }

    .card__doctor b {
        font-size: 1rem;
    }

    .about__center {
        padding: 1.5rem;
    }
}