@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
/* RESET STYLES BEGIN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
}

html, 
body {
    /* height: 100%; */
}
    
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
    outline: thin dotted;
}


a:active,
a:hover {
    outline: 0;
}

form {
    margin: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* RESET STYLES END */

body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

header {
    position: fixed;
	top: 0;
	left: 0;
    right: 0;
    z-index: 10;
}

.header-top {
    max-width: 1400px;
	margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-top::after {
	content: "";
	height: 100%;
	display: block;
	width: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
    opacity: .4;
    z-index: 10;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
}

.header-top nav,
footer nav {
    position: relative;
	z-index: 100;
}

.sticky .hide-scroll {
    display: none;
}

.header-top .logo-scroll {
    width: 140px;
	position: absolute;
	left: 0;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.sticky .header-top nav {
    padding-left: 150px;
}

.sticky .logo-scroll {
    opacity: 1;
}

header nav a,
footer nav a {
    color: rgb(255, 255, 255);
	text-decoration: none;
    margin-right: 16px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}


header.ua-version nav a {
    margin-right: 20px;
}

header nav a:last-child,
header.ua-version nav a:last-child  {
    margin-right: 0;;
}

header nav a:hover,
header nav a:focus,
header nav a:active,
.social-buttons ul a:hover,
.social-buttons ul a:focus,
.social-buttons ul a:active {
    color: #000000;
}

header nav a.hide-scroll {
    z-index: 10;
	position: relative;
}

header .social-buttons,
footer .social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    margin-right: 40px;
}

.header-left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.post-startup-btn {
	position: relative;
	color: #fff;
	z-index: 100;
	background: #f1faff;
	padding: 8px 40px;
	text-decoration: none;
	font-size: 16px;
    font-weight: 600;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

a.post-startup-btn:hover,
a.post-startup-btn:focus,
a.post-startup-btn:active {
    cursor: pointer;
	background: #f1faff;
}

.english-version,
.ukrainian-version {
    z-index: 11;
    position: relative;
    margin-left: 20px;
}

.english-version:focus,
.english-version:active,
.ukrainian-version:focus,
.ukrainian-version:active {
    outline: none;
}

.english-version img,
.ukrainian-version img {
    width: 32px;
}

.sticky .header-top::after {
    opacity: 1;
}

.header-image .logo {
    position: absolute;
    top: 15%;
    z-index: 7;
    left: calc((100% - 1400px)/2);
}

.logo img {
	width: 600px;
}

.social-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    width: 100px;
	margin-left: 25px;
}

.social-buttons ul a {
    display: block;
    color: black;
    font-size: 20px;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

footer .social-buttons ul a {
    color: #ffffff;
}

.social-buttons ul a::after,
.social-button-mobile a::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
    right: -6px;
    top: -7px;
	border-radius: 50%;
	border: 1px solid black;
}

.social-buttons ul a:hover::after,
.social-buttons ul a:focus::after,
.social-buttons ul a:active::after {
	border: 1px solid #9f0004;
}

footer .social-buttons ul a::after {
	border: 1px solid #fff;
}

.social-buttons ul li:last-child a::after {
	right: -10px;
}


.header-image {
    height: 650px;
    background-image: url(../../assets/images/shared/bg-image.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 40px;
    background: #5d7a88;
    position: relative;
    overflow: hidden;
}

.header-image-wrapp {
    max-width: 1400px;
    margin-left: auto;
	margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 70px;
}

.header-image-home {
    z-index: 7;
    color: #ffffff;
}

.header-image-title {
    font-size: 48px;
    font-weight: 800;
    margin-left: 30px;
}

.header-image-title-ua {
    font-size: 46px;
}

.header-image-subtitle {
    font-size: 48px;
    margin-bottom: 35px;
    margin-left: 35%;
    font-weight: 800;
}

.header-image-moto {
    font-size: 24px;
    margin-bottom: 65px;
}

.header-image #moodvideo {
    z-index: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    /* top: 0px; */
}

.menu-trigger,
#mobile-menu {
    display: none;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

a.company-details-list {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	position: absolute;
	bottom: 0;
    left: calc((100% - 1000px)/2);
    color: #ffffff;
	text-decoration: none;
	font-weight: 800;
	font-size: 19px;
}

a.company-details-list:hover,
a.company-details-list:focus,
a.company-details-list:active {
    cursor: pointer;
    color: #ffffff;
    outline: none;
}

.home-question-form.form-sending,
.post-startup-form.form-sending,
.form-to-send.form-sending,
.signup-form.form-sending {
    position: relative;
    opacity: .5;
}

.form-sending .spinner.spinner1 {
    display: block;
    opacity: 1;
}

.spinner {
    width: 4rem;
    height: 4rem;
}
.spinner.spinner1 {
    opacity: 0;
    position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
    border-radius: 50%;
    -webkit-animation: rotation .8s ease infinite;
            animation: rotation .8s ease infinite;
    -webkit-transition: opacity .8 ease;
    transition: opacity .8 ease;
}

.github-registration-btn {
	background: #fff;
	border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07),
                0 2px 4px rgba(0,0,0,0.07),
                0 4px 8px rgba(0,0,0,0.07),
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07),
                0 32px 64px rgba(0,0,0,0.07);
    padding: 15px 20px 15px 60px;
    border-radius: 2px;
    font-size: 16px;
    background-image: url(../../assets/images/shared/github-logo.png);
    background-repeat: no-repeat;
    background-size: 30px;
	background-position-y: 9px;
    background-position-x: 9%;
    position: relative;
    transition: box-shadow .4s ease-in;
}

.github-registration-btn:hover,
.github-registration-btn:focus {
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17),
                0 2px 4px rgba(0, 0, 0, 0.17),
                0 4px 8px rgba(0, 0, 0, 0.17),
                0 8px 16px rgba(0, 0, 0, 0.17),
                0 16px 32px rgba(0, 0, 0, 0.17),
                0 32px 64px rgba(0,0,0,0.07);
}

.github-registration-btn::before {
    content: "OR";
    position: absolute;
    right: calc(100% + 30px);
    top: 20px;
}

.github-registration-ua .github-registration-btn {
    padding: 15px 20px 15px 40px;
    background-position-x: 3%;
}

.github-registration-ua .github-registration-btn::before {
    right: calc(100% + 10px);
}

@-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}


footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e3e3e3;
    color: #ffffff;
}

.footer-content {
    max-width: 1400px;
	margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: relative;
}

.footer-policy {
    font-size: 16px;
    position: absolute;
	bottom: -50px;
    font-weight: 800;
}


footer .social-buttons ul a:hover,
footer .social-buttons ul a:focus,
footer .social-buttons ul a:active {
    color: #ffffff;
}

footer .social-buttons ul a:hover::after,
footer .social-buttons ul a:focus::after {
    border: 1px solid #d2d2d2;
}

footer .social-buttons ul a::after {
    right: -7px;
    top: -8px;
}

.footer-logo {
    max-width: 290px;
    width: 100%;
    height: 100px;
}

footer .social-buttons {
	position: absolute!important;
	bottom: -40px;
    right: 0;
    margin-right: 0;
}

.footer-lang-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}

.footer-lang-block img {
    width: 40px;
}

.footer-lang-block span {
    margin-right: 30px;
	font-weight: 800;
	font-size: 16px;
}

a.terms-link {
	position: absolute;
	color: #fff;
	text-decoration: none;
	bottom: -25px;
}

a.terms-link:hover,
a.terms-link:focus,
a.terms-link:active {
    outline: none;
    color: rgb(219, 217, 217);
}

.success-tick,
.error-tick {
    opacity: 0;
    display: none;
}

.form-submitted::before,
.form-github-submitted::before,
.form-github-error::before {
    content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	top: -20px;
	right: 0px;
	position: absolute;
	background: #3c8bbf;
	opacity: 0.8;
	z-index: 2;
    -webkit-filter: drop-shadow(2px 4px 6px #3c8bbf);
	        filter: drop-shadow(2px 4px 6px #3c8bbf);
}

.form-github-error::before {
	background: #ffc5cf;
}

.form-submitted .success-tick,
.form-github-submitted .success-tick,
.form-github-error .error-tick {
	top: 5%;
	display: block;
	opacity: 1;
	width: 300px;
	margin: 0px auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-submitted .svg-success,
.form-github-submitted .svg-success,
.form-github-error .ui-error {
    display: inline-block;
    vertical-align: top;
    height: 180px;
	width: 180px;
    opacity: 1;
    overflow: visible;
}

.form-submitted .success-msg,
.form-github-submitted .success-msg,
.form-github-error .error-msg {
    margin-top: 20px;
    -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
    background: #F4F4F4;
    padding: 20px;
    border-radius: 4px;
    border: 1;
    text-align: center;
    animation: success-circle-fill 1.8s;
}

.form-submitted .success-msg p,
.form-github-submitted .success-msg p,
.form-github-error .error-msg p {
    animation: success-circle-fill 2s;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

.form-submitted .svg-success .success-tick,
.form-github-submitted .svg-success .success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    -webkit-animation: success-tick 450ms ease 1400ms forwards;
            animation: success-tick 450ms ease 1400ms forwards;
    opacity: 0;
}

.form-submitted .svg-success .success-circle-outline,
.form-github-submitted .svg-success .success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #81c038;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    -webkit-animation: success-circle-outline 300ms ease-in-out 800ms forwards;
            animation: success-circle-outline 300ms ease-in-out 800ms forwards;
    opacity: 0;
}

.form-submitted .svg-success .success-circle-fill,
.form-github-submitted .svg-success .success-circle-fill {
    fill: #81c038;
    stroke: none;
    opacity: 0;
    -webkit-animation: success-circle-fill 300ms ease-out 1100ms forwards;
            animation: success-circle-fill 300ms ease-out 1100ms forwards;
}

.ui-error {
    width: 250px;
    height: 250px;
}

.ui-error-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    animation: ani-error-circle 1.2s linear;
}

.ui-error-line1 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.15s 1.2s linear both;
}

.ui-error-line2 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.2s 0.9s linear both;
}

#pointer {
    /* width: 200px; */
    height: 60px;
    margin-right: 30px;
    position: relative;
    background: #3C8CBF;
}

#pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #3C8CBF;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

@keyframes ani-error-line {
    to {
      stroke-dashoffset: 0;
    }
}

@keyframes ani-error-circle {
    0% {
      stroke-dasharray: 0, 260.75219025px;
      stroke-dashoffset: 0;
    }
    35% {
      stroke-dasharray: 120px, 120px;
      stroke-dashoffset: -120px;
    }
    70% {
      stroke-dasharray: 0, 260.75219025px;
      stroke-dashoffset: -260.75219025px;
    }
    100% {
      stroke-dasharray: 260.75219025px, 0;
      stroke-dashoffset: -260.75219025px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .form-submitted .success-tick {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      -webkit-animation: none;
              animation: none;
      opacity: 1;
    }

    .form-submitted .success-circle-outline {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      -webkit-animation: none;
              animation: none;
      opacity: 1;
    }

    .form-submitted .success-circle-fill {
      -webkit-animation: none;
              animation: none;
      opacity: 1;
    }
}

@-webkit-keyframes success-tick {
    0% {
      stroke-dashoffset: 16px;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 31px;
      opacity: 1;
    }
}
@keyframes success-tick {
    0% {
      stroke-dashoffset: 16px;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 31px;
      opacity: 1;
    }
}
@-webkit-keyframes success-circle-outline {
    0% {
      stroke-dashoffset: 72px;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0px;
      opacity: 1;
    }
}
@keyframes success-circle-outline {
    0% {
      stroke-dashoffset: 72px;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0px;
      opacity: 1;
    }
}
@-webkit-keyframes success-circle-fill {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes success-circle-fill {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}


@media screen and (max-width: 1500px) {
    body {
        background-position-y: 800px;
        background-position-x: calc(100% - 10px);
    }

    .header-top,
    .header-image-wrapp {
        max-width: 1150px;
    }

    header .logo {
        left: calc((100% - 1150px)/2);
    }
    
    .header-top .logo-scroll {
        display: none;
    }
    
    .sticky .hide-scroll {
        display: inline-block;
    }
 
    .footer-content {
        max-width: 1150px;
    }

    .header-image .logo {
        left: calc((100% - 1150px)/2);
    }

    header nav a {
        margin-right: 10px;
    }

    .header-top .logo-scroll {
        width: 100px;
    }

    .sticky .header-top nav {
        padding-left: 80px;
    }

    .header-top .logo-scroll {
        left: -5px;
        bottom: -7px;    
    }

    a.post-startup-btn {
        padding: 8px 10px;
    }
    
    .sticky .header-top nav {
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    header nav a {
        margin-right: 10px !important;
        font-size: 12px;
    }
    
    header nav a:last-child, header.ua-version nav a:last-child {
         margin-right: 0 !important;
    }

    header .logo {
        left: calc((100% - 940px)/2);
    }

    header .logo img {
        width: 200px;
    }

    a.post-startup-btn {
        text-align: center;
    }

    .header-image-title {
        text-align: center;
    }

    .header-image-subtitle {
        margin-left: 15%;
    }

    .header-image .logo {
        left: calc((100% - 940px)/2);
    }

    .footer-content,
    .header-top,
    .header-image-wrapp {
        max-width: 940px!important;
    }

    .header-image {
        height: 550px;
    }


    .header-top {
        max-width: 950px!important;
    }

    header .social-buttons {
        margin-right: 15px;
    }

    .english-version,
    .ukrainian-version {
        margin-left: 10px;
    }
}

@media screen and (max-width: 992px) {
    header .social-buttons,
    footer .social-buttons {
        display: none;
    }

    header nav a {
        font-size: 16px;
    }

    .header-image {
        height: 420px;
    }

    .header-top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    header .logo {
        top: 150%;
        left: calc((100% - 600px)/2);
    }

    header .logo img {
        width: 100px;
    }

    a.post-startup-btn {
        top: 10px;
    }

    .header-image-subtitle {
        margin-bottom: 0;
    }

    .footer-content,
    .header-image-wrapp {
        max-width: 600px!important;
    }

    .english-version,
    .ukrainian-version {
        display: none;
    }

}



/* MOBILE STYLE OPEN */
@media screen and (max-width: 768px) {
    body {
        background-image: none!important;
    }

    header nav,
    header .social-buttons {
        display: none;
    }

    footer .social-buttons {
        display: block;
        bottom: -60px;
        left: 50%;
        margin-left: -85px;
    }

    footer .social-buttons .social-text {
        display: none;
    }

    .footer-language-wrapp {
        display: none;
    }

    .header-image .logo {
        position: absolute!important;
        top: 60px!important;
        left: 50%!important;
        margin-left: -70px!important;
        right: unset!important;
    }

    .header-image {
        height: 220px;
        padding-top: 30px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .header-image {
        z-index: 5;
    }

    .header-image-title {
        font-size: 24px;
    }

    .header-image-subtitle {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .header-image-moto {
        font-size: 19px;
        margin-bottom: 40px;
        text-align: center;
    }

    .header-top {
        padding: 9px 0px;
    }
    
    .header-left-block {
       width: 100%
    }

    .menu-trigger {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        z-index: 10;
        top: 15px;
        right: 20px;
        z-index: 100;
    }

    .menu-trigger span {
        position: absolute;
        display: inline-block;
        height: 2px;
        width: 100%;
        background: #000;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .menu-trigger span:nth-child(1) {
        top: 0px;
    }

    .menu-trigger span:nth-child(2), .menu-trigger span:nth-child(3) {
        top: 8px;
    }
    
    .menu-trigger span:nth-child(4) {
        top: 16px;
    }

    /* This is the X Icon */

    .icon-active span:nth-child(1), .icon-active span:nth-child(4) {
        opacity:0;
    }

    /* Second line rotating 45 Deg */
    .icon-active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    /* Third line rotating -45 Deg */
    .icon-active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-image-wrapp {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .logo img {
        width: 140px!important;
    }

    .header-image #moodvideo {
        top: 50px;
    }

    #mobile-menu {
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        pointer-events: none;
        height: 100vh;
        width: 100%;
        background: #e2e2e2;
        text-align: center;
        z-index: 1000;
        margin-top: 10px;
    }

    #mobile-menu.open {
        display: block; 
        opacity: 1;
        pointer-events: all;    
    }

    #mobile-menu a,
    #mobile-menu span {
        color: #000000;
        border-bottom: 1px solid #5e6061;
        text-decoration: none;
        display: block;
        font-size: 24px;
        padding: 15px;
        position: relative;
    }

    #mobile-menu span {
        display: flex;
        justify-content: space-around;
    }

    #mobile-menu span>a {
        border-bottom: none;
        padding: 0px;
    }

    .social-button-mobile a::after {
        width: 35px;
        height: 35px;
        right: -7px;
    }

    .social-button-mobile a:last-child::after {
        right: -11px;
    }

    #mobile-menu .mobile-active {
        color: #000000;
        font-weight: 500;
    }

    header .post-startup-btn {
        position: static;
        margin-left: 20px;
        padding: 8px 20px!important;
    }

    .header-image-wrapp {
        margin-bottom: 20px;
        text-align: center;
    }

    .header-image-title {
        margin-left: unset!important;
    }

    .footer-content {
        margin-left: 20px;
        width: auto;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 120px;
    }

    footer nav a {
        display: block;
        margin-bottom: 7px;
        font-size: 17px;
    }

    .footer-policy {
        bottom: -115px;
        text-align: center;
        left: 0px;
    }

    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-logo {
        width: 100%;
        height: auto;
    }

    #mobile-menu .english-version,
    #mobile-menu .ukrainian-version {
        display: block;
    }

    .github-registration-btn {
        font-size: 15px;
    }


    #pointer {
        transform: rotate(90deg);
    }

    .flow-chart-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .flow-chart-line {
        display: none!important;
    }

    .flow-chart-number {
        margin-bottom: 30px!important;
        margin-right: 0px!important;
        right: 15px;
    }

    .flow-chart-step {
        position: relative;
        text-align: center!important;
        width: 50%!important;
        margin-bottom: 15px;
    }

    .flow-step-description {
        margin-top: 70px!important;
        text-align: center;
        position: relative;
        right: 10px;
        height: unset!important;
    }
}

/* MOBILE STYLES CLOSE */



/* ANIMATION STYLES OPEN */
.slide-down {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s;
}

.slide-up {
    opacity: 0;
    transform: translateY(-30px);
    transition: .6s;
}

.slide-down.show,
.slide-up.show {
    opacity: 1;
    transform: translateY(0px);
}

/* ANIMATION STYLES CLOSE */
