html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Proxima Nova', sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 18px;
}

.footer {
    background-color: #f4f4f4;
    padding: 53px 0 81px
}

.footer-about,
.footer-contacts {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #474d5e
}

.footer-about a {
    display: inline-block;
    color: #474d5e;
    text-decoration: underline;
    margin-top: 24px;
    margin-left: 12px
}

.footer-about a:first-of-type {
    margin-left: 0
}

.footer-contacts a {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .277px;
    color: #474d5e;
    text-decoration: none;
    margin-top: 8px
}

.footer-logo {
    width: 158px;
    height: 22px;
    -ms-flex-item-align: center;
    align-self: center
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.guide {
    margin-top: 51px;
    margin-bottom: 115px
}

.guide-aside,
.guide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.guide-container {
    margin-top: 41px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 47px
}

.guide-aside {
    border-radius: 20px;
    background-color: #f4f4f4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    max-width: 254px;
    height: 340px;
    width: 100%;
}

.guide-aside-item,
.guide-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #000
}

.guide-aside-item:hover {
    cursor: pointer;
    color: #f1361d
}

.guide-title {
    font-size: 40px;
    line-height: 44px
}

.guide-content {
    max-width: 100%;
    width: 100%
}

.guide-description {
    margin-top: 30px
}

.guide-description p {
    margin-top: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3b3c3f
}

.guide-subtitle {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #000
}

.guide-author {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guide-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.guide-author-info {
    margin-left: 30px
}

.guide-author-description,
.guide-author-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    color: #3b3c3f
}

.guide-author-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 378px;
    margin-top: 12px
}

.guide-mobile-btn {
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    border-radius: 10px;
    background-color: #f4f4f4;
    border: 0;
    width: 100%;
    text-align: start;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center
}

.guide-mobile-container {
    display: none;
    margin-top: 18px
}

.guide-mobile-item {
    margin-bottom: 20px
}

.guide-aside-item.active {
    color: #f1361d
}

.guide-mobile-btn.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M12 6L6.5 1L1 6' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.hero {
    border-radius: 20px;
    padding: 50px;
    margin-top: 20px;
    background-image: url(../img/hero-image.png);
    background-repeat: no-repeat;
    background-position: right
}

.hero-tag,
.hero-title {
    font-style: normal;
    font-weight: 600
}

.hero-tag {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #474d5e;
    border: solid 1px #474d5e;
    padding: 6px 16px;
    border-radius: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.hero-title {
    font-size: 60px;
    line-height: 70px;
    color: #474d5e;
    max-width: 900px;
    margin-top: 28px
}

.hero-description,
.hero-more-btn {
    font-size: 18px;
    font-style: normal;
    color: #fff
}

.hero-description {
    font-weight: 300;
    line-height: 29px;
    max-width: 480px;
    margin-bottom: 28px;
    color: #474d5e;
}

.hero-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 40px;
    height: 60px;
    max-width: 320px;
    width: 320px;
    border-radius: 10px;
    background: #f1361d;
}

.info {
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 55px 50px 51px;
    margin-top: 20px;
    background-image: url(/web/images/books.png);
    background-repeat: no-repeat;
    background-position: right 30px center
}

.info-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #000
}

.info-description,
.info-phone {
    font-size: 20px;
    font-style: normal;
    line-height: 24.5px;
    color: #000
}

.info-description {
    font-weight: 400;
    max-width: 530px;
    margin-top: 18px
}

.info-phone {
    font-weight: 600;
    margin-top: 24px
}

.menu-logo {
    width: 246px;
    height: 20px
}

.menu-list {
    margin-top: 28px;
    background-color: #f4f4f4;
    color: #000;
    border-radius: 20px;
    padding: 21px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.menu-item {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #000
}

.menu-item a {
    color: #000;
    text-decoration: none
}

.mobile-menu-btn {
    position: absolute;
    top: 10px;
    right: 17px;
    margin-left: auto;
    cursor: pointer;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background-color: #f4f4f4;
    z-index: 100
}

.mobile-menu-btn span {
    width: 26px;
    max-width: 26px;
    height: 2px;
    border-radius: 2px;
    margin-top: 5px;
    display: block;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-menu-btn span:first-of-type {
    margin-top: 0
}

.mobile-menu-list {
    position: absolute;
    top: 130px;
    left: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.mobile-menu-item a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    text-decoration: none
}

.menu-cover {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #f4f4f4
}

.menu-cover,
input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+.mobile-menu-btn span:nth-child(1) {
    -webkit-transform: rotateZ(45deg) translateY(6px) translateX(6px);
    transform: rotateZ(45deg) translateY(6px) translateX(6px)
}

input[type=checkbox]:checked+.mobile-menu-btn span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0)
}

input[type=checkbox]:checked+.mobile-menu-btn span:nth-child(3) {
    -webkit-transform: rotateZ(-45deg) translateY(-4px) translateX(4px);
    transform: rotateZ(-45deg) translateY(-4px) translateX(4px)
}

.our-service {
    margin-top: 89px
}

.our-service-title {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #000
}

.our-service-item,
.our-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.our-service-list {
    gap: 30px;
    margin-top: 40px
}

.our-service-item {
    padding: 60px 50px 39px;
    border-radius: 20px;
    background-color: #f4f4f4;
    gap: 18px;
    background-repeat: no-repeat;
    background-position: right 58px center
}

.our-service-item:nth-child(1) {
    background-image: url(/web/images/service-bg-image-1.svg)
}

.our-service-item:nth-child(2) {
    background-image: url(/web/images/service-bg-image-2.svg)
}

.our-service-item:nth-child(3) {
    background-image: url(/web/images/service-bg-image-3.svg)
}

.our-service-item:nth-child(4) {
    background-image: url(/web/images/service-bg-image-4.svg)
}

.our-service-tag {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: #3b3c3f
}

.our-service-description,
.our-service-subtitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #000
}

.our-service-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.5px;
    max-width: 650px
}

.our-service-question-btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border: 0;
    background-color: #d6d6d6;
    padding: 20px 40px;
    height: 60px;
    max-width: 320px;
    width: 320px;
    border-radius: 10px
}

.our-service-question-btn.active {
    background-color: #f1361d;
    cursor: pointer
}

main {
    margin-top: 42px;
}

.broadcast {
    margin-top: 51px;
    margin-bottom: 114px
}

.broadcast-last,
.broadcast-upcoming {
    margin-top: 35px
}

.broadcast-subtitle,
.broadcast-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    color: #000
}

.broadcast-subtitle {
    font-size: 30px;
    line-height: 34px
}

.broadcast-list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.broadcast-item {
    height: 298px;
    padding: 22px;
    border-radius: 24px
}

.broadcast-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.broadcast-item-date,
.broadcast-item-tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #fff
}

.broadcast-item-tag {
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 5px
}

.broadcast-item-description,
.broadcast-item-title {
    margin-top: 14px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 97.5%;
    color: #fff
}

.broadcast-item-description {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.broadcast-item-controls {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.broadcast-item-button {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    padding: 20px 40px;
    height: 35px;
    max-width: 211px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff
}

.broadcast-item-author,
.broadcast-item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.broadcast-item-avatar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 9px
}

.broadcast-item-author-description,
.broadcast-item-author-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    color: #fff
}

.broadcast-item-author-description {
    font-weight: 400
}

.broadcast-item.lg {
    max-width: 580px;
    background-color: #f1361d
}

.broadcast-item.sm {
    max-width: 280px;
    background-color: #f4f4f4
}

.broadcast-item.sm .broadcast-item-tag {
    display: none
}

.broadcast-item.sm .broadcast-item-title {
    margin-top: 19px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.broadcast-item.sm .broadcast-item-controls {
    margin-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.broadcast-item.sm .broadcast-item-button {
    margin-top: 10px;
    max-width: 236px;
    width: 100%;
    color: #fff;
    background-color: #f1361d
}

.broadcast-item.sm .broadcast-item-author-description,
.broadcast-item.sm .broadcast-item-author-name,
.broadcast-item.sm .broadcast-item-date,
.broadcast-item.sm .broadcast-item-title {
    color: #000
}

@media (max-width:991px) {
    .broadcast {
        margin-top: 78px;
        margin-bottom: 75px
    }

    .broadcast-item-description {
        display: none
    }

    .broadcast-item-title {
        margin-top: 19px;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%
    }

    .broadcast-item-controls {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .broadcast-item-title {
        height: 96px
    }

    .broadcast-item-button {
        margin-top: 10px;
        max-width: 236px;
        width: 100%
    }

    .broadcast-item-tag {
        line-height: 16px
    }

    .broadcast-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll
    }

    .broadcast-item {
        max-width: 280px;
        min-width: 280px;
        width: 100%
    }
}

.page_description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.5px;
    margin: 0px;
}

.page_description p {
    margin: 20px 0px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 458px;
    gap: 14px;
    width: 100%;
}

form input[id='hotlineform-name'] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 8px 20px;
    border-radius: 10px;
    color: #3B3C3F;
    background-color: #FFFFFF;
    border: 1px solid #3B3C3F;

}

form textarea[id='hotlineform-text'] {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 8px 20px;
    border-radius: 10px;
    color: #3B3C3F;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #3B3C3F;
    height: 158px;
    resize: none;
}

form .submit {
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    height: 60px;
    color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F1361D;
    background-color: #F1361D;
}

.hot-line-block {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 109px 80px 37px 50px;
    margin-top: 20px;
    background-color: #F4F4F4;
    background-image: url("../images/hot-line-background.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    border-radius: 20px;
}

.hot-line-block .popup {
    display: none;
    position: absolute;
    top: 40%;
    left: calc(50% - 180px);
    padding: 24px 36px;
    max-width: 360px;
    min-height: 80px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.hot-line-block .popup.opened {
    display: flex;
}

.popup-close-btn.status {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
}

.hot-line-title {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    color: #3B3C3F;
    max-width: 528px;
}

.hot-line-description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3B3C3F;
    max-width: 528px;
    margin-top: 30px;
}

.popup-cover {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

.popup-cover.opened {
    display: flex;
}

.popup {
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    padding: 81px 54px 58px 50px;
}

.popup-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    color: #000000;
    max-width: 652px;
}

.popup-description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.5%;
    max-width: 618px;
    color: #000000;
}

.popup-phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 146.5%;
    text-decoration: none;
    color: #000000;
}

.popup-submit-btn {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 40px;
    height: 60px;
    max-width: 320px;
    width: 320px;
    background-color: #F1361D;
    text-decoration: none;
}

.popup-close-btn {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M1 1L25 25M25 1L1 25' stroke='%23A2A2A2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

body {
    font-family: "Proxima Nova", sans-serif;
    background-color: #fff
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}

main {
    margin-bottom: 121px;
}

@media (max-width:1279px) {
    .container {
        width: calc(100% - 64px)
    }

    .menu-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: initial
    }

    .menu-item {
        font-size: 12px
    }
}

@media (max-width:1140px) {
    .info {
        background-position: bottom center;
        padding-bottom: 260px
    }

    .info-description {
        max-width: 100%
    }
}

@media (max-width:991px) {
    .container {
        width: calc(100% - 34px)
    }

    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-about a {
        margin-left: 0;
        margin-top: 8px
    }

    .footer-about a:first-of-type {
        display: none
    }

    .footer-contacts {
        margin-top: 24px
    }

    .footer-logo {
        -ms-flex-item-align: initial;
        align-self: initial;
        margin-top: 38px
    }

    .guide {
        margin-top: 113px
    }

    .hero {
        background-size: cover;
        margin-top: 82px
    }

    .menu-logo {
        position: absolute;
        top: 26px;
        left: 17px;
        z-index: 100
    }

    .menu-list {
        display: none
    }

    .mobile-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .guide-authors {
        margin-bottom: 40px
    }

    .guide-author-info {
        margin-left: 20px
    }

    .guide-title {
        font-size: 26px;
        line-height: 32px
    }

    .guide-mobile-btn {
        line-height: 20px
    }

    .guide-subtitle {
        font-size: 26px;
        line-height: 32px
    }

    .guide-description p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px
    }

    .guide-author-name {
        font-size: 20px
    }

    .guide-author-description {
        font-size: 16px;
        line-height: 20px
    }

    .guide-content.opened,
    .guide-mobile-container {
        display: block
    }

    .guide-container {
        display: none
    }

    .guide-content {
        display: none;
        margin-top: 30px
    }

    .guide-mobile-item {
        margin-bottom: 10px
    }

    .hero {
        background-image: url(/web/images/hero-mobile.png);
        background-size: cover;
        background-position: bottom;
        padding: 40px 30px 160px
    }

    .hero-more-btn {
        max-width: 100%;
        width: 100%
    }

    .hero-tag {
        font-size: 16px;
        line-height: 20px
    }

    .hero-title {
        font-size: 35px;
        line-height: 40px
    }

    .hero-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px
    }

    .info {
        background-image: url(/web/images/books-mobile.png);
        padding: 51px 30px 164px
    }

    .info-title {
        font-size: 26px;
        line-height: 31.5px
    }

    .info-description,
    .info-phone {
        font-size: 16px;
        line-height: 24px
    }

    .info-phone {
        line-height: 24.5px
    }

    .our-service {
        margin-top: 30px
    }

    .our-service-tag {
        font-size: 16px;
        line-height: 20px
    }

    .our-service-question-btn {
        font-size: 16px;
        max-width: 100%;
        width: 100%
    }

    .our-service-title {
        font-size: 30px;
        line-height: 44px
    }

    .our-service-subtitle {
        font-size: 28px;
        line-height: 44px
    }

    .our-service-description {
        font-size: 16px;
        line-height: 24px
    }

    .our-service-item {
        padding: 31px 30px 310px;
        background-position: bottom 30px center
    }
}

@media (max-width: 1279px) {
    .hot-line-block {
        padding: 48px 24px;
    }
}

@media (max-width: 991px) {
    .hot-line-block {
        padding: 48px 30px 232px;
        flex-direction: column;
        align-items: center;
    }

    .hot-line-title {
        font-size: 35px;
        line-height: 40px;
        max-width: 100%;
    }

    .hot-line-description {
        font-size: 16px;
        line-height: 20px;
    }

    form {
        max-width: 100%;
        margin-top: 24px;
    }

    .popup {
        padding: 61px 30px 46px;
        margin: 0 19px;
        gap: initial;
    }

    .popup-title {
        font-size: 30px;
        line-height: 32px;
    }

    .popup-description {
        font-size: 16px;
        line-height: 146.5%;
        margin-top: 9px;
        margin-bottom: 22px;
    }
}

@media (max-width: 552px) {
    .hot-line-block {
        background-image: url("../images/hot-line-mobile.png");
        background-size: contain;
    }

    .popup-submit-btn {
        max-width: 100%;
        width: 100%;
    }
}

.broadcast-item-author,
.broadcast-item-button {
    margin-right: 20px;
}

.guide-content.opened,
.guide-mobile-container {
    display: block;
    min-width: 270px;
    max-width: 280px;
}

.guide-content {
    display: none;
}

.guide-container>.guide-content {
    display: block;
}

@media (max-width: 767px) {
    .guide-authors {
        margin-bottom: 40px;
    }

    .guide-author-info {
        margin-left: 20px;
    }

    .guide-title {
        font-size: 26px;
        line-height: 32px;
    }

    .guide-mobile-btn {
        line-height: 20px;
        padding: unset;
    }

    .guide-subtitle {
        font-size: 26px;
        line-height: 32px;
    }

    .guide-description p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    .guide-author-name {
        font-size: 20px;
    }

    .guide-author-description {
        font-size: 16px;
        line-height: 20px;
    }

    .guide-mobile-item {
        margin-bottom: 10px;
    }

    .hero {
        background-image: url(./images/hero-mobile.png);
        background-size: cover;
        background-position: bottom;
        padding: 40px 30px 160px;
    }

    .hero-more-btn {
        max-width: 100%;
        width: 100%;
    }

    .hero-tag {
        font-size: 16px;
        line-height: 20px;
    }

    .hero-title {
        font-size: 35px;
        line-height: 40px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .info {
        background-image: url(./images/books-mobile.png);
        padding: 51px 30px 164px;
    }

    .info-title {
        font-size: 26px;
        line-height: 31.5px;
    }

    .info-description,
    .info-phone {
        font-size: 16px;
        line-height: 24px;
    }

    .info-phone {
        line-height: 24.5px;
    }

    .our-service {
        margin-top: 30px;
    }

    .our-service-tag {
        font-size: 16px;
        line-height: 20px;
    }

    .our-service-question-btn {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }

    .our-service-title {
        font-size: 30px;
        line-height: 44px;
    }

    .our-service-subtitle {
        font-size: 28px;
        line-height: 44px;
    }

    .our-service-description {
        font-size: 16px;
        line-height: 24px;
    }

    .our-service-item {
        padding: 31px 30px 310px;
        background-position: bottom 30px center;
    }
}

.guide-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1024px) {
    .guide-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 784px) {
    .guide-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.guide-list-item {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #f1361d;
    padding: 22px;
    min-height: 206px;
}

.guide-list-item span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 114.286% */
}

.guide-list-item p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 24px */
    margin-top: 19px;
    margin-bottom: 15px;
}

.guide-list-item a {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    padding: 8px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    margin-top: auto;
}

.guide-list-item a:hover {
    color: #ffffff;
    background-color: #000000;
}

.guide-mobile-list {
    border-radius: 20px;
    background: #f4f4f4;
    padding: 30px 20px;
}

.guide-link-list {
    padding-left: 20px;
    padding-top: 20px;
    max-width: 205px;
}

.guide-link-item {
    margin-bottom: 10px;
}

.guide-link-item:last-child {
    margin-bottom: 10px;
}

.guide-link-item a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    text-decoration: none;
}

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

    .guide-mobile-container {
        max-width: 100%;
    }

    .guide-link-list {
        max-width: 100%;
    }
}

.guide-aside,
.guide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guide-mobile-btn {
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    border-radius: 10px;
    background-color: #f4f4f4;
    border: 0;
    width: 100%;
    text-align: start;
    background-image: url(/web/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.guide-mobile-btn.active {
    color: #f1361d;
    background-image: url(/web/images/arrow-up.svg);
}

.guide-mobile-item.js-guide-link .guide-mobile-btn {
    background-image: unset;
}

.guide-link-item {
    cursor: pointer;
}

.guide-mobile-btn {
    padding-right: 15px;
}