/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder { opacity: 1; transition: opacity 0.3s ease; }

input::-moz-placeholder { opacity: 1; transition: opacity 0.3s ease; }

input:-moz-placeholder { opacity: 1; transition: opacity 0.3s ease; }

input:-ms-input-placeholder { opacity: 1; transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder { opacity: 0; transition: opacity 0.3s ease; }

input:focus::-moz-placeholder { opacity: 0; transition: opacity 0.3s ease; }

input:focus:-moz-placeholder { opacity: 0; transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder { opacity: 0; transition: opacity 0.3s ease; }

img {
    flex-shrink: 0;
    align-self: center;
}

input, button {
    font-family: inherit;
}


/* my_presets */
.main-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.main-form input.field:focus::-moz-placeholder          {opacity:0;}
.main-form input.field:focus:-moz-placeholder           {opacity:0;}
.main-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.main-form input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.main-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.main-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.main-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
p.par {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 20px 20px;
}
.img {
    display: block;
    margin: 0 auto 20px;
}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
.ulfix li {font-size: 16px;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}

::-webkit-scrollbar{
  display: none;
}

body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    background: #f3f3f3;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
.gradient {
	background: #79c124;
	
}
section {
    
}
section, footer {
	width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
.main-form input.field, select {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-weight: 400;
    height: 70px;
    font-size: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #747474;
    border-radius: 20px;
    margin-bottom: 10px;
   
    
}
.field{
  box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);

}
.btn{
    width: 100%;
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 74px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: rgba(236, 26, 35, 1);
    z-index: 2;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 22px;
    line-height: 70px;
    border-bottom: 4px solid darkred;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
}
.btn2{
    width: 100%;
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 34px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: rgba(236, 26, 35, 1);
    z-index: 2;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 4px solid darkred;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
    left: 290px;
}


   
h2.title {
    margin: 0 0 35px 0;
    font-size: 30px;
	letter-spacing: .6px;
	font-weight: 900;
    text-align: center;

}
h2.title > span{
    color: rgba(255,240,0,1);
}


.catalog__slider {
    margin-bottom: 20px;
}

  .about-item, .char-item, .reviews-item{
    transform: translate(0px, 7%);
    opacity: 0;
    transition: 1500ms;
}
.about-item._transform, .char-item._transform, .reviews-item._transform{
  transition: 1500ms;
  transform: translate(0px, 0px);
  opacity: 1;
}

.wrap{
	max-width: 480px;
	position: relative;
	font-family: 'Montserrat', Helvetica, sans-serif;
	overflow-x: hidden;
	background-color: white;
	
}
body.active{
	overflow: hidden;
}
.bc{
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	z-index: 1;
	background-color: #161616;
	opacity: 0;
	transition: all 0.5s; 
display: none;
}
.bc.active{
	opacity: 0.5;
	transition: all 0.5s; 
display: block;
}
/*header*/

header {
	border-radius: 0 0 15px 15px;
	
	z-index: 135;
	position: fixed;
	width: 480px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
	border-bottom: #fff 1px solid;
}
.header-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	width: 140px;
}
.header-logo i{
	
	font-size: 30px;
	margin-left: 10px;
color: olor(srgb 0.2747 0.2948 0.3244);}

.btn-fixed{
	
	margin-left: auto;
	margin-right: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	line-height: 90px;
	color: white;
	width: 90px;
	background-color: rgb(228, 35, 57);
	height: 90px;
	border-radius: 50%;
	font-size: 12px;
}
.fixed{
	width: 480px;
	position: fixed;
	top: 80%;
	
	z-index: 150;
}

.btn-header span{
	padding-left: 5px;
}
.btn-fixed i{
	font-size: 40px;
	line-height: 90px;
}
/* Гамбургер іконка */
.menu-btn {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	position: relative;
	z-index:20;
	overflow: hidden;
}

.menu-btn span {
	width: 40px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #333;
	transition: all 0.5s;
	border-radius: 5px;
}

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

/* Змінюємо гамбургер іконку, коли меню відчинено */
.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}


/* Меню, яке буде зʼявлятися */
.menu {
	background-color: white;
	margin: 60px auto;
	position: absolute;
	top: 0;
	right: 0px;
	left: auto;
	width: 75%;
	height: 100vh;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s; 
	z-index: 101;
}
.menu ul{
	text-align: right;
	text-align: right;
max-width:75%;
margin-left: auto;
}
.menu ul a{
	color: black;
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
	
}
.menu ul li{
	border-radius: 10px 0px 0px 10px;
padding: 10px;
margin: 10px 0;

}
.menu ul li i{
	padding-left: 10px;
}
.menu.active {
	transform: translateX(0);
	display: block;
	opacity: 1;
	transition: all 0.5s;
}

.menu li {
	list-style-type: none;
}


/*block1*/
.b1 {
    padding-top: 60px;
}


.header-p{
	color: white;
	font-size: 18px;
	
	padding: 10px 0;
	margin-top: 5px;

	background-color: rgba(126, 217, 87, 1);
}


.new-ul{
	padding: 20px 0px 20px 20px;
}
.new-li{
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 10px 0;
}
.new-li i{
	padding-right: 10px;
	color: rgba(126, 217, 87, 1);
}
.title-box {
	display: block;

font-size: 26px;
text-align: center;
text-transform: none;
color: #333;
}
.logo{
	width: 300px;
position: absolute;
top: -30px;
left: 80px;
}



.title-box span{
	color: color(srgb 0.1593 0.3821 0.54);
	display: block;
	color: blue;
	padding-top: 10px;
font-size: 50px;
}
.title-box img{
	width: 320px;
}
	
.offer {
	font-family: 'Montserrat', Helvetica, sans-serif;	
	padding-top: 1px;
	position: relative;

	overflow: hidden;
}
video{
	border-radius: 15px;
}
.offer img{
	
max-width: 100%;

}

.sale {
    width: 150px;
    height: 190px;
    background: url('../images/sale-bc-removebg-pre_ac29_60.png') no-repeat center;
	background-size: 100%;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 190px;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 900;
	color: white;
	position: relative;
	top: -400px;
	left: 1px;
    
}
.plus{
	position: relative;
margin-top: 7px;
margin-left: 36px;
color: red;

}
.plus i{
	font-size: 45px;
}
.sale p {
	font-size: 15px;
	font-family: 'Raleway', Helvetica, sans-serif;
	line-height: 1.3em;
	letter-spacing: .6px;
	margin: -210px 10px 10px 10px;
}
.fon{
	z-index: 2;
width: 400px;
height: 600px;
border-radius: 60% 0% 0 30%;
background-color: rgba(15, 88, 106, 1);
position: absolute;
top: 0px;
left: 200px;
}

.price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: black;
	margin-top: 20px;
}
.price-check{
	font-size: 20px;
}
.price-check i{
	font-size: 20px;
	padding-right: 5px;
}

.price{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.old-header{
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	margin-top: -10px;
	margin-bottom: 10px;
}
.old-price {
	font-size: 20px;
	margin-top: 15px;
	
}
.old {
	text-decoration: line-through;
	color: #999ca1;
	margin-right: 10px;
}
.marza {
	background-color: rgb(228, 35, 57);
	padding: 5px;
	border-radius: 5px;
	color: white;
}
.new-price{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 80px;
	font-weight: 700;
}
sup{
	font-size: 20px;
}
.btn-price {
	margin-top: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	line-height: 50px;
	color: white;
	width: 100%;
	max-width: 500px;
	background-color: rgb(228, 35, 57);
	height: 50px;
	border-radius: 4px;
	z-index: 24;

}
.btn-price span{
	padding-left: 10px;
}
.price-reviews{
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.stars i{
	color: rgb(239, 122, 5);
}
.reviews-stars{
	display: block;
cursor: pointer;
z-index: 24;
text-decoration: none;
color: #161616;
}
.text{
	margin-bottom: 10px;
}
/*block2*/
.b2 {
	padding-bottom: 50px;
	
}
.b2 .formbox{
	background: rgba(252, 254, 255);
	z-index: 2;
}
input{
	z-index: 2;
}
.formbox{
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
    max-width: 440px;
    margin: 30px auto 0;
    border-radius: 15px;
    padding: 30px;
}
.formbox-text{
	text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.formbox-text span{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.formbox-text p{
	font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 20px;
}
h2{
	font-weight: 400;
    font-size: 28px;
    line-height: 30px;
	padding: 20px;
}
/*about*/
.about-item {
	display: flex;
	text-shadow: #161616;
	flex-direction: column;
	align-items: center;
	color: black;
	text-align: center;
	background-color: white;
	margin: 10px 20px;
	border-radius: 15px;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);

}
.about-title {
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
}
.about-title2 {
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color:#ff0000;
}
.about-subtitle {
	padding: 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.about-img {
	padding-bottom: 20px;
	width: 400px;
}
/*block3* характеристики*/
.b3 {
   padding-bottom: 45px;
color: black;

}
h2{
	text-align: center;
	color: black;
}
.char-wrapper {
	width: 100%;
	border-radius: 45px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.char-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.char-item {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
	width: 200px;
	height: 130px;
	border-radius: 15px;


}
.char-item i{
	font-size: 40px;
	padding-top: 15px;

}
.char-title {
	font-weight: 700;
	margin: 10px 0 5px 0;
}
.char-subtitle {
	text-align: center;
}
.about {
	
  	overflow: hidden;
	line-height: 1.5em;
	padding-bottom: 20px;
  }
.desc{
	transition: 0.5s;
	
}
.more-info {
	/* Hide more info to begin with and reveal if text inside desc is too long*/
	display: none;
	margin: 0 169px 30px 169px;
	padding: 10px;
	background: none;
	opacity: 1;
	border: 0;
	color: #30d5c8;
	font-size: 16px;
	border-radius: 5px;
  }
  
  /* Only display 'more' to begin with */
  .more-info .less,
  .more-info.expand .more {
	display: none;
  }
  .more-info.expand .less {
	display: inline;
  }
  
  /* Misc, just to make things look a bit prettier */
  .more-info:focus {
	outline: none;
  }
  span.glyphicon {
	margin-left: 3px;
  }

/*reviews*/

.reviews {
	padding-bottom: 50px;
	border-top: 2px solid #ededed;
 }
 .reviews  .btn {
	 margin-top: 40px;
 }
 .reviews  h2.title {
	 font-size: 40px;
	 text-align: center;
	 letter-spacing: .8px;
	 line-height: 1.5em;
	 padding: 30px 30px 30px;
	
 }
 .reviews-item {
	 background:#fff url(../images/quote_e8c1_61.png) no-repeat right 30px bottom 30px;
	 width: 440px;
	 border-radius: 20px;
	 margin: 0 auto 30px;
	 padding: 25px 25px;
	 box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
 }
 .reviews-header{
	 display: flex;
	 align-items: center;
 }
 .reviews-img{
	 width: 60px;
	 height: 60px;	
	 margin-right: 20px;
 }
 .reviews-img img{
	 border-radius: 50%;
	 width: 60px;
	 height: 60px;	
 }
 .reviews-name{
	 font-weight: 600;
	 font-size: 18px;
	 line-height: 26px;
 }
 .reviews-city{
	 font-size: 14px;
	 line-height: 22px;
	 color: #999ca1;
 }
 .reviews p{
	 font-weight: 600;
	 margin-top: 20px;
 }
 .reviews .stars{
	 text-align: left;
 }
 .reviews span{
	 display: block;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 24px;
	 color: #262626;
	 margin-top: 20px;
 }
/*benef*/
.benef h2{
	font-weight: 700;
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
    text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.benef3{
	display: flex;
	color: black;
}
.benef3 li{
	width: 33.3%;
    text-align: center;
    padding: 0 10px;
}
.benef3 li img{
	display: block;
    margin: 0 auto 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.benef3 li p{
	font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: black;
}
/*block5*/
.formbox{
	background-color: white;
	color: black;
}

.b4 .new{
	color: red;
}

.b4 h3{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
	text-align: center;
	color: black;
}
.b4 p{
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
	color: black;
	text-align: center;
	margin: 10px 0 20px 0;
}
/*block8*/
.b8 {
	padding-bottom: 0px;
}
.b8 h2 {
	margin-bottom: 50px;
}
.ship {
}
.ship li {
	width: 440px;
	height: 165px;
	margin: 0 auto 50px;
	border-radius: 20px;
	border: 3px solid #fead03;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.ship span {
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	background: rgb(255,215,1);
background: -moz-linear-gradient(top,  rgba(255,215,1,1) 0%, rgba(254,169,3,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,215,1,1) 0%,rgba(254,169,3,1) 100%);
background: linear-gradient(to bottom,  rgba(255,215,1,1) 0%,rgba(254,169,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd701', endColorstr='#fea903',GradientType=0 );
	color:#fff;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Gotham Pro', Helvetica, sans-serif;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top:-26px;
}
.ship p {
	font-size: 20px;
	letter-spacing: .4px;
	padding: 0 20px 0 170px;
	line-height: 1.4em;
}
/*block9*/

/*block10*/

.footer {
    text-align: center;
    padding: 40px 0 30px;
	
}
.footer a {
    font-size: 14px;
    color:#333;
    display: block;
    padding: 5px 0 0;
}


/* Responsive and performance refinements */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: #eef1f4; font-family: Montserrat, Arial, sans-serif; }
.wrap { width: 100%; max-width: 520px; margin: 0 auto; overflow: hidden; box-shadow: 0 0 28px rgba(0,0,0,.08); }
img, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
.pixel-image, .honeypot { display: none !important; }
.header-logo--compact { width: 45px; }
.rating-star { color: #ef7a05; }
.cart-icon { margin-left: 6px; }
.title--flush { margin: 0; }
.about-title--text { font-weight: 400; text-transform: none; }
.footer-image { width: min(90%, 686px); margin: 10px auto; box-shadow: none; }
.footer-link { color: inherit; }
.slider-list, .catalog__slider { width: 100%; }
.slider-list > *, .catalog__slider > * { max-width: 100%; margin-left: auto; margin-right: auto; }
.demo-video { display: block; width: min(100%, 480px); height: auto; margin: 12px auto; background: #000; }
.image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
.image-grid img { width: 100%; }
.main-form .field, .main-form .btn { width: 100%; max-width: 100%; }
iframe { width: 100%; border: 0; }
@media (max-width: 767px) {
  .wrap { max-width: 480px; box-shadow: none; }
  .title-box { font-size: clamp(24px, 8vw, 38px); line-height: 1.15; padding-inline: 12px; }
  .title { font-size: clamp(24px, 7vw, 34px); line-height: 1.2; padding-inline: 12px; }
  .about-title { padding-inline: 16px; }
  .formbox { width: calc(100% - 24px); margin-inline: auto; }
  .benef3 { padding-inline: 12px; }
  .image-grid { grid-template-columns: 1fr; }
}
@media (min-width: 768px) {
  .wrap { max-width: 520px; }
  .offer, .img-section, .about-section, .benef, .b3, .b4 { width: 100%; max-width: 520px; margin-left: auto; margin-right: auto; }
  .benef3 { display: block; }
  .benef3 li { width: 100%; }
  header { width: 520px; max-width: calc(100vw - 32px); left: 50%; transform: translateX(-50%); }
}
