* {
    padding: 0;
    margin: 0;
    font-family: "Lato";
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body, html {
    transition: none;
    /* убираем transition, используем keyframes */
}

/* Анимация свайпа влево: вылет и поворот */
@keyframes swipeLeftAnim {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-120%) rotate(-15deg);
        opacity: 0;
    }
}

/* Анимация свайпа вправо: вылет и поворот */
@keyframes swipeRightAnim {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(120%) rotate(15deg);
        opacity: 0;
    }
}

.swipe-left {
    animation: swipeLeftAnim 0.6s forwards ease-in-out;
}

.swipe-right {
    animation: swipeRightAnim 0.6s forwards ease-in-out;
}



.wrapper2 {
    background-color: #fde1d9;
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
}

.wrappercource {
    background-color: #ffffff;
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
}

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

.navbar__items {
    display: flex;
    align-items: center;
    gap: 40px;
}

.navbar__title {
    margin: auto;
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #1e212c;
    margin-bottom: 2px;
}

.navbar__title span {
    color: red;
    margin-left: 2px;
}

.navbar__list {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar__link,
.navbar__link2 {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 700;
    color: #424551;
    transition: color 0.3s ease-in-out;
}

.navbar__link2 {
    font-family: "Montserrat";
    font-weight: 600;
}

.navbar__link:hover,
.navbar__link2:hover {
    color: #fa4a0c;
}

.header-actions {
    color: #fde1d9;
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-consultation {
    background: linear-gradient(90deg, #ff5722, #ff7043);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    font-family: "Lato";
    font-weight: 700;
    font-size: 16px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 5px rgba(255, 87, 34, 0.4);
}

.btn-consultation:hover {
    background: linear-gradient(90deg, #ff7043, #ff5722);
}

.btn-consultation:active {
    background: linear-gradient(90deg, #f73a00, #ff3c00);
}

.login {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.login svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.header_span {
    font-family: "Lato";
    font-size: 14px;
    color: #444;
}

.play_left {
    display: flex;
    flex-direction: column;
}

.bottom_btn {
    padding: 0px 40px;
    flex-direction: row;
    width: 201px;
    height: 52px;
    background: linear-gradient(#ffa3a0);
    border: #f75e05 1px solid;
    margin-left: 20px;
}

.bottom_btn:hover,
.bottom_btn-first:hover {
    background: linear-gradient(55.95deg, #ff3f3a 0%, #f75e05 100%);
    color: white;
}

.bottom_btn-first {
    width: 148px;
    height: 52px;
    background: linear-gradient(#ffa3a0);
    border: #f75e05 1px solid;
    padding: 0px 40px;
}

.bot_text {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
}

.bot_ul {
    display: flex;
    gap: 15px;
}

.bot_num {
    /* h1 */
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1e212c;
}

.login {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.login svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.header_span {
    font-family: "Lato";
    font-size: 14px;
    color: #444;
}

.events-container {
    max-width: 960px;
    margin: 0 auto;
    max-width: 1400px;
}

.events-subtitle {
    /* Our events */
    text-align: center;
    /* h6

subheading
*/
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* gray/900 */
    color: #1e212c;
    margin-bottom: 5px;
}

.events-title {
    /* Lectures, workshops & master-classes */
    text-align: center;
    margin-bottom: 15px;
    /* h1 */
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 130%;
    /* identical to box height, or 60px */
    text-align: center;
    /* gray/900 */
    color: #1e212c;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.eventslitletext {
    /* Event category */
    /* base/bold */
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    /* gray/800 */
    color: #424551;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.events-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    max-width: 1400px;
    align-items: center;
    justify-content: space-between;
}

.filter-category,
.filter-sort,
.filter-count,
.filter-search {
    /* all themes */
    width: 90px;
    height: 21px;
    /* small/regular */
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    /* gray/800 */
    color: #424551;
}

.filter-search {
    flex-grow: 2;
}

.filter-icons {
    display: flex;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
}

.workshops-cont {
    margin-top: 100px;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.august {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 130%;
    /* or 62px */
    letter-spacing: 1px;
    /* primary */
    color: #ff3f3a;
}

.month {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 130%;
    /* or 62px */
    letter-spacing: 1px;
    /* primary */
    color: #ff3f3a;
}

.time {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    /* gray/700 */
    color: #787a80;
}

.master-box {
    /* Formation of the organizational structure of the company in the face of uncertainty. */

    width: 362px;
    height: 54px;

    /* large/bold */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */

    /* gray/900 */
    color: #1E212C;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.master-bottom {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    display: flex;
    align-items: center;
    /* gray/700 */
    color: #807878;
}

.more-btn {
    display: flex;
    align-items: center;
    padding: 10px 32px;
    align-self: center;
    justify-content: center;
    width: 342px;
    height: 44px;
    background-color: white;
    border: #ff3f3a 1px solid;
    text-align: center;
    color: #ff3f3a;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
}

.more-btn:hover {
    background-color: #ff3f3a;
    color: white;
    background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
    transition: all 0.3s;

}

.more-btn:active {
    transition: all 0.3s;
    background: linear-gradient(55.95deg, #f50b02 0%, #ee5902 100%);

}

.box-jule {
    margin-top: 40px;
}

.box-jule-16 {
    margin-top: 40px;
    background-color: #ffd4e5;
}

.btn-span {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.text-exp {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    /* identical to box height, or 42px */
    display: flex;
    align-items: center;
    /* gray/900 */
    color: #1e212c;
}

.btn-exp {
    width: 215px;
    height: 52px;
    /* btn-gradient */
    background: linear-gradient(55.95deg, #ff3f3a 0%, #f75e05 100%);
    border-radius: 4px;
    margin-left: 30px;
    border: none;
    color: white;
}

.box-august,
.box-jule,
.box-jule-16 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-direction: column;
    background-color: white;
    width: 350px;
    margin: auto;
    border-radius: 4px;
    height: 270px;
    gap: 5px;
}

.timer {
    display: flex;
    flex-direction: column;
}

.master {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 390px;
}

.cont-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    width: 1230px;
}

.title-cont {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.title-cont-2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 130%;
    /* identical to box height, or 60px */
    text-align: center;
    /* gray/900 */
    color: #1e212c;
}

.title-cont-1 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* gray/900 */
    color: #1e212c;
}

.about-info-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.all-time-btn {
    width: 160px;
    height: 44px;
    text-align: center;
    /* white */
    background: #ffffff;
    /* gray/400 */
    border: 1px solid #d7dadd;
    border-radius: 4px;
    text-align: center;
}

.all-time-btn1 {
    width: 72px;
    height: 44px;
    /* white */
    background: #ffffff;
    /* gray/400 */
    border: 1px solid #d7dadd;
    border-radius: 4px;
}

.start-text-2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    /* gray/800 */
    color: #424551;
    margin-right: 10px;
}

.start-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search {
    box-sizing: border-box;
    width: 282px;
    height: 44px;
    background: #ffffff;
    /* gray/400 */
    border: 1px solid #d7dadd;
    border-radius: 4px;
    text-align: center;
}

.start-text-3 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    /* gray/700 */
    color: #787a80;
}

.a:hover,
.b:hover,
.c:hover,
.d:hover,
.e:hover,
.f:hover,
.g:hover,
.h:hover,
.i:hover {
    box-shadow: 0px 0px 82px 18px rgba(182, 182, 182, 0.5);
}




.blog-subscribe {
    background: #fcd6cc;
    padding: 40px 20px;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.side-image {
    width: 280px;
    height: 172px;
    margin-top: 100px;
}

.blog-subscribe-inner {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.blog-subtitle {
    /* Don’t miss anything */

    /* h6

subheading
*/
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    /* gray/900 */
    color: #1e212c;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.blog-subheading {
    /* Subscribe to the Createx School announcements */
    width: 600px;
    margin-bottom: 40px;
    /* h1 */
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 130%;
    /* or 60px */
    text-align: center;

    /* gray/900 */
    color: #1e212c;

    /* Inside auto layout */
}

.blog-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.blog-input {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 200px;
}

.blog-submit {
    background-color: #f04e23;
    border: none;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.blog-submit:hover {
    background-color: #d03e19;
}

.blog-submit:active {
    background-color: #f04e23;
    transition: color 0.2s;
}

.footfooter {
    background-color: #222;
    color: #eee;
    font-family: "Lato";
    padding: 40px 20px;
}

.wrapper {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.item1 {
    background-color: #1e212c;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.item1div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.logo {
    flex: 1 1 300px;
    max-width: 350px;
}

.logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.text {
    width: 279px;
    height: 90px;
    /* extrasmall/regular */
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */

    /* white */
    color: #ffffff;
    opacity: 0.6;

    margin-bottom: 20px;
}

.icons svg {
    fill: white;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    cursor: pointer;
    transition: fill 0.3s;
    color: #ccc;
}

.icons svg:hover {
    fill: #444;
    color: white;
    transition: color 0.3s;
}

.listdiv {
    flex: 1 1 150px;
}

.listtitle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-family: "lato";
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.items {
    margin-bottom: 10px;
}

.links {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-family: "lato";
}

.links:hover {
    color: #5e5b5b;
    transition: color 0.3s;
}

.contact-section {
    flex: 1 1 250px;
}

.contact {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact svg {
    margin-right: 10px;
    fill: #ccc;
}

.foot__links {
    width: 100%;
    height: 20px;
    background-color: #2a2d37;
    margin: auto;
    border: none;
}

.enter__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid gray;
    background-color: #2a2d37;
    color: #ccc;
    font-family: "Lato";
}

.foot__emailtext {
    width: 286px;
    padding: 15px 0px;

    /* extraextrasmall/regular */
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    /* or 15px */
    display: flex;
    align-items: center;

    /* white */
    color: #ccc;
}

.foot__listtitle {
    width: 80px;

    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    /* white */
    color: #ccc;
    margin-bottom: 10px;
}

.foot__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #ccc;
}

.item2 {
    border-top: 1px solid #444;
    background-color: #252936;
    padding: 20px 20px;
}

.item2div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #aaa;
    font-size: 13px;
}

.item2text {
    /* GO TO TOP */
    /* small/bold */
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    display: flex;
    margin-left: 300px;

    /* white */
    color: #ffffff;

    opacity: 0.6;
}

.item2text:hover {
    color: #5e5b5b;
    transition: color 0.3s;
}

.item2text a {
    /* copyright */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 2px;
    color: #ffffff;
}

.item2text a:hover {
    color: #5e5b5b;
    transition: color 0.3s;
}

.item2text a:active {
    color: #ffffff;
    transition: color 0.3s;
}

.item2text:active {
    color: #ffffff;
    transition: color 0.3s;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 10px;
    margin-left: 20px;
    font-family: "Lato";
}

.search-box input {
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Lato";
}

.search-box button {
    background-image: url("/Img/search.png");
    background-color: transparent;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}


.event__column {
    display: flex;
    flex-direction: column;
    width: 500px;
}