* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Comfortaa', sans-serif;
/*    300-700*/
}

a {
    text-decoration: none;
}

/*home*/

.box-global {
    margin: 30px auto;
    max-width: 370px;
    height: 100%;
}

.main-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    width: 100%;
    height: 60px;
    background: #000;

}

.main-word {
    font-size: 14px;
    color: #fff;
    font-weight: 700;

    padding-left: 20px;
}

.box-des {
    background: #000;
    height: 60px;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-link {
    background: #000;
    height: 70px;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .1s linear;
}

.box-link:hover {
    background: #2581ae;
}

.main-word-news {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    opacity: 30%;

    padding-left: 20px;
}

.main-word-des {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.img {
    width: 370px;
    height: 370px;
}

.zone {
    width: 100%;
    height: 1px;
    background: #777;
}

.link-right {
    width: 80px;
    height: 35px;
    border-radius: 3px;

    background: #660030;
    margin-right: 20px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.word-link {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.link-left {
    margin-left: 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-word {
    margin-left: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.img-link {
    width: 38px;
    height: 38px;
}

.link-eyestomie {
    color: #fff;
    margin: 0 3px;
}

/*footer*/

.img-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-word {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
}

.footer-word-2 {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    color: #fff;
    font-size: 8px;
    font-weight: 700;

}


.box-link-end {
    background: #000;
    height: 70px;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.img-youtube-end {
    margin: 0 8px;
    width: 40px;
    height: 40px;
    filter: grayscale(0%);
    transition: .2s linear;
}

.img-youtube-end:hover {
    filter: grayscale(100%);
}

.img-instagram-end {
    margin: 0 8px;
    width: 32px;
    height: 32px;
    transition: .2s linear;
    filter: grayscale(0%);
}

.img-instagram-end:hover {
    filter: grayscale(100%);
}

.box-youtube {


    height: 370px;
    width: 370px;
}

/*background-blur*/

.blur {
    background-image: url(../../images/Flag_of_Ukraine.svg);
    background-size: cover;
    background-position: 50%;

    content: "";
    width: calc(100vw + 80px);
    height: calc(100vh + 80px);
    position: absolute;

    left: -40px;
    top: -40px;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -ms-filter: blur(13px);
    -o-filter: blur(13px);
    filter: blur(13px);
    z-index: -1;
}

.blur-fixed {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}
