@font-face {
    font-family: "OpenSans";
    font-weight: normal;
    src: url("../fonts/OpenSans-Regular.woff2");
}
@font-face {
    font-family: "OpenSans";
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBold.woff2");
}
@font-face {
    font-family: "OpenSans";
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.woff2");
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 700;
    src: url("../fonts/Comfortaa-Bold.woff2");
}
input,
button,
textarea,
select {
    font-family: "OpenSans", sans-serif;
}

.big-index {
	position: relative;
	z-index: 7;
}

body {
    font-family: "OpenSans", sans-serif;
    background: #eff7f9;
    color: #13263e;
}

html,
body {
    padding: 0;
    margin: 0;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
}

.container {
    width: 1280px;
}

.main-portait_img {
    display: none;
}

.main-img {
    width: 100%;
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-slider {
    max-height: 100vh;
}
.swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 100%;
    bottom: 110px;
    position: absolute;
    z-index: 5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: #e3ebed;
    border: 5px solid #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
    filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
}
.swiper .swiper-pagination-bullet-active {
    width: 80px;
    background: #40bad2;
}
.catalog-slider .swiper-pagination {
    position: static;
    display: flex;
    margin: 32px 0 0;
    transform: none;
}
.main-left {
    left: 0;
    bottom: 0;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-right {
    right: 0;
    bottom: 0;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0 0 0;
    z-index: 20;
}
.header-wrapper {
    padding: 0 30px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-logo {
    top: 0;
    right: calc(50% + 340px);
}
.header-search {
    width: 400px;
}
.header-search::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    left: 25px;
    top: calc(50% - 5px);
    z-index: 5;
    pointer-events: none;
}
.header-search__input {
    width: 100%;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #eff7f9;
    background: #eff7f9;
    padding-left: 46px;
    font-size: 13px;
    color: #13263e;
    font-weight: 400;
    line-height: 20px;
}
.header-search__input::-webkit-input-placeholder {
    color: #75a2ad;
}
.header-search__input::-moz-placeholder {
    color: #75a2ad;
}
.header-search__input:-ms-input-placeholder {
    color: #75a2ad;
}
.header-search__input::-ms-input-placeholder {
    color: #75a2ad;
}
.header-search__input::placeholder {
    color: #75a2ad;
}
.header-search__btn {
    width: 114px;
    height: 42px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border-radius: 25px;
    background: #40bad2;
    border: none;
    -webkit-filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
    filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.header-search__btn:hover {
    background: #3ea0b4;
}
.header-nav {
    padding: 0;
    margin: 0 62px 0 0;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav ul li {
    margin-right: 50px;
    display: block;
    position: relative;
}
.header-nav ul li a {
    text-decoration: none;
    outline: none;
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 90px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-nav ul li::before {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
    width: 120px;
    height: 4px;
    background-image: url("../img/hover.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.header-nav ul li:hover a,
.header-nav ul li.open a {
    color: #40bad2;
}
.header-nav ul li:hover::before,
.header-nav ul li.open::before {
    opacity: 1;
}
.header-nav ul li:last-child {
    margin-right: 0;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    overflow-y: auto;
    background: #fff;
    display: none;
}
.mobile-menu .header-nav {
    display: block;
}
.mobile-menu .header-search {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
.mobile-menu__close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
}
.mobile-menu__wrapper {
    padding-top: 40px;
}
.mobile-menu__soc-item {
    width: 32px;
    margin-right: 10px;
    margin-top: 20px;
}

.breadcrumbs {
    color: #75a2ad;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.breadcrumbs-line {
    margin: 0 7px;
}
.breadcrumbs-item {
    color: #75a2ad;
}
.breadcrumbs-item img {
    margin-right: 6px;
}
.breadcrumbs-item:hover {
    color: #40bad2;
}

.h1 {
    margin-top: 7px;
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.top {
    padding: 165px 0 38px;
}

.about {
    padding: 60px 0 85px;
    border-radius: 100px;
    background: #fff;
}
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.footer {
    padding: 55px 0;
    margin-top: auto;
}
.footer-text {
    margin-left: 259px;
    margin-right: auto;
    color: #75a2ad;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
}
.footer-text p {
    margin-top: 15px;
}
.footer-text p:first-child {
    margin-top: 0;
}
.footer-text a {
    color: #40bad2;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.footer-text a:hover {
    text-decoration: none;
}
.footer-soc__item {
    margin-left: 12px;
}
.footer-soc__item:hover {
    opacity: 0.8;
}

.about-img {
    width: 600px;
    height: auto;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-content {
    border-radius: 0 40px 40px 0;
    background: #eff7f9;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 62px 100px 65px 70px;
}
.about-title {
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.about-text {
    margin-top: 19px;
    color: #75a2ad;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.about-text a {
    color: #75a2ad;
    text-decoration: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.about-text strong,
.about-text b {
    font-family: "Comfortaa", sans-serif;
}

.about-content.contact-wrapper {
    border-radius: 40px;
}

.catalog {
    padding: 45px 0 51px;
    border-radius: 100px;
    background: #fff;
}
.catalog-top {
    margin-top: -20px;
}
.catalog-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 29px;
    height: 42px;
    border-radius: 25px;
    border: 1px solid #eff7f9;
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px 10px 0;
}
.catalog-link:hover {
    color: #40bad2;
    border-color: #40bad2;
}
.catalog-link.active {
    color: #5178ab;
    border-color: #5178ab;
}
.catalog-block {
    width: 33.333%;
    margin-top: 40px;
}
.catalog-item__img {
    padding-top: 87.5%;
}
.catalog-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: contain;
}
.catalog-item__title {
    margin: 27px 0 9px;
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.catalog-item__text {
    color: #75a2ad;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.catalog-item__wrapper {
    padding: 0 20px;
}
.catalog-item__btn {
    margin-top: 25px;
    height: 42px;
    padding: 0 25px;
    border-radius: 25px;
    background: #40bad2;
    -webkit-filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
    filter: drop-shadow(0 20px 80px rgba(40, 75, 125, 0.2));
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.catalog-item__btn img {
    margin-left: 8px;
}
.catalog-item__btn:hover {
    background: #5178ab;
}

.alert {
    padding: 10px;
    border-radius: 8px;
    background: red;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}
.w100.col {
    width: 100%;
}
.catalog-back {
    color: #13263e;
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    background-image: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.25 14.6467L7.13456 15.75L1.05903 9.73693C0.961099 9.64058 0.883377 9.52601 0.83034 9.3998C0.777304 9.2736 0.75 9.13825 0.75 9.00156C0.75 8.86487 0.777304 8.72953 0.83034 8.60332C0.883377 8.47712 0.961099 8.36254 1.05903 8.26619L7.13456 2.25L8.24895 3.35332L2.54664 9L8.25 14.6467Z" fill="%2313263E"/></svg>');
    min-height: 18px;
    text-decoration: none;
    outline: none;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 32px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 560px;
    margin: 58px auto 0;
    max-width: 100%;
    position: relative;
}
.page-numbers {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13263e;
    text-align: center;
    font-family: "Comfortaa", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100%;
    margin: 0 5px;
    line-height: 20px;
}
a.page-numbers:hover {
    border-color: #40bad2;
    color: #40bad2;
}
.pagination {
    width: 100%;
    display: block;
    position: relative;
}
.page-numbers.current {
    background: #eff7f9;
    border-color: #eff7f9;
}
.prev.page-numbers {
    width: auto;
    border: none;
    background: url("../img/pag-prev.svg");
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
}
.next.page-numbers {
    position: absolute;
    right: 0;
    width: auto;
    border: none;
    background: url("../img/pag.svg");
    padding-right: 21px;
    background-repeat: no-repeat;
    background-position: right center;
}

.catalog-arrow {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    filter: drop-shadow(0 10px 30px rgba(27, 65, 116, 0.1));
    transition: all 0.4s;
    top: 138px;
    right: -37px;
}
.catalog-arrow:hover {
    filter: drop-shadow(0 10px 30px rgba(27, 65, 116, 0.04));
}
.catalog-slider {
    position: static;
}
.catalog-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-prev {
    left: -37px;
    right: auto;
}
.catalog-prev::before {
    transform: rotate(180deg);
}
@media (min-width: 993px) {
    .header-nav ul li.menu-item-has-children > a::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("../img/burger.svg");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 12px;
    }
    .header-nav > ul > li.menu-item-has-children.open > a::before {
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.63599 16.364L16.3639 3.63604" stroke="%2340BAD2" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.364 16.364L3.63609 3.63604" stroke="%2340BAD2" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    .header-nav ul li.menu-item-has-children ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 261px;
        display: block;
        padding: 10px 0;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        pointer-events: none;
        border-radius: 0 0 20px 20px;
        filter: drop-shadow(0 20px 80px rgba(27, 65, 116, 0.15));
    }
    .header-nav ul li.menu-item-has-children ul li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        margin: 0;
    }
    .parent-li .menu-item-has-children:hover > a {
        color: #40bad2 !important;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children a::after {
        content: "";
        display: block;
        width: 9px;
        height: 18px;
        background: url('data:image/svg+xml,<svg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_28_44)"><path d="M0.749998 3.35332L1.86544 2.25L7.94097 8.26307C8.0389 8.35942 8.11662 8.47399 8.16966 8.6002C8.22269 8.7264 8.25 8.86175 8.25 8.99844C8.25 9.13513 8.22269 9.27047 8.16966 9.39668C8.11662 9.52288 8.0389 9.63746 7.94097 9.73381L1.86544 15.75L0.751051 14.6467L6.45336 9L0.749998 3.35332Z" fill="%2340BAD2"/></g><defs><clipPath id="clip0_28_44"><rect width="9" height="18" fill="white"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 8px;
        border-radius: 0 0 20px 20px;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children {
        position: relative;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children ul {
        position: absolute;
        top: -10px;
        padding: 10px 0;
        left: 100%;
        border-radius: 0 20px 20px 0;
        filter: drop-shadow(0 20px 80px rgba(27, 65, 116, 0.15));
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children ul a {
        display: block;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children ul a::after {
        display: none;
    }
    .header-nav ul li.menu-item-has-children ul li:first-child {
        margin-top: 0;
    }
    .header-nav ul li.menu-item-has-children ul li a {
        height: auto;
        display: block;
        font-size: 16px;
        color: #13263e;
    }
    .header-nav ul li.menu-item-has-children ul li a:hover {
        color: #40bad2;
    }
    .header-nav ul li.menu-item-has-children ul li::before {
        display: none;
    }
    .header-nav ul li.menu-item-has-children.open > ul {
        opacity: 1;
        pointer-events: auto;
    }
    .header-nav ul li ul li > a::before {
        display: none !important;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children ul {
        opacity: 0;
        pointer-events: none;
    }
    .header-nav ul li.menu-item-has-children ul li.menu-item-has-children:hover ul {
        opacity: 1;
        pointer-events: auto;
    }
}
@media (orientation: portrait) {
    .main-portait_img {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        height: auto;
    }
}
@media (max-width: 1750px) {
	.catalog {
		padding-bottom: 250px;
	}
	.catalog .main-right, .catalog .main-left {
        width: 250px;
    }
}
@media (max-width: 1340px) {
    .container {
        width: 960px;
    }
    .swiper .swiper-pagination {
        bottom: 40px;
    }
    .main-right,
    .main-left {
        width: 250px;
    }
    .header-search {
        width: 280px;
    }
    .header-search__btn {
        width: 100px;
    }
    .header-nav {
        margin-right: 32px;
    }
    .header-nav ul li {
        margin-right: 24px;
    }
    .header-nav ul li a {
        font-size: 16px;
    }
    .header-logo {
        width: 550px;
        right: calc(50% + 220px);
    }
    .header-logo img {
        width: 100%;
    }
    .footer-text {
        margin: 0 auto;
    }
    .about-list {
        display: block;
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
    .about-img {
        width: 100%;
        border-radius: 24px 24px 0 0;
    }
    .about-content {
        border-radius: 0 0 24px 24px;
    }
    .catalog-link {
        padding: 0 16px;
        margin: 10px 5px 0;
        font-size: 14px;
    }
    .catalog-item__wrapper {
        padding: 0;
    }
    .about-content.contact-wrapper {
        border-radius: 24px;
    }
    .catalog-arrow {
        top: 83px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 730px;
    }
    .catalog-arrow {
        top: auto;
        width: 80px;
        height: 80px;
        right: auto;
        margin: 40px 10px 0;
        position: relative;
        background: #40bad2;
        filter: none;
    }
	.catalog .main-right, .catalog .main-left {
        display: none;
    }
    .catalog-arrow::before {
        filter: brightness(0) invert(1);
        transform: scale(0.6);
    }
    .catalog-prev {
        left: auto;
    }
    .catalog-prev::before {
        transform: scale(0.6) rotate(180deg);
    }
    .header-nav {
        display: none;
    }
    .header-search {
        display: none;
    }
    .header {
        padding: 0;
        background: transparent;
    }
    .header-wrapper {
        background: transparent;
    }
    .header .container {
        padding: 0 !important;
        width: 100% !important;
    }
    .header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #fff;
        width: 40px;
        height: 34px;
    }
    .header-logo {
        width: 300px;
        position: static;
        margin-left: -130px;
    }
    .header-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-menu .header-nav {
        text-align: left;
    }
    .mobile-menu .header-nav ul {
        display: block;
    }
    .mobile-menu .header-nav ul li {
        margin: 12px 0 0 0;
    }
    .mobile-menu .header-nav ul li a {
        display: block;
        text-align: left;
        height: auto;
        font-size: 14px;
    }
    .mobile-menu .header-nav ul li:first-child {
        margin-top: 0;
    }
    .mobile-menu .header-nav ul li ul {
        padding-top: 6px;
        padding-left: 20px;
    }
    .mobile-menu .header-nav ul li ul li {
        margin-top: 6px;
    }
    .mobile-menu .header-nav ul li ul li a {
        font-size: 12px;
        line-height: 18px;
    }
    .about,
    .catalog {
        border-radius: 0;
        padding: 40px 0;
    }
    .catalog-block {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
    .catalog-list {
        margin: 0 -10px;
    }
    .footer {
        padding: 32px 0;
    }
    .footer-logo {
        width: 170px;
    }
    .footer-soc__item {
        width: 32px;
        margin-left: 8px;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-text p {
        margin-top: 8px;
    }
    .h1 {
        font-size: 32px;
        line-height: normal;
    }
    .top {
        padding: 90px 0 30px;
    }
    .about-content {
        padding: 32px 20px;
    }
    .about-title {
        font-size: 18px;
        line-height: 26px;
    }
    .about-text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 22px;
    }
    .catalog-item__img img {
        border-radius: 24px;
    }
    .catalog-item__title {
        margin: 20px 0 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .catalog-item__text {
        font-size: 11px;
        line-height: 15px;
    }
    .catalog-item__btn {
        width: 100%;
        margin-top: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .main-right,
    .main-left {
        width: 150px;
    }
    .footer-list {
        display: block;
        text-align: center;
    }
    .footer-soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-soc__item {
        margin: 0 4px;
    }
    .footer-text {
        margin: 28px 0;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .catalog-link {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .catalog-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog-block {
        width: 100%;
    }
    .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 11px;
        margin: 0 2px;
    }
}
