@charset "UTF-8";.wcwi-wrapper .arrow-container{display:flex;justify-content:space-between;align-items:center;gap:16px}.wcwi-wrapper .arrow-container .prev{cursor:pointer;position:relative;border-radius:8px;width:40px;height:40px;display:block;background:var(--wcwi-color-white);outline:1px solid var(--wcwi-color-secondary)}.wcwi-wrapper .arrow-container .prev:after{content:"";position:absolute;background:url(/wp-content/themes/hello-child/assets/img/arrow_left_blue.svg) no-repeat center;top:0;bottom:0;right:0;left:0;text-align:center;margin:auto;pointer-events:none;z-index:4;width:100%;height:100%}.wcwi-wrapper .arrow-container .prev:hover{background:var(--wcwi-color-primary)}.wcwi-wrapper .arrow-container .prev:hover:after{filter:invert(1)}.wcwi-wrapper .arrow-container .next{cursor:pointer;position:relative;border-radius:8px;width:40px;height:40px;display:block;background:var(--wcwi-color-primary)}.wcwi-wrapper .arrow-container .next:after{content:"";position:absolute;background:url(/wp-content/themes/hello-child/assets/img/arrow_right_white.svg) no-repeat center;top:0;bottom:0;right:0;left:0;text-align:center;margin:auto;pointer-events:none;z-index:4;width:100%;height:100%}.wcwi-wrapper .arrow-container .next:hover{background:var(--wcwi-color-white);color:var(--wcwi-color-primary);outline:1px solid var(--wcwi-color-primary)}.wcwi-wrapper .arrow-container .next:hover:after{filter:invert(1)}.wcwi-wrapper .arrow-container .next.disabled,.wcwi-wrapper .arrow-container .prev.disabled{pointer-events:none;opacity:.5;cursor:default}.wcwi-wrapper .btn-white{padding:14px 18px;background-color:var(--wcwi-color-white);display:inline-block;border-radius:6px;position:relative;text-decoration:none;transition:all .3s}.wcwi-wrapper .btn-white:after{content:"";position:absolute;background:url(/wp-content/themes/hello-child/assets/img/arrow_right.svg) no-repeat right center;top:0;bottom:0;right:15px;pointer-events:none;z-index:4;width:100%;height:100%;transition:all .3s}.wcwi-wrapper .btn-white:hover{transition:all .3s;background:transparent;color:var(--wcwi-color-white);outline:1px solid var(--wcwi-color-white)}.wcwi-wrapper .btn-white:hover .see-more-link{color:var(--wcwi-color-white);transition:inherit}.wcwi-wrapper .btn-white:hover:after{content:"";position:absolute;background:url(/wp-content/themes/hello-child/assets/img/arrow_right_white.svg) no-repeat right center;top:0;bottom:0;right:15px;pointer-events:none;z-index:4;width:100%;height:100%;transition:all .3s}.wcwi-wrapper .btn-white-arrow{margin-right:18px;color:var(--wcwi-color-primary);font-weight:600;font-size:14px;line-height:20px;transition:inherit}.wcwi-wrapper .btn-blue{padding:14px 18px;background-color:transparent;display:inline-block;border-radius:6px;border:1px solid var(--wcwi-color-accent);text-decoration:none;transition:all .3s}.wcwi-wrapper .btn-blue:hover{background:var(--wcwi-color-white);color:var(--wcwi-color-primary);transition:all .3s}.wcwi-wrapper .btn-blue:hover .btn-blue-arrow{color:var(--wcwi-color-primary);transition:inherit}.wcwi-wrapper .btn-blue-arrow{color:var(--wcwi-color-white);font-weight:600;font-size:14px;line-height:20px;text-align:center;transition:inherit}.wcwi-wrapper .bottom-buttons-wrapper{display:flex;align-items:center;margin-top:20px;gap:16px}.wcwi-wrapper .leaflet-popup-content-wrapper{border-radius:14px;box-shadow:0 6px 20px #00000026;border:1px solid var(--wcwi-color-white)}.wcwi-wrapper .leaflet-popup-content{margin:10px 15px;font-family:Inter,sans-serif;color:var(--wcwi-color-primary)}.wcwi-wrapper .leaflet-popup-tip-container{display:none}.wcwi-wrapper .leaflet-popup-content .popup-card{display:block;padding:10px;text-align:center}.wcwi-wrapper .pagination-wrapper{display:flex;justify-content:center;margin-top:50px;margin-bottom:80px}.wcwi-wrapper .pagination-wrapper .page-numbers{display:inline-block;margin:0 7px;width:34px;height:34px;text-align:center;line-height:50px;font-style:normal;border-radius:8px;text-decoration:none;color:var(--wcwi-color-primary);border:1px solid var(--wcwi-color-primary);font-weight:700;font-size:16px;line-height:34px;transition:background-color .3s,color .3s}.wcwi-wrapper .pagination-wrapper a.page-numbers:hover,.wcwi-wrapper .pagination-wrapper .page-numbers.current{background:var(--wcwi-color-primary);color:var(--wcwi-color-white)}.wcwi-wrapper .swiper{max-height:100vh;height:1000px;width:100%}@media (max-width: 1200px){.wcwi-wrapper .swiper{height:900px}}@media (max-width: 992px){.wcwi-wrapper .swiper{height:800px}}@media (max-width: 786px){.wcwi-wrapper .swiper{height:680px}}@media (max-width: 576px){.wcwi-wrapper .swiper{height:580px}}.wcwi-wrapper .swiper-slide{position:relative}.wcwi-wrapper .swiper-slide:after{z-index:2;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#17306400,#173064b0 67.12%);pointer-events:none}.wcwi-wrapper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:auto;max-height:1000px;object-fit:cover;object-position:center center;z-index:2;min-height:100%}.wcwi-wrapper .swiper .swiper-pagination-bullet{background:transparent;border:1px solid var(--wcwi-color-white);width:10px;height:10px}.wcwi-wrapper .swiper .swiper-pagination-bullet-active{background:var(--wcwi-color-white)}.wcwi-wrapper .hero-container{height:100%;position:relative;background:transparent}.wcwi-wrapper .swiper .hero-wrapper{padding:20px;position:absolute;z-index:3;left:0;top:0;bottom:0;height:400px;margin:auto;color:var(--wcwi-color-white);width:488px;display:flex;flex-direction:column;justify-content:space-between;max-width:100%}@media (max-width: 992px){.wcwi-wrapper .swiper .hero-wrapper{height:300px}}.wcwi-wrapper .swiper .hero-wrapper .post-title{font-weight:800;font-size:48px;line-height:48px;max-width:100%;color:var(--wcwi-color-white)}@media (max-width: 992px){.wcwi-wrapper .swiper .hero-wrapper .post-title{font-size:30px;line-height:34px}}.wcwi-wrapper .swiper .hero-wrapper .post-excerpt{font-weight:400;font-size:16px;line-height:24px;max-width:100%}.wcwi-wrapper .swiper .hero-wrapper .post-excerpt p{max-width:calc(100% - 48px)}.wcwi-main-header{display:flex;flex-direction:column;width:100%}.wcwi-main-header .menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:row}.wcwi-main-header .menu li{position:relative}.wcwi-main-header .menu li ul{display:none;position:absolute;top:100%;left:0;background:var(--wcwi-color-white);list-style:none;padding:0;z-index:6}.wcwi-main-header .menu li:hover>ul{display:block}.wcwi-main-header .menu-toggle{display:none;background:var(--wcwi-color-white);border:none;padding:10px 15px;cursor:pointer;font-size:18px}.wcwi-main-header .menu-toggle .hamburger{font-size:32px;font-weight:800;color:var(--wcwi-color-primary)}.wcwi-main-header .sub-menu li{min-width:200px;padding:0 16px 0 0}.wcwi-main-header .search-button-desktop{padding:10px;outline:1px solid var(--wcwi-color-primary);border-radius:8px;margin-left:15px}.wcwi-main-header .mobile-phone,.wcwi-main-header .menu .search-item{display:none}@media (max-width: 768px){.wcwi-main-header .menu-toggle{display:flex}.wcwi-main-header .search-toggle{position:relative;padding-right:15px}.wcwi-main-header .mobile-phone{text-align:right;width:calc(100% - 32px);padding:16px}.wcwi-main-header .mobile-phone a{text-decoration:none;color:var(--wcwi-color-primary)}.wcwi-main-header #header-menu.menu{flex-direction:column;display:none;max-width:calc(100% - 24px);position:absolute;top:100%;right:-16px;background:#fff;z-index:2;box-shadow:0 4px 6px #0000001a}.wcwi-main-header .mobile-phone{display:block;width:calc(100% - 32px)}.wcwi-main-header .menu li{width:calc(100% - 32px)}.wcwi-main-header .menu li ul{position:static;display:none}.wcwi-main-header .menu li:not(.open)>ul{display:none}.wcwi-main-header .menu li.show>ul{display:block}.wcwi-main-header #header-menu.menu.open{display:flex;justify-content:flex-end;text-align:right;padding-right:16px}.wcwi-main-header .submenu-toggle{float:right;background:none;border:none;font-size:16px;cursor:pointer}.wcwi-main-header .home-button-desktop{display:none}.wcwi-main-header .menu li.menu-item-has-children>a{position:relative;padding-right:25px}.wcwi-main-header .menu li.menu-item-has-children>a:after{content:"▸";position:absolute;right:10px;top:10px;transform:translateY(-50%);transition:transform .2s ease}.wcwi-main-header .menu li.menu-item-has-children.open>a:after{transform:translateY(-50%) rotate(90deg)}.wcwi-main-header .menu li.menu-item-has-children.open>ul{display:block}.wcwi-main-header #header-menu.menu li{display:block}}.wcwi-main-header .menu-toggle{width:30px;height:24px;position:relative;align-items:center;justify-content:center}.wcwi-main-header .hamburger span{position:absolute;left:0;width:100%;height:3px;background:var(--wcwi-color-primary);border-radius:2px;transition:all .3s ease}.wcwi-main-header .hamburger span:nth-child(1){top:0}.wcwi-main-header .hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.wcwi-main-header .hamburger span:nth-child(3){bottom:0}.wcwi-main-header .menu-toggle[aria-expanded=true] .hamburger span:nth-child(1){transform:rotate(45deg) translateY(8px)}.wcwi-main-header .menu-toggle[aria-expanded=true] .hamburger span:nth-child(2){opacity:0}.wcwi-main-header .menu-toggle[aria-expanded=true] .hamburger span:nth-child(3){transform:rotate(-45deg) translateY(-8px);bottom:initial}header.wcwi-wrapper{position:relative;z-index:3}.wcwi-main-header{position:relative;transition:height .4s ease,padding-bottom .4s ease}.wcwi-wrapper .header-search{max-height:0;display:none;flex-direction:column;align-items:center;opacity:0;transition:max-height .4s ease,opacity .3s ease}.wcwi-wrapper .header-search.active{max-height:initial;opacity:1;width:100%;display:flex;position:absolute;width:50vw;right:0;border-radius:8px;outline:1px solid var(--wcwi-color-primary);background:var(--wcwi-color-white)}@media (max-width: 768px){.wcwi-wrapper .header-search.active{width:100%}}.wcwi-wrapper .search-form{display:flex;justify-content:flex-end;align-items:center;gap:10px;background:#fff;border-top:1px solid #ddd;width:100%;padding:15px}.wcwi-wrapper .search-form input[type=search]{flex:1;max-width:600px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;width:50%}.wcwi-wrapper .search-form button{padding:8px 14px;background:var(--wcwi-color-primary);color:var(--wcwi-color-white);border:none;border-radius:4px;cursor:pointer}.wcwi-wrapper .search-results{display:flex;height:100%;flex-direction:column;width:100%;padding:0 16px}.wcwi-wrapper .search-results .post{padding:6px 12px;border-bottom:1px solid #eee;list-style:none}.wcwi-wrapper .search-results .post:hover{background-color:#f0f0f0;cursor:pointer}.wcwi-wrapper .search-results .entry-title{font-size:20px}@media (max-width: 768px){.wcwi-wrapper .header-search.active{top:0;z-index:5;position:relative;outline:none}.wcwi-wrapper #header-menu .active+.search-item{display:none}.wcwi-wrapper .search-results{padding:0 16px 16px}}.wcwi-wrapper .header-section{margin-bottom:80px;margin-top:60px;display:flex;justify-content:space-between;align-items:center}.wcwi-wrapper .header-section .section-title{font-weight:800;font-size:36px;line-height:40px;color:var(--wcwi-color-primary)}.wcwi-wrapper .wcwi-news-section{width:100%}.wcwi-wrapper .news-items{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:35px}@media (max-width: 992px){.wcwi-wrapper .news-items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.wcwi-wrapper .news-items{grid-template-columns:repeat(1,1fr)}}.wcwi-wrapper .single-item{background:#0003;position:relative;border-radius:8px;transition:all 1s ease}@media (max-width: 576px){.wcwi-wrapper .single-item{aspect-ratio:auto;min-height:300px;max-height:400px}}.wcwi-wrapper .single-item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:2;border-radius:8px;transition:all .5s ease}.wcwi-wrapper .single-item:hover:after{content:"";transition:all .5s ease;position:absolute;top:0;left:0;right:0;bottom:0;background:none;z-index:2;border-radius:8px}.wcwi-wrapper .single-item .categories-box{position:absolute;padding:16px;z-index:3;top:0;right:0}.wcwi-wrapper .single-item .category-wrapper{border-radius:3px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.wcwi-wrapper .single-item .category-item{background:var(--wcwi-color-white);padding:4px 8px;border-radius:4px;color:var(--wcwi-color-neutral)}.wcwi-wrapper .single-item .items-image{position:relative;top:0;left:0;right:0;bottom:0;object-fit:cover;max-width:100%;max-height:400px;z-index:2;border-radius:8px}@media (max-width: 576px){.wcwi-wrapper .single-item .items-image{aspect-ratio:1/1}}.wcwi-wrapper .single-item .items-content{bottom:0;position:absolute;z-index:3;padding:24px;color:var(--wcwi-color-white)}.wcwi-wrapper .single-item .items-title{font-weight:600;font-size:18px;line-height:24px}.wcwi-wrapper .single-item .items-excerpt{margin-top:24px;font-weight:400;font-size:16px;line-height:24px}.wcwi-wrapper .wcwi-slider-section{width:100%}.wcwi-wrapper .wcwi-popular-search-section{border-top:1px solid var(--wcwi-color-primary);width:100%;padding:40px 0}@media (max-width: 768px){.wcwi-wrapper .wcwi-popular-search-section{border-top:none}}.wcwi-wrapper .wcwi-popular-search-section .title-wrapper{text-align:center;height:40px;display:block;margin-bottom:20px}.wcwi-wrapper .wcwi-popular-search-section .popular-title{font-weight:800;font-size:20px;line-height:40px;color:var(--wcwi-color-primary)}.wcwi-wrapper .wcwi-popular-search-section .popular-items{gap:21px;display:flex;justify-content:center}@media (max-width: 768px){.wcwi-wrapper .wcwi-popular-search-section .popular-items{flex-direction:column;align-items:center}}.wcwi-wrapper .wcwi-popular-search-section .popular-btn{padding:8px 32px 8px 16px;outline:1px solid var(--wcwi-color-primary);position:relative}.wcwi-wrapper .wcwi-popular-search-section .popular-btn:hover{background:var(--wcwi-color-primary);color:var(--wcwi-color-white);transition:.3s}.wcwi-wrapper .wcwi-popular-search-section .popular-btn:hover:after{content:"";position:absolute;background:url(/wp-content/themes/hello-child/assets/img/arrow_right_white.svg) no-repeat right center;top:0;bottom:0;right:15px;pointer-events:none;z-index:4;width:100%;height:100%}.wcwi-wrapper .wcwi-about-section{padding:80px 0;display:flex;justify-content:space-between;align-items:center;background-color:var(--wcwi-color-primary);color:var(--wcwi-color-white);width:100%}.wcwi-wrapper .wcwi-about-section .info-wrapper{display:flex;gap:115px;width:100%;justify-content:space-between}@media (max-width: 768px){.wcwi-wrapper .wcwi-about-section .info-wrapper{flex-direction:column;gap:30px}}.wcwi-wrapper .wcwi-about-section .institution-info{width:50%;display:flex;flex-direction:column}@media (max-width: 768px){.wcwi-wrapper .wcwi-about-section .institution-info{width:100%}}.wcwi-wrapper .wcwi-about-section .institution-title{font-weight:800;font-size:30px;line-height:36px;color:var(--wcwi-color-white)}.wcwi-wrapper .wcwi-about-section .institution-description{margin:16px 0;font-weight:400;font-size:16px;line-height:24px}.wcwi-wrapper .wcwi-about-section .institution-image-wrapper{width:50%;display:flex;justify-content:flex-end}@media (max-width: 768px){.wcwi-wrapper .wcwi-about-section .institution-image-wrapper{width:100%}}.wcwi-wrapper .wcwi-about-section .institution-image-wrapper .institution-image{max-width:100%;height:auto;border-radius:8px}.wcwi-wrapper .wcwi-school-advantages{margin:50px 0;color:var(wcwi-color-primary);width:100%}.wcwi-wrapper .wcwi-school-advantages .title-wrapper{text-align:center}.wcwi-wrapper .wcwi-school-advantages .title-wrapper{margin-bottom:60px}@media (max-width: 768px){.wcwi-wrapper .wcwi-school-advantages .title-wrapper{margin-bottom:24px}}.wcwi-wrapper .wcwi-school-advantages .section-title{font-weight:800;font-size:36px;line-height:40px;color:var(--wcwi-color-primary);margin-bottom:10px}@media (max-width: 768px){.wcwi-wrapper .wcwi-school-advantages .section-title{margin-bottom:20px}}.wcwi-wrapper .wcwi-school-advantages .advantages-list{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;gap:10px}.wcwi-wrapper .wcwi-school-advantages .single-advantage{outline:1px solid rgba(25,33,61,.08);display:flex;width:calc(50% - 68px);margin-bottom:40px;padding:24px;border-radius:8px;box-shadow:0 1px 4px #19213d14}@media (max-width: 768px){.wcwi-wrapper .wcwi-school-advantages .single-advantage{width:100%}}.wcwi-wrapper .wcwi-school-advantages .content-section{margin-left:16px}.wcwi-wrapper .wcwi-school-advantages .content-section .title{font-size:20px;line-height:28px;font-weight:800}.wcwi-wrapper .wcwi-school-advantages .section-description{width:50%;margin-left:auto;margin-right:auto}@media (max-width: 768px){.wcwi-wrapper .wcwi-school-advantages .section-description{width:100%}}.wcwi-wrapper .wcwi-wrapper-map-content{width:100%;max-width:100%;position:relative;z-index:3}@media (max-width: 768px){.wcwi-wrapper .wcwi-wrapper-map-content{margin-top:250px}}.wcwi-wrapper .wcwi-wrapper-map-content #map{width:100%;max-width:100%;height:558px}.wcwi-wrapper .wcwi-contact-wrapper{display:flex;justify-content:flex-end;align-items:center;height:500px;width:100%;margin-top:-530px;margin-bottom:50px}@media (max-width: 768px){.wcwi-wrapper .wcwi-contact-wrapper{padding:16px;margin-left:0;margin-top:-800px;margin-bottom:400px;height:auto;max-width:100%}}.wcwi-wrapper .wcwi-contact-wrapper .contact-container{justify-content:flex-end;display:flex}@media (max-width: 768px){.wcwi-wrapper .wcwi-contact-wrapper .contact-container{padding:0}}.wcwi-wrapper .wcwi-contact-wrapper .contact-info{border:2px solid var(--wcwi-color-white);border-radius:8px;aspect-ratio:1/1;max-width:430px;background:var(--wcwi-color-primary);color:var(--wcwi-color-white);padding:24px 32px;box-shadow:13px 11px 12.3px #0000002e;z-index:4}.wcwi-wrapper .wcwi-contact-wrapper .contact-info .contact-title{color:var(--wcwi-color-white)}@media (max-width: 768px){.wcwi-wrapper .wcwi-contact-wrapper .contact-info{max-width:100%}}.wcwi-wrapper .wcwi-contact-wrapper .contact-description{padding-top:15px}.wcwi-wrapper .wcwi-contact-wrapper .info-wrapper{margin-top:24px}.wcwi-wrapper .wcwi-contact-wrapper .email-wrapper{display:flex;margin-bottom:20px}.wcwi-wrapper .wcwi-contact-wrapper .email-wrapper .contact-email-icon{padding-right:16px;max-width:100%;height:auto}.wcwi-wrapper .wcwi-contact-wrapper .email-wrapper .email{font-weight:600;font-size:14px;line-height:20px;color:var(--wcwi-color-white);text-decoration:none}.wcwi-wrapper .wcwi-contact-wrapper .phone-wrapper{display:flex;margin-bottom:15px}.wcwi-wrapper .wcwi-contact-wrapper .phone-wrapper .contact-phone-icon{padding-right:16px;max-width:100%;height:auto}.wcwi-wrapper .wcwi-contact-wrapper .phone-wrapper .phone{font-weight:600;font-size:14px;line-height:20px;color:var(--wcwi-color-white);text-decoration:none}.wcwi-wrapper .wcwi-contact-wrapper .address-wrapper{display:flex;align-items:flex-start}.wcwi-wrapper .wcwi-contact-wrapper .address-wrapper .contact-address-icon{padding-right:16px;height:auto;max-width:100%;display:block;margin-left:-4px}.wcwi-wrapper .top-bar-wrapper{display:flex;align-items:center;justify-content:space-between;min-height:96px;width:100%;position:relative;z-index:2;flex-wrap:wrap}@media (max-width: 786px){.wcwi-wrapper .top-bar-wrapper{flex-wrap:nowrap}}.wcwi-wrapper .logo-wrapper{display:flex;align-items:center;padding:16px 0}.wcwi-wrapper .logo-wrapper .logo-link{display:flex;text-decoration:none}.wcwi-wrapper .logo-wrapper .school-logo{max-width:40px;height:auto}.wcwi-wrapper .logo-wrapper .school-name{max-width:218px;margin-left:12px;font-family:Inter;font-weight:900;font-size:20px;line-height:23px;color:var(--wcwi-color-primary)}.wcwi-wrapper .main-nav{max-width:100%;display:flex;align-items:center;justify-content:flex-end}.wcwi-wrapper .main-nav .menu{flex-wrap:wrap;width:100%;margin-left:24px;display:flex;justify-content:flex-end;align-items:center}.wcwi-wrapper .main-nav .menu li{display:flex;margin:12px}.wcwi-wrapper .main-nav .menu li a{text-decoration:none;color:var(--wcwi-color-primary);font-weight:400;transition:transform .15s ease;display:inline-block}.wcwi-wrapper .main-nav .menu li a:hover{text-shadow:0 0 0 #173064;transform:scale(1.05)}.wcwi-wrapper .school-name{font-size:24px;font-weight:700}.wcwi-wrapper .frontpage-footer{color:var(--wcwi-color-primary)}.wcwi-wrapper .frontpage-footer .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap}.wcwi-wrapper .frontpage-footer .footer-top ul.menu{display:flex;flex-direction:column;gap:24px}.wcwi-wrapper .frontpage-footer a{text-decoration:none;color:var(--wcwi-color-primary)}.wcwi-wrapper .frontpage-footer a:hover{transition:transform .15s ease;text-shadow:0 0 0 #173064;transform:scale(1.05)}.wcwi-wrapper .frontpage-footer a.regulations,.wcwi-wrapper .frontpage-footer a.privacy{text-decoration:underline}.wcwi-wrapper .frontpage-footer .footer-title{font-size:20px;line-height:23px;font-weight:800;margin-bottom:30px}.wcwi-wrapper .frontpage-footer .footer-top-description{max-width:100%}.wcwi-wrapper .frontpage-footer .footer-intro{width:25%}@media (max-width: 786px){.wcwi-wrapper .frontpage-footer .footer-intro{width:60%;order:-2;max-width:60%;margin-bottom:50px}}.wcwi-wrapper .frontpage-footer .contact-title{margin-top:15px;margin-bottom:10px;font-size:16px;line-height:22px;font-weight:600}.wcwi-wrapper .frontpage-footer .email-wrapper{display:flex;align-items:center;gap:12px}.wcwi-wrapper .frontpage-footer .email-wrapper .text-box .email-title{font-size:14px;line-height:20px}.wcwi-wrapper .frontpage-footer .email-wrapper .text-box .email-address{font-weight:600;font-size:14px;line-height:20px}.wcwi-wrapper .frontpage-footer .phone-wrapper{margin-top:10px;display:flex;align-items:center}.wcwi-wrapper .frontpage-footer .phone-wrapper .text-box{margin-left:12px}.wcwi-wrapper .frontpage-footer .phone-wrapper .text-box .phone-title{font-size:14px;line-height:20px}.wcwi-wrapper .frontpage-footer .phone-wrapper .text-box .phone-address{font-weight:600;font-size:14px;line-height:20px}.wcwi-wrapper .frontpage-footer .phone-wrapper img{margin-left:6px;margin-right:2px}.wcwi-wrapper .frontpage-footer .menu-wrapper{width:25%;display:flex;justify-content:center;flex-direction:column;align-items:center}@media (max-width: 786px){.wcwi-wrapper .frontpage-footer .menu-wrapper{width:50%;justify-content:flex-start;align-items:flex-start}}.wcwi-wrapper .frontpage-footer .menu-title{font-weight:600;font-size:16px;line-height:22px;margin-bottom:24px}.wcwi-wrapper .frontpage-footer .fast-links{width:25%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (max-width: 786px){.wcwi-wrapper .frontpage-footer .fast-links{width:50%;justify-content:flex-start;align-items:flex-start}}.wcwi-wrapper .frontpage-footer .fast-links-title{font-weight:600;font-size:16px;line-height:22px;margin-bottom:24px}.wcwi-wrapper .frontpage-footer .fast-list-links{display:flex;flex-direction:column;gap:24px}.wcwi-wrapper .frontpage-footer .poznan-logo{width:25%;display:flex;justify-content:flex-end;align-items:flex-start;align-content:center}.wcwi-wrapper .frontpage-footer .poznan-logo .poznan-logoimage{max-width:100%}@media (max-width: 786px){.wcwi-wrapper .frontpage-footer .poznan-logo{width:30%;justify-content:flex-start;align-items:flex-start;order:-1}}.wcwi-wrapper .frontpage-footer .footer-bottom{display:flex;justify-content:space-between;height:100px;align-items:center}@media (max-width: 786px){.wcwi-wrapper .frontpage-footer .footer-bottom{margin-top:50px;flex-direction:column;gap:20px;height:auto}}.wcwi-wrapper .frontpage-footer .social-list{display:flex;gap:16px}.wcwi-wrapper .frontpage-footer .herb-poznania{max-width:100%;width:72px;height:auto;margin-left:15px}
