@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

html {
    box-sizing: border-box;
}

*, *:after, *:before {
    box-sizing:inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.top {
    background-color: #22282e;
}

.top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 55px;
}

.top .wrapper a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}

.top .wrapper a:hover {
    text-decoration: underline;
}

.top .wrapper a::before {
    content: '';
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

a.top__email::before {background-image: url(../images/ico_mail.png);}
a.top__phone::before {background-image: url(../images/ico_phone.png);}
a.top__time::before {background-image: url(../images/ico_time.png);}

.header {
    background-color: #161b22;
    background-image: url(../images/header_bg.png);
    color: #fff;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

a.header__logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.header__logo img {
    width: 160px;
    border-radius: 5px;
}

.header__logo__content {
    display: flex;
    flex-direction: column;
    line-height: 27px;
}

.header__logo__content__title {
    font-family: 'Forum', cursive;
    font-size: 27px;
    text-transform: uppercase;
}

.header__logo__content__subtitle {
    font-weight: 300;
}

.header__menu {
    display: flex;
}

.header__menu a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
}

.header__menu a:hover,
.header__menu a.active {
    color: #fff;
    text-decoration: underline;
}

.header__menu > :first-child {
    margin: 0;
}

.home {
    position: relative;
}

.home::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.home__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    min-height: calc(100svh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home__content h1 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: 'Forum', cursive;
    font-weight: 300;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 60px;
}

.home__content h1 span {
    color: #ffd79b;
    font-size: 64px;
}

.home__slider {
    position: relative;
    z-index: 1;
}

.home .slick-list {
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.home .slick-track {
	display: flex;
}

.home__slider__item {
    width: 100%;
    height: calc(100vh - 160px);
}

.home__slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__content__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ddd;
    margin: 50px 0 0 0;
    max-width: 550px;
}

.home__content__title::before {
    content: '';
    background-image: url(../images/ico_desint.png);
    background-position: center;
    background-size: cover;
    width: 64px;
    height: 64px;
}

.home__content__title span {
    width: calc(100% - 84px);
    padding: 0 0 0 20px;
    border-left: solid 1px #ddd;
}

.tarifs {
    position: relative;
}

.tarifs .slick-list {
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.tarifs .slick-track {
	display: flex;
}

.tarifs .slick-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 15;
    background-image: url(../images/ico_arrow.svg);
    background-color: #ffd79b;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.tarifs .slick-arrow.slick-prev {
    top: calc(50% - 10px);
    transform: rotate(180deg);
}

.tarifs .slick-arrow.slick-next {
    bottom: calc(50% + 25px);
}

.tarifs_item.slick-slide {
    display: flex;
}

.tarifs_item > div {
    width: 50%;
    background-color: #161b22;
    height: 600px;
}

.tarifs_item__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tarifs_item__content {
    padding: 50px;
    font-size: 16px;
    color: #999;
}

.tarifs_item__content__title {
    font-family: 'Forum', cursive;
    font-size: 34px;
    margin: 0 0 20px;
    color: #fff;
}

.tarifs_item__content ul li::marker {
    color: #ffd79b;
}

.tarifs_item__content__cost strong {
    color: #ffd79b;
    font-family: 'Forum', cursive;
    font-weight: 100;
    font-size: 27px;
}

.tarifs_item__content__footer > a {
    background-color: #ffd79b;
    color: #000;
    text-decoration: none;
    font-family: 'Forum', cursive;
    font-size: 21px;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 7px;
    display: inline-block;
    margin: 0;
}

.steps {
    background-color: #161b22;
}

.steps .wrapper {
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
}

.steps .wrapper h2 {
    color: #fff;
    font-family: 'Forum', cursive;
    font-weight: 100;
    font-size: 4vw;
}

.steps__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 25px 0 0 0;
}

.steps__item {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 0 50px;
    color: #fff;
}

.steps__row > :nth-child(1n) {
    padding: 0 10px 0 0;
}

.steps__row > :nth-child(2n) {
    padding: 0 0 0 10px;
}

.steps__item__icon {
    width: 80px;
    height: 80px;
    border: solid 3px #ffd79b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.steps__item__icon img {
    width: 65%;
    height: 65%;
    object-fit: cover;
}

.steps__item__content {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
}

.steps__item__content h3 {
    color: #ffd79b;
    font-family: 'Forum', cursive;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.portfolio {
    overflow: hidden;
    padding-bottom: 50px;
}

.portfolio__header {
    display: flex;
    align-items: center;
    margin: 25px 15px;
}

.portfolio__header__title {
    background-color: #161b22;
    color: #fff;
    padding: 0 50px;
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
}

.portfolio__header__subtitle {
    text-transform: uppercase;
    font-family: 'Forum', cursive;
    font-size: 100px;
    font-weight: 900;
    margin: 0 0 0 50px;
}

.portfolio__list .slick-list {
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.portfolio__list .slick-track {
	display: flex;
}

.portfolio__list .slick-arrow {
    position: absolute;
    right: -15px;
    margin: 0 auto;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 15;
    background-image: url(../images/ico_arrow.svg);
    background-color: #ffd79b;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.portfolio__list .slick-arrow.slick-prev {
    top: calc(50% - 10px);
    transform: rotate(180deg);
}

.portfolio__list .slick-arrow.slick-next {
    bottom: calc(50% + 25px);
}

.portfolio__item {
    margin: 15px;
    background-color: #fff;
    text-decoration: none;
}

.portfolio__list__gall {
    display: none;
}

.portfolio__list .slick-track a {
    display: none;
}

.portfolio__list .slick-track a.portfolio__item {
    display: block;
}

.portfolio__item__content {
    height: 350px;
    position: relative;
}

.portfolio__item__content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio__item__content > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    color: #fff;
}

.portfolio__item__content > span strong {
    display: flex;
    font-family: 'Forum', cursive;
    font-size: 60px;
    font-weight: 900;
}

.portfolio__item__content > span strong span {
    transform: rotate(-90deg);
    font-weight: 100;
    font-size: 35px;
    margin: 0 0 0 30px;
}

.portfolio__item__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.portfolio__item__title {
    padding: 15px 0;
    color: #000;
    font-family: 'Forum', cursive;
    font-weight: 900;
    font-size: 24px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.consult {
    background-color: #161b22;
    color: #fff;
}

.consult .wrapper {
    display: flex;
}

.consult form {
    background-color: #22282e;
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
    width: 400px;
}

.consult__content {
    width: calc(100% - 400px);
}

.consult__title {
    font-family: 'Forum', cursive;
    font-size: 44px;
    line-height: 35px;
    text-align: center;
}

.consult__subtitle {
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 16px;
}

.consult form input,
.consult form textarea {
    background-color: #161b22;
    border: none;
    margin: 0 0 7px;
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.consult form input::placeholder,
.consult form textarea::placeholder {
    color: #999;
}

.consult__priv {
    font-size: 12px;
    margin: 5px 0 35px 0;
}

.consult__priv a {
    color: #fff;
}

.consult__send {
    display: flex;
    align-items: center;
}

.consult__send span,
.consult__send button {
    width: 50%;
}

.consult__send span {
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px 0 0;
}

.consult__send button {
    background-color: #ffd79b;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    cursor: pointer;
}

.consult__send button:hover {
    background-color: #f8ca86;
}

.consult__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 0 40px 40px;
}

.consult__item {
    width: calc(50% - 20px);
    display: flex;
}

.consult__content > :nth-child(3) {
    width: 100%;
}

.consult__item__cover {
    width: 80px;
    height: 80px;
    border: solid 3px #ffd79b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.consult__item__cover img {
    width: 65%;
    height: 65%;
    object-fit: cover;
}

.consult__item__content {
    width: calc(100% - 80px);
    padding: 0 0 0 15px;
}

.consult__item__content h3 {
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 27px;
    color: #ffd79b;
}

.consult__item__content p {
    font-size: 16px;
    font-weight: 300;
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer .wrapper {
    display: flex;
}

.footer .wrapper > div {
    width: 50%;
}

.footer__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
}

.footer__content__title {
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 900;
    color: #ffd79b;
    margin: 0 0 10px;
}

.footer__content p {
    font-size: 14px;
    font-weight: 300;
}

.footer__content a {
    background-color: #ffd79b;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 15px 50px;
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    font-weight: 900;
    margin: 25px 0 0 0;
    border-radius: 5px;
}

.footer__contact {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 20px;
}

.footer__contact > div {
    width: 50%;
}

.footer__contact__item__title {
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    color: #ffd79b;
    font-weight: 900;
    font-size: 14px;
    margin: 0 0 10px;
}

.footer__contact__item p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.footer__contact__item p a {
    color: #fff;
    text-decoration: none;
}

.proj {
    padding: 50px 0;
    background-color: #22282e;
    color: #fff;
}

.proj .wrapper {
    display: flex;
    align-items: center;
}

.proj .wrapper > div {
    width: 50%;
}

.proj__cover video {
    width: 100%;
    padding: 0 25px 0 0;
}

.proj__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 25px;
}

.proj__content__title {
    font-family: 'Forum', cursive;
    font-size: 40px;
    margin: 0 0 15px;
    color: #ffd79b;
}

.proj__content p {
    margin: 0 0 15px;
}

.proj__content > a {
    background-color: #ffd79b;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 15px 50px;
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    font-weight: 900;
    margin: 15px 0 0 0;
    border-radius: 5px;
}

.header__burger, .filetype {
    display: none;
}

.fancybox-caption__body a {
    background: #ffd79b;
    color: #000 !important;
    padding: 15px 30px;
    display: inline-block;
    font-family: 'Forum', cursive;
    font-size: 18px;
    font-weight: 900;
    border-radius: 5px;
}

@media screen and (max-width: 1250px) {
    .tarifs_item__content {
        padding: 30px;
    }
    .tarifs_item__content__title {
        margin: 0 0 10px;
        line-height: normal;
    }
    .tarifs_item__content__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .portfolio__list .slick-arrow {
        right: 10px;
    }
    .consult__item__cover {
        width: 50px;
        height: 50px;
        border: solid 2px #ffd79b;
    }
    .consult__item__content h3 {
        font-size: 24px;
    }
    .consult__item__content {
        width: calc(100% - 50px);
        padding: 0 0 0 10px;
    }
    .consult__item__content p {
    }
    .consult__title {
        font-size: 31px;
    }
    .consult__subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 1040px) {
    .consult form {
        width: 300px;
    }
    .footer__contact {
        flex-direction: column;
        justify-content: center;
        padding: 20px 0 20px 20px;
        align-items: flex-end;
    }
    .footer__contact > :nth-child(1) {
        margin: 0 0 20px;
    }
    .footer__contact__item p {
        font-size: 12px;
    }
    .footer__contact__item__title {
        margin: 0 0 5px;
    }
    .consult__item {
        width: 100%;
        margin: 0 0 25px;
    }
    .consult__content > :last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    body {
        font-size: 16px;
    }
    .tarifs_item__content__footer>a {
        font-size: 18px;
        padding: 10px 20px;
    }
    .tarifs_item>div {
        height: 650px;
    }
    .proj .wrapper>div.proj__cover {
        width: 35%;
    }
    .proj .wrapper>div.proj__content {
        width: 65%;
    }
    .steps__item__icon {
        width: 50px;
        height: 50px;
        border: solid 2px #ffd79b;
    }
    .steps__item__content {
        width: calc(100% - 50px);
    }
    .steps__item__content h3 {
        text-transform: none;
        margin: 0 0 5px;
        line-height: normal;
    }
    .portfolio__header__subtitle {
        font-size: 60px;
    }
    .portfolio__item__content {
        height: 265px;
    }
}

@media screen and (max-width: 860px) {
    .steps__item {
        width: 100%;
        margin: 0 0 25px;
    }
    .header__logo img {
        width: 140px;
    }
    .header__logo__content__subtitle {
        font-size: 14px;
    }
    .header__menu a {
        font-size: 14px;
    }
    .tarifs {
        background-color: #161b22;
    }
    .tarifs_item.slick-slide {
        flex-direction: column-reverse;
        position: relative;
    }
    .tarifs_item>div {
        width: 100%;
    }
    .tarifs_item>div.tarifs_item__cover {
        display: none;
    }
    .tarifs_item>div.tarifs_item__content {
        height: auto;
    }
    .tarifs .slick-arrow {
        width: 25px;
        height: 25px;
        background-size: 40%;
    }
    .tarifs .slick-arrow.slick-next {
        right: 10px;
        left: unset;
        top: 50%;
    }
    .tarifs .slick-arrow.slick-prev {
        left: 10px;
        right: unset;
        top: 50%;
    }
    .steps__row>:nth-child(1n),
    .steps__row>:nth-child(2n) {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .top .wrapper a {
        font-size: 14px;
    }
    .top .wrapper a::before {
        width: 16px;
        height: 16px;
        margin: 0 5px 0 0;
    }
    .header__menu {
        display: none;
    }
    .header__burger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .header__burger::after,
    .header__burger::before {
        content: '';
    }
    .header__burger span,
    .header__burger::after,
    .header__burger::before {
        height: 2px;
        width: 40px;
        background-color: #fff;
    }
    .header__burger span {
        margin: 10px 0;
    }
    .header__burger__menu {
        display: flex;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 20;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header__burger__menu > .header__burger {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .header__burger__menu .header__burger::after,
    .header__burger__menu .header__burger::before {
        display: none;
    }
    .header__burger__menu .header__burger svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    .header__burger__menu__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header__burger__menu__content a {
        color: #fff;
        font-family: 'Forum', cursive;
        font-size: 27px;
        margin: 10px 0;
        text-decoration: none;
    }
    .home__content h1 {
        font-size: 27px;
        line-height: normal;
    }
    .home__content h1 span {
        font-size: 42px;
    }
    .home__content__title {
        margin: 25px 0 0 0;
    }
    .portfolio__header {
        justify-content: space-between;
    }
    .portfolio__header__title {
        padding: 5px 50px;
        font-size: 18px;
    }
    .portfolio__header__subtitle {
        font-size: 40px;
        margin: 0;
    }
    .consult .wrapper {
        flex-direction: column-reverse;
    }
    .consult__content {
        width: 100%;
        padding: 25px 15px;
    }
    .consult__item, .consult__content>:nth-child(3) {
        margin: 0;
    }
    .consult__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 0 25px;
    }
    .consult__item__content {
        padding: 0;
    }
    .consult__item__content h3 {
        text-transform: none;
        font-size: 21px;
    }
    .consult form {
        width: 100%;
    }
    .footer .wrapper {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .footer .wrapper>div.footer__contact {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        padding: 0;
    }
    .footer__contact>:nth-child(1) {
        margin: 0;
    }
    .footer .wrapper>div.footer__content {
        margin: 0;
        width: 100%;
        padding-bottom: 0;
        padding-top: 25px;
    }
    .footer__content__title {
        text-transform: none;
        font-weight: 100;
    }
    .steps .wrapper h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 600px) {
    .proj {
        padding: 25px 0;
    }
    .proj .wrapper {
        flex-direction: column;
    }
    .proj .wrapper>div.proj__cover,
    .proj .wrapper>div.proj__content {
        width: 100%;
        padding: 0;
    }
    .proj .wrapper>div.proj__cover {
        display: flex;
        justify-content: center;
    }
    .proj .wrapper>div.proj__cover img {
        max-width: 150px;
    }
    .portfolio__header {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 500px) {
    .home__content h1 {
        text-align: center;
        font-size: 21px;
    }
    .home__content h1 span {
        font-size: 33px;
    }
    .home__content__title {
        flex-direction: column;
        margin: 5px 0 0 0;
    }
    .home__content__title span {
        border-top: solid 1px #ddd;
        border-left: none;
        padding: 15px 0 0 0;
        margin: 15px 0 0 0;
    }
    .top .wrapper a.top__time {
        display: none;
    }
    .portfolio__header__title {
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }
}

@media screen and (max-width: 439px) {
    a.header__logo {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .header__logo__content {
        line-height: 18px;
    }
    .header__logo__content__title {
        font-size: 21px;
    }
}

@media screen and (max-width: 400px) {
    .header__logo__content__title {
        line-height: normal;
    }
    .header__logo__content__subtitle {
        font-size: 12px;
    }
    .header__logo img {
        width: 110px;
    }
    .home__content__title span {
        width: 100%;
    }
    .tarifs_item__content__title {
        font-size: 27px;
    }
    .proj__content__title {
        font-size: 27px;
        margin: 0;
    }
    .steps .wrapper {
        padding: 25px 10px;
    }
    .steps .wrapper h2 {
        font-size: 27px;
    }
    .footer .wrapper>div.footer__contact {
        flex-direction: column-reverse;
    }
    .footer__contact>:nth-child(2) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 350px) {
}

@media screen and (max-width: 600px) {
}