@font-face {
    font-family: OpenSans;
    src: local(OpenSans-Regular),
        url("../fonts/OpenSans-Regular.woff2") format("woff2"),
        url("../fonts/OpenSans-Regular.woff") format("woff"),
        url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OpenSans;
    src: local(OpenSans-Bold),
        url("../fonts/OpenSans-Bold.woff2") format("woff2"),
        url("../fonts/OpenSans-Bold.woff") format("woff"),
        url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(0, 0, 0, 0.54);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.54);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.54);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 640px) and (orientation: portrait) {
    .trends__articles {
        flex-wrap: wrap;
    }

    .trends__article-box {
        width: 100%;
        min-height: 230px;
    }

    .trends__article-box:nth-child(n + 2) {
        margin-top: 2px;
    }
}

@media (max-width: 640px) and (orientation: landscape) {
    .trends__articles {
        flex-wrap: wrap;
    }
    
    .trends__article-box {
        width: 49.85%;
        min-height: 230px;
    }

    .trends__article-box:nth-child(3), .trends__article-box:nth-child(4) {
        margin-top: 2px;
    }
}

@media (max-width: 640px) {
    .header {    
        min-height: 640px;
        background-image:  url(../img/banner-mobile.jpg);
    }

    .header-container {
        margin: 18px auto 0;
    }
    
    .header__panel {
        flex-wrap: wrap;
        width: 330px;
        margin-bottom: 170px;
    }

    .header__logo {
        display: none;
    }

    .header__logo-mobile {
        position: relative;
        width: 270px;
        height: 60px;
        margin-bottom: 35px;
        background-image:  url(../svg/noemi-logo.svg);
        background-repeat: no-repeat;
    }

    .header__title h1 {
        font-size: 26px;
        line-height: 1.5;
    }

    .header__title {
        width: 330px;
        flex-direction: column;
        align-items: center;
        justify-content: normal;
    }

    .header__menu-icon {
        width: 24px;
        height: 24px;
        background-image:  url(../svg/horizontal-menu-burger-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header__menu {
        display: none;
    }

    .trends {
        padding-top: 40px;
    }

    .trends__title h2, 
    .latest-posts__title h2, 
    .subscribe__title h2,
    .tags__title h2, 
    .categories__title h2, 
    .shop__title h2,
    .shop__item-title h3,
    .popup__title {
        font-size: 16px;
    }

    .trends__article-title a, 
    .trends__article-title h3, 
    .post-list__post-title a,
    .post-list__post-title h2, 
    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 16px;
    }

    .trends__articles {
        margin-top: 24px;
    }

    .main {
        padding-top: 45px;
        max-width: 330px;
    }

    .post-list {
        width: 330px;
    }

    .post-list__post {
        flex-wrap: wrap;        
    }

    .post-list__picture {
        min-width: 330px;
        height: 254px;
    }

    .post-list__picture img {
        width: 330px;
        height: 254px;
    }

    .post-list__frame {
        margin-bottom: 6px;
    }

    .post-list__text-content {
        margin: 16px 0 0 0;
        width: 330px;
    }

    .post-list__post:nth-child(n + 2) {
        margin-top: 60px;
        position: relative;
    }

    .post-list__post:nth-child(n + 2):before {
        content: '';
        position: absolute;
        width: 330px;
        height: 3px;
        top: -35px;
        background-color: #eeeeee;
    }

    .post-list__post p {
        font-size: 14px;
    }

    .post-list__post-title {
        margin-bottom: 20px;
    }

    .side-bar {
        position: relative;
        width: 330px;
    }

    .side-bar::before {
        content: '';
        position: absolute;
        width: 330px;
        height: 3px;
        top: -35px;
        background-color: #eeeeee;
    }

    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 14px;
    }

    .search__field, 
    .subscribe__field,
    .popup__select-menu,
    .popup__textarea {
        width: 260px;
    }

    .post-list, 
    .latest-posts {
        margin-bottom: 60px;
    }

    .search,
    .subscribe,
    .tags,
    .categories {
        margin-bottom: 45px;
    }

    .shop {
        margin-bottom: 20px;
    }

    .subscribe__form,
    .subscribe__button, 
    .popup__button,
    .tags__container,
    .categories__container,
    .shop__title,
    .footer {
        width: 330px;
    }

    .subscribe__field {
        width: 308px;
    }

    .popup__button {
        margin-bottom: 30px;
    }

    .shop__items {
        width: 330px;
        flex-wrap: wrap;
    }

    .shop {
        justify-content: center;
    }

    .shop__item-box {
        width: 285px;
        margin-bottom: 25px;
        padding: 0 22px;    
    }
    
    .shop__item-picture-box,
    .shop__item-picture-box img {
        width: 285px;
        height: 285px;
    }

    .shop__border {
        top: 254px;
    }

    .socials {
        height: 80px;
        margin-bottom: 50px;
    }

    .popup__box {
        position: relative;
        width: 330px;
        margin: 55px auto 0 auto;
        box-sizing: border-box;
        padding: 30px 25px 0;
        font-size: 13px;
        background-color: #ffffff;
    }

    .popup__close-button {
        top: -36px;
        right: 0px;
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }

    .popup__radio-text::before {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        margin-bottom: -8px;
        background-size: 25px 25px;
    }

    .popup__radio-group:nth-child(n + 2) {
        margin-left: 35px;
    }
}

@media (min-width: 641px) and (max-width: 1200px) and (orientation: portrait) {
    .trends__articles {
        flex-wrap: wrap;
    }

    .trends__article-box {
        width: 49.85%;
        min-height: 248px;
    }

    .trends__article-box:nth-child(3), .trends__article-box:nth-child(4) {
        margin-top: 2px;
    }
}

@media (min-width: 641px) and (max-width: 1200px) and (orientation: landscape) {
    .trends__article-box {
        width: 24.85%;
        min-height: 320px;
    }
}

@media (min-width: 641px) and (max-width: 1200px) {
    .header {    
        min-height: 390px;
        background-image:  url(../img/banner-bg-tablet.jpg);
    }

    .header-container {
        margin: 28px auto 0;
    }
    
    .header__panel {
        width: 697px;
    }

    .header__logo-mobile {
        display: none;
    }

    .header__title h1 {
        font-size: 40px;
        line-height: 1.5;
    }

    .header__title {
        width: 650px;
        align-items: center;
    }

    .header__menu-icon {
        width: 24px;
        height: 24px;
        background-image:  url(../svg/horizontal-menu-burger-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header__menu {
        display: none;
    }

    .trends {
        padding-top: 45px;
    }

    .trends__title h2, 
    .latest-posts__title h2, 
    .subscribe__title h2,
    .tags__title h2, 
    .categories__title h2, 
    .shop__title h2,
    .shop__item-title h3,
    .popup__title {
        font-size: 18px;
    }

    .trends__article-title a, 
    .trends__article-title h3, 
    .post-list__post-title a,
    .post-list__post-title h2, 
    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 17px;
    }

    .trends__articles {
        margin-top: 18px;
    }

    .main {
        padding-top: 50px;
        max-width: 697px;
    }

    .post-list {
        width: 427px;
    }

    .post-list__post {
        flex-wrap: wrap;        
    }

    .post-list__picture,
    .post-list__picture img {
        min-width: 390px;
        height: 300px;
    }

    .post-list__frame {
        margin-bottom: 20px;
    }

    .post-list__text-content {
        margin: 16px 0 0 0;
        width: 390px;
    }

    .post-list__post:nth-child(n + 2) {
        margin-top: 60px;
        position: relative;
    }

    .post-list__post:nth-child(n + 2):before {
        content: '';
        position: absolute;
        width: 390px;
        height: 3px;
        top: -40px;
        background-color: #eeeeee;
    }

    .post-list__post-title {
        margin-bottom: 36px;
    }

    .side-bar {
        width: 270px;
    }

    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 14px;
    }

    .search__field, 
    .popup__select-menu,
    .popup__textarea {
        width: 202px;
    }

    .post-list, 
    .latest-posts, 
    .search, 
    .subscribe, 
    .tags, 
    .categories {
        margin-bottom: 60px;
    }

    .subscribe__form,
    .subscribe__button, 
    .popup__button,
    .tags__container,
    .categories__container {
        width: 270px;
    }

    .subscribe__field {
        width: 248px;
    }

    .popup__button {
        margin-bottom: 55px;
    }

    .shop__items {
        width: 697px;
        flex-wrap: wrap;
    }

    .shop {
        justify-content: center;
    }

    .shop__item-box {
        width: 290px;
        margin-bottom: 28px;
        padding: 0 24px;    
    }
    
    .shop__item-picture-box,
    .shop__item-picture-box img {
        width: 290px;
        height: 226px;
    }

    .shop {
        margin-bottom: 32px;
    }

    .shop__title {
        width: 697px;
    }

    .shop__border {
        top: 184px;
    }

    .footer {
        max-width: 697px;
    }

    .socials {
        height: 80px;
        margin-bottom: 50px;
    }

    .popup__box {
        position: relative;
        width: 390px;
        margin: 240px auto 0 auto;
        box-sizing: border-box;
        padding: 54px 30px 0;
        margin-bottom: 30px;
        font-size: 13px;
        background-color: #ffffff;
    }

    .popup__close-button {
        top: -36px;
        right: 0px;
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }

    .popup__radio-text::before {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        margin-bottom: -8px;
        background-size: 25px 25px;
    }

    .popup__radio-group:nth-child(n + 2) {
        margin-left: 35px;
    }
}

@media (min-width: 1201px) {
    .header {    
        min-height: 450px;
        background-image:  url(../img/banner-bg.jpg);
    }

    .header-container {
        margin: 28px auto 0;
    }
    
    .header__panel {
        width: 1170px;
    }

    .header__logo-mobile {
        display: none;
    }

    .header__title h1 {
        font-size: 45px;
        line-height: 1.7;
    }

    .header__title {
        width: 690px;
        align-items: center;
    }

    .header__menu-icon {
        display: none;
    }

    .header__menu {
        min-width: 462px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;  
    }
    
    .trends {
        padding-top: 60px;
    }

    .trends__title h2, 
    .latest-posts__title h2, 
    .subscribe__title h2,
    .tags__title h2, 
    .categories__title h2, 
    .shop__title h2,
    .shop__item-title h3,
    .popup__title {
        font-size: 20px;
    }

    .trends__article-title a, 
    .trends__article-title h3, 
    .post-list__post-title a,
    .post-list__post-title h2, 
    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 20px;
    }

    .trends__articles {
        margin-top: 28px;
    }

    .trends__article-box {
        width: 24.85%;
        min-height: 320px;
    }

    .trends__articles {
        margin-top: 28px;
    }

    .main {
        padding-top: 60px;
        max-width: 1170px;
    }

    .post-list {
        width: 900px;
    }

    .post-list__picture {
        min-width: 381px;
        height: 294px;    
        margin-top: 4px;
        object-fit: cover;
    }

    .post-list__text-content {
        margin: 0 30px;
        width: 365px;
    }

    .post-list__post-text {
        padding-bottom: 15px;
    }

    .post-list__post:nth-child(n + 2) {
        margin-top: 60px;
    }

    .post-list__post-title {
        margin-bottom: 36px;
    }

    .side-bar {
        width: 270px;
    }

    .latest-posts__post-title a, 
    .latest-posts__post-title h3 {
        font-size: 12px;
    }

    .search__field, 
    .popup__select-menu,
    .popup__textarea {
        width: 202px;
    }

    .post-list, 
    .latest-posts, 
    .search, 
    .subscribe, 
    .tags, 
    .categories {
        margin-bottom: 60px;
    }

    .subscribe__form,
    .subscribe__button, 
    .popup__button,
    .tags__container,
    .categories__container {
        width: 270px;
    }

    .subscribe__field {
        width: 248px;
    }

    .popup__button {
        margin-bottom: 55px;
    }

    .shop__items {
        width: 100%;
        align-items: flex-start;
    }

    .shop__item-box {
        width: 300px;
        height: 100%;
        padding: 0 24px;    
    }
    
    .shop__item-picture-box,
    .shop__item-picture-box img {
        width: 300px;
        height: 204px;
    }

    .shop {
        margin-bottom: 60px;
    }

    .shop__title {
        width: 100%;
    }

    .shop__border {
        top: 172px;
    }

    .footer {
        max-width: 1170px;
    }

    .socials {
        height: 80px;
        margin-bottom: 75px;
    }

    .popup__box {
        position: relative;
        width: 390px;
        margin: 240px auto 0 auto;
        box-sizing: border-box;
        padding: 54px 30px 0;
        margin-bottom: 30px;
        font-size: 13px;
        background-color: #ffffff;
    }

    .popup__close-button {
        top: -25px;
        right: 0px;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    .popup__radio-text::before {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-bottom: -4px;
        background-size: 18px 18px;
    }

    .popup__radio-group:nth-child(n + 2) {
        margin-left: 16px;
    }
}

body {
    position: relative;
    margin: 0 auto;
    font-family: "OpenSans", "Arial", sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin-block-end: 0;
    margin-block-start: 0;
    margin-block-start: 1em;
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
}

a {
    text-decoration: none;
    color: #b59f5b;
}

a:hover {
    text-decoration: underline;
}

ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.header {    
    position: relative;
    display: flex;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;    
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__panel {
    display: flex;
    z-index: 1;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    width: 179px;
    height: 40px;
    background-image:  url(../svg/noemi-logo.svg);
    background-repeat: no-repeat;
}

.header__menu ul {
    display: flex;
}

.header__menu-item:nth-child(n + 2) {
    margin-left: 34px;
}

.header__menu a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

.header__menu a:hover {
    text-decoration: underline;
}

.header__title {
    display: flex;
    height: 100%;
    z-index: 1;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;  
}

.header__title h1 {
    font-weight: bold;
}

.trends {
    max-width: 1660px;
    margin: 0 auto;
}

.trends__title, 
.latest-posts__title, 
.subscribe__title, 
.tags__title,  
.categories__title, 
.shop__title,
.popup__title {
    text-align: center;
}

.trends__title h2, 
.latest-posts__title h2, 
.subscribe__title h2,
.tags__title h2, 
.categories__title h2, 
.shop__title h2,
.shop__item-title h3,
.popup__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.trends__title::after, 
.latest-posts__title::after,
.subscribe__title::after, 
.tags__title::after,
.categories__title::after, 
.shop__title::after,
.popup__title::after {
    content: '';
    display: block;
    height: 3px;
    width: 65px;
    margin: 10px auto 0;
    background-color: #b59f5b;
    opacity: 0.4;   
}

.trends__articles {
    display: flex;
    justify-content: space-between;
}

.trends__article-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.trends__article-box::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.trend__picture_one {
    background-image:  url(../img/trend1.jpg);
}

.trend__picture_two {
    background-image:  url(../img/trend2.jpg);
}

.trend__picture_three {
    background-image:  url(../img/trend3.jpg);
}

.trend__picture_four {
    background-image:  url(../img/trend4.jpg);
}

.trends__article-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 3px solid rgba(181, 159, 91, 0.6);
}

.trends__trend-category, 
.post-list__post-category {
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.trends__trend-category li, 
.post-list__post-category li {
    margin-right: 20px;
}

.trends__trend-category a, 
.post-list__post-category a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #b59f5b;
}

.trends__trend-category a:hover, 
.post-list__post-category a:hover {
    text-decoration: underline;
}

.trends__article-title a, 
.trends__article-title h3, 
.post-list__post-title a,
.post-list__post-title h2, 
.latest-posts__post-title a, 
.latest-posts__post-title h3 {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.3;
    color: #ffffff;  
}

.trends__trend-category a:hover, 
.post-list__post-category a:hover,
.latest-posts__post-title h3:hover, 
.trends__article-title h3:hover {
    color: #b59f5b;
}

.main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.post-list__post {
    display: flex;
}

.post-list__text-content {
    display: flex;
    flex-direction: column;
}

.post-list__post-title a, 
.post-list__post-title h2,
.latest-posts__post-title a, 
.latest-posts__post-title h3 {
    color:#000000;
}

.post-list__post-title a:hover, 
.post-list__post-title h2:hover {
    color:#b59f5b;
}

.post-list__post-date-and-author {
    display: flex;
}

.post-list__post-date {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 12px;
    color: #888888;
}

.post-list__post-author {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.post-list__post-text {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}

.side-bar {
    display: flex;
    flex-direction: column;
}

.latest-posts__title h2, 
.subscribe__title h2, 
.tags__title h2,
.categories__title h2 {
    font-size: 14px;
}

.latest-posts__title, 
.subscribe__title, 
.tags__title,
.categories__title {
    margin-bottom: 30px;
}

.latest-posts__post-list {
    display: flex;
    flex-direction: column;
}

.latest-posts__post {
    display: flex;
}

.latest-posts__post:nth-child(n + 2) {
    margin-top: 20px;
}

.latest-posts__picture {
    min-width: 70px;
    height: 70px;    
    object-fit: cover;
}

.latest-posts__text-content {
    display: flex;
    margin-left: 18px;
    flex-direction: column;
}

.latest-posts__post-date {
    font-size: 12px;
    color: #888888;
    margin-bottom: 4px;
}

.search__form {
    height: 48px;
    display: flex;
}

.search__field, 
.subscribe__field,
.popup__select-menu,
.popup__textarea {
    padding-left: 18px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    border: 1px solid #f4f7f6;
    background-color: #f4f7f6;
}

.search__button {
    width: 48px;
    background-color: #b59f5b;
    border: none;
}

.search__button:hover, 
.subscribe__button:hover,
.shop__button:hover,
.popup__button:hover {
    background-color: #000000;
    cursor: pointer;
}

.search__button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../svg/search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;  
}

.search__field:focus, 
.subscribe__field:focus,
.popup__select-menu:focus,
.popup__textarea:focus {
    outline: none;
    border: 1px solid #b59f5b;
}

.subscribe__form {
    display: flex;
    flex-direction: column;
}

.subscribe__field {
    height: 44px;
    margin-bottom: 18px;
}

.subscribe__button, 
.shop__button,
.popup__button {
    height: 48px;
    background-color: #b59f5b;
    font-size: 14px;
    font-weight: bold;
    color:#ffffff;
    text-transform: uppercase;
    border: none;
}

.tags__container {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.tags__tag {
    display: flex;
    height: 24px;
    margin: 0 5px 5px 0;
    padding: 0 13px;
    border: 3px solid #eeeeee;
    align-items: center;
}

.tags__tag:hover {
    border: 3px solid #b59f5b;
    cursor: pointer;
}

.tags__tag a {
    text-decoration: none;
    color:#000000;
}

.categories__container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
}

.categories__category {
    display: flex;
    flex-direction: column;
}

.categories__category a {
    text-decoration: none;
    color:#000000;
}

.categories__category a:hover {
    color: #b59f5b;
}

.categories__category::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px auto;
    background-color: #eeeeee;
}

.categories__category-link {
    display: flex;
    flex-wrap: wrap;
}

.categories__category-counter-block {
    position: relative;
}

.categories__category-counter {
    position: absolute;
    left: 2px;
    top: -2px;    
    font-size: 12px;
    color: #b59f5b;
}

.shop {
    display: flex;
    flex-wrap: wrap;
}

.shop__items {
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}

.shop__item-box {
    position: relative;
    display: flex;
    flex-direction: column;    
}

.shop__item-picture-box {
    z-index: -2;
    margin-bottom: 26px;
    object-fit: cover;
}

.shop__item-title {
    margin-bottom: 14px;
}

.shop__item-text {
    margin-bottom: 24px;
}

.price-frame {
    display: flex;
    margin-bottom: 26px;
    justify-content: space-between;
}

.price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-box__old-price {
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
}

.price-box__price {
    font-size: 20px;
    font-weight: bold;
}

.shop__button {
    width: 140px;
}

.shop__border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 3px solid rgba(181, 159, 91, 0.6);
}

.footer {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.socials {
    display: flex;
    justify-content: center;
    background-color: #f4f7f6;
    align-items: center;
}

.socials__icon {
    width: 20px;
    height: 20px;
}

.socials__icon:nth-child(n + 2) {
    margin-left: 30px;
}

.copyrights {
    height: 55px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.copyrights a {
    text-decoration: none;
    color: #999999;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup__close-button {
    position: absolute;
    background-image: url("../svg/form-x.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer; 
}

.popup__title,
.popup__radiobuttons {
    margin-bottom: 30px;
}

.popup__form {
    display: flex;
    flex-direction: column;
}

.popup__label {
    margin-bottom: 12px;
    font-size: 13px;
}

.popup__select-menu {
    width: 100%;
    height: 48px;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../svg/form-arrows.svg");
    background-size: 8px 16px;
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.popup__radiobuttons {
    display: flex;
}

.popup__radio-group {
    vertical-align: middle;
}

.popup__radio-text::before {
    content: '';
    display: inline-block;
    background-image: url("../svg/form-empty-circle.svg");
    background-repeat: no-repeat;  
}

.popup__radiobutton {
    display: none;
}

.popup__radiobutton:checked + .popup__radio-text::before {
    background-image: url("../svg/form-circle.svg");
}

.popup__textarea {
    box-sizing: border-box;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    margin-bottom: 25px;
    resize: none;
}

.popup__button {
    width: 100%;
}