@font-face{
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.eot');
    src: url('./fonts/Gilroy-Regular.eot?iefix') format('eot'),
    url('./fonts/Gilroy-Regular.woff') format('woff'),
    url('./fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.body {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.burger-contacts-block {
    display: flex;
    visibility: hidden;
    flex-direction: column;
    position: fixed;
    width: 0;
    height: 100vh;
    background: #1C1C1C;
    top: 0;
    right: 0;
    padding: 0 20px;
    transition: 0.3s;
    z-index: 4;
}

.burger-contacts-block__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    margin-bottom: 50px;
}

.burger-contacts-block__header-close {
    width: auto;
    transition: 0.3s;
}

.burger-contacts-block__header-close img {
    padding: 6px;
    cursor: pointer;
}

.burger-contacts-block__site {
    display: flex;
    justify-content: center;
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    text-decoration: none;
}

.burger-contacts-block__site:hover {
    text-decoration: underline;
}

.burger-contacts-block__contacts {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.burger-contacts-block__contacts-item {
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    text-decoration: none;
}

.burger-contacts-block__contacts-item:hover {
    text-decoration: underline;
}


.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    color: white;
    height: 64px;
    border: 1px solid white;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    font: 600 18px/28px "Gilroy", sans-serif;
    text-decoration: none;
    text-align: center;
}

.button:hover {
    background: white;
    color: #232323;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    background: #232323;
    color: white;
    padding: 0 16%;
}

.header__site {
    display: flex;
    justify-content: center;
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.header__site:hover {
    text-decoration: underline;
}

.header__contacts {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0 3% 0 11%;
}

.burger-contacts-block__links {
    display: flex;
    flex-direction: column;
    user-select: none;
}

.burger-contacts-block__link {
    padding: 6px 0;
    font: 600 20px/28px "Gilroy", sans-serif;
    text-decoration: none;
    color: white;
}

.burger-contacts-block__link:hover {
    text-decoration: underline;
}

.header__contacts-item {
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.header__contacts-item:hover {
    text-decoration: underline;
}

.header__contacts-item:first-child {
    margin-right: 20px;
}

.header__burger {
    display: none;
}

.header__burger img {
    padding: 6px;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .header {
        padding: 0 10%;
    }
    .header__contacts {
        flex-direction: column;
        align-items: center;
    }
    .header__contacts-item:first-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .header {
        height: 60px;
        padding: 0 16px;
    }
    .header__contacts {
        display: none;
    }
    .header__site {
        display: none;
    }
    .header__burger {
        display: flex;
        justify-content: flex-end;
    }
}

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
    background: #232323;
}

.carousel {
    display: flex;
    width: 100%;
    height: 910px;
}

.carousel__description {
    display: flex;
    align-items: center;
    width: 50%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0 5%;
}

.header__social {
    display: none;
    justify-content: space-between;
    min-width: 160px;
}

.carousel__social {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 90px;
}

.header__social-item {
    padding: 4px 8px;
}

.carousel__social-item {
    padding: 8px;
}

.carousel__description-block {
    position: relative;
    padding-left: 20%;
    display: flex;
    flex-direction: column;
}

.carousel__description-block-title {
    display: flex;
    width: 100%;
    font: 700 50px/78px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 10px;
}

.carousel__description-block-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.carousel__description-block-text-big {
    font: 400 24px/37px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 10px;
}

.carousel__description-block-text-little {
    font: 400 16px/25px "Gilroy", sans-serif;
    color: white;
}

.carousel__description-block-consultation {
    display: flex;
    width: 100%;
}

.carousel__description-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("./images/intro/intro_bg-min.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1600px) {
    .carousel__description {
        padding: 0 3%;
    }
}

@media (max-width: 1280px) {
    .carousel {
        height: 664px;
    }

    .carousel__description {
        padding: 0 3%;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .carousel__description-block {
        margin-bottom: 30px;
        align-items: center;
    }

    .carousel__description-block-title {
        justify-content: center;
        font: 600 32px/50px "Gilroy", sans-serif;
    }

    .carousel__description-block-text {
        margin-bottom: 50px;
    }

    .carousel__description-block-text-big {
        text-align: center;

    }

    .carousel__description-block-text-little {
        text-align: center;

    }

    .carousel__description-block-consultation {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .carousel {
        flex-direction: column-reverse;
    }

    .carousel__description-block {
        padding-left: 0;
    }

    .carousel__description {
        width: 100%;
        height: 50%;
        border-bottom: none;
    }

    .header__social {
        display: flex;
    }

    .carousel__social {
        display: none;
    }

    .carousel__description-block {
        margin-bottom: 30px;
        align-items: center;
    }

    .carousel__description-block-title {
        justify-content: center;
        font: 600 32px/50px "Gilroy", sans-serif;
    }

    .carousel__description-block-text {
        margin-bottom: 50px;
    }

    .carousel__description-block-text-big {
        text-align: center;

    }

    .carousel__description-block-text-little {
        text-align: center;

    }

    .carousel__description-block-consultation {
        justify-content: center;
    }

    .carousel__description-image {
        width: 100%;
        height: 50%;
    }
}

.about {
    display: flex;
    align-items: center;
    width: 100%;
    background: #232323;
    flex-direction: column;
    padding: 200px 0;
}

.about__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}

.about__block {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}

.about__block-group {
    display: flex;
    width: 50%;
}

.about__block-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 300px;
}

.about__block-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.about__block-description-title {
    font: 700 18px/28px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 10px;
}

.about__block-description-text {
    text-align: center;
    font: 500 16px/25px "Gilroy", sans-serif;
    color: white;
}

.about__block-image {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.about__block-image img {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
    height:300px;
    object-fit:cover;
}

@media (max-width: 1280px) {
    .about {
        padding: 150px 0 0;
    }

    .about__block {
        width: 100%;
    }

    .about__block-group {
        width: 100%;
    }

    .about__block-group:nth-child(2) {
        flex-direction: row-reverse;
    }

    .about__block-group:nth-child(3) {
        flex-direction: row-reverse;
    }

    .about__block-group:nth-child(6) {
        flex-direction: row-reverse;
    }

    .about__block-group:nth-child(7) {
        flex-direction: row-reverse;
    }

    .about__block-image {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 100%;
    }

    .about__block-image img {
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
        height:300px;
        object-fit:cover;
    }
}

@media (max-width: 600px) {
    .about {
        padding: 100px 0 0;
    }
    .about__block-group {
        position: relative;
    }

    .about__block-description {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        z-index: 2;
    }

    .about__block-image {
        width: 100%;
        height: 300px;
    }

    .about__block-image img {
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
        height:300px;
        object-fit:cover;
    }
}

.work {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 200px 0;
    background: #1C1C1C;
}

.work__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 50px;
}

.work__steps {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 100px;
}

.work__steps-item {
    display: flex;
    flex-direction: column;
    width: 387px;
    height: 188px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
}

.work__steps-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.work__steps-item-title-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    color: #232323;
    margin-right: 12px;
    font: 700 18px/28px "Gilroy", sans-serif;
}

.work__steps-item-title-text {
    font: 700 18px/28px "Gilroy", sans-serif;
    color: white;
}

.work__steps-item-description {
    font: 500 16px/25px "Gilroy", sans-serif;
    color: white;
}

@media (max-width: 1280px) {
    .work {
        padding: 150px 0;
    }

    .work__steps {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .work__steps-item {
        width: 100%;
        margin-bottom: 20px;
        height: 163px;
    }
}

@media (max-width: 768px) {
    .work {
        padding: 100px 0;
    }

    .work__steps {
        padding: 0;
        margin-bottom: 50px;
    }

    .work__steps-item {
        margin-bottom: 10px;
        height: 188px;
    }
}

.portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 200px;
}

.portfolio__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 50px;
}

.portfolio__carousel {
    width: 100%;
    display: flex;
    height: 735px;

}

.portfolio__carousel-container {
    display: flex;
    height: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

.portfolio__carousel-container-item {
    margin-right: 20px;
    height:100%;
    max-width: none;
}

@media (max-width: 1280px) {
    .portfolio {
        padding-top: 150px;
    }

    .portfolio__carousel {
        height: 720px;
    }

    .portfolio {
        padding-top: 150px;
    }
}

@media (max-width: 600px) {
    .portfolio {
        padding-top: 100px;
    }
    .portfolio__carousel {
        height: 500px;
    }
}

.comparison {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 200px;
}

.comparison__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.comparison__component {
    position: relative;
    display: flex;
    width: 1200px;
    height: 680px;
    justify-content: center;
    align-items: center;
}

.comparison__component-first-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: auto 100%;
    background-image: url("./images/render/r1-min.png");
}

.comparison__component-second-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: auto 100%;
    background-position: right;
    background-image: url("./images/render/r2-min.png");
}

.comparison__component-line {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background: white;
    z-index: 1;
}

.comparison__component-line:after {
    content: "";
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 6px);
    width: 12px;
    height: 76px;
    background: white;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .comparison {
        padding-top: 150px;
    }

    .comparison__component {
        width: 730px;
        height: 430px;
        align-items: flex-start;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .comparison {
        padding-top: 100px;
    }

    .comparison__component {
        width: 360px;
        height: 220px;
        align-items: flex-start;
    }

    .comparison__title {
        font: 600 22px/34px "Gilroy", sans-serif;
    }
}

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    width: 100%;
}

.video__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}

.video__description {
    font: 500 16px/25px "Gilroy", sans-serif;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.video__wrapper {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
}

.video__component {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 55%;
}

.video__component iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px) {
    .video {
        padding-top: 150px;
    }

    .video__title {
        font: 600 32px/50px "Gilroy", sans-serif;
        color: white;
        margin-bottom: 50px;
    }

    .video__description {
        font: 500 16px/25px "Gilroy", sans-serif;
        text-align: center;
        color: white;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .video {
        padding-top: 100px;
    }

    .video__title {
        font: 600 22px/34px "Gilroy", sans-serif;
    }
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 200px 0;
}

.form__title {
    font: 600 32px/50px "Gilroy", sans-serif;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.form__description {
    font: 400 18px/28px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}

.form__component {
    display: flex;
    flex-direction: column;
    width: 705px;
    height: 603px;
    padding: 0 60px;
    color: white;
}

.form__component-item-title {
    margin-bottom: 10px;
    font: 400 16px/25px "Gilroy", sans-serif;
}

.form__component-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.form__component-item-horizontal {
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.form__component-form, .form__component-item-label, .form__component-item-input {
    width: 100%;
}

.form__component-item-label {
    font: 400 16px/24px "Gilroy", sans-serif;
    margin-bottom: 5px;
}

.form__component-item-input {
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: rgba(255, 255, 255, 0.4);
    font: 400 16px/24px "Gilroy", sans-serif;
    padding: 0 20px;
    transition: 0.3s;
}

.form__component-item-input:focus {
    border-radius: 0;
    border: 1px solid white;
    outline: none;
}

.submit-button {
    margin-top: 50px;
}

.checkbox {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    box-shadow: none;
    padding: 9px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.checkbox:active, .checkbox:checked:active {
    box-shadow: none;
}

.checkbox:checked {
    background-color: white;
    border: 1px solid white;
    box-shadow: none;
    color: #232323;
}

.checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #232323;
}

@media (max-width: 1280px) {
    .form {
        padding: 150px 0;
    }

    .form__component {
        width: 100%;
        height: 603px;
    }
}

@media (max-width: 768px) {
    .form {
        padding: 100px 0;
    }
    .form__title {
        font: 600 22px/34px "Gilroy", sans-serif;
    }
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 278px;
    padding: 100px 360px 0;
    background: #1C1C1C;
}

.footer__logo {
    flex: 1;
    min-width: 60px;
}

.footer__right-block {
    display: flex;
    flex: 2;
    justify-content: space-between;
    min-height: 0;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    padding: 0 6%;
}

.footer__contacts-description {
    padding-bottom: 6px;
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    white-space: nowrap;
}

.footer__contacts-item {
    padding: 6px 0;
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.footer__contacts-item svg {
    display: none;
}

.footer__contacts-item:hover {
    text-decoration: underline;
}

.footer__contacts-item:first-child {
    margin-bottom: 10px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__social-email {
    font: 500 18px/28px "Gilroy", sans-serif;
    color: white;
    margin-bottom: 30px;
    text-decoration: none;
    white-space: nowrap;
}

.footer__social-email:hover {
    text-decoration: underline;
}

.footer__social-items {
    display: flex;
    justify-content: space-between;
    width: 140px;
}

@media (max-width: 1280px) {
    .footer {
        width: 100%;
        height: 278px;
        padding: 100px 100px 0;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 50px 20px 0;
    }

    .footer__right-block {
        flex-direction: column;
        padding-left: 20%;
    }

    .footer__contacts {
        padding: 0 0 30px 0;
    }

    .footer__contacts-item svg {
        display: inline-block;
    }

    .footer__contacts-description, .footer__contacts-item-place {
        display: none;
    }
}































