/*
 * Renewed Life Center Child v3: copy of renewed/assets/css/style.css (parent theme, 17.09.2026).
 * Differences from the parent file, nothing else:
 * 1. No @import of Google Fonts: header.php links the same families with preconnect.
 * 2. Gemola is served as WOFF2 from this theme (assets/fonts/gemola-v1.woff2), the parent TTF stays as fallback.
 * All other url() are absolute paths into the parent theme. Rebuild this file if the parent CSS changes.
 */
@font-face {
    font-family: "Gemola";
    src: url("../fonts/gemola-v1.woff2") format("woff2"),
         url("/wp-content/themes/renewed/assets/fonts/gemola.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root {
    --white: #fff;
    --dark-blue: #001635;
    --b40: 40px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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


.blog-pic img {
    height: 420px;
    border-radius: 20px;
}

body {
    background: #FBFEFF;
    font-family: "Montserrat", serif;
    font-size: 20px;
    position: relative;
    overflow-x: hidden;
}

h1 {
    color: var(--white);
    text-transform: uppercase;
    font-family: "Gemola";
    letter-spacing: 0;
}

h2 .low {
   /* color: var(--white); */
    text-transform: uppercase;
    font-family: "Gemola";
    letter-spacing: 0;
    font-size: 72px;
    font-weight: 400;
}
main span.low {
    color: var(--white);
}

h1 .big {
    font-size: 100px;
    font-weight: 400;
}

h2 {
    font-weight: 400;
    font-family: "Gemola";
}

h2 .low {
    font-size: 64px;
}

h2 .big {
    font-size: 100px;
    text-transform: uppercase;
}

#main .container, header .container {
    max-width: calc(1920px + 128px);
}

.tag-details {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid var(--dark-blue);
    border-radius: 20px;
    padding: 20px;
}
h2.tag-title.low {
    margin-top: 15px;
    font-size: 40px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.back-button {
    margin-bottom: 10px;
    float: right;
    cursor: pointer;
    border-bottom: 1px solid var(--dark-blue);
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
}

/* Menu */
.no-scroll {
    overflow: hidden;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FBFEFF; 
    background-size: cover;
    background-position: center;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile-menu.open {
    display: flex;
}
.mobile-menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: var(--dark-blue);
    cursor: pointer;
}
.mobile-menu__list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.mobile-menu__list li {
    margin: 15px 0;
}
.mobile-menu__list a {
    color: var(--dark-blue);
    text-decoration: none;
    font-size: 1.5rem;
}

.btn {
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: var(--b40);
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 12px;
    padding: 20px 48px;
    text-decoration: none;
}

.btn.tr {
    color: var(--dark-blue);
    background-color: transparent;
    text-decoration: underline;
    padding: 0;
    font-size: 24;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.header-wrapper .btn {
    padding: 13.5px 48px;
}

.header-wrapper {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

.nav-wrapper a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--dark-blue);
}

main {
    height: calc(100vh - 113px);
   /* background-image: url(/wp-content/themes/renewed/assets/img/bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
    display: flex;
    align-items: flex-end;
border-radius:20px
}

.main-wrapper .stars {
    /* margin-bottom: 20px; */
}

.main-wrapper .stars img {
    display: block;
    margin: 0 auto;
    max-width: 240px;
}

.main-wrapper h1 {
    /* margin-bottom: 30px; */
}

.main-wrapper .offer {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    max-width: 540px;
}

main .offer-wrapper {
    max-width: 540px;
    display: flex;
    flex-direction: column;
}

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

.soc {
    display: flex;
    gap: 20px;
}

#about {
    display: block;
    padding: 160px 0 200px;
}

.mobidop {
display: none;
}

#about h2 {
    margin-bottom: 60px;
}

#about .offer-wrapper {
    display: flex;
    justify-content: space-between;

}

#about .info-wrapper {
    max-width: 577px;
margin-top:90px
}

#about .dop-info {
    margin-bottom: 30px;
    max-width: 455px;
    margin-left: auto;
}

#about .btn {
    margin-bottom: 28px;
    
}
.about-owl img {
    max-height: 650px;
}

.about-grid .row.one {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    margin-bottom: 40px;
}

.about-grid .row.two {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.about-grid .about-item img {
    border-radius: 20px;
    overflow: hidden;
}

.about-grid .about-item.one {
    max-width: 729px;
}

.about-grid .about-item.two {
    max-width: 425px;
    margin-top: 83px;
}

.about-grid .about-item.three {
    max-width: 577px;
    margin-top: 83px;
}

.about-grid .about-item.four {
    max-width: 426px;

}

.about-grid .description {
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 400;
}

#find {
    display: block;
    margin-bottom: 220px;
}

#find .find-wrapper {
    display: flex;
}

#find .find-wrapper .offer,
#find .find-wrapper .pic {
    flex: 1;
}

#find .find-wrapper h2,
#find .find-wrapper .offer .offer {
    max-width: 729px;
}

#find .find-wrapper {
    text-align: center;
}

#find .find-wrapper .offer .offer {
    display: flex;
    flex-direction: column;
    gap: 24px;
margin-top:50px
}

#comprehensie {
    display: block;
    padding: 58px 0 280px;
    background-image: url(/wp-content/themes/renewed/assets/img/field.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn:hover {
	color: var(--dark-blue);
	background-color: #E9F3FB;
}
#courtesy .btn:hover {
    border: 1px solid var(--dark-blue);
}
#comprehensie .btn {
    color: var(--dark-blue);
    background-color: transparent;
    border: 1px solid var(--dark-blue);
}
#comprehensie .btn:hover, #addictions .btn:hover {
background-color: #E9F3FB;
}

#comprehensie .find-wrapper {
    margin: 0 auto;
    max-width: 935px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#comprehensie .find-wrapper .offer .offer {
    letter-spacing: -0.03em;
    margin: 0 auto;
    max-width: 641px;
    margin-top: 48px;
 margin-bottom: 48px;
}

#comprehensie .find-wrapper .offer .offer p {
    margin-bottom: 24px;
}

#addictions {
    display: block;
    padding: 220px 0;
}

#addictions .addictions-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 240px;
    margin-bottom: 80px;
}

#addictions .addictions-wrapper h2,
#addictions .addictions-wrapper .offer {
    flex: 1;
}

#addictions .addictions-wrapper h2 {
    max-width: 880px;
}

#addictions .addictions-wrapper .offer {
    max-width: 659px;
}

#addictions .addictions-wrapper .offer {
    margin-top: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#addictions .addictions-wrapper .offer .dop-info {
    padding-left: 169px;
}

.tags {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 88px;
}

.tag {
    color: var(--dark-blue);
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #E9F3FB;
    width: fit-content;
	cursor: pointer;
}

#addictions .btn {
    color: var(--dark-blue);
    background-color: transparent;
    border: 1px solid var(--dark-blue);
    margin: 0 auto;
}

#services {
    display: block;
    background-color: #EFF6FC;
    border-radius: var(--b40);
    padding-top: 48px;
    max-height: 980px;
    overflow: hidden;
}

#services h2 {
    margin-bottom: 40px;
}

.services-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 90px;
    overflow-y: scroll;
    max-height: 780px;
    padding-right: 10px;
    /* ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿, Ãƒâ€˜Ã¢â‚¬Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â»ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â» ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ */
margin-top :-48px;
padding-top:20px;
}

/* ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â»ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Chrome, Safari */
.services-grid::-webkit-scrollbar {
    width: 8px;
    /* ÃƒÂÃ‚Â¨ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â»ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° */
}

.services-grid::-webkit-scrollbar-track {
    background: #e0e0e0;
    /* ÃƒÂÃ‚Â¤ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â»ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° */
    border-radius: 4px;
}

.services-grid::-webkit-scrollbar-thumb {
    background: #001635;
    /* ÃƒÂÃ‚Â¦ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
    border-radius: 4px;
}

/* ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Firefox */
.services-grid {
    scrollbar-color: #001635 #e0e0e0;
    /* ÃƒÂÃ‚Â¦ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡: ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº / Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Âº */
    scrollbar-width: thin;
}

.services-item {
    padding: 12px;
    background-color: var(--white);
    border-radius: 20px;
    height: fit-content;
}

.services-item.one {
    margin-top: 250px;
}

.services-item.three {
    margin-bottom: 30px;
}

.services-item.four {
    margin-top: -250px;
}

.services-item h3 {
font-size:20px;
    margin: 15px 0;
}

.services-item .description {
    margin-bottom: 28px;
}

#members {
    display: block;
    padding: 220px 0;
}

.members-wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 32px;
}

.members-wrapper h2 {
    max-width: 886px;
}

.members-wrapper .offer-wrapper {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 95px;
}

.members-item {
    border-radius: 20px;
    overflow: hidden;
}

.members-item .info {
    display: flex;
    justify-content: space-between;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 460px 460px;
    gap: 30px;
}

.members-item.dis {
    opacity: 0;
    pointer-events: none;
}

.members-item .front-wrapper {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #eff6fc;
}
.members-item .ico {
min-width: 20px;
    max-width: 20px;
}
.name h3 {
font-size:20px}
.members-item.one .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m1.png);
}

.members-item.seven .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/seven.png);
}
.members-item.two .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m2.png);
}

.members-item.three .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m3.png);
}

.members-item.four .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m4.png);
}

.members-item.five .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m5.png);
}

.members-item.six .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m6.png);
}
.members-item.eight .front-wrapper {
    background-image: url(/wp-content/themes/renewed/assets/img/m8.png);
}


/*ÃƒÂÃ‚Â¤ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‹Å“ÃƒÂÃ…Â¸*/
/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ */
.members-item {
    cursor: pointer !important;
    perspective: 1500px;
}

/* ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ */
.front-wrapper,
.back-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 1.2s cubic-bezier(.34, 1.56, .64, 1);
}

/* ÃƒÂÃ¢â‚¬â€ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° - ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬ËœÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ */
.back-wrapper {
    padding: 32px 24px 0;
    transform: rotateY(-180deg);
    background-color: #EFF6FC;
}

.back-wrapper p {
    font-size: 16px;
    margin-bottom: 12px;
}

/* ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° - ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¶ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ */
.front-wrapper {
    padding: 32px 24px 0;
    transform: rotateY(0deg);
}

/* ÃƒÂÃ‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ 
.members-item:hover .front-wrapper {
    transform: rotateY(180deg);
}

.members-item:hover .back-wrapper {
    transform: rotateY(0deg);
}

/*ÃƒÂÃ‚Â¤ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‹Å“ÃƒÂÃ…Â¸ ÃƒÂÃ…Â¡ÃƒÂÃ…Â¾ÃƒÂÃ‚ÂÃƒÂÃ¢â‚¬Â¢ÃƒÂÃ‚Â¦*/
#courtesy {
    display: block;
    max-width: 1184px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/renewed/assets/img/Info\ Section.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #EFF6FC;
    border-radius: 40px;
    padding: 41px 0 56px;
}

#courtesy .container {
    padding-left: 320px;
}

#courtesy h2 {
    margin-bottom: 20px;
}

#courtesy .info {
    max-width: 504px;
    margin-bottom: 30px;
}


#activities {
    display: block;
    margin: 220px 0;
    background-color: #EFF6FC;
    padding: 48px 0;
    position: relative;
}

#activities h2 {
    margin-bottom: 30px;
max-width:90%;
}

.activities-owl-nav {
    display: flex;
    gap: 40px;
}

.activities-wrapper {
    display: flex;
    gap: 150px;
}

.activities-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1.4;
}

.activities-owl {
    flex: 3;
}

#activities .left,
#activities .right {
    width: 69px;
    cursor: pointer;
}

.activities-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.owl-item {
    background-color: var(--white);
    border-radius: 12px;
    padding: 12px;
}

.owl-item .description {
    letter-spacing: -0.03em;
    font-size: 16px;
}

.owl-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 12px;
}

.activities-owl {
    position: relative;
}

.faq-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.accorderon {
    border-top: 1px solid rgb(153 153 153 / 20%);
}
.tab {
    height: auto;
    transition: all 0.3s linear;
    cursor: pointer;
    border-bottom: 1px solid rgb(153 153 153 / 20%);
}

.tab .icon {
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.tab .accord-body {
    height: 0;
    visibility: hidden;

}

.tab.active {
    background-color: #EFF6FC;
    padding-bottom: 40px;
}

.tab.active .icon {
    transform: rotate(0deg);
}

.tab.active .accord-body {
    height: auto;
    visibility: visible;
}

.accord-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 132px;
}

.accord-head .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
}

.accord-head .title {
    font-size: 40px;
    font-family: "Gemola";
}

.accord-body {
    max-width: 730px;
    margin-left: 150px;
}

#social {
    display: block;
    padding: 220px 0;
}

.social-wrapper {
    display: flex;
    padding: 0 200px;
}

.social-wrapper .pic {
    flex: 1;
}

.social-wrapper .offer-wrapper {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.social-wrapper .qr {
    max-width: 280px;
}

#blog h2 {
    margin-bottom: 32px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 758px);
    gap: 30px;
    margin-bottom: 220px;
}

.blog-item {
    box-shadow: 0px 0px 10px rgba(58, 95, 148, 0.13);
    border-radius: 20px;
}

h2.blog-header {
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 800;
    margin-bottom: 12px;
}

.blog-info {
    padding: 0 18px;
}

.blog-item {
    padding: 12px 12px 40px;
    position: relative;
}

.blog-pic {
    margin-bottom: 32px;
}

.btn.blog-link,
.btn.br {
    color: var(--dark-blue);
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--dark-blue);
}

.btn.mob {
    color: var(--dark-blue);
    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    border: 1px solid var(--dark-blue);
    width: 100% !important;
    padding: 10px 0;
    display: none;
}

.btn.blog-link {
    font-size: 16px;
    position: absolute;
    padding: 0;
    margin: 0 18px;
    bottom: 40px;
}

footer {
    display: block;
    padding: 80px 0 26px;
    background-color: #EFF6FC;
    border-radius: 40px;
}

footer h3 {
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 32px;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    gap: 90px;
    margin-bottom: 130px;
}

.footer-soc {
    display: flex;
    gap: 24px;
}

.nav .nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news .nav .nav-grid {
    display: grid;
    grid-template-columns: 1fr;
}


.contacts .nav .nav-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.footer-nav {
    color: var(--dark-blue);
    text-decoration: none;
    margin-bottom: 24px;
}

footer .info {
    margin-bottom: 118px;
}

footer .btn {
    color: var(--dark-blue);
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--dark-blue);
}

.contacts {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.footer-logo {
    margin-bottom: 48px;
}

.privacy {
    text-align: unset;
    margin: 0 auto 0 33.7%;
}

.hamb {
    display: none;
}

.fq-mob {
    display: none;
}


/*POPUP*/
.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    display: none
}

.popup .close {
    cursor: pointer;
}

.openup {
    display: block;
}

.popup .overlay {
    width: 100%;
    height: 100%;
    background-color: #ffffff30;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .container {
    max-width: 760px;
	margin: 0 auto;
}

.popup-content {
    padding: 60px;
    background: #eff6fc;
   border-radius: 20px;
}

.popup-content .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--dark-blue);
    padding-bottom: 20px;
}

.popup-content .heading .title {
    color: var(--dark-blue);
    font-size: 25px;
    font-weight: bold;
}
#interview {
    padding-top: 40px;
}

#interview .inputs-groups {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#interview .input-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#interview .input-group label {
    color: var(--dark-blue);
    font-size: 25px;
}
.input-group.chk span{
	color: #B1B1B1 !important;
}
.input-group.chk span a{
	color: var(--dark-blue); !important;
	text-decoration: underline;
}

#interview input {
    background-color: transparent;
    border: 2px solid var(--dark-blue);
    color: var(--dark-blue); !important;
    height: 60px;
    border-radius: 10px;
    padding: 10px 25px 10px 25px;
}

#interview .input-group.chk {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#interview [type="submit"] {
    width: 100%;
}
[type="submit"] {
    background: var(--dark-blue);
    color: #fff;
    width: 480px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
    border: 0px;
}
[type="submit"]:hover {
background: #494431;
}
input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid var(--dark-blue);
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.3s;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 18px 25px 18px 25px;
    border-radius: 10px;
    background: #E1E1E1;
    box-shadow: none;
    border: none;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
}
input[type="checkbox"]+label {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}
input[type="checkbox"]:checked+label::after {
    content: '\2714';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--dark-blue);
}
input[type="checkbox"]:checked+label::before {
    /* background-color: #FFF; */
    border: 2px solid var(--dark-blue);
    border-radius: 10px;
}
.about-grid-mobi {display: none;}
/*POPUP End*/
.blog-owl-nav {display:none;}
.members-owl-nav {display:none;}
@media screen and (max-width:1024px) {
    .privacy {
    text-align: center;
    margin: 0 auto;
}
	.container {max-width:1000px}
	.header-wrapper .menu, .header-wrapper .btn {display:none}
	.header-wrapper .hamb {display:flex}
.btn {width:fit-content}
}

@media screen and (max-width:768px) {
#programms .owl-item.swiper-slide {
    height: auto !important;
}
#programms .owl-item.swiper-slide .slide-button {
    position: absolute;
    bottom: 30px;
}

#programms .owl-item .description {
    padding-bottom: 30px;
}
.programms-owl-nav {
    padding-top: 10px;
}
	
.pch2 {
	display: none !important;
}	
	
.hcontainer {
	display: none !important;
}
.mobicontainer {
	display: block !important;
}
	
	.tag-details {
font-size: 16px;
}
h2.tag-title.low {
    margin-top: 23px;
    font-size: 26.67px;
    margin-bottom: 10px;
}

.back-button {
font-size: 16px;
}
	
#courtesy {
    background-image: url(/wp-content/themes/renewed/assets/img/mobibus.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45%;
    background-color: #EFF6FC;
    border-radius: unset;
    padding: 32px 0 48px;
}
#courtesy .info {
    max-width: 206px;
    margin-bottom: 26px;
}
.btn {
    font-size: 16px;
}

    #main .btn {
        background-color: var(--white);
        color: var(--dark-blue);
    }
    #find .find-wrapper .offer .offer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
#courtesy .btn {
    background-color: unset;
    color: var(--dark-blue);
    padding: 0;
    align-items: unset;
    justify-content: left;
    border-bottom: 0.5px solid var(--dark-blue);
    border-radius: unset;
    width: fit-content;
    padding-bottom: 4px;
}
#find .pic img {
    width: 155%;
}
#find .pic {
    overflow: hidden;
    margin-right: -20px;
}
.members-item.flipped .front-wrapper {
    transform: rotateY(180deg); /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã…Â½ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™ */
}

.members-item.flipped .back-wrapper {
    transform: rotateY(0deg); /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½Ãƒâ€˜Ã…Â½ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ */
}
.about-grid {
display: none;
}
.about-grid-mobi {
display: block;
}
.agm-one {
    margin-left: -20px;
	margin-bottom: 15px;
}
.agm-two {
    display: flex;
}

.agm-left {
    width: 50%;
    margin-left: -20px;
    flex-wrap: wrap;
    margin: auto auto auto -20px;
}

.agm-right {
    width: 50%;
    margin-right: -20px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-grid-mobi .swiper2 {
    padding-top: 46px;
}
.about-grid-mobi p{
    margin-top: 12px;
}
.agm-one p, .agm-left p {
    padding-left: 24px;
}

.about-grid-mobi {font-family: Montserrat;font-weight: 500;font-size: 12px;line-height: 14.63px;}
.swiper2 {
    max-width: 100vw !important;
    margin: 0 -20px;
    border-radius: 20px;
}
.shadow {
	width: 100vw !important;
	min-width: unset !important;
    background: rgb(0 0 0 / 20%);
}
.main-wrapper {
    background: unset !important;
}
.mobidop {
display: unset;
}
.dop-info {
display: none;
}
#about .info-wrapper {
    margin-top: 0px;
}
#about h2 {
    margin-bottom: 20px;
}
#faq .btn {
margin-top:30px;
}

    body, .about-grid .description {
        font-size: 16px;
    }
	
	.blog-pic img {
    height: 300px;
}

.tags_for {
    overflow: auto;
    margin-bottom: 5px;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-bottom: 40px;
    width: calc(300% + 180px);
}	
	
.blog-owl-nav {
display:flex;gap:12px;    justify-content: flex-end;    margin-top: -80px;}
.members-owl-nav {display:flex;gap:50px;    justify-content: center;margin-top: 40px; }
#blog h2{max-width:80%}
	
	.activities-owl-grid {gap:0}
	.input-group.chk span {
    color: #B1B1B1 !important;
    font-size: 15px;
}
.popup-content .heading .title {
    font-size: 21px;
}
.popup-content {
    padding: 25px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
    font-size: 18px;
    line-height: 20.38px;
	max-width: 100%;
}
.wpcf7-submit {
	max-width: 100%;
}
#interview .input-group label {
    font-size: 18px;
}
#interview {
    padding-top: 20px;
}
#interview .input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup-content .heading {
    padding-bottom: 10px;
}
	/*popup*/
.popup .container {
    max-width: 760px;
	margin: 0 auto;
}
    .container {
        padding: 0 20px;
    }

    .header-wrapper {
        height: 63px;
    }

    .header-wrapper .hamb {
        display: block;
    }

    .header-wrapper .log {
        max-width: 152px;
    }

    .header-wrapper .menu,
    .header-wrapper .btns,
    .soc {
        display: none;
    }

    .btn {
        width: 100%;
        padding: 12px 0;
        justify-content: center;
    }

    main {
        /*background-image: url(/wp-content/themes/renewed/assets/img/mob-bg.jpg);*/
        padding-bottom: 20px;
        border-radius: 20px;
    }

    h1 {
        text-align: center;
    }

    h2 .low {
        font-size: 40px;

    }

    h1 .big {
        font-size: 56px;
    }

    h2:not(#comprehensie h2, #find h2) {
        text-align: left
    }

    h2 .low {
        font-size: 32px;

    }

    h2 .big {
        font-size: 48px;
    }

    .main-wrapper .offer {
        font-size: 16px;
        text-align: center;
    }

    .main-wrapper .stars {
        margin-bottom: 36px;
    }

    #about {
        padding: 64px 0 100px;
    }

    #about .offer-wrapper {
        flex-direction: column;
	align-items: stretch;
    }

    #about .dop-info {
        margin-bottom: 26px;
        padding-left: 0;
    }

    #about .btn {
        margin-bottom: 40px;
        margin-top: 26px;
        padding-left: 0;
        justify-content: start;
    }

    .btn.tr {
        font-size: 16px;
    }

    .btn.br {
        width: fit-content;
        font-size: 16px;
    }

    .about-grid .row.one {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        gap: 20px;

    }

    .about-grid .about-item.two,
    .about-grid .about-item.three {
        margin-top: 0;
    }

    .about-grid .row.two {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }

    #find .find-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    #find {
        margin-bottom: 100px;
    }

    #comprehensie {
        padding: 32px 0 125px;
        background-position: right;
    }

    #addictions {
        padding: 120px 0;
    }

    #addictions .addictions-wrapper {
        flex-direction: column;
        gap: 22px;
        margin-bottom: 40px;
    }

    #addictions .addictions-wrapper .offer {
        margin-top: 0;
    }

    #addictions .addictions-wrapper .offer .dop-info {
        padding-left: 0;
    }

    .services-wrapper {
        grid-template-columns: 1fr;
    }

    .services-wrapper .btn {
        display: none;
    }

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
        max-height: 560px;
    }

    .services-item.one,
    .services-item.four {
        margin-top: 0;
    }

    .services-item.four {
        margin-bottom: 20px;
    }

    #members {
        padding: 100px 0;
    }

    .members-wrapper {
        flex-direction: column;
    }

    .members-wrapper .offer-wrapper {
        gap: 26px;
    }

    .members-item.dis {
        display: none;
    }
	.members-item .front-wrapper {
	background-size:80%
	}
    .members-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 352px);
        gap: 30px;
    }

    #courtesy .container {
        padding: 0 20px;
    }

    #activities {
        margin: 100px 0;
    }

    .activities-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .activities-info {
        margin-bottom: 15px;
    }

    .activities-owl-nav {
        justify-content: center;
    }

    .activities-owl {
        display: block;
        width: 100%;
    }

    .accord-head .info {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .num {
        font-size: 12px;
    }

    .accord-head .title {
        font-size: 24px;
    }

    .accord-body {
        margin-left: 0;
    }

    #social {
        padding: 100px 0;
    }

    #social .pic,
    #social .qr {
        display: none;
    }

    .social-wrapper {
        padding: 0;
        flex-direction: column;
    }

    .fq-mob {
        display: block;
        margin: 24px 0;
    }

    .faq-wrapper .btn {
        display: none;
    }

    .btn.mob {
        display: flex;
        text-decoration: none;
    }

    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        margin-bottom: 100px;
    }
#blog h2 {
font-size:16px;
text-align:left;
}
.btn.blog-link {
position:relative;
margin: 20px 0 0 18px;
bottom:0;
}
    .blog-item .btn.blog-link,
    footer .btn {
        justify-content: start;
        width: fit-content;
        font-size: 16px;
    }

    footer {
        padding: 34px 0;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .nav .nav-grid {
        column-gap: 20px;
    }

    .info-wrapper {
        order: 4;
    }

    footer .info {
        margin-bottom: 30px;
    }

    .nav .nav-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-wrapper .nav {
        width: 48%;
    }

    .news {
        width: 48%;
    }

    .news .nav {
        width: 100%;
    }

    footer h3 {
        font-size: 16px;
    }
.back-wrapper {
padding:24px 16px 0;}
}
.back-wrapper p {
font-size:14px}
}
@media (min-width:768px) and (max-width:1200px) {
.blog-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 588px);
        margin-bottom: 100px;
    }
}
@media (min-width:830px) {
	
/* ÃƒÂÃ‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ */
.members-item:hover .front-wrapper {
    transform: rotateY(180deg);
}

.members-item:hover .back-wrapper {
    transform: rotateY(0deg);
}
}
/*ÃƒÂÃ‚Â¤ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‹Å“ÃƒÂÃ…Â¸ ÃƒÂÃ…Â¡ÃƒÂÃ…Â¾ÃƒÂÃ‚ÂÃƒÂÃ¢â‚¬Â¢ÃƒÂÃ‚Â¦*/

@media (min-width:1200px) and (max-width:1870px) {
	
.center-image {
    width: 600px !important;
    height: auto;
}
.hcontainer {
    position: relative;
    width: 600px !important;
    height: 640px !important;
	margin: 0px auto 340px auto;
    color: #001635;
}
                    .tleft {
                        top: 22%;
                        width: 480px !important;
                        left: -407px !important;
                        /* Сдвиг влево */
                        transform: translateY(-50%);
                        padding: 24px 24px !important;
                        background: #EFF6FC;
                        border-radius: 24px;
                        z-index: 99;
                    }

                    .tright {
                        width: 480px !important;
                        top: 50%;
                        right: -442px !important;
                        /* Сдвиг вправо */
                        transform: translateY(-50%);
                        padding: 24px 24px !important;
                        background: #EFF6FC;
                        border-radius: 24px;
                    }

                    .tbottom {
                        width: 520px !important;
                        bottom: -105px !important;
                        /* Сдвиг вниз */
                        left: 50%;
                        transform: translateX(-50%);
                        padding: 24px 24px !important;
                        background: #EFF6FC;
                        border-radius: 24px;
                    }	
	
.container {
    max-width: 95%;
}

.tag-details {
font-size: 20px;
}
h2.tag-title.low {
    margin-top: 3px;
    font-size: 26.67px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.back-button {
font-size: 16px;
}

    .about-grid .about-item.one {
    max-width: 629px;
}
.about-grid .about-item.two {
    max-width: 345px;
    margin-top: 83px;
}
    .about-grid .about-item.three {
    max-width: 470px;
    margin-top: 83px;
}
#about .info-wrapper {
    max-width: 577px;
    margin-top: 60px;
}
.about-grid .row.two {
    display: grid;
    grid-template-columns: 25% 75% !important;
    gap: 30px;
}
    #find .find-wrapper h2, #find .find-wrapper .offer .offer {
    max-width: 529px;
}
#comprehensie .find-wrapper {
    max-width: 635px;
}
#addictions .addictions-wrapper .offer {
    margin-top: 60px;
}
#addictions .addictions-wrapper .offer {
    max-width: 500px;
}
    #addictions .addictions-wrapper .offer .dop-info {
    padding-left: 80px;
}
    #addictions .addictions-wrapper h2 {
    max-width: 600px;
}
#activities h2 {
    margin-bottom: 30px;
    max-width: 70%;
}
.services-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
}
.about-owl img {
    max-height: 450px;
}
    .members-wrapper .offer-wrapper {
    max-width: 520px;
    gap: 45px
}
.members-wrapper {
    display: flex;
    gap: 215px;
}
h2 .big {
    font-size: 64px;
}
h2 .low {
    font-size: 40px;
}
body {
    font-size: 14px;
}
.btn {
font-size: 16px;
}

.main-wrapper .offer {
font-size: 14px;
}
h2 .low {
    font-size: 52px;
    font-weight: 400;
}

h1 .big {
    font-size: 72px;
    font-weight: 400;
}
main .offer-wrapper {
    max-width: 400px;
}
.shadow {
    min-width: 500px !important;
}
.members-wrapper h2 {
    max-width: 550px;
}
.about-grid .description {
    font-size: 14px;
}
#interview .input-group label {
    font-size: 16px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
    font-size: 16px;
}
#interview input {
    background-color: transparent;
    border: 2px solid var(--dark-blue);
    color: var(--dark-blue);
    height: 45px;
    border-radius: 10px;
    padding: 10px 25px 10px 25px;
}
.popup-content .heading .title {
    font-size: 21px;
}
}