@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
    background: #f4f6fa;
}
.header {
    background: #fff;
    padding: 15px 0;
}
.open-mob-menu, .mob-logo {
    display: none;
}
.header-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper .logo {}
.header-wrapper .logo a {
    text-decoration: none;
    color: #1ca2fc;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.header-wrapper .logo a span {
    color: rgb(255 148 61);
}
.header-wrapper .menu {
    margin-right: auto;
    margin-left: 30px;
}
.header-wrapper .menu a {
    margin-right: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #444;
    transition: all .30s;
    font-weight: 500;
}
.header-wrapper .menu a:hover {
    transition: all .30s;
    color: #1ca2fc;
}
.search-form {
    margin-top: 24px;
    
   
}
.search h1 {
     color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.search {
    border-radius: 16px;
    background: #FF943D;
 
 
    padding: 24px;
}
.search p {
    margin-top: 6px;
    color: #fff;
}
.search form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
      margin-top: 16px;
}
.search form span {
    display: block;
    width: 100%;
    position: relative;
  
}
.search form span svg {
    position: absolute;
        top: 10px;
    left: 12px;
    height: 28px;
    width: 28px;
}
.search form input {
       display: block;
    width: 100%;
    padding: 16px 16px 16px 48px;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    font-family: inherit;
}
.search form button {
        padding: 16px;
    background: #dbff73;
    color: #000;
    font-family: inherit;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 16px;
    font-weight: 500;
}
.search-form {
    position: relative;
}
.search-form .search-result {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 100;
    border-radius: 16px;
    max-height: 300px;
    overflow: auto;
    display: none;
     -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
}
.search-form .search-result .item {
    display: flex;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #000;
}
.search-form .search-result .item:last-child {
    border: none;
}
.search-form .search-result img {
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}
.search-form .search-result .item .name {}
.search-form .search-result .item .name .shop {
    font-size: 18px;
}
.search-form .search-result .item .name .promocode-count {
    font-size: 14px;
    color: #555555;
}
.search-form .search-result .item .name {}
.search-form .search-result {}
.search-form .search-result {}
.search-form .search-result {}
.search-form {}
.search-form {}
.search-form {}
.home-promocodes {
    margin-top: 24px;
}
.home-promocodes__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.home-promocodes__head h2 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    
}
.home-promocodes__head h2 svg {
    height: 24px;
    width: 24px;
}
.home-promocodes__head h2 span {
   
    color: #ff7200;
    font-weight: bold;
}
.home-promocodes__list {
    margin-top: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-promocodes__list .promocode {
    flex: 1 1 23%;
    max-width: 24%;
}
.promocode {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.promocode .logo {
    height: 70px;
    width: 100%;
}
.promocode .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.promocode .statistic {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
}
.promocode .value {
    text-align: center;
    color: #1ca2fc;
    margin-top: 6px;
    font-size: 26px;
    font-weight: bold;
}
.promocode .description {
    margin-top: 8px;
    font-size: 16px;
    color: #444;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 12px;
}
.promocode > a {
    display: block;
    margin-top: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 
    font-size: 16px;
    color: #444;
}
.promocode .promo-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
    background: #1ca2fc;
    color: #fff;
    border-radius: 6px;
    padding: 12px 4px;
    cursor: pointer;
    font-weight: 600;
}
.promocode .expaired {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.promocode .promo-code {
    padding: 12px 8px;
    position: relative;
    border: 2px dashed #1ca2fc;
    border-radius: 6px;
    margin-top: 12px;
    background: rgba(28, 162, 252, 0.13);
    text-align: right;
}
.promocode .promo-code .promo-code-wrap {
    position: absolute;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    background: #1ca2fc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
 
    padding: 12px 8px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all .30s;
    width: 90%;
    justify-content: center;
}
 
.promocode .promo-code .promo-code-wrap:hover {
    transition: all .30s;
    width: 85%;
}

.home-features {
    margin-top: 36px;
}
.home-features .row {
    align-items: center;
}
.home-features__img {}
.home-features__img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.home-features__text {}
.home-features__text h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}
.home-features__text p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin-bottom: 16px;
}
.home-features__text a {
    text-decoration: none;    
    background: #1ca2fc;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-top: 24px;
}


.home-about-text {
    margin-top: 48px;
}
.home-about-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.home-about-text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}
.home-about-text ul, .home-about-text ol {
    padding-left: 35px;
}
.home-about-text a {}
.home-about-text li {
    margin-bottom: 16px;
}


.footer {
    margin-top: 48px;
    padding: 48px 0;
    background: #071431;
}
.footer-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.footer-content > div {
    flex: 1 1 22%;
}
.footer-logo a {
    text-transform: uppercase;
    font-size: 24px;
    color: #1ca2fc;
    text-decoration: none;
}
.footer-logo a span {
    color: rgb(255 148 61);
}
.footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-menu h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.footer-menu a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
.footer .newsletter {}
.footer .newsletter p {
    font-size: 16px;
    color: #fff;
    line-height: 130%;
}
.footer .newsletter form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
}
.footer .newsletter input {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    color: #000;
}
.footer .newsletter button {
      border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    background: #FF943D;
    border-radius: 4px;
    padding: 2px;
}
.footer .newsletter button svg {
    height: 36px;
    width: 36px;
  
}

.footer-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
.footer-lang a {
    display: block;
    background: transparent;
    height: 36px;
    width: 36px;
    border: 1px solid #444;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50%;
    text-decoration: none;
}
.footer-lang a.active {
    background: #fff;
    color: #000;
}

.footer-bottom-text {
    margin-top: 36px;
    padding: 36px 0;
    border-top: 1px solid #a3a3a3;
}
.footer-bottom-text {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 130%;
}
.footer-bottom-text p {
    margin-bottom: 12px;
}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
.category-list {
    margin-top: 24px;
}
.category-list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 16px;
}
.category-list-wrapper .item {
    flex: 1 1 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    color: #444;
}
.category-list-wrapper .item img {
    height: 64px;
    width: auto;
    object-fit: contain;
    margin-bottom: 6px;
}
.category-list-shops {
    margin-top: 48px;
}
.category-list-shops__item {
    margin-bottom: 24px;
}
.category-list-shops__item .category-link a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.category-list-shops__item .category-shops {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 4px;
}
.category-list-shops__item .category-shops a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
}
.category-list-shops__item {}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 54%);
}
.modal {
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    position: relative;
}
.modal .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal .modal-logo {}
.modal .modal-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}
.modal .modal-description * {
    font-family: inherit !important;
}
.modal .modal-description h2 {
    color: #1ca2fc;
    font-size: 28px;
    font-weight: 600;
    margin-top: 16px;
}
.modal .modal-description h3 {
    margin-top: 6px;
    font-weight: 600;
    font-size: 20px;
    color: #444;
}
.modal .modal-description p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 150%;
    color: #6a6a6a;
}
 
.modal .modal-promo {
    margin-top: 18px;
}
.modal .modal-promo h2 {
    margin-top: 6px;
    font-weight: 600;
    font-size: 20px;
    color: #444;
}
.modal .modal-promo p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 150%;
    color: #6a6a6a;
}
 
.modal .modal-link {
    margin-top: 18px;
}
.modal .modal-link .go-to-store {
    max-width: 300px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1ca2fc;
    border-radius: 8px;
    font-size: 18px;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
}
.modal .modal-review {
    margin-top: 18px;
}
.modal .modal-review h3 {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
}
.modal .modal-review .review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 6px;
    margin-top: 4px;
}
.modal .modal-review .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #e9e9e9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    gap: 2px;
 
}
.modal .modal-review .like.active {
    background: #46cb46;
    color: #fff;
}
.modal .modal-review .like.active svg path {
    fill: #fff;
}
.modal .modal-review .dislike.active {
    background: #ff5b5b;
    color: #fff;
}
.modal .modal-review .dislike.active svg path {
    fill: #fff;
}
 
.modal .modal-promocode {
    margin-top: 18px;
}
.modal .modal-promocode .modal-promocode__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 6px;
}
.modal .modal-promocode .modal-promocode__wrapper input {
    display: block;
    width: 100%;
    font-family: inherit;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    border: 2px dashed #FF943D;
    font-size: 18px;
    outline: none;
}
.modal .modal-promocode .modal-promocode__wrapper button {
    display: block;
    padding: 12px;
    max-width: 220px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #444;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}
.modal .modal-promocode p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 150%;
    color: #6a6a6a;
}
.modal .modal-promocode {}
.modal {}
.modal {}
.modal {}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
.breadcrumbs {
    margin-top: 24px;
}
.breadcrumbs__list {}
.breadcrumbs__list nav ol {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumbs__list nav li {
    list-style: none;
    position: relative;
}
.breadcrumbs__list nav li:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -8px;
    color: #545454;
}
.breadcrumbs__list nav li:last-child:after {
    display: none;
}
.breadcrumbs__list nav a {
    display: inline-block;
    color: #000;
 
}
.breadcrumbs__list nav li span {
    color: #545454;
}
.breadcrumbs__list nav li a span {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.single-page-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}
.single-page {
    margin-top: 24px;
}
.single-page-content {
    flex: 0 1 80%;
}

.single-title {}
.single-title .logo {
    text-align: center;
    background: #fff;
    display: none;
}
.single-title .logo img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}
.single-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    margin: 0;
}
.single-title p {
    font-size: 16px;
    margin-top: 4px;
    color: #444;
}
.single-title .img-wrapper {
    width: 250px;
    height: 90px;
}
.single-title .description {
     
}
.single-title img {
   width: 100%;
    height: auto;
    object-fit: contain;
}
.single-title h2 {
    margin-top: 4px;
    font-size: 18px;
    color: #444;
    font-weight: 500;
}
 
 
.single-page-content .filter {
    margin-top: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    
}
.single-page-content .filter button {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #1ca2fc;
    border-radius: 4px;
    color: #444;
    cursor: pointer;
}
.single-page-content .filter button.active {
    background: #1ca2fc;
    color: #fff;
}
.promocodes-list {
    margin-top: 24px;
}
.promocodes-list .single-page-promocode {
 
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
    margin-bottom: 20px;
}
.promocodes-list .single-page-promocode .bonus {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.promocodes-list .single-page-promocode .bonus .logo img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}
.promocodes-list .single-page-promocode .bonus .sum {
    font-weight: 600;
    font-size: 20px;
    color: #1ca2fc;
}
.promocodes-list .single-page-promocode .description-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 12px;
    gap: 15px;
}
.promocodes-list .single-page-promocode .description-wrapper .logo {
    align-self: center;
}
.promocodes-list .single-page-promocode .description-wrapper .logo img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}
.promocodes-list .single-page-promocode .description {
 
    
    font-weight: 400;
        font-size: 16px;
    line-height: 130%;
    color: #565656;
}
.promocodes-list .single-page-promocode .description * {
font-family: inherit !important;
}
.promocodes-list .single-page-promocode .description .title {
    margin-bottom: 6px;
}
.promocodes-list .single-page-promocode .description .title h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.promocodes-list .single-page-promocode .promocode-list-wrapper {
    flex: 1 0 237px;
}
.promocodes-list .single-page-promocode .promocode-list-wrapper p {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
}
.promocodes-list .single-page-promocode .promo-code {
    padding: 12px 8px;
    position: relative;
    border: 2px dashed #1ca2fc;
    border-radius: 6px;
    margin-top: 12px;
    background: rgba(28, 162, 252, 0.13);
    text-align: right;
   
}
.promocodes-list .single-page-promocode .promo-code-wrap {
    position: absolute;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    background: #1ca2fc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
 
    padding: 12px 8px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all .30s;
    width: 90%;
    justify-content: center;

}
.promocodes-list .single-page-promocode .promo-code-wrap:hover {
    transition: all .30s;
    width: 85%;
}


.promocodes-list .single-page-promocode .promo-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
    background: #1ca2fc;
    color: #fff;
    border-radius: 6px;
    padding: 12px 4px;
    cursor: pointer;
    font-weight: 600;
}
 





















.single-page-aside {
    flex: 0 1 25%;
}
.single-page-aside .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.single-page-aside .about-company {
    margin-top: 12px;
    font-size: 14px;
    line-height: 130%;
}
.single-page-aside .seo-menu {
    margin-top: 24px;
}
.single-page-aside .seo-menu li {
    list-style: none;
}
.single-page-aside .seo-menu h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-page-aside .seo-menu a {
    display: block;
    margin-bottom: 6px;
}
.single-page-aside .seo-menu {}
.single-page-aside .about-company * {
    font-family: inherit !important;
}
.single-page-aside .contacts {
    margin-top: 24px;
}
.single-page-aside .contacts h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-page-aside .contacts div {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 6px;
}
.single-page-aside .contacts {}
.single-page-aside .category {
    margin-top: 12px;
}
.single-page-aside .category a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgb(255 148 61);
    color: #fff;
}
.single-page-aside .recomended {
   margin-top: 24px;
}
.single-page-aside .recomended.category-list-page {
    margin-top: 74px;
}
.single-page-aside .recomended h4 {
 
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
 
}
.single-page-aside .recomended .list {
     display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.single-page-aside .recomended .list a {
    flex: 1 1 45%;
}
.single-page-aside .recomended a img {
    width: 100%;
    height: auto;
}

.seo-content {
    max-width: 74%;
    width: 100%;
    margin-top: 12px;
}
.seo-content .seo-block {
    padding: 24px 0;
    border-bottom: 1px solid #d7d7d7;
}
.seo-content .seo-block h2 {}
.seo-content .seo-block .seo-image img{
    display: block;
 
    width: 100%;
    height: auto;
    margin: 16px 0;
}
.seo-content .seo-block .seo-text * {
    font-family: inherit !important;
    line-height: 130% !important;
}
.seo-content .seo-block .seo-text ul, .seo-content .seo-block .seo-text ol {
    padding-left: 30px;
    margin: 16px 0;
}
.seo-content .seo-block .seo-text {}
.seo-content .seo-block .seo-text {}

/* ****************************************** */
/* ****************************************** */
/* ****************************************** */
/* ****************************************** */
.shops-list {
    margin-top: 24px;
}
.shops-list .shops-list__head {}
.shops-list .shops-list__head h1 {
    font-size: 28px;
    font-weight: 600;
    color: #444;
}
.shops-list .alphabet {
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.shops-list .alphabet a {
    display: block;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    background: #1ca2fc;
    color: #fff;
    font-weight: 500;
}
.shops-list .shops-group {
    margin-bottom: 24px;
}
.shops-list .shops-group .shops-group__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.shops-list .shops-group .shops-group__items {
    display: flex;
    gap: 15px;
}
.shops-list .shops-group .shops-group__items a {
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    flex-direction: column;
    text-align: center;
    flex: 1 1 15%;
    max-width: 20%;
    align-items: center;
    gap: 6px;
    color: #444;
    font-weight: 600;
    justify-content: center;
}
.shops-list .shops-group .shops-group__items img {
    width: 100%;
    height: auto;
}

.page404 {
    text-align: center;
    padding: 36px 0;
}
.page404 h1 {
    font-size: 28px;
    font-weight: 600;
}
.page404 p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 130%;
}
.page404 a {
    display: block;
    max-width: 180px;
    width: 100%;
    padding: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #1ca2fc;
    font-size: 18px;
    font-weight: 500;
    margin: 16px auto;
}
 

.about-page {
    padding: 36px 0;
}
.about-page .about-content {}
.about-page .about-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.about-page .about-content h1 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}
.about-page .about-content p {
    line-height: 150%;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 16px;
}


.contacts-page {
    padding: 36px 0;
}
.contacts-page h1 {
 
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}
.contacts-page p {
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.contacts-page form {
    margin-top: 24px;
    max-width: 600px;
    width: 100%;
}
.contacts-page input {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    font-family: inherit;
    font-size: 16px;
}
.contacts-page textarea {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    font-family: inherit;
    font-size: 16px;
    height: 150px;
 
}
.contacts-page button {
    display: block;
    max-width: 180px;
    width: 100%;
    padding: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #1ca2fc;
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    border: none;
    outline: none;
}