html {
    height: 100%;
}

body {
    min-height: 100%;
}

main {
    background-color: #f5f5f5;
}

main > #content > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
}

header {
    background-color: #fff;
    border-bottom: 1px solid;
    z-index: 100;
    position: fixed;
    width: 100%;
}

footer {
    padding: 60px 0;
    background-color: #fff;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

main > #content > .container > p {
    font-size: 16px;
}

.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0b2540;
    color: #fff;
    z-index: 102;
    padding: 10px 20px;
}

.employee-page-ava {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 20px;
}

.employee-page-flex > .examples__element-page-slider {
    margin: 30px 0 20px;
}

.employee-page-flex > .examples__element-page-slider > img {
    width: 30%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.previous-jobs-flex i {
    font-size: 20px;
    color: #000;
}

.previous-jobs-text {
    font-size: 16px;
    margin-top: 10px;
}

.previous-jobs-flex {
    cursor: pointer;
    justify-content: space-between;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.employee-page-content {
    font-size: 16px;
}

.previous-jobs-text {
    display: none;
}

.previous-jobs-plus > .fa-minus {
    display: none;
}

.previous-jobs-minus > .fa-plus {
    display: none;
}

.employee-post {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.9;
}

.employee-page {
    padding: 20px 0;
}

.employee-page-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.employees-title {
    font-size: 26px;
    text-align: center;
    margin: 40px 0 60px;
}

.single-employee {
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 3px 3px 10px #999;
    padding: 40px 20px;
    margin-bottom: 40px;
    text-align: center;
}

.employee-img {
    width: 50%;
    margin: 0 auto 30px;
}

.employee-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.employee-name {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.employee-description {
    font-size: 14px;
    margin-bottom: 30px;
}

.examples__element-page-img img {
    border-radius: 20px;
}

.prices .container {
    padding: 0;
}

.main-menu-comp {
    display: none;
}

.examples__back-btn i {
    margin: 20px;
    font-size: 30px;
}

.examples__element-overlay {
    position: fixed;
    background-color: #000;
    width: 100vw;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}

.image-clicked {
    max-height: 80vh;
    max-width: 100vw;
    width: 100%!important;
    margin: auto;
    object-fit: contain;
}

.examples__element-page-slider {
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.examples__element-page-slider > img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 10px;
}

.btn2-arrow {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}

.newWhite__btn {
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    border: 1px solid;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    align-items: center;
    display: inline-flex;
}

.examples__element-page-title {
    padding: 40px 0 20px;
    text-align: center;
    font-size: 24px;
}

.examples__element-page-img {
    padding-bottom: 20px;
}

.examples__element-page-info {
    padding-bottom: 20px;
    font-size: 16px;
}

.starter button, .starter a {
    position: relative;
    z-index: 2;
}

#particles-js {
    z-index: 1;
    left:0;
    top:0;
    height: 100%;
    position: absolute;
    width: 99vw;
}

.area {
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    position: absolute;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.starter-small-description {
    font-size: 14px;
}

.brand-quote p {
    margin: 0;
}

.starter-background {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.footer-social-block-text {
    font-size: 18px;
    color: #323232;
    margin-top: 90px;
}

.footer-social-block i {
    color: #323232;
    font-size: 36px;
}

.footer-social-gm {
    background-color: #d4f3fc;
}

.footer-social-tel {
    background-color: #cee2fe;
}

.footer-social-wa {
    background-color: #ceedfe;
}

.footer-social-tg {
    background-color: #d4f3fc;
}

.footer-socials {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.footer-social-block {
    padding: 20px;
    border-radius: 20px;
}

.footer-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.footer-p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.approach-element-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.approach-element-info {
    font-size: 16px;
}

.approach-container {
    padding-bottom: 60px;
}

.approach-element {
    background-color: #0e1a2c;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.approach-element-num {
    font-size: 100px;
    -webkit-text-stroke: 2px orange;
    font-weight: bold;
    color: transparent;
}

.approach-apply > button, .approach-apply > a {
    width: 100%;
    margin: 20px 0 40px;
    display: block;
}

.approach-title {
    padding: 60px 0 20px;
}

.goal-block > h2 {
    font-size: 19px;
    margin-bottom: 20px;
}

.goal {
    padding-top: 60px;
    text-align: center;
    font-size: 16px;
}

.faq {
    background-color: #fff;
}

.prices-single-price:nth-child(2) {
    background-color: #CEEDFE;
}

.prices-single-price:last-child {
    background-color: #CEE2FE;
}

.faq-block-description {
    font-size: 12px;
    font-weight: 300;
    font-family: 'patriciana';
}

.faq-response svg {
    position: absolute;
    right: 35px;
    bottom: -15px;
}

.faq-response {
    background-color: #eee;
}

.faq-block-single > div {
    padding: 16px 20px 15px;
    border-radius: 20px;
    position: relative;
}

.faq-question {
    background-color: #222;
    color: #fff;
}

.faq-question svg {
    position: absolute;
    bottom: -15px;
}

.faq-block-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.single-price-price {
    grid-row: 2 / 3;
    font-size: 24px;
    text-align: center;
    margin: 20px 0 40px;
}

.single-price-info > ul {
    list-style-type: circle;
    padding: 0 20px;
}

.single-price-info > ul > li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.single-price-info > ul > li::before {
    display: block;
    content: "";
    min-height: 10px;
    min-width: 10px;
    max-width: 10px;
    max-height: 10px;
    border: 1px solid #6883fc;
    border-radius: 50%;
    margin-right: 15px;
}

.single-price-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.single-price-info {
    font-size: 17px;
    display: grid;
    flex-grow: 1;
    grid-template-rows: 1fr;
}

.prices-title {
    padding: 60px 0;
}

.prices-container {
    overflow-x: scroll;
    gap: 15px;
    padding: 0 20px 60px;
}

.prices-container::-webkit-scrollbar {
    display: none;
}

.prices-single-price {
    min-width: 90%;
    background-color: #D4F3FC;
    padding: 40px 20px;
    border-radius: 20px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

.prices {
    background-color: #fff;
}

.btn-group-examples {
    gap: 4%;
}

.single-example-element-link:hover {
    background-color: #d1b08e;
    color: #fff;
}

.single-example-element-link {
    display: block;
    border: 1px solid #d1b08e;
    border-radius: 10px;
    margin: 20px 0 0;
    text-align: center;
    padding: 15px 0;
    color: white;
    font-size: 16px;
}

.single-example-link:hover {
    color: #4b4747;
}

.why-effective-info {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.single-example-img {
    border: 2px solid;
    border-radius: 10px;
}

.single-example-img img {
    border-radius: 10px;
}

.examples-block {
    padding-bottom: 40px;
}

.single-example {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #343434;
    border-radius: 20px;
    color: #fff;
}

.single-example-name {
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
}

.single-example-text {
    font-size: 16px;
}

.single-example-link {
    margin: 20px 0 0;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    background-color: #d1b08e;
    border-radius: 10px;
}

.examples-block-title {
    padding: 20px 0 60px;
}

.business-solution-text {
    font-size: 16px;
}

.business-solution {
    background-color: #fff;
    padding: 60px 0 40px;
}

.business-solution-title {
    padding-bottom: 60px;
}

.business-solution-text p {
    margin: 0;
}

.business-solution-element {
    margin-bottom: 30px;
    gap: 20px;
    align-items: center;
}

.business-solution-num {
    border-radius: 50%;
    color: #6883fc;
    border: 1px solid;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-element:hover {
    box-shadow: 3px 3px 10px #999;
    padding: 14px;
    transition: all .19s;
}

.services-element:hover .services-element-description {
    border-right: 2px solid #FE378C;
    border-left: 2px solid #FE378C;
    border-bottom: 2px solid #FE378C;
    transition: all .2s;
}

.services-element:hover .services-element-name {
    border-left: 2px solid #FE378C;
    border-right: 2px solid #FE378C;
    transition: all .2s;
}

.services-element:hover .services-icon {
    border-top: 2px solid #FE378C;
    border-left: 2px solid #FE378C;
    border-right: 2px solid #FE378C;
    transition: all .2s;
}

.services-icon {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 60px 40px 20px;
}

.services-element {
    margin: 60px 0;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.services {
    padding: 60px 0 0;
}

.services-element-name {
    font-size: 18px;
    padding: 18px 0;
    font-weight: bold;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.services-element-description {
    color: #999999;
    font-size: 16px;
    flex-grow: 1;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 20px 60px;
}

.services-icon svg {
    width: 30%;
}

.why-effective-element-1 > .why-effective-element-name {
    color: rgb(18, 11, 134);
}

.why-effective-element-2 > .why-effective-element-name {
    color: #ff9d00;
}

.why-effective-element-3 > .why-effective-element-name {
    color: #060705;
}

.why-effective-element-name {
    font-size: 20px;
    margin: 30px 0;
    font-weight: bold;
}

.why-effective-element-description {
    color: #2e2e2e;
    font-size: 17px;
}

.why-effective-title {
    margin-bottom: 60px;
}

.why-effective-icon {
    width: 60%;
    margin: 0 auto;
}

.why-effective-element {
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
}

.why-effective-element-1 {
    background-color: #f1f5ff;
    margin-bottom: 60px
}

.why-effective-element-2 {
    background-color: #fef6ee;
    margin-bottom: 60px
}

.why-effective-element-3 {
    background-color: #f2f3f7;
    margin-bottom: 60px;
}

.why-effective-block {
    padding: 60px 0 20px;
}

.why-effective {
    background-color: #fff;
}

.why-us-element {
    margin: 60px 0;
}

.why-us-icon {
    text-align: center;
    margin-bottom: 50px;
}

.why-us-icon i {
    font-size: 50px;
    color: #474747;
}

.why-us-element-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.why-us-element-description {
    text-align: center;
    font-size: 16px;
}

.why-us-block {
    padding: 65px 20px;
    text-align: center;
}

.why-us-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.why-us {
    background-color: #f0f0f0;
}

.indexSys__btn {
    background-color: #9aefde;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), 0 3px 0 #c7fcef inset, 0 -3px 0 #016670 inset;
    color: #000;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: center;
    border: 1px solid;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
}

.brand-quote {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}

.starter {
    background-color: #091817; /*#C1C8E4*/
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
    color: #fff;
    position: relative;
}

.main-menu > ul > li {
    text-align: left;
}

.submenu_button, .main-menu > ul > li > a {
    color: #000;
    font-size: 18px;
    padding: 30px 15px;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
}

.header-block {
    height: 69px;
    align-items: center;
    justify-content: space-between;
}

.header-logo > img {
    max-height: 50px;
}

#burger {
    display: none;
}

.menu-ul-block {
	width: 100%;
    text-align: center;
    background-color: #fff;
    transition-duration: .25s;
    margin-top: -400%;
    z-index: 10;
    position: fixed;
    top: 70px;
    height: 100%;
    overflow: auto;
    padding-bottom: 71px;
}

#burger:checked ~ .menu-ul-block {
	margin: 0;
}

.menu__btn {
	display: flex;
	align-items: center;
	position: fixed;
	width: 26px;
	height: 26px;
	right: 15px;
	top: 22px;
	z-index: 1000;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.4px;
	background-color: black;
	transition-duration: .25s;
}

.menu__btn > span::before {
	content: '';
	top: -8px;
}

.menu__btn > span::after {
	content: '';
	top: 8px;
}

#burger:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}

#burger:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(90deg);
}

#burger:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(0);
}

.menu_box {
	display: flex;
	align-items: center;
}

.menu-ul-block > nav > ul > li ul {
    font-size: 16px;
    padding: 30px 15px;
    display: none;
    background-color: #f4f4f4;
    border-bottom: 1px solid;
}

.menu-ul-block > nav > ul > li ul > li > a {
    color: #000;
}

.main-menu input[type="checkbox"]:checked ~ .submenu_button::after {
    transform: rotate(0deg);
}

.main-menu input[type="checkbox"]:checked ~ ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-menu ul > li > .submenu {
    display: none;
}

.submenu_button {
    display: flex;
    font-size: 18px;
}

.submenu_button::after {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    margin-left: 10px;
    transform: rotate(270deg);
}

@media (min-width: 480px) {
    .single-example-element-link {
        width: 48%;
        display: inline-block;
    }
    
    .single-example-link {
        display: inline-block;
        width: 48%;
    }
    
    .btn-group-examples {
        display: flex;
    }
}

@media (min-width: 576px) {
    .starter-background {
        width: 70%;
        margin: 0 auto;
    }
    
    .why-us-examples, .services-examples {
        display: flex;
        flex-wrap: wrap;
        gap: 6%;
        justify-content: center;
    }
    
    .why-us-element, .services-element {
        width: 47%;
    }
}

@media (min-width: 768px) {
    .employees-block {
        display: flex;
        justify-content: center;
        gap: 6%;
        flex-wrap: wrap;
    }
    
    .single-employee {
        width: 47%;
    }
    
    .starter-background {
        width: 60%;
    }
    
    .why-us-element {
        width: 30%;
    }
    
    .why-us-examples {
        gap: 5%;
    }
    
    .faq-block-title, .faq-block-description {
        font-size: 16px;
    }
    
    .examples-block {
        column-gap: 30px;
        grid-template-columns: 1fr 1fr;    
    }
    
    .why-effective-examples {
        display: flex;
        flex-wrap: wrap;
        gap: 6%;
    }
    
    .why-effective-element {
        width: 47%;
    }
}

@media (min-width: 992px) {
    .starter-background {
        width: 100%;
    }
    
    .services-element {
        width: 30%;
    }
    
    .services-examples {
        gap: 5%;
    }
    
    .main-menu-comp {
        display: block;
    }
    
    .main-menu-comp ul {
        display: flex;
        gap: 50px;
    }
    
    .main-menu-comp a {
        color: #19191a;
        font-size: 16px;
    }
    
    .main-menu-comp a:hover {
        border-bottom: 2px solid #7a807c;
    }
    
    .menu_box {
        display: none;
    }
    
    .why-effective-examples, .why-us-examples, .services-examples {
        display: flex;
        gap: 5%;
    }
    
    .why-effective-element, .why-us-element, .services-element {
        width: 30%;
    }
    
    .business-solution-list {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
    }
    
    .approach-title {
        padding: 60px 0;
    }
    
    .approach-block {
        display: flex;
        gap: 2%;
        position: relative;
    }
    
    .approach-apply {
        position: sticky;
        max-height: 300px;
        height: 150px;
        top: 350px;
        width: 49%;
        margin-bottom: 80px;
    }
    
    .approach-container {
        width: 49%;
    }
    
    .starter {
        padding: 150px 20px;
    }
    
    .starter-content {
        display: flex;
        gap: 2%;
    }
    
    .starter-content > div {
        width: 49%;
    }
    
    .starter-background {
        min-height: 230px;
    }
    
    .examples__element-page-slider > img {
        width: 10%;
        height: auto;
        aspect-ratio: 1 / 1;
        cursor: pointer;
    }
    
    .starter-small-description {
        font-size: 18px;
    }
    
    .examples__element-page-info {
        font-size: 18px;
    }
    
    main > #content > .container > p {
        font-size: 18px;
    }
    
    .submenu_button {
        display: none;
        width: auto;
        padding: 0;
        border: none;
    }
    
    .submenu {
        display: flex;
    }
    
    .main-menu-comp .submenu:hover {
        border: none;
    }
    
    .submenu::after {
        content: "\f078";
        display: block;
        font-family: FontAwesome;
        margin-left: 10px;
    }
    
    .main-menu-comp > ul > li ul {
        display: none;
    }
    
    .submenu:hover ~ ul, .main-menu-comp > ul > li > ul:hover {
        display: block;
        position: absolute;
        background-color: #fff;
        padding: 20px;
    }
    
    .main-menu-comp > ul > li > ul > li {
        margin-bottom: 10px;
    }
    
    .employees-block {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }
    
    .single-employee {
        width: 32%;
    }
    
    .employee-page-content {
        font-size: 18px;
    }
    
    .employee-page-flex {
        display: flex;
        gap: 3%;
    }
    
    .employee-page-flex > .examples__element-page-slider {
        width: 50%;
        justify-content: start;
        gap: 5%;
        height: 1%;
    }
    
    .employee-page-flex > .examples__element-page-slider > img {
        width: 30%;
    }
    
    .employee-page-flex > .employee-previous-jobs {
        width: 50%;
    }
    
    .employee-page-ava {
        float: left;
        width: 20%;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .faq-block {
        padding: 0 100px;   
    }
    
    .prices-container {
        overflow-x: unset;
        gap: 15px;
        padding-bottom: 60px;
    }
    
    .prices-single-price {
        min-width: 30%;
    }
}