@font-face {
    font-family: 'IBMPlexSans-Regular';
    src: url('../fonts/IBMPlexSans-Regular.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-Regular.woff') format('woff'),
    url('../fonts/IBMPlexSans-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'IBMPlexSans-Bold';
    src: url('../fonts/IBMPlexSans-Bold.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-Bold.woff') format('woff'),
    url('../fonts/IBMPlexSans-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'IBMPlexSans-Medium';
    src: url('../fonts/IBMPlexSans-Medium.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-Medium.woff') format('woff'),
    url('../fonts/IBMPlexSans-Medium.ttf') format('truetype')
}


@font-face {
    font-family: 'IBMPlexSans-Light';
    src: url('../fonts/IBMPlexSans-Light.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-Light.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-Light.woff') format('woff'),
    url('../fonts/IBMPlexSans-Light.ttf') format('truetype')
}

@font-face {
    font-family: 'IBMPlexSans-ExtraLight';
    src: url('../fonts/IBMPlexSans-ExtraLight.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-ExtraLight.woff') format('woff'),
    url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-SemiBold';
    src: url('../fonts/IBMPlexSans-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
    url('../fonts/IBMPlexSans-SemiBold.woff') format('woff'),
    url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: 'MontserratAlternates-Bold';
    src: url('../fonts/MontserratAlternates-Bold.eot') format('embedded-opentype'),
    url('../fonts/MontserratAlternates-Bold.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-Bold.woff') format('woff'),
    url('../fonts/MontserratAlternates-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'MontserratAlternates-Regular';
    src: url('../fonts/MontserratAlternates-Regular.eot') format('embedded-opentype'),
    url('../fonts/MontserratAlternates-Regular.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-Regular.woff') format('woff'),
    url('../fonts/MontserratAlternates-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'MontserratAlternates-SemiBold';
    src: url('../fonts/MontserratAlternates-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/MontserratAlternates-SemiBold.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-SemiBold.woff') format('woff'),
    url('../fonts/MontserratAlternates-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: 'MontserratAlternates-Medium';
    src: url('../fonts/MontserratAlternates-Medium.eot') format('embedded-opentype'),
    url('../fonts/MontserratAlternates-Medium.woff2') format('woff2'),
    url('../fonts/MontserratAlternates-Medium.woff') format('woff'),
    url('../fonts/MontserratAlternates-Medium.ttf') format('truetype')
}

html, body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0 auto;
}

main {
    display: block;
    min-height: 55vh;
}

.container {
    max-width: 1280px;
    padding: 20px 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1 {
    font-family: 'MontserratAlternates-Bold';
}

h3 {
    font-family: 'MontserratAlternates-Bold';
    font-size: 28px;
}



a {
    background-color: transparent;
    cursor: pointer;
	color: inherit;
}

p {
    font-family: 'IBMPlexSans-Regular';
    font-size: 18px;
    line-height: 23px;
    color: #021221;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

* {
    box-sizing: border-box;
}



button,
input {
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

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

template {
    display: none;
}

[hidden] {
    display: none;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
/* a.asc:after, a.desc:after { */
    /* content: ''; */
    /* left: 3px; */
    /* display: inline-block; */
    /* width: 0; */
    /* height: 0; */
    /* border: solid 5px transparent; */
    /* margin: 4px 4px 2px 4px; */
    /* background: transparent; */
/* } */

/* a.asc:after { */
    /* border-bottom: solid 7px #212529; */
    /* border-top-width: 0; */
/* } */

/* a.desc:after { */
    /* border-top: solid 7px #212529; */
    /* border-bottom-width: 0; */
/* } */

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.button {
    width: 185px;
    height: 45px;
    left: 40px;
    top: 523px;
    border: 2px solid #EE4323;
    border-radius: 4px;
    font-family: 'IBMPlexSans-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #EE4323;
}

.button-red {
    margin-right: 12px;
    background-color: #EE4323;
    color: white;
}

.button-red:hover {
	background-color: #FFFBFA;
	border: 2px solid #EE4323;
	color: #EE4323;
}

.button-red-mobile {
    display: none;
}

.mobile-catalog {
    display: none;
}

.button-white {
	background-color:#FFFBFA;
	color: #EE4323;
}

.button-white:hover {
	background-color: #EE4323;
	color: white;
}


@media only screen and (max-width: 1280px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

/*============= MAIN TOP ===================*/
.layout_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-top {
    z-index: 1030;
    height: 133px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.header-top .container {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}

.container-left, .container-right {
    border: 2px solid #EEEEEE;
    box-shadow: 0 0 3px rgba(186, 186, 212, 0.95);
    border-radius: 8px;
    padding: 10px;
    width: calc(100% / 2 - 10px);
}

.p_header-top {
    color: #002144;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/*============= MAIN ===================*/

main > .container {
    margin-top: 8px;
    margin-bottom: 20px;
}

.main-top_left, .main-top_right {
    height: auto;
    width: calc(100% / 2 - 23px);
}

.main-top_mobile {
    display: none;
}

.main-top img {
    width: 100%;
    height: auto;
}

.h1-main {
    font-size: 38px;
}

.p-main {
    font-family: 'IBMPlexSans-Regular';
    font-size: 18px;
}

/*============= NAV===================*/

.top-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #EE4323;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

.container-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.header-menu ul {
    font-family: 'IBMPlexSans-Medium';
    font-size: 18px;
    line-height: 23px;
    color: white;
    list-style: none;
    margin: 0;
    display: flex;
}

.menu-link-a {
    display: flex;
    text-decoration: none;
    color: white !important;
    transition: 0.4s;
    transition-property: background, color;
    user-select: none;
    height: 65px;
    align-items: center;
}

.header-menu .menu-link:not(.red) {
	color: black;
	padding-left: 32px;
}

.header-menu-touch {
    width: 32px;
    height: 32px;
    margin-left: auto;
    display: none;
    align-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
    border: 0 solid orange;
}
.header-menu-touch span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 10px;
    transition: 0.4s;
    margin-bottom: 5px;
}
.open.header-menu-touch > span:nth-child(1) {
    background-color: black;
    margin-top: -6px;
    transform: translateY(19.5px) rotate(-45deg);
}
.open.header-menu-touch > span:nth-child(3) {
    background-color: black;
    margin-top: 23px;
    transform: translateY(-19.5px) rotate(45deg);
}
.open.header-menu-touch > span:nth-child(2) {
    opacity: 0;
}

.menu-link-red {
    display: none;
    background-color: #EE4323;
}

.tel {
    display: none;
}

.container-menu .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.container-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.container-menu .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.container-menu .menu-icon .navicon:before,
.container-menu .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.container-menu .menu-icon .navicon:before {
    top: 5px;
}

.container-menu .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.container-menu .menu-btn {
    display: none;
}

.container-menu .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.container-menu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.container-menu .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.container-menu .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.container-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.container-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 768px) {
    .navbar li {
        float: left;
    }
    .navbar li a {
        padding: 20px 30px;
    }
    .navbar .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .navbar .menu-icon {
        display: none;
    }
}

/*============= MAIN TOP ===================*/
.main-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

/*============= BANNER ===================*/
.banner {
    height: auto;
    background-color: #F8F8FF;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.banner .container {
    display: flex;
    justify-content: space-between;
    padding: 32px 111px;
}
.banner-item {
    display: flex;
    justify-content: space-between;
    flex: 0 1 calc((100% - 2 * 24px) / 3);
}

.p-banner {
    font-family: 'IBMPlexSans-Regular';
    font-size: 18px;
    line-height: 23px;
    color: #021221;
    margin: 0;
}

.banner-item:not(:nth-child(3)) {
    margin-right: 48px;
}

.banner-item-img {
    margin-right: 28px;
}

/*============= CATALOG ===================*/

.catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container-catalog {
    padding: 48px 0;
}

.catalog-h2 {
    font-family: 'MontserratAlternates-Bold';
    font-size: 26px;
    line-height: 32px;
    color: #051B30;
    margin-bottom: 28px;
}

.catalog-card {
    width: 226px;
    height: 303px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 4px 4px 4px rgba(154, 153, 184, 0.25);
    border-radius: 8px;
}

.catalog-card-link {
	
}

.catalog-card img {
	border-radius: 8px 8px 0 0;
}

.catalog-card-text {
    padding: 10px 15px 11px 15px;
}

.catalog-title {
    font-family: 'IBMPlexSans-Medium';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    margin-bottom: 7px;
}

.catalog-description {
    font-family: 'IBMPlexSans-Light';
    font-size: 17px;
    line-height: 23px;
    color: #515151;
}

/*============= PAGES ===================*/
.pages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 48px 0 7px 0;
}

.page-hidden {
	display: none;
}

.pages-item {
    width: 576px;
    height: 586px;
    border: 1px solid #EEEEEE;
    box-shadow: 4px 4px 4px rgba(154, 153, 184, 0.25);
    border-radius: 8px;
    margin-bottom: 41px;
}

.pages-item img {
    border-radius: 8px 8px 0 0;
}

.pages-item-text {
    padding: 33px 30px;
    flex-direction: column;

}

.top-blue-bold {
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 18px;
}

.top-orange {
    color: #EE4323;
}

.top-blue {
    font-family: 'IBMPlexSans-ExtraLight';
}

.pages-title {
    font-family: 'MontserratAlternates-Bold';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
	text-transform: uppercase;
}

.page-hidden {
	margin-left: -50px;
}

.pages-item-text span {
    font-family: 'IBMPlexSans-Regular';
    font-size: 18px;
    line-height: 190.18%;
    color: #051B30;
}

.pages-item-a:hover{
	color: #021221;
}

.pages-item-link {
    font-family: 'IBMPlexSans-SemiBold';
	text-decoration: none;
    border-bottom: 3px solid #EE4323;
	padding-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.075em;
    color: #EE4323;
    margin-bottom: 5px;
}

.pages-item-link:hover {
    font-family: 'IBMPlexSans-SemiBold';
	text-decoration: none;
	border:0;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.075em;
    color: #EE4323;
    margin-bottom: 5px;
}

.bottom-red {
    background-color: #EE4323;
    height: 2px;
    width: 185px;
    margin-left: 0;
    margin-top: 5px;
}

.for-margin {
    margin-top: 27px;
}

/*============= BRANDS ===================*/

.brands {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 355px;
    border: 1px solid #EEEEEE;
    box-shadow: 4px 4px 4px rgba(154, 153, 184, 0.25);
    padding: 33px 29px;
    margin-bottom: 48px;
}

.brands-h2 {
    font-family: 'MontserratAlternates-Bold';
    font-size: 26px;
    line-height: 32px;
    color: #0E2E41;
}

.images-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ramay {

    margin-left: -35px;
}

.obninsk {
    margin-left: -19px;
}

/*============= CONTACTS ===================*/

.contacts {
    display: flex;
    justify-content: space-between;
}

.contacts-right, .contacts-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
    box-shadow: 4px 4px 4px rgba(154, 153, 184, 0.25);
    border-radius: 8px;
    padding: 0;
    flex: 0 1 calc((100% - 2 * 24px) / 2);
}


.contacts-left {
    margin-right: 48px;
}

.contacts-text {
    padding: 33px 30px;
}

/*============= FOOTER ===================*/
.footer {
    background-color: #9695A6;
    font-size: .9em;
}

.container-footer-mobile {
    display: none;
}

.container-footer-desktop {
    display: flex;
    justify-content: space-between;
    height: 403px;
    padding: 48px 40px 48px;
}

.footer-block-title {
    font-family: 'MontserratAlternates-SemiBold';
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-email {
	font-family: 'IBMPlexSans-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer-email:hover {
	color: white;
	text-decoration: underline;
}

.footer-block {
    display: flex;
    flex-direction: column;
    max-width: 310px;
}

.footer-block p {
    font-family: 'IBMPlexSans-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer-menu-link {
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-menu-link:hover {
	color: white;
}

.instagram_white {
    margin-right: 12px;
}

.button-footer {
    width: 185px;
    height: 45px;
    background-color: #9695A6;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
	color: white;
}

.button-footer:hover {
	background-color: white;
	color: #9695A6;
}

.button-footer a:hover{
	color: #9695A6;
}

/* .button-footer-link { */
    
/* } */

/* .button-footer-link:hover { */
	
/* } */

@media only screen and (max-width:767px) {
    .container {
        padding: 16px 15px;
    }
    .header-top {
        display: none;
    }

    .fixed-top {
        top: 0;
    }

    .fixed-top a {
        padding: 0;
    }

    .navbar .container {
        margin: 0;
        padding: 11px 15px;
        height: 70px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar-brand {
        width: 231px;
        margin: 0;
    }
	

    #w0-collapse {
        background-color: #EE4323;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	h1 {
		font-size: 23px;
	}
	
	h2 {
		font-size: 20px;
	}
	
    .container {
        overflow: hidden;
    }
    .desctop-catalog {
        display: none;
    }

    main > .container {
        margin-top: 70px;
    }

    .main-top .desctop {
        display: none;
    }

    .main-top {
        flex-direction: column;
    }

    .p-main {
        margin-bottom: 20px;
    }
	
	.button-link {
		width: 100%;
	}

    .button {
        width: 100%;
    }
	
	.button-red-mobile-menu {
		margin-top: 25px;
	}

    .main-top .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

/*============= HEADER MOBILE MENU ==================*/

	.header-menu .menu-link:not(.red) {
		height: 45px;
		padding: 0;
	}

    .top-wrapper {
        position: fixed;
        top: 0;
        z-index: 950;
    }

    .header-menu-touch {
        position: fixed;
		top: 24px;
        right: 30px;
        display: flex;
        z-index: 1015;
    }
    .header-menu {
        display: none;
    }
    .header-menu ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        z-index: 999;
		padding:24px 30px;
    }

    .tel {
        display: block;
    }

    .header-menu ul>li .tel {
        font-family: 'IBMPlexSans-Bold';
        font-size: 18px;
    }
    .header-menu .menu-link img {
        margin-right: 18px;
    }

    .header-menu ul>li .span-tel {
        font-family: 'IBMPlexSans-Regular';
        font-size: 18px;
    }
	
	.header-menu-ul {
		padding: 20px 15px;
	}

    .menu-link-red {
        display: list-item;
        background-color: white;
		margin-bottom: 24px;
    }

    .menu-link-a {
        color: black !important;
        transition-property: color;
    }
    .menu-link-a:hover, .menu-link-a.active {
		text-decoration: underline;
        background: none;
    }

    .main-top_mobile {
        display: flex;
        margin-bottom: 24px;
    }

    .main-top_right, .main-top_left {
        width: auto;
    }
	
		.button-red-mobile-menu {
		padding-bottom: 200px !important;
	}


/*=============END HEADER MOBILE MENU ===================*/
/*============= CATALOG SLIDER ===================*/
    .mobile-catalog {
        display: flex;
        flex-direction: column;
    }

    .mobile-slider {
        margin: auto;
        width: 100%;
        max-width: 780px;
    }

    .mobile-slider .slick-slide {
        width: 226px;
    }

    .mobile-slider .slick-slide {
        margin-right: 16px;
    }

    .container-catalog {
        padding: 24px 0;
    }

    .catalog-description {
        color: #515151;
    }

    .slick-list {
        overflow: visible !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

/*============= END CATALOG SLIDER ===================*/
/*============= BANNER ===================*/

    .banner .container {
        flex-direction: column;
        padding: 24px 15px;
    }

    .banner-item:nth-last-child(n+2) {
        margin-bottom: 24px;
    }

    .banner-item {
        justify-content: left;
        align-items: center;
    }

/*=============END BANNER ===================*/
/*============= PAGES ===================*/
    .pages {
        padding-top: 24px;
    }
    .pages-item {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .pages-item img {
        width: 100%;
        /*height: 288px;*/
    }
	
/*============= END PAGES ===================*/

    .button-red-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-red {
        margin: 0 0 16px 0;
    }

    .h1-main {
        font-size: 23px;
    }
    .catalog-h2 {
        font-size: 23px;
    }

/*============= BRANDS ===================*/
    .brands {
        height: auto;
        align-items: center;
    }

    .brands .images-logo {
        flex-direction: column;
    }

    .images-logo {
        margin-bottom: 25px;
    }

    .brands-h2 {
        margin-bottom: 25px;
    }

    .ramay {
        margin-left: 0;
    }

    .obninsk {
        margin-left: 0;
    }

    .images-logo img:not(:last-child) {
        margin-bottom: 25px;
    }

/*============= END BRANDS ===================*/
/*============= CONTACTS ===================*/
    .contacts {
        flex-direction: column;
    }

    .contacts-left {
        margin: 0 0 20px 0;
    }

    .contacts-text {
        padding: 24px 15px;
    }

    .container-footer {
        flex-direction: column;
    }
    /*============= END CONTACTS ===================*/
    /*============= FOOTER ===================*/
    .container-footer-desktop {
        display: none;
    }

    .container-footer-mobile {
        display: flex;
        flex-direction: column;
    }

    .button-footer {
        width: 100%;
        margin-bottom: 36px;
    }

    .footer-mobile-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-block {
        max-width: 100%;
    }

    .footer-block-title {
        font-family: 'MontserratAlternates-Medium';
        font-size: 17px;
        Line-height: 20px;
    }

    .footer-block-menu {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .header-menu {
        display: none;
    }

    .header-menu-touch {
        position: fixed;
        right: 10px;
        display: flex;
        margin-top: 5px;
        z-index: 1015;
    }

    /*============= CATALOG SLIDER ===================*/
    .mobile-catalog {
        display: flex;
        flex-direction: column;
    }

    .desctop-catalog {
        display: none;
    }
}