:root {
    scroll-behavior: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
}

*:focus-visible,
*:focus-visible::after,
*:focus-visible::before {
    outline: none;
}


body {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #696969;
    background-color: #fff;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    color: #575656;
    text-transform: uppercase;
}

h1, .h1, h2, .h2 {
    margin-bottom: 30px;
}

h1, .h1 {
    font-size: clamp(24px, 3vw, 45px);
}

h2, .h2 {
    font-size: clamp(20px, 3vw, 30px);
}

h3, .h3, h4, .h4 {
    margin-bottom: 20px;
}

h3, .h3 {
    font-size: clamp(18px, 2vw, 24px);
}

h4, .h4 {
    font-size: clamp(16px, 1vw, 20px);
}

h5, .h5, h6, .h6 {
    font-weight: 600;
    margin-bottom: 30px;
}

h5, .h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h6, .h6 {
    font-size: 12px;
}

.display-1 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #f4f4fa;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.display-2 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #f4f4fa;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 30px;
}

a {
    color: #696969;
    text-decoration: none;
}

a:hover {
    color: #696969;
    text-decoration: underline;
}

.main .table {
    --bs-table-striped-color: #696969;
    --bs-table-active-color: #696969;
    --bs-table-hover-color: #696969;
    color: #696969;
    border: none;
    margin-bottom: 30px;
}

.main .table > *:not(:first-child) {
    border-top: 2px solid #fff;
}

.main .table th {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
}

.main .table th:not(:first-child) {
    border-left: 2px solid #fff;
}

.main .table td {
    border-bottom: 2px solid #fff;
}

.main .table td:not(:first-child) {
    border-left: 2px solid #fff;
}

/* .main .table tr:last-child td {
    border-bottom: none;
} */

.display-wrapper {
    text-align: center;
    margin-bottom: 45px;
}

.display-wrapper h2 {
    color: #afcb08 !important;
    margin-bottom: 0;
}

.display-wrapper h3 {
    color: #575656 !important;
    margin-bottom: 0;
}

figure {
    margin-bottom: 30px;
}

.blockquote {
    font-family: "Chakra Petch", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #575656;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blockquote-footer {
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #afcb08;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 30px;
}

.blockquote-footer::before {
    content: "- ";
}

.text-primary {
    color: #afcb08 !important;
}

.text-secondary {
    color: #696969 !important;
}

.text-indigo {
    color: #322f62 !important;
}

.text-danger {
    color: #d90740 !important;
}

.bg-primary {
    background-color: #afcb08 !important;
}

.bg-secondary {
    background-color: #696969 !important;
}

.bg-indigo {
    background-color: #322f62 !important;
}

.bg-danger {
    background-color: #d90740 !important;
}

.bg-blue {
  background-color: #029bdd !important;
}

.card {
    word-wrap: normal;
}

.supporter {
    margin-bottom: 20px;
}

.download-row {
    margin-bottom: 60px;
}

.download-preview {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.download-card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.download-card .card-img {
    height: auto;
    border-radius: 0;
}

.download-card .card-body {
    padding: 20px 0 0;
}

.download-card .card-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-breadcrumb {
    margin-bottom: 20px;
}

.main-breadcrumb .breadcrumb-item:not(:first-child) {
    padding-left: 10px;
}

.main-breadcrumb .breadcrumb-item:not(:first-child)::before {
    padding-right: 10px;
}

.main-breadcrumb .breadcrumb-item.active,
.main-breadcrumb .breadcrumb-item::before,
.main-breadcrumb a {
    font-weight: 400;
    color: #cccccc;
}

.pagination {
    margin-bottom: 30px;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #afcb08;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    padding: 2px 9px;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.pagination .page-link.active,
.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active {
    color: #fff;
    background-color: #afcb08;
    box-shadow: none;
}

.article .section:first-child {
    padding-bottom: 0;
}

.article .section.intro,
.article .section.navigation {
    padding-top: 0;
}

.article p a:not(.button),
.article ul a:not(.button) {
    color: #afcb08;
}

/* .article .item-image img {
    border-radius: 10px;
} */

.article-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.article-info {
    margin-bottom: 30px;
}

.article-navigation .pagination {
    justify-content: space-between;
}

.article-navigation .previous .button {
    text-align: left;
}

.article-navigation .next .button {
    text-align: right;
}

.section-logo {
    margin-bottom: 30px;
}

.section-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.section-tags-item {
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
    margin-bottom: 15px;
}

.section-tags-item.active,
.section-tags-item:hover,
.section-tags-item:focus,
.section-tags-item:active {
    opacity: 1;
}

.section-tags-item:not(:last-child) {
    margin-right: 20px;
}

.section-social-media {
    display: flex;
    flex-direction: column;
    margin-top: -30px;
    margin-bottom: 30px;
}

.section-social-media-link {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 30px;
}

.section-social-media-link i {
    font-size: 22px;
    margin-right: 10px;
}

.section-social-media-vertical .section-social-media-link {
    flex: 0 0 75%;
    border: 1px solid #575656;
    border-radius: 30px;
    padding: 13px 32px;
    transition: color 0.2s ease-in-out, background 0.2s, border 0.2s ease-in-out;
}

.section-social-media-vertical .section-social-media-link.active,
.section-social-media-vertical .section-social-media-link:hover,
.section-social-media-vertical .section-social-media-link:focus,
.section-social-media-vertical .section-social-media-link:active {
    color: #fff;
    background-color: #afcb08;
    border-color: #afcb08;
}

.section-number {
    font-family: "Chakra Petch", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #575656;
    margin-bottom: 10px;
}

.section-small-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.section-date {
    font-size: 14px;
    font-weight: 600;
    color: #575656;
    margin-bottom: 10px;
}

.section-time {
    font-size: 14px;
    font-weight: 600;
    color: #575656;
    margin-bottom: 30px;
}

.section-img-offcanvas {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.section-img-offcanvas img {
    height: auto;
    max-width: 100%;
}

.section-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.section-nav-item {
    margin-bottom: 20px;
}

.section-nav-link {
    display: block;
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #575656;
    text-transform: uppercase;
    background: url("../img/arrow-right-nav.png") right center no-repeat;
    border-bottom: 1px solid #707070;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, padding 0.2s ease-in-out;
    padding: 3px 0;
}

.section-nav-link.active,
.section-nav-link:hover,
.section-nav-link:focus,
.section-nav-link:active {
    color: #575656;
}

.youtube-link img {
    width: 100%;
}

.swiper-horizontal .swiper-scrollbar {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
    height: 3px;
    width: 100%;
    margin-top: 30px;
}

.swiper-scrollbar {
    background-color: #e6e6e6;
    border-radius: 0;
}

.swiper-scrollbar-drag {
    background-color: #afcb08;
    border-radius: 0;
}

.badge {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    padding: 4px 7px;
}

.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #696969;
    text-transform: uppercase;
  	background-color: transparent;
  	border: 2px solid transparent;
  	border-radius: 0;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
    padding: 5px 10px;
}

.button-primary {
    background: url("../img/arrow-right-btn.png") right 10px center no-repeat;
    padding-left: 0;
    padding-right: 45px;
}

.button-primary.active,
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    background-position: right center;
}

.button-primary-reverse {
    background: url("../img/arrow-left-btn.png") left 10px center no-repeat;
    padding-left: 45px;
    padding-right: 0;
}

.button-primary-reverse.active,
.button-primary-reverse:hover,
.button-primary-reverse:focus,
.button-primary-reverse:active {
    background-position: left center;
}

.button-outline-primary {
    background: url("../img/arrow-right-btn.png") right 26px center no-repeat;
    border: 2px solid #575656;
    border-radius: 30px;
    padding: 13px 71px 13px 26px;
}

.button-outline-primary.active,
.button-outline-primary:hover,
.button-outline-primary:focus,
.button-outline-primary:active {
    background-position: right 16px center;
}

.button-indigo {
    color: #fff;
    background-color: #03133f;
    border-radius: 30px;
    padding: 13px 32px;
}

.button-indigo.active,
.button-indigo:hover,
.button-indigo:focus,
.button-indigo:active {
    color: #fff;
    background-color: #afcb08;
}

.button-white {
    color: #fff;
    background: url("../img/arrow-right-btn-white.png") right 10px center no-repeat;
    padding-left: 0;
    padding-right: 45px;
}

.button-white.active,
.button-white:hover,
.button-white:focus,
.button-white:active {
    color: #fff;
    background-position: right center;
}

.button-download {
    background: url("../img/arrow-down-btn.png") right center no-repeat;
    padding-left: 0;
    padding-right: 25px;
}

.button-download.active,
.button-download:hover,
.button-download:focus,
.button-download:active {
    background-position: right bottom;
}

.button-prev {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 7px;
}

.button-prev img {
    transition: transform 0.2s ease-in-out;
}

.button-prev.active img,
.button-prev:hover img,
.button-prev:focus img,
.button-prev:active img {
    transform: translateX(-5px);
}

.button-next {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 7px;
}

.button-next img {
    transition: transform 0.2s ease-in-out;
}

.button-next.active img,
.button-next:hover img,
.button-next:focus img,
.button-next:active img {
    transform: translateX(5px);
}

.button-prev + .button-next {
    margin-left: 10px;
}

.page-wrapper {
    overflow: hidden;
}

.main-navbar {
    z-index: 1;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-navbar-expanded {
    background-color: #000000;
}

.main-navbar .navbar-brand {
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-hamburger {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    height: 23px;
    width: 30px;
    padding: 0;
}

.navbar-hamburger-icon,
.navbar-hamburger-icon::before,
.navbar-hamburger-icon::after {
    background-color: #ffffff;
    height: 3px;
    width: 100%;
}

.navbar-dark .navbar-hamburger-icon,
.navbar-dark .navbar-hamburger-icon::before,
.navbar-dark .navbar-hamburger-icon::after {
    background-color: #ffffff;
}

.navbar-light .navbar-hamburger-icon,
.navbar-light .navbar-hamburger-icon::before,
.navbar-light .navbar-hamburger-icon::after {
    background-color: #575656;
}

.navbar-hamburger-icon {
    transition: background-color 0.2s ease-in-out;
}

.navbar-hamburger-icon::before,
.navbar-hamburger-icon::after {
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.2s ease-in-out;
}

.navbar-hamburger-icon::before {
    top: 0;
}

.navbar-hamburger-icon::after {
    bottom: 0;
}

.navbar-hamburger-expanded .navbar-hamburger-icon {
    background-color: transparent;
}

.navbar-hamburger-expanded .navbar-hamburger-icon::before {
    transform: translateY(10px) rotate(45deg);
}

.navbar-hamburger-expanded .navbar-hamburger-icon::after {
    transform: translateY(-10px) rotate(-45deg);
}

.main-navbar .navbar-nav {
    margin-top: 60px;
}

.main-navbar .navbar-nav .nav-link {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease-in-out;
}

.main-navbar .navbar-nav .nav-link.show,
.main-navbar .navbar-nav .nav-link.active,
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link:focus,
.main-navbar .navbar-nav .nav-link:active {
    color: #ffffff;
}

.main-navbar .dropdown-menu:not(.lang-block) {
    border: none;
    border-radius: 0;
    margin-top: 0;
    background-color: transparent;
    min-width: auto;
    padding: 0 0 30px 20px;
}

.main-navbar .dropdown-item {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease-in-out;
}

.main-navbar .dropdown-item.active,
.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus,
.main-navbar .dropdown-item:active,
.main-navbar .dropdown-menu .active .dropdown-item {
    background-color: transparent;
    color: #ffffff;
}

.main-navbar .dropdown-toggle::after {
    display: none;
}

/* .main-navbar .mod-languages {
    margin-bottom: 60px;
}

.main-navbar .mod-languages .mod-languages-dropdown {
    flex-direction: column;
}

.main-navbar .mod-languages .dropdown-toggle {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    transition: color 0.2s ease-in-out;
    border: none;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.main-navbar .mod-languages .dropdown-menu {
    position: static;
    padding: 0 0 30px 20px;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #000000;
    min-width: auto;
}

.main-navbar .mod-languages .dropdown-menu li {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.main-navbar .mod-languages .dropdown-menu a {
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease-in-out;
}

.main-navbar .mod-languages .dropdown-menu a:hover,
.main-navbar .mod-languages .dropdown-menu a:focus,
.main-navbar .mod-languages .dropdown-menu a:active,
.main-navbar .mod-languages .dropdown-menu .lang-active a {
    color: #ffffff;
} */

.main {
    position: relative;
    z-index: 0;
}

.section-wrapper-top {
    position: relative;
}

.section-wrapper-bottom {
    position: relative;
}

.section-wrapper-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
}

.section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section.contact-form.bg-lime {
    background-color: #dbf251;
}

.section:not(.contact-form).bg-lime {
    position: relative;
}

.section:not(.contact-form).bg-lime::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #dbf251;
}

.section.bg-lightblue {
    position: relative;
}

.section.bg-lightblue::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f4f4fa;
}

.section:not(.contact-form).bg-lime a:not(.button):not(.page-link),
.section:not(.contact-form).bg-lightblue a:not(.button):not(.page-link) {
  font-weight: 700;
  color: #0f2564;
  text-decoration: underline;
}

.home .section-title {
    color: #afcb08;
}

.home .news .section-title {
    margin-bottom: 0;
}

.home .news .section-subtitle {
    color: #fff;
    margin-bottom: 30px;
}

.home .news .card-title {
    color: #fff;
}

.home .news .card-text {
    color: #fff;
}

.parallax-wrapper {
    position: relative;
    z-index: 0;
}

.parallax {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.parallax img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 70% 50%;
}

.hero {
    padding-top: 0;
    padding-bottom: 0;
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.achievement {
    padding: 10px 0;
    margin-bottom: 30px;
}

.achievement:not(.achievement-first) {
    text-align: center;
}

.achievement-value {
    font-family: "Chakra Petch", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
}

.achievement-first .achievement-value {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.achievement-text {
    font-family: "Chakra Petch", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}

.achievement img {
    height: 22px;
    width: auto;
}

.hero .social-media-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    line-height: 1;
}

.hero .social-media-link:not(:last-child) {
    margin-right: 15px;
}

.hero .social-media-link i {
    font-size: 22px;
}

.hero .section-title {
    color: #afcb08;
    margin-bottom: 0;
}

.hero .section-subtitle {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.quote {
    margin-bottom: 20px;
}

.scroll-down-wrapper {
    text-align: center;
}

.scroll-down {
    display: inline-block;
    margin-bottom: 20px;
}

.news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
}

.news-card .card-img-wrapper {
    position: relative;
}

.news-card .card-img {
    height: auto;
    border-radius: 10px;
}

.news-card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
}

.news-card .card-body {
    padding: 20px 0;
}

.news-card .card-body:last-child {
    padding-bottom: 0;
}

.news-card .card-text {
    margin-bottom: 10px;
}

.news-card .card-title {
    margin-bottom: 0;
}

.news-card-lead .card-img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.news-card-lead .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px 15px;
}

.news-card-lead .card-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news-card-lead .card-title {
    color: #fff;
}

.news-card-lead .card-text {
    color: #fff;
}

.projects {
    overflow: hidden;
}

.projects .swiper {
    overflow: visible;
}

.project-card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
}

.project-card .card-body {
    padding: 20px 0;
}

.project-card .card-body:first-child {
    padding-top: 0;
}

.project-card .card-body:last-child {
    padding-bottom: 0;
}

.project-card .card-number {
    font-family: "Chakra Petch", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #575656;
    margin-bottom: 10px;
}

.project-card .card-title {
    margin-bottom: 20px;
}

.project-card .card-img-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.project-card .card-img {
    height: auto;
    border-radius: 0;
}

.number {
    text-align: center;
    border-bottom: 1px solid #afcb08;
}

.number-value {
    font-family: "Chakra Petch", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #afcb08;
    margin-bottom: 20px;
}

.products {
    overflow: hidden;
}

.products .swiper {
    overflow: visible;
}

.product-card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
}

.product-card .card-img-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.product-card .card-img {
    height: auto;
    border-radius: 0;
}

.product-card .card-img-overlay {
    top: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    padding: 20px;
}

.product-card .card-number {
    font-family: "Chakra Petch", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #575656;
    margin-bottom: 10px;
}

.product-card .card-title {
    margin-bottom: 10px;
}

.product-card .card-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.banner {
    position: relative;
    z-index: 0;
    min-height: 140px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cooperation {
    position: relative;
    background-color: #dbf251;
    padding-top: 55px;
    padding-bottom: 55px;
}

.cooperation .section-title {
    color: #575656;
    margin-bottom: 20px;
}

.cooperation-arrow img {
    transition: transform 0.2s ease-in-out;
}

.cooperation-arrow.active img,
.cooperation-arrow:hover img,
.cooperation-arrow:focus img,
.cooperation-arrow:active img {
    transform: translateX(10px);
}

.club {
    position: relative;
    background-color: #322f62;
    padding-top: 55px;
    padding-bottom: 55px;
}

.club .section-title {
    color: #fff;
    margin-bottom: 20px;
}

.club-arrow img {
    transition: transform 0.2s ease-in-out;
}

.club-arrow.active img,
.club-arrow:hover img,
.club-arrow:focus img,
.club-arrow:active img {
    transform: translateX(10px);
}

.contact:not(:last-child) {
    margin-bottom: 60px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact-details p {
    margin-bottom: 0;
}

.contact-details a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #afcb08;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-form {
    text-align: center;
}

.contact-form h2 {
    margin-bottom: 40px;
}

.contact-form h3 {
    color: #fff;
    margin-bottom: 20px;
}

.contact-form .form-label {
    font-weight: 600;
    margin-bottom: 20px;
    transition: color 0.2s ease-in-out;
}

.contact-form .form-select {
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #575656;
    text-align: center;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../img/arrow-down-select.png") right 10px center no-repeat;
    border: 2px solid #575656;
    border-radius: 0;
    padding: 5px 35px;
    margin-bottom: 30px;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.contact-form .form-select:focus {
    box-shadow: none;
}

.contact-form .form-control {
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #575656;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #575656;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 30px;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

#required-fields {
    font-size: 12px;
    font-weight: 600;
}

.contact-form .form-check {
    margin-bottom: 50px;
}

.contact-form .form-check {
    padding-left: 30px;
}

.contact-form .form-check-label {
    font-weight: 600;
    text-align: left;
}

.checkbox-wrapper {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #575656;
    margin-top: 0;
    margin-left: -30px;
}

#cpnb_manager_wrap .checkbox-wrapper {
  	margin-left: 0;
}

.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    opacity: 0;
    margin: 0;
}

.checkbox-wrapper .checkbox-icon {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 6px;
    width: 12px;
    border-left: 2px solid #575656;
    border-bottom: 2px solid #575656;
    opacity: 0;
    transform: scale(1.5) rotate(-45deg);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-icon {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
}

.collapse-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
    margin-bottom: 30px;
}

.collapse-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    transition: background-color 0.2s ease-in-out;
}

.collapse-wrapper-expanded::before {
    background-color: #575656;
}

.collapse-wrapper-expanded .form-label {
    color: #fff;
}

.collapse-wrapper .form-select {
    margin-bottom: 0;
    text-decoration: none;
}

.collapse-wrapper-expanded .form-select {
    color: #fff;
    border-color: #fff;
    background: transparent url("../img/arrow-up-select-white.png") right 10px center no-repeat;
}

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

.subject-item:not(:last-child) {
    margin-bottom: 20px;
}

.subject-link {
    display: block;
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
    text-decoration: none !important;
}

.subject-link:hover,
.subject-link:focus,
.subject-link:active,
.subject-link.active {
    color: #afcb08;
}

.treadmill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.not-found .treadmill .tracks {
    transform: translateY(-50%);
}

.treadmill-fragment {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.treadmill-fragment * {
    height: 100%;
}

.treadmill-fragment .line {
    border-left: 1px solid #fff;
}

.treadmill-fragment .last-line {
    border-right: 1px solid #fff;
}

.page .intro .section-title {
    margin-bottom: 0;
}

.page .intro .section-subtitle {
    color: #afcb08;
}

.page .biography h2 {
    color: #afcb08;
    margin-bottom: 0;
}

.page .biography h4 {
    margin-bottom: 30px;
}

.page .biography.bg-lime h2 {
    color: #fff;
}

.page .biography .display-1 {
    color: #fff !important;
}

.page .biography .display-wrapper h2 {
    color: #fff !important;
}

.page .biography.numbers {
    padding-top: 0;
}

.page .awards h3 {
    color: #afcb08;
    margin-bottom: 0;
}

.page.successes h3 {
    color: #afcb08;
    margin-bottom: 0;
}

.page .successes.bg-lime h3 {
    color: #fff;
}

.page.successes.numbers {
    padding-top: 0;
}

.page .walking-lovers h2 {
    color: #afcb08;
    margin-bottom: 0;
}

.page .walking-lovers h3 {
    margin-bottom: 30px;
}

.page .walking-lovers.numbers {
    padding-top: 0;
}

.page .rk-athletics h2 {
    color: #afcb08;
    margin-bottom: 0;
}

.page .rk-athletics.bg-indigo h3 {
    color: #fff;
}

.page .rk-athletics.bg-indigo .section-number {
    color: #fff;
}

.page .rk-athletics.bg-indigo h4 {
    color: #fff;
}

.page .rk-athletics.bg-indigo p {
    color: #fff;
}

.page .rk-athletics.numbers {
    padding-top: 0;
}

.page .mentoring h3 {
    color: #afcb08;
}

.page .mentoring.online h2 {
    color: #afcb08;
    margin-bottom: 0;
}

.page .mentoring.online h3 {
    color: #575656;
}

.page .mentoring.bg-lime h2 {
    color: #fff;
    margin-bottom: 10px;
}

.page .mentoring.bg-lime h3 {
    color: #575656;
}

.page .mentoring.numbers {
    padding-top: 0;
}

.page .for-media h4 {
    color: #afcb08;
}

.page .privacy h3 {
    margin-bottom: 0;
}

.page .foundation.numbers {
    padding-top: 0;
}

.page .foundation h2 {
  overflow: unset;
  text-overflow: unset;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.footer-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-row:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-logo {
    filter: grayscale(1);
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav-item {
    list-style: none;
}

.footer-nav-item:not(:last-child) {
    margin-bottom: 20px;
}

.footer-nav-link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.footer-nav-item a {
    font-weight:bold;
}

.footer-nav-item ul a {
    font-weight:500;
}

.footer-nav-link i {
    font-size: 22px;
    color: #575656;
    margin-right: 10px;
}

.copyright {
    margin-bottom: 20px;
}

.information-link:not(:last-child) {
    margin-right: 15px;
}

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #dbf251;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.scroll-to-top img {
    transition: transform 0.2s ease-in-out;
}

.scroll-to-top.active img,
.scroll-to-top:hover img,
.scroll-to-top:focus img,
.scroll-to-top:active img {
    transform: translateY(-5px);
}

.project-card.sliderv .card-img {
        filter: grayscale(0);
}


@media (min-width: 768px) {
    .display-1 {
        font-size: 65px;
    }

    .display-2 {
        font-size: 65px;
    }

    .display-wrapper .display-1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .display-wrapper .display-2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .download-row {
        margin-bottom: 10px;
    }

    .download-preview {
        padding: 35px 30px;
        margin-bottom: 0;
    }

    .section-social-media {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section-social-media-link {
        flex: 0 0 50%;
    }

    .section-img-offcanvas img {
        height: 100%;
        max-width: 50vw;
        object-fit: cover;
    }

    .section-nav-link {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #696969;
        background: url("../img/arrow-right-nav.png") right center no-repeat;
    }

    .section-nav-link.active,
    .section-nav-link:hover,
    .section-nav-link:focus,
    .section-nav-link:active {
        color: #696969;
    }

    .header {
        min-height: 125px;
    }

    .section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero .container {
        min-height: calc(100vh - 125px);
    }

    .achievement-value {
        font-size: 80px;
    }

    .achievement-text {
        font-size: 20px;
        line-height: 1;
    }

    .achievement img {
        height: auto;
    }

    .hero .social-media {
        margin-bottom: 20px;
    }

    .hero .social-media-link:not(:last-child) {
        margin-right: 20px;
    }

    .hero .section-subtitle {
        font-size: 12px;
        letter-spacing: 10px;
        margin-bottom: 25px;
    }

    .quote {
        margin-bottom: 55px;
    }

    .scroll-down {
        margin-bottom: 55px;
    }

    .news {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .news-card-lead .card-img-overlay {
        padding: 30px 20px;
    }

    .about-me {
        padding-top: 0;
    }

    .about-me .section-title {
        margin-top: 35px;
    }

    .projects {
        margin-bottom: 30px;
    }

    .project-card .card-body {
        padding: 30px 0;
    }

    .number {
        margin-right: 30px;
        margin-left: 30px;
    }

    .number-value {
        font-size: 80px;
    }

    .product-card .card-img-overlay {
        padding: 30px;
    }

    .banner {
        min-height: 370px;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .cooperation {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .club {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .footer-title {
        margin-bottom: 30px;
    }

    .copyright {
        margin-bottom: 0;
    }

    .information-link:not(:last-child) {
        margin-right: 55px;
    }

    .scroll-to-top {
        right: 50px;
    }

    .contact-form h2 {
        margin-bottom: 45px;
    }

    .contact-form .form-label {
        margin-bottom: 10px;
    }

    .contact-form .form-check-label {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .main-navbar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-expand-lg .navbar-hamburger {
        display: none;
    }

    .main-navbar .navbar-collapse {
        justify-content: flex-end;
    }

    .main-navbar .navbar-nav {
        margin-top: 0;
    }

    .main-navbar .navbar-nav .nav-link {
        padding: 10px;
    }

    /* .main-navbar .mod-languages {
        margin-bottom: 0;
    }

    .main-navbar .mod-languages .dropdown-menu {
        position: absolute;
        padding: 10px 0;
    }

    .main-navbar .mod-languages .dropdown-toggle {
        padding: 10px;
    }

    .main-navbar .mod-languages .dropdown-menu a {
        padding: 10px;
    } */

    .main-navbar.navbar-dark .navbar-nav .nav-link,
    .main-navbar.navbar-dark .mod-languages .dropdown-toggle {
        color: #ffffff;
    }

    .main-navbar.navbar-light .navbar-nav .nav-link,
    .main-navbar.navbar-light .mod-languages .dropdown-toggle {
        color: #696969;
    }

    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link,
    .main-navbar-hovered.navbar-dark .mod-languages .dropdown-toggle {
        color: rgba(255, 255, 255, 0.5);
    }

    .main-navbar-hovered.navbar-light .navbar-nav .nav-link,
    .main-navbar-hovered.navbar-light .mod-languages .dropdown-toggle {
        color: rgba(105, 105, 105, 0.5);
    }

    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link.show,
    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link.active,
    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link:hover,
    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link:focus,
    .main-navbar-hovered.navbar-dark .navbar-nav .nav-link:active {
        color: #ffffff;
    }

    .main-navbar-hovered.navbar-light .navbar-nav .nav-link.show,
    .main-navbar-hovered.navbar-light .navbar-nav .nav-link.active,
    .main-navbar-hovered.navbar-light .navbar-nav .nav-link:hover,
    .main-navbar-hovered.navbar-light .navbar-nav .nav-link:focus,
    .main-navbar-hovered.navbar-light .navbar-nav .nav-link:active {
        color: #696969;
    }

    .main-navbar-expanded.navbar-light .navbar-nav .nav-link.show,
    .main-navbar-expanded.navbar-light .navbar-nav .nav-link.active,
    .main-navbar-expanded.navbar-light .navbar-nav .nav-link:hover,
    .main-navbar-expanded.navbar-light .navbar-nav .nav-link:focus,
    .main-navbar-expanded.navbar-light .navbar-nav .nav-link:active {
        color: #ffffff;
    }

    .main-navbar .dropdown-menu:not(.lang-block) {
        padding: 40px 0 90px 10px;
    }

    .main-navbar .dropdown-menu:not(.lang-block)::before {
        z-index: -1;
        position: absolute;
        top: 40px;
        bottom: 0;
        left: -100vw;
        right: -100vw;
        content: "";
        background-color: #000000;
    }

    .achievement {
        padding: 30px;
    }

    .information-link:not(:last-child) {
        margin-right: 75px;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 170px;
    }

    .display-2 {
        font-size: 120px;
    }

    .main-navbar .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    /* .main-navbar .mod-languages .dropdown-toggle {
        padding: 10px 15px;
    }

    .main-navbar .mod-languages .dropdown-menu a {
        padding: 10px 15px;
    }

    .main-navbar .mod-languages {
        margin-left: 35px;
    } */

    .language-picker {
        margin-left: 35px;
    }

    .language-picker + .dropdown-menu {
        margin-left: 35px;
    }

    .main-navbar .dropdown-menu:not(.lang-block) {
        padding: 40px 0 90px 15px;
    }

    .parallax img {
        object-position: 50% 50%;
    }

    .about-me .section-title {
        margin-top: 70px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (hover: hover) {
    .section-nav-link {
        background: url("../img/arrow-right-nav.png") right center no-repeat, url("../img/arrow-right-nav.png") left -17px center no-repeat;
    }

    .section-nav-link.active,
    .section-nav-link:hover,
    .section-nav-link:focus,
    .section-nav-link:active {
        background-position: right -17px center, left center;
        padding-left: 30px;
    }

    .project-card .card-img {
        filter: grayscale(1);
        transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
    }

    .project-card:hover .card-img {
        filter: grayscale(0);
        transform: scale(1.05);
    }

    .product-card .card-img {
        transition: transform 0.2s ease-in-out;
    }

    .product-card:hover .card-img {
        transform: scale(1.05);
    }

    .cooperation {
        transition: background-color 0.2s ease-in-out;
    }

    .cooperation:hover {
        background-color: #03133f;
    }

    .cooperation .section-title {
        transition: color 0.2s ease-in-out;
    }

    .cooperation:hover .section-title {
        color: #fff;
    }

    .cooperation-arrow img {
        transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
    }

    .cooperation:hover .cooperation-arrow img {
        filter: brightness(3);
    }

    .club {
        transition: background-color 0.2s ease-in-out;
    }

    .club:hover {
        background-color: #afcb08;
    }

    .club .section-title {
        transition: color 0.2s ease-in-out;
    }

    .club:hover .section-title {
        color: #fff;
    }

    .club-arrow img {
        transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
    }

    .club:hover .club-arrow img {
        filter: brightness(3);
    }
}

/*** VVV ***/

.sliderv .button-indigo {
	padding : 15px 50px 15px 15px;
	transition: all 0.2s ease-in-out;
	background-image: url(../img/arrow-right-btn-white.png);
	background-position: right 10px center;
	background-repeat : no-repeat;
}
.sliderv:hover .button-indigo {
	padding : 15px 70px 15px 15px;
	background-position: right 10px center;
}

.button-lime {
    padding: 15px 50px 15px 15px;
    transition: all 0.2s ease-in-out;
    background-image: url(../img/arrow-right-btn-white.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-color : #AFCB08;
	color : #ffffff;
	border-radius: 30px
}
.button-lime:hover {
	padding : 15px 70px 15px 15px;
	background-position: right 10px center;
	color : #ffffff;
}

.box-center {
	justify-content: center;
    display: flex;
    flex-direction: column;
}

h3 .color {
	color : #afcb08;
}

.text-white,.text-white h3, .text-white h4 {
	color : #ffffff;
}

.button.full-width {
	width : 100%;
}


.section.bg-indigo-1 {
    position: relative;
}

.section.bg-indigo-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #322f62;
}

.section.bg-indigo-dark {
    position: relative;
}

.section.bg-indigo-dark::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #2B2A57;
}

h4.bottom-0 {
	margin-bottom : 0;
}

.section.overflow-h {
	position : relative;
	overflow : hidden;
}

.overflow-h svg.tracks {
	position : absolute;
	top : 0;
}

.treadmill-up .treadmill {
	top : -500px;
}

.section.padding-0 > .container {
	padding : 0;
}

.prowadzacy h3 {
	margin-bottom : 0;
}
.prowadzacy h4 {
	color : #AFCB08;
}

.opinie .sliderv:before {
	content : "";
	display : block;
	width : 30px;
	height : 24px;
	background : url('../img/cydzyslow.svg');
	margin-bottom : 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.opinie .swiper-pagination {
	position : relative;
}

.opinie .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 5px;
    height: 5px;
	background : #E6E6E6;
	float: left;
}

.opinie .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background : #AFCB08;
}

.opinie h4 {
	margin-bottom : 0;
	font-style : normal;
}

.opinie h5 {
	color : #AFCB08;
	font-style : normal;
}

.opinie .card-text {
	    font-style: italic;
}
.numbersmod .display-1 {
    line-height: 160px;
}

.contact-form.krok {
	color : #ffffff;
}

.contact-form.krok input::placeholder {
	color : #ffffff;
}

.contact-form.krok input {
	color : #ffffff;
}

.contact-form.krok .form-control {
	border-bottom : 2px solid #ffffff;
}

.contact-form.krok .bg-indigo {
	position : relative;
	padding : 70px 40px;
	z-index: 1;
}

.contact-form.krok .bg-indigo > * {
	position : relative;
	z-index: 1;
}

.contact-form.krok .bg-indigo:before {
	content: "";
    height: 100%;
    display: block;
    right: 100%;
    position: absolute;
    background: inherit;
    width: 100%;
	top : 0;
}	

.contact-form.krok .bg-indigo:after {
	content: "";
    height: 100%;
    display: block;
    left: 100%;
    position: absolute;
    background: url('../img/bg-form.png');
	background-repeat : no-repeat;
	background-size : cover;
    width: 160%;
	top : 0;
}	


.contact-form.krok .checkbox-wrapper {
	border : 2px solid #ffffff;
}

.contact-form.krok .checkbox-wrapper .checkbox-icon {
	border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.contact-form.krok textarea {
    color: #ffffff;
    text-align: left;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.contact-form.krok .form-check-label {
	font-weight: normal;
    text-align: left;
}

.contact-form.krok .bg-indigo > h3 {
	color : #afcb08;
	margin-bottom : 0;
}

.contact-form.krok .bg-indigo > h2 {
	color : #ffffff;
}

.modal-box {
	background : rgba(50, 47, 98, .5);
	padding : 60px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	color : #ffffff;
}

.modal-in-box {
	background : #322F62;
	height: 100%;
	padding-top : 40px;
	overflow : auto;
	position : relative;
}

.close-button {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 13px 26px 13px 26px;
	color : #ffffff;
	float : right;
}

.close-button:hover, 
.close-button:focus {
	color : #696969;
    background: #ffffff;
	text-decoration : none;
}

.modal-box .h1 {
	color : #afcb08;
}

.modal-box h3 {
	color : #ffffff;
}

.form-switch-box {
	position : relative;
}

.form-switch-box > div{
	border : solid 1px #FFFFFF33;
	padding : 20px;
	border-radius : 10px;
	cursor : pointer;
}

.form-switch-box:hover > div, .form-switch-box.active > div {
	border : solid 1px #DBF251;
}

.form-switch-box:before {
	content : "";
	width : 35px;
	height : 35px;
	background : #2b2a57;
	border-radius : 10px;
	display : block;
	position : absolute;
	top : 20px;
	right : 30px;
}
.form-switch-box:after {
	content : "";
	width : 40px;
	height : 29px;
	background : url('../img/check.png');
	border-radius : 10px;
	display : none;
	position : absolute;
	top : 20px;
	right : 20px;
}


.form-switch-box:hover:after, .form-switch-box.active:after {
	display : block;
}

.form-switch-box-button {
    background: url("../img/strzalka-box.png") left center no-repeat;
	padding: 10px 0 10px 40px;
    color: #AFCB08;
	visibility : hidden;
 	float : left;
}

a.form-switch-box-button {
    background: none;
	padding: 10px 0 10px 40px;
    color: #AFCB08;
	visibility : hidden;
  	float : right;
}

.clear {
  clear : both;
}

a.form-switch-box-button:hover {
  color: #AFCB08;
}

.form-switch-box:hover .form-switch-box-button, .form-switch-box.active .form-switch-box-button {
	visibility : visible;
}

.modal-box {
	display : none;
}


#modal3 .modal-in-box:after {
	content: "";
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    background: url('../img/bg-price.png');
	background-repeat : no-repeat;
	background-size : cover;
    width: 35%;
	top : 0;
	z-index : 1;
}	

#modal3 .modal-in-box * {
	z-index : 2;
}

.modal-form {
	display : none;
	transition: background-position 1s ease-in-out;
}

.modal-form .bg-lime {
    background-color: #dbf251;
	padding : 70px 100px;
	color : #696969;
	transition: transform 1s ease-in-out;
}

.modal-form.form-modal1 {
    background: url('../img/bg-form1.png');
	background-repeat : no-repeat;
	background-size : auto 100%;
}

.modal-form.form-modal2 {
    background: url('../img/bg-form2.png');
	background-repeat : no-repeat;
	background-size : auto 100%;
}

.modal-form.form-modal3{
    background: url('../img/bg-form3.png');
	background-repeat : no-repeat;
	background-size : auto 100%;
}

.modal-form .button {
	border-color : transparent;
}

body.stop {
	overflow : hidden;
}

.modal-form h3 {
	color : #ffffff;
	margin-bottom : 0;
}

.modal-form h4 .text-bg-1 {
	background : #322F62;
	color : #ffffff;
	padding : 0 5px;
}

.modal-form .text-bg-1 {
	background : #ffffff;
}

.modal-form .form-check-label {
	text-align : left;
	font-size : 12px;
}


/* .modal-form.startpoint {
	background-position: -50% top;
} */

.modal-form .bg-lime.startpoint {
	/*transform: translate(100%, 10px);*/
}

.video-w { 
	position : relative;
 	max-width : fit-content;
	 margin-bottom : 40px;
  
}

.video-v {
	width: 100%;
    height: 100%; 
    max-width: 365px; 
    max-height: 658px; 
    border-radius: 30px; 
    display: block;
    box-shadow: 0px 30px 30px #00000029;
}


.play {
  width : 86px;
  height : 59px;
  background-color : rgba(175, 203, 8, 0.8);
  background-image : url(../../../images/design/play.png);
  background-repeat : no-repeat;
  background-position : center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 10px;
  z-index : 1;
}

.play.pause {
  background-image : url(../../../images/design/pause.png);
}

.play:hover {
	background-color : rgba(175, 203, 8, 0.9);
}


@media (max-width: 767px) {
	
	.contact-form.krok {
		margin-top : 340px;
	}
	
	.contact-form.krok .bg-indigo:before {
		width: 200%;
		z-index: -1;
		left : -50%;
	}
	
	.contact-form.krok .bg-indigo:after {
		z-index: -2;
		width: 100vw;
		left: calc(-50vw + 50%);
		top: -324px;
		background-size : contain;
	}
	
	.numbersmod .display-1 {
		line-height : 1;
	}
	
	#modal3 .modal-in-box:after { 
		height: 215px;
		width : 100%;
	}
	
	.modal-box {
		padding : 34px;
	}
	
	.modal-box .h1 {
		font-size : 35px;
	}
	
	.modal-form.section {
		padding-top: 300px;
		background-size: contain;
	}
	
	.modal-form .bg-lime {
		padding : 30px;
	}
	
	.form-switch-box {
		margin-bottom : 20px;
	}
	
	.modal-in-box {
		padding-top: 15px;
	}
	
	.modal-in-box > .section:not(.modal-form) {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
}

header.header {
    position: fixed;
    width: 100%;
	z-index : 100;
	transition: background-color 0.3s ease;
}

header.header.scrolled {
	background-color : #000000;
}

main.main {
	padding-top : 125px;
}

.inner-slider .project-card .card-number, .inner-slider h3 {
	color: #afcb08;
}