@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Book'), local('Futura-PT-Book'),
        url('/css/fonts/FuturaPT-Book.woff2') format('woff2'),
        url('/css/fonts/FuturaPT-Book.woff') format('woff'),
        url('/css/fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Inter:regular&display=swap);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic&display=swap);

*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;    
}
a{
    text-decoration: none;
}
ul, ol, li{
    list-style: none;
}
img{
    vertical-align: top;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-weight: inherit;
    font-size: inherit;
}
html, body{
    height: 100%;
}
body{
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #101828;
    background-color: #ffffff;
}
body.lock{
    overflow: hidden;
}
body.overflow-hidden {
    /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
    overflow: hidden;
}
input {outline:none;}
/* ======================== */
.wrapper{
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* ======================== */
.page{
    flex: 1 1 auto;
}

/* ======================== */
[class*="__container"] {
    max-width: 1170px;
    margin: 0 auto;    
}
[class*="__container-fluid"] {
    max-width: 100%;
    margin: 0 auto;    
}

/* ===========  адаптивная сетка  =========== */
@media (max-width: 1199.98px) {
    [class*="__container"] {
        max-width: 970px;
    }
    [class*="__container-fluid"] {
        max-width: 100%;
    }     
}

@media (max-width: 990.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    [class*="__container-fluid"] {
        max-width: 100%;
    }     
}

@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: 720px;
        padding: 0 15px;
    }
    [class*="__container-fluid"] {
        max-width: 100%;
    }     
}

@media (max-width: 575.98px) {
    [class*="__container"] {
        max-width: 540px;
        padding: 0 15px;
    }
    [class*="__container-fluid"] {
        max-width: 100%;
        padding: 0;
    }
}

/* ============  Хидер  ============ */

.header {
}
.header-block {
}
.header-block__wrapper {
}
.header-block__top {
    padding: 10px 0;
}
.header-block__container {
}
.header-top__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px -10px;
}
.mobile-top__item {
    display: none;
}
.header-top__item {
    padding: 5px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.header-top__item img{
    max-width: 100%;
    margin-right: 8px;
}
.top-item__text {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 0 15px;
    text-transform: uppercase;
}
.top-item__phone {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding: 0 15px;  
}
.top-item__phone a {
    color: #000000;
}
.top-item__phone a:hover {
    opacity: 0.8;
}
.header-block__middle {
    background: #F1891C;
    padding: 20px 0;    
}
.header-middle__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-middle__logo img{
    max-width: 100%;
}
.header-middle__search {
}
.search-form {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 10px 12px 10px 15px;
    min-width: 400px;
}
.form-control {
}
.search-form-search-input {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #323B48;
}
.search-form-search-button {
    background: #ffffff;
}
.search-form-search-button::before {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    content: url(../img/icons/icon-search.svg);
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.header-middle__email {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.header-middle__email::before {
    content: url(../img/icons/icon-email.svg);
    position: relative;
    width: 20px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}
.header-middle__email a {
    color: #FFFFFF;
}
.header-middle__email a:hover {
    opacity: 0.8;
}
.header-middle__callback {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.header-middle__callback::before {
    content: url(../img/icons/icon-phone.svg);
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: text-top;
}
.header-middle__callback a {
    color: #FFFFFF;
}
.header-middle__callback a:hover {
    opacity: 0.8;
}
.header-block__bottom {
    background: #FFFFFF;
    border-bottom: 1px solid #F1891C;
    padding: 9px 0;
}
.header-bottom__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px -10px;
}
.header-bottom__item {
    padding: 5px 10px;
}
.header-menu__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.header-menu__item {
    padding: 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    border-right: 1px solid #323B48;
}
.header-menu__item:hover {
    background: #F1891C;
    

}
.header-menu__list li:first-child::before {
    content: url("../img/icons/icon-menu-left.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
}
.header-menu__item a {
    color: #323B48;
}
.header-menu__item a:hover {
    opacity: 0.8;
}

.header-bottom__schedule {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #323B48;
}
.header-bottom__schedule span {
    font-weight: 700;
}
.header__burger {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-top__row {
        justify-content: center;
    }
    .header-middle__callback {
        display: none;
    }
    .bottom__item1 {        
        order: 1;
    }
    .bottom__item2 {        
        order: 2;
    }
    .search-form {
        min-width: 300px;
    }    
}

@media (max-width: 990.98px) {
    .header-middle__row {
        margin: -15px -10px;
    }
    .header-middle__logo {
        flex: 0 1 30%;
        padding: 15px 10px;
    }
    .header-middle__search {
        flex: 0 1 30%;
        padding: 15px 10px;
    }
    .search-form {
        min-width: 100%;
    }
    .header-middle__email {
        flex: 0 1 30%;
        padding: 15px 10px;
        text-align: center;
    }
    .header-middle__callback {
        display: block;
        flex: 0 1 50%;
        padding: 15px 10px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .top-item__text {
        display: none;
    }
    .header-menu__list li:first-child::before {
        display: none;
    }
    .header-middle__logo {
        flex: 0 1 50%;
        padding: 15px 10px;
        order: 1;
    }
    .header-middle__search {
        flex: 0 1 100%;
        padding: 15px 10px;
        order: 3;
    }
    .search-form {
        min-width: 100%;
    }
    .header-middle__email {
        flex: 0 1 50%;
        padding: 15px 10px;
        text-align: center;
        order: 2;
    }
}

@media (max-width: 575.98px) {
    .header-middle__logo {
        order: 1;
    }
    .header__burger{
        display: block;
        position: relative;
        width: 30px;
        min-height: 20px;
        z-index: 7;
        margin-right: 10px;
        order: 2;                
    }
    .header__burger span{
        position: absolute;
        background-color: rgb(255, 255, 255);
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before,
    .header__burger::after{
        content: '';
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before{
        top: 0;        
    }
    .header__burger::after{
        bottom: 0;
    }

    .header__burger.active {
        z-index: 12;
    }
    .header__burger.active::before{
        transform: rotate(45deg);
        top: 9px;
        background-color: rgb(255, 255, 255);        
    }
    .header__burger.active::after{
        transform: rotate(-45deg);
        bottom: 9px;
        background-color: rgb(255, 255, 255);         
    }
    .header__burger.active span{
        transform: scale(0);
    }    
    .menu-item__block {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #F1891C;
        text-align: center;
        transition: all 0.8s ease 0s;
        display: block;
        z-index: 11;
    }
    .menu-item__block.active {
        top: 0;
        
    }
    .menu-item__block.active .header-menu__link:last-child {
        margin-right: 25px;
    }
    .menu-item__block.active .header-menu__list {
        flex-direction: column;
        gap: 25px;
        margin-top: 50px;
    }
    .menu-item__block.active .header-menu__link {
        font-size: 18px;
        color: rgb(255, 255, 255);
    }
    .menu-item__block.active .mobile-top__item {
        font-size: 18px;
        color: rgb(0, 0, 0);
        display: block;
        margin-top: 20px;
        padding: 20px 0;
    }
    .menu-item__block.active .mobile-item__phone {       
        padding: 15px 0;
    }
    .menu-item__block.active .mobile-item__phone a{
        color: #000;
        padding: 15px 0;
    }
    .menu-item__block.active .header-menu__link.active {
        color: #F8AA00;
    }
    .header-middle__search {
        flex: 0 1 100%;
    }
    .header-block__top {
        display: none;
    }
    .header-middle__email, .header-middle__callback {
        display: none;
    }

}

/* ============  Главная бегущая строка  ============ */
.home-marquee__container {
    background: #f1891c;
    margin-top: 20px;
}
.home-marquee__item {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.marquee {
    font-size: 23px;
    line-height: 30px;
    font-family: sans-serif;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
    /*animation: marquee 15.5s infinite linear;*/
}
/*.marquee:after{
    content: "Мы являемся производителями воздушно-пузырьковой пленки и клейких лент. Мы единственные в Беларуси способны изготавливать 4-х слойную воздушно-пузырьковую пленку благодаря нашему высокотехнологичному оборудованию.";
}*/
@keyframes marquee{
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}


/* ============  Главная блок баннеров и боковое меню  ============ */

.page__home-banner {
}
.home-banner__block {
    padding: 20px 0;
}
.home-banner__container {
}
.home-banner__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -22px;
}
.home-banner__item {
    padding: 0 22px;
}
.home-banner__aside {
    flex: 0 1 25%;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 8px 15px 8px 15px;
}
.home-banner__banners {
    flex: 0 1 75%;
}
.aside-menu__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aside-menu__item {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #231F20;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}
.aside-menu__item::after {
    content: url("../img/icons/icon-menu-arrow.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 30%;
    margin-left: 5px;
}
.aside-menu__item:hover {
    background: #F1891C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03), 0px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.aside-menu__item:hover::after {
    content: url("../img/icons/icon-menu-arrow-active.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    right: 1px;
    top: 30%;
}
.aside-menu__item a {
    color: #231F20;
    display: block;
    padding: 8px 16px;
    margin-top: 6px;
}
.aside-menu__item a:hover {
    opacity: 0.8;
}
.active {
}
.banner-items__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7px;
}
.banner-items__item {
    padding: 0 7px;
    margin-bottom: 10px;
}
.banner-items__item img {
    max-width: 100%;
    filter: grayscale(0);
    transition: 1s;
}
.banner-items__item.col-4 img:hover {
    filter: grayscale(1);
}
.col-12 {
    flex: 0 1 100%;
    margin-bottom: 10px;
}
.col-4 {
    flex: 0 1 33.333%;    
}
.banner-whous__list {
}
.whous__item__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    background: #f1891c;
    color: #fff;
    padding: 10px 0;
}
.banner-whous__item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.col-4 {
}
.whous__item__row {
    flex: 0 1 30%;
    text-align: center;
    margin-bottom: 10px;
}
.whous-item__img {
    margin-bottom: 20px;
}
.whous-item__img img{
    max-width: 100%;
}
.whous-item__text {
}
.whous-text__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .home-banner__aside {
        display: none;
    }
    .home-banner__banners {
        flex: 0 1 100%;
    }
}

@media (max-width: 767.98px) {
    .banner-items__item.col-2-m {
        flex: 0 1 50%;
    }
    /*.banner-whous__list {
        flex-direction: column;
    }*/
}

@media (max-width: 575.98px) {
    .banner-items__item.col-2-m {
        flex: 0 1 100%;
    }
    .banner-items__item {
        text-align: center;
    }
    /*.banner-items__item.col-12 {
        display: none;
    }*/
    .whous__item__row {
        flex: 0 1 47%;
    }
}
@media (max-width: 400px) {
    .whous__item__row {
        flex: 0 1 100%;
    }
}


/* ============  Главная блок новинки и популярные товары  ============ */

.page-home__catalog {
}
.home-catalog__block {
    padding: 20px 0;
}
.home-catalog__container {
}
.catalog-new__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -22px;
    margin-bottom: 30px;
}
.catalog-new__aside {
    flex: 0 0 25%;
    background: #F1891C;
    border-radius: 5px;
    padding: 40px 25px 40px 48px;
}
.catalog-aside__img {
    max-width: 100%;
    margin-bottom: 50px;
}
.catalog-aside__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.catalog-aside__button {
    background: #231F20;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
}
.js-prev {
    position: relative;
    margin-right: 40px;
}
.js-prev::before {
    content: url("../img/catalog/icons/arrow-prew.png");
    width: 32px;
    height: 32px;
    background: #231F20;
    display: block;    
}
.js-prev:hover::before {
    content: url("../img/catalog/icons/arrow-prew-active.png");
    width: 32px;
    height: 32px;
    background: #231F20;
    display: block;    
}
.js-next {
    position: relative;
}
.js-next::before {
    content: url("../img/catalog/icons/arrow-next.png");
    width: 32px;
    height: 32px;
    background: #231F20;
    display: block;    
}
.js-next:hover::before {
    content: url("../img/catalog/icons/arrow-next-active.png");
    width: 32px;
    height: 32px;
    background: #231F20;
    display: block;    
}
.catalog-new__list {
    flex: 0 0 75%;
    padding: 0 22px;
    
}
.owl-carousel {
    width: 75.3%;
}
.catalog-new__item {
    padding: 12px 15px;
    background: #FFFFFF;
    border: 1px solid #f1891c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 375px;
}

.catalog-item__img {
    max-width: 100%;
}
.catalog-item__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
    margin-bottom: 5px;
    text-align: center;
}
.catalog-item__title a {
    color: #231F20;
}
.catalog-item__description {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    margin-bottom: 15px;
    text-align: center;
}
.catalog-item__description span {
    font-size: 13px;
    font-weight: 300;
}
.catalog-item__price {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #231F20;
    margin-bottom: 17px;
    text-align: center;

}
.catalog-item__more {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}
.catalog-item__more a {
    color: #333333;
}

@media (max-width: 990.98px) {
    .catalog-new__aside {
        display: none;
    }
    .owl-carousel {
        width: 100%;
    }
    .catalog-new__item {
        min-height: 380px;
    }
}




/* ============  Главная блок популярные категории  ============ */

.home-page__category {
}
.home-category__block {
    background: #F5F5F5;
    padding: 60px 0;
}
.home-category__container {
}
.home-category__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #231F20;
    margin-bottom: 20px;
}
.home-category__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -12px;
    gap: 12px;
}
.home-category__item {
    padding: 0 12px;
    flex: 0 0 33.333%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    align-items: flex-end;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03), 0px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.background-2 {
    background: linear-gradient(258.51deg, #FFBC4B 61.25%, #FFD998 100.88%);
    box-shadow: 0px 20px 24px -4px rgba(250, 166, 26, 0.25), 0px 8px 8px -4px rgba(250, 166, 26, 0.2);
    border-radius: 5px;    
}
.category-item__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231F20;
    flex: 0 0 30%;
}
.category-item__title a {
    color: #231F20;
}
.home-category__item:hover .category-item__title a {
    opacity: 0.8;
}
.category-item__img {
    flex: 0 0 70%;
}
.category-item__img img {    
    max-width: 100%;    
}

@media (max-width: 991.98px) {
    .home-category__list {
        flex-wrap: wrap;
    }
    .home-category__item {
        flex: 0 1 100%;
    }
}


/* ============  Главная блок сео-текст  ============ */

.page-home__content {
}
.home-content-block {
    padding: 40px 0;
}
.home-content__container {
}
.home-content__blockutp {
    padding: 40px 60px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    background-image: url(/img/bg-02.jpg);
    background-size: cover;
    margin-bottom: 60px;
    border-radius: 5px;
}
.home-content__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -50px -50px;
}
.home-content__item {
    flex: 0 1 40%;
    padding: 50px 50px;
}
.home-content__item img {
    max-width: 100%;
}
.content-item__subtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #323B48;
    margin-bottom: 30px;
}
.content-item__subtitle span {
    display: block;
    font-weight: 600;
}
.content-item__description {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323B48;
}
.content-fluid {
    flex: 0 1 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323B48;
}
.alarm {
    color: #EF3006;
}

@media (max-width: 1199.98px) {
    .home-content__blockutp {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 991.98px) {
    .home-content__row {
        margin: -10px -10px;
    }
    .home-content__item {
        padding: 10px 10px;
    }
}

@media (max-width: 767.98px) {
    .home-content__item {
        flex: 0 1 100%;
    }
}


/* ============  Блок футер  ============ */

.footer {
}
.footer-block {
    padding: 20px 0 30px;
    background: #333333;
}
.footer-block__container {
}
.footer-block__row {
    display: flex;
    justify-content: space-between;
    margin: -10px -15px;
    margin-bottom: 35px;
}
.footer-block__item {
    padding: 10px 15px;
    text-align: center;
}
.footer-block__item img {
    max-width: 100;
    margin-bottom: 27px;
}
.footer-block__info {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-social__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 -5px;
    margin-bottom: 30px;
}
.footer-social__item {
    padding: 0 5px;
}
.footer-social__item img {
    max-width: 100%;
    margin-bottom: 13px;
}
.footer-social__item p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #B0B8C1;
}
.footer-social__info {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-block__phone {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.footer-block__callback {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5284F7;
    border-bottom: 1px dashed #5284F7;
}
.footer-block__callback::before {
    content: url("../img/icons/icon-phone-footer.svg");
    margin-right: 10px;
    vertical-align: middle; 
    
}
.footer-copy__row {
    display: flex;
    justify-content: space-between;
}
.footer-copy__item {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #B0B8C1;
}
.footer-copy__item a {
    color: #F1891C;
}

@media (max-width: 990.98px) {
    .footer-block__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-block__item {
        flex: 0 1 50%;
    }
}

@media (max-width: 767.98px) {
    .footer-copy__row {
        flex-wrap: wrap;
        justify-content: center;
        margin: -10px -10px;
    }
    .footer-copy__item {
        flex: 0 1 50%;
        padding: 10px 10px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .footer-block__item {
        flex: 0 1 100%;
    }
    .footer-copy__item {
        flex: 0 1 100%;
    }
}


/* ==== Страница контактов ==== */

.page-home__contact {
}
.home-contact__block {
    padding: 20px 0;
}
.home-contact__container {
}
.home-contact__row {
    display: flex;
    justify-content: space-between;
    gap:10px
}
.home-contact__item {
    flex: 0 1 50%;
    padding: 0 20px;
}
@media (max-width: 990.98px) {
    .home-contact__row {
        flex-wrap: wrap;
    }
    .home-contact__item {
        flex: 0 1 100%;
    }
}
.home-contact__info {
}
.home-contact__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #323B48;
    margin-bottom: 20px;
}
.home-contact__text {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323B48;
    margin-bottom: 10px;
}
.home-contact__item {
}
.home-contact__form {
}
.home-contact__address p{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323B48;
    margin-bottom: 10px;
}
.home-contact__address p a {
    color: #323B48;
    font-weight: 600;
}
.home-contact__address p a:hover {
    opacity: 0.8;
    cursor: pointer;
}
.page-map__contact {
}
.map-contact__block {
}
.map-contact__container {
}
.map-contact__row {
    display: flex;
}
.map-contact__item {
    flex: 0 1 100%;
}
.contact__map {
    height: 600px;
}


/* ==== Хлебные крошки ==== */

.page-breadcrumb__block {
    padding: 10px 0;
}
.breadcrumb-block__container {
}
.breadcrumb-block__row {
}
.breadcrumb-block__item {
}
.breadcrumb-block__wrapper {
}
.breadcrumb-item__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px - 2px;
}
.breadcrumb-items__item {
    padding: 10px 2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #231F20;
}
.breadcrumb-items__item a {
    color: #231F20;
}
.breadcrumb-items__item a:hover {
    opacity: 0.8;
}
.breadcrumb-items__item a::after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.breadcrumb-items__item-active {
    padding: 10px 2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #231F20;
}

/* ==== Страница товара ==== */

.product-page__block {
    padding: 20px 0;
}
.product-page__row {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.product-item__one {
    flex: 0 1 25%;
    padding: 0 10px;
}

.product-item__two {
    flex: 0 1 75%;
    padding: 0 10px;
}
.info-product__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
    margin-bottom: 50px;
}
.info-product__item {
    flex: 0 1 50%;
    padding: 0 20px;
}
.description-product__row {
    padding: 10px;
}
video {
    max-width: 100%;
}
.product__details-title {
    font-size: 24px;
    padding-bottom: 30px;
}
.text-price {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.product__details .product__price span {
    font-size: 17px;
    margin-bottom: 15px;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
p {
    margin-bottom: 15px;
    line-height: 24px;
}
.product-contact__list {
    margin-bottom: 25px;
}
.product-contact__list li {
    margin-bottom: 10px;
}
.product-contact__list li a {
    color: #000;
}
.b-product-info__header{
    padding: 28px;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

.b-product-info__cell:first-child {
    border-right-width: 1px;
    border-right-style: dashed;
}

.b-product-info__cell {
    width: 50%;
    padding: 5px 7px;
    border-width: 1px 0;
    border-style: solid;
    font-weight: normal;
}
@media (max-width: 1199.98px) {
    .product-item__one {
        display: none;
    }
    .product-item__two {
        flex: 0 1 100%;
        padding: 0 10px;
    }
}
@media (max-width: 990.98px) {
    .info-product__row {
        margin: -20px;
        margin-bottom: 50px;
    }
    .info-product__item {
        flex: 0 1 100%;
        padding: 20px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {

}


/* ==== Страница каталога ==== */

.catalog-page__block {
    padding: 20px 0;
}
.catalog-page__row {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.catalog-item__one {
    flex: 0 1 25%;
    padding: 0 10px;
}

.catalog-item__two {
    flex: 0 1 75%;
    padding: 0 10px;
}

.catalog-product__row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}
.catalog-filter__row {
    display: flex;
    justify-content: space-between;
}
.catalog-product__filter {
    padding-bottom: 20px;
}
.product__result {
    padding: 5px 0;
}
.catalog-filter__sorting {
    display: flex;
    justify-content: flex-end;
    margin: 0 -20px;
}
.product__sorting {
    padding: 0 20px;
}
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.product__sorting select {
    border: 1px solid #e6e6e6;
    color: #222;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-row__item {
    flex: 0 1 24%;
    border: none;
}
.catalog-row__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.w-img img {
    max-width: 100%;
}
.basic-pagination nav ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 1199.98px) {
    .catalog-item__one {
        display: none;
    }
    .catalog-item__two {
        flex: 0 1 100%;
        padding: 0 10px;
    }
}
@media (max-width: 990.98px) {
    .catalog-row__item {
        flex: 0 1 30%;
    }
}
@media (max-width: 767.98px) {
    .catalog-row__item {
        flex: 0 1 47%;
    }
}
@media (max-width: 575.98px) {
    .catalog-filter__row {
        flex-wrap: wrap;
    }
    .catalog-row__item {
        flex: 0 1 100%;
    }
}

/* ============  Всплывающие окна  ============ */

.decor {
    position: relative;
    max-width: 400px;
    margin: 50px auto 0;
    background: white;
    border-radius: 10px;
    padding: 10px;
}
.title__block {
    margin-bottom: 20px;
    text-align: center;
}
.form-inner {
    padding: 50px;
}
.form-inner input, .form-inner textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #E9EFF6;
    line-height: 40px;
    border-width: 0;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
    margin-top: 30px;
    background: rgb(230, 81, 74);
    border-bottom: 4px solid rgb(230, 81, 74);
    color: white;
    font-size: 14px;
}
.form-inner textarea {
    resize: none;
}
.form-inner__submit:hover {
    opacity: 0.8;
    cursor: pointer;
}

.page__form {

    background: #F8F8F8;

    padding: 60px 0;

}



.form-block__title {

    text-align: center;

    margin-bottom: 20px;

}

.form-block__subtitle {

    font-family: 'Montserrat';

    font-style: normal;

    font-weight: 400;

    font-size: 24px;

    line-height: 36px;

    text-align: center;

    color: #000000;

    margin-bottom: 15px;

}



.contact-form__row {

    display: flex;

    justify-content: space-around;

    flex-wrap: wrap;

    margin: -20px -20px;

    margin-bottom: 20px;

}

.contact-form__item {

    flex: 0 1 33.333%;

    margin-bottom: 40px;

    text-align: center;

    padding: 20px 20px;

}

.decor .contact-form__item {

    margin-bottom: 10px;

}



.contact-form__label {

    display: block;

    font-family: 'Montserrat';

    font-style: normal;

    font-weight: 400;

    font-size: 20px;

    line-height: 24px;

    align-items: center;

    color: #000000;

    margin-bottom: 10px;

}

.contact-form__input {

    background: none;

    font-family: 'Montserrat';

    font-style: normal;

    font-weight: 400;

    font-size: 24px;

    line-height: 36px;

    color: #000000;

}

.contact-form__row input[type=text] {

    border-bottom: 1px solid #000000;

}

.contact-form__row input[type=text]:focus {

    border-bottom: 1px solid rgb(241, 137, 28);

}

.contact-form__row input[type=date] {

    border-bottom: 1px solid #000000;

}

input[type=date]:focus {

    border-bottom: 1px solid rgb(241, 137, 28);

}

.contact-form__button {

    flex: 0 1 100%;

    text-align: center;

}

.service-button__send {

    margin-bottom: 10px;

}

.contact-form__offer {

    font-family: 'Montserrat';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 19px;

    color: #808080;

    text-align: center;

}

.service-button__send {

    background: rgb(241, 137, 28);

    box-shadow: 0px 8px 19px rgba(241, 137, 26, 0.3);

    border-radius: 28px;

    padding: 12px 50px;

    font-family: 'Montserrat';

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 24px;

    color: #F7F7F7;

}

.service-button__send:hover {

    cursor: pointer;

    box-shadow: 0px 8px 19px rgba(241, 137, 28, 0.7);

}


.item-callback__call {
    border: 1px solid #f1891c;
    padding: 10px 15px;
    color: #f1891c;
}
.item-callback__call:hover {
    opacity: 0.8;
    cursor: pointer;
}



