
.wf-input input:focus, .tel-input input:focus, .wf-textarea textarea:focus, .wf-submit buttpn:focus, .modal-header .btn-close:focus, .modal-content .modal-footer button, form.search-api-page-block-form-search input[type="search"]:focus, form.search-api-page-block-form-search button[type="submit"]:focus {
	    -webkit-box-shadow: 0 0 6px 2px #099EA3;
	            box-shadow: 0 0 6px 2px #099EA3;
}
.front .block-system-main-block .field--name-body p {
	margin: 0;
}
.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}
header .dropdown-toggle:hover .dropdown-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.dropdown-menu a:active {
	background-color: transparent;
}
.dropdown-menu a.active {
	background-color: transparent;
	color: black;
}
.dropdown-menu a {
	white-space: break-spaces;
	font-size: 14px;
}
.offcanvas .dropdown-menu {
	border: 1px solid #099EA3;
}
header .dropdown-menu {
	    padding: 10px;
    border: 1px solid #099EA3;
    width: 500px;
}
#footer .dropdown-toggle:after {
	display:none;
}
#footer .dropdown-menu {
	display:none;
}
img{
    max-width: 100%;
    height: auto;
}
body {
	font-family: Inter Tight;
  font-weight: 400;
}
a:hover {
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
}
a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.modal-content {
	    border: 2px solid #099EA3;
}
.region-content a {
	color: #099EA3;
  font-family: Manrope;
  font-weight: 700;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}

form.search-api-page-block-form-search button[type="submit"]:hover {
	    background: #099EA3;
    -webkit-filter: brightness(.8);
            filter: brightness(.8);
}
form.search-api-page-block-form-search button[type="submit"] {
	    -webkit-transition: all .2s ease;
	    -o-transition: all .2s ease;
	    transition: all .2s ease;
    color: white;
    font-size: 15px;
    font-family: Inter Tight;
    font-weight: 600;
    padding: 14px 32px;
    border: none;
    background: #099EA3;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 100%;
}
form.search-api-page-block-form-search .form-actions {
	width: 19%;
}
form.search-api-page-block-form-search .form-type-search {
	width: 80%;
}
form.search-api-page-block-form-search input[type="search"] {
	    color: #828282;
    font-size: 15px;
    font-family: Inter Tight;
    font-weight: 400;
    padding: 14px 25px;
    border-radius: 5px;
    border: 1px #828282 solid;
}
form.search-api-page-block-form-search {
	width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}



/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
    display: none;
}

.header-bottom {
    background: #ccc;
}

.toolbar .toolbar-tab .toolbar-icon {
    padding: 0.75em 1.5em 0.75em 2.5em;
}

/* *** contextual-region *** */
.contextual-region .contextual {
    display: none;
    top: -8px;
    right: 8px;
}

.contextual-region .contextual-region .contextual {
    top: 8px;
}

.contextual-region:hover .contextual {
    display: block;
}

.contextual-region .contextual .trigger {
    width: 22px !important;
    height: 22px !important;
    background-size: 14px 14px;
}

.cart-block--summary .cart-block--summary__count {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background: #ccc;
    color: #fff;
    top: -3px;
    right: -9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

#header-mob {
    top: 0;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 20px 5px;
	border-bottom: 2px solid #099EA3;
    z-index: 50;
	margin-bottom: 20px;
}

#header-mob.toolbar-horizontal #header-mob {
    top: 0;
}

#header-mob > * {
    padding: 0 10px;
}

#header-mob a {
    color: #000;
}

.offcanvas ul a:hover {
	color: #099EA3;
}
.offcanvas .col-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 10px;
	margin-top: 20px;
}
.offcanvas ul a:focus {
	color: #099EA3
}
.offcanvas ul a:hover {
	color: #099EA3
}
.offcanvas ul a {
	    color: black;
    font-size: 16px;
    font-family: Inter Tight;
    font-weight: 400;
}
.offcanvas {
    --bs-offcanvas-bg: #fff;
	border-right: 2px solid #099EA3;
}

.offcanvas .offcanvas-title {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.region-navigation .nav > .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
}

.logo a, .col-logo a {
	color: #292929;
  font-size: 24px;
  font-family: Inter Tight;
  font-weight: 900;
  line-height: 1.02;
  text-decoration: none;
  letter-spacing: -2%;
}
.header-left ul.nav {
	gap: 25px;
}
.header-left ul.nav li a:hover {
	text-decoration: underline;
}
.header-left ul.nav li a {
	padding: 0;
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
}
.header-left {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 100px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.header-right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 20px;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
}
header .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.not-front header {
	margin-bottom: 30px
}
.search-icon:hover, .max-link:hover, .tg-link:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.search-icon {
	font-size: 0;
	width: 24px;
	min-width: 24px;
	height:24px;
	background: url(/sites/all/themes/vesta_theme/image/search.svg) no-repeat center;
	background-size: contain;
	display:block;

	-webkit-transition: -webkit-transform .2s ease;

	transition: -webkit-transform .2s ease;

	-o-transition: transform .2s ease;

	transition: transform .2s ease;

	transition: transform .2s ease, -webkit-transform .2s ease;
}
.max-link {
	display:block;
	font-size: 0;
	width: 30px;
	min-width: 30px;
	height:30px;
	background: url(/sites/all/themes/vesta_theme/image/max.svg) no-repeat center;
	background-size: contain;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.tg-link {
	display:block;
	font-size: 0;
	width: 30px;
	min-width: 30px;
	height:30px;
	background: url(/sites/all/themes/vesta_theme/image/tg.svg) no-repeat center;
	background-size: contain;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
header .col-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 10px;
}
header .tel:hover {
	text-decoration:underline;
}
header .tel {
	color: #099EA3;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 600;
  text-decoration: none;
  margin-left: 5px;
}
/*HEADER STYLES*/

/*FOOTER STYLES*/
footer .row-copiryght a:hover {
	text-decoration: underline;
}
footer .row-copiryght a, footer .row-copiryght  {
	color: #828282;
  font-size: 13px;
  font-family: Inter Tight;
  font-weight: 400;
text-decoration: none;
line-height: 1.2;
}
footer .row-copiryght {
	padding-top: 17px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 64px;
	
}
footer .top-row {
	padding-bottom: 34px;
	border-bottom: 1px solid #D0D0D0;
}
footer .col-contacts .tel:hover {
	text-decoration: underline;
}
footer .col-contacts .tel, footer .col-contacts .mail {
	background: -o-linear-gradient(top, #099EA3 0%, #033B3D 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#099EA3), to(#033B3D));
	background: linear-gradient(180deg, #099EA3 0%, #033B3D 100%);
	    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  font-size: 25px;
  font-family: Inter Tight;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -3%;
  text-decoration: none;
  margin-bottom: 11px;
}
footer .col-links .tg-link, footer .col-links .max-link {
	width: 44px;
	height: 44px;
	min-width: 44px;
}
footer address {
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  max-width: 310px;
  margin:0;
}
footer .col-links {
	margin-bottom: 35px;
}
footer .col-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 15px;
}
#footer .col-contacts .mail {
	margin-bottom: 29px;
}
footer .col-contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
}
footer .col-services {
	width: 40%;
}
footer .view-tovary .view-content .views-row {
	width: 100%;
}
footer .view-tovary .view-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
}
footer {
	padding: 0 0 19px 0;
}
footer ul.nav li a:hover, footer .view-tovary .view-content .views-row .field-content a:hover {
	text-decoration: underline;
	color: #099EA3
}
.footer-title {
	color: #828282;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
footer ul.nav li a, footer .view-tovary .view-content .views-row .field-content a, footer .view-tovary .view-content .views-row .field-content, footer .view-tovary .view-content .views-row .views-field-title {
	padding: 0;
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
footer ul.nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 5px;
}
footer .container {
	padding-top: 30px;
	border-top: 1px solid #D0D0D0;
}
footer .top-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.col-logo {
	width: 100%;
}

/*FOOTER STYLES*/

/* SLICK STYLES */

#slider-block {
	margin-bottom: 80px;
}
#slider-block .modal-btn:hover {
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
}
#slider-block .modal-btn {
	color: #FAF6F6;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  padding: 14px 32px;
    background: #099EA3;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
}
.field--name-field-slide-title {
	color: #FAF6F6;
  font-size: 25px;
  font-family: Inter Tight;
  font-weight: 700;
  max-width: 313px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.field--name-field-slide-title p {
	margin:0;
}
#slider-block .field--name-field-image img {
	height: 478px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	-webkit-filter:brightness(.5);
	        filter:brightness(.5);
	border-radius: 10px;
}
#slider-block .field--name-field-slide-link a {
	
}
#slider-block .field--name-body {
	color: #FAF6F6;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 508px;
}
#slider-block .field--name-body p {
	margin:0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff;
	padding: 60px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

button.slick-prev.slick-arrow {
    left: unset;
	    right: 115px;
    bottom: 30px;
    top: unset;
}

button.slick-next.slick-arrow {
        right: 50px;
    bottom: 30px;
    top: unset;
}

ul.slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
    list-style: none;
    margin: 10px 0;
}

ul.slick-dots li button {
    background: #686868;
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 10px;
    font-size: 0;
    height: 10px;
    display: block;
}

ul.slick-dots li button::before {
    display: none;
}

ul.slick-dots li.slick-active button {
    background: #272727;
}

button.slick-arrow {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
}

button.slick-arrow::before {
    content: '';
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
}

button.slick-prev.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#scrollToTop {
    width: 45px;
    height: 45px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 174px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 0;
}

/* SLICK STYLES */

/* ABOUT STYLES */
#about-block {
	padding: 80px 0;
	background: #F3F3F3;
}
.about-buttons .modal-btn {
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  padding: 14px 32px;
  background: #F3F3F3;
  border: 2px solid #099EA3;
  border-radius: 5px;
  display:block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.about-buttons .field--name-node-link a:hover, .about-buttons .modal-btn:hover {
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
}
.about-buttons .field--name-node-link a {
	-webkit-transition: -webkit-filter .2s ease;
	transition: -webkit-filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
	transition: filter .2s ease, -webkit-filter .2s ease;
	color: #FAF6F6;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  padding: 14px 32px;
  background: #099EA3;
  border: 2px solid #099EA3;
  border-radius: 5px;
  display:block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.about-buttons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 20px;
}
.about-left .field--name-body {
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  line-height: 1.21;
}
.about-left .field--name-body > * {
	margin:0;
}
.about-wrapper .field--name-field-fotografii img {
	width: 100%;
	height: 246px;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.about-wrapper .field--name-field-fotografii {
	width: 40%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap:22px;
}
.about-left {
	width: 55%;
}
.about-wrapper {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	gap: 30px;
	row-gap: 10px;
}

/* ABOUT STYLES */

/* CATALOG STYLES */
.front .block-system-main-block .node__content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.front .block-system-main-block .field--name-body {
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  max-width: 670px;
}
.region-content {
	margin-bottom: 80px;
}
.catalog-teaser .field--name-title:after {
	counter-increment: ctb; 
  content: "/0" counter(ctb);
  color: black;
  font-size: 16px;
  font-family: Inter Tight;
  opacity: .5;
  font-weight: 700;
}
.catalog-teaser .field--name-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}
.catalog-teaser a {
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  text-decoration: none;
}
main .view-tovary .view-content:after {
	width: calc(100% / 3 - 30px);
	content: "";
	height: 0;
}
.view-tovary .view-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	row-gap: 35px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product {
	height: 100%;
}
.view-tovary .view-content .views-row {
	width: calc(100% / 3 - 30px);
}
.view-tovary .view-content .views-row:nth-child(odd) .catalog-teaser .field--name-title:after  {
	color: white;
	opacity: .7;
}
.view-tovary .view-content .views-row:nth-child(odd) .catalog-teaser a  {
	color: white;
}
.view-tovary .view-content .views-row:nth-child(odd) .catalog-teaser {
	background: -o-linear-gradient(top, #099EA3 0%, #033B3D 100%) border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#099EA3), to(#033B3D)) border-box;
	background: linear-gradient(180deg, #099EA3 0%, #033B3D 100%) border-box;
	color: white;
}
.view-tovary {
	counter-reset: ctb;
}
.catalog-teaser:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.catalog-teaser {
	cursor: pointer;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
	 -webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	         justify-content: space-between;
	 gap: 10px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 25px;
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  background: -o-linear-gradient(white, white) padding-box, -o-linear-gradient(top, #033B3D 0%, #099EA3 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#033B3D), to(#099EA3)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #033B3D 0%, #099EA3 100%) border-box;
  overflow: hidden;
  border-radius: 10px;
  min-height: 218px;
  height: 100%;
  border: 3px solid transparent;
}
.region-content .more-link {
	 width: 100%;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-pack: center;
	     -ms-flex-pack: center;
	         justify-content: center;
	 margin-top: 30px;
}
.more-link a:hover {
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
}
.more-link a {
	-webkit-transition: -webkit-filter .2s ease;
	transition: -webkit-filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
	transition: filter .2s ease, -webkit-filter .2s ease;
	padding: 14px 32px;
	display:block;
	 color: #FAF6F6;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 700;
  background: #099EA3;
  border-radius: 5px;
  text-decoration: none;
}
.block-title {
	background: -o-linear-gradient(top, #099EA3 0%, #033B3D 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#099EA3), to(#033B3D));
	background: linear-gradient(180deg, #099EA3 0%, #033B3D 100%);
	color: transparent;
	-webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  font-family: Inter Tight;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 30px;
}
h1 {
	 background: -o-linear-gradient(top, #099EA3 0%, #033B3D 100%);
	 background: -webkit-gradient(linear, left top, left bottom, from(#099EA3), to(#033B3D));
	 background: linear-gradient(180deg, #099EA3 0%, #033B3D 100%);
	color: transparent;
	-webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-family: Inter Tight;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 40px;
  line-height:
}
/* CATALOG STYLES */


/* GALLERY STYLES */
#gallery-block {
	margin: 80px 0;
}
.block-views-blockfotogalereya-block-1 .contextual-region {
	position: static
}
.block-views-blockfotogalereya-block-1 {
	position: relative;
	padding-top:17px;
}
.block-views-blockfotogalereya-block-1 .more-link {
	    position: absolute;
    top: 0;
    right: 0;
}
.field--name-field-gallery img {
	width: 100%;
	height: 309px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	 border-radius: 10px;
}
.field--name-field-gallery:after {
	width: calc(100% / 4 - 30px);
	height: 0;
	content: "";
	display:none;
}
.field--name-field-gallery > .field__item {
	width: calc(100% / 4 - 30px);
}
.field--name-field-gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		gap: 30px;
}

/* GALLERY STYLES */

/* FOS STYLES */
#fos-block {
	margin-bottom: 80px;
}
.wf-check .description a:hover {
	text-decoration: underline
}
.wf-check .description a {
	color: #828282;
  font-size: 13px;
  font-family: Inter Tight;
  font-weight: 400;
  text-decoration: none;
}
.wf-check .description {
	color: #828282;
  font-size: 13px;
  font-family: Inter Tight;
  font-weight: 400;
}
.wf-check input:checked {
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='3' fill='%23828282'/%3E%3C/svg%3E%0A") no-repeat center;
}
form .alert-danger {
	display:none;
}
.form-item--error-message {
	margin-bottom: 5px;
	margin-top: -5px;
}
.wf-check .form-item--error-message {
	display:none;
}
.wf-check {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 15px;
}
.wf-check input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	 width: 30px;
	 min-width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px #828282 solid;
  background: transparent;
  cursor: pointer;
}
.wf-submit button:hover, .modal-footer button:hover {
	background: #099EA3;
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
}
.wf-submit button, .modal-footer button {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: white;
	font-size: 15px;
	font-family: Inter Tight;
	font-weight: 600;
	padding: 14px 32px;
	border: none;
	background: #099EA3;
	border-radius: 5px;
	display:block;
	text-align: center;
	width: 100%;
}
.wf-input input {
	color: #828282;
  font-size: 15px;
  font-family: Inter Tight;
  font-weight: 400;
  padding: 14px 25px;
  border-radius: 5px;
  border: 1px #828282 solid;
  margin-bottom: 15px;
}
.fos-wrapper .field--name-field-fos-forma {
	width: 48%;
}
.fos-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
.fos-wrapper .field--name-field-otobrazhaemyy-zagolovok {
	background: -o-linear-gradient(top, #099EA3 0%, #033B3D 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#099EA3), to(#033B3D));
	background: linear-gradient(180deg, #099EA3 0%, #033B3D 100%);
	color: transparent;
	-webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  font-family: Inter Tight;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 30px;
}
.fos-content p {
	margin-bottom: 0;
}
.fos-content {
	width: 31%;
	color: black;
  font-size: 15px;
  font-family: Inter;
  font-weight: 400;
  
}
/* FOS STYLES */

/* CONTACTS STYLES */
#map-block {
	padding: 80px 0;
	background: #F3F3F3;
}
.field--name-field-karta .mapContainer:after {
	border-radius: 20px;
}
.field--name-field-karta iframe {
	border-radius: 20px;
}
.field--name-field-karta {
	width: 48%
}
.map-wrapper .block-title {
	max-width: 417px;
}
.map-wrapper {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}
.contacts-wrapper {
	    display: -ms-grid;
	    display: grid;
    -ms-grid-columns: 270px 30px 270px;
    grid-template-columns: 270px 270px;
    -ms-grid-rows: auto 41px auto;
    grid-template-rows: auto auto;
    gap: 41px 30px;
}
.contacts-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.contacts-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.contacts-wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.contacts-wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.contacts-title {
	color: rgba(0, 0, 0, 0.50);
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
  margin-bottom: 10px;
}
.contacts-wrapper a:hover {
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
	text-decoration: underline
}
.contacts-wrapper a {
	color: #099EA3;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.contacts-wrapper address {
	 color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
}
.contacts-wrapper .col-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 10px;
}
.contacts-wrapper address, .contacts-wrapper .col-links {
	margin-top: 5px;
	margin-bottom: 0;
}
/* CONTACTS STYLES */

/* NEWS STYLES */
#news-block {
	margin: 80px 0;
}
.block-views-blocknews-block-1 .contextual-region {
	position: static
}
.block-views-blocknews-block-1 {
	position: relative;
	padding-top:17px;
}
.view-id-news .more-link {
	    position: absolute;
    top: 0;
    right: 0;
}
.view-id-news .view-content .views-row {
	width: calc(100% / 3 - 30px);
}
.view-id-news .view-content:after {
	width: calc(100% / 3 - 30px);
	content: "";
	height: 0;
}
.view-id-news .view-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
}
.node--type-news.node--view-mode-teaser img {
	width: 100%;
	 height: 216px;
	border-radius: 15px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.node--type-news.node--view-mode-teaser .content .news-bottom a:hover {
	text-decoration: none;
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
}
.node--type-news.node--view-mode-teaser .content .news-bottom .field--name-field-date {
	color: #828282;
  font-size: 15px;
  font-family: Manrope;
  font-weight: 500;
}
.node--type-news.node--view-mode-teaser .content .news-bottom a {
	-webkit-transition: -webkit-filter .2s ease;
	transition: -webkit-filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
	transition: filter .2s ease, -webkit-filter .2s ease;
	color: #099EA3;
  font-size: 15px;
  font-family: Manrope;
  font-weight: 700;
  text-decoration: underline;
}
.node--type-news.node--view-mode-teaser .content .news-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	
}
.node--type-news.node--view-mode-teaser .content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	height: 100%;
	color: black;
  font-size: 16px;
  font-family: Inter Tight;
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser .content p {
	margin: 0;
}
.node--type-news.node--view-mode-teaser {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
}
.not-front .catalog-teaser .field--name-title:after {
	display:none;
}
.not-front .field--name-field-date {
	color: #828282;
  font-size: 15px;
  font-family: Manrope;
  font-weight: 500;
  margin-bottom: 30px;
}
/* NEWS STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.product-teaser .field--name-price:before {
	content: "от "
}
.product-teaser .field--name-price {
	font-weight: 600;
	margin-bottom: 15px;
}
.product-teaser .product-teaser-image img {
    width: 500px;
	height: 400px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 10px;
}
.product-teaser .product-teaser-image {
    max-width: 500px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
    margin: 0 0 10px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 500px;
    min-width: 500px;
    max-height: 400px;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    margin: 0 -5px;
}


.product-teaser .product-teaser-info {
    max-width: 500px;
}

.product-view-full button.slick-prev.slick-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    left: 10px;
}

.product-view-full button.slick-next.slick-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    right: 10px;
}


.node--view-mode-full .field--name-body img {
    margin: 0 10px;
}

/* PRODUCT PAGE STYLES*/


/* *** ADAPTIVE *** */
@media screen and (max-width: 1199px) {
	#slider-block, .region-content, #fos-block {
		margin-bottom: 60px;
	}
	#about-block, #map-block {
		padding: 60px 0;
	}
	#gallery-block, #news-block {
		margin: 60px 0;
	}
	.field--name-field-gallery {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 15px;
	}
	.field--name-field-gallery > .field__item {
    width: calc(100% / 4 - 45px / 4);
} 
	.about-left {
		width: 65%;
	}
	.about-buttons .field--name-node-link a, #app .modal-btn, .more-link a, .wf-submit button, .modal-footer button  {
		padding: 12px 26px;
	}
	.field--name-field-gallery img {
		height: 250px;
	}
	h1 {
		font-size: 35px;
	}
	.logo a, .col-logo a, footer .col-contacts .tel, footer .col-contacts .mail {
		font-size: 20px;
		word-break: keep-all;
		white-space: nowrap;
	}
	.header-left {
		gap: 50px;
	}
	.header-left ul.nav li a {
		font-size: 14px;
	}
	#slider-block .field--name-body, #slider-block .modal-btn, .front .block-system-main-block .field--name-body, .catalog-teaser a, .catalog-teaser .field--name-title:after, .catalog-teaser, .more-link a, .about-left .field--name-body, .about-buttons .modal-btn, .about-buttons .field--name-node-link a, .fos-content, .wf-input input, .wf-submit button, .modal-footer button, .contacts-title, .contacts-wrapper a, .contacts-wrapper address, .node--type-news.node--view-mode-teaser .content, .node--type-news.node--view-mode-teaser .content .news-bottom .field--name-field-date, .node--type-news.node--view-mode-teaser .content .news-bottom a, .footer-title, footer ul.nav li a, footer .view-tovary .view-content .views-row .field-content a, footer .view-tovary .view-content .views-row .field-content, footer .view-tovary .view-content .views-row .views-field-title, footer address {
		font-size: 15px;
	}
	.header-left ul.nav {
    gap: 15px;
	}
	.field--name-field-slide-title, .block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok {
		font-size: 20px;
	}
	.about-wrapper .field--name-field-fotografii {
		width: 30%;
	}
}

@media screen and (max-width: 991px) {
	.block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok {
		margin-bottom: 20px;
	}
	.region-content .more-link {
		margin-top: 20px;
	}
	.view-tovary .view-content, .field--name-field-gallery {
		gap: 20px;
	}
	.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
		min-height: 300px;
		max-height: 300px;
		max-width: 100%;
		min-width: unset;
	}
	.product-teaser .product-teaser-image {
		width: 100%;
	}
	.product-teaser .product-teaser-image img {
		height: 300px;
		    width: 100%;
	}
	h3 a {
		font-size: 18px;
	}
	form.search-api-page-block-form-search .form-actions {
		width: 35%;
	}
	form.search-api-page-block-form-search .form-type-search {
		width: 60%;
	}
	#slider-block, .region-content, #fos-block {
		margin-bottom: 50px;
	}
	#about-block, #map-block {
		padding: 50px 0;
	}
	#gallery-block, #news-block {
		margin: 50px 0;
	}
	#slider-block .field--name-field-image img {
		height: 420px;
	}
	.field--name-field-karta {
    width: 100%;
    height: 300px;
}
footer .col-services {
	width: 60%;
}
.view-tovary .view-content .views-row {
    width: calc(100% / 2 - 15px);
} 
footer .row-copiryght {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
	.map-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
	.about-wrapper {
		    -webkit-box-pack: justify;
		        -ms-flex-pack: justify;
		            justify-content: space-between;
	}
	.contacts-wrapper {
		    -ms-grid-columns: auto 20px auto;
		    grid-template-columns: auto auto;
			gap: 20px;
	}
	.view-id-news .view-content {
		gap: 10px;
	}
	.field--name-field-gallery img {
		height: 230px;
	}
	.about-buttons .field--name-node-link a, #app .modal-btn, .more-link a, .wf-submit button, .modal-footer button  {
		padding: 12px 20px;
	}
	.logo a, .col-logo a, footer .col-contacts .tel, footer .col-contacts .mail, .block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok, .field--name-field-slide-title {
		font-size: 18px;
	}
	h1 {
		font-size: 30px;
	}
	#slider-block .field--name-body, #slider-block .modal-btn, .front .block-system-main-block .field--name-body, .catalog-teaser a, .catalog-teaser .field--name-title:after, .catalog-teaser, .more-link a, .about-left .field--name-body, .about-buttons .modal-btn, .about-buttons .field--name-node-link a, .fos-content, .wf-input input, .wf-submit button, .modal-footer button, .contacts-title, .contacts-wrapper a, .contacts-wrapper address, .node--type-news.node--view-mode-teaser .content, .node--type-news.node--view-mode-teaser .content .news-bottom .field--name-field-date, .node--type-news.node--view-mode-teaser .content .news-bottom a, .footer-title, footer ul.nav li a, footer .view-tovary .view-content .views-row .field-content a, footer .view-tovary .view-content .views-row .field-content, footer .view-tovary .view-content .views-row .views-field-title, footer address {
		font-size: 14px;
	}
    #offcanvasNav .nav .dropdown-menu {
        display: none;
        position: static;
        border: 0px solid;
        background: transparent;
        padding: 10px 0;
        border-bottom: 1px solid #BDBDBD;
    }

    #offcanvasNav li.nav-item {
        width: 100%;
    }
	.product-teaser {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.field--name-field-gallery:after {
		width: calc( 100% / 2 - 10px);
	}
	.field--name-field-gallery > .field__item {
		width: calc( 100% / 2 - 10px );
	}
	.front .block-system-main-block .field--name-body {
		margin-bottom: 30px;
	}
	.field--name-field-slide-title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.wf-input input, .wf-check {
		margin-bottom: 10px;
	}
	.block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok {
		
		margin-bottom: 15px;
	}
	.about-wrapper .field--name-field-fotografii img {
		height: 150px;
	}
	.region-content .more-link {
		margin-top: 15px;
	}
	.view-tovary .view-content, .field--name-field-gallery {
		gap: 15px;
	}
	main .view-tovary .view-content:after {
	display:none;
	
}
	.product-teaser {
		gap: 35px;
	}
	.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
		min-height: 280px;
		max-height: 280px;
	}
	.product-teaser .product-teaser-image img {
		height: 280px;
	}
	footer .top-row {
		gap: 20px;
	}
	footer .col-services {
		width: 60%;
	}
	.fos-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.fos-content {
		width: 100%;
	}
	.fos-wrapper .field--name-field-fos-forma {
		width: 100%;
	}
	.about-left {
		width: 100%;
	}
	.field--name-field-gallery:after {
		 display:none;
	}
	.field--name-field-gallery > .field__item {
		width: calc(100% / 2 - 15px / 2);
	}
	.view-id-news .view-content:after {
		display:none;
	}
	.view-id-news .view-content .views-row {
		width: calc(100% / 2 - 5px);
	}
	.about-wrapper .field--name-field-fotografii {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	
	#slider-block, .region-content, #fos-block {
		margin-bottom: 40px;
	}
	#about-block, #map-block {
		padding: 40px 0;
	}
	#gallery-block, #news-block {
		margin: 40px 0;
	}
	#slider-block .field--name-field-image img {
		height: 380px;
	}
.view-tovary .view-content .views-row {
    width: 100%;
} 
	.field--name-field-gallery img {
		height: 180px;
	}
	.about-buttons .field--name-node-link a, #app .modal-btn, .more-link a, .wf-submit button, .modal-footer button  {
		padding: 12px 18px;
	}
	.logo a, .col-logo a, footer .col-contacts .tel, footer .col-contacts .mail, .block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok, .field--name-field-slide-title {
		font-size: 18px;
	}
	h1 {
		font-size: 25px;
	}
	#slider-block .field--name-body, #slider-block .modal-btn, .front .block-system-main-block .field--name-body, .catalog-teaser a, .catalog-teaser .field--name-title:after, .catalog-teaser, .more-link a, .about-left .field--name-body, .about-buttons .modal-btn, .about-buttons .field--name-node-link a, .fos-content, .wf-input input, .wf-submit button, .modal-footer button, .contacts-title, .contacts-wrapper a, .contacts-wrapper address, .node--type-news.node--view-mode-teaser .content, .node--type-news.node--view-mode-teaser .content .news-bottom .field--name-field-date, .node--type-news.node--view-mode-teaser .content .news-bottom a, .footer-title, footer ul.nav li a, footer .view-tovary .view-content .views-row .field-content a, footer .view-tovary .view-content .views-row .field-content, footer .view-tovary .view-content .views-row .views-field-title, footer address {
		font-size: 13px;
	}
	.slick-prev, .slick-next, button.slick-arrow::before, button.slick-arrow {
		width: 35px;
		height: 35px;
	}
	button.slick-prev.slick-arrow {
		right: 105px;
	}
	.front .block-system-main-block .field--name-body {
		margin-bottom: 20px;
	}
	.catalog-teaser {
		min-height: 160px;
	}
	#scrollToTop {
    width: 40px;
    height: 40px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 60px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
	padding: 45px;
}
.field--name-field-slide-title {
		margin-bottom: 20px;
	}
	footer .top-row {
		padding-bottom: 25px;
	}
	#footer .col-contacts .mail, footer .col-links {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 576px) {
	.view-id-news .view-content .views-row {
        width: calc(100% / 2 - 5px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
	.about-wrapper .field--name-field-fotografii {
		gap: 15px;
	}
	.about-wrapper .field--name-field-fotografii .field__item:first-child {
		display:none;
	}
	footer .top-row {
		padding-bottom: 18px;
	}
	#footer .col-contacts .mail, footer .col-links {
		margin-bottom: 18px;
	}
	footer .top-row {
		gap: 15px;
	}
	#slider-block, .region-content, #fos-block {
		margin-bottom: 30px;
	}
	#about-block, #map-block {
		padding: 30px 0;
	}
	#gallery-block, #news-block {
		margin: 30px 0;
	}
	.field--name-field-slide-title {
		margin-bottom: 10px;
	}
	div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
		padding: 30px;
	}
	#slider-block .field--name-field-image img {
		height: 250px;
	}
	.product-teaser {
		gap: 20px;
	}
	.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
		min-height: 220px;
		max-height: 280px;
	}
	.product-teaser .product-teaser-image img {
		height: 220px;
	}
	.product-teaser-info {
		font-size: 14px;
	}
	.catalog-teaser {
		min-height: unset;
	}
.front .block-system-main-block .field--name-body, .block-title, .fos-wrapper .field--name-field-otobrazhaemyy-zagolovok {
		margin-bottom: 20px;
	}
	button.slick-next.slick-arrow {
		bottom: 15px;
	}
	button.slick-prev.slick-arrow {
		right: 95px;
		bottom: 15px;
	}
	.slick-prev, .slick-next, button.slick-arrow::before, button.slick-arrow {
		width: 25px;
		height: 25px;
	}
	.view-tovary .view-content {
		gap: 20px;
	}
	.about-buttons .field--name-node-link a, #app .modal-btn, .more-link a, .wf-submit button,.modal-footer button  {
		padding: 12px 12px;
	}
	.about-wrapper .field--name-field-fotografii img {
		height: 130px;
	}
	.field--name-field-gallery img {
		height: 130px;
	}
	.about-buttons .field--name-node-link a, .about-buttons .modal-btn {
		width: 100%;
		text-align: center;
	}
	.about-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap:6px;
		width: 100%;
	}
	#slider-block .field--name-body, #slider-block .modal-btn, .front .block-system-main-block .field--name-body, .catalog-teaser a, .catalog-teaser .field--name-title:after, .catalog-teaser, .more-link a, .about-left .field--name-body, .about-buttons .modal-btn, .about-buttons .field--name-node-link a, .fos-content, .wf-input input, .wf-submit button, .modal-footer button, .contacts-title, .contacts-wrapper a, .contacts-wrapper address, .node--type-news.node--view-mode-teaser .content, .node--type-news.node--view-mode-teaser .content .news-bottom .field--name-field-date, .node--type-news.node--view-mode-teaser .content .news-bottom a, .footer-title, footer ul.nav li a, footer .view-tovary .view-content .views-row .field-content a, footer .view-tovary .view-content .views-row .field-content, footer .view-tovary .view-content .views-row .views-field-title, footer address {
		font-size: 12px;
	}
}