/*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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	outline: none;
}
button {
	cursor: pointer;
}
button, input, a {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a {
	color: inherit;
}
strong {
	font-weight: 700;
}
.df,
.dfj,
.dfja {
	display: flex;
}
.dfj,
.dfja {
	justify-content: space-between;
}
.dfja {
	align-items: center;
}
#wrap {
	overflow: hidden;
	position: relative;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*----------------------
		general
----------------------*/
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
#wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #fff;
}
/*----------------------
	header
----------------------*/
#header.default {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.wrap-header {
	background: #fff;
	border-radius: 15px;
	gap: 15px;
	padding: 10px 15px;
}
.logo img {
	width: 160px;
}
/*----------------------
	nav
----------------------*/
#nav ul {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.contact-head a {
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	font-size: 16px;
}
#nav a:hover {
	text-decoration: underline;
}
/*----------------------
	general-block
----------------------*/
#general-block {
	background: url(../img/bg-general.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0 100px;
}
.gen-content {
	max-width: 700px;
}
.gen-content h1 {
	color: #fff;
	font-weight: 800;
	font-size: 46px;
}
.description {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	margin: 30px 0 0;
}
.wrap-price-gen {
	position: relative;
	background: #fff;
	border-radius: 15px;
	margin: 50px 0 0;
	gap: 20px;
	padding: 25px 250px 25px 25px;
}
.box-price-gen {
	text-align: center;
	position: relative;
	width: 24%;
}
.box-price-gen:after {
	content: '';
	position: absolute;
	width: 33px;
	background: url(../img/line-price-gen.png) no-repeat center;
	top: -5px;
	bottom: -5px;
	right: -33px;
	background-size: 100% 100%;
}
.box-price-gen p {
	font-weight: 500;
	font-size: 15px;
}
.price-gen {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	margin: 5px 0 0;
}
.price-gen strong {
	font-weight: bold;
	font-size: 24px;
	color: #E94235;
}
.price-gen:after,
.price-gen:before {
	position: absolute;
	content: '';
	height: 1px;
	left: 10px;
	right: 10px;
	background: url(../img/line-horizont.png) no-repeat center;
	background-size: 100% 100%;
}
.price-gen:after {
	top: 0;
}
.price-gen:before {
	bottom: 0;
}
.box-price-gen:last-child:after {
	display: none;
}
.wrap-price-gen:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 241px;
	height: 320px;
	background: url(../img/pic-general.png) no-repeat center;
}
#general-block .btn-container {
	margin: 40px 0 0;
	gap: 25px;
	align-items: flex-end;
}
.btn-gen {
	border: none;
	width: 100%;
	max-width: 240px;
	border-radius: 10px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: linear-gradient(to right, rgba(0,43,154,1) 0%,rgba(41,182,246,1) 100%);
}
.btn-gen:hover {
	background: linear-gradient(to right, rgba(41,182,246,1) 0%,rgba(0,43,154,1) 100%);
}
#general-block .btn-container span {
	color: #fff;
	font-size: 16px;
}
.wrap-socials-gen {
	gap: 15px;
}
/*----------------------
	catalog
----------------------*/
#catalog {
	padding: 60px 0;
}
h2 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
.subtitle {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.description-block {
	text-align: center;
	line-height: 1.4;
	margin: 15px auto 0;
	max-width: 800px;
	font-size: 16px;
}
.wrap-catalog {
	display: grid;
	padding: 30px 0 0;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.box-catalog {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0, .3);
	padding: 20px;
}
.image-cat {
	overflow: hidden;
	border-radius: 15px;
	height: 200px;
}
.image-cat img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-cat {
	text-align: center;
	min-height: 80px;
}
.body-cat .title {
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}
.body-cat .summ {
	font-size: 16px;
	margin: 5px 0 0;
}
.box-catalog .btn-container {
	padding: 5px 0 0;
}
/*----------------------
	call-action
----------------------*/
#call-to-action {
	padding: 30px 0;
}
.wrap-call-action-bg {
	background: url(../img/bg-call-to-action.jpg) no-repeat center;
	background-size: cover;
	border-radius: 15px;
	position: relative;
}
.content-action {
	max-width: 550px;
	padding: 25px 25px 100px;
}
.content-action h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
}
.content-action p {
	font-size: 15px;
	margin: 15px 0 0;
}
.title-act {
	font-weight: bold;
	font-size: 19px;
	margin: 20px 0 0;
}
.content-action a {
	display: inline-block;
	font-weight: bold;
	font-size: 26px;
	margin: 5px 0 15px;
	text-decoration: none;
}
.image-call-action {
	position: absolute;
	top: -15px;
	right: -85px;
}
.image-call-action img {
	width: 800px;
}
/*----------------------
	price
----------------------*/
#price {
	padding: 30px 0;
	background: #F6F6F6;
}
#price h4 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
.descript-price {
	text-align: center;
	font-weight: 800;
	margin: 10px 0 0;
	font-size: 22px;
}
.ps-price {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin: 10px 0 0;
	border-bottom: 2px solid #c0c0c0;
}
.ps-price p {
	font-size: 14px;
}
.wrap-table-price table {
	width: 100%;
}
.table-header {
	display: flex;
	justify-content: space-between;
}
.table-header p {
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.table-body th {
	text-align: left;
	background: #29B6F6;
	padding: 10px 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.table-body td {
	padding: 10px 15px;
	font-size: 18px;
}
.table-body tr {
	border-bottom: 1px solid #A5A5A5;
}
.table-body tr:nth-child(odd) {
	background: rgba(41,182,246, .2);
}
.table-body td:last-child {
	text-align: right;
	font-weight: bold;
}
/*----------------------
	call-action-two
----------------------*/
#call-action-two {
	background: url(../img/bg-call-to-action-two.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.title-action-two {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.title-action-two strong {
	color: #FA5601;
}
.descript-action-two {
	margin: 30px 0 0;
	font-size: 18px;
	color: #fff;
}
.btn-action-two {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 20px 30px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	background: #25D366;
	text-align: right;
	position: relative;
}
.btn-action-two:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../img/icon-whats.png) no-repeat center;
	background-size: cover;
	top: 50%;
	margin-top: -15px;
	left: 30px;
}
.btn-action-two:hover {
	box-shadow: 0 4px 24px rgba(255,255,255, .3);
}
.wrap-action-two i {
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0;
}
.box-info-action-two {
	width: 55%;
}
.wrap-action-two .btn-container {
	width: 40%;
}
/*----------------------
	radio
----------------------*/
.radio {
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
.radio + label {
	cursor: pointer;
	font-size: 18px;
}
.radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	cursor: pointer;
}
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 50%;
}
.radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: transparent;
	opacity: 0;
	transition: all .2s;
}
.radio:checked + label:after {
	opacity: 1;
}
.radio:checked + label {
	border: 2px solid #f1cc36;
}
/*----------------------
	reviews
----------------------*/
#reviews {
	padding: 60px 0;
}
#reviews h4 {
	text-align: center;
	font-weight: bold;
	font-size: 34px;
}
#reviews  .btn-container {
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 30px 0 0;
}
#reviews .btn-container p {
	font-weight: bold;
	font-size: 16px;
}
.btn-reviews {
	padding: 15px 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #002B9A;
	border-radius: 5px;
}
.btn-reviews:hover {
	background: #002B9A;
	color: #fff;
}
.wrap-slider-reviews {
	max-width: 1940px;
	margin: 40px auto 0;
}
.box-review {
	border-radius: 15px;
	box-shadow: 0 4px 14px rgba(0,0,0, .25);
}
.head-rev {
	padding: 20px;
	background: #F6F6F6;
	border-radius: 15px 15px 0 0;
	display: flex;
	gap: 15px;
	align-items: center;
}
.name-rev .name {
	font-size: 16px;
	font-weight: bold;
}
.name-rev .status {
	font-size: 14px;
	color: #c0c0c0;
	margin: 5px 0 0;
}
.body-rev {
	padding: 20px;
	font-size: 16px;
	min-height: 180px;
}
#reviews .owl-stage-outer {
	padding: 15px 0;
}
/*----------------------
	questions
----------------------*/
#questions {
	background: #F6F6F6;
	padding: 40px 0;
}
#questions h5 {
	text-align: center;
	font-weight: bold;
	font-size: 34px;
}
#questions h5 span {
	position: relative;
	display: inline-block;
}
#questions h5 span:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	background: url(../img/icon-quest.png) no-repeat center;
	background-size: 100% 100%;
	top: -60px;
	right: -180px;
}
.wrap-questions {
	margin: 50px 0 0;
	border-bottom: 1px solid #000;
	background: url(../img/bg-questions.png) no-repeat center;
}
.spoiler-body {
	display: none;
}
.spoiler-wrap {
	border-top: 1px solid #000;
}
.spoiler-head {
	padding: 20px 0;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	cursor: pointer;
}
.spoiler-body {
	padding: 0 50px 20px 0;
}
.spoiler-body p {
	font-size: 15px;
	line-height: 1.5;
}
.spoiler-body p strong {
	font-weight: bold;
}
.spoiler-head:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #E94235;
	top: 50%;
	margin-top: -1px;
	right: 0;
}
.spoiler-head:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background: #E94235;
	top: 50%;
	margin-top: -8px;
	right: 7px;
}
.spoiler-wrap.active .spoiler-head:before {
	display: none;
}
.spoiler-wrap.active .spoiler-head:after {
	background: #000;
}
/*----------------------
	delivery
----------------------*/
#delivery {
	padding: 40px 0;
}
.title-delivery {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.title-delivery strong {
	font-size: 34px;
	font-weight: bold;
}
.wrap-delivery {
	padding: 50px 0 0;
}
.box-delivery {
	display: flex;
}
.image-deliv {
	width: 260px;
	margin: 0 10px 0 0;
}
.image-deliv img {
	display: block;
	max-width: 100%;
}
.body-deliv .title {
	font-weight: bold;
	font-size: 18px;
}
.body-deliv .text {
	font-size: 14px;
	margin: 5px 0 0;
}
/*----------------------
	map-block
----------------------*/
#map-block .container {
	position: relative;
}
.map-container {
	height: 480px;
}
.box-map-info {
	position: absolute;
	background: #fff;
	border-radius: 10px;
	width: 300px;
	top: 80px;
	left: 15px;
	padding: 25px;
}
.title-map {
	font-size: 16px;
	font-weight: bold;
}
.info-map {
	font-size: 14px;
	margin: 5px 0 0;
}
.box-map-info li {
	margin: 10px 0 0;
}
.box-map-info li strong {
	font-size: 14px;
	display: block;
}
.box-map-info li span {
	font-size: 14px;
	margin: 5px 0 0;
}
.box-map-info li a {
	text-decoration: none;
	font-size: 14px;
	color: #FF8562;
}
.box-map-info li a.phone-map {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
/*----------------------
	footer
----------------------*/
#footer {
	background: #000;
	padding: 40px 0;
}
.wrap-footer {
	padding: 15px 0;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #fff;
}
.wrap-footer p span {
	cursor: pointer;
}
.wrap-footer p span:hover {
	text-decoration: underline;
}
/*----------------------
	MODAL
----------------------*/
.a-modal {
	position: relative;
	max-width: 300px;
	margin: 5% auto;
	background: #F6F6F6;
	padding: 30px 25px 30px;
}
.wr-hidden li {
	text-align: center;
	margin: 10px 0 0;
}
.wr-hidden ul {
	padding: 10px 0 0;
}
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.arcticmodal-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/cross.png) no-repeat top left;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.b-modal {
	position: relative;
	max-width: 998px;
	margin: 10% auto;
	background: #fff;
	padding: 25px;
	z-index: 9999;
}
.b-modal .arcticmodal-close {
	background: url(../img/cross.png) no-repeat top left;
}
.title-hidden {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
input[type="tel"],
input[type="text"] {
	border: 1px solid #c0c0c0;
	height: 44px;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 15px;
	width: 100%;
}
form li {
	position: relative;
}
label.error {
	position: absolute;
	top: 32px;
	left: 0;
	color: #fff;
	background: red;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 3px;
}
.btn-gen[disabled] {
	pointer-events: none;
	background: #c0c0c0;
}
.ps-form {
	padding: 15px 0 0;
	font-size: 12px;
}
.ps-form label {
	display: flex;
	gap: 5px;
}

/*---------------------------
		MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 1200px) {
	.image-call-action img {
		width: 600px;
	}
	.image-call-action {
		top: auto;
		bottom: 0;
	}
	.box-delivery {
		flex-direction: column;
	}
	.image-deliv {
		height: 210px;
	}
}
@media screen and (max-width: 992px) {
	.mobile-nav-toggle-label {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1010;
      padding: 0;
      position: fixed;
      top: 10px;
      right: 20px;
      vertical-align: middle;
      line-height: 16px;
      text-align: right;
      cursor: pointer;
      user-select: none;
      color: #e01e53;
      width: 50px;
      height: 50px;
      background: url(img/burger.svg) no-repeat center;
      background-size: 100% 100%;
      border-radius: 50%;
  }
  .mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
      width: 36px;
      height: 3px;
      background-color: #FA5601;
      -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      position: absolute;
      top: 12px;
      right: 7px;
  }
  .mobile-nav-toggle-label .middle-bar {
      -webkit-transition: opacity 0s .15s linear;
      -moz-transition: opacity 0s .15s linear;
      -ms-transition: opacity 0s .15s linear;
      -o-transition: opacity 0s .15s linear;
      transition: opacity 0s .15s linear;
      top: 23px;
  }
  .mobile-nav-toggle-label .bottom-bar {
      top: 34px;
  }
  #nav,
  #nav.fixed {
    position: fixed !important;
    top: 0 !important;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .96) !important;
    z-index: 0;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .inner-nav {
    text-align: center;
    width: 100%;
    max-width: inherit;
    height: 25%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .inner-nav:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  #nav .menu-glavnoe-menyu-container {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
  }
  #nav ul {
  	flex-direction: column;
  	justify-content: center;
  }
  #nav.active-menu {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav-toggle-label.active-close .middle-bar {
    display: none;
  }
  .mobile-nav-toggle-label.active-close .top-bar {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 31px 7px 0;
    -ms-transform-origin: 31px 7px 0;
    -webkit-transform-origin: 31px 7px 0;
    transform-origin: 31px 7px 0;
  }
  .mobile-nav-toggle-label.active-close .bottom-bar {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 31px -2px 0;
    -ms-transform-origin: 31px -2px 0;
    -webkit-transform-origin: 31px -2px 0;
    transform-origin: 31px -2px 0;
  }
  #nav ul li {
    display: block;
    float: none;
    margin: 0 0 4px;
    padding: 0;
    text-align: center;
  }
  #nav ul li a,
  #nav.fixed a {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 2px 0;
    background: transparent;
    display: inline-block;
  }
  #nav ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  #header.default {
  	top: 5px;
  }
  .wrap-price-gen:after {
  	display: none;
  }
  .wrap-price-gen {
  	padding: 20px 5px;
  }
  .box-price-gen p {
  	font-size: 12px;
  }
  .gen-content h1 {
  	font-size: 38px;
  }
  h2 {
  	font-size: 32px;
  }
  .wrap-catalog {
  	grid-template-columns: 1fr 1fr;
  }
  .image-call-action {
  	position: static;
  }
  .image-call-action img {
  	width: inherit;
  	max-width: 100%;
  	display: block;
  	margin: 0 auto;
  }
  .content-action {
  	padding: 20px 20px 0;
  }
  #price h4 {
  	font-size: 32px;
  }
  .descript-price {
  	font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
	.logo img {
		width: 130px;
	}
	.contact-head a {
		font-size: 16px;
	}
	.contact-head {
		padding: 0 60px 0 0;
	}
	.gen-content h1 {
		font-size: 34px;
	}
	.wrap-price-gen {
		flex-wrap: wrap;
	}
	.box-price-gen {
		width: 46%;
	}
	.box-price-gen:nth-child(2):after {
		display: none;
	}
	#general-block .btn-container {
		flex-direction: column;
		align-items: center;
	}
	.wrap-catalog {
    grid-template-columns: 1fr;
  }
  .box-catalog .btn-container {
  	text-align: center;
  }
  .table-header p {
  	padding: 10px 5px;
  	font-size: 14px;
  }
  .table-body th,
  .table-body td {
  	font-size: 14px;
  	padding: 10px 5px;
  }
  .wrap-action-two,
  #reviews .btn-container {
  	flex-direction: column;
  	text-align: center;
  	gap: 30px;
  }
  .box-info-action-two,
  .wrap-action-two .btn-container {
  	width: 100%;
  }
  .wrap-slider-reviews {
  	max-width: inherit;
  }
  .spoiler-head {
  	font-size: 18px;
  }
  .title-delivery strong {
  	font-size: 30px;
  }
  .wrap-delivery,
  .wrap-footer {
  	flex-direction: column;
  	text-align: center;
  }
  .image-deliv {
  	margin: 30px auto 0;
  }
}