@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
}

.svg-properties {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

a{
    text-decoration: none;
    color: #000000;
}

.header--content_top {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
}

.header--content_top div {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 2px solid #c4c4c4;
    color: #000000;
}

.header--content_top div:last-child {
    border-right: none;
    padding-right: 0;
}

.wrapper {
    width: 100%;
    justify-content: end;
}

.header--content_block {
    width: 100%;
    margin-bottom: 40px;
    gap: 50px;
    justify-content: start;
}


.header--content_logo {
    width: 25%;
    justify-content: left;
    gap: 8px;
    margin-bottom: 10px;
}

.header--content_logo a {
    font-size: 25px;
    line-height: 30px;
    color: #00539f;
    font-weight: 900;
}

.menu-mobile{
    display: none;
}

.header--content_search {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

._blue,
._gray {
    margin-top: 25px;
    background-color: #c4c4c4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._blue p,
._gray p {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
}

._blue {
    background-color: #00539F;
}

._blue p {
    color: #eeeeee;
}

.block-search {
    position: relative;
    width: 100%;
    border: 2px solid #00539f;
    height: 51px;
}

.block-search input{
    outline: none;
}

.block-search_map {
    position: relative;
    width: 40%
}

.block-search div:first-child:after {
    display: block;
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background-color: #00539f;
    top: 50%;
    left: 90%;
    rotate: 90deg;
}

.block-search_search {
    position: relative;
    width: 45%
}

._input {
    z-index: -1;
    padding-left: 37px;
    border: none;
}

._input::placeholder {
    font-size: 12px;
    line-height: 15px;
    color: #00539f;
}

.block-search_map svg {
    position: absolute;
    left: 5%;
    transform: translateX(-20%);
}

.block-search_search svg:first-child {
    position: absolute;
    left: 4%;
    transform: translateX(-10%);
}

.block-search_search svg:last-child {
    position: absolute;
    right: 7%;
    transform: translate(-23%, 100%);
}

.block-search_button {
    width: 15%;
    height: 100%;
    background-color: #00539f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    border: none;
    color: #fff;
    background-color: #00539f;
}

.header--row-text{
    width: 100%;
    display: flex;
    justify-content: left;
    font-size: 12px;
    line-height: 15px;
    color: #9a9a9a;
    font-weight: 500;
    margin-bottom: 30px;
}

.top {
    background-color: #85C325;
    margin-top: 37px;
    justify-content: space-evenly;
    align-items: center;
}


.top svg {
    width: 28px;
    height: 40px;
}

.top-row {
    height: 66px;
    justify-content: space-evenly;
}

.top-row_content {
    gap: 10px;
    font-size: 18px;
    color: #fff;
}

.main--content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 40px;
}

.sidebar {
    width: 30%;
    align-items: start;
}

.author--name {
    width: 100%;
    align-items: end;
}

.author--name p {
    font-size: 17px;
    line-height: 20px;
    color: #9a9a9a;
    margin-left: 10px;
}

.author--content {
    margin-top: 12px;
}

.author--content_text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #9a9a9a;
}

.main {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.main--img-top {
    width: 100%;
}

.main--img-top img {
    width: 100%;
}

.main--block-top {
    margin-top: 24px;
    justify-content: space-between;
}

.main--title {
    width: 80%;
}

.main--title-text {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.column {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(2, auto);
    justify-items: end;
}

.main--media {
    gap: 17px;
    align-items: start;
}

.main--subscription {
    gap: 4px;
    align-items: end;
}

.main--subscription p {
    font-size: 16px;
    line-height: 19px;
    color: #21253D;
}

.main--content-text {
    width: 100%;
}

.main--content-text img {
    width: 100%;
}

.text--block-italic {
    margin-top: 20px;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}

.text--block-normal {
    font-size: 14px;
    line-height: 20px;
    margin-top: 13px;
}

.text--block-title {
    margin-top: 8px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

.gray-block {
    background-color: #f0f0f0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 26px;
    padding-left: 26px;
    font-weight: 400;
    margin-bottom: 11px;
}

h3{
    position: relative;
    width: 100%;
    padding-bottom: 16px;
}

h3:after{
    margin-top: 13px;
    position: absolute;
    display: block;
    content: '';
    width: 13%;
    height: 1px;
    background-color: #00539f;
    border: 1px solid #00539f;
}

._subtitle {
    margin-top: 14px;
    font-size: 18px;
}

.cont--block {
    margin-top: 11px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #a41c8b;
    background-color: #821A6F;
}

.cont--block-text {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 37px;
    padding-left: 37px;
}

.author--mobile {
    display: none;
}

.actualization-column{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: end;
    justify-content: end;
}

.actualization--data{
    width: 60%;
    justify-content: end;
    gap: 40px;
    font-size: 12px;
    line-height: 20px;
}

.actualization--data p:last-child{
    color: #00539F;
}

.actualization-mint{
    width: 100%;
    background-color: #dcf4ec;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.actualization--media{
    width: 40%;
    gap: 5px;
    justify-content: space-evenly;
}

.actualization--print{
    width: 50%;
    color: #00539F;
    justify-content: space-evenly;

}

.form--block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form--block h2:first-of-type {
    padding-top: 41px;
    padding-bottom: 26px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: #221D15;
    text-align: center;
}

.form {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    border: 7px solid #A41C8B;
    background-color: #D9D9D9;
    justify-content: space-evenly;
}

.form--left {
    width: 30%;
    display: flex;
    align-items: center;
}

.form--left img {
    width: 100%;
    margin: 50px 0 60px 0;
}

.form--right {
    padding-top: 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.form--submit {
    width: 100%;
}

.form--cont {
    color: #585858;
    text-align: center;
    font-weight: 700;
}

.form--cont span:first-of-type,
.form--cont p:first-of-type,
.form--cont p:last-of-type {
    font-size: 26px;
    line-height: 31px;
}


.form--cont span:last-of-type {
    font-size: 29px;
    line-height: 35px;
}

.formularz-walidacja__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-name,
.phone-country {
    width: 100%;
    border: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 14px;
    font-size: 25px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 27px;
}

.submit-container--btn-2 {
    padding: 10px 80px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    background-color: #C01E14;
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.comment--add {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 17px;
}

.comment--add_name {
    gap: 20px;
    justify-content: left;
}

.comment--input_name {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    border: 1px solid #9A9DA1;
    background-color: #E5E5E5;
    color: #9A9DA1;
    font-size: 13px;
    line-height: 20px;
}

.comment--input_button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 13px;
    border: 1px solid #9A9DA1;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
}

.comment--place {
    width: 100%;
}

.comment--place_input {
    width: 100%;
    height: 125px;
    border: 1px solid #9A9DA1;
    background-color: #E5E5E5;
    color: #9A9DA1;
    font-size: 13px;
    line-height: 20px;
    text-align: start;
}

.comment--submit {
    width: 100%;
    justify-content: space-between;
}

.comment--submit_text {
    width: 40%;
    font-size: 10px;
    line-height: 20px;
    color: #9A9DA1;
    font-weight: 500;
}

.comment--submit_button {
    height: 100%;
    background-color: #1E1F23;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom:  12px;
    padding-left: 24px;
    padding-right: 23px;
}

.comment--title {
    width: 100%;
    height: 123px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.comment--title_line {
    width: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
    color: #821A6F;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.comment--title_line::after {
    content: '';
    flex: auto;
    margin-left: 1rem;
    height: 3px;
    background-color: #821A6F;
}

.comment--text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comment--block {
    width: 100%;
    align-items: start;
    justify-content: space-between;
}

.comment--text {
    margin-top: 40px;
}

.comment--block_column {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.comment--content_name,
.comment--content_date,
.comment--content_text {
    font-size: 15px;
    line-height: 18px;
    color: #3E3E3E;
    font-weight: 700;
}

.comment--content_name {
    text-transform: uppercase;
}

.comment--content_date {
    color: #e7e7e7;
    font-weight: 500;
}

.comment--content_text {
    color: #000000;
    font-weight: 400;
}

.comment--answer_content {
    display: flex;
    flex-direction: column;
}

.comment--answer {
    margin-top: 20px;
    align-items: start;
}

.comment--answer img {
    margin-right: 18px;
}

.nav {
    width: 100%;
}

.nav img {
    width: 100%;
}

.container--footer {
    margin-top: 20px;
    width: 100%;
    background-color: #DCF4EC;
    padding-bottom: 40px;
    padding-top: 50px;
}

.container--footer_content {
    width: 100%;
    justify-content: left;
    align-items: start;
    gap: 7%;
    flex-wrap: nowrap;
}

.container--footer_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.container--footer_titles {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.container--footer_text {
    font-size: 14px;
    line-height: 18px;
    color: #21253d;
}

.container--footer_text a{
    display: block;
    margin-bottom: 8px;
    color: #00539F;
}

.footer--column_padding {
    padding-bottom: 11px;
}

.mobile-block{
    width: 50%;
    align-items: start;
    gap: 10%;
}

footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}


@media only screen and (max-width: 830px) {
    .input-mobile{
        display: none;
    }

    .header--content_logo {
        width: 45%;
        justify-content: left;
        gap: 8px;
    }


    .block-search {
        justify-content: space-between;
    }

    .block-search div:first-child:after {
        display: none;
    }

    .block-search_button {
        width: 25%;
    }

    .actualization-mint{
        font-size: 14px;
    }

    .actualization--media{
        width: 50%;
    }

    .container--footer_content {
        width: 80%;
        flex-wrap: wrap;
    }

    .mobile-block{
        width: 100%;
        flex-direction: row-reverse;
        justify-content: start;
        gap: 19%;
    }

    .mobile-margin{
        margin-top: -190px;
    }


}

@media only screen and (max-width: 700px) {
    .container {
        max-width: 700px;
        padding: 0 14px;
        margin: 0 auto;
    }

    .container--main {
        max-width: 700px;
        padding: 0;
        margin: 0 auto;
    }

    .header--content_logo {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 10px;
    }

    .menu-mobile{
        display: flex;
    }

    .main {
        width: 100%;
    }

    .main--content {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0;
    }

    .header--content_search {
        display: none;
    }

    .top {
        margin-top: 0;
    }

    ._black-mobile {
        display: none;
    }

    .main--img-top img {
        width: 100%;
    }

    .main--block-top {
        flex-direction: column-reverse;
        margin-top: 24px;
        justify-content: space-between;
        gap: 14px;
    }

    .column {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .main--title {
        width: 100%;
    }

    .main--title-text {
        font-size: 20px;
        line-height: 24px;
    }

    .text--block-italic {
        margin-top: 7px;
        font-size: 16px;
        line-height: 22px;
    }

    .text--block-normal {
        font-size: 14px;
        line-height: 20px;
    }

    ._gray {
        margin-top: 18px;
    }

    ._gray p {
        font-size: 14px;
        line-height: 20px;
    }

    .cont--block {
        margin-top: 7px;
        margin-bottom: 0;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-right: 26px;
        padding-left: 26px;
    }


    .author--mobile {
        width: 100%;
        display: flex;
        flex-direction: row;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin: 10px 0;
        justify-content: start;
        gap: 20px;
    }


    .author--mobile div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cont--block-text {
        font-size: 18px;
        line-height: 32px;
    }

    .form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .form--left {
        width: 100%;
        justify-content: center;
    }

    .form--left img {
        width: 30%;
        margin: 20px 0;
    }

    .form--right {
        width: 90%;
        padding-top: 10px;
    }


    .form--cont p:first-of-type,
    .form--cont p:last-of-type {
        font-size: 20px;
        line-height: 23px;
    }

    .form--cont span:last-of-type {
        font-size: 25px;
        line-height: 29px;
    }

    .input-name,
    .phone-country {
        width: 90%;
        border-radius: 10px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .submit-container--btn-2 {
        padding: 4px 40px;
        font-size: 20px;
        border-radius: 11px;
    }

    .comment--add_name {
        flex-direction: column;
    }

    .comment--submit{
        flex-direction: column;
    }

    .comment--submit_text {
        width: 100%;
        margin-bottom: 10px;
    }

    .comment--input_name{
        width: 100%;
    }

    .container--footer_content {
        width: 100%;
        flex-wrap: wrap;
    }

    .container--footer_titles {
        font-size: 14px;
        line-height: 16px;
    }

    .container--footer_text {
        font-size: 10px;
        line-height: 12px;
    }

    .mobile-block{
        width: 100%;
        flex-direction: row-reverse;
        justify-content: start;
        gap: 19%;
    }

    .mobile-margin{
        margin-top: -150px;
    }

}











