/* ==========================================================================
   Основные стили сайта
   ========================================================================== */

* {box-sizing:border-box;}
html, body {margin:0px; padding:0px; font-family: 'Proxima Nova'; font-size:14px; line-height:18px; color:#000; background:#fff; height:100%;}
html.fancybox-lock {overflow:visible !important;}
html.fancybox-lock body {position:relative;}
a {color:#000000; outline:none; text-decoration:underline;}
a:hover {text-decoration:none;}
a img {border:none;}
img {vertical-align:middle;}
hr {display:block; height:1px; border:0 none; border-top:1px solid #ccc; margin:0px; padding:0px;}
p {margin:15px 0px; padding:0px;}
h1 {font-size:36px; line-height:42px; color:#fff; font-weight:bold; font-family: 'Bebas Neue'; margin:0px; padding:0px;}
h2 {font-size:24px; line-height:30px; color:#fff; font-weight:bold; font-family: 'Bebas Neue'; margin:0px; padding:0px;}
h3 {font-size:18px; line-height:24px; color:#fff; font-weight:bold; font-family: 'Bebas Neue'; margin:0px; padding:0px;}
menu {margin:0px; padding:0px; list-style-type:none;}
ul {margin:25px 0px 25px 30px; padding:0px; list-style-type:disc;}
ol {margin:25px 0px 25px 30px; padding:0px; list-style-type:decimal;}
ol li, ul li {margin:0px; padding:0px;}
ol ol, ul ul {margin:6px 0px 6px 30px;}
form {margin:0px; padding:0px;}
button, input, select, textarea {outline:none; font-family: 'Proxima Nova';}
textarea {overflow:auto; resize: vertical;}
table {margin:0px; padding:0px; border:none; border-collapse:collapse;}
table td, table th {margin:0px; padding:0px; border:none; border-collapse:collapse; text-align:left; vertical-align:top; font-weight:normal;}
.transition, .transition * {transition:all 0.2s ease 0s;}



/* ==========================================================================
   Структура сайта
   ========================================================================== */

main {min-height:100%; min-width:990px; position:relative;}
.clear.clear-footer {height:100px;}
.site-wrap {width:100%; max-width:1280px; margin:0px auto; padding:0px 20px;}



/* ==========================================================================
   Шапка сайта (удаляем в процессе работы, это код пример)
   ========================================================================== */

.header {position: fixed; left: 0; top: 0; right: 0; height: 62px; background: #ffffff; z-index: 10; box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);}
.header .inner {display: flex; justify-content: space-between; align-items: center; height: 62px;}
.header .inner .hamburger {display: none; cursor: pointer;}
.header .inner .hamburger .bar {display: block; width: 25px; height: 3px; margin: 2px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: black; border-radius: 10px;}
.header .inner .hamburger .bar:nth-child(2) {width: 12.5px; display: inline-block}
.header .inner .logo {display: flex; justify-content: center; align-items: center; height: 100%;}
.header .inner .logo a {display: inline-block; width: 152px; height: 100%; background: url(../images/martinex-logo-black.svg) no-repeat center center / contain;}
.header .inner .right {display: flex; justify-content: flex-end; align-items: center;}
.header .inner .right menu {display: flex; justify-content: space-between; align-items: center; margin-right: 160px;}
.header .inner .right menu .social-icons {display: none;}
.header .inner .right menu .logo {display: none;}
.header .inner .right menu ul {list-style: none;display: flex; justify-content: space-between; align-items: center;}
.header .inner .right menu ul li {height: 100%; margin-right: 30px;}
.header .inner .right menu ul li:last-child {margin-right: 0px; display: none;}
.header .inner .right menu ul li a {display: inline-block; height: 100%; padding: 20px; font-size: 14px; font-weight: 700; line-height: 24px; color: #AAAAAA; text-decoration: none; transition: all 0.2s ease;}
.header .inner .right menu ul li a:hover {color: #000000;}
.header .inner .right .tel a {position: relative; display: inline-block; height: 100%; padding: 20px 0px; font-style: normal; font-weight: 700; font-size: 14px; line-height: 24px; color: #000; text-decoration: none; transition: all 0.2s ease;}
.header .inner .right .tel a:before {content: ''; position: absolute; display: block; left: 0; bottom: 20px; width: 0; height: 1px; background: #000; transition: all 0.2s ease;}
.header .inner .right .tel a:hover::before {width: 100%;}

@media only screen and (max-width: 767px) {
   .header {height: 50px; width: 100%;}
   .header .site-wrap {padding: 0;}
	.header .inner {height: 50px; width: 100%; justify-content: space-between; padding: 0 10px;}
   .header .inner .logo { width: 86px; margin-left: 70px; }
   .header .inner .right .logo {margin-left: 0;}
   .header .inner .hamburger {display: block;}
   .header .inner .hamburger.active .bar {display: block; margin: 5px auto;}
   .header .inner .hamburger.active .bar:nth-child(2) {opacity: 0;}
   .header .inner .hamburger.active .bar:nth-child(1) {transform: translateY(8px) rotate(45deg); width: 25px;}
   .header .inner .hamburger.active .bar:nth-child(3) {transform: translateY(-8px) rotate(-45deg);}
   .header .inner .right {width: 100px;}
   .header .inner .right menu ul {flex-direction: column; align-items: flex-start; margin: 30px 0 0 0; width: 100%;}
   .header .inner .right menu { margin-right: -10px; position: fixed; opacity: 0; visibility: hidden; top: 50px; gap: 0; flex-direction: column; background-color: #000; width: 100%; height: calc(100% - 10px); text-align: center;transition: all 0.3s ease;  align-items: flex-start;}
   .header .inner .right menu ul li:last-child { align-items: flex-end;}
   .header .inner .right menu ul li {width: 100%;}
   .header .inner .right menu ul li a {color: white; width: 100%; text-align: start;}
   .header .inner .right menu ul .main-icon {width: 145px; height: 100%; background: url(../images/menu-logo.png) no-repeat center center / contain; display: flex; align-items: center;}
   .header .inner .right menu.active {opacity: 0.9;  visibility: visible; width: 100%;}
   .header .inner .right menu .bottom-section {width: 100%; height: 180px;}
   .header .inner .right menu .bottom-section .logo {display: flex; justify-content: center; align-items: flex-end; width: 100%; height: 18px;}
   .header .inner .right menu .bottom-section .logo a { display: inline-block; background: url(../images/martinex-logo-white.svg) no-repeat center center / contain; margin-bottom: 30px;}
   .header .inner .right menu .bottom-section .social-icons {display: flex; justify-content: center; align-items: center; width: 100%;}
   .header .inner .right menu .bottom-section .social-icons .item {margin: 6px;}
   .header .inner .right menu .bottom-section .social-icons .item a {display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; border-radius: 100%; border: 1px solid #333333; transition: all 0.2s ease;}
   .header .inner .right menu .bottom-section .social-icons .item .inst::before {content: ''; width: 20px; height: 20px; background: url(../images/inst.svg) no-repeat center / contain; transition: all 0.2s ease;}
   .header .inner .right menu .bottom-section .social-icons .item .vk::before {content: ''; width: 20px; height: 20px; background: url(../images/vk.svg) no-repeat center / contain; transition: all 0.2s ease;}
   .header .inner .right menu .bottom-section .social-icons .item .tg::before {content: ''; width: 20px; height: 20px; background: url(../images/tg.svg) no-repeat center / contain; transition: all 0.2s ease;}
   .header .inner .right menu .bottom-section .social-icons .item .ok::before {content: ''; width: 20px; height: 20px; background: url(../images/ok.svg) no-repeat center / contain; transition: all 0.2s ease;}
   .header .inner .right menu .bottom-section .social-icons .item .youtube::before {content: ''; width: 20px; height: 20px; background: url(../images/youtube.svg) no-repeat center / contain; transition: all 0.2s ease;}
   .no_scroll{overflow: hidden;}
   .header .inner .right .tel a { width: 105px; height: 24px; padding: 0; line-height: normal; font-size: 12px; line-height: 24px;}
}



/* ==========================================================================
   Интро блок
   ========================================================================== */


.mesaltera-landing .intro {display: flex; align-items: center; width: 100%; height: 100vh; background: url(../images/intro-bg-1440-updated4.jpg) no-repeat top center / cover; margin-top: 55px;}
.mesaltera-landing .intro .intro-block {display: flex; flex-direction: column; align-items: center; width: 679px; margin-left: 126px;}
.mesaltera-landing .intro .intro-block .mesaltera-logo {width: 269px; height: 126px; background: url(../images/ma-logo.svg) no-repeat center / contain; margin-bottom: 55px;}
.mesaltera-landing .intro .intro-block h1 {font-family: 'Bebas Neue'; font-style: normal; font-weight: 700; font-size: 54px; line-height: 70px; color: #000; margin-bottom: 40px;}
.mesaltera-landing .intro .intro-block .text {font-style: normal; font-weight: 400; font-size: 27px; line-height: 35px; text-align: center;}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
   .mesaltera-landing .intro {background: url(../images/intro-bg-1440-updated4.jpg) no-repeat center / cover;}
   .mesaltera-landing .intro .intro-block {margin-left: 26px;}
}

@media only screen and (max-width: 767px) {
   .mesaltera-landing .intro {justify-content: center; width: 100%; background: url(../images/intro-bg-mobile-updated1.jpg) no-repeat center center / cover; margin: 50px 0 -3px 0;}
   .mesaltera-landing .intro .intro-block { width: 316px; height: 240px; margin-left: 0; margin-bottom: 482px; margin-top: 66px;}
   .mesaltera-landing .intro .intro-block .mesaltera-logo {width: 172.66px; height: 81.14px; background: url(../images/ma-logo.svg) no-repeat center / contain; margin-bottom: 21px;}
   .mesaltera-landing .intro .intro-block h1 { font-size: 25px; line-height: 32.5px; color: #000; margin-bottom: 21px; display: flex; justify-content: center; align-items: center;}
	.mesaltera-landing .intro .intro-block .text {font-size: 12px; line-height: 15.6px; text-align: center;}
}



/* ==========================================================================
   О бренде блок
   ========================================================================== */

.mesaltera-landing .about .top {position: relative; height: 383px; background: #fff;}
.mesaltera-landing .about .top .site-wrap {background: #F1E5D7; max-width: 1920px; position: absolute; top: 195px; display: flex; justify-content: flex-start; padding-right: 300px;}
.mesaltera-landing .about .top .info-block { display: flex; align-items: center; justify-content: start; }
.mesaltera-landing .about .top .info-block .left {  padding: 40px 135px; border-radius: 4px; margin-left: 200px;}
.mesaltera-landing .about .top .info-block .left .text {width: 588px;}
.mesaltera-landing .about .top .info-block .left .text p {font-style: normal; font-weight: 400; font-size: 18px; line-height: 23px; color: #000000; margin-bottom: 30px;}
.mesaltera-landing .about .top .info-block .left .text p:last-child {margin-bottom: 0;}
.mesaltera-landing .about .top .info-block .right {position: absolute; display: flex; justify-content: center; align-items: center; background: #fff; width: 501px; height: 501px; box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05); border-radius: 100%; left: 980px;}
.mesaltera-landing .about .top .info-block .right .img {width: 501px; height: 501px; background: url(../images/about-first2.jpg) no-repeat center center / contain; border-radius: 50%; overflow: hidden;}
.mesaltera-landing .about .center {height: 507px; width: 100%; background: url(../images/about-pack.jpg) no-repeat center center / contain; margin: 300px 340px 150px 0;}
.mesaltera-landing .about .bottom {position: relative; height: 258px; background: #fff;  margin-bottom: 100px;}
.mesaltera-landing .about .bottom .site-wrap {background: #F1E5D7; max-width: 1920px; display: flex; justify-content: center; height: 414px; }
.mesaltera-landing .about .bottom .info-block {position: relative; display: flex; align-items: center; }
.mesaltera-landing .about .bottom .info-block .left { z-index: 1; left: 0; bottom: -280px; display: flex; justify-content: center; align-items: center; background: #fff; width: 501px; height: 501px;  border-radius: 100%;box-shadow: 0px 1px 40px rgb(0 0 0 / 5%);}
.mesaltera-landing .about .bottom .info-block .left .img {width: 278px; height: 391px; background: url(../images/about-2.png) no-repeat center center / cover;}
.mesaltera-landing .about .bottom .info-block .right { background: #F1E5D7; padding: 0 0 0 100px; border-radius: 4px;}
.mesaltera-landing .about .bottom .info-block .right .text {width: 588px;}
.mesaltera-landing .about .bottom .info-block .right .text p {font-style: normal; font-weight: 400; font-size: 18px; line-height: 23px; color: #000000; margin-bottom: 30px;}
.mesaltera-landing .about .bottom .info-block .right .text p:last-child {margin-bottom: 0;}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
   .mesaltera-landing .about .top .info-block .right {right: 100px; left: auto;}
   .mesaltera-landing .about .top .info-block .left {margin-left: 0;}
   .mesaltera-landing .about .center {margin: 300px 90px 150px 0px;}
   .mesaltera-landing .about .bottom .info-block .right {padding: 0 0 0 30px;}
}

@media only screen and (max-width: 767px) {
   .mesaltera-landing .about .top {width: 100%; height: 151px; background-color: #F1E5D7;}
   .mesaltera-landing .about .top .info-block {position: absolute; top: -150px; right: 10px; background-color: #fff; border-radius: 4px; }
   .mesaltera-landing .about .top .info-block .left {padding: 10px 10px; width: 345px; height: 100%; background-color: #fff; margin-left: 0; box-shadow: 10px 2px 40px rgb(0 0 0 / 10%)}
   .mesaltera-landing .about .top .info-block .left .text { width: 315px; height: 100%; }
   .mesaltera-landing .about .top .info-block .left .text p {font-size: 12px; line-height: 15.6px; }
   .mesaltera-landing .about .top .info-block .left .text p:last-child {margin-bottom: 30px;}
   .mesaltera-landing .about .bottom {height: 151px; width: 100%; background-color: #F1E5D7; margin-bottom: 0; }
   .mesaltera-landing .about .bottom .info-block .left { width: 196px; height: 196px; position: absolute; bottom: 310px; left: 0;box-shadow: 1px 5px 20px rgb(0 0 0 / 15%);}
   .mesaltera-landing .about .bottom .info-block .left .img { width: 122.78px; height: 87.25px; }
	.mesaltera-landing .about .center { height: 598.73px; width: 100%; background: url(../images/about-pack-mobile.jpg) no-repeat center center / contain; margin: 323px 0 242px 0;}
   .mesaltera-landing .about .top .info-block .right {width: 196px; height: 196px; position: absolute; top: 244px; left: 140px; border-radius: 100%;}
   .mesaltera-landing .about .top .info-block .right .img {width: 196px; height: 196px;  background: url(../images/about-first-mobile1.jpg) no-repeat center center / contain; overflow: hidden; border-radius: 50%;}
   .mesaltera-landing .about .top .info-block .right .float-circle {float: right; shape-outside: circle(50%); }
   .mesaltera-landing .about .bottom .site-wrap {height: 151px;}
   .mesaltera-landing .about .bottom .info-block {position: absolute; bottom: -48px; left: 20px;}
   .mesaltera-landing .about .bottom .info-block .right { position: relative;bottom: 90px; padding: 30px 19.5px; background-color: #fff; box-shadow: 10px 2px 40px rgb(0 0 0 / 10%);} 
   .mesaltera-landing .about .bottom .info-block .right .text {width: 276px; height: 100%; }
   .mesaltera-landing .about .bottom .info-block .right .text p {font-size: 12px; line-height: 15.6px;}
   .mesaltera-landing .about .bottom .info-block .right .text p:last-child {margin: 0;}
}



/* ==========================================================================
   Преимущества
   ========================================================================== */

.mesaltera-landing .benefits {padding: 170px 0 95px 0;}
.mesaltera-landing .benefits .title {font-family: 'Bebas Neue'; font-style: normal; font-weight: 700; font-size: 54px; line-height: 70px; color: #000000; text-align: center; margin-bottom: 50px;}
.mesaltera-landing .benefits .top {width: 100%; height: 1267px; background: url(../images/benefits-bg1-top-1440.jpg) no-repeat right center / cover;}
.mesaltera-landing .benefits .top .site-wrap {display: flex; justify-content: start; align-items: center; height: 100%;}
.mesaltera-landing .benefits .top .main-benefits {display: flex; flex-direction: column; align-items: end; justify-content: center; }
.mesaltera-landing .benefits .top .main-benefits .benefit-item {width: 720px; padding: 80px 45px; background: #fff; margin-bottom: 60px; box-shadow: 0px 20px 40px rgb(0 0 0 / 5%)}
.mesaltera-landing .benefits .top .main-benefits .benefit-item:last-child {margin-bottom: 0;}
.mesaltera-landing .benefits .top .main-benefits .benefit-item p {font-style: normal; font-weight: 400; font-size: 30px; line-height: 39px; text-align: center; color: #000000;}
.mesaltera-landing .benefits .bottom {padding-top: 40px; display: none;}
.mesaltera-landing .benefits .bottom .items {display: flex; flex-direction: column; padding: 0 110px;}
.mesaltera-landing .benefits .bottom .items .item {display: flex; justify-content: start; align-items: center; margin-bottom: 80px;}
.mesaltera-landing .benefits .bottom .items .item:last-child {margin-bottom: 0;}
.mesaltera-landing .benefits .bottom .items .item .icon {width: 104px; height: 104px; background: url(../images/ma-bullit.svg) no-repeat center center / contain; margin-right: 40px;}
.mesaltera-landing .benefits .bottom .items .item .text {font-style: normal; font-weight: 400; font-size: 24px; line-height: 31px; color: #000000; max-width: 490px;}
.mesaltera-landing .benefits .bottom .items .item.reverse {flex-direction: row-reverse; justify-content: end;}
.mesaltera-landing .benefits .bottom .items .item.reverse .icon {margin-right: 0;}
.mesaltera-landing .benefits .bottom .items .item.reverse .text {margin-right: 40px;}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
   .mesaltera-landing .benefits .top {width: 100%; height: 1124px;}
   .mesaltera-landing .benefits .top .main-benefits .benefit-item {max-width: 616px;}
}

@media only screen and (max-width: 767px) {
   .mesaltera-landing .benefits {padding: 50px 0 0 0; width: 100%;}
	.mesaltera-landing .benefits .title {font-size: 18px; line-height: 23.4px; margin: 0 50px; height: 46px; display: flex; justify-content: center; align-items: center;}
   .mesaltera-landing .benefits .top .site-wrap {justify-content: start; width: 100%;}
   .mesaltera-landing .benefits .top { width: 100%; background: url(../images/benefits-bg-mobile-updated2.jpg) no-repeat top center / cover; margin-bottom: 50px; max-width: 767px; max-height: 1000px;}
   .mesaltera-landing .benefits .top .main-benefits {align-items: center; margin-top: 400px; width: 100%;}
   .mesaltera-landing .benefits .top .main-benefits .benefit-item {width: 267px; height: 116px; padding: 0 0; margin-bottom: 30px;}
   .mesaltera-landing .benefits .top .main-benefits .benefit-item p {font-size: 14px; line-height: 18.2px; padding: 15px 15px;}
   .mesaltera-landing .benefits .bottom .site-wrap { padding: 0;}
   .mesaltera-landing .benefits .bottom .items {padding: 0; width: 375px; padding: 0 20px;}
   .mesaltera-landing .benefits .bottom .items .item {width: 276px; height: 59px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; margin-left: 20px;}
   .mesaltera-landing .benefits .bottom .items .item .icon {width: 59px; height: 59px; background: url(../images/benefits-bottom-icon.jpg) no-repeat center center / cover;   flex-shrink: 0;} 
   .mesaltera-landing .benefits .bottom .items .item .text {font-size: 12px; line-height: 15.6px;}
   .mesaltera-landing .benefits .bottom .items .item.reverse {justify-content: center;}
   .mesaltera-landing .benefits .bottom .items .item:last-child {margin-bottom: 40px;}

}



/* ==========================================================================
   Продукты
   ========================================================================== */

.mesaltera-landing .products {height: 1209px; }
.mesaltera-landing .products-slider {padding: 0 0 0 150px;}
.mesaltera-landing .products #products {position: relative; top: -90px; visibility: hidden; }
/* padding: 0 100px; */
.mesaltera-landing .products .site-wrap {padding: 0; max-width: 100%;}
.mesaltera-landing .products .products-slide .slide .product-item .img-block .img {height: 342px; width: 305px;;}  
.swiper {width: 100%; height: 909px;margin: 50px;}
.mesaltera-landing .swiper-wrapper {height: 81%;}
.swiper-slide {width: 100%; text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center; -ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img {display: block; height: 100%;object-fit: cover;}
.swiper-slide a {text-decoration: none; height: 660px; width: 100%; user-select: none; background-color: #fff; border-radius: 20px; box-shadow: 0px 2px 2px 1px rgb(243, 241, 241);}
.swiper-slide a .info-block .product-name {font-size: 20px; line-height: 26px; font-weight: 700; margin-top: 10px; padding: 0 20px;}
.swiper-slide a .info-block .product-text {text-align: start; font-size: 14px; line-height: 18px; margin: 15px 0 0 0; padding: 0 20px;}
.mesaltera-landing .site-wrap .shop-button .catalog { left: 150px; transition: all 0.2s ease; background-color: #000;color: white;border-radius: 50px; padding: 30px 95px;text-decoration: none;position: relative;top: -96px; z-index: 2; font-weight: 700; font-size: 18px; line-height: 24px;}
.mesaltera-landing .site-wrap .shop-button .catalog:hover {background: #E7E7EB; color: #000;}
.mesaltera-landing .products .ma-decor { position: relative; top: -34px; right: 200px; background: url(../images/products-ma.jpg) no-repeat left center / contain; width: 518.83px; height: 259.8px; margin-left: auto; z-index: 1;}
.swiper-buttons {position: absolute; bottom: 40px; right: 150px;}
.swiper-button-prev::after { font-size: 0 !important; background: url(../images/arrow-left.png) no-repeat center center / cover; border-radius: 50px; padding: 35px 60px; z-index: 1; color: black; margin-right: 500px;}
.swiper-button-next::after { font-size: 0 !important; position: absolute; left: -90px; background: url(../images/arrow-right.png) no-repeat center center / cover; border-radius: 50px; padding: 35px 60px; z-index: 1; color: black; }
/* .swiper-button-next:hover::after {background: url(../images/arrow-right-hover-desktop.png) no-repeat center center / cover;}
.swiper-button-prev:hover::after {background: url(../images/arrow-left-hover-desktop.png) no-repeat center center / cover;} */
.mesaltera-landing .products .products-slider .slide .product-item .img-block .img {background-repeat: no-repeat; background: center center / cover; border-radius: 20px 20px 0 0; height: 321px; width: 100%;}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
   .mesaltera-landing .products-slider {padding: 0 0 0 80px;}
   .swiper-buttons {right: 60px;}
   .mesaltera-landing .site-wrap .shop-button .catalog { left: 80px;}
   .mesaltera-landing .products .products-slider .slide .product-item .img-block .img {height: 314px;}
}

@media only screen and (max-width: 767px) { 
   
   .mesaltera-landing .products {height: 735px; width: 100%; padding: 0;}
   .mesaltera-landing .products .products-slider {margin: 0; width: 100%; padding: 0;}
   .swiper {width: 100%; height: 557px;}
   .mesaltera-landing .swiper-wrapper {width: 100%; margin: auto; margin-top: 0; height: 100%;}
   .swiper-slide {margin-right: 0; margin-top: 0;}
   .swiper-slide a {width: 240px; height: 545px;}
   .swiper-slide a .info-block .product-name {font-size: 12px; line-height: 15.6px; text-align: center; margin-top: 12px; }
   .swiper-slide a .info-block .product-text {font-size: 10px; line-height: 13px; margin-top: 10px;}
   .mesaltera-landing .site-wrap .shop-button {display: flex; justify-content: center; align-items: center;}
   .mesaltera-landing .site-wrap .shop-button .catalog {width: 335px; height: 49px; top: 22px;  right: auto; padding: 14px 41px; left: auto; text-align: center;}
   .mesaltera-landing .site-wrap .shop-button .catalog a {font-size: 18px; line-height: 23px; text-transform: uppercase; font-weight: 700;}
   .swiper-buttons {position: static;}
   .swiper-button-next {right: 0; left: 12px;}
   .swiper-button-prev {right: 35px; left: auto;}
   .swiper-button-prev::after {position: absolute; left: 27px; bottom: -30px; padding: 17px 30px; background: url(../images/arrow-left-mobile1.png) no-repeat center center / cover;}
   .swiper-button-next::after {position: absolute; left: -61px; bottom: -30px; padding: 17px 30px; background: url(../images/arrow-right-mobile1.png) no-repeat center center / cover; }
   .swiper-button-next:hover::after {background: url(../images/arrow-right-mobile1.png) no-repeat center center / cover;}
   .swiper-button-prev:hover::after {background: url(../images/arrow-left-mobile1.png) no-repeat center center / cover;}
   .mesaltera-landing .products .ma-decor {background: url(../images/products-ma-mobile2.jpg)  no-repeat left center / contain; width: 200.91px; height: 100.6px;  top: 30px; right: 20px;}
   .mesaltera-landing .products .products-slider .slide .product-item .img-block .img {height: 307px;}
}


/* ==========================================================================
   Где купить
   ========================================================================== */

.mesaltera-landing .buy .top {height: 1360px; background: url(../images/buy-bg-1440.jpg) no-repeat left center / cover;}
.mesaltera-landing .buy .top .site-wrap {position: relative; height: 100%;}
.mesaltera-landing .buy .top .title {position: absolute; top: 150px; right: 100px; width: 580px; font-family: 'Bebas Neue'; font-style: normal; font-weight: 700; font-size: 54px; line-height: 70px; text-align: center; color: #000000;}
.mesaltera-landing .buy .top .buttons {position: absolute; bottom: 30px; right: 0; display: flex; flex-direction: column; align-items: center;}
.mesaltera-landing .buy .top .buttons .app-button {margin-bottom: 25px;}
.mesaltera-landing .buy .top .buttons .app-button:last-child {margin-bottom: 50px;}
.mesaltera-landing .buy .top .buttons .app-button a {display: inline-block; width: 306px; height: 90px;}
.mesaltera-landing .buy .top .buttons .app-button .google {background: url(../images/google-play.svg) no-repeat center center / contain;}
.mesaltera-landing .buy .top .buttons .app-button .apple {background: url(../images/app-store.svg) no-repeat center center / contain;}
.mesaltera-landing .buy .top .buttons .shop-button a {display: inline-block; padding: 34px 125px; border-radius: 50px; background: #000; color: #fff; font-style: normal; font-weight: 700; font-size: 21px; line-height: 27px; text-align: center; text-transform: uppercase; text-decoration: none; transition: all 0.2s ease;}
.mesaltera-landing .buy .top .buttons .shop-button a:hover {background: #E7E7EB; color: #000;}
.mesaltera-landing .buy .bottom {padding: 160px 0; background: url(../images/marketplace-bottom-background.jpg) no-repeat right center / contain;}
.mesaltera-landing .buy .bottom .title {font-family: 'Bebas Neue'; font-style: normal; font-weight: 700; font-size: 54px; line-height: 70px; text-align: center; color: #000000; margin-bottom: 100px;}
.mesaltera-landing .buy .bottom .marketplace-block {display: flex; justify-content: center; align-items: center; height: 550px; flex-direction: column; }
.mesaltera-landing .buy .bottom .marketplace-block .row {display: flex; justify-content: space-between; align-items: center; width: 75%;}
.mesaltera-landing .buy .bottom .marketplace-block .row-two {display: flex; justify-content: center; align-items: center; width: 75%; height: 400px;}
.mesaltera-landing .buy .bottom .marketplace-block .row .logo.ozon a {display: inline-block; width: 350px; height: 94px; background: url(../images/ozon.svg) no-repeat center center / contain;}
.mesaltera-landing .buy .bottom .marketplace-block .row .logo.ma {display: none; width: 406px; height: 339px; background: url(../images/mesaltera-green.svg) no-repeat center center / contain;}
.mesaltera-landing .buy .bottom .marketplace-block .row .logo.wb a {display: inline-block; width: 350px; height: 94px; background: url(../images/wb.png) no-repeat center center / contain;}
.mesaltera-landing .buy .bottom .marketplace-block .row-two .logo.letu a {display: inline-block;width: 474px; height: 69px; background: url(../images/letu-logo.png) no-repeat center center / contain; ;}

@media only screen and (max-width: 767px) {
   .mesaltera-landing .buy #buy {position: relative; top: -40px; visibility: hidden;}
   .mesaltera-landing .buy .top {width: 100%; height: 541px; background: url(../images/buy-bg-mobile.jpg) no-repeat center center / cover;}
	.mesaltera-landing .buy .top .title {position: relative; top: 20px; left: auto; right: auto; font-size: 18px; line-height: 23.4px; width: 100%; height: 69px; display: flex; justify-content: center; align-items: center;}
   .mesaltera-landing .buy .top .buttons .app-button .google {background: url(../images/googleplay-mobile.jpg) no-repeat center center / contain; width: 115px; height: 34.01px;}
   .mesaltera-landing .buy .top .buttons .app-button .apple {background: url(../images/appstore-mobile.jpg) no-repeat center center / contain; width: 115px; height: 34.01px;}
   .mesaltera-landing .buy .top .buttons {bottom: -20px; width: 155px; height: 132.56px; right: 20px;}
   .mesaltera-landing .buy .top .buttons .app-button {margin-bottom: 9px;}
   .mesaltera-landing .buy .top .buttons .app-button a {border-radius: 7px;}
   .mesaltera-landing .buy .top .buttons .shop-button a { width: 155px; height: 34.56px;font-size: 12px; line-height: 15.6px; padding: 10px 15px;}
   .mesaltera-landing .buy .bottom {padding-top: 51px; padding-bottom: 50px; background: url(../images/marketplace-bottom-background-mobile.jpg) no-repeat right center / contain; height: 229px;}
   .mesaltera-landing .buy .bottom .title { font-size: 18px; line-height: 23.4px; width: 100%; height: 46px; margin-bottom: 20px;}
   .mesaltera-landing .buy .bottom .marketplace-block {height: 85px; }
   .mesaltera-landing .buy .bottom .marketplace-block .row {min-width: 259.62px; width: 90%;}
   .mesaltera-landing .buy .bottom .marketplace-block .row .logo.ozon a {width: 88.72px; height: 19.37px; background: url(../images/ozon-footer-mobile.png) no-repeat center center / contain;}
   .mesaltera-landing .buy .bottom .marketplace-block .row .logo.ma {width: 123px; height: 109.72px; background: url(../images/official-shoplink-mobile.jpg) no-repeat center center / contain;}
   .mesaltera-landing .buy .bottom .marketplace-block .row .logo.wb a {width: 91.6px; height: 24.6px; background: url(../images/wb-footer-mobile.png) no-repeat center center / contain;}
   .mesaltera-landing .buy .bottom .marketplace-block .row-two .logo.letu a {width: 132px; height: 19px;}
   
}



/* ==========================================================================
   Подвал сайта (удаляем в процессе работы, это код пример)
   ========================================================================== */

.footer {background: #000; height: 155px; padding: 50px 0 20px 0;}
.footer .site-wrap {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.footer .top {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 54px; margin-bottom: 10px;}
.footer .top .logo {display: flex; justify-content: center; align-items: center; height: 100%;}
.footer .top .logo a {display: inline-block; width: 152px; height: 100%; background: url(../images/martinex-logo-white.svg) no-repeat center center / contain;}
.footer .top .social {display: flex; justify-content: space-between; align-items: center; height: 100%;}
.footer .top .social .item {margin-right: 12px;}
.footer .top .social .item:last-child {margin-right: 0;}
.footer .top .social .item a {display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; border-radius: 100%; border: 1px solid #333333; transition: all 0.2s ease;}
.footer .top .social .item a:hover {opacity: 0.4;}
.footer .top .social .item .inst:before {content: ''; width: 20px; height: 20px; background: url(../images/inst.svg) no-repeat center / contain; transition: all 0.2s ease;}
.footer .top .social .item .vk:before {content: ''; width: 20px; height: 20px; background: url(../images/vk.svg) no-repeat center / contain; transition: all 0.2s ease;}
.footer .top .social .item .tg:before {content: ''; width: 20px; height: 20px; background: url(../images/tg.svg) no-repeat center / contain; transition: all 0.2s ease;}
.footer .top .social .item .ok:before {content: ''; width: 20px; height: 20px; background: url(../images/ok.svg) no-repeat center / contain; transition: all 0.2s ease;}
.footer .top .social .item .youtube:before {content: ''; width: 20px; height: 20px; background: url(../images/youtube.svg) no-repeat center / contain; transition: all 0.2s ease;}
.footer .bottom {display: flex; justify-content: center; align-items: center; width: 100%;}
.footer .bottom .copyright {font-style: normal; font-weight: 400; font-size: 16px; line-height: 20px; color: #808080;}

@media only screen and (max-width: 767px) {
	.footer {height: 224px; padding: 20px 0 30px 0;}
   .footer .site-wrap {align-items: center;}
   .footer .top {display: block;}
   .footer .top .logo {margin-bottom: 20px;}
   .footer .top .logo a { height: 18px; width: 145px;}
   .footer .bottom .copyright {height: 15px; width: 98px; font-size: 12px; line-height: 14.63px;}
}



/* ==========================================================================
   Стили для печати
   ========================================================================== */

@media print {
	
	*, *:before, *:after, *:first-letter, *:first-line {background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
	a, a:visited {text-decoration: underline;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")";}
	a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}
	pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
	thead {display: table-header-group;}
	tr, img {page-break-inside: avoid;}
	img {max-width: 100% !important;}
	p, h2, h3 {orphans: 3; widows: 3;}
	h2, h3 {page-break-after: avoid;}
	
}