@font-face {
    font-family: "Circle";
    font-weight: 400;
    font-style: normal;
    font-display: swap;

    src: url("../fonts/circle/circe.woff2") format("woff2"),
    url("../fonts/circle/circe.woff") format("woff")
}

@font-face {
    font-family: "Plumb";
    font-weight: 500;
    font-style: normal;
    font-display: swap;

    src: url("../fonts/plumb/PlumbMediumC.woff2") format("woff2"),
    url("../fonts/plumb/PlumbMediumC.woff") format("woff")
}

@font-face {
    font-family: "Plumb";
    font-weight: 700;
    font-style: normal;
    font-display: swap;

    src: url("../fonts/plumb/PlumbC-Bold.woff2") format("woff2"),
    url("../fonts/plumb/PlumbC-Bold.woff") format("woff")
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

button {
    background-color: transparent;
    border: none;

    cursor: pointer;
}

.container {
    max-width: 1114px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 1145px) {
    .container {
        padding: 0;
    }
}

.link {
    position: relative;

    font-size: 14px;
}

.link span::after {
    content: "";

    position: absolute;

    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: cover;
}

.link_underline {
    text-decoration: underline;
}

.link_black {
    color: #2e373b;
}

.link_black span::after {
    width: 25px;
    height: 12px;

    top: 5px;
    right: -40px;

    background-image: url("../images/arrow-black.svg");
}

.link_white {
    color: #ffffff;
}

.link_white span::after {
    width: 16px;
    height: 8px;

    top: 7px;
    right: -26px;

    background-image: url("../images/arrow-white.svg");
}

body {
    min-width: 375px;
    margin: 0;
    padding: 0;

    font-family: 'Circle', sans-serif;
    font-size: 14px;
    font-weight: 400;

    overflow-x: hidden;
}

/* HEADER */
.header {
    padding-top: 32px;
    padding-bottom: 23px;

    background-image: url("../images/header-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #808080;

    color: #ffffff;
}

.header__top {
    padding-bottom: 33px;

    border-bottom: 1px solid #ffffff;
}

.header__container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1590px) {
    .header__container {
        padding: 0;
    }
}

.header__navigation-block {
    margin-left: auto;
    margin-right: 10px;

    position: relative;
}

@media (min-width: 768px) {
    .header__navigation-block {
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .header__navigation-block {
        max-width: 586px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.header__navigation {
    width: 200px;
    padding: 20px;

    display: none;
    background-color: #ffffff;

    position: absolute;
    left: -177px;
    bottom: -160px;
}

@media (min-width: 992px) {
    .header__navigation {
        width: auto;
        padding: 0;

        display: block;
        background-color: transparent;

        position: static;
    }
}

.header__navigation_show {
    display: block;
}

@media (min-width: 992px) {
    .header__navigation ul {
        display: flex;
        justify-content: space-between;
    }
}

.header__navigation a {
    font-size: 16px;
    color: #000000;
}

@media (min-width: 992px) {
    .header__navigation a {
        color: #ffffff;
    }
}

.header__buger {
    width: 25px;
    height: 25px;

    background-image: url("../images/burger.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;

    font-size: 0;
}

@media (min-width: 992px) {
    .header__buger {
        display: none;
    }
}

.header__right-block {
    display: flex;
    align-items: center;
}

.header__search {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .header__search {
        margin-right: 45px;
    }
}

@media (min-width: 992px) {
    .header__search {
        margin-right: 70px;
    }
}

.header__language button {
    position: relative;

    font-size: 14px;
    color: #ffffff;
}

.header__language button::before {
    content: "";

    position: absolute;
    top: -5px;
    left: -15px;

    width: 20px;
    height: 19px;

    background-image: url("../images/globe.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .header__language button {
        font-size: 16px;
    }

    .header__language button::before {
        left: -27px;
    }
}

.header__bottom {
    padding-top: 70px;
}

@media (min-width: 992px) {
    .header__bottom {
        padding-top: 190px;
    }
}

@media (min-width: 992px) {
    .header__bottom .container {
        display: flex;
        justify-content: space-between;
    }
}

.header__info {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .header__info {
        margin-bottom: 0;
    }
}

.header__info h1 {
    margin-bottom: 35px;

    font-family: 'Plumb', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header__info h1 {
        font-size: 64px;
        line-height: 64px;
    }
}

.header__info p {
    margin-bottom: 25px;

    font-size: 19px;
    line-height: 29px;
}

@media (min-width: 768px) {
    .header__info p {
        font-size: 24px;
        line-height: 34px;
    }
}

.header__info a {
    font-size: 16px;
}

.header__list {
    max-width: 540px;
    margin: 0 auto;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .header__list {
        margin: 0;
        margin-top: 120px;

        justify-content: space-between;
    }
}

.header__item {
    width: 255px;
    margin-bottom: 30px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
}

@media (min-width: 992px) {
    .header__item {
        margin-right: 0;
    }
}

.header__item_blue {
    background-color: #2378fc;
}

.header__item_green {
    background-color: #30bcc9;
}

.header__item_yellow {
    background-color: #ffc41e;
}

.header__item_red {
    background-color: #f6404f;
}

.header__item h2 {
    margin-bottom: 15px;

    font-family: "Plumb", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .header__item h2 {
        font-size: 21px;
        line-height: 27px;
    }
}

/* INFO LINKS */
.info-links {
    padding-top: 20px;
    padding-bottom: 20px;

    background-color: #2378fc;

    color: #ffffff;
    text-align: center;
}

@media (min-width: 768px) {
    .info-links {
        padding-top: 75px;
        padding-bottom: 45px;

        text-align: left;
    }
}

.info-links__list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .info-links__list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.info-links__list > li {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .info-links__list > li {
        margin-bottom: 30px;
    }

    .info-links__list > li:not(:last-child) {
        margin-right: 10px;
    }
}

.info-links__list h2 {
    margin-bottom: 20px;

    font-family: 'Plumb', sans-serif;
    font-weight: 500;
    font-size: 30px;
}

@media (min-width: 768px) {
    .info-links__list h2 {
        margin-bottom: 30px;
    }
}

.info-links__list a {
    font-size: 16px;
    color: #ffffff;
}

.info-links__list a:hover {
    color: #ffc41e;
    text-decoration: underline;
}

.info-links__sub-list li {
    margin-bottom: 15px;
}

/* EVENTS */
.events {
    padding-top: 75px;
    padding-bottom: 39px;

    background-color: #ffc41e;
}

.events__block {
    margin-bottom: 55px;
}

@media (min-width: 768px) {
    .events__block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.events h2 {
    margin-bottom: 20px;

    font-family: 'Plumb', sans-serif;
    font-weight: 500;
    font-size: 30px;
}

@media (min-width: 768px) {
    .events h2 {
        margin-bottom: 0;
    }
}

.events a {
    margin-right: 40px;

    font-family: 'Plumb', sans-serif;
    font-weight: 500;
    font-size: 21px;
}

.events ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 1145px) {
    .events ul {
        justify-content: space-between;
    }
}

.events li {
    margin-bottom: 40px;
    margin-right: 10px;
    max-width: 350px;
}

@media (min-width: 1145px) {
    .events li {
        margin-right: 0;
    }
}

.events__img {
    max-width: 350px;
    margin-bottom: 20px;
}

.events__date {
    margin-bottom: 10px;
}

.events h3 {
    margin-bottom: 10px;

    font-family: "Plumb", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #f6404f;
}

.events__description {
    font-size: 16px;
}

/* NEWS */
.news {
    padding-top: 75px;
    padding-bottom: 85px;

    background-color: #fAf3e3;
}

@media (min-width: 992px) {
    .news .container {
        display: flex;
        justify-content: space-between;
    }
}

.news__ads {
    margin-bottom: 40px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.news__ads p {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .news__ads {
        margin-right: 10px;
        margin-bottom: 0;

        display: block;
    }

    .news__ads p {
        margin-right: 0;
    }

    .news__ads p:not(:last-child) {
        margin-bottom: 59px;
    }
}

.news__list-block {
    max-width: 530px;
    width: 100%;
}

.news__top {
    margin-bottom: 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news__top h2 {
    font-family: "Plumb", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.news__top a {
    margin-right: 40px;

    font-family: "Plumb", sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.news__list li {
    max-width: 530px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news__list li:not(:last-child) {
    margin-bottom: 30px;
}

.news__list div {
    max-width: 340px;
}

.news__img {
    margin-right: 30px;

    flex: 1 0 auto;
}

.news__list time {
    margin-bottom: 14px;

    display: inline-block;

    font-size: 16px;
    color: #f6404f;
}

.news__description {
    font-family: "Plumb", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .news__description {
        font-size: 21px;
    }
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-bottom: 30px;

    background-color: #30bcc9;

    color: #ffffff;
}

.footer .container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .footer .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer__menu {
    margin-right: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 500px) {
    .footer__menu {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
    }
}

@media (min-width: 1100px) {
    .footer__menu {
        justify-content: flex-start;
    }
}

.footer__menu h2 {
    margin-bottom: 20px;

    font-family: "Plumb", sans-serif;
    font-weight: 500;
    font-size: 21px;
}

.footer__menu a {
    color: #e0e0e0;
}

.footer__menu a {
    margin-bottom: 10px;
    display: inline-block;
}

.footer__menu a:hover {
    text-decoration: underline;
    color: #ffc41e;
}

.footer__menu > li {
    margin-bottom: 40px;

    text-align: center;
}

@media (min-width: 500px) {
    .footer__menu > li {
        margin-right: 15px;

        text-align: left;
    }
}

@media (min-width: 1100px) {
    .footer__menu > li {
        margin-right: 0;
    }

    .footer__menu > li:nth-child(1) {
        margin-right: 166px;
    }

    .footer__menu > li:nth-child(2) {
        margin-right: 122px;
    }

    .footer__menu > li:nth-child(4) {
        margin-right: 88px;
    }

    .footer__menu > li:nth-child(5) {
        margin-right: 122px;
    }
}

.footer__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (min-width: 768px) {
    .footer__block {
        max-width: 255px;
        width: 100%;

        display: block;
    }
}

.footer__social {
    margin-bottom: 50px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .footer__social {
        margin-right: 0;
    }

}

.footer__social h2,
.footer__subscribes h2{
    margin-bottom: 30px;

    font-family: "Plumb", sans-serif;
    font-weight: 500;
    font-size: 21px;
}

.footer__social ul {
    display: flex;
}

.footer__social li:not(:last-child) {
    margin-right: 30px;
}

.footer__subscribes p {
    margin-bottom: 25px;
}

.footer__subscribes form {
    display: flex;
}

.footer__subscribes input {
    max-width: 215px;
    padding: 13px 20px 11px 20px;

    border: none;
}

.footer__subscribes input::placeholder {
    font-size: 12px;
    color: #9c9c9c;
}

.footer__subscribes button {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6404f;
}