@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');



:root {
    --green: #49A010;
    --blue: #252D44;
    --light-green: #F3F8EF;
    --text-primary-color: #5C6275;
    --text-primary-font: 'Poppins', sans-serif;
    --text-light-color: #A3ADC8;
}

html {
    overflow-x: hidden !important;
}

* {
    font-family: var(--text-primary-font);
    color: var(--text-primary-color);
}



a {
    color: var(--green);
    text-decoration: none;
}



p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

p strong {
    font-weight: 700;
}

.elementor ul {
    list-style: none;
}

.elementor ul li {
    font-family: var(--text-primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-primary-color);
}

.elementor ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: var(--green);
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    top: -2px;
}


h1 {

    font-weight: 700;

    font-size: 45px;

    line-height: 60px;

    color: var(--blue);

}



h2 {

    font-weight: 700;

    font-size: 40px;

    line-height: 55px;

    color: var(--blue);

}



h3 {

    font-weight: 700;

    font-size: 30px;

    line-height: 25px;

    color: var(--blue);

}



h4 {

    font-weight: 700;

    font-size: 20px;

    line-height: 25px;

    color: var(--blue);

}



.container {

    max-width: 1350px;

    margin: 0 auto;

}



.elementor-column-gap-default>.elementor-column>.elementor-element-populated {

    padding: 0 !important;

}



.elementor-container {

    max-width: initial !important;

}



.elementor-section-sw-width {

    max-width: 1350px;

    margin: 0 auto;

}



.sw__header-desktop {

    padding: 35px 0;

    border-bottom: 1px solid var(--green);

    position: relative;

    z-index: 10;
    background-color: #FFF;

}



.header__inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.navigation__item {

    color: var(--blue);

    font-weight: 600;

    font-size: 16px;

    line-height: 24px;

    /* margin-right: 30px; */

    transition: .2s linear;

}



.navigation__item:hover {

    cursor: pointer;

    color: var(--green);

    transition: .2s linear;

}



.navigation__item:last-child {

    margin-right: 0;

}



.sw__button {

    height: 55px;

    padding-left: 25px;

    padding-right: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 15px;

    font-weight: 500;

    color: #FFF;

    transition: .2s linear;

}



.sw__button-green {

    background-color: var(--green);

}



.sw__button:hover {

    cursor: pointer;

}



.header__contact-btn svg {

    margin-right: 12px;

}



.sw-elementor__consultation {

    background: var(--light-green);

    padding: 60px 0;

    margin-bottom: 60px;

}



.consultation__inner {

    align-items: center;

    display: flex;

}



.consultation__title {

    max-width: 550px;

    margin-right: 170px;

}



.sw__footer {

    background: var(--blue);

}



.footer__wrapper {

    display: flex;

    justify-content: space-between;

    padding: 80px 0 70px;

}



.footer__logo svg {

    width: 220px;

    height: auto;

}



.footer__copyright {

    font-weight: 500;

    font-size: 12px;

    line-height: 45px;

    color: #A3ADC8;

}



.footer__social {

    display: flex;

    flex-direction: column;

}



.footer__social a {
    height: 45px;
    display: flex;
    align-items: center;
}



.footer__menu {

    display: flex;

    flex-direction: column; 

}



.footer__menu a {

    transition: .2s linear;

    font-weight: 500;

    font-size: 18px;

    line-height: 45px;

    color: #A3ADC8;

}



.footer__menu a:hover {

    transition: .2s linear;

    cursor: pointer;

    color: var(--green);

}



.page__404 {

    text-align: center;

    height: calc(100vh - 462px);

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.title__404 {

    font-weight: 700;

    font-size: 35px;

    line-height: 32px;

    text-align: center;

    color: var(--blue);

    margin-top: 25px;

    margin-bottom: 25px;

}



.description__404 {

    max-width: 445px;

}



.sw__page-title {

    margin-top: 40px;

    margin-bottom: 40px;

}



.certificates__title {

    text-align: center;

}



.certificates__list {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-column-gap: 120px;

    grid-row-gap: 45px;

    margin-top: 45px;

    margin-bottom: 90px;

}



.certificate__item {

    text-align: center;

}



.certificate__item img {

    width: 45px;

    height: auto;

}



.certificate__item-title {

    margin-bottom: 15px;

    margin-top: 15px;

}



.ceritficate__item-description {

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    text-align: center;

    margin-bottom: 25px;

}



.certificate__item a {

    width: 200px;

    margin: 0 auto;

}



.sw__button-blue {

    background-color: var(--blue);

}



.nav__current-item {

    color: var(--green);

}



.sw-elementor__ourteam {

    margin-bottom: 60px;

}



.team__title {

    text-align: center;

    margin-bottom: 60px;

}



.team__list {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-column-gap: 140px;

    grid-row-gap: 55px;

}



.team__item {

    position: relative;

}



.team__item img {

    height: 434px;

    width: 100%;

    object-fit: cover;

}



.team__info {

    position: absolute;

    bottom: 0;

    width: 100%;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(57,121,16,1) 80%);

    padding: 20px 30px;

}



.team__name {

    font-weight: 700;

    font-size: 20px;

    line-height: 25px;

    color: #FFF;

}



.team__position {

    font-weight: 500;

    font-size: 16px;

    line-height: 25px;

    color: #FFF;

}



.category__list {

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-column-gap: 65px;

    grid-row-gap: 30px;

}



.sw__category {

    background: var(--light-green);

    border: 1px solid var(--green);

    padding-top: 55px;

    padding-bottom: 55px

}



.category-inner {

    display: flex;

    align-items: center;

    flex-direction: column;

}



.category-inner svg {

    margin-bottom: 40px;

    height: 90px;

    width: auto;

}



.category-inner h3 {

    margin-bottom: 15px;

}



.category-inner p {

    margin-bottom: 40px;

}



.sw-categories {

    margin-bottom: 60px;

}



.sw-image-text-block {

    margin-bottom: 60px;

}



.sw__image-text {

    display: grid;

    position: relative;

    min-height: 450px;

    align-items: center;

    grid-template-columns: 50% 50%;

}



.sw__image-left .sw__image-text-left {

    left: calc(((100vw - 1350px) / 2) * -1);

    position: absolute;

}



.sw__image-right .sw__image-text-left {

    right: calc(((100vw - 1350px) / 2) * -1);

    position: absolute;

    order: 2;

}



.sw__image-right > div:nth-child(2) {

    order: 1;

}



.sw__image-text-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 45vw !important;
    max-height: 400px;
}




.sw__image-text-content {

    margin-top: 40px;

}



.sw__dots {

    position: absolute;

    right: 0;

    top: 0;

}



.sw-contacts {

    position: relative;

    height: 900px;

}



.contacts__bg {

    position: absolute;

    top: 0;

    left: 0;

    height: 900px;

    width: 100vw;

    display: grid;

    grid-template-columns: 45% 55%;

}



.contacts__bg-left {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}



.contacts__bg-right {

    background-color: var(--green);

}



.contacts__content {

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-column-gap: 10px;

    position: relative;

    padding-top: 40px;

}



.contacts__title,

.contacts__form-title {

    font-weight: 700;

    font-size: 40px;

    line-height: 55px;

    color: #FFF;

}



.contacts__row:first-child {

    margin-top: 30px;

}



.contacts__row {

    margin-top: 20px;

}



.contacts__row label {

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    color: #FFF;

}



.contacts__row input,

.contacts__row textarea {

    width: 100%;

    background-color: #FFF;

    height: 62px;

    padding: 0 15px;

    border: none;

    margin-top: 10px;

}



.contacts__row textarea {

    height: 160px;

}



.form__required {

    font-weight: 500;

    font-size: 14px;

    line-height: 32px;

    color: #FFF;

}



.contacts__row-privacy {

    margin-top: 10px;

}



.contacts__row-privacy p {

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    color: #FFF;

    margin-bottom: 20px;

}



.contacts__row-privacy a {

    text-decoration: underline !important;

    color: #FFF;

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

}



.contacts__left-content {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}



.contacts__left-content p,

.contacts__left-content .contacts__row-text,

.contacts__left-content .contacts__row-text a {

    font-weight: 500;

    font-size: 20px;

    line-height: 32px;

    color: #FFF;

}



.contacts__text-row {

    display: flex;

    align-items: center;

}



.contacts__text-row svg {

    margin-right: 15px;

    height: 30px;

    width: auto;

}



.contacts__text-row {

    margin-top: 15px;

}



.sw__projects {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-column-gap: 17px;

    grid-row-gap: 60px;

    margin-bottom: 60px;

    position: relative;

}



.project__img {

    height: 540px;

    outline: none;

    transition: .2s linear;

}



.project__img img {

    height: 540px !important;

    object-fit: cover;

    width: 100%;

}



.project__content {

    padding: 20px 0;

}



.project__title {

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    transition: .2s linear;

    margin-bottom: 25px;

}



.project__attribute {

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    display: flex;

    align-items: center;

}



.project__attribute svg {

    margin-right: 15px;

}



.project__card:hover {

    cursor: pointer;

}



.project__card:hover .project__title {

    color: var(--green);

}



.project__card:hover .project__img {

    outline: 1px solid var(--green);

}



.sproject__content {

    display: grid;

    grid-template-columns: 780px 1fr;

    grid-column-gap: 60px;

    margin-bottom: 100px;

}



.sproject__title {

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    margin-bottom: 30px;

}



.sproject__back {

    margin-top: 45px;

    margin-bottom: 45px;

}



.sproject__back a {

    font-weight: 700;

    font-size: 20px;

    color: var(--blue);

}



.sproject__attributes {

    margin-top: 35px;

}



.sproject__readmore {

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    color: var(--green);

}



.sproject__slider img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



.sproject__slider {

    height: 540px;

    position: relative;

}



.sproject__slider img {

    height: 540px;

    width: 100%;

    object-fit: cover;

}



.sw__slick-next {

    position: absolute;

    right: -30px;

    top: 50%;

    transform: translateY(-50%);

    transition: .2s linear;

}



.sw__slick-next svg,

.sw__slick-prev svg {

    transition: .2s linear;

}



.sw__slick-next:hover svg path,

.sw__slick-prev:hover svg path {

    transition: .2s linear;

    cursor: pointer;

    fill: var(--green);

}



.sw__slick-prev {

    position: absolute;

    left: -30px;

    top: 50%;

    transform: translateY(-50%);

}



.sproject__gallery {

    margin-top: 18px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;

    grid-column-gap: 18px;

}



.sproject__gallery a {

    height: 135px;

    position: relative;

}



.sproject__gallery img {

    height: 135px;

    width: 100%;

    object-fit: cover;

}



.sproject__gallery-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    text-align: center;

    color: #FFF;

    background-color: rgba(37, 45, 68, 0.5);

}



.sporject__related-title {

    margin-bottom: 40px;

}



.sproject__related {

    margin-bottom: 40px;

}



.sw__projectslist .slick-slide {

    margin: 0 8px;

}



.sw__projectslist .slick-list {

    margin: 0 -8px;

}



.sw__projectslist-btn {

    text-align: center;

    margin-bottom: 100px;

    margin-top: 50px;

}



.sw__projectslist-btn a {

    display: inline-flex;

}



.sw__projectslist .sw__slick-next {

    right: -50px;

}



.sw__projectslist .sw__slick-prev {

    left: -50px;

}



.sw__projectslist-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 50px;

}



.sw__projectslist-left-small {

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    color: var(--green);

}



.sw__projectslist-right a {

    font-weight: 600;

    font-size: 16px;

    line-height: 24px;

}



.sw__category-info {

    display: grid;

    grid-template-columns: 600px 1fr;

    margin: 100px auto;

}



.sw_categoryinfo-block {

    text-align: center;

}



.sw_categoryinfo-block svg {

    margin-bottom: 35px;

}



.sw_categoryinfo-block h2 {

    margin-bottom: 25px;

}



.sw_categoryinfo-block a {

    display: inline-flex;

}



.sw__categoryinfo-right {

    display: flex;

    align-items: center;

}



.sw__categoryinfo-right svg {

    min-height: 102px;

    margin-bottom: 35px;

}



.sw__categoryinfo-block-content {

    min-height: 110px;

    display: flex;

    flex-direction: column;

}



.sw__categoryinfo-block-content h4 {

    margin-bottom: 13px;

}



.sw__categoryinfo-right a {

    display: inline-flex;

    margin-top: 25px;

}



.sw__category-header {

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}



.sw__category-header-content {

    padding: 150px 0;

}



.sw__category-header-title {

    display: flex;

    align-items: flex-end;

}



.sw__category-header-title h1 {

    margin-left: 50px;

    font-weight: 700;

    font-size: 45px;

    line-height: 60px;

    color: #FFF;

}



.sw__category-header-description {

    color: #FFF;

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

    margin: 25px 0;

}



.sw__category-header-btn a {

    display: inline-flex;

}



.sw-elementor__workflow {

    margin-top: 40px;

    margin-bottom: 20px;

}



.workflow__icon {

    text-align: center;

}



.workflow__title {

    text-align: center;

    margin-top: 10px;

}



.workflow__description {

    text-align: center;

    margin-top: 20px;

    font-weight: 500;

    font-size: 16px;

    line-height: 32px;

}



.workflow__steps {

    margin-top: 30px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

    grid-column-gap: 25px;

    margin-bottom: 40px;

}



.workflow__step {

    border: 1px solid #49A010;

    background-color: var(--light-green);

    padding: 25px 15px 40px;

}



.workflow__step-inner {

    text-align: center;

}



.workflow__step-title {

    font-weight: 700;

    font-size: 20px;

    line-height: 25px;

    color: var(--blue);

    margin-top: 25px;

}



.workflow__step-inner svg {

    height: 75px;

    width: auto;

    max-width: 100%;

}



.workflow__btn {

    text-align: center;

}



.workflow__btn a {

    display: inline-flex;

}



.text-align-center {

    text-align: center;

}



.sw__projectslist-description {

    margin-bottom: 35px;

}



.hide__show_all-btn {

    display: block;

    margin-bottom: 20px;

}



.hide__show_all-btn .sw__projectslist-right {

    display: none;

}



.sw__post-consultation {

    padding: 80px 0;

    background-color: var(--light-green);

}



.sw__post-consultation-inner {

    max-width: 840px;

    text-align: center;

}



.sw__post-consultation-inner h2 {

    margin-bottom: 20px;

}



.sw__post-consultation-contacts {

    margin-bottom: 30px;

}



.sw__post-consultation-contacts a {

    display: inline-flex;

    align-items: center;

    color: var(--green);

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

}



.sw__post-consultation-contacts a:first-child {

    color: #1E1E1E;

    margin-right: 30px;

}



.sw__post-consultation-contacts svg {

    margin-right: 15px;

}



.sw__post-consultation-description {

    margin-bottom: 35px;

}



.sw__post-consultation-btn {

    display: flex;

    justify-content: center;

}



.sw-elementor__iwt {

    background-color: var(--light-green);

    padding: 80px 0;

    margin-bottom: 60px;

    margin-top: 30px;

}



.sw__iwt-inner {

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-column-gap: 170px;

    align-items: center;

}



.iwt__icon {

    margin-bottom: 25px;

}



.iwt__icon svg {

    height: 100px;

    width: auto;

}



.iwt__title {

    margin-bottom: 25px;

}



.iwt__description {

    margin-bottom: 25px;

}



.iwt__btn {

    display: flex;

}



.iwt__block {

    display: flex;

    align-items: center;

    margin-bottom: 40px;

}



.iwt__block-left {

    margin-right: 30px;

}



.iwt__block-left svg {

    max-height: 75px;

    width: auto;

}



.iwt__block_title {

    margin-bottom: 8px;

}



.iwt_block-count-4 {

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-column-gap: 100px;

    grid-row-gap: 60px;

}



.iwt_block-count-4 .iwt__block {

    flex-direction: column;

    align-items: flex-start;

}



.iwt_block-count-4 .iwt__block-left {

    margin-right: 0;

    margin-bottom: 30px;

}



.iwt_block-count-4 .iwt__block_title {

    margin-bottom: 15px;

}



.sw__elementor-button {

    display: flex;

}



.button__align-left {

    text-align: left;

}



.button__align-center {

    text-align: center;

}



.button__align-right {

    text-align: right;

}

.sw__first-level > li {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.sw__first-level > li:last-child {
    margin-right: 0;
}

.sw__first-level > li > ul {
    padding: 20px 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    min-width: 220px;
}

.sw__submenu {
    display: none;
}

.sw__first-level {
    position: relative;
}

.sw__first-level > li:hover > ul {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 20px;
}

.sw__has-submenu::before {
/* .sw__submenu:before { */
    content: url('/wp-content/uploads/Group-12.svg');
    width: 12px;
    height: 7px;
    position: absolute;
    display: block;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.sw__has-submenu:hover:before {
    content: url('/wp-content/uploads/Group-11.svg');
}

.sw__has-thirdlevel {
    position: relative;
}

.sw__has-thirdlevel:before {
    content: url(/wp-content/uploads/Group-13.svg);
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}

.sw__has-thirdlevel:first-child:before {
    top: 25px;
}

.sw__submenu a {
    color: #FFF;
    line-height: 35px;
    white-space: nowrap;
}

.sw__submenu li a {
    padding:0 30px;
    display: block;
}

.sw__submenu li:hover a {
    background-color: var(--blue);
}

.sw__submenu li:hover a {
    color: #FFF;
}

.sw__submenu > li {
    background-color: rgba(73, 160, 16, 0.9);
}

.sw__submenu > li:first-child {
    padding-top: 20px;
}

.sw__submenu > li:last-child {
    padding-bottom: 20px;
}

.sw__has-thirdlevel:hover .sw__third-level {
    display: block;
    position: absolute;
    left: 220px;
    top: 0px;
    min-width: 220px;
}

.sw__has-thirdlevel:first-child:hover .sw__third-level {
    top: 20px;
}

.sw__has-thirdlevel a {
    white-space: nowrap;
}

.sw__third-level li {
    background-color: var(--blue);
}

.sw__third-level li:hover a {
    color: var(--green);
}

.review__upper-title {
    color: var(--green);
    text-align: center;
    line-height: 30px;
}

.review__title {
    text-align: center;
}

.review__slider {
    margin-top: 40px;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.sw__review {
    background-color: #F3F8EF;
    border: 1px solid var(--green);
    padding: 30px 65px 50px;
    text-align: center;
}

.sw__review-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
}

.sw__review-header span:first-child {
    margin-right: 5px;
}

.sw__review-header span:last-child {
    margin-left: 5px;
}

.review__text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
}

.review__slider .slick-slide {
    margin: 0 8px;
}



.review__slider .slick-list {
    margin: 0 -8px;
}

.review__slider .sw__slick-prev {
    left: -50px;
}

.review__slider .sw__slick-next {
    right : -50px;
}

.otgs-development-site-front-end {
    display: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url('/wp-content/uploads/Group-12.svg');
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border: none !important
}

.wpml-ls-item-toggle {
    border: none !important
}

.wpml-ls {
    width: 45px;
}

.wpml-ls-legacy-dropdown a {
    font-weight: 600;
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
}

.wpml-ls-legacy-dropdown a span {
    font-weight: 600;
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: #fff !important;
    color: var(--blue) !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none !important;
}

.elementor-toggle-title {
    font-family: var(--text-primary-font) !important;
    font-size: 18px;
}

.wpcf7-submit {
    padding-left: 50px;
    padding-right: 50px;
}

.elementor-tab-content {
    font-family: var(--text-primary-font) !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 32px;
}

.fixed__header {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
}

.fixed__header + main {
    padding-top: 132px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-104px);
	}
	100% {
		transform: translateY(0px);
	}
}

.header__logo-mobile {
    display: none;
}

.header__mobile-btn {
    display: none;
}

.header__mobile-btn span {
    width: 35px;
    height: 4px;
    display: block;
    background-color: var(--green);
    border-radius: 5px;
}

.header__mobile-btn span:nth-child(2) {
    margin: 6px 0;
}

.header__mobile-btn:hover {
    cursor: pointer;
}

.mobile__nav {
    position: fixed;
    width: 500px;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: #FFF;
    border-left: 1px solid var(--green);
    display: none;
}

.mobile__nav-inner {
    padding: 60px 20px 30px;
}

.sw__first-level  {
    display: flex;
    align-items: center;
}

.mobile__nav .navigation__item {
    font-size: 20px !important;
    line-height: 23px !important;
    margin-bottom: 20px !important;
}

.mobile__nav .sw__first-level > li {
    margin-right: 0;
}

.sw__has-submenu {
    text-align: center;
}

.mobile__nav .sw__has-submenu::before {
    right: 0;
    left: initial;
    transform: none;
}

.mobile__nav .sw__has-submenu {
    display: flex;
    flex-direction: column;
}

.mobile__nav .sw__submenu {
    display: none;
    flex-direction: column;
    transform: none;
    padding-top: 0;
    min-width: initial;
    width: 100%;
}

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

@-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}

.slide-out-right {
	-webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
  
@-webkit-keyframes slide-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
}
  
.mobile__nav-close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mobile__nav-close svg {
    width: 30px;
    height: auto;
}

.mobile__nav-close:hover {
    cursor: pointer;
}

.mobile__nav-close svg path {
    fill: var(--green);
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.slick-dots button {
    width: 0px;
    height: 0px;
    font-size: 0px;
}

.slick-dots li:before {
    width: 10px !important;
    height: 10px !important;
    background-color: #cfcfcf !important;
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    top: -2px
}

.slick-dots li.slick-active:before {
    background-color: var(--green) !important;
}

.sproject__related .sw__projects {
    display: block;
}

.sproject__related .slick-slide {
    margin: 0 8px;
}

.sproject__related .slick-list {
    margin: 0 -8px;
}