

/* Start:/bitrix/templates/via_ar/components/bitrix/search.title/search/style.css?17725777851253*/
.search {
	position: relative;
}

.searchbox {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	width: 48px;
	background: #fff;
	border-radius: 999px;
	overflow: hidden;

	transition: width .35s ease, box-shadow .25s ease, background .25s ease;
	color: #0b1220;
	z-index: 50;
}

.searchbox.is-open {
	width: 400px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.searchbox__form {
	display: flex;
	align-items: center;
	height: 100%;
}

.searchbox__btn {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #111827;
}

.searchbox__icon {
	pointer-events: none;
}

.searchbox__input {
	flex: 1 1 auto;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 500;
	padding: 0 16px 0 4px;
	min-width: 0;
}

input.searchbox__input {
	font-size: 15px;
	font-weight: 500;
}


.searchbox__input::placeholder {
	color: #000;
}


.header-dark .searchbox {
	background: #fff;
}

@media (max-width: 768px) {

	.searchbox,
	.searchbox.is-open {
		position: fixed;
		right: 16px;
		left: 16px;
		top: 12px;
		transform: none;
		width: auto;
		height: 48px;
	}
} 
/* End */


/* Start:/bitrix/templates/via_ar/styles.css?177219088027270*/
:root {
    --white: #fff;
    --dark: #203F60;
    --button: #2E4255;
    --blue: #335578;
    --light: #9EB0C3;
    --border-grey: #8993A1;
    --border: #C6CFD7;
    --light-hover: #E5EAF1;
    --dots: #A8B1BE;
    --text-mid: #616872;
    --mont: 'Montserrat';
    --shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
}

* button {
    font-family: inherit;
}

/* BASE */

.big-contain {
    width: 1820px;
    margin: 0 auto;
    position: relative;
}

.contain {
    width: 1320px;
    margin: 0 auto;
}


a {
    text-decoration: none;
    color: inherit;
}

/* HEADER FOOTER */

header,
footer {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

header {
    background: var(--white);
    color: var(--dark);
    height: 180px;
    border-bottom: 1px solid var(--border);
}

footer {
    background: var(--dark);
    color: var(--white);
    height: 480px;
}

header .big-contain,
footer .big-contain,
.home-text-content .big-contain {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.logo a {
    display: grid;
    gap: 0 10px;
    grid-template-columns: 1fr 1fr;
}

.logo a img {
    max-height: 112px;
    grid-row: span 2;
}

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

footer .menu {
    margin: 0;
}

ul.menu li {
    margin: 0 20px;
    transition: 0.3s;
}

ul.menu li:hover {
    opacity: .7;
}

.clin-slide {
    background: #F5F7FA;
    padding-bottom: 200px;
}

.lang-select {
    position: relative;
    display: inline-block;
}

.lang-but {
    border: 1px solid var(--border);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    background: #fff;
    user-select: none;
    font-size: 14px;
    height: 33px;
    width: 76px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--dark);
    transition: transform 0.2s;
}

.lang-list {
    position: absolute;
    top: 110%;
    left: 8px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    background: #fff;
    display: none;
    flex-direction: column;
    z-index: 10;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.20);
    width: 62px;
    text-align: center;
}

.lang-list li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: var(--dark);
    font-size: 14px;
    transition: background 0.3s;
}

.lang-list li a:hover {
    background: #f5f5f5;
}

.lang-select.open .lang-list {
    display: flex;
}

.lang-select.open .triangle {
    transform: rotate(180deg);
}

.social,
.social-small {
    display: flex;
    align-items: start;
    gap: 13px;
    height: 200px;
}

.social a,
.social-small a {
    background: var(--blue);
    border-radius: 100%;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-foot {
    border: 1px solid #FFFFFF2E;
    border-radius: 100%;
    height: 342px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.logo-foot img {
    height: 114px;
}

.logo-foot h2,
.home-logo h2,
header .logo h2 {
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.logo-foot p,
.home-logo p,
.logo p {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.logo h2 {
    align-self: end;
    margin: 0 !important;
}

.logo p {
    margin: 0;
}

.foot-center {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.foot-center p {
    color: var(--light);
    font-size: 13px;
    font-weight: 500;
    margin: 0 20px;
}

.social-small {
    display: none;
    height: fit-content;
}

.flex {
    display: flex;
    align-items: center;
}

/* BREADCRUMBS */

.bread {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid var(--border);
    background: var(--white);
}

.bread .contain {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 90px;
}

.bread-arrow {
    display: block;
    width: 12px;
    height: 12px;
    rotate: 135deg;
    border-bottom: 1.5px solid var(--border-grey);
    border-right: 1.5px solid var(--border-grey);
}

.bread ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.hamb {
    height: 22px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1100;
}

.hamb .line {
    background: var(--dark);
    height: 2px;
    width: 38px;
    transition: all 0.3s ease;
}

.body-cont {
    padding: 100px 0;
}

.body-cont h1 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.home-block {
    width: 100%;
    position: relative;
}

.home-block img {
    width: 100%;
    height: 950px;
    object-fit: cover;
    object-position: center;
}

.home-logo {
    display: none;
}

.search {
    min-width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.search .lupa {
    background-image: url(/bitrix/templates/via_ar/img/search.png);
    height: 32px;
    width: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pad1 {
    width: 352px;
}

.pad2 {
    width: 72px;
}

@media (max-width:1900px) {
    .big-contain {
        width: 1480px;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
        margin: 0 30px;
    }

    .logo a img,
    .logo-foot img {
        max-height: 90px;
    }

    .logo-foot {
        height: 280px;
    }

    .social {
        height: 174px;
    }

    .social a {
        width: 48px;
        height: 48px;
    }

    .foot-center {
        gap: 60px;
    }

    header,
    footer {
        font-size: 13px;
    }
}

@media (max-width: 1560px) {
    footer {
        height: 420px;
    }

    header {
        height: 140px;
    }

    .big-contain {
        width: 1280px;
    }

    .contain {
        width: 1200px;
    }

    .menu {
        font-size: 13px;
    }

    .social {
        display: none;
    }

    .social-small {
        display: flex;
        align-items: start;
        gap: 13px;
    }

    .flex {
        justify-content: space-between;
    }

    header,
    footer {
        font-size: 12px;
    }

    .logo a img,
    .logo-foot img {
        max-height: 80px;
    }

    .logo-foot h2,
    .home-logo h2,
    header .logo h2 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {

    .big-contain {
        width: 1100px;
    }

    .contain {
        width: 1000px;
    }

    header .big-contain {
        gap: 0;
    }

    .lang-but {
        margin-right: 10px;
    }
}

@media (max-width: 1180px) {
    .menu {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        font-size: 11px;
    }

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1200;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .big-contain,
    .contain {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    header {
        height: 90px;
    }

    .logo a img,
    .logo-foot img {
        max-height: 54px;
    }

    .lang-select {
        position: absolute;
        right: 50px;
    }

    header .menu,
    .search {
        display: none;
    }

    .hamb {
        display: flex;
    }

    footer {
        height: fit-content;
        padding: 50px 0;
    }

    footer .menu {
        display: flex;
        flex-direction: column;
        align-items: normal;
        font-size: 14px;
        width: 240px;
        margin: 0;
    }

    .foot-center,
    footer .big-contain {
        gap: 40px;
    }

    .foot-center .flex {
        margin: 0;
    }

    footer .big-contain {
        flex-direction: column;
    }

    .social-small {
        display: none;
    }

    .logo-foot {
        height: 260px;
    }

    .bread .contain {
        gap: 20px;
    }

    .body-cont {
        padding: 30px 0;
    }


    .body-cont h1 {
        font-size: 32px;
        font-weight: 400;
        margin: 0 0 30px;
    }

    .logo a {
        display: grid;
        gap: 0 10px;
        grid-template-columns: 54px 1fr;
    }

    .logo {
        margin-left: 0;
        margin-right: auto;
    }
}



/* Клиники */

.clin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 560px;
    gap: 50px;
}

.clin-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.clin-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.clin-logo {
    background-image: url(/bitrix/templates/via_ar/img/logo-white.png);
    width: 164px;
    height: 165px;
    opacity: .5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.clin-info {
    position: absolute;
    background: #00000029;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
}

.clin-block {
    height: fit-content;
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 15px;
    width: fit-content;
}

.clin-bl-text h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
}

.clin-bl-text p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
}

.clin-block img {
    height: 55px;
    width: fit-content !important;
    object-fit: contain;
    object-position: center;
    margin-left: 0;
    text-align: left;
}

@media (max-width: 1400px) {

    .clin-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .clin-grid {
        grid-auto-rows: auto;
    }

    .clin-block {
        padding: 15px;
        gap: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .clin-block img {
        margin-left: 0;
    }

    .clin-bl-text h5 {
        font-size: 18px;
    }

    .clin-logo {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 1180px) {

    .clin-grid {
        grid-template-columns: 1fr;
    }

    .clin-item img {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 750px) {

    .clin-item img {
        aspect-ratio: 3 / 4;
    }

    .clin-block {
        padding: 15px;
        gap: 15px;
    }

    .clin-block img {
        height: 45px;
        object-position: left;
        aspect-ratio: 1 / 1;
    }
}

/* карточка клиники */

.clin-text-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.clin-text-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 20px;
}

ul.clin-list {
    list-style: circle;
    padding-left: 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-left: 20px;
}

ul.clin-list li {
    position: relative;
    margin-bottom: 12px;
}

.clin-text-content {
    text-align: justify !important;
}

.clin-text-content p {
    font-size: 15px;
    font-weight: 400;
}

.clin-text-content a {
    text-decoration: underline;
}

.clin-card .clin-item {
    height: 560px;
}


.clin-text-content h5 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}

.clin-text-content b {
    font-weight: 500;
}

@media (max-width: 1180px) {

    .clin-card {
        gap: 40px;
    }
}

@media (max-width: 1080px) {

    .clin-text-content h4 {
        font-size: 16px;
    }

    .clin-text-content h5 {
        font-size: 18px;
    }
}

/* точки слайдера */

.dot {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--dots);
    cursor: pointer;
}

.dots-slider,
.dots-slider1 {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.dot.dot-act {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--dots);
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.dot.dot-act::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
}

/* button */

.dark-btn {
    background: var(--button);
    color: var(--white);
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 6px;
    width: fit-content;
    z-index: 9;
    position: relative;
}

.dark-btn:hover {
    background: #000;
}



/* услуги */

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.item-usl {
    border-radius: 20px;
    border: 1px solid var(--border);
    position: relative;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.but-arrow {
    background: #E9EEF0;
    border-radius: 30px;
    width: 80px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url(/bitrix/templates/via_ar/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.but-arrow:hover {
    transform: translateX(5px);
}

.numb {
    position: absolute;
    top: -50px;
    left: -26px;
    color: #859199;
    font-size: 48px;
    font-weight: 300;
    height: 125px;
    width: 150px;
    border-radius: 100%;
    border: 1px solid var(--border);
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 25px;
}

.item-usl p {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1560px) {
    .item-usl p {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .grid-3 {
        grid-template-columns: 1fr 1fr
    }

    .item-usl p {
        font-size: 20px;
    }
}

@media (max-width: 750px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}


/* аккордеон */

.acc-item {
    margin-bottom: 40px;
}

.acc-trigger {
    display: flex;
    width: 100%;
    gap: 40px;
    background: transparent;
    border: 0;
    font-weight: 500;
    font-size: 24px;
    cursor: pointer;
    align-items: center;
    justify-content: left;
    padding: 0 70px 0 30px;
    text-align: left;
}

.acc-icon {
    aspect-ratio: 1 / 1;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    position: relative;
    background: #fff;
}

.acc-icon::before,
.acc-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #000;
    transition: opacity .25s ease, transform .25s ease;
}

.acc-icon::after {
    transform: rotate(90deg);
}

.acc-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
}

.acc-panel ul.clin-list {
    margin: 0;
}

.acc-trigger[aria-expanded="true"] {
    background: #E5EAF1;
    border-radius: 20px 20px 0 0;
    padding: 50px 70px 40px 30px;
}

.acc-trigger[aria-expanded="true"] .acc-icon {
    border: 1px solid #fff;
}

.acc-trigger[aria-expanded="true"]+.acc-panel {
    background: #E5EAF1;
    border-radius: 0 0 20px 20px;
    max-height: 1000px;
    padding: 0 70px 50px 115px;
}

.acc-trigger[aria-expanded="true"] .acc-icon::after {
    opacity: 0;
}

.acc-item p {
    font-size: 18px;
}

@media (max-width: 920px) {
    .acc-trigger {
        padding: 0 20px 0 20px;
        gap: 20px;
        font-size: 20px;

    }

    .acc-trigger[aria-expanded="true"]+.acc-panel {
        padding: 0 70px 50px 95px;
    }
}

/* FAQ */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 132px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.faq-item p {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
}

.faq-item span {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
}

.numb-f p {
    font-size: 48px;
    color: #859199;
    font-weight: 300;
}

.numb-f span {
    font-size: 16px;
    color: #A8B1BA;
    font-weight: 500;
    margin-left: -18px;
}

.numb-f {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid var(--border);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    top: -38px;
    left: -24px;
}

.faq-block {
    margin-top: 100px;
}


/* HOME */

.header-home .logo-foot {
    color: #fff;
    aspect-ratio: 1 / 1;
}

.header-home .lang-select {
    position: absolute;
    left: calc(50% - 39px);
    top: -17px;
}

.header-home .logo-home .lang-but {
    background: transparent;
    color: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid #FFFFFF2E;
}

.header-home .triangle {
    border-top: 5px solid #fff;
}

.header-home .banner-home {
    padding: 60px 0 0 0;
    height: 950px;
    width: 100%;
    background-image: url(/bitrix/templates/via_ar/img/Group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.logo-home {
    width: fit-content;
    position: relative;
}

.banner-home .big-contain {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    height: 100%;
}

.ban-content {
    display: flex;
    gap: 40px;
    color: #fff;
    margin: 100px 20px;
    justify-content: space-between;
}

.ban-text h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.ban-contacts p {
    margin-bottom: 5px;
    font-size: 20px;
    margin: 0 0 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ban-contacts {
    display: flex;
    gap: 80px;
}

.ban-contacts img {
    height: 30px;
    margin: 5px 0 20px;
}

.ban-ital .email-home {
    font-size: 13px;
    margin-top: 20px;
}

.ban-rus a img {
    height: auto;
    margin: 0;
}

.ban-rus a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 14px 30px;
    margin-top: 20px;
    border: 1px solid;
    border-radius: 50px;
    transition: 0.3s;
}

.ban-rus a:hover {
    background: #ffffff0f;
}

.center-banner .menu {
    color: #fff;
    margin: 0;
}

.soc-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.soc-block .social {
    height: fit-content;
    display: block !important;
}

.soc-block .social a {
    background: #FFFFFF14;
}

.search-soc .search {
    background: #FFFFFF14;
    margin: -25px 0 70px 0;
}

.banner-home .hamb {
    display: none;
}

.menu-back {
    display: none;
    height: 14px;
    width: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: 135deg;
    margin: 30px;
    cursor: pointer;
}

.bottom-text {
    position: absolute;
    bottom: 50px;
    color: #fff;
    width: 40%;
    left: 50%;
}

.bottom-text h3 {
    font-size: 24px;
    font-weight: 400;
}

.bottom-text p {
    font-size: 14px;
}

@media (max-width: 1900px) {
    .search-soc .search {
        margin: -25px 0 100px 0;
    }
}

@media (max-width: 1560px) {
    .ban-text h1 {
        font-size: 32px;
    }

    .ban-contacts p {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .ban-content {
        flex-direction: column;
        margin: 50px 20px;
    }

    .search-soc .search {
        margin: -25px 0 50px 0;
    }
}


@media (max-width: 1180px) {
    .search {
        display: none;
    }

    .banner-home .hamb {
        grid-column: 3;
        grid-row: 1;
        display: flex;
    }

    .banner-home .hamb .line {
        background: #fff
    }

    .search-soc {
        grid-column: 1;
        grid-row: 1;
    }

    .center-banner {
        grid-column: 2;
        justify-self: center;
    }

    .logo-home {
        grid-column: 2;
        justify-self: center;
    }

    .menu-back {
        display: block;
    }

    header .menu,
    .center-banner .menu {
        display: flex;
        background: var(--dark);
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 100px);
        height: 100%;
        z-index: 9999;
        flex-direction: column;
        align-items: normal;
        font-size: 14px;
        padding: 20px 50px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        color: #fff;
        margin: 0;
        gap: 0;
    }

    header .menu.active,
    .center-banner .menu.active {
        transform: translateX(0);
    }

    header .menu li a,
    .center-banner .menu li a {
        padding: 20px 0 20px 0;
        width: 100%;
        transition: 0.3s;
        MARGIN: 0;
        display: block;
    }

    header .menu li a:hover,
    .center-banner .menu li a:hover {
        opacity: .8;
    }

    .ban-contacts {
        gap: 40px;
    }

    .bottom-text {
        position: static;
        color: #fff;
        width: 80%;
        grid-column: 2;
        justify-self: center;
        margin-bottom: 30px;
    }

    .ban-content {
        margin: 20px;
    }

    .header-home .banner-home {
        padding: 30px 0 0 0;
    }

    .ban-text h1 {
        font-size: 24px;
    }

    .logo-foot {
        height: 300px;
    }
}

@media (max-width: 700px) {
    .header-home .banner-home {
        height: fit-content;
    }

    .logo-foot {
        height: 240px;
    }

    .ban-text h1 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {

    .ban-contacts {
        flex-direction: column;
    }

    .ban-rus a {
        width: fit-content;
    }
}

a.download-button {
    background: var(--button);
    padding: 0 25px;
    height: 40px;
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 50px;
}

a.download-button:hover {
    background-color: #000;
}

.pill-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 24px 0;
}

.pill-nav__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border: 2px solid var(--border);
    border-radius: 9999px;
    background: #fff;
    color: #1f2328;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: background .2s, border-color .2s, transform .05s;
    white-space: nowrap;
}

.pill-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.pill-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--border);
    border-radius: 9999px;
    background: #fff;
    color: #1f2328;
    text-decoration: none;
    transition: background .2s, border-color .2s, transform .05s;
    white-space: nowrap;
}

.pill-nav__primary:hover,
.pill-nav__link:hover {
    background: #f6f8fa;
    border-color: #c8d0d8;
}

.pill-nav__primary:active,
.pill-nav__link:active {
    transform: translateY(1px);
}

.pill-nav__primary:focus-visible,
.pill-nav__link:focus-visible {
    outline: 2px solid var(--dark);
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .pill-nav {
        gap: 16px;
    }

    .pill-nav__primary {
        font-size: 16px;
        padding: 14px 20px;
    }

    .pill-nav__link {
        padding: 10px 16px;
    }
}

.ph-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ph-photo-grid .ph-item {
    overflow: hidden;
    border-radius: 8px;
}

.ph-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ph-item1 {
    grid-column: 1;
    grid-row: 1;
}

.ph-item2 {
    grid-column: 2;
    grid-row: 1 / 3;
}

.ph-item3 {
    grid-column: 1;
    grid-row: 2;
}

.managers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.managers-item img {
    width: 100%;
    border-radius: 8px;
}

p.int {
    font-size: 20px;
    text-align: justify;
    font-weight: 500;
    margin: 40px 0;
}

.managers-item p {
    font-size: 20px;
    font-weight: 500;
}

.managers-item span {
    font-size: 16px;
    font-weight: 300;
}

p.int a {
    text-decoration: underline;
}

@media (max-width: 700px) {

    .managers-item p,
    p.int {
        font-size: 16px;
    }

    .managers-item span {
        font-size: 14px;
    }

    .managers-grid,
    .ph-photo-grid {
        grid-template-columns: 1fr;
    }

    .ph-item1 {
        grid-column: 1;
        grid-row: 1;
    }

    .ph-item2 {
        grid-column: 1;
        grid-row: 2;
    }

    .ph-item3 {
        grid-column: 1;
        grid-row: 3;
    }
}
/* End */
/* /bitrix/templates/via_ar/components/bitrix/search.title/search/style.css?17725777851253 */
/* /bitrix/templates/via_ar/styles.css?177219088027270 */
