:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1;
}
@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/InterVariable-Italic.woff2") format("woff2");
}

/* static fonts */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("/assets/fonts/Inter-Thin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("/assets/fonts/Inter-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("/assets/fonts/Inter-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("/assets/fonts/Inter-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("/assets/fonts/Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("/assets/fonts/Inter-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("/assets/fonts/Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("/assets/fonts/Inter-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("/assets/fonts/Inter-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/Inter-Bold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("/assets/fonts/Inter-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/fonts/Inter-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("/assets/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("/assets/fonts/Inter-Black.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("/assets/fonts/Inter-BlackItalic.woff2") format("woff2"); }

@font-feature-values InterVariable {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
@font-feature-values Inter {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}

html {
    scroll-behavior: smooth;
}

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

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #20242F;
    background: #E9EEF5;
}

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

nav.nav {
    display: flex;
}

.container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
}

/* Стили для шапки */
header.header {
    width: 87.5%;
    background-color: #FFFFFF;
    height: 112px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Чтобы бургер-меню не перекрывалось */

}

.logo img {
    width: 230px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.nav ul li {
    position: relative;
}

.nav ul li a {
    text-decoration: none;
    color: #20242F;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
}

.nav ul li a:hover {
    color: #2962FF;
}


/* Стили для выпадающего меню */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -10%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 150px;
    padding: 10px 0;
}

.dropdown-menu li {
    padding: 10px 15px;
}

.dropdown-menu li a {
    color: #1D2C3C;
    font-size: 14px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

body {
    display: flex;
    justify-content: center;
}

li.dropdown img {
    margin: 0 0 3px 3px;
}


nav.nav-aside ul li a.header-button i {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #21AF64;
    margin-right: 10px;
}

li.dropdown {
    position: relative;
}

nav.nav-aside ul.dropdown-aside {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: normal;
    align-items: center;
    justify-content: flex-start;
}

nav.nav-aside ul li a {
    text-decoration: none;
    color: #20242F;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
    text-wrap-mode: nowrap;
}


nav.nav-aside ul li a.header-button {
    width: 197px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE5EF;
    border-radius: 20px;
    background: #E9EEF5;
    font-size: 16px;
    margin-left: 16px;
    transition: 0.3s ease-in-out;
}

main {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.main-container {
    width: 87.5%;
    background: linear-gradient(0.5turn, #C1CEE1, #D9E3ED);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 537px;
}

.title {
    color: #798695;
    font-size: 18px;
    margin-top: 5rem;
}

.social-container {
    margin-top: 84px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.main-title {
    font-size: 48px;
    font-weight: 600;
    margin-top: 42px;
    color: #20242F;
    text-align: center;
}

.main-title p {
    color: #1A4FE8;
    font-size: 80px;
}

.child-social-container {
    max-width: 461px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    transform: translateY(200px);
    opacity: 0;
}

.title-social-container {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
}
.title-social-container img {
    margin-right: 12px;
}
.text-social-container {
    padding: 20px 0 31px 0;
    font-size: 18px;
}

.border-line-social-container {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.footer-social-container {
    display: flex;
    margin-top: 18px;
    background: #F1F1F1;
    border-radius: 40px;
    width: 100%;
    height: 44px;
    justify-content: space-between;
    text-decoration: none;
}

.border-line-social-container {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.srok-social {
    padding: 12.5px 25px;
    border-radius: 22px;
    background: #1A4FE8;
    color: #fff;
    font-weight: 600;
}

.sum-social {
    padding: 10.5px 27px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #20242F;
}

.slider-main-container {
    margin-top: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.container-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.slider-container {
    width: 77%;
    background: linear-gradient(0.5turn, #C1CEE1, #D9E3ED);
    border-radius: 30px;
    align-items: center;
    height: 555px;
}


.slider-main {
    display: flex;

}

.slider-title {
    font-size: 30px;
    font-weight: 600;
    max-width: 600px;
}

.slider-container {
    padding: 50px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 455px;
    width: 66%;
}

.slider-content-footer {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slider-container {
    padding: 49px 50px 50px 50px;
    margin-bottom: 107px;
}

.slider-button {
    display: flex;
}

.slider-container {
    padding: 50px 50px 50px 50px;
    margin-bottom: 107px;
}

.slider-text-container {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 30px 33px 26px 29px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    flex: 1;
}

.slider-content-footer {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slider-footer-text {
    margin-right: 38px;
    font-size: 18px;
    margin-bottom: 11px;
}

.slider-button {
    display: flex;
    width: 164px;
    border-radius: 30px;
    justify-content: center;
    background: #1A4FE8;
    height: 45px;
    align-items: center;
}

.button-text {
    width: 70%;
    display: flex
;
    justify-content: center;
}

.arrow-left {
    display: flex;
    position: relative;
    user-select: none;
}

.arrow-left::after{
    position: absolute;
    content: "";
    border-radius: 24px;
    display: block;
    height: 45px;
    width: 66px;
    top: -12px;
    left: -30px;
    z-index: 100;
}
.arrow-right {
    rotate: 180deg;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
}
.arrow-right::after{
    position: absolute;
    content: "";
    border-radius: 24px;
    display: block;
    height: 45px;
    width: 66px;
    top: -12px;
    left: -30px;
    z-index: 100;
}
.slider-section {
    width: 767px;
    display: flex;
}

section.form-section {
    width: 77%;
}

.slider-elem {
    min-width: 769px;
}

.integration-blocks-top > * {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.integration-container {
    width: 77%;
    margin-top: 9px;
}

.integration-title {
    font-size: 40px;
    font-weight: 600;
}

.integration-text {
    margin-top: 20px;
    max-width: 550px;
    font-size: 20px;
}

.integration-blocks-top {
    display: flex;
    width: 100%;
}

.integration-blocks-top > * {
    border-radius: 30px;
    background: #fff;
    padding: 32px;
}

.integration-bottom > * {
    display: flex;
    width: 100%;
    justify-content: center;
}

.integration-blocks-two > * {
    display: flex;
    width: 100%;
    justify-content: center;
}

.integration-top {
    display: flex;
    justify-content: space-between;
}

.button-text {
    color: #FFFFFF;
}

.integration-blocks-two {
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 304px;
    gap: 16px;
}

.integration-content {
    min-width: 400px;
}

.integration-blocks-top {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: 61px;
}

.integration-bottom > * {
    border-radius: 30px;
    background: #fff;
}

.integration-bottom {
    display: flex;
    margin-top: 16px;
    gap: 13px;
    max-height: 245px;
}

.integration-mysql {
    padding: 32px 36px;
}

.integration-sql {
    padding: 33px 78px;
}

.integration-maria {
    padding: 33px 34px;
}

.integration-blocks-two {
    background: unset;
}

.integration-amo {
    border-radius: 30px;
    background: #fff;
    padding: 31px 28px;
}

.integration-postgre {
    border-radius: 30px;
    background: #fff;
    padding: 41px 31px 36px;
}

.form-container {
    background: #1A4FE8;
    border-radius: 30px;
    padding: 40px 85px;
    margin-top: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-info {
    margin-top: 35px;
}

.form-info p {
    font-size: 20px;
    max-width: 501px;
    margin-top: 15px;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    background: #1A4FE8;
    color: #fff;
}

.form-info {
    flex: 1;
    min-width: 300px;
    text-align: left;
}


.bot-form {
    flex: 1;
    min-width: 300px;
    max-width: 581px;
}

.bot-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.bot-form input,
.bot-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    color: #000;
}

.consent {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin-bottom: 15px;
}

.consent input {
    margin-right: 10px;
}

.consent a {
    color: #ffffff;
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    padding: 12.5px 25px;
    font-size: 16px;
    color: #1A4FE8;
    background: #ffffff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    max-width: 170px;
}

.submit-btn:hover {
    background: #d9e6ff;
}

@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .form-info,
    .bot-form {
        width: 100%;
        max-width: 100%;
    }

    header.header {
        height: 70px !important;
        top: 0;
        position: fixed;
    }
}

@media (max-width: 768px) {
    body {
        margin-top: 70px; /* Уменьшаем отступ на мобильных устройствах */
    }
}

/* Скрываем стандартный чекбокс */
.consent input[type="checkbox"] {
    margin-top: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Добавляем чёрную галочку при выборе */
.consent input[type="checkbox"]:checked::before {
    content: '✓';
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.slider-mob{
    display: none;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 48px 85px;
    width: 77%;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.contact-details, .business-info {
    flex: 1;
    min-width: 300px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 25px;
}


/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .burger-content {
        top: 70px;
    }
    .contact-item {
        justify-content: center;
    }
}

section.section-site {
    width: 77%;
    margin: 60px 0;
}

.site {
    border-radius: 30px;
    background: linear-gradient(0.75turn, #C1CEE1, #D9E3ED);
    padding: 47px 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-title {
    font-size: 40px;
    font-weight: 600;
}

a.site-button {
    font-size: 23px;
    border: 2px solid #1A4FE8;
    border-radius: 40px;
    padding: 18px 33.5px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    color: #1A4FE8;
    max-width: 704px;
    text-decoration: none;
    font-weight: 700;
}

a.site-button img {
    margin-left: 13px;
}

a.site-button:hover {
    color: #fff;
    background: #1A4FE8;
    transition: 0.3s ease-in-out;
}

a.site-button:hover img {
    filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(279deg) brightness(105%) contrast(105%);
}

.form-info h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffff;
    max-width: 400px;
}

.contact-details h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #20242F;
}

.contact-item img {
    width: 40px;
    height: 29px;
}

.contact-item span {
    font-size: 24px;
    color: #505D6B;
}

img.phone-img {
    width: 40px;
    height: 37px;
}

.contact-item-business {
    display: flex;
    align-items: center;
    gap: 27px;
}

.business-info {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.contact-details {
    max-width: 543px;
}

.business-info strong {
    font-size: 20px;
    color: #20242F;
    font-weight: 600;
}

.business-info p {
    font-size: 20px;
    color: #20242F;
    margin-top: 2px;
}

.business-info strong {
    font-size: 20px;
    color: #20242F;
    font-weight: 600;
}

.contact-item-business span {
    color: #20242F;
    font-size: 20px;
}

footer {
    width: 77%;
}

.footer-container {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}

a.copir {
    color: #20242F;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

a.polit {
    color: #1A4FE8;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.footer-image {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.years {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px 40px 23px;
    background: #1A4FE8;
    color: #fff;
    border-radius: 30px 0 30px 0;
}

.integration-top img {
    width: auto;
}

.integration-bottom img {
    width: 100%;
}

.nav-aside .dropdown {
    display: none;
}

.nav {
    display: block;
}

.dropdown-menu {
    display: none; /* Скрыто по умолчанию */
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Отображение при наведении */
.dropdown:hover .dropdown-menu {
    display: block;
}


@media (max-width: 1700px) {
    .social-content-container {
        min-height: 130px;
    }
    nav.nav {
        display: none;
    }
    .title-social-container {
        justify-content: flex-start;
    }
    .nav-aside .dropdown {
        display: block;
    }

    header.header {
        width: 100%;
        border-radius: unset;
        top: 0;
        position: fixed;
        height: 112px;
    }
    main {
        margin: 0;
    }


    section.main-container {
        width: 100%;
        border-radius: unset;
        height: auto;
    }

    .social-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 0 40px 0;
    }

    .child-social-container {
        width: 90%;
        max-width: unset;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 20px;
        justify-content: space-between;
    }


    .social-content-container {
        width: 59.89%;
    }
    .border-line-social-container {
        width: 100%;
        height: auto;
        display: none;
    }
    .social-content-container {
        border-right: 2px solid #DDDDDD;
    }
    .slider-main-container {
        margin-top: 40px;
    }

    .slider-container {
        width: 95%;
    }
    .footer-social-container {
        display: flex
    ;
        margin-top: 18px;
        background: unset;
        border-radius: unset;
        width: 40.11%;
        height: auto;
        justify-content: space-between;
        text-decoration: none;
        flex-direction: column;
        margin-left: 48px;
    }
    .sum-social {
        font-weight: 600;
        margin-top: 18px;
        width: 100%;
        height: auto;
        border-radius: 20px;
        text-align: center;
        background: #f1f1f1;
        padding: 12.5px 25px;
    }
    .srok-social {
        text-align: center;
    }
    section.integration-container {
        width: 95%
    }

    section.form-section {
        width: 95%;
    }

    section.section-site {
        width: 95%;
        margin: 30px 0;
    }

    .contact-info {
        width: 95%;
    }

    footer {
        width: 95%;
    }

    .footer-image img {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .site {
        flex-direction: column;
        gap: 40px;
        padding: 30px 40px;
    }
}
.main-title::before {
    content: "Мы создаем самых разных ботов";
}
.main-title p::before {
    content: "ДЛЯ ВАШЕГО БИЗНЕСА";
}

/* Мобилки: перенос после "самых" и "ВАШЕГО" */
@media (max-width: 900px) {
    .main-title::before {
        content: "Мы создаем самых\A разных ботов";
        white-space: pre;
    }
    .main-title p::before {
        content: "ДЛЯ ВАШЕГО\A БИЗНЕСА";
        white-space: pre;
    }
}
@media (max-width: 900px) {
    .integration-text {
        font-size: 18px;
    }

    .integration-title {
        font-size: 35px;
    }

    .integration-blocks-top > * {
        border-radius: 20px;
        background: #fff;
        padding: 20px;

    }

    .integration-sql {
        padding: 20px;
    }

    .integration-mysql {
        padding: 20px;
    }

    .integration-maria {
        padding: 20px;
    }

    .integration-amo {
        border-radius: 20px;
        background: #fff;
        padding: 20px;
    }

    .integration-postgre {
        border-radius: 20px;
        background: #fff;
        padding: 20px;
    }

    .form-info h2 {
        font-size: 35px;
    }

    .form-info p {
        font-size: 18px;
    }

    .form-container {
        padding: 40px;
    }
}

@media (max-width: 830px) {
    .contact-info {
        padding: 40px 40px 80px 40px;
    }
}

@media (max-width: 830px) {
    section#contact {
        display: flex;
        align-items: flex-start;
    }

    a.polit {
        font-size: 16px;
    }

    a.copir {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contact-item {
        justify-content: flex-start;
    }

    .contact-item-business {
        justify-content: flex-start;
    }

    .text {
        text-align: start;
    }

    .contact-item-business span {
        color: #20242F;
        font-size: 20px;
        text-align: start;
    }
}

.mob-group {
    display: none;
}

@media (max-width: 1100px) {
    .integration-top img {
        width: 100%;
        height: 41px;
    }
}

@media (max-width: 1000px) {
    .integration-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.integration-container {
        margin-top: 30px;
    }

    #integration img {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .integration-text {
        margin-top: 20px;
        max-width: unset;
    }

    .mob-group {
        width: 100%;
        display: block;
    }

    .integration-blocks-top {
        display: none;
    }

    .integration-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .form-info {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form-info h2 {
        max-width: unset;
        text-align: center;
        margin-bottom: 0;
    }

    .form-info p {
        font-size: 18px;
        text-align: center;
        max-width: unset;
        margin: 15px 0;
    }

    .bot-form label {
        text-align: justify;
    }

    .site-title {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .site {
        padding: 20px 30px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .bot-form {
        min-width: unset;
    }

    .business-info {
        min-width: unset;
    }

    a.polit {
        text-align: center;
    }

    .logo img {
        width: 140px;
    }

    a.site-button img {
        margin-left: 12px;
        width: 40px;
    }

    .title {
        margin-top: 40px;
    }

    .main-title {
        font-size: 30px;
        margin-top: 20px;
        width: 95%;
    }

    .main-title p {
        font-size: 45px;
    }

    .title-social-container {
        font-size: 24px;
    }

    .title-social-container img {
        margin-right: 12px;
    }

    .text-social-container {
        padding: 10px 0 15px 0;
        font-size: 16px;
    }

    .integration-title {
        font-size: 30px;
    }

    .integration-text {
        font-size: 16px;
    }

    .form-info h2 {
        font-size: 30px;
    }

    a.site-button {
        font-size: 16px;
        padding: 10px 20px;justify-content: center;
    }

    .contact-details h2 {
        text-align: start;
        font-size: 30px;
    }

    .contact-item span {
        font-size: 20px;
        font-weight: 700;
        color: #505D6B;
    }

    .business-info strong {
        font-size: 16px;
    }

    .contact-info {
        padding: 40px 40px 140px 40px;
    }

    .years {
        padding: 28px 35px;
        border-radius: 30px;
        width: 100%;
        font-size: 18px;
    }

    .footer-container {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .footer-social-container {
        display: flex;
        margin-top: 18px;
        background: unset;
        border-radius: 20px;
        width: auto;
        height: auto;
        justify-content: space-between;
        text-decoration: none;
        flex-direction: column;
        text-align: center;
    }

    .sum-social {
        font-weight: 600;
        margin-top: 18px;
        width: 100%;
        height: auto;
        border-radius: 20px;
        text-align: center;
        background: #f1f1f1;
        padding: 12.5px 25px;
    }

    .form-container {
        padding: 20px;
    }
}

/* Стили для бургер-меню */
.burger-menu {
    display: none; /* По умолчанию скрыто */
}

.contact-item-business strong {
    font-weight: 700;
}

/* Стили для кнопки бургера */
.burger-toggle {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Иконка бургера (три полоски) */
.burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
}

.burger-icon::before,
.burger-icon::after,
.burger-icon {
    background: #333; /* Цвет полосок */
    height: 3px;
    transition: all 0.3s ease;
}

.burger-icon::before,
.burger-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.burger-icon::before {
    top: 0;
}

.burger-icon::after {
    bottom: 0;
}

/* Превращение в крестик */
.burger-icon.active {
    background: transparent; /* Средняя полоска исчезает */
}

.burger-icon.active::before {
    transform: rotate(45deg);
    top: 8px;
}

.burger-icon.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
}

/* Стили для содержимого бургер-меню */
.burger-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    height: 100vh;
}

ul.burger-nav {
    width: 85%;
}

li.burger-dropdown {
    border-bottom: 1px solid #DDDDDD;
}

.burger-content.active {
    transform: translateX(0); /* Показать меню */
}

/* Стили для списка в бургер-меню */
.burger-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.burger-nav li a {
    display: flex;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

li.li-header-button {
    padding-top: 15px;
    border-top: 1px solid #DDDDDD;
}

/* Стили для кнопки "Обсудить проект" в бургер-меню */
.burger-nav .header-button {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE5EF;
    border-radius: 20px;
    background: #E9EEF5;
    font-size: 16px;
    color: #1A4FE8;
}

.burger-nav .header-button i {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #21AF64;
    margin-right: 10px;
}

/* Стили для подменю "Ещё" в бургер-меню */
.burger-dropdown {
    position: relative;
}

.burger-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
}

.burger-dropdown-toggle img {
    width: 10px;
    transition: transform 0.3s ease;
}

.burger-dropdown-toggle.active img {
    transform: rotate(180deg); /* Поворот стрелки при открытии */
}

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

.burger-dropdown-menu.active {
    display: block;
}

.burger-dropdown-menu li a {
    padding: 10px 0;
    font-size: 18px;
    font-weight: unset;
}

ul.burger-dropdown-menu.active {
    padding-bottom: 15px;
}

a.burger-dropdown-toggle.active {
    border-bottom: 1px solid #dddddd;
}


/* Адаптивность */
@media (max-width: 600px) {


    /* Показываем бургер-меню */
    .burger-menu {
        display: block;
    }

    /* Убедимся, что header остается гибким */
    .container-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 901px) {
    /* Скрываем бургер-меню на больших экранах */
    .burger-content {
        display: none;
    }
}


.burger-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.burger-dropdown-menu.active {
    max-height: 200px; /* Достаточно большое значение для плавного раскрытия */
    opacity: 1;
}

.burger-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px;
    text-decoration: none;
    color: #333;
    position: relative;
}

.burger-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 12px; /* Настроить размер под иконку */
    height: 12px;
    background: url('/assets/image/arrow-dropdown.svg') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    transition: transform 0.3s ease-in-out;
}

.burger-dropdown-toggle.active::after {
    transform: rotate(180deg); /* Поворот стрелки вверх */
}

a.menu-btn.open-page-section {
    position: unset;
}

.menu-btn {
    width: 65px;
    height: 100%;
    max-width: 75px;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: auto;
    bottom: -100px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.btn-gamb {
    width: 30px;
    height: 18px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -9px;
}

.btn-gamb span {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #505D6B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.btn-gamb span:nth-child(1) {
    top: 0;
}

.btn-gamb span:nth-child(2), .btn-gamb span:nth-child(3) {
    top: 7px;
}

.btn-gamb span:nth-child(4) {
    top: 14px;
}


.wrap-menu-btn-mob.close-wmb .btn-gamb:hover {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform 0.4s;
}

.wrap-menu-btn-mob.close-wmb .btn-gamb span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}


.wrap-menu-btn-mob.close-wmb .btn-gamb span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-menu-btn-mob.close-wmb .btn-gamb span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrap-menu-btn-mob.close-wmb .btn-gamb span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.arrow-left, .arrow-right {
    cursor: pointer;
}

.slider-vision {
    margin-left: 50px;
    min-width: 767px;
    top: 50px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

.slider-pc {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-laptop {
    display: none;
}

.integration-d1300-1c {
    display: none;
}

@media (max-width: 900px) {
    .burger-menu {
        display: block;
    }
    .nav,
    .nav-aside {
        display: none;
    }
}
@media (max-width: 1300px) {
    .integration-maria img {
        height: 47.8px;
    }

    .integration-d1300-1c {
        display: block;
    }

    .integration-1c {
        display: none;
    }

    .integration-maria {
        padding: 31px 28px;
    }

    .integration-d1300-1c {
        padding: 41px 31px 36px;
    }

    .integration-d1300-1c img {
        height: 37.3px;
    }

    .d1300 {
        background: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }

    .integration-d1300-1c img {
        height: 27px;
    }

    .d1300 > * {
        border-radius: 30px;
        background: #fff;
    }
}
.slider-vision{
    opacity: 1;
}
/*@media (max-width: 1700px){*/

/*}*/
@media (max-width: 1800px) {
    .slider-pc {
        display: none;
    }

    .slider-laptop {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-laptop .slider-elem {
        min-width: 247px;
    }

    .slider-laptop .slider-section {
        width: 247px;
    }

    .slider-laptop .slider-vision {
        margin-left: 44px;
        min-width: 247px;
    }

    .slider-laptop .slider-content {
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .integration-bottom img {
        width: auto;
    }
}

@media (max-width: 900px) {
    .integration-content {
        min-width: auto;
    }
    .slider-laptop {
        display: none;
    }

    .slider-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .slider-container {
        padding:unset ;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 200px;
        margin-bottom: 345px;
    }

    .slider-content {
        height: auto;
        width: 100%;
        padding: 20px 15px;
        align-items: center;
        max-height: unset;
    }

    .slider-title {
        font-size: 20px;
    }

    .container-title {
        font-size: 30px;
    }

    .slider-text {
        font-size: 16px;
    }

    .slider-footer-text {
        font-size: 18px;
        font-weight: 600;
        margin: 32px 0 0 0;
    }

    .slider-mob .slider-vision {
        margin-left: 0;
        min-width: 247.5px;
        bottom: -515px;
        overflow: hidden;
        position: absolute;
        top: unset;
    }

    .slider-mob .slider-section {
        width: 247.5px;
        display: flex;
    }
    .slider-button {
        position: absolute;
        bottom: -521px;
        right: -82px;
    }
    .slider-content-footer{
        position: relative;
    }
    .slider-mob .slider-elem {
        min-width: 247.5px;
    }

    .slider-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .child-social-container {
        flex-direction: column;
    }
    .social-content-container {
        border: unset;
        width: 100%;
    }
    .border-line-social-container {
         display: block;
    }
    a.footer-social-container {
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }
}
.contact-item a {
    text-decoration: none;
}
.copy-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.copy-popup.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}
img.copy-btn{
    cursor: pointer;
}

a.tge {
    position: fixed;
    bottom: 4vh;
    right: 2vw;
    height: 70px;
}
.tge {
    display: inline-block;
    position: relative;
}

.tge::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 136, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: pulse-border 1.5s infinite ease-out;
}
.tge::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 136, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: pulse-border-after 1.5s infinite ease-out;
}
.tge::after {
    animation-delay: 0.40s;
}
@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@keyframes pulse-border-after {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.bot-form input,
.bot-form select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Голубая обводка при фокусе и наведении */
.bot-form input:focus,
.bot-form select:focus,
.bot-form input:hover,
.bot-form select:hover {
    border-color: #008CFF;
    box-shadow: 0 0 5px rgba(0, 140, 255, 0.5);
    outline: none;
}
nav.nav-aside ul li a.header-button:hover {
    background: #1A4FE8;
    color: #fff;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup.active .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: unset;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.popup-message {
    font-size: 18px;
    color: #333;
}

.popup.success .popup-message {
    color: green;
}
@media (min-width: 550px) {
    .burger-content {
        top: 112px;
        width: 47%;
        height: calc(100vh - 112px);
        border-radius: 20px 0 0 20px;
    }
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99; /* Ниже бургер-меню */
}
.popup-overlay.active {
    opacity: 1;
    visibility:visible;
}
@media (max-width: 768px) {
    .burger-content {
        top: 70px;
        height: calc(100vh - 70px);
    }
}
.popup-overlay-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.grecaptcha-badge{
    display: none;
}
nav.nav-aside ul li a:hover{
    color: #1A4FE8;
}

/*animations*/
.button-gradient {
    padding: 12.5px 25px;
    border-radius: 22px;
    background: #1A4FE8;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 5%,
            rgba(100, 150, 255, 0.25) 10%,
            rgba(100, 150, 255, 0.15) 15%,
            rgba(255, 255, 255, 0) 20%
    );
    background-size: 300% 300%;
    background-position: 100% 100%;
    transition: background-position 0.5s ease-in-out;
    border: none;
    cursor: pointer;
}

.button-gradient:hover {
    background-position: 0 0;
}
.set-gradient {
    background:
        repeating-linear-gradient(
            -45deg,
            #1A4FE8,         /* Основной цвет */
            #0D3BD1 10%,     /* Темнее */
            #2A5EF9 20%,     /* Ярче */
            #4A7EFF 30%,     /* Светло-голубой */
            #1A4FE8 40%      /* Возврат к основному */
        );
    background-size: 400% 400%;
    animation: gradientFlow 5s ease;
    background-position: 0% 50%;
}

@keyframes gradientFlow {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
@keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
.tracking-in-expand-fwd {
    -webkit-animation: tracking-in-expand-fwd 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.slide-top {
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.bounce-in-right {
    -webkit-animation: bounce-in-right 2s both;
    animation: bounce-in-right 2s both;
}



