@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Tektur:wght@400..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    background: #F8F8F8;
    color: rgb(46, 45, 71);
    margin: 0;
    color: rgb(48, 47, 47);
    font-family: "Golos Text", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.container-wrapper {
    max-width: 1670px;
    min-width: 320px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

main {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

section {
    text-align: center;
}

h1 {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    font-size: 3.75em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin: 15px 0;
    transition: all .25s;
}

h2 {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    font-size: 2.875em;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(78, 73, 192);
    margin: 15px 0;
}

p {
    text-align: center;
    padding: 0;
}

.header {
    display: flex;
    flex-direction: column;
    background: rgb(78, 73, 192);
    margin: 35px 45px 0px;
    padding: 0px 0px 50px 30px;
    border-radius: 17px 0px 17px 17px;
    position: relative;
    overflow: hidden;
    background-image: url('../images//Frame\ 10.svg');
    z-index: 4;

    &::after {
        content: url('../images/PE_Crystal_amber.svg');
        position: absolute;
        bottom: -34px;
        right: 477px;
        z-index: 1;
    }

    &:before {
        content: '';
        position: absolute;
        top: 18%;
        left: -23%;
        width: 52%;
        height: 196%;
        background: radial-gradient(circle, rgb(141, 77, 255) -26%, rgba(63, 60, 123, 0) 70%);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
}

.block {
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-right: 20px;
}

.container-left {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.menu {
    ul {
        display: flex;

        li {
            list-style-type: none;
            margin-right: 19px;

            &:last-child {
                margin-right: 0;
            }

            a {
                text-decoration: none;
                font-family: "Tektur", serif;
                font-optical-sizing: auto;
                font-weight: 500;
                font-style: normal;
                font-variation-settings:
                    "wdth"100;
                font-size: 1rem;
                color: rgb(255, 255, 255);
            }
        }
    }
}

/*.container-right {
    display: flex;
    align-items: center;
}*/

.favorite-button {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.social-media__block {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    opacity: 0.7;

    &:last-child {
        margin-right: 0;
    }

    a {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

}

.social-media__block.active {
    opacity: 1;
}

.social-media {
    display: none;
    /* display: flex;*/
    margin-right: 35px;
    padding: 10px 0;
}

.dropdown {
    display: none;
}

.contact {
    display: flex;
    padding: 17px 0px 17px 17px;
    background: #F8F8F8;
    border-radius: 0px 0px 0px 17px;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        left: -8%;
        bottom: 73%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #F8F8F8;
        z-index: -1;
    }

    &::before {
        content: '';
        position: absolute;
        left: -15%;
        bottom: 51%;
        width: 38px;
        height: 40px;
        border-radius: 50%;
        background: rgb(78, 73, 192);
        z-index: 0;
    }

}


.contact-icon {
    margin: 6px 5px 0 0;

    &::after {
        content: '';
        position: absolute;
        left: 90%;
        bottom: -27%;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #F8F8F8;
        z-index: -1;
    }

    &::before {
        content: '';
        position: absolute;
        left: 84%;
        bottom: -49%;
        width: 41px;
        height: 40px;
        border-radius: 50%;
        background: rgb(78, 73, 192);
        z-index: 0;
    }
}

.contact-info {
    margin-right: 4px;

    .phone {
        font-family: "Tektur", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings: "wdth"100;
        font-size: 1.5em;

        /* transition: all .25s;*/
        a {
            color: black;
            text-decoration: none;
        }
    }

    .info {
        font-size: 0.8em;
        text-align: left;
        font-weight: 400;
    }
}

.block-title {
    flex-direction: column;
    margin-left: 40px;
}

.dropdown-image {
    margin-right: 5px;
}

.dropdown-link {
    text-transform: uppercase;
    color: #fff;
    margin-right: 7px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.dropdown-button {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.favorite-button {
    &::after {
        content: '4';
        display: flex;
        width: 21px;
        height: 21px;
        position: absolute;
        background: rgb(46, 45, 71);
        border-radius: 50%;
        top: 84%;
        right: -50%;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
}

.content {
    display: flex;
    text-align: center;
    margin: 0 45px;
    padding: 140px 0 140px;
}

.content-block__image {
    margin-bottom: 60px;
}

.content-block__description {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 30px;
    margin-bottom: 60px;
    flex: 1;
}

.content-block__button {
    position: relative;
    overflow: hidden;
    width: 38%;
    border: 2px solid #7D33FF;
    padding: 22px 60px 22px 0px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #7D33FF;
    font-weight: 500;
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    font-size: 1.1em;
    margin: auto;
}

.button-icon {
    margin-left: 25px;
    vertical-align: middle;
}

.content-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-block-after {
    &:after {
        margin-top: 82px;
        content: "";
        width: 2px;
        height: 33%;
        position: absolute;
        background: rgb(209, 213, 222);
    }
}

.content-block-after.hide-before::before {
    content: "";
    display: none;
}

.new-description {
    color: white;
    font-size: 15px;
    text-align: left;
}

.new-description-black {
    color: black;
    font-size: 15px;
    text-align: left;
    text-align: center;
    padding-bottom: 20px;
}

.content-block__button-left {
    background: #7D33FF;
    color: #fff;

    &::before {
        content: '';
        position: absolute;
        left: 82%;
        top: 48%;
        transform: translateY(-50%);
        width: 31px;
        height: 35px;
        mask-image: url(../images//play.svg);
        background-color: white;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }

    &::after {
        content: '';
        position: absolute;
        top: 11%;
        left: 172px;
        width: 52%;
        height: 196%;
        background: radial-gradient(circle, rgb(144, 77, 255) 15%, rgba(63, 60, 123, 0) 70%);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }

    &:hover {
        color: #7D33FF;
        background: #fff;

        &::before {
            background-color: #7D33FF;
        }

        &::after {
            display: none;
        }
    }
}

.content-block__button-rigth {
    color: #7D33FF;
    background: #fff;

    &::before {
        content: '';
        position: absolute;
        left: 82%;
        top: 48%;
        transform: translateY(-50%);
        width: 31px;
        height: 35px;
        mask-image: url(../images//play.svg);
        background-color: #7D33FF;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }

    &:hover {
        color: #fff;
        background: #7D33FF;

        &::before {
            background-color: #fff;
        }

        &::after {
            content: '';
            position: absolute;
            top: 11%;
            left: 172px;
            width: 52%;
            height: 196%;
            background: radial-gradient(circle, rgb(144, 77, 255) 15%, rgba(63, 60, 123, 0) 70%);
            border-radius: 50%;
            transform: translateY(-50%);
            z-index: 0;
        }
    }
}


.content-block__image {
    img {
        height: 178px;
    }
}

.container-footer {
    background: rgb(46, 45, 71);
    width: 100%;
    position: relative;
}

.footer {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 44px;
    position: relative;
    color: #fff;
    overflow: hidden;
    max-width: 1670px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    margin: 0 auto;


    &::before {
        content: '';
        position: absolute;
        top: 4%;
        left: 61px;
        width: 27%;
        height: 196%;
        background: radial-gradient(circle, rgba(63, 60, 140, 0.7) 0%, rgba(63, 60, 123, 0) 70%);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }


}

.contaiter-footer {
    background: rgb(46, 45, 71);
    width: 100%;
}

.footer__logo {
    margin-bottom: 54px;
}

.footer__year {
    font-size: 12px;
    margin-left: 12px;
    width: 110px;
}

.footer__link {
    text-decoration: none;
    position: relative;
    color: #fff;
    display: block;
    padding-top: 12px;


    &::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 5px;
        background: radial-gradient(circle, #fff 21%, transparent 21%) repeat-x;
        background-size: 6px 10px;
    }
}

.footer__data {
    align-items: center;
    display: flex;
    font-size: 12px;
    margin-top: 74px;
}

.footer__item {
    margin-right: 30px;
    font-size: 10px;

    &:last-child {
        margin-right: 0px;
    }

}

.footer__block--logo {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.footer__block--policy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__phone {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth"100;
    font-size: 1.8em;

    a {
        color: white;
        text-decoration: none;
    }
}


.footer__email {
    text-decoration: none;
    color: #fff;
}

.footer__block--contact {
    display: flex;
    margin-bottom: 35px;
}

.contact-footer {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    transition: all .25s;

    &:last-child {
        margin-bottom: 0;
    }
}

.icon-contact-footer,
.icon-mail {
    margin-right: 10px;
}

.footer__social-vk {
    display: block;
    background: linear-gradient(120deg, rgb(134, 138, 255), rgb(173, 125, 250));
    width: 4em;
    height: 2.9em;
    border-radius: 26px;
    margin-right: 39px;
    opacity: .6;
    transition: all .25s;
}

.footer__social-vk:hover {
    box-shadow: 7px 15px 25px #a680fb;
    opacity: 1;
}

/**/
.description-block {
    background: rgb(46, 45, 71);
    padding: 30px 123px 51px 24%;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    background-image: url(../images/image.png.svg);
    background-repeat: no-repeat;
    background-position: -31px -42px;
    background-size: auto;
    overflow: hidden;
    width: 62%;


    a {
        margin: 0;
        width: 63%;
        z-index: 1;
    }

    &.description-block:before {
        content: '';
        position: absolute;
        top: 9%;
        left: -26%;
        width: 55%;
        height: 196%;
        background: radial-gradient(circle, rgb(79, 74, 172) -39%, rgba(82, 73, 174, 0) 55%);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }

    &:after {
        content: '';
        position: absolute;
        top: 112%;
        left: 48%;
        width: 52%;
        height: 196%;
        background: radial-gradient(circle, rgb(155, 74, 172) -38%, rgba(153, 73, 174, 0) 53%);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }
}

.description-block-launcher {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    &::before {
        content: '';
        position: absolute;
        left: -3.5%;
        top: 58%;
        transform: translateY(-50%);
        width: 90%;
        height: 86%;
        background-image: url(../images/modern_residential_building_6_3d_model_c4d_max_obj_fbx_ma_lwo_3ds_3dm_stl_2742664_o.svg);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }

    &::after {
        content: url(../images/PE_Crystal_amber.svg);
        position: absolute;
        bottom: -2px;
        right: 140px;
        z-index: 1;
    }
}

.description-block-launcher__text {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    line-height: 34px;
    margin-bottom: 20px;
}

.description-block-launcher__title {
    text-align: left;
    margin: 0 0 20px 0;
    background: linear-gradient(90deg, rgb(121, 143, 254), rgb(208, 118, 253));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .25s;

    &:before {
        content: '';
        position: absolute;
        left: 3%;
        top: 28%;
        transform: translateY(-50%);
        width: 65px;
        height: 63px;
        background-image: url(../images/PE_Crystal_4.svg);
        /* background-color: white;    /* Заполнение контейнера */
        */ background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
    }
}

/**/
.video-container {
    position: relative;
    width: 62%;
    height: 30%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
    height: 34%;
    background-color: rgb(39, 1, 95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
    width: 100%;
    height: 100%;

}

.content-center {
    flex-direction: column;
    align-items: center;
    padding: 89px 0;
}

.content-position {
    display: flex;
    width: 62%;
    margin-bottom: 31px;
    justify-content: space-between;
    align-items: flex-start;
}

.position {
    display: flex;
    padding: 17px 60px 27px 30px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
}

.position__number {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    font-weight: 600;
    font-size: 3.75em;
    margin-right: 30px;
}

.position__text {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
    font-weight: 400;
    font-size: 1.625em;
    text-align: left;
}

.desc-position {
    font-size: 1.5em;
    padding: 20px 17% 20px 0;
    text-align: left;
}

/*layncher*/
.block-desc-layncher {
    display: flex;
    width: 63%;
    align-items: center;
}

.block-desc-layncher .content-block__button-left {
    flex: 1;
}

.block-desc-layncher__desc {
    flex: 3;
    text-align: right;
    padding-right: 15px;
    font-size: 1.2em;
}

/**/
.politic-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    padding: 11px 0px;
}

h3.politic-text {
    font-family: Tektur, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: left;
}

.content-privacy-policy {
    margin: 0 auto;
    max-width: 975px;
    padding: 60px 65px;
    width: 100%;
}

/**/
@media (max-width: 1580px) {
    .description-block-launcher {
        &::before {
            top: 66%;
            width: 90%;
            height: 73%;
        }
    }

    .description-block-launcher__title {
        &:before {
            top: 38%;
            left: 2%;
        }
    }

    h2 {
        font-size: 2.4em;
    }

    .description-block-launcher__text {
        font-size: 19px;
        line-height: 30px;
    }

    .desc-position {
        font-size: 1.2em;
    }

    .position__text {
        font-size: 1.4em;
    }

    .position__number {
        font-size: 3.2em;
    }
}

@media (max-width: 1400px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    .content-block__button {
        padding: 22px 35px 22px 0px;
        font-size: 0.9em;
    }

    .description-block-launcher {
        &::after {
            z-index: -1;
        }
    }
}

@media (max-width: 1300px) {

    .desc-position {
        font-size: 1em;
        padding: 20px 10% 20px 0;
    }

    .position__text {
        font-size: 1.1em;
    }

    .menu {
        & ul {
            & li {
                a {
                    font-size: 0.8rem;
                }
            }
        }
    }

    .content-privacy-policy {
        padding: 60px 40px;
    }

    h1 {
        font-size: 2.5em;
    }

    .header {
        &::after {
            right: 35%;
        }
    }

    .block-desc-layncher__desc {
        font-size: 1em;
    }
}

@media (max-width: 1240px) {
    .description-block-launcher {
        &::before {
            left: -3.5%;
            top: 73%;
            height: 59%;
        }
    }

    h2 {
        font-size: 1.7em;
    }

    .description-block-launcher__text {

        font-size: 18px;
        line-height: 27px;
    }

    .social-media__block {
        width: 45px;
        height: 45px;
    }

    .menu {
        ul {
            display: flex;
            margin: 10px 0;
            padding-left: 10px;
        }
    }

    .description-block-launcher__title {
        &:before {
            left: 0%;
            top: 48%;
        }
    }

    .footer {
        padding: 44px 40px;
    }
}

@media (max-width: 1170px) {

    .container-left {
        flex-direction: column;
        padding-top: 9px;
    }

    .logo {
        margin-right: 0;
    }

    .contact {
        padding: 24px 0px 17px 17px;
    }

    .contact {
        &::before {
            bottom: 54%;
        }
    }

    .contact-icon {
        &::before {
            bottom: -46%;
        }
    }

    .block.block-title {
        margin-left: 19px;
    }

    .header {
        background-image: none;
    }

    .content-block__button-left {
        width: 60%;
    }

    .content-block__button-rigth {
        width: 60%;
    }

    .content-block__description {
        font-size: 1.2em;
    }

    .header {
        &::after {
            right: 26%;
        }
    }

    .footer__link {
        font-size: 10px;
        margin: 0 auto;
        top: 0;
    }

    .footer__item {
        font-size: 9px;
        margin-right: 0;
    }

    .footer__data {
        flex-direction: column;
    }

    .footer {
        flex-wrap: wrap;
    }

    .footer {
        &:before {
            top: -24%;
            left: -25px;
            width: 45%;
        }
    }

    .footer__block--policy {
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        order: 3;
        width: 100%;
    }

    .footer__block--logo {
        order: 1;
        margin-bottom: 40px;
    }

    .footer__block--contact {
        order: 2;
    }

    .footer__data {
        margin-top: 27px;
    }

    .video-container {
        width: 80%;
    }

    .content-position {
        width: 80%;
    }

    .block-desc-layncher {
        width: 80%;
    }

    .description-block {
        padding: 30px 123px 51px 28%;
        width: 80%;
        transition: all .25s;
    }

    .dropdown-link {
        font-size: 11px;
    }
}

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

    /*.block.block-title {
        padding-top: -50px;
        margin-top: -68px;
    }*/

    .social-media {
        margin-right: 0;
    }

    .header {
        &::after {
            display: none;
        }
    }

    .content-privacy-policy {
        padding: 60px 50px;
    }

    h1 {
        font-size: 2em;
    }

    .video-container {
        width: 100%;
    }

    .content-position {
        width: 100%;
    }

    .description-block {
        width: 100%;
        align-items: center;
    }

    .block-desc-layncher {
        width: 100%;
    }

    .footer__block--policy {
        justify-content: end;
    }

    .footer__link {
        margin: 0 auto 20px;
    }

    .footer__data {
        justify-content: center;
    }

    .contact-info {
        .phone {
            font-size: 1.4em;
        }
    }

    .contact {
        &::before {
            bottom: 54%;
            left: -16%;
        }
    }

    .contact-icon {
        &::before {
            left: 83%;
        }
    }
}

@media (max-width: 900px) {
    .description-block {
        padding: 30px 49px 51px 28%;
    }
}

@media (max-width: 850px) {
    .social-media__block {
        width: 40px;
        height: 39px;
    }

    .favorite-button {
        &::after {
            top: 75%;
            right: -37%;
            font-size: 10px;
            width: 18px;
            height: 18px;

        }
    }

    h1 {
        font-size: 1.6em;
    }

    .container-left {
        align-items: flex-start;
    }

    .block.block-title {
        margin-left: 10px;
    }

    .contact-info {
        .phone {
            font-size: 1em;
        }
    }

    .contact-info {
        .info {
            font-size: 0.6em;

        }
    }

    .contact {
        background: none;
    }

    .contact {
        &::before {
            display: none;
        }
    }

    .contact {
        &::after {
            display: none;
        }
    }

    .contact-icon {
        &::before {
            display: none;
        }
    }

    .contact-icon {
        &::after {
            display: none;
        }
    }

    .header {
        border-radius: 17px;
    }

    .contact-info {
        color: #fff;
        margin-right: 14px;
    }

    /*.block.block-title {
        margin-top: -43px;
    }*/

    .header {
        padding: 0px 0px 32px 30px;
    }

    .footer__data {
        flex-direction: column;
    }

    .footer {
        &:before {
            top: -55%;
            left: -37px;
            width: 76%;
        }
    }

    .content {
        flex-direction: column;
    }

    .content-block__button-left {
        width: 40%;
    }

    .content-block__button-rigth {
        width: 40%;
    }

    .content-block {
        margin-bottom: 40px;

        &:last-child {
            margin-bottom: 0px;
        }
    }

    .content-block-after {
        &:after {
            display: none;
        }
    }

    .content {
        padding: 140px 0 140px;
    }
}

@media (max-width: 770px) {
    .footer {
        flex-direction: column;
    }

    .footer__link {
        margin: 0;
        font-size: 10px;
    }

    .content-position {
        flex-direction: column;
        align-items: center;
    }

    .desc-position {
        padding: 20px;
    }

    .contact-footer {
        margin-bottom: 5px;
        margin-right: 10px;

        &:last-child {
            margin-right: 0px;
        }
    }

    .block-desc-layncher__desc {
        font-size: 0.9em;
    }

    .footer__data {
        flex-direction: row;
    }

    .footer {
        flex-direction: column;
    }

    .footer__item {
        margin-right: 15px;

        &:last-child {
            margin-right: 0px;
        }
    }

    .footer__block--policy {
        margin-top: 0px;
    }

    .footer__block--logo {
        margin-bottom: 40px;

    }
}

@media (max-width: 680px) {
    h1 {
        font-size: 1.2em;
    }

    .dropdown-link {
        font-size: 9px;
    }

    .header {
        padding: 0px 0px 15px 11px;
        margin: 17px 17px 0px;

        &:before {
            width: 80%;
            height: 139%;
        }
    }

    .content-privacy-policy {
        padding: 35px 15px;
    }

    .politic-text {
        font-size: 18px;
    }

    .block-desc-layncher {
        flex-direction: column;
    }

    .block-desc-layncher__desc {
        margin-bottom: 20px;
    }

    .content-block__button-left {
        width: 55%;
    }

    .content-block__button {
        width: 55%;
    }

    .block:first-child {
        flex-direction: column-reverse;
    }

    .container-right {
        flex-direction: row;
        justify-content: space-between;
    }

    .block.block-title {
        margin-top: -10px;
    }

    .block-desc-layncher__desc {
        padding-right: 0;
    }

    h1 {
        font-size: 1.6em;
    }

    .contact {
        padding: 14px 0px 17px 17px;
    }

    .footer {
        padding: 20px 20px 20px 20px;
    }

    .footer__social-vk {
        width: 3em;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .footer {

        flex-direction: column;
    }

    .footer__logo {
        width: 100%;
    }

    .contact-footer {
        margin-right: 10px;
    }

    .footer__social-vk {
        margin-bottom: 0;
        margin-top: 13px;
    }

    .footer {
        &::before {
            top: -14%;
            left: -60px;
            width: 62%;
            height: 114%;
        }
    }

    .footer__block--contact {
        flex-direction: column-reverse;
    }

    .description-block {
        padding: 20px 20px 40px 7%;
    }


    .description-block-launcher {
        &::before {
            display: none;
        }
    }

    .description-block-launcher__title {
        &:before {
            display: none;
        }
    }

}

@media (max-width: 420px) {
    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: 1.2em;
    }

    .description-block-launcher__text {
        font-size: 12px;
    }

    .description-block {
        a {
            width: 105%;
        }
    }

    .content-block__button {
        padding: 15px 35px 15px 0px;
        font-size: 0.7em;
    }

    .video-container {
        width: 120%;
    }

    .new-description {
        font-size: 10px;
    }



    .social-media__block {
        width: 30px;
        height: 30px;

        a {
            img {
                width: 15px;
                height: 15px;
            }
        }

        button {
            img {
                width: 15px;
                height: 15px;
            }
        }

    }

    .content-block__button-left {
        width: 70%;
    }

    .content-block__button-left {
        &::before {
            left: 78%;
        }
    }

    .content-block__button-rigth {
        width: 70%;
    }

    .content-block__button-rigth {
        &::before {
            left: 78%;
        }
    }

    .logo {
        a {
            img {
                width: 219px;
            }
        }
    }

    .content-block__description {
        font-size: 0.8em;
        line-height: 20px;
    }

    .content-block__image {
        img {
            height: 140px;
        }
    }

    .contact-info {
        .phone {
            font-size: 1.6em;
        }

        .info {
            font-size: 1em;
        }

        font-size: 11px;
    }

    /*.contact {
        padding: 21px 0px 17px 17px;
    }*/
    .contact {
        padding: 10px 0px 17px 0px;
        /* margin: 0 auto; */
        display: flex;
        justify-content: center;
    }


    .contact-icon {
        img {
            width: 15px;
            height: 15px;
        }
    }

    .favorite-button {
        &::after {
            top: 75%;
            right: -65%;
            font-size: 8px;
            width: 14px;
            height: 14px;
        }
    }

    .header {
        &:before {
            display: none;
        }
    }

    .footer__social-vk {
        width: 2em;
        height: 2em;
        transition: all .25s;

        img {
            width: 3em;
            transition: all .25s;
        }
    }

    .footer__phone {
        font-size: 1.6em;
    }

    .footer {
        &::before {
            left: 0px;
            width: 58%;
            height: 77%;
        }
    }

    .position {
        padding: 17px;
        transition: all .25s;
    }

    .position__text {
        font-size: 1em;
    }

    .position__number {
        margin-right: 20px;
    }

    .block-desc-layncher {
        width: 120%;
    }
}

#streamsContainer div {
    height: 480px;
}

#streamingVideo {
    position: relative !important;
}