/*!
Theme Name: itbaza
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itbaza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

itbaza is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body{
    font-family: "TikTok Sans", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    background: #EBF0FA;
}
h1, h2{
    font-family: "Unbounded", sans-serif;
}
h1, h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}
h3, .h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #6d3da5;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 9999;
}

#scrollTopBtn:hover {
    background: #2d31b1;
    transform: translateY(-3px);
}
.custom-logo, .navbar-brand{
    width:120px;
    height: auto;
}
.row {
    --bs-gutter-x: 0;
}
.container-fluid{
    padding: 0;
}
.modal {
    top: 50px;
}
.modal-title{
    font-weight: 600;
    font-size: 28px;
    font-family: "Unbounded", sans-serif;
}
.modal-header{
    align-items: flex-start;
}
.modal-content{
    border-radius: 24px;
    padding: 24px 48px 0;
}
.message-ok{
    display: none;
    align-items: center;
    height: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0.5em 3em;
}
.agree{
    margin-top: -25px;
}
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
:where(.wp-block-columns) {
    margin-bottom: 0;
}
header, .first-block, .about, .padding-group{
    padding: 0 150px;
}
.classes{
    padding: 100px 180px;
}
.blue-background{
    margin: 100px 0;
}
.right-100{
    padding-right: 150px;
}
.left-100{
    padding-left: 150px;
}
.video-container{
    margin: 16px;
    overflow: hidden;
    border-radius: 16px;
}
.video{
    height: 520px;
    display: block;
    position: relative;
    transform: scaleX(-1);
    /*z-index: -1;*/
    /*margin-top: -16px;*/
    /*margin-left: auto;*/
}
.first{
    overflow: hidden;
    margin-top: 16px;
    border-radius: 16px;
    background-size: cover;
    padding-top: 116px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/background_1366@2-scaled.webp");
}
.menu-container{
    position: relative;
}
.menu-background{
    position: relative;
}
.phones{
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 12px 0;
    border-radius: 16px;
    top: 78px;
    z-index: 2;
    box-shadow: 0px 5px 9px #00000094;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.phones a{
    color: #1D293B;
    text-decoration: none;
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.phones a:hover{
    background: #EBF0FA;
}
.arrow-menu {
    transition: transform 0.3s ease;
}
.right-menu{
    color: #1D293B;
    display: flex;
    align-items: center;
    gap: 24px;
}
.right-menu p{
    margin-bottom: 0;
}
.phones-menu{
    cursor: pointer;
}
.phones-menu span{
    padding: 0 5px;
}
.relative{
    position: relative;
}
.navbar-collapse{
    justify-content: center;
}
.navbar{
    position: absolute;
    top: 32px;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 10px 20px;
    border-radius: 16px;
    background-color: #fff !important;
    z-index: 2;
}
.navbar-light .navbar-nav .nav-link {
    color: #1D293B;
}
.fixed{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .3);
}
.hero-text{
    padding: 40px;
}
.hero-text h1{
    color: #fff;
}
.offer{
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.direction{
    margin-bottom: 11px;
    position: relative;
}
.direction span{
    color: #fff;
    background: #2e33accf;
    border-radius: 100px;
    padding: 5px 12px 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.rotate{
    position: absolute;
    transform: rotate(11deg);
    top: -14px;
    left: 136px;
}
.rotate-2{
    position: absolute;
    transform: rotate(-17deg);
    top: -14px;
    left: 265px;
}
.direction span.green{
    background: #73A950;
    border: 2px dashed rgba(255, 255, 255, 0.4);
}
.book-first{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.book, .wpcf7-submit{
    font-size: 20px;
    width: auto;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #ED8D18;
    border: 1px solid #E58B1F;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 2px #FFAC47 inset;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    height: auto;
    min-height: 50px;
}
.wpcf7-submit{
    width: 100%;
}
.book:hover, .wpcf7-submit:hover{
    color: #fff;
    background: #ea6431;
    border: 1px solid #ea6431;
    box-shadow: 0px 0px 0px 2px #f66f3a inset;
}
.info img{
    padding-right: 5px;
}
.info{
    color: #fff;
    margin-left: 26px;
    font-size: 14px;
}
.arrow1{
    position: absolute;
    bottom: 150px;
    left: 30px;
}
/*about*/
.about{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/arrow.webp");
}
.head{
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 8px;
}
.blue-head{
    background-size: cover;
    background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/background_1366@2-scaled.webp");
    color: #fff;
}
.gray-head{
    background: #EBF0FA;
}
.head img{
    height: 60px;
    width: 60px;
}
.head p{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}
.how{
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.how-first{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 1px solid #E1EAF5;
}
.how-last{
    padding: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.border-we{
    padding: 16px;
    border-radius: 20px;
    border: 2px dashed #257A9F;
}
.classes h2{
    text-align: center;
    margin-bottom: 48px;
}
.text-list ul, .text-other ul, .text-we ul{
    margin-top: 32px;
    padding: 0;
}
.text-list ul li,.text-other ul li, .text-we ul li{
    height: 78px;
    list-style: none;
    display: flex;
    align-items: flex-start;
}
.text-list ul li img,.text-other ul li img, .text-we ul li img{
    padding-right: 8px;
}
.text-list ul li{
    font-weight: 600;
}
.conclusion-green p, .conclusion-gray p{
    margin-bottom: 0;
}
.conclusion-green{
    background: #73A950;
    color: #fff;
    border-radius: 8px;
    padding: 16px 20px;
}
.conclusion-gray{
    background: #EBF0FA;
    border-radius: 8px;
    padding: 16px 20px;
    min-height: 78px;
    display: flex;
    align-items: center;
}
.conclusion{
    min-height: 78px;
    display: flex;
    align-items: center;
}
.conclusion p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.sta{
    text-align: center;
    margin-top: 48px;
}
.sta .conclusion-green{
    display: none;
}
.text-we ul li span, .text-other ul li span{
    display: none;
}
.text-we ul li p, .text-other ul li p{
    margin-bottom: 0;
}
.arrow2{
    position: absolute;
    right: -111px;
    bottom: -32px;
}
/*study*/
.study h2{
    text-align: center;
    margin-bottom: 40px;
}
.head-study img{
    position: absolute;
    top: 40px;
}
.head-study{
    display: flex;
    justify-content: center;
}
.kids{
    width: 150px;
    height: 150px;
}
.text-study{
    background: #fff;
    padding: 24px;
    border-radius: 20px;
}
.text-study h3{
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
}
.text-study img{
    position: absolute;
    right: 20px;
    top: 79px;
}
.block-study{
   padding: 15px;
}
.base{
    margin-top: 160px;
}
.navi{
    margin-top: 80px;
}
.try{
    margin: 40px 0 100px;
    text-align: center;
}
.try p{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}
.arrow3{
    position: absolute;
    top: 40px;
    right: 48px;
}
.what-try .arrow3{
    right: 10px;
}
.line{
    height: 160px;
    transform: rotate(3deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/ticker-scaled.png");
}
.footer-line .line{
    transform: rotate(2deg);
}
.line-container{
    overflow: hidden;
    width: 100%;
}
.animate-line{
    padding-right: 1px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    background: #2323a6;
    padding: 16px 0;
    transform: rotate(-2deg);
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll 100s linear infinite;
}

.marquee-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.marquee-group span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 25px;
}

/* плавна безкінечна анімація */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* планшети */
@media (max-width: 1024px) {
    .marquee-group span {
        font-size: 22px;
        padding: 0 18px;
    }
}

/* телефони */
@media (max-width: 767px) {
    .marquee {
        padding: 12px 0;
    }

    .marquee-group span {
        font-size: 16px;
        padding: 0 12px;
    }

    .marquee-content {
        animation-duration: 70s;
    }
}
/*.the-content*/
.the-content{
    margin-top: 80px;
}
.why-study{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.why-p{
    font-size: 20px;
    margin-bottom: 40px;
}
.why-study img{
    position: absolute;
    top: 37px;
}
.about-study{
    padding-left: 30px;
}
.play{
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
    border: 2px dashed #257A9F;
}
.imgp{
    display: flex;
}
.swiper-button-prev, .swiper-button-next{
    bottom: -50px;
    top: auto;
    left: 74%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 11px 16px 10px 13px;
    border: 1px solid #257A9F;
}
.swiper-button-next{
    left: 79.5%;
    padding: 11px 13px 10px 16px;
}
.wp-swiper .swiper-button-next, .wp-swiper .swiper-button-prev{
    color: #257A9F;
}
.wp-element-caption{
    position: absolute;
    bottom: 15px;
    background: #00000063;
    padding: 12px;
    margin: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}
.wp-block-image img{
    border-radius: 20px;
}
.itbaza-it{
    font-size: 18px;
}
.blue-background{
    border-radius: 24px;
    padding: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('https://itbaza.com.ua/wp-content/uploads/2026/03/background_1366@2-scaled.webp');
}
.how-head{
    position: relative;
    width: 958px;
    color: #fff;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.how-head img{
    position: absolute;
    left: 83px;
    top: 42px;
}
.how-slider .swiper-button-prev {
    left: 10px;
    top: 50%;
    color: #fff;
    border-color: #fff;
}
.how-slider .swiper-button-next{
    left: auto;
    right: 10px;
    top: 50%;
    color: #fff;
    border-color: #fff;
}
.how-slider figure {
    margin: 0;
}
.how-text{
    padding: 40px 40px 40px 0;
    background: #fff;
    border-radius: 25px;
}
.how-top{
    background: #fff;
    border-radius: 25px;
    border-bottom: 2px dashed #257A9F;
    margin-bottom: 0;
}
.how-top .wp-block-image img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.how-top .wp-block-image .alignright {
    margin: 0;
}
.how-top .wp-block-image .alignright img{
    width: 221px !important;
    height: auto !important;
}
.how-top .text-img{
    margin-top: 24px;
}
.how-bottom{
    background: #fff;
    border-radius: 25px;
    padding: 40px 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.how-head-h2{
    margin-bottom: 48px;
}
.practic{
    font-size: 28px;
    font-weight: 600;
}
.text-practic{
    text-align: center;
    max-width: 766px;
}
.princip{
    font-size: 24px;
    font-weight: 600;
}
.procent{
    width: 100%;
    background: #C9E7F5;
    border-radius: 52px;
    padding: 0;
    margin-bottom: 0;
    gap: 0;
}
.procent p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}
.procent20{
    width: 20%;
    flex: 0 0 auto;
    flex-grow: 0 !important;
    flex-basis: auto !important;
}
.procent20 p{
    background: #F5C9F0;
    border-radius: 52px;
    padding: 12px 0px;
    text-align: center;
}
.procent80{
    width: 80%;
    flex: 0 0 auto;
    flex-grow: 0 !important;
    flex-basis: auto !important;
}
.procent80 p{
    text-align: center;
    padding: 12px 0px;
}
.procent100{
    background: #DAF5C9;
    border-radius: 52px;
    padding: 12px 0px;
    text-align: center;
}
.how-sta{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
}
.sta-element{
    padding-top: 24px;
    text-align: center;
}
.how-to-learn{
    margin-top: 170px;
}
/*what*/
.what .h3{
    margin-bottom: 24px;
}
.try div{
    position: relative;
}
.what-try-block{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.what-try{
    width: 33%;
}
.what-head{
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}
.what-head div{
    width: 900px;
    position: relative;
}
.what-head img{
    position: absolute;
    top: 41px;
    left: 200px;
}
.what-parents, .what-kids{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 48px 32px 12px 32px;
    height: auto;
    width: 48%;
}
.what-child{
    position: absolute;
    top: -16px;
    background: #2227A8;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 100px;
    padding: 8px 16px 10px 16px;
    transform: rotate(-10deg);
}
.what-parent{
    position: absolute;
    top: -16px;
    background: #73A950;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 100px;
    padding: 8px 16px 10px 16px;
    transform: rotate(-10deg);
}
.what-chek {
    list-style: none;
    padding-left: 25px;
}

.what-chek li {
    position: relative;
    margin-bottom: 10px;
}

.what-chek li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 4px; /* 👈 тут регулюєш вниз/вгору */
    width: 19px;
    height: 19px;
    background: url("https://itbaza.com.ua/wp-content/uploads/2026/03/check.png");
    background-size: contain;
}
/*.what-chek{*/
/*    margin-bottom: 0;*/
/*    list-style: url("https://itbaza.com.ua/wp-content/uploads/2026/03/check.png");*/
/*}*/
.what-chek li{
    margin-bottom: 20px;
}
.what-group>div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.what-fit, .what-fit2, .what-fit3, .what-fit4{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
.what-fit{
    border: 2px dashed #257A9F;
}
.what-fit2{
    border: 2px dashed #73A950;
}
.what-fit3{
    border: 2px dashed #E9629F;
}
.what-fit4{
    border: 2px dashed #FF9B22;
}
.what-fit-head{
    font-size: 18px;
    font-weight: 600;
}
/*group*/
.group-p{
    margin-bottom: 48px;
}
.format-work{
    padding: 140px 24px 16px;
}
.group-all-all{
    background: #fff;
    border-radius: 20px;
    gap: 0;
}
.groups-all>div>div{
    padding: 16px;
    border-left: 1px solid #E1EAF5;
}
.groups-all>div{
    gap: 0;
    margin-bottom: 0;
}
.one-group{
    padding: 32px 16px;
}
.one-group p, .format-work p{
    height: 73px;
    margin-bottom: 15px;
}
.format-work p{
    font-weight: bold;
}
.study-groups{
    padding: 16px 20px;
    border-radius: 8px;
    color: #fff;
}
.yong{
    background: #73A950;
}
.midl{
    background: #932D87;
}
.old{
    background: #257A9F;
}
.study-groups div{
    gap: 0;
}
.study-groups div p{
    font-size: 14px;
}
.face img{
    margin-right: 5px;
}
.clip img{
    position: absolute;
    top: -26px;
    right: 17px;
    width: 30px;
    height: auto;
}
.study-groups div .gr-head{
    font-size: 24px;
    font-weight: 600;
}
.one-group p strong{
    display: none;
}
/*diploma*/
.head-diploma.how-head img {
    left: 278px;
    top: 82px;
}
.sub-head-diploma{
    color: #fff;
    font-size: 20px;
}
.texts-diploma p{
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 25px 7px;
    position: absolute;
}
.diploma-text1{
    top: 370px;
    left: 13%;
}
.diploma-text2{
    top: 545px;
    width: 205px;
    text-align: center;
    left: 10%;
}
.diploma-text3{
    top: 395px;
    width: 221px;
    text-align: center;
    right: 13%;
}
.diploma-text4{
    top: 583px;
    right: 9%;
}
.diploma-img img{
    height: 490px;
    width: auto;
}
.diploma-img{
    text-align: center;
    position: relative;
    bottom: -80px;
}
/*themas*/
.themas{
    padding-bottom: 170px;
}
.themas .swiper-button-next{
    left: 50.5%;
}
.themas .swiper-button-prev{
    left: 46.5%;
}
.thema-head.what-head img{
    left: 434px;
}
.themas figure{
    margin-bottom: 0;
}
.text-program{
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    min-height: 188px;
}
.text-program .thema-head{
    font-size: 24px;
    font-weight: 600;
}
.themas .swiper-button-prev,.themas .swiper-button-next {
    bottom: -70px;
}
.what-can-do {
    list-style: none;
    padding: 0;
}

.what-can-do li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.what-can-do li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('https://itbaza.com.ua/wp-content/uploads/2026/03/vector-3-3.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.teachers .what-can-do li::before{
    left: -12px;
    top: 17px;
}
.about-study .what-can-do{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
}
.what-can{
    display: flex;
    align-items: center;
}
.thema-try.try {
    margin: 100px 0 100px;
}
.thema-try .arrow3 {
    top: -57px;
    right: 20px;
}
.video-what-can .swiper-button-prev {
    left: 17%;
}
.video-what-can .swiper-button-next {
    left: 22%;
}
.what-head.what-can-head img {
    left: 277px;
}
.why-head img {
    left: 304px;
}
.why{
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 32px;
}
.why-group{
    margin-bottom: 60px;
}
.review-group{
    margin-top: 70px;
    padding-bottom: 70px;
}
.review-head p{
    margin-top: 20px;
}
.review-head{
    margin-bottom: 28px;
}
.review-head img {
    left: 371px;
}
.stiv img{
    width: 395px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.quote img{
    position: absolute;
    top: 0;
    right: 100px;
    width: 450px;
    height: auto;
}
.apple{
    color: #fff;
    position: absolute;
    bottom: 29px;
    right: 226px;
    padding: 5px 12px 7px;
    border: 1px solid #fff;
    border-radius: 100px;
}
.stiv-jobs>div{
    padding-left: 150px;
    padding-right: 150px;
    color: #fff;
}
.said{
    font-size: 24px;
    font-weight: 600;
}
.quote-head{
    margin-bottom: 34px;
    width: 500px;
}
.quote-head img {
    top: 129px;
    left: 120px;
}
.try.quote-try{
    text-align: left;
    margin-bottom: 40px;
}
.try.quote-try p {
    font-weight: 400;
    font-size: 16px;
}
.quote-try .arrow3 {
    position: absolute;
    top: 17px;
    right: 31%;
}
.wp-swiper__slide-content img, .wp-swiper__slide-content video{
    border-radius: 16px;
}
.video-slider{
    margin-bottom: 100px;
}
/*teachers*/
.teachers {
    margin-bottom: 170px;
}
.teachers .review-head img {
    left: 264px;
}
.teachers .what-can-do li {
    margin-bottom: 8px;
    padding: 12px;
    width: 290px;
}
.teachers ul{
    display: flex;
    padding-right: 100px;
    padding-left: 100px;
   justify-content: space-around;
}
.teachers ul.first-list{
    justify-content: space-between;
}
.teachers .wp-swiper{
    margin-top: 48px;
}
.teachers .wp-swiper__wrapper figure{
    margin-bottom: 0;
}
.spec{
    font-size: 14px;
    color: #1d293b94;
    margin-bottom: 15px;
}
.teachers .text-program .thema-head {
    margin-bottom: 5px;
}
.teachers .text-program {
    min-height: auto;
}
.teachers .swiper-button-prev {
    left: 46.5%;
    bottom: -75px;
}
.teachers .swiper-button-next {
    left: 50.5%;
    bottom: -75px;
}
/*faq*/
.faq h2{
    margin-bottom: 48px;
}
.faq{
    margin-bottom: 100px;
    padding: 0 300px;
}
.wp-block-accordion {
    background: #fff;
    border-radius: 20px;
}
.wp-block-accordion h3{
    padding: 24px 18px 24px 32px;
}
.wp-block-accordion-item{
    border-bottom: 1px solid #dddddd80;
}
.wp-block-accordion-panel{
    padding: 0 32px;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.wp-block-accordion-heading__toggle-icon{
    height: auto;
    width: auto;
    font-size: 25px;
    color: #257A9F;
    border: 1px solid #257A9F;
    border-radius: 50%;
    padding: 9px 15px 12px 15px;
    line-height: 1;
}
/* Закритий акордеон — плюс */
.wp-block-accordion-heading__toggle-icon::before {
    content: '+';
}
/* Відкритий акордеон — мінус */
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon::before {
    content: '−';
}
/* Ховаємо оригінальний текст */
.wp-block-accordion-heading__toggle-icon {
    font-size: 0;
}
.wp-block-accordion-heading__toggle-icon::before {
    font-size: 24px; /* ваш розмір */
}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(0deg);
    background: #257A9F;
    color: #fff;
}
.wp-block-accordion-heading__toggle-title{
    padding-right: 15px;
}
/*start*/
.start{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.start h2{
    margin-bottom: 20px;
}
.start figure{
    margin: 0;
    position: absolute;
    top: 27px;
    left: 37%;
}
.what-can-do li {
    min-height: 44px;
}
.start-group .about-study{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.start-group .about-study .what-can-do{
    height: auto;
}
.start-group-group{
    margin-bottom: 100px;
}
/*contact-us*/
.form-page{
    width: 70%;
    margin: 0px auto 20px;
}
.form-page h1{
    margin-bottom: 20px;
}
.form-page p{
    font-size: 18px;
}
.contact-us{
    margin-top: 48px;
    margin-bottom: 10px;
}
.contact-text, .contact-form{
    background: #fff;
    border-radius: 24px;
    padding: 48px;
}
.contact-form{
    border: 2px dashed #257A9F;
}
.contact{
    gap: 0;
    padding: 0 150px;
}
.contact-img{
    background: #fff;
    border-radius: 24px;
}
.figure-pink{
    position: absolute;
    top: 117px;
}
.contact-img figure{
    margin: 0;
}
.intl-tel-input .selected-flag .iti-arrow {
    right: 2px!important;
}
input{
    width: 100%;
    background: #EBF0FA;
    padding: 16px;
    border-radius: 8px;
    font-size: 18px;
    color: #667180;
    border: 0;
}
.figure-arrow img{
    margin-left: 50%;
    margin-top: 30px;
}
.contact-text p{
    font-size: 20px;
    margin-top: 20px;
}
.privacy{
    color: #667180;
    font-size: 14px;
}
.footer-content{
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(https://itbaza.com.ua/wp-content/uploads/2026/03/background_1366@2-scaled.webp);
}
.footer-content a{
    color: #fff;
    text-decoration: none;
}
.footer-content h2{
    position: absolute;
    top: 130px;
}
.footer-content ul{
    position: absolute;
    top: 200px;
}
.footer-content iframe{
    border-radius: 24px;
    width: 100%;
}
.maps{
    padding-right: 64px;
}
.tab-content{
    padding-top: 114px;
    padding-bottom: 100px;
}
.footer-privacy{
    margin: 20px 0;
}
footer{
    margin-top: 50px;
}
.footer-line{
    position: relative;
    top: 78px;
    z-index: 1;
}
.contacts{
    margin-top: 220px;
}
.city{
    font-size: 24px;
    font-weight: 600;
}
.nav-pills .nav-link{
    padding: 8px 12px;
    border-radius: 100px;
    border: 1px solid #ffffff6e;
    font-size: 18px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #E9629F;
    border: 1px solid #E9629F;
}
.contacts img{
    margin-right: 5px;
}
.social{
    margin-top: 24px;
}
.social img{
    width: 37px;
    height: 37px;
}
.info-data,.info-data a {
    color: #667180;
    margin-bottom: 0;
    text-decoration: none;
}
.info-data a:hover, .contacts a:hover{
    color: #76B2D9;
}
.footer-privacy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 25px;
}
.footer-line .marquee{
    transform: rotate(-1deg);
}
.mobile{
    display: none;
}
.desctop{
    display: block;
}
/*blog*/
.blog-head{
   color: #fff;
    text-align: center;
    margin: 60px 0 80px;
}
.about1,.about2, .about3, .about4 {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 25px 7px;
    position: absolute;
    width: auto;
}
.about1{
    top: 189px;
    left: 9%;
}
.about2{
    top: 125px;
    right: 10%;
}
.about3{
    top: 143px;
    left: 23%;
}
.about4{
    top: 206px;
    right: 26%;
}
.arrow19{
    position: absolute;
    transform: rotate(-63deg);
    left: 39%;
    top: 145px;
    width: auto;
}
.arrow18{
    position: absolute;
    transform: rotate(-254deg);
    right: 39%;
    top: 125px;
    width: auto;
}
.arrow31{
    position: absolute;
    transform: rotate(-317deg);
    right: 20%;
    top: 167px;
    width: auto;
}
.arrow32{
    position: absolute;
    transform: rotate(-121deg);
    left: 18%;
    top: 116px;
    width: auto;
}
.breadcrumb-hed{
    margin: 48px 0;
}
.breadcrumb-item img{
    height: 21px;
    width: auto;
    margin-top: -6px;
}
.breadcrumb-item a{
    color: #1d23ae;
    text-decoration: none;
}
.news-img img{
    width: 100%;
    height: auto;
}
.news-img{
    height: 250px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
}
.news-text{
    padding: 25px;
    background: #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-text a{
    text-decoration: none;
    color: #000;
}
.news-text h2{
    font-size: 24px;
}
.blog-page{
    margin-bottom: 25px;
}
.post-meta{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.page-numbers {
    height: 50px;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    background: #2d31b1;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.page-numbers:hover{
    background: #6d3da5;
    color: #fff;
}
.page-numbers.current{
    background: #6d3da5;
}
.pagination {
    justify-content: center;
}
.nav-links{
    display: flex;
    gap: 5px;
}
.blog-img{
    padding: 25px;
}
.blog-img img{
    width: 100%;
    border-radius: 16px;
}
.blog-h1{
    padding: 25px;
    color: #fff;
}
.blog-h1 h1{
    margin-bottom: 25px;
}
.blog-h1 .excerpt{
    margin-top: 50px;
}
.img-blog{
    max-height: 500px;
    overflow: hidden;
    border-radius: 16px;
}
.recent-news .post-thumbnail img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.post-date{
    font-size: 14px;
}
.last-news-one{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}
.last-news-one a{
    text-decoration: none;
    color: #000;
}
.recent-news{
    margin-bottom: 15px;
}
.entry-content-blog h2{
    font-size: 24px;
}
.entry-content-blog img{
    border-radius: 15px;
}
.entry-content-blog{
    padding-right: 15px;
}
/*blog end*/
/*content-all*/
.content-all{
    margin-top: 150px;
}
.content-all h1{
    margin-bottom: 50px;
}
.content-all h2{
    font-size: 22px;
    margin: 50px 20px 30px;
}

@media (max-width: 3000px){
    header, .first-block, .about, .padding-group {
        padding: 0 133px;
    }
    .blue-background{
        margin: 100px 0;
    }
    .how-to-learn {
        margin-top: 170px;
    }
    .review-group {
        padding-bottom: 70px;
    }
    .right-100{
        padding-right: 133px;
    }
    .left-100{
        padding-left: 133px;
    }
    .hero-text{
        padding-left: 104px;
    }
    .info{
        width: 40%;
    }
    .classes{
        padding: 100px 180px;
    }
    .swiper-button-prev {
        left: 73%;
    }
    .swiper-button-next{
        left: 79%;
    }
    .quote-try .arrow3 {
        right: 50%;
    }
    .thema-try .arrow3 {
        right: 79px;
    }
    .diploma-text1 {
        left: 22%;
    }
    .diploma-text3 {
        right: 21%;
    }
    .diploma-text2 {
        left: 14%;
    }
    .diploma-text4 {
        right: 13%;
    }
    .arrow3 {
        right: 119px;
    }
    .what-try .arrow3 {
        right: 91px;
    }
}
@media (max-width: 2220px){
    .what-try .arrow3 {
        right: 0px;
    }
    .arrow3 {
        right: 27px;
    }
    .quote-try .arrow3 {
        right: 37%;
    }
}
@media (max-width: 1920px){
    .arrow3{
        right: 48px;
    }
    .what-try .arrow3{
        right: 10px;
    }
    .quote-try .arrow3 {
        right: 24%;
    }
}
@media (max-width: 1800px) {
    .how-to-learn {
        margin-top: 150px;
    }
    .thema-try .arrow3 {
        right: 20px;
    }
    .diploma-text1 {
        left: 13%;
    }
    .diploma-text3 {
        right: 13%;
    }
    .diploma-text2 {
        left: 10%;
    }
    .diploma-text4 {
        right: 9%;
    }
    .quote-try .arrow3 {
        right: 8%;
    }
}
@media (max-width: 1700px){
    .info{
        width: 31%;
    }
    .arrow3{
        right: 30px;
    }
    .how-to-learn {
        margin-top: 100px;
    }
    .what-try .arrow3{
        right: -18px;
    }
    .diploma-text4{
        right: 7%;
    }
    .text-program{
        min-height: 212px;
    }
    .quote-try .arrow3 {
        right: 10%;
    }
    .themas .swiper-button-prev {
        left: 46%;
    }
    .teachers .what-can-do li {
        width: 270px;
    }
    .teachers .swiper-button-prev {
        left: 46%;
    }
    .video-what-can .swiper-button-prev {
        left: 15.5%;
    }
    .video-what-can .swiper-button-next {
        left: 21.5%;
    }
    .faq {
        padding: 0 200px;
    }
}
@media (max-width: 1600px){
    header, .first-block, .about, .padding-group{
        padding: 0 60px;
    }
    .blue-background{
        margin: 100px 0;
    }
    .right-100{
        padding-right: 100px;
    }
    .left-100{
        padding-left: 100px;
    }
    .classes {
        padding: 100px 130px;
    }
    .swiper-button-prev {
        left: 72%;
    }
    .swiper-button-next{
        left: 79%;
    }
    .video-what-can .swiper-button-prev {
        left: 17%;
    }
    .video-what-can .swiper-button-next {
        left: 23%;
    }
    .diploma-text4{
        right: 5%;
    }
    .quote-try .arrow3 {
        right: 23%;
    }
    .stiv-jobs>div {
        padding-left: 50px;
        padding-right: 50px;
    }
    .stiv-jobs{
        margin-top: 70px;
    }
    .teachers .what-can-do li {
        width: 231px;
    }
    .teachers .text-program {
        min-height: 272px;
    }
    .contact{
        padding: 0 50px;
    }
}
@media (max-width: 1485px){
    .info{
        width: 100%;
        margin-top: 23px;
        margin-left: 0;
    }
    .book-first {
        flex-direction: column;
        align-items: flex-start;
    }
    .arrow3{
        right: 10px;
    }
    .what-try .arrow3{
        right: -40px;
    }
    .study-groups div .gr-head{
        font-size: 20px;
    }
    .diploma-text4{
        right: 2%;
    }
    .diploma-text2 {
        left: 6%;
    }
    .quote-try .arrow3 {
        right: 14%;
    }
    .teachers ul {
        padding-right: 50px;
        padding-left: 50px;
    }
    .swiper-button-next {
        left: 79.5%;
    }
    .swiper-button-prev {
        left: 72.5%;
    }
}
@media (max-width: 1366px){
    .about{
        padding: 0;
    }
    header, .first-block, .what.about, .about.thema-about, .about.teacher-about, .padding-group{
        padding: 0 20px;
    }
    .blue-background{
        margin: 90px 0;
    }
    .right-100{
        padding-right: 20px;
    }
    .left-100{
        padding-left: 20px;
    }
    .hero-text{
        padding-left: 40px;
    }
    .arrow1, .arrow2{
        display: none;
    }
    .classes{
        padding: 90px 20px;
    }
    .blue-background {
        padding: 40px;
    }
    .diploma-img {
        text-align: center;
        position: relative;
        bottom: -40px;
        margin-bottom: 0;
    }
    .diploma-img img {
        height: 440px;
        width: auto;
    }
    .diploma-text1{
        top: 294px;
    }
    .diploma-text2{
        top: 448px;
        left: 5%;
    }
    .diploma-text3{
        top: 313px;
    }
    .diploma-text4{
        top: 500px;
        right: 4%;
    }
    .why{
        padding-left: 0px;
        padding-right: 0px;
    }
    .stiv-jobs>div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .quote-try .arrow3 {
        right: 24%;
    }
    .quote img{
        right: 50px;
    }
    .swiper-button-next {
        left: 75%;
    }
    .swiper-button-prev {
        left: 68%;
    }
    .video-what-can .swiper-button-next {
        left: 26.5%;
    }
    .video-what-can .swiper-button-prev {
        left: 20%;
    }
    .teachers .swiper-button-next {
        left: 50.5%;
    }
    .teachers .swiper-button-prev {
        left: 46%;
    }
    .teachers ul {
        padding-right: 0px;
        padding-left: 0px;
    }
    .teachers ul.first-list {
        padding-left: 30px;
    }
    .faq {
        padding: 0 100px;
    }
    .contact{
        padding: 0px;
    }
    .try {
        margin: 40px 0 80px;
    }
    .thema-try.try {
        margin: 100px 0 90px;
    }
}
@media (max-width: 1250px){
    .content-all {
        margin-top: 190px;
    }
    .first{
        padding-top: 150px;
    }
    .about1{
        top: 213px;
    }
    .about2{
        top: 159px;
    }
    .about3{
        top: 177px;
    }
    .about4{
        top: 240px;
    }
    .arrow19{
        top: 192px;
    }
    .arrow18{
        top: 156px;
    }
    .arrow31{
        top: 201px;
    }
    .arrow32{
        top: 150px;
    }
    .phones{
        width: 332px;
        top: 120px;
    }
    .right-menu{
        flex-direction: column-reverse;
    }
    .arrow3{
        right: -30px;
    }
    .group .wp-block-column{
        flex-basis: 100% !important;
        width: 100%;
    }
    .group .slider-first{
        margin-bottom: 60px;
    }
    .group{
        display: flex;
        flex-direction: column;
    }
    .about-study{
        padding-left: 20px;
    }
    .swiper-button-prev {
        left: 46.5%;
    }
    .swiper-button-next {
        left: auto;
        right: 44.5%;
    }
    .how-head {
        width: auto;
        display: flex;
        justify-content: center;
    }
    .how-head >div{
        display: inline-flex;
        justify-content: center;
        position: relative;
    }
    .how-head >div h2{
        display: flex;
        flex-wrap: nowrap;
    }
    .how-head img {
        left: 5%;
    }
    .head-diploma.how-head{
        width: 953px;
    }
    .diploma-text2 {
        left: 7%;
    }
    .video-what-can .swiper-button-prev {
        left: 44.5%;
    }
    .video-what-can .swiper-button-next {
        left: 49.5%;
    }
    .themas .swiper-button-next {
        left: 50.5%;
    }
    .themas .swiper-button-prev {
        left: 45.5%;
    }
    .teachers .swiper-button-prev {
        left: 45.5%;
    }
    .teachers .swiper-button-next {
        left: 50.5%;
    }
    .what-head.what-can-head {
        margin-bottom: 0px;
    }
    .start-group{
        flex-direction: column-reverse;
    }
    .what-can .what-can-do{
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
    }
    .start-group .about-study {
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 1200px){
    .procent20 {
        width: 30%;
    }
    .procent80{
        width: 70%;
    }
    .what-try{
        width: 40%;
    }
    .head-diploma.how-head{
        width: 900px;
    }
    .diploma-text1{
        left: 10%;
    }
    .diploma-text3{
        right: 10%;
    }
    .diploma-text4{
        right: 1%;
    }
    .diploma-text2 {
        left: 3%;
    }
    .quote-try .arrow3 {
        right: 14%;
    }
}
@media (max-width: 1030px){
    .quote-try .arrow3 {
        right: 7%;
    }
    .start {
        width: auto;
        padding: 0 20px;
    }
    .start figure {
        left: 48%;
    }
    .swiper-button-prev {
        left: 43%;
    }
    .swiper-button-next {
        right: 46%;
    }
}
@media (max-width: 1104px) {
    .how-head img {
        left: 11%;
    }
}
@media (max-width: 991px){
    .content-all {
        margin-top: 0px;
    }
    .about1{
        top: 121px;
    }
    .about2{
        top: 57px;
    }
    .about3{
        top: 52px;
        left: 15%;
    }
    .about4{
        top: 138px;
        right: 18%;
    }
    .arrow19{
        top: 90px;
        left: 30%;
    }
    .arrow18{
        top: 26px;
        right: 32%;
    }
    .arrow31{
        display: none;
    }
    .arrow32{
        display: none;
    }
    .mobile{
        display: block;
    }
    .desctop{
        display: none;
    }
    .modal {
        top: 50px;
    }
    .right-menu{
        display: none;
    }
    .navbar-collapse.collapse{
        position: absolute;
        width: 100%;
        background: #fff;
        top: 83px;
        left: 0;
    }
    .navbar {
        position: relative;
        top: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    /*.navbar.fixed{*/
    /*    position: fixed;*/
    /*}*/
    .navbar-nav{
        padding: 0px;
        background: #EBF0FA;
    }
    .navbar-light .navbar-nav .nav-link {
       font-weight: 600;
        padding: 12px 12px 12px 24px;
        border-bottom: 1px solid #E1EAF5;
    }
    .phones-mob{
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 20px 0;
    }
    .phones-mob a{
        color: #1D293B;
        padding: 12px 12px 12px 24px;
        text-decoration: none;
        cursor: pointer;
    }
    /* Кастомна кнопка з вашим кольором */
    .navbar-toggler {
        border-color: #257A9F;
        padding: 0.5rem;
        transition: all 0.3s ease;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-radius: 50%;
        border-color: #257A9F;
        padding: 13px 14px 10px;
        z-index: 2;
    }
    /* Контейнер для іконки */
    .navbar-toggler-icon-custom {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        transition: all 0.3s ease;
    }

    /* Гамбургер (3 лінії) */
    .hamburger-lines {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }

    .hamburger-lines span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #257A9F;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Хрестик */
    .close-x {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        transition: all 0.3s ease;
    }

    .close-x::before,
    .close-x::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        background-color: #257A9F;
        border-radius: 2px;
    }

    .close-x::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close-x::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* Коли меню відкрите - показуємо хрестик, ховаємо лінії */
    .navbar-toggler[aria-expanded="true"] .hamburger-lines {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }

    .navbar-toggler[aria-expanded="true"] .close-x {
        display: block;
        opacity: 1;
    }

    /* Анімація для хрестика при відкритті */
    .navbar-toggler[aria-expanded="true"] .close-x {
        animation: rotateIn 0.3s ease;
    }
    @keyframes rotateIn {
        from {
            transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
            opacity: 0;
        }
        to {
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
            opacity: 1;
        }
    }
    header{
        padding: 0;
    }
    .first {
        background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/background_375@2.webp");
    }
    .how-first{
        display: none;
    }
    .how{
        background: none;
        padding: 0;
    }
    .gray-head{
        background: #fff;
    }
    .active .gray-head{
        background: #E1EAF5;
    }
    .mobile-background-gray{
        position: absolute;
        right: 0;
        background: #fff;
        top: 0;
        width: 50%;
        padding: 6px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        z-index: 1;
    }
    .text-other{
        display: none;
    }
    .text-other.active{
        display: block;
    }
    .conclusion-gray{
        display: none;
    }
    .border-we{
        border: 0;
        padding: 0;
    }
    .blue-head{
        background: none;
        color: #000;
    }
    .active .blue-head{
        background-size: cover;
        background-image: url("https://itbaza.com.ua/wp-content/uploads/2026/03/background_1366@2-scaled.webp");
        color: #fff;
    }
    .text-we{
        display: none;
    }
    .text-we.active{
        display: block;
    }
    .mobile-background-blue{
        position: absolute;
        left: 0;
        width: 50%;
        top: 0px;
        padding: 6px;
        background: #fff;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .text-we{
        margin-top: 102px;
    }
    .text-other{
        margin-top: 70px;
    }
    .text-we ul li, .text-other ul li{
        background: #fff;
        border-radius: 8px;
        padding: 12px 16px;
        height: auto;
        margin-bottom: 8px;
        align-items: flex-start;
    }
    .how-last .conclusion-green{
        display: none;
    }
    .sta{
        margin-top:16px;
    }
    .sta .conclusion-green{
        display: block;
        margin-bottom: 42px;
    }
    .head img {
        height: 48px;
        width: 48px;
    }
    .head p {
        font-size: 18px;
    }
    .head {
        height: 80px;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .text-we ul li span, .text-other ul li span{
        display: block;
        font-weight: bold;
    }
    .base{
        margin-top: 30px;
    }
    .navi{
        margin-top: 30px;
    }
    .arrow3 {
        right: 133px;
        top: 25px;
    }
    .how-top{
        display: flex;
        flex-direction: column;
    }
    .how-top .wp-block-image img{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 20px;
    }
    .how-text {
        padding: 0 40px 40px 40px ;
    }
    .procent20 {
        width: 40%;
    }
    .procent80{
        width: 60%;
    }
    .what-try{
        width: 50%;
    }
    .what-head div, .what-can-head div, .review-head div{
        width: 700px;
    }
    .what-head img{
        left: 50px;
    }
    .swiper-button-prev {
        left: 45%;
    }
    .swiper-button-next {
        right: 43.5%;
    }
    .format-work{
       display: none;
    }
    .groups-all{
        flex-basis: 100% !important;
    }
    .format-work{
        display: none;
    }
    .one-group p{
        height: auto;
    }
    .one-group p strong{
        display: block;
    }
    .groups-all>div{
        display: flex;
        flex-direction: column;
    }
    .group-all-all{
        background: none;
    }
    .groups-all>div>div{
        background: #fff;
        border-radius: 20px;
        margin-bottom: 16px;
    }
    .head-diploma.how-head{
        width: auto;
    }
    .head-diploma.how-head img {
        left: 26%;
    }
    .diploma-img{
        margin-top: 200px;
    }
    .diploma-img img {
        height: auto;
    }
    .diploma-text1{
        left: 15%;
        top: 235px;
    }
    .diploma-text3{
        top: 261px;
        right: 22%;
    }
    .diploma-text4{
        right: 10%;
        top: 356px;
        width: 160px;
        text-align: center;
    }
    .diploma-text2 {
        top: 356px;
        left: 9%;
    }
    .themas .swiper-button-next {
        left: 50.5%;
    }
    .themas .swiper-button-prev {
        left: 44%;
    }
    .thema-head.what-head img {
        left: 47%;
    }
    .text-program{
        min-height: 188px;
    }
    .video-what-can .swiper-button-next {
        left: 50%;
    }
    .video-what-can .swiper-button-prev {
        left: 43%;
    }
    .what-head.what-can-head img {
        left: 25%;
    }
    .review-head img {
        left: 39%;
    }
    .why-head img {
        left: 37%;
    }
    .quote-group{
        display: flex;
        flex-direction: column;
        padding-bottom: 151px;
    }
    .quote img{
        right: 50px;
        width: 380px;
    }
    .quote-head {
        width: auto;
        z-index: 1;
    }
    .quote-head img {
        top: 87px;
        left: 26%;
    }
    .quote-try .arrow3 {
        right: 50%;
        z-index: 1;
    }
    .teachers ul{
        flex-direction: column;
        padding-left: 30px;
    }
    .teachers .what-can-do li{
        width: 100%;
    }
    .teachers .wp-swiper{
        margin-top: 40px;
    }
    .teachers .review-head img {
        left: 23%;
    }
    .faq {
        padding: 0;
    }
    .start figure{
        top: 20px;
        left: 48%;
    }
    .start figure img {
        height: 7px;
        width: 101px;
    }
    .teachers .swiper-button-next {
        left: 50.5%;
    }
    .teachers .swiper-button-prev {
        left: 44%;
    }
    .why-p {
        font-size: 18px;
    }
    .contact-us {
        margin-bottom: 0px;
    }
    .contact{
        display: flex;
        flex-direction: column;
    }
    .figure-arrow{
        display: none;
    }
    .contact-text{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding-bottom: 0;
    }
    .contact-form{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 0;
    }
    .figure-pink {
        top: 72px;
        left: 48%;
    }
    .footer-content {
        background-image: url('https://itbaza.com.ua/wp-content/uploads/2026/03/background_375@2.webp');
    }
    .revers{
        display: flex;
        flex-direction: column-reverse;
    }
    .maps {
        padding-right: 0px;
    }
    .footer-content h2 {
        top: 80px;
    }
    .footer-content ul {
        top: 150px;
    }
    .contacts {
        margin-top: 170px;
        margin-bottom: 48px;
    }
    .tab-content {
        padding-bottom: 48px;
    }
    .first {
        padding-top: 48px;
    }
    .news-img {
        height: auto;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .news-text {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}
@media (max-width: 950px){
    .how-head img {
        left: 7%;
    }
}
@media (max-width: 882px){
    .quote-head img {
        top: 129px;
        left: 0%;
    }
    .quote-try .arrow3 {
        right: 38%;
    }
    .figure-pink {
        left: 52%;
    }
    .swiper-button-next {
        right: 42%;
    }
}
@media (max-width: 816px) {
    .start figure {
        left: 59%;
    }
    .start figure {
        left: 59%;
    }
}
@media (max-width: 782px){
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .what-try{
        width: 70%;
    }
    .figure-pink {
        top: 118px;
        left: 52px;
    }
}
@media (max-width: 768px){
    .footer-privacy {
        flex-direction: column;
    }
    .info-data{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .arrow19,.arrow18{
        display: none;
    }
    h1, h2 {
        font-size: 22px;
    }
    .head p {
        font-size: 14px;
    }
    .custom-logo, .navbar-brand {
        width: 80px;
    }
    .book, .wpcf7-submit {
        font-size: 16px;
        padding: 12px 20px;
    }
    .navbar-collapse.collapse {
        top: 74px;
    }
    .arrow3 {
        right: 50px;
        top: 25px;
    }
    .about-study {
        margin-top: 0px !important;
    }
    .wp-element-caption {
        font-weight: normal;
        font-size: 12px;
    }
    .itbaza-it{
        font-size: 16px;
    }
    .first {
        margin-top: 0;
        border-radius: 0;
        padding-top: 48px;
    }
    .first-block{
        padding: 0;
    }
    .hero-text {
        padding:0 20px;
    }
    .blue-background{
        margin: 80px 0;
        padding: 48px 16px;
    }
    .video{
        left: -111px;
    }
    .how-head img {
        top: 25px;
        height: 7px;
        width: 194px;
    }
    .head-study img {
        top: 26px;
        height: 7px;
    }
    .why-study img {
        top: 25px;
        left: 32%;
        height: 7px;
        width: 77px;
    }
    .why-p{
        padding-right: 20px;
        padding-left:20px ;
    }
    .procent p{
        font-size: 14px;
    }
    .procent20 {
        width: 30% !important;
    }
    .procent80{
        width: 70% !important;
    }
    .procent80 p {
        text-align: left;
    }
    .how-bottom {
        padding: 24px 16px;
    }
    .how-text {
        padding: 0 16px 20px 16px;
    }
    .princip {
        font-size: 20px;
    }
    .what-head img{
        top: 25px;
        left: 29%;
        height: 7px;
        width: 137px;
    }
    .what-group>div{
        flex-direction: column;
    }
    .what-parents, .what-kids{
        width: 100%;
        margin-bottom: 48px;
    }
    .what-head{
        margin-bottom: 32px;
    }
    .group .slider-first {
        margin-bottom: 0px;
    }
    .what-group>div{
        margin-bottom: 0;
    }
    .interest{
        flex-direction: column;
    }
    .head-diploma.how-head img{
        top: 57px;
    }
    .how-head img {
        left: 4%;
    }
    .diploma-text1 {
        top: 184px;
    }
    .diploma-text3 {
        top: 240px;
        right: 29%;
    }
    .diploma-text2 {
        top: 316px;
        left: 15%;
    }
    .diploma-text4 {
        right: 13%;
        top: 316px;
    }
    .sub-head-diploma {
        font-size: 18px;
    }
    .diploma-img {
        bottom: -48px;
    }
    .thema-head.what-head img {
        width: 77px;
    }
    .text-program{
        min-height: auto;
    }
    .thema-try.try {
        margin: 60px 0 80px;
    }
    .themas {
        padding-bottom: 80px;
    }
    .what-head.what-can-head img {
        width: 110px;
    }
    .review-group {
        margin-top: 40px;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
    .review-head img {
        left: 111px;
        width: 106px;
    }
    .why-group {
        margin-bottom: 35px;
    }
    .why{
        gap: 15px;
        margin-bottom: 15px;
    }
    .stiv img{
        width: 335px;
    }
    .quote img {
        right: 25px;
        width: 280px;
    }
    .quote-group{
        padding-bottom: 195px;
    }
    .apple{
        right: 190px;
    }
    .quote-head img {
        top: 58px;
        left: 87px;
    }
    .wp-swiper__slide-content img{
        width: 100%;
    }
    .teachers .text-program{
        min-height: auto;
    }
    .teachers {
        margin-bottom: 80px;
        margin-top: 20px;
    }
    .teachers .what-head {
        margin-bottom: 10px;
    }
    .teachers .what-can-do li {
        margin-bottom: 0;
    }
    .contact-text, .contact-form {
        padding: 20px;
    }
    .start-group-group {
        margin-bottom: 0;
    }
    .contact-us {
        margin-top: 60px;
    }
    .why-study {
        width: auto;
        display: flex;
        justify-content: center;
    }
    .why-study >div{
        display: inline-flex;
        justify-content: center;
        position: relative;
    }
    .why-study >div h2{
        display: flex;
        flex-wrap: nowrap;
    }
    .why-study img {
        left: 0;
    }
    .what-kids-have {
        width: auto;
        display: flex;
        justify-content: center;
    }
    .what-kids-have >div{
        display: inline-flex;
        justify-content: center;
        position: relative;
    }
    .what-kids-have >div h2{
        display: flex;
        flex-wrap: nowrap;
    }
    .what-head.what-kids-have img {
        left: 20%;
    }
    .what-head.why-head, .review-head{
        display: flex;
        justify-content: center;
    }
    .what-head.why-head >div, .review-head>div{
        width: auto;
        display: inline-flex;
        justify-content: center;
        position: relative;
        flex-direction: column;
        align-items: center;
    }
    .what-head.why-head >div h2,.review-head>div h2 {
        display: flex;
        flex-wrap: nowrap;
    }
    .what-head.what-can-head{
        display: flex;
        justify-content: center;
    }
    .what-head.what-can-head >div{
        width: auto;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }
    .what-head.what-can-head >div h2{
        display: flex;
        flex-wrap: nowrap;
    }
    .what-head.what-can-head img {
        left: 15%;
    }
    .teachers .review-head img {
        left: 33%;
    }
    .faq {
        margin-bottom: 80px;
    }
    .figure-pink {
        top: 29px;
        left: 39%;
    }
    .figure-pink img{
        height: 7px;
        width: 177px;
    }
    .start figure {
        left: 38%;
        top: 10px;
    }
    .start figure img {
        width: 82px;
    }
    .stiv-jobs {
        margin-top: 0px;
    }
    .what-try .arrow3 {
        right: 0px;
        top: 39px;
    }
    .what-try.thema-try .arrow3 {
        top: -40px;
    }
    .head-diploma.how-head img {
        left: 30%;
    }
    .try {
        margin: 40px 0 60px;
    }
    .classes {
        padding: 80px 20px;
    }
    .post-thumbnail{
        max-height: 100px;
        overflow: hidden;
        border-radius: 5px;
    }
}
@media (max-width: 756px) {
    .how-head img {
        left: 13%;
    }
}
@media (max-width: 752px) {
    .start figure {
        left: 47%;
    }
}
@media (max-width: 700px) {
    .teachers .review-head img {
        left: 31%;
    }
    .how-head img {
        left: 9%;
    }
}
@media (max-width: 690px) {
    .quote-try .arrow3 {
        right: 34%;
    }
    .figure-pink {
        left: 43%;
    }
    .how-head img {
        left: 5%;
    }
}
@media (max-width: 650px) {
    .quote-try .arrow3 {
        right: 27%;
    }
    .quote-group{
        padding-bottom: 295px;
    }
    .quote-head img {
        left: 166px;
    }
}
@media (max-width: 612px) {
    .how-head img {
        left: 11%;
    }
    .teachers .review-head img {
        left: 28%;
    }
}
@media (max-width: 604px) {
    .quote-head img {
        top: 91px;
        left: 0px;
    }
    .figure-pink {
        left: 49%;
    }
    .what-head.why-head img {
         left: 40%;
     }
}
@media (max-width: 585px){
    .start figure {
        left: 58%;
    }
}
@media (max-width: 576px){
    .about4 {
        top: 151px;
        right: 16%;
    }
    .navbar {
        padding: 10px;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .modal-content{
        border-radius: 24px;
        padding: 4px 4px 0;
    }
    .modal-title {
        font-size: 20px;
    }
    .book-first {
        margin-top: 30px;
    }
    .offer {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .arrow3 {
        right: 28px;
        top: 45px;
    }
    .how-head img {
        width: 188px;
    }
    .what-try{
        width: 100%;
    }
    .what-try .arrow3 {
        right: 6px;
        top: -44px;
    }
    .diploma-text1 {
        left: 5%;
        top: 200px;
    }
    .diploma-text3 {
        top: 256px;
        right: 9%;
    }
    .diploma-text2 {
        top: 332px;
        left: 5%;
    }
    .diploma-text4 {
        right: 3%;
        top: 332px;
    }
    .quote-try .arrow3 {
        right: 12%;
    }
    .said{
        z-index: 1;
        position: relative;
    }
    .quote img {
        width: 232px;
    }
    .try {
        margin: 40px 0 32px;
    }
    .classes {
        padding: 70px 20px;
    }
    .blue-background {
        margin: 70px 0;
    }
    #program{
        margin-top: 40px;
    }
    .themas {
        padding-bottom: 70px;
    }
    .thema-try.try {
        margin: 60px 0 70px;
    }
    .stiv-jobs .blue-background {
        margin-top: 0;
    }
    .teachers {
        margin-bottom: 70px;
        margin-top: 0px;
    }
    .faq {
        margin-bottom: 70px;
    }
    .figure-pink {
        left: auto;
        right: 15%;
    }
    .how-head img {
        left: 48px;
    }
    .teachers .review-head img {
        left: 26%;
    }
}
@media (max-width: 544px) {
    .figure-pink {
        right: 6%;
    }
    .how-head img {
        left: 32px;
    }
    .start figure {
        left: 60%;
    }
}
@media (max-width: 529px){
    .figure-pink {
        top: 59px;
        right: auto;
    }
}
@media (max-width: 527px){
    .what-head.why-head img {
        left: 45%;
    }
    .teachers .review-head img {
        left: 24%;
    }
    .what-head.what-kids-have img {
        left: 15%;
    }
}
@media (max-width: 510px){
    .contacts {
        margin-top: 220px;
    }
}
@media (max-width: 490px){
    .arrow3{
        display: none;
    }
    .texts-diploma p {
        padding: 5px 12px 7px;
    }
    .diploma-text1 {
        left: 5%;
        top: 230px;
    }
    .diploma-text3 {
        top: 280px;
        right: 9%;
        width: 206px;
    }
    .diploma-text2 {
        width: 185px;
        top: 351px;
        left: 5%;
    }
    .diploma-text4 {
        width: 130px;
        right: 3%;
        top: 351px;
    }
    .thema-try.try {
        margin: 20px 0 80px;
    }
    .apple {
        right: auto;
        width: 200px;
        text-align: center;
    }
    .direction span {
        font-size: 12px;
        display: inline-block;
        margin-bottom: 0px;
    }
    .direction {
        margin-bottom: 0px;
    }
    .rotate {
        top: -8px;
        left: 113px;
    }
    .rotate-2 {
        top: -6px;
        left: 221px;
    }
    .head-diploma.how-head img {
        left: 34%;
    }
}
@media (max-width: 470px){
    .quote-head img {
        top: 91px;
        left: 85px;
    }
    .teachers .review-head img {
        left: 21%;
    }
}
@media (max-width: 467px){
    .start figure {
        left: auto;
        right: 14%;
    }
    .what-head.why-head img {
        left: 56%;
    }
    .what-head.what-kids-have img {
        left: 25%;
    }
}
@media (max-width: 460px){
    .head-diploma.how-head img {
        left: 43%;
    }
}
@media (max-width: 450px){
    .head-diploma.how-head img {
        left: 14%;
        top: 88px;
    }
    .apple {
        width: 170px;
    }
    .about1 {
        top: 134px;
    }
    .about2 {
        top: 65px;
        right: 5%;
    }
    .about3 {
        top: 27px;
        left: 11%;
    }
    .about4 {
        top: 160px;
        right: 16%;
    }
    .teachers .review-head img {
        left: 19%;
    }
}
@media (max-width: 438px){
    .start figure {
        right: 10%;
    }
}
@media (max-width: 429px){
    .how-head img {
        left: 24%;
    }
    .what-head.what-kids-have img {
        left: 25%;
    }

}
@media (max-width: 415px){
    .teachers .review-head img {
        left: 16%;
    }
    .start figure {
        right: 8%;
    }
}
@media (max-width: 394px){
    .start figure {
        left: 10%;
        top: 42px;
        right: auto;
    }
    .what-head.what-kids-have img {
        left: 18%;
    }
    .what-head.what-kids-have img {
        left: 7%;
    }
}
@media (max-width: 392px) {
    .teachers .review-head img {
        left: 28%;
    }
}
@media (max-width: 382px) {
    .quote-head img {
        top: 91px;
        left: 162px;
    }
}
@media (max-width: 380px){
    .diploma-text2 {
        left: 1%;
    }
    .diploma-text4 {
        right: 1%;
    }
    .quote-head img {
         top: 121px;
         left: 0;
     }
}
@media (max-width: 378px) {
    .review-head img {
        left: 42%;
    }
}
@media (max-width: 375px) {
    .what-head.what-can-head img {
        left: 29%;
    }
}
@media (max-width: 372px) {
    .what-head.why-head img {
        top: 56px;
        left: 5%;
    }
}
@media (max-width: 370px){
    .bot{
        position: absolute;
        top: -32px;
        left: 129px;
    }
    .netw{
        margin-left: 70px;
    }
    .direction span.green{
        margin-left: 50px;
    }
    .how-head img {
        left: 17%;
    }
}
@media (max-width: 367px){
    .quote-head img {
        top: 150px;
        left: 0;
    }
}
@media (max-width: 364px){
    .figure-pink {
        top: 61px;
    }
    .head-diploma.how-head img {
        left: 6%;
    }
}
@media (max-width: 357px){
    .thema-head.what-head img {
        left: 62%;
    }
    .start figure {
        left: 7%;
    }
}
@media (max-width: 342px){
    .contacts {
        margin-top: 285px;
    }
    .rotate-2 {
        left: 195px;
    }
    .rotate {
        top: -12px;
        left: 92px;
        transform: rotate(32deg);
    }
    .netw{
        margin-left: 50px;
    }
    .direction span.green{
        margin-left: 15px;
    }
}
@media (max-width: 332px){
    .contacts {
        margin-top: 340px;
    }
    .what-head.what-kids-have img {
        left: 21%;
    }
}
@media (max-width: 336px){
    .diploma-text1 {
        top: 250px;
    }
    .diploma-text3 {
        top: 293px;
    }
    .diploma-text2 {
        top: 358px;
        left: 5%;
    }
    .diploma-text4 {
        right: 5%;
        top: 419px;
    }
}
@media (max-width: 330px){
    .how-head img {
        left: 41px;
    }
    .diploma-text1 {
        top: 280px;
    }
    .diploma-text3 {
        top: 324px;
    }
    .diploma-text2 {
        top: 390px;
    }
    .diploma-text4 {
        top: 454px;
    }
    .teachers .review-head img {
        left: 23%;
    }
}