body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

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

.article-block {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.container-block {
    display: flex;
    justify-content: space-between;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.header {
    background: #000;
}

.header-menu ul {
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    color: #fff;
    padding: 0;
    gap: 16px;
    margin-right: 20px;
}

.header-button-podcast-block {
    display: flex;
    color: #fff;
    text-decoration: none;
    gap: 6px;
}

.header-button-podcast {
    max-width: 20px;
}

.header-button-podcast2 {
    max-width: 25px;
}

.icon-live {
    max-width: 30px;
}

.row-left {
    display: flex;
    gap: 20px;
}

.link_audio {
    display: flex;
    gap: 6px;
    align-items: center;
    background: none;
    border: none;
    color: #fff;
}

.header-button-podcast-block{
    display: flex;
    align-items: center;
}

.sub-header-container {
    max-width: 1260px;
    width: 100%;
    margin: auto;
}

.header__wrapper_right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.row-right {
    display: flex;
    gap: 12px;
}

.sub-header {
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;

}

.sub-header-wrapper-left {
    display: flex;
    gap: 13px;
}

.sub-header-button {
    display: flex;
    padding: 12px 26px 12px 12px;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 56px;
    background-color: rgba(35, 35, 35, .1019607843)
}

.sub-header-img {
    max-width: 18px;
}

.sub-header-wrapper {
    overflow: hidden;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-header-wrapper-center {
    position: relative;
    overflow: hidden;
}

.right-img {
    max-width: 300px;
    border-radius: 6px;
}

.alert-container {
    background-color: #db0000;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

.alert-container a {
    color: #fff;
    text-decoration: none;
}

.breadcrump ul {
    display: flex;
    margin-bottom: 12px;
    gap: 8px;
    list-style: none;
}

.breadcrump li {
    padding-bottom: 3px;
    border-bottom: 2px solid #ffe000;
}

.container h1 {
    max-width: 1000px;
    font-size: 48px;
    line-height: 58px;
}

.container h2 {
    max-width: 800px;
    font-size: 26px;
}

.piece-of-text {
    color: blue;
}

.dbl-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dbl-block img {
    width: 700px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
}

.column-block {
    padding-top: 20px;
    border-top: 6px solid var(--bg-base, #FFE000);
    ;
    max-width: 400px;
    display: grid;
    gap: 30px;
    margin-top: 60px;
}

.column-block span {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.column-block p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #666;
}

.dbl-block-img {
    display: grid;
    gap: 15px;
}

.regular-block {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}

.links-articul a {
    text-transform: uppercase;
    color: blue;
}

.links-articul {
    font-size: 19px;
    line-height: 1.47;
    max-width: 750px;
}

.links-articul img {
    width: 300px;
}

.right-img-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 6px solid var(--bg-base, #FFE000);
    padding-top: 20px;
}

.People {
    max-width: 450px;
    width:100%;
}

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

.peru-info {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    align-items: center;
    margin-top: 20px;
}

.peru-block {
    display: block;
    justify-items: center;
    border-top: 6px solid var(--bg-base, #FFE000);
    padding-top: 20px;

}

.peru-info-img {
    max-width: 205px;
}

.peru-info-img span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 2px solid var(--bg-base, #FFE000);
    padding-bottom: 3px;
}

.title-peru {
    font-size: 24px;

}

.small-width {
    max-width: 100px;
    height: 100px;
}

.block-content {
    display: grid;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
}

.block-list {
    display: flex;
    gap: 20px;
}

.item-block {
    display: flex;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 20px;
    gap: 20px;
    align-items: center;
}

.news-data {
    max-width: 200px;
}

.news-data span {
    border-bottom: 1px solid #FFE000;
    padding-bottom: 2px;
}

.news-data p {
    font-size: 14px;
    line-height: 17px;
}

.form-container {
    margin:0 auto;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px 15px;
    background-color: #FFE000;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.footer {
    background-color: #232323;
    border-top: 6px solid var(--bg-base, #FFE000);
    color: #cfcfcf;
}

.footer-container {
    max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer-ditails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
}

.contacts-info {
    display: grid;
    gap: 15px;
}

.contacts-info-sites {
    font-weight: 700;
}

.contacts-info-sites a {
    text-decoration: none;
    color: #cfcfcf;
    border-right: 1px solid hsla(0, 0%, 100%, .6);
    padding-right: 7px;
}

.footer-bottom-block {
    background-color: #cfcfcf;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1260px;
    margin: auto;
    padding: 20px;
}

.contact-text a {
    font-size: 15px;
    line-height: 15px;
    color: #232323;
    text-decoration: none;
}

.burger_menu{
    display:none;
}

.container-block-active{
    display:grid !important;
}

.form_success{
    display:none;
}

.form_success span{
    color: #00a400;
    font-size: 24px;
}

.form-group input:focus{
    border-color: yellow !important;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}
.form-group input:active{
    border-color: yellow;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}
@media (max-width:768px){

    .dbl-block{
        display:grid;
        align-items:center;
    }

    .column-block{
        max-width:100%;
        display:grid;
        justify-content: center;
    }
    .right-img-block{
        display:grid;
        justify-items: center;
    }

    .links-articul{
        font-size:16px;
        display: block;
        margin: 0 auto;
    }
    .info-block{
        display:grid;
        gap:16px;
    }
    .column-block span{
        font-size:16px;
    }
    .container h1{
          font-size: 24px;
          line-height: 32px;
    }
    .container h2{
        font-size: 18px;

    }
    .container-block{
        display:grid;
        justify-content: center;
        justify-items: center;
    }
    .sub-header-wrapper-right{
        display:none;
    }
    .sub-header-wrapper{
        justify-content: space-around;
    }
    .block-list{
        display:grid;
    }
    .container{
        padding:0 20px;
        width:auto;
    }
    .header__wrapper_right{
        flex-wrap:wrap;
    }
}

@media (max-width:480px){
    .header{
        padding:20px;
    }
    .header-menu ul{
        display:grid;
    }
    .header__wrapper_right{
        display:grid;
    }
    .container-block{
        display:none;
        justify-content: left;
        justify-items: left;
    }
    .burger_menu{
        display:block;
    }
    .footer-ditails{
        display: grid;
        gap: 16px;
        justify-items: center;
    }
    .sub-header-wrapper-center svg{
        width:80px;
    }
}