@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Thin.woff2') format('woff2') url('../fonts/onest/Onest-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Light.woff2') format('woff2') url('../fonts/onest/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Regular.woff2') format('woff2') url('../fonts/onest/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Medium.woff2') format('woff2') url('../fonts/onest/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Bold.woff2') format('woff2') url('../fonts/onest/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-ExtraBold.woff2') format('woff2') url('../fonts/onest/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Black.woff2') format('woff2') url('../fonts/onest/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'HeadingNow';
    src: url('../fonts/HeadingNow/HeadingNow-75Medium.otf') format('woff2') url('../fonts/HeadingNow/HeadingNow-75Medium.otf') format('otf');
}

* {
    font-family: 'Onest', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
    border: none;
}

html {
    margin-top: 0 !important;
}

body {
    background-color: rgba(244, 244, 252, 1) !important;
}

section {
    width: 100%;
}

section.section-black {
    background: #000;
}

.container {
    /* margin-top: 130px; */
    padding: 0;
    margin: 0;
}

.container.width-full {
    max-width: 1660px;
    width: 100%;
}

.container.small {
    max-width: 1530px;
    width: 100%;

}
.home-slider .js-carousel .owl-dots {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.social>a {
    opacity: 1 !important;
}

.social>a>span:before {
    font-weight: 700;
    font-size: 24px;
    color: #FC5B31;
}

.container .breadcrumbs>span>span>a {
    font-family: 'Onest', sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #000000;
}

.container .breadcrumbs>span>span>span {
    font-family: 'Onest', sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #000000;
}

.breadcrumbs a {
    text-decoration: none;
}

.container .breadcrumbs>span>span>span .footer-social>span>a>span:before {
    color: #FFFFFF !important;
}

.wrapp-header-top {
    display: flex;
    width: 97%;
    justify-content: space-between;
    height: 60px;
    align-items: center;

}

.wrapp-header-top .social-block {
    margin-left: 65px;
}

.main-header .b-phones .b-phones-telephone {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.b-geo-target .b-geo-target__header.color-black {
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0;
}

.header-contact-container {
    max-width: 755px;
    width: 100%;
    margin-right: 25px;
}

.header-contact-container .chooser .b-phones {
    width: 80%;
    justify-content: flex-end;
}

.main-header .b-phones .b-phones-telephone a,
p {
    margin-right: 25px;
    color: #000000;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 10px;

}

.main-header .b-phones .b-phones-telephone a::before {
    content: '';
    display: flex;
    max-width: 27px;
    width: 100%;
    height: 27px;
    background: url(../../../pic/nav-menu/phone-nav-iacon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.b-geo-target__description {
    width: 73%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.b-geo-target__description::before {
    content: '';
    display: flex;
    max-width: 27px;
    width: 100%;
    height: 27px;
    background: url(../../../pic/nav-menu/nav-icon-header.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.b-geo-target.link-header {
    width: 37%;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.top-nav-bar {
    padding: 0 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.nav-heder-menu {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 100px;
    z-index: 15;
    background: #FFFFFF;
}

.navbar.navbar-expand-lg.navbar-light.top-navigation {
    padding: 0 64px;
}

.fa-odnoklassniki,
.fa-vk {
    color: #FC5B31;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.fa-vk {
    color: #FC5B31;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social a:hover {
    text-decoration: none;
}

.footer-logo>div>span>a>span::before {
    color: #FFFFFF;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

.header-social {
    display: flex;
    justify-content: space-between;
    font-family: 'Onest', sans-serif;
    max-width: 1660px;
    width: 100%;
    background: #F4F4FC;
}

.nav-heder-menu-link {
    display: flex;
    align-items: center;
}

.nav-heder-menu-link ul {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    padding: 0;
}

.nav-heder-menu-link ul li {
    list-style: none;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    /* font-family:Onest sans-serif; */
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.search-form.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form.header form {
    width: 279px;
    height: 27px;
    padding: 0;
}

.search-form .search-field {
    color: #BABABA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-search_form.active-header-form {
    max-width: 250px;
}

.search-form .search-field.active-search-desktop {
    position: absolute;
    z-index: 102;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0;
}

.nav-heder-menu-top.active-input-search {
    overflow: hidden;
}

.nav-logo {
    max-width: 164px;
    width: 100%;
    height: 55px;
    display: flex;
    padding: 0;
    margin: 0;
    margin-left: 50px;
}

.home-slider {
    transform: translateY(-130px);
}

.js-carousel .js-carousel--item {
    top: 0;
    position: absolute;
}

.title-wrapp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}


.nav-heder-menu-logo {
    margin-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search_form {
    max-width: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    transition: max-width 0.3s;
}

.header-search_form .search-form {
    padding: 0;
}

.catalog-nav-header {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FC5B31 !important;
    position: relative;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-nav-header.mobile {
    margin-bottom: 25px;
}

.catalog-nav-header::after {
    content: '';
    display: flex;
    max-width: 12px;
    width: 100%;
    height: 12px;
    background: url('../../../pic/nav-menu/icon-catalog-header.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.catalog-nav-header:hover::after {
    transform: rotate(180deg);
}

.catalog-nav-header:hover {
    color: #FC5B31 !important;
}

.nav-heder-menu-link ul li a {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    padding: 0;
    padding-left: 20px;

}

.nav-heder-menu-link ul li a:hover {
    color: #FC5B31;
}

#menu-katalog-bez-podmenju {
    position: absolute;
    max-width: 320px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #FFFFFF;
    top: 70%;
    z-index: 10;
    box-shadow: 0px 2px 7px 1px #00000036;
    padding: 15px 17px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#menu-katalog-bez-podmenju:hover {
    opacity: 1;
    visibility: visible;
}

.catalog-nav-header:hover+#menu-katalog-bez-podmenju,
#menu-katalog-bez-podmenju:hover {
    opacity: 1;
    visibility: visible;
}

.individual-project {
    border-radius: 79px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 60px;
}

.individual-project a {
    width: 284px;
    font-family: 'Onest', sans-serif;
    background: #FC5B31;
    border-radius: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding: 15px 20px;
    padding: 15px 36px 15px 20px;
    position: relative;
}

.individual-project a::after {
    content: '';
    display: flex;
    max-width: 16px;
    width: 100%;
    height: 11px;
    background: url('../../../pic/nav-menu/popluar-link-iacon.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 16px;
}

.individual-project a:hover {
    background: #E24B24;
    color: #FFFFFF;
    text-decoration: none;
}

.main-header .b-phones .forma-callcenter.btn {
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    padding: 0px 15px;
    color: #FFFFFF;
    outline: none;
    border: none;
    background: transparent;
    max-width: 141px;
    width: 100%;
}

.main-header .b-phones .forma-callcenter.btn.black {
    background: #000000;
    border-radius: 78px;
}

.b-geo-target:hover .b-geo-target__munu a {
    color: #000000;
    line-height: 30px;
}

.b-geo-target:hover .b-geo-target__munu {
    border-radius: 10px;
}

.burger-menu {
    display: none;
    cursor: pointer;
}

.menu-btn {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 102;
    overflow: hidden;

}

.menu-btn .bar {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FC5B31;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}

.menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 9px);
}

.menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 9px);
}

.menu-btn.active .bar:nth-of-type(1) {
    display: none;
}

.menu-btn.active .bar:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active .bar:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.nav-heder-menu-link.mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 125px;
    padding: 20px 5%;
    background: #FFFFFF;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    z-index: 100;
}

.nav-heder-menu-link.mobile.active {
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.5s ease-in-out;
}


.nav-heder-menu-link.mobile .nav__list_item {
    list-style-type: none;
}

.nav-heder-menu.mobile {
    display: none;
}

.nav-heder-menu.mobile {
    display: none;
}

.nav-heder-menu-link.mobile {
    display: none;
}

.header-search_form.mobile {
    display: none;
}

.close-search-mobile {
    max-width: 10px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}


.breadcrumbs {
    padding: 0px 0px 60px;
}
@media(max-width:1860px){
  .container.small.breadcrumbs {
        padding: 0 90px;
    }
}
@media(max-width:1600px){
    .container.small.breadcrumbs {
        padding: 0 0px;
    }
}

@media(max-width:1200px){
    .container.small.breadcrumbs {
        padding: 20px 0 40px 0px;
    }
}

@media (max-width: 1130px) {
    .breadcrumbs {
        padding: 20px 0 40px 0px;
    }
    .container.small.breadcrumbs {
        padding: 20px 0 40px 0px;
    }
}

@media (max-width: 980px) {
    .container.small.breadcrumbs {
        padding: 20px 0px 40px 0px;
    }
}

/* ----------footer---------- */

.footer-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 0 70px 0;
}

.footer-row-left {
    display: flex;
    max-width: 680px;
    width: 100%;
}
.footer-nav-menu{
    max-width: 420px;
    width: 100%;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 164px;
    width: 100%;
    margin-right: 96px;
}

.footer-logo img {
    max-width: 164px;
    width: 100%;
    height: 55px;
    margin-bottom: 18px;
}

.footer-logo .fa-odnoklassniki,
.fa-vk {
    color: #FFFFFF;
}

.footer-social .social a {
    margin-right: 10px;
}
.footer-social .social a:hover svg path{
    fill: #FC5B31;
    transition: 0.2s;
}
.footer-nav-link {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 430px;
    column-count: 3;
}

.footer-nav-link li {
    width: 100%;
    margin-bottom: 25px;
}

.footer-nav-link a {
    color: #FFFFFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-row-right {
    max-width: 300px;
    width: 100%;
    margin-right: 35px;
}
.phone-footer-wrapp {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
}
.phones__in.phone-footer-wrapp a {
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
        margin-bottom: 13px;
}

.phones__in.phone-footer-wrapp .phone {
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: 14px;
    cursor: pointer;
}

.contacts.block {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.email.block {
    margin-bottom: 14px;
}

.email.block a {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.contacts.block a {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.privacy-policy {
    margin-top: 34px;
}

.privacy-policy a {
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #C1C1C1 !important;
}

.search-wrapp-mobile-top {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 14;
    right: 0;
    top: 130px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

/* Стили для активного элемента */
.search-wrapp-mobile-top.active-form {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
}

.search-wrapp-mobile-top-content {
    padding: 20px;
}

.search-wrapp-mobile-top-content {
    width: 93%;
    margin: 0 auto;
}

.search-mobile-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-mobile-title p {
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 97%;
}

.search-mobile-block {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-mobile-btn-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.search-mobile-block .search-form .search-field {
    display: block;
}

.search-mobile-block>form>div>span {
    display: none;
}

.search-mobile-btn {
    max-width: 86px;
    width: 100%;
    height: 34px;
    font-family: 'Onest', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    padding: 0px 22px 0px 22px !important;
    border-radius: 78px !important;
    /* background: #FC5B31;*/
    color: #FFFFFF !important;
    outline: none !important;
    border: none !important;
}

.error-block {
    max-width: 533px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 250px;
}

.error-block h1 {
    font-family: Sofia Sans;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    color: #FC5B31;
    text-align: center;
}

.error-block p {
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.error-block span {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    text-align: center;
}

.error-block a {
    background: #FC5B31;
    padding: 15px 20px 15px 20px;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-align: center;
    border-radius: 79px;
}

/* li.product.swiper-slide .woocommerce.product .compare.button.compare-active {
    border: 1px solid rgba(252, 91, 49, 1);
    background: url(../../../pic/compare-img-active.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    background-color: #FFFFFF;
    transform: translate(-2px, -2px);
    width: 52px;
    height: 52px;
    border-radius:50px
} */


/* ======= Услуги ====== */
.cat__desc_title p:nth-child(1) p {
    margin: 0;
}

.cat__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat__desc_title {
    font-family: Sofia Sans !important;
    font-size: 100px !important;
    font-weight: 700 !important;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left !important;
    color: #000000;
}

.cat__desc_title p {
    font-family: Sofia Sans !important;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 110px;
}

.cat_wrapp_desc_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat__desc_content.top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.cat__desc_content.bottom {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.cat__desc_content.top p {
    max-width: 880px;
    width: 100%;
    font-family: 'Onest', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
    margin-bottom: 0px;
}

.cat__desc_content.top p span {
    color: #FC5B31;
}

.cat__desc_content.bottom p {
    max-width: 620px;
    width: 100%;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.cat__desc_title>p:nth-child(1) {
    display: none;
}





/* ======= Галерея ======= */
.tab-galery-wrapp {
    max-width: 270px;
    border-radius: 40px;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 45px;
}

.tab-galery-item {
    max-width: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border-radius: 79px;
}

.tab-galery-item button {
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 79px;
    background: #FFF;
    width: 100%;
    height: 43px;
    border: none;
    outline: none;
}

.tab-galery-item button:focus {
    border: none;
    outline: none;
}

.tab-galery-item button.active-galery {
    background: #FC5B31;
    color: #FFFFFF;
}

.gallery-n_items {
    display: none;
}

.gallery-n_items.gallery-n_items_active {
    display: block;
    margin-bottom: 130px;
}
.galery-category-wrapp > a > div.gallery-n_name {
    width: calc(100% - 170px);
    margin-left: 20px;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-family: Onest, sans-serif;
}
.galery-category-wrapp {
    margin-bottom: 30px;
}
.galery-category-wrapp.inner-item .gallery-n_item {
    position: relative;
    max-width: 490px;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    display: flex;
}
.galery-category-wrapp.inner-item .gallery-n_item .icon-plus {
    position:absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    right: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.category-title {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    
    
}
.category-title h1 {
    font-family: Sofia Sans!important;
font-size: 100px;
font-weight: 700;
line-height: 100px;
letter-spacing: 0em;
text-align: left;
color: #000;
text-transform: uppercase;
}
.galery--margin {
    margin-bottom: 130px;
}
/* .b-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gallery-n_item {
    max-width: 490px;
    width: 260px;
    display: flex;
    position: relative;
} */
/* .gallery-n_name {
    position: absolute;
    bottom: 20px;
    left: 20px;
} */

/*====== Галерея-видео===== */
.wrapp-video-content {
    max-width: 1010px;
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 130px;
}
.wrapp-title-post {
    display: flex;
    justify-content: center;   
    margin-bottom: 50px;
}
.wrapp-title-post h1 {
font-family: Sofia Sans!important;
font-size: 45px;
font-weight: 700;
line-height: 45px;
letter-spacing: 0em;
text-align: center;
color: #000000;
}
.wrapp-video {
    width: 100%;
    height: 585px;
    display: flex;
}
.video-item {
    height: 100%;
    width: 100%;
}
.video-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.video-container span {
    position:absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-container img {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}
.video-item iframe{
    width: 100%;
    height:100%;
    display: flex;
    outline: none;
    border: none;
    border-radius: 20px;
}

.gallery-n_img img {
    width: 100%;
}

.search-mobile-btn-wrapp {
    display: none;
}


.container.width-full.wrapp-title-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 50px;
    max-width: 1530px;
}



@media(max-width:1860px){
    .container.width-full.wrapp-title-price {
        padding: 0px 40px 0 80px;
    }
    .container.width-full.wrapp-title-price h1 {
        font-size: 90px;
        line-height: 90px;
    }
}


@media(max-width:1860px){
    .container.width-full {
        padding: 0 90px;
    }

    .container.small {
        padding: 0 90px;
    }
    .wrapp-header-top {
        width: 100%;
        margin-right: 0;
    }
    .individual-project {
        margin-right: 20px;
    }
    .nav-heder-menu-link ul li a {
        font-size: 15px;
    }
}

@media(max-width:1650px){
    .nav-heder-menu-link ul li a {
        font-size: 14px;
    }
    .nav-heder-menu-logo {
        margin-right: 20px;
    }
  
}

@media(max-width:1640px) {
    .header-search_form {
        margin-left: 3%;
    }
    .individual-project {
        margin-right: 25px;
    }
   
}

@media(max-width:1600px) {
    /* .header-search_form {
        margin-left: 1%;
    } */

    .individual-project {
        margin-left: 1%;
    }

    .nav-heder-menu-logo {
        margin-right: 0;
    }
    .nav-logo {
        margin-left: 40px;
    }
  
    .header-search_form {
        max-width: 35px;
    }

}

@media(max-width:1550px) {
    .individual-project a {
        font-size: 12px;
    }
}



@media(max-width:1480px) {
    .nav-logo {
        width: 140px;
        margin-left: 30px;
    }

    .cat__desc_title {
        font-size: 90px !important;
        line-height: 90px !important;
    }

    .cat__desc_title p {
        font-size: 90px;
        line-height: 90px;
    }

    .cat__desc_content.top p {
        font-size: 28px;
        line-height: 35px;
    }
    .title {
        font-size: 80px;
    }

}

@media(max-width:1440px) {
    /* .search-form .search-field {
        display: none !important;
    } */

    /* .header-search_form {
        max-width: 30px;
        margin-left: 0;
    } */


    .individual-project {
        margin-left: 0;
    }

}


@media(max-width:1390px) {
    .header-contact-container {
        /* margin-right: 2%; */
    }

    .cat__desc_title {
        font-size: 80px !important;
    }

    .cat__desc_title {
        font-size: 80px !important;
        line-height: 80px !important;
    }

    .cat__desc_title p {
        font-size: 80px;
        line-height: 80px;
    }

}

@media(max-width:1280px) {
    .cat__desc_title {
        font-size: 75px !important;
        line-height: 75px !important;
    }

    .cat__desc_title p {
        font-size: 75px;
        line-height: 75px;
    }

    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        max-width: 340px;
        width: 100%;
        height: 200px;
        margin-bottom: 0px;
    }

    .gallery-n_items .gallery-n_item .gallery-n_name {
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 22px;
    }
 
    .nav-heder-menu-link ul li a {
        font-size: 14px;
    }
    .individual-project a {
        width: 275px;
    }
    .individual-project {
        margin-right: 20px;
    }
    .nav-logo {
        width: 120px;
        height: 45px;
    }
}


@media(max-width:1240px) {

    .galery-category-wrapp.inner-item .gallery-n_item .icon-plus {
        transform: scale(0.8) translate(-50%, -50%);
    }
    .galery-category-wrapp.inner-item .gallery-n_item {
        height: 200px;
    }
    .galery-category-wrapp > a > div.gallery-n_name {
        width: auto;
        font-size: 16px;
    }
    .nav-logo {
        width: 116px;
        height: 39px;
    }

    .nav-heder-menu-link ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-nav-link a {
        font-size: 14px;
        line-height: 18px;
    }

    .phones__in.phone-footer-wrapp a {
        font-size: 16px;
        line-height: 20px;
    }

    .phones__in.phone-footer-wrapp .phone {
        font-size: 16px;
        line-height: 20px;
    }

    .email.block a {
        font-size: 14px;
        line-height: 18px;
    }

    .contacts.block {
        font-size: 14px;
        line-height: 16px;
    }

    .privacy-policy a {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-nav-link li {
        margin-bottom: 20px;
    }

    .error-block h1 {
        font-size: 170px;
        line-height: 170px;
        margin-bottom: 20px;
    }

    .error-block p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .error-block span {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .error-block a {
        font-size: 14px;
        line-height: 18px;
    }

    .nav-logo {
        margin-right: 10px;
    }

    .cat__desc_content.top {
        margin-bottom: 40px;
    }

    .cat__desc_content.bottom {
        width: 100%;
    }

    .cat__desc_content.top p {
        max-width: 610px;
        font-size: 20px;
        line-height: 27px;
    }

    .cat__desc_content.top p {
        font-size: 20px;
        line-height: 35px;
    }

    .gallery__title h1 {
        font-family: Sofia Sans;
        font-size: 75px;
        font-weight: 700;
        line-height: 79px;
        letter-spacing: 0em;
        text-align: center;
            margin-bottom: 40px;
    }
    .galery--margin {
        margin-bottom: 100px;
    }

    .footer-wrapp {
        padding: 32px 0 50px 0;
    }
    /*====== container=====*/
    .container.width-full {
        max-width: 1060px;
        padding: 0;
    }
    .container.small {
        max-width: 1060px;
    }
    .container.width-full.container-popular-projects {
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
    }
    .individual-project {
        margin-right: 20px;
    }
    .header-slider:nth-child(2){
        width: 80%;
    }
    .header-slider:nth-child(3){
        width: 50%;
    }
    .individual-project a {
        line-height: 6px;
        padding: 15px 36px 15px 20px;
    }
    .nav-heder-menu {
        height: 54px;
    }
    .home-slider {
        transform: translateY(-105px);
    }
    .container.small {
        padding: 0 0px;
    }
.wrapp-header-top {
    width: 100%;
    margin-right: 0;

}

.b-geo-target__description::before {
    max-width: 16px;
    height: 21px;
    margin-right: 10px;
  }
    
  .galery-category-wrapp {
    padding: 0;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 0px;
}
.icon-plus {
    transform: scale(0.8)
}
.individual-project a {
    width: 272px;
}

.main-header .b-phones .b-phones-telephone a::before {
    max-width: 25px;
    height: 25px;
}
.b-geo-target.link-header {
    margin-left: 40px;
    width: 45%;
}
.header-contact-container .chooser .b-phones {
    width: 96%;
}
.main-header .b-phones .b-phones-telephone {
    margin-left: 0px;
}
.gallery-n_items.gallery-n_items_active {
    margin-bottom: 100px;
}
.galery-category-wrapp {
    margin-bottom: 20px;
}
}

@media(max-width:1200px) {
    .b-geo-target__description {
        width: 49%;
    }
    .container.small {
        padding: 0 20px;
    }
    .container.width-full.container-popular-projects {
        padding: 0 20px;
      }

    .header-contact-container .chooser .b-phones {
        display: none !important;
    }

    .b-phones.desktop {
        display: none;
    }

 
    .individual-project {
        margin-right: 10px;
    }


}



@media(max-width:1130px) {

    .nav-heder-menu {
        display: none;
    }

    .header-search_form {
        display: none;
    }

    .header-search_form.mobile {
        display: flex;
        max-width: 35px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .container.width-full.header-container-top {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    

    .nav-heder-menu.mobile {
        display: flex;
        align-items: center;
        border-radius: 0px;
        justify-content: space-between;
        height: 70px;
    }

    .nav-heder-menu-link.mobile {
        flex-direction: column;
    }

    .nav-heder-menu-link ul li {
        margin-bottom: 25px;
    }

    .nav-heder-menu-link ul li a {
        padding-left: 0px;
    }

    #menu-katalog-bez-podmenju-1 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-heder-menu-top.mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .nav-heder-menu-phone-mobile {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    
    .individual-project.mobile a {
        font-family: 'Onest', sans-serif;

        color: #FFFFFF;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    .individual-project.mobile {
        display: flex;
        width: 100%;
    }
    .container.width-full.container-popular-projects {
        max-width: 100%;
        width: 100%;
        margin-top: 100px;
    }
   .burger-menu > div.header__nav > nav > div > div > a {
    margin-bottom: 10px;
   }
    .wrapp-header-top {
        margin-right: 0;
    }

    .wrapp-header-top .social-block {
        width: 15%;
        margin-left: 0px;
    }

    .chooser {
        width: 80%;
        justify-content: center;
    }

    .b-geo-target.link-header {
        width: 235px;
        justify-content: center;
    }

    .b-geo-target__description {
        width: 170px;
    }

    .burger-menu {
        display: flex;
        justify-content: flex-end;
        margin-right: 5%;
    }

    .nav-logo {
        margin-left: 0;
    }

    .nav-heder-menu-logo {
        margin-left: 5%;
        width: 85%;
        justify-content: flex-start;
    }

    .home-slider {
        transform: translateY(0px);
    }

    .nav-heder-menu {
        margin-top: 0;
        margin-bottom: 0;
    }

    .individual-project.mobile {
        display: flex;
        width: 100%;
    }
    
    .individual-project.mobile a {
        color: #FFFFFF;

    }
    .individual-project a::after {
        right: 10%;
    }

    .phone.mobile {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }
    .phone.mobile strong {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }
    .social.mobile {
        margin-bottom: 30px;
    }
    .social.mobile>a {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .social.mobile>a>span {
        display: flex;
        align-items: center;
        width: 25px;
        height: 25px;
    }

    .social.mobile>a>span:before {
        font-size: 24px;
    }

    .input-group {
        margin-top: 3px;
    }
   .header-search_form.mobile > form > div.search-mobile-btn-wrapp {
    display: none;
   }
    .search-mobile-btn-wrapp {
        display: flex;
            display: flex;
            transform: translate(0px, 10px);
            padding-left: 12px;
            position: relative;
    top: -8px;
    }

}

@media(max-width:1080px) {
    .nav-heder-menu-logo {
        margin-left: 2%;
    }
    .cat__desc_title {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .cat__desc_title p {
        font-size: 60px;
        line-height: 60px;
    }
    .wrapp-video {
        width: 95%;
        height: 515px;
        display: flex;
        margin: 0 auto;
    }

    .wrapp-video {
        height: 455px;
    }
    .activity>div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>a:hover {

    }
}


@media(max-width:990px){
    .mfp-container {
        overflow-y: scroll;
    }
    .mfp-content #project.white-popup {
    margint-top: 0px !important;
    transform: translateY(-42px);
}
    .mfp-content #project.white-popup {
        margint-top: 0px !important;
    }
    .col-sm-6.galery-category-wrapp{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        max-width: 100%;
        width: 100%;
        height: 340px;
        margin-bottom: 0px;
    }
    .gallery-n_img img {
        width: 100%;
    }
    .wrapp-video {
        height: 445px;
    }
    .nav-heder-menu-logo {
        margin-left: 18px;
    }
    .wrapp-header-top .social-block {
        width: 100px;
        margin-left: 18px;
    }
    .galery-category-wrapp {
        margin-bottom: 0px;
    }
 
}

@media(max-width:920px) {
    .footer-logo {
        margin-right: 35px;
    }

    .footer-wrapp {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .cat__desc_title {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .cat__desc_title p {
        font-size: 50px;
        line-height: 50px;
    }

    .cat__desc_content.top p {
        max-width: 475px;
        font-size: 20px;
        line-height: 27px;
    }
    .wrapp-video {
        height: 420px;
    }
}

@media(max-width:820px) {
    .category-title h1 {
        font-size: 60px;
    }
    .footer-wrapp {
        flex-direction: column;
    }

    .footer-row-left {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer-logo {
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .footer-row-right {
        margin-top: 30px;
        margin-right: 0px;
    }

    .nav-heder-menu.mobile {
        height: 60px;
    }

    .nav-heder-menu-link.mobile {
        top: 120px;
    }

    .search-wrapp-mobile-top {
        top: 120px;
    }



    .cat__desc_content.bottom p {
        width: 70%;
    }
    .wrapp-video {
        height: 400px;
    }
}

@media(max-width:780px) {
    .cat__desc h1 {
        margin: 0px 0 0 0px !important;
    }

    .cat__desc_title {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .cat__desc_title p {
        font-size: 40px;
        line-height: 40px;
    }

    .cat__desc_title p {
        padding-left: 50px;
    }

    .cat__desc_content.top p {
        max-width: 455px;
        font-size: 20px;
        line-height: 27px;
        margin: 0;
    }
    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        height: 240px;
    }
    .tab-galery-wrapp {
        margin: 30px auto;
    }
    .gallery__title h1 {
        margin-bottom: 0px;
    }
    .wrapp-video {
        height: 315px;
    }
}


@media(max-width:640px) {
   
    .wrapp-video {
        height: 300px;
    }
    .wrapp-video {
        height: 240px;
    }
}

@media(max-width:600px) {
    .cat__desc_title p {
        padding-left: 0px;
    }

    .gallery__title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .tab-galery-item button {
        font-size: 14px;
        line-height: 17px;
        height: 36px;
    }
    .tab-galery-wrapp {
        max-width: 170px;
    }
    .tab-galery-item {
        max-width: 85px;
    }
  
}

@media(max-width:520px) {
    .individual-project.mobile a {
        max-width: 100%;
        font-size: 14px;
    }
    .b-geo-target.link-header {
        margin-left: 22px;
    }
    .header-search_form.mobile .search-form .search-field {
        display: none !important;
        margin-bottom: 0;
    }

    .header-search_form.mobile .input-group {
        position: initial;
        justify-content: flex-end;
        width: 95%;
    }
    .wrapp-header-top {
        height: 30px;
    }

    .wrapp-header-top .social-block {
        display: none;
    }

    .chooser {
        justify-content: flex-start;
    }

    .error-block h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .error-block p {
        font-size: 15px;
        line-height: 23px;
    }

    .error-block span {
        font-size: 13px;
        line-height: 18px;
    }

    .error-block a {
        font-size: 14px;
        line-height: 18px;
    }

    .cat__desc_title {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .cat__desc_title p {
        font-size: 39px;
        line-height: 39px;
    }

    .cat__desc_content.top p {
        max-width: 330px;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        height: 200px;
    }
    .wrapp-video {
        height: 220px;
    }
    .header-contact-container {
        width: 93%;
    }
    .nav-heder-menu-link.mobile {
        top: 90px;
    }
    .search-wrapp-mobile-top {
        top: 90px;
    }
}


@media(max-width:480px) {
    .category-title h1 {
        font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    }
    .b-geo-target.link-header {
        margin-left: 18px;
    }
    /* .nav-heder-menu-logo {
        margin-left: 10px;
    } */

    .nav-logo {
        margin-left: 0;
    }

    .nav-logo img {
        max-width: 100%;
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .container.small {
        padding: 0 18px;
    }

    .nav-heder-menu.mobile {
        height: 50px;
    }

    .nav-heder-menu-link.mobile {
        top: 80px;
    }

    .search-wrapp-mobile-top {
        top: 80px;
    }

    .home-slider .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        background-size: 16px;
        left: auto;
        right: 60px;
    }

    .home-slider .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        background-size: 10px;
    }

    .home-slider .owl-carousel .owl-nav button.owl-prev:hover {
        background-size: 10px;
    }

    .home-slider .owl-carousel .owl-nav button.owl-next:hover {
        background-size: 10px;
    }

    .swiper-button-next-popular-project {
        background: url(../../../pic/right-pag-mobile.svg) center no-repeat rgba(255, 255, 255, 1);
    }

    .swiper-button-prev-popular-project {
        background: url(../../../pic/left-pag-mobile.svg) center no-repeat rgba(255, 255, 255, 1);
    }

    .cat__desc_content.bottom p {
        width: 80%;
        font-size: 14px;
    }
    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        height: 180px;
    }
    .col-sm-6.galery-category-wrapp {
        padding: 0px;
    }
    .nav-heder-menu-phone-mobile a {
        color: #FC5B31;
        font-family: 'Onest';
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
    }
 
}

@media(max-width:420px) {
    .galery--margin {
        margin-bottom: 70px;
    }
    .b-geo-target.link-header {
        margin-left: 0px;
    }
    .galery-category-wrapp.inner-item .gallery-n_item .icon-plus {
        transform: scale(0.7) translate(-50%, -50%);
    }
    .icon-plus {
        transform: scale(0.7);
    }
    .container.small.breadcrumbs {
        padding: 0 20px;
    }

    .cat__desc_content.top p {
        max-width: 293px;
        font-size: 16px;
        line-height: 21px;
    }

    .cat__desc {
        width: calc(100% + 15px);
        margin-left: -15px;
    }

    .cat__desc_content.top {
        margin-bottom: 30px;
    }

    .cat__desc_content.bottom p {
        width: 80%;
    }
    .gallery-n_items.gallery-n_items_active>div.row>div.galery-category-wrapp .gallery-n_item {
        height: 150px;
    }
    .wrapp-video {
        width: 99%;
    }

    .wrapp-title-post h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .b-geo-target__description::before {
        max-width: 13px;
        height: 17px;
        margin-right: 10px;
    }
    .galery-category-wrapp > a > div.gallery-n_name {
        font-size: 14px;
    }
    .container.width-full.container-popular-projects { 
            margin-top: 70px;
    }
    .container.width-full.container-popular-projects {
        padding: 0 18px;
    }
    /* .nav-heder-menu-phone-mobile a {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
    } */
    .container.width-full {
        padding: 0 18px;
    }
    .galery-category-wrapp {
        margin-bottom: 10px;
    }
    .individual-project a::after {
        position:initial;
    }
 .gallery__title h1 { 
    margin-bottom: 30px;
 }
 .gallery-n_items.gallery-n_items_active {
    margin-bottom: 70px;
}
.galery-category-wrapp {
    margin-bottom: 10px;
}
}

@media(max-width:380px) {
    .cat__desc_title {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .cat__desc_title p {
        font-size: 30px;
        line-height: 30px;
    }

    .cat__desc_content.bottom p {
        font-size: 13px;
        line-height: 19px;
    }
    .header-contact-container {
        width: 91%;
    }
}

@media(max-width:350px){
    .nav-heder-menu-phone-mobile a {
        font-size: 16px;
        line-height: 14px;
    }
    
}


@media(max-width:330px) {
    .nav-heder-menu-phone-mobile a {
        font-size: 16px;
    }

    .nav-heder-menu-top.mobile {
        margin-bottom: 0;
    }

    .nav-heder-menu-link ul li {
        margin-bottom: 14px;
    }
}

.article-content img{
    border-radius: 20px;
    width: auto;
    margin: 0px 20px 30px 0px;
}

@media (max-width:1240px){
    .article-content img {
    min-width: 320px;
    width: 27vw;
    }
}
@media(max-width:575px) {
    .article-content img {
        width: 100vw;
        min-width: 0;
    }
}

.product-description {
    margin-top: 50px;
}

@media(max-width:575px) {
    .product-description {
        margin-top: 40px;
    }
}