/*
Theme Name: digital cloud
Theme URI: https://digital-cloud.kz
Description: Description
Author: zhan.dev
Author URI: https://zhan.dev/
Version: 1.0
*/

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    color: #323337;
    margin: 0;
    min-width: 300px;
}
a {
    text-decoration: none;
}
a,
a *,
svg,
.ani,
button,
.reviewsSlide > figure::before,
details.wp-block-details > summary::after,
.mobNav > ul.mobNav__nav > li.menu-item-has-children:not(:first-child) > a::after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
button,
input,
textarea,
pre {
    font-family: "Geologica", sans-serif;
}
.container {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 1px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 1px;
    margin-right: auto;
    margin-left: auto;
}

main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
body.admin-bar main {}

main > section {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

/* breadcrumbs */
.breadcrumbSection {
    margin-bottom: 80px;
}
.breadcrumbs {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    width: fit-content;
    height: 38px;
    gap: 10px;
    font-size: 14px;
    color: #4D4D4D;
    padding: 0 20px;
    background-color: #F2F8FF;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.breadcrumbs__link {
    color: #1A79FF;
}
.breadcrumbs__link:hover {
    text-decoration: underline;
}

/* Форма - стандартная */
section.request{
    margin-top: 120px;
    margin-bottom: 120px;
}
.requestGeneral {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    gap: 40px;
}
.requestGeneral__info {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 50%;
}
.requestGeneral__info-header {
    background-color: #F3F8FF;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
.requestGeneral__info-header > h5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.25;
    color: #1A79FF;
    margin-top: 0;
    margin-bottom: 10px;
}
.requestGeneral__info-header > p {
    font-size: 24px;
    line-height: 1.25;
    color: #4D4D4D;
    margin-top: 0;
    margin-bottom: 0;
}
.requestGeneral__info > p {
    font-size: 24px;
    line-height: 1.25;
    color: #4D4D4D;
    padding: 0 40px;
    margin-top: 0;
    margin-bottom: 0;
}
.requestGeneral > form.form {
    max-width: 50%;
}

/* form */
form.form {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #fff;
    background: linear-gradient(0deg, #1A79FF, #1A79FF), rgba(19, 27, 38, 0.4);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
form.form > h2 {
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
form.form > p {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.form__row + .form__row {
    margin-top: 24px;
}
.form__input {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.form__input > input {
    width: 100%;
    height: 52px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.5);
    border: none;
    padding: 0 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.form__btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 55px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 20px;
}
.form__btn:hover {
    background-color: #fff;
    color: #1A79FF;
}
.form__agreement {
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}
.form__agreement > a {
    color: #fff;
    text-decoration-line: underline;
}
.form__agreement > a:hover {
    text-decoration-line: none;
}
.form__messengers {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}
.form__messengers > a {
    color: #fff;
    text-decoration-line: underline;
}
.form__messengers > a:hover {
    text-decoration-line: none;
}

.form__loading,
.form__success,
.form__error,
.form__errorCaptcha {
    display: none;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #F3F8FF;
    padding: 40px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
form.form.sending > .form__loading,
form.form.success > .form__success,
form.form.error > .form__error,
form.form.error_captcha > .form__errorCaptcha {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
form.form.sending,
form.form.success,
form.form.error,
form.form.error_captcha {
    background: #F3F8FF;
}
.form__loading-spinner {
    position: relative;
    width: 56px;
    height: 56px;
}
.form__loading-spinner::before,
.form__loading-spinner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    animation: spinner-rfi6tk 1.2s infinite linear;
    -webkit-animation: spinner-rfi6tk 1.2s infinite linear;
    box-sizing: border-box;
    border: 11.2px solid rgba(26,121,255,0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.form__loading-spinner::before {
    animation-direction: reverse;
    border-right-color: #1A79FF;
    right: calc(50% - 5.6px);
}
.form__loading-spinner::after {
    border-left-color: #1A79FF;
    left: calc(50% - 5.6px);
}
@keyframes spinner-rfi6tk {
    0% {
       transform: rotate(0deg);
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
    }
    50%, 100% {
       transform: rotate(360deg);
       -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
    }
}
.form__success,
.form__error,
.form__errorCaptcha {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__success > h2,
.form__error > h2,
.form__errorCaptcha > h2 {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.form__success > h2 {
    color: #1A79FF;
}
.form__error > h2,
.form__errorCaptcha > h2 {
    color: #333333;
}
.form__success > p,
.form__error > p,
.form__errorCaptcha > p {
    color: #4D4D4D;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

/* end form */

.marketplaces {
    margin-top: 120px;
    margin-bottom: 200px;
}
.marketplaces > .container > h2,
.blockMarketplaces > h2 {
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    color: #1A79FF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.marketplaces__list {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    gap: 91px;
}

/* block */
.block {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.block + .block,
.pageContent + .cases,
.pageContent + .articles,
.pageContent + .reviews,
.cases + .pageContent,
.articles + .pageContent,
.reviews + .pageContent {
    margin-top: 80px;
}
.blockRequest {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
}

/* Кейсы/Статьи */
.cases,
.articles {
    margin-top: 160px;
    overflow: hidden;
}
.cases > .container,
.articles > .container,
.reviews > .container,
.blockCases {
    position: relative;
}
.cases > .container > h2,
.articles > .container > h2,
.reviews > .container > h2,
.blockCases > h2 {
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.528;
    color: #1A79FF;
    margin-top: 0;
    margin-bottom: 40px;
}
.casesSlider,
.articleSlider,
.reviewsSlider {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    /* position: relative; */
}
.casesSlider > .owl-stage-outer,
.articleSlider > .owl-stage-outer,
.reviewsSlider > .owl-stage-outer {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.casesSlider .owl-stage,
.articleSlider .owl-stage,
.reviewsSlider .owl-stage {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    height: fit-content;
}
.casesSlider > .owl-nav,
.articleSlider > .owl-nav,
.reviewsSlider > .owl-nav {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: fit-content;
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.casesSlider > .owl-nav > .owl-prev,
.casesSlider > .owl-nav > .owl-next,
.articleSlider > .owl-nav > .owl-prev,
.articleSlider > .owl-nav > .owl-next,
.reviewsSlider > .owl-nav > .owl-prev,
.reviewsSlider > .owl-nav > .owl-next {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border: 2px solid #1A79FF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.casesSlider > .owl-nav > button > svg,
.articleSlider > .owl-nav > button > svg,
.reviewsSlider > .owl-nav > button > svg {
    stroke: #1A79FF;
}
.casesSlider > .owl-nav > button:hover,
.articleSlider > .owl-nav > button:hover,
.reviewsSlider > .owl-nav > button:hover {
    background-color: #1A79FF;
}
.casesSlider > .owl-nav > button:hover > svg,
.articleSlider > .owl-nav > button:hover > svg,
.reviewsSlider > .owl-nav > button:hover > svg {
    stroke: #fff;
}
.casesSlider > .owl-nav > button.disabled,
.articleSlider > .owl-nav > button.disabled,
.reviewsSlider > .owl-nav > button.disabled {
    opacity: .5;
    pointer-events: none;
}
.casesSlide,
.articleSlide {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 350px;
    color: #1A79FF;
    line-height: 1.25;
    position: relative;
    background-color: #fff;
    border: 1px solid #1A79FF;
    padding: 25px 35px;
    gap: 20px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.casesSlide:hover,
.articleSlide:hover {
    color: #fff;
    background-color: #1A79FF;
}
.casesSlide__title,
.articleSlide__title {
    font-weight: 600;
    font-size: 24px;
}
.casesSlide__txt,
.articleSlide__txt {
    font-size: 16px;
    margin-top: auto;
}

/* Отызвы */
.reviews {
    margin-top: 160px;
    overflow: hidden;
}
.reviewsSlide {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 964px;
    height: 100%;
    gap: 10px;
    padding: 40px;
}
.reviewsSlide > figure {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 28px 17px;
    position: relative;
}
.reviewsSlide > figure::before {
    content: '';
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC4zIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yMS4wMDA0IDIwLjk5OTlMMTYuNjUwNCAxNi42NDk5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEgOFYxNCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMTFIMTQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 17px;
    bottom: 28px;
    z-index: 2;
}
.reviewsSlide > figure:hover::before {
    transform: scale(1.2);
}
.reviewsSlide > figure > img {
    width: 250px;
    height: fit-content;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.reviewsSlide__content {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 25px 35px;
    gap: 20px;
    background-color: #fff;
    border: 1px solid #1A79FF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.reviewsSlide__content > h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #1A79FF;
    margin-top: 0;
    margin-bottom: 0;
}
.reviewsSlide__content > p {
    font-size: 16px;
    line-height: 1.25;
    color: #4D4D4D;
    margin-top: 0;
    margin-bottom: 0;
}
.reviewsSlide__content > p + p {}
.reviewsSlide__content > h6 {
    font-size: 16px;
    line-height: 1.25;
    color: #1A79FF;
    margin-top: 0;
    margin-bottom: 0;
}

/* modal */
.modalBody {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.modal {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 710px;
    position: relative;
}
.modalClose {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
}
.modalClose:hover > svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* анимация */
@keyframes stick-1-open {
    0% {
       width: 29px
    }
 
    30% {
       width: 3px;
       transform: translate(14px, 0px)
    }
 
    65% {
       width: 3px;
       transform: translate(14px, -29px);
       animation-timing-function: cubic-bezier(0, 1, 1, 1)
    }
 
    100% {
       width: 2px;
       transform: translate(9px, 17px)
    }
}
 
@-webkit-keyframes stick-2-open {
    65% {
       width: 29px;
       transform: translate(0px, 0px) rotate(0deg)
    }
 
    100% {
       width: 29px;
       transform: translate(0px, 0px) rotate(45deg)
    }
}
 
@keyframes stick-2-open {
    65% {
       width: 29px;
       transform: translate(0px, 0px) rotate(0deg)
    }
 
    100% {
       width: 29px;
       transform: translate(0px, 0px) rotate(45deg)
    }
}
 
@-webkit-keyframes stick-3-open {
    65% {
       transform: translate(0px, 0px) rotate(0deg)
    }
 
    100% {
       transform: translate(0px, -8px) rotate(-45deg)
    }
}
 
@keyframes stick-3-open {
    65% {
       transform: translate(0px, 0px) rotate(0deg)
    }
 
    100% {
       transform: translate(0px, -8px) rotate(-45deg)
    }
}

@-webkit-keyframes stick-1-close {

    0%,
    70% {
       width: 0;
       transform: translate(0, 0)
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0)
    }
}

@keyframes stick-1-close {
 
    0%,
    70% {
       width: 0;
       transform: translate(0, 0)
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0)
    }
}

@-webkit-keyframes stick-2-close {
    0% {
       width: 29px;
       transform: translate(0px, 0px) rotate(45deg)
    }
 
    20% {
       width: 3px;
       transform: translate(0, 0px) rotate(45deg)
    }
 
    40% {
       width: 0
    }
 
    65% {
       transform: translate(0, -26px);
       animation-timing-function: cubic-bezier(0, 1, 1, 1)
    }
 
    80% {
       width: 0
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0px)
    }
}

@keyframes stick-2-close {
    0% {
       width: 29px;
       transform: translate(0px, 0px) rotate(45deg)
    }
 
    20% {
       width: 3px;
       transform: translate(0, 0px) rotate(45deg)
    }
 
    40% {
       width: 0
    }
 
    65% {
       transform: translate(0, -26px);
       animation-timing-function: cubic-bezier(0, 1, 1, 1)
    }
 
    80% {
       width: 0
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0px)
    }
}

@-webkit-keyframes stick-3-close {
    0% {
       width: 29px;
       transform: translate(0px, -8px) rotate(-45deg)
    }
 
    20% {
       width: 3px;
       transform: translate(0, -8px) rotate(-45deg)
    }
 
    40% {}
 
    65% {
       transform: translate(0, -35px);
       animation-timing-function: cubic-bezier(0, 1, 1, 1)
    }
 
    90% {
       width: 3px
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0px)
    }
}
 
@keyframes stick-3-close {
    0% {
       width: 29px;
       transform: translate(0px, -8px) rotate(-45deg)
    }
 
    20% {
       width: 3px;
       transform: translate(0, -8px) rotate(-45deg)
    }
 
    40% {}
 
    65% {
       transform: translate(0, -35px);
       animation-timing-function: cubic-bezier(0, 1, 1, 1)
    }
 
    90% {
       width: 3px
    }
 
    100% {
       width: 29px;
       transform: translate(0, 0px)
    }
}