/*!
Theme Name: Powered
Theme URI: Petro Pasteruk
Author: Underscores.me
Author URI: Petro Pasteruk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: powered
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 0;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    height: 100%;
}

body.admin-bar .header {
    top: 32px;
}

/* Global */
.container {
    max-width: 1280px;
    margin: 0 auto;
}

.btn {
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    border-radius: 8px;
    border: none;
    padding: 17px 0;
    position: relative;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}

.btn::after {
    content: "";
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%);
    border-radius: 8px;
    z-index: -1;
}

.btn:hover {
    background: transparent;
}

.link {
    font-size: 18px;
    transition: all .3s;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link:hover {
    border-bottom: 1px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%) 1;
}


.toast-title,
.toast-message {
    font-size: 14px;
}
/* \Global */


/* Navigation */
.nav {}

.nav__list {
    list-style: none;
    display: flex;
}

.nav__item {
    margin-right: 20px;
}

.nav__item.gradient .nav__link {
    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav__item:nth-last-of-type(1) {
    margin-right: 0;
}

.nav__link {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.nav__link:hover {
    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%) 1;
}
/* \Navigation */

#wrapper {
    min-height: 100%;
    padding-bottom: 80px;
    overflow: hidden;
}


/* Header */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
}

.header__logo {
    max-height: 100px;
}

.header__logo img,
.header__logo svg {
    height: 100px;
}

.header__btn {
    width: 225px;
    background: #131313;
}

.header__language {
    list-style: none;
    display: flex;
    margin-left: 20px;
}

#lang_choice_1 {
    font-size: 18px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
}

#lang_choice_1 * {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.lang-item {
    margin-right: 20px;
}

.lang-item:nth-last-of-type(1) {
    margin-right: 0;
}

.lang-item a{
    /*font-family: "Nano Sans", sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 12px;*/
    /*text-transform: uppercase;*/
    /*opacity: 0.4;*/
    transition: all .3s;
    /*color: #fff;*/
    text-decoration: none;

    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.lang-item:hover a {
    /*opacity: 1;*/

    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%) 1;
}

.lang-item.current-lang a {
    /*opacity: 1;*/

    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%) 1;
}
/* \Header */

main {
    background: linear-gradient(180deg, #131313 0%, #131313 0.01%, #16161C 34.9%, #000000 97.92%);
}

/* Intro */
.intro {
    background: url("images/intro_bg.svg") center center no-repeat;
    background-size: 60%;
    padding-top: 70px;
    /*padding-top: 300px;*/
}

.intro__title {
    font-size: 120px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-family: "Russo One", sans-serif;
    text-align: center;
}

.intro__image {
    max-width: 825px;
    margin: 0 auto;
}

.intro__description {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    /*margin-top: 22px;*/
}

.slider__container {
    max-width: calc(100vw - 100px);
    overflow: hidden;
}

.swiper {
    overflow: visible;
    /*padding: 0 50px;*/
}

.intro__slider-title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    /*margin-top: 180px;*/
    margin-top: 100px;
    margin-bottom: 40px;
    color: #fff;
}

.intro__slider {
    list-style: none;
}

.intro__slide {
    border: 2px solid #EDD020;
    cursor: pointer;
    transition: all .3s;
    background: transparent;
    border-radius: 8px;
    padding: 30px 45px 24px;
}

.intro__slide:hover {
    background: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%);
}

.intro__slide:hover .intro__item {
    border-bottom: 1px solid rgba(19, 19, 19, 0.2);
}

.intro__slide:hover .intro__land,
.intro__slide:hover .intro__value {
    color: rgba(19, 19, 19, 1);
}

.intro__slide:hover path {
    fill: rgba(19, 19, 19, 1);
}

.intro__slide svg {
    margin-bottom: 24px;
    max-height: 62px;
    transition: all .3s;
}

.intro__list {
    list-style: none;
}

.intro__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    transition: all .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.intro__land,
.intro__value {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
}

.swiper-wrapper {
    height: unset;
}

.swiper-controls {
    position: relative;
    height: 50px;
    margin-top: 25px;
}

.swiper-pagination {
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .1) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.24) !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 0.2) !important;
    z-index: 11;
}

.swiper-button-next {
    left: calc(50% + 90px);
    transform: translateX(50%);
}

.swiper-button-prev {
    left: calc(50% - 90px);
    transform: translateX(-100%);
}
/* \Intro */


/* Services */
.services {
    margin-top: 165px;
    padding-bottom: 50px;
    position: relative;
}

.services .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services:before {
    content: url("images/logo_black.svg");
    position: absolute;
    transform: matrix(0.8, -0.6, 0.59, 0.8, 0, 0) translateX(-50%);
    top: -165px;
    z-index: 0;
}

.services__title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
}

.services__title:after,
.services__title:before {
    content: "";
    height: 2px;
    width: 20px;
    border-radius: 20px;
    position: absolute;
    background: #675223;
    top: 50%;
    transform: translateY(-50%);
}

.services__title:after {
    left: calc(100% + 20px);
}

.services__title:before {
    right: calc(100% + 20px);
}

.services__list {
    list-style: none;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services__item {
    margin-bottom: 40px;
    width: calc(50% - 20px);
    background: #1e1d22;
    padding: 25px;
    overflow: hidden;
}

.services__heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.services__img {
    width: 40px;
    margin-right: 16px;
}

.services__service-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.services__content,
.services__content * {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
}

/* \Services */


/* Promotion */

/* \Promotion */
.promotion {
    margin-bottom: 90px;
}

.promotion .container {
    background: #1e1d22;
    padding: 30px !important;
}

.promotion__heading {
    margin-bottom: 30px;
}

.promotion__img {
    height: 40px;
    margin-right: 10px;
}

.promotion__title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.promotion__buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.promotion__item {
    max-width: 170px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.promotion__btn {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 8px 16px;
    transition: all .3s;
}

.promotion__btn:hover {
    opacity: 0.7;
}

.promotion__btn img {
    max-width: 80%;
}

/* Contact us */
.contact {
    background: #161616;
    padding-top: 85px;
    padding-bottom: 105px;
    position: relative;
}

.contact:before {
    content: url("images/logo_black.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
}

.contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contact__heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.contact__image {
    margin: 0 auto 20px;
    display: block;
}

.contact__title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.contact__block:nth-of-type(1) {
    width: 40%;
}

.contact__block:nth-of-type(2) {
    width: 50%;
    display: flex;
    align-items: center;
}

.contact__form-block {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.contact__label {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: all .3s;
}

.contact__input {
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    position: relative;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    background: none;
    transition: all .3s;
}

.contact__input::placeholder {
    text-transform: uppercase;
}

.contact__input:hover {
    border-color: #fff;
}

.contact__input:focus,
.contact__input:active {
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: linear-gradient(55.8deg, #EA552C -29.54%, #EEE41E 118.24%) 1;
    outline: none;
}

.contact__input:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact__input.wpcf7-not-valid {
    border-bottom: 2px solid #EB5757;
    border-top: none;
    border-left: none;
    border-right: none;
    border-image: none;
    outline: none;
}

.contact__btn {
    width: 100%;
    z-index: 1;
    background: #161616;
    position: relative;
}

.contact__btn > span {
    position: relative;
    z-index: 1;
    font-size: inherit;
}

.contact__btn:hover:before {
    background: transparent;
}

.contact__btn::before {
    content: "";
    transition: all .3s;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: #161616;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact__details {
    list-style: none;
    position: relative;
    z-index: 1;
}

.contact__detail {
    margin-bottom: 40px;
}

.contact__detail:nth-last-of-type(1) {
    margin-bottom: 0;
}

.contact__detail-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff;
}

.contact__detail-content {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.contact__detail-content > .link {
    margin-left: 20px;
}

#submitBtn,
.wpcf7-response-output {
    display: none;
}
/* \Contact us */


/* Footer */
.footer {
    height: 80px;
    margin-top: -80px;
    background: #000;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer__socials {
    list-style: none;
    display: flex;
}

.footer__social {
    margin-left: 45px;
}

.footer__social:nth-of-type(1) {
    margin-left: 0;
}

.footer__link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer__link > span {
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.footer__link > img,
.footer__link > svg {
    height: 20px;
    width: 20px;
}

.footer__link * {
    transition: all .3s;
}

.footer__link path {
    fill: #ECA024;
    fill-opacity: 1;
}

.footer__link:hover path {
    fill: #fff;
}

.footer__copyright {
    color: #666666;
    text-align: center;
    font-size: 12px;
}

.footer__logo img,
.footer__logo svg {
    max-height: 100%;
}
/* \Footer */


/* Adaptive */
@media (max-width: 1580px) {
    .header {
        padding: 0 25px;
    }
}

@media (max-width: 1300px) {
    .container {
        padding: 0 20px;
    }
    .promotion .container {
        padding: 20px !important;
    }
}

@media (max-width: 1120px) {
    .services__content {
        font-size: 14px;
    }
}

@media (max-width: 1015px) {
    .services__big-block,
    .services__small-block {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1000px) {
    .promotion__buttons {
        width: 100%;
        justify-content: space-between;
    }
    .promotion__item {
        max-width: initial;
        width: calc(100% / 4 - 15px);
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .contact .container {
        flex-direction: column-reverse;
    }

    .contact__block:nth-of-type(2) {
        margin-bottom: 25px;
        text-align: center;
    }

    .contact__block {
        width: 100% !important;
    }
	.contact__detail-content > .link {
		display: block;
		text-align: center;
		margin-left: 0;
	}
}

@media (max-width: 820px) {
    .services__item {
        flex-direction: column !important;
    }

    .services__big-block,
    .services__small-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .services__big-block {
        margin-bottom: 40px;
    }
}

@media (max-width: 770px) {
    .footer__social {
        margin-left: 15px;
    }
    .intro {
        background: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}

@media (max-width: 730px) {
    .intro__title {
        font-size: 42px;
    }

    .intro__description {
        font-size: 16px;
    }
    
    .slider__container {
        width: 100vw;
    }
}

@media (max-width: 650px) {
    .services__item {
        width: 100%;
    }
    .promotion__title {
        text-align: center;
        font-size: 18px;
    }
    .promotion__item {
        width: calc(100% / 3 - 13px);
    }
}

@media (max-width: 615px) {
    .footer__logo img,
    .footer__logo svg {
        height: 40px;
        max-width: 100px;
    }
    .footer .container {
        height: 100%;
    }
}

@media (max-width: 580px) {
    /*.nav {*/
    /*    display: none;*/
    /*}*/
}

@media (max-width: 485px) {
    .footer__copyright {
        display: none;
    }
}

@media (max-width: 465px) {
	.slider__container {
		padding: 0;
    	max-width: calc(100vw - 40px);
	}
	.swiper-button-next {
    	right: calc(50% - 90px);
		left: initial;
	}
	.swiper-button-prev {
    	left: calc(50% - 75px);
	}
}

@media (max-width: 420px) {
    .services__item {
        text-align: center;
    }
    .services__sub-title {
        text-align: left;
    }
    .contact__detail-title {
        font-size: 18px;
    }
    .contact__detail-content {
        font-size: 14px;
    }
    .intro {
        padding-top: 130px;
    }
    .intro__slider-title {
        margin-top: 100px;
    }
}
@media (max-width: 450px) {
    .intro__title {
        font-size: 34px;
    }
    .intro__description {
        font-size: 14px;
        padding: 0 15px;
    }
    .header__btn {
        width: 170px;
    }
    .header__logo > img {
        width: 100px;
    }
}

@media (max-width: 400px) {
    .services__content {
        font-size: 13px;
    }
    .intro__slider-title,
    .services__title,
    .contact__title {
        font-size: 22px;
    }
}

@media (max-width: 355px) {
	.intro__land, .intro__value {
		font-size: 16px;
	}
}
/* \Adaptive */