.vpa-actions .btn-primary {
	color: white;
  font-size: 15px;
  font-family: Manrope;
  font-weight: 600;
}
.vpa-actions .btn {
	padding: 16px 31px 14px 31px;
	border-radius: 10px;
}
div#vpa-short-wrapper {
	background: #EBEBEB;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 20px;
}
.vpa-content p, .vpa-content {
  font-size: 12px;
  font-family: Open Sans;
  font-weight: 500;
}
.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);
}
.main-content a:hover {
	text-decoration: none;
}
.main-content a {
	color: black;
	font-weight: 400;
}
.ajax-progress {
	display: none;
}
form .alert-danger {
	display: none;
}
.wf-input.form-item--error input, .wf-input:has(.form-item--error-message) input {
	-webkit-box-shadow: 0px 0px 4px 2px red;
	        box-shadow: 0px 0px 4px 2px red;
	border-color: red;
}
.wf-check.form-item--error input, .wf-check:has(.form-item--error-message) input {
	-webkit-box-shadow: 0px 0px 4px 2px red;
	        box-shadow: 0px 0px 4px 2px red;
	border-color: red;
}
.wf-input.form-item--error .form-item--error-message, .webform-submission-form strong.error.form-item--error-message {
	display:none !important;
}
.wf-check.form-item--error .form-item--error-message {
	display:none;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body a:hover {
	-webkit-text-decoration: unserline;
	        text-decoration: unserline;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body a {
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  text-decoration: none;
}
.product-teaser-wrapper .field--name-variations > div > div {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.product-teaser-wrapper .button--add-to-cart:active, .product-teaser-wrapper .button--add-to-cart:focus{
	border: none;
	color: white;
	background: #DF291B;
}
.product-teaser-wrapper .button--add-to-cart:hover {
	filter: brightness(.8);
}
.product-teaser-wrapper .button--add-to-cart {
	-webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: 700;
    border: none;
    padding: 6px;
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    background: #DF291B;
    border-radius: 5px;
}
.product-teaser-wrapper .field--name-quantity {
	display:none;
}
.product-teaser-wrapper img {
	border-radius: 20px;
	-webkit-filter:brightness(.7);
	        filter:brightness(.7);
	width: 100%;
	height: 100%;
	-o-object-fit:cover;
	   object-fit:cover;
	-o-object-position: center;
	   object-position: center;
	   background: rgba(255, 255, 255, 1);
}
.product-teaser-content .field--name-price{
	color: white;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 700;
}
.product-teaser-content .field--name-title a {
	color: white;
  font-size: 16px;
  line-height: 1.2;
  font-family: Open Sans;
  font-weight: 700;
  text-decoration: none;
  hyphens: auto;
}
.product-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: 8px;
	position: absolute;
	bottom:20px;
	left: 25px;
	padding-right: 25px;
	width: calc( 100% - 25px );
}
.product-teaser-wrapper .field--name-field-image-product-view  {
	height: 100%;
	width: 100%;
}
.product-teaser-wrapper {
	position: relative;
	border-radius: 20px;
	height: 280px;
	-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;
}

#app .cart button:focus,#app .cart button:active,#app .commerce-checkout-flow button:focus,#app .commerce-checkout-flow button:active {
    background: #DF291B;
    color: #fff;
    border: 2px #DF291B solid;
}

.cart button:hover,.commerce-checkout-flow button:hover {
    background: #DF291B;
    color: #fff;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    border: 2px #DF291B solid;
}

.commerce-checkout-flow .form-actions,.commerce-checkout-flow .layout-region {
    margin-top: 20px;
}

.commerce-checkout-flow a:hover {
    text-decoration: none;
}

.commerce-checkout-flow a {
    color: #DF291B;
}

.commerce-checkout-flow button {
    border-radius: 10px;
    border: 2px #DF291B solid;
    background: rgba(255, 255, 255, 0);
    color: black;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.commerce-checkout-flow textarea {
    border-radius: 10px;
    border: 1px black solid;
	background: #EBEBEB;
	border: 1px black solid;
}

.commerce-checkout-flow input {
    border-radius: 10px;
    border: 1px black solid;
    color: black;
    accent-color: #DF291B;
	background: #EBEBEB;
    border-radius: 10px;
    border: 1px black solid;
}

.cart button {
        padding: 11px 13px 12px 13px;
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border: 2px #DF291B solid;
    color: black;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

img{
    max-width: 100%;
    height: auto;
}
body {
	font-family: Open Sans;
}
.region-content, #about-block, #benefits-block, #gallery-block, #fos-block, #map-block {
	margin-bottom: 83px;
}

/* CATALOG MENU STYLES */
.view-catalog.view-id-catalog.view-display-id-page .view-header ul.nav li a.is-active,
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header ul.nav li a.is-active,
.view-tovary.view-id-tovary.view-display-id-page_1 .view-header ul.nav li a.is-active {
	color: white;
  background: #DF291B;
}
.view-catalog.view-id-catalog.view-display-id-page .view-header ul.nav li a:hover,
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header ul.nav li a:hover,
.view-tovary.view-id-tovary.view-display-id-page_1 .view-header ul.nav li a:hover {
	color:black;
  background: #C7C7C7;
}
.view-catalog.view-id-catalog.view-display-id-page .view-header ul.nav li a,
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header ul.nav li a,
.view-tovary.view-id-tovary.view-display-id-page_1 .view-header ul.nav li a {
	padding: 20px 14px;
	color: black;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 600;
  background: #EBEBEB;
}
.view-catalog.view-id-catalog.view-display-id-page .view-header, .view-tovary.view-id-tovary.view-display-id-page_2 .view-header, .view-tovary.view-id-tovary.view-display-id-page_1 .view-header {
	width: 250px;
    min-width: 250px;
}
.view-catalog.view-id-catalog.view-display-id-page, .view-tovary.view-id-tovary.view-display-id-page_2, .view-tovary.view-id-tovary.view-display-id-page_1 {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 20px;
}


/* CATALOG MENU STYLES */

/* SEARCH STYLES */
#block-vesta-theme-content .search-api-page-block-form-search .form-actions button:hover {
	background: #DF291B;
	color: #fff;
}
#block-vesta-theme-content .search-api-page-block-form-search .form-actions button {
	    padding: 11px 13px 12px 13px;
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border: 2px #DF291B solid;
    color: black;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
}
h3 a:hover {
		text-decoration: none;
}
h3 a {
	color: black;
  font-family: Open Sans;
  font-weight: 600;
  -webkit-text-decoration: unserline;
          text-decoration: unserline;
}
#block-vesta-theme-content .search-api-page-block-form-search {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 20px;
	margin-bottom: 20px;
}
#block-vesta-theme-content .search-api-page-block-form-search .form-type-search {
	width: 100%;
}
#block-vesta-theme-content .search-api-page-block-form-search .form-type-search input {
	    width: 100%;
    padding: 11px 18px 12px 18px;
    color: black;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 500;
    background: #EBEBEB;
    border-radius: 10px;
    border: 1px black solid;
    margin: 0;
}

/* SEARCH STYLES */

/*FOOTER STYLES*/

.footer-contacts .mail:hover, .footer-contacts .tel:hover {
	color: #DF291B;
}
footer .modal-summon {
	color: white;
}
.footer-contacts .mail {
	color: white;
	display:block;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 22px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-contacts address {
	color: white;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  margin-bottom: 9px;
}
.footer-contacts .tel {
	color: white;
	display:block;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 4px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-contacts {
	margin-left: -1px;
}
#footer .view-catalog .view-content .views-row {
	width:100%;
}
#footer .view-catalog .view-content .views-field-name a:hover {
	color: #DF291B;
}
#footer .view-catalog .view-content .views-field-name a {
	color: white;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display:block;
}
#footer .view-catalog .view-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3px;
}
#footer{
	background: #404040;
  border-radius: 20px;
 padding-top: 50px;
 padding-bottom:30px;
 margin-bottom: 26px;
}
#app .footer-top ul.nav li.dropdown .dropdown-menu {
	display:none;
}
.footer-top ul.nav a.dropdown-toggle:after {
	content: unset;
}
.footer-top ul.nav a:hover {
	color: #DF291B;
}
.footer-top ul.nav a {
	padding: 0;
	color: white;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 500;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-title {
	color: white;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer-top ul.nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3px;
}
.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
	margin-bottom: 22px;
}
.copyright {
	color: white;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  margin-bottom: 12px;
  width: 100%;
}
.footer-policy:hover {
	text-decoration: none;
}
.footer-policy {
	color: white;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  text-decoration: underline;
  display:block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.footer-vesta a:hover {
	color: #DF291B;
}
.footer-vesta a {
	color: white;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-vesta {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}
/*FOOTER STYLES*/


/*HEADER STYLES*/
header .logo {
	width: 135px;
	min-width: 135px;
}
header .logo img {
	    width: 100%;
    height: 135px;
}
#header .container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 32px;
}
header .header-right {
	    width: 100%;
}
header .header-contacts .mail {
	color: black;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
header .header-contacts address {
	color: black;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  margin: 0;
}
header .header-contacts .tel:hover, header .header-contacts .mail:hover {
	color: #DF291B;
}
header .header-contacts .tel {
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
text-decoration:none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
header .header-contacts {
	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;
	gap: 10px;
	margin-bottom: 10px;
}
header form, .offcanvas form {
	position: relative;
}
header form .js-form-item, .offcanvas form .js-form-item {
	width: 100%;
}
header form .form-actions, .offcanvas form .form-actions {
	position: absolute;
	right:17px;
	top: 0;
	height: 100%;
}
header .header-middle {
	width: 100%;
}
header .header-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 61px;
	    -webkit-box-align: end;
	        -ms-flex-align: end;
	            align-items: flex-end;
		
}
header .col-cart:hover .cart-name {
	text-decoration: underline
}
header .cart-name {
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
      line-height: 1;
	  text-decoration: none;
	  
}
header .col-cart img {
		width: 24px;
		min-width: 24px;
		height: 22px;
}
header .col-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 10px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	    margin-bottom: 10px;
}
header .col-nav .region-navigation {
	width: 100%;
}
header .col-nav {
	margin-top:11px;
	margin-left: -3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 41px;
}
header ul.nav a.dropdown-toggle:after, .offcanvas ul.nav a.dropdown-toggle:after  {
	display:block;
	margin:0;
	width: 32px;
	min-width: 32px;
	height: 32px;
	border: none;
	background: url(/sites/all/themes/vesta_theme/image/dropdown.svg) no-repeat center;
	
}
header ul.nav a.dropdown-toggle:hover, .offcanvas ul.nav a.dropdown-toggle:hover {
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
	color: white;
}
ul.nav .dropdown-menu a.active:hover {
	color: white;
}
ul.nav .dropdown-menu a:active, ul.nav .dropdown-menu a:focus, ul.nav .dropdown-menu a.active {
	background: #DF291B;
	color: white;
}
header ul.nav a.dropdown-toggle {
	color:white;
	background: #DF291B;
  border-radius: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap:7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:6px 17px 7px 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.offcanvas form {
	margin-bottom: 10px;
}
.offcanvas ul.nav a.dropdown-toggle {
	color:white;
	background: #DF291B;
  border-radius: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap:7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding:6px 17px 7px 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
header ul.nav a:active, header ul.nav a:focus {
	color:#DF291B;
}
header ul.nav a:hover, .offcanvas ul.nav .dropdown-menu a:active {
	color: white;
}
header ul.nav a:hover, .offcanvas ul.nav a:hover {
	color:#DF291B;
}
header ul.nav a, .offcanvas ul.nav a {
	padding:11px 17px 12px 17px;
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
}
header ul.nav {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}
.modal-summon:hover {
	background: #DF291B;
	color:white;
}
.modal-summon {
	padding: 11px 13px 12px 13px;
	background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  border: 2px #DF291B solid;
  color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  display:block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: nowrap;
}
#app header form button[name="op"]:active, #app header form button[name="op"]:focus, .offcanvas form button[name="op"]:focus, .offcanvas form button[name="op"]:active {
	background-color: transparent;
}
header form button[name="op"]:hover, .offcanvas form button[name="op"]:hover {
	background-color: transparent;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
header form button[name="op"], .offcanvas form button[name="op"] {
	font-size: 0;
	padding: 0;
	display:block;
	height: 100%;
	width: 22px;
	background: url(/sites/all/themes/vesta_theme/image/search.svg) no-repeat center;
	border-radius: unset;
	border: none;
	-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 form input[name="keys"]::-webkit-input-placeholder, .offcanvas form input[name="keys"]::-webkit-input-placeholder {
	color: black;
}
header form input[name="keys"]::-moz-placeholder, .offcanvas form input[name="keys"]::-moz-placeholder {
	color: black;
}
header form input[name="keys"]:-ms-input-placeholder, .offcanvas form input[name="keys"]:-ms-input-placeholder {
	color: black;
}
header form input[name="keys"]::-ms-input-placeholder, .offcanvas form input[name="keys"]::-ms-input-placeholder {
	color: black;
}
header form input[name="keys"]::placeholder, .offcanvas form input[name="keys"]::placeholder {
	color: black;
}
.wf-input input::-webkit-input-placeholder {
	color: black;
}
.wf-input input::-moz-placeholder {
	color: black;
}
.wf-input input:-ms-input-placeholder {
	color: black;
}
.wf-input input::-ms-input-placeholder {
	color: black;
}
.wf-input input::placeholder {
	color: black;
}
header form input[name="keys"], .offcanvas form input[name="keys"] {
	width: 100%;
	
	padding: 11px 57px 12px 18px;
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 500;
   background: #EBEBEB;
  border-radius: 10px;
  border: 1px black solid;
  margin:0;
}
#header {
	padding-top:11px;
}
#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;
}
.path-admin .messages--error {
    display: none;
}
/* *** 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: #DF291B;
    color: #fff;
    top: -3px;
    right: -9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

#header-mob .col-logo img {
	width: 90px;
	height: 90px;
}
#header-mob {
    top: 0;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
	    border: 2px solid #ebebeb;
}

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

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

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

.offcanvas {
    --bs-offcanvas-bg: white;
}

.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;
}

header {
	margin-bottom: 18px;
}
.offcanvas-contacts .tel:hover, .offcanvas-contacts .mail:hover {
	    color: #DF291B;
}
.offcanvas-contacts .tel {
	    color: black;
    display: block;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 4px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.offcanvas-contacts .mail {
	color: black;
    display: block;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 4px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.offcanvas-contacts address {
	color: black;
    display: block;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    text-decoration: none;
	margin-bottom: 4px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.offcanvas-contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 15px;
}
/*HEADER STYLES*/

/* SLICK STYLES */
.region-slider .view-content:not(.slick-initialized) .views-row {
    display: none;
}

.region-slider .view-content:not(.slick-initialized) .views-row:first-child {
    display: block;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: absolute;
    top: 0;
    bottom: calc(1vw + 12px);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 16px);
    display: block;
    width: 32px;
    height: 32px;
    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: 0;
}

button.slick-next.slick-arrow {
    right: 0;
}

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: 10px;
    list-style: none;
    margin: 22px 0;
}

ul.slick-dots li button {
    background: transparent;
	border: 1px #DF291B solid;
    border-radius: 50%;
    padding: 0;
    width: 13px;
    font-size: 0;
    height: 13px;
    display: block;
}

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

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

button.slick-arrow {
    width: 32px;
    height: 32px;
    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: 32px;
    height: 32px;
    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:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
#scrollToTop {
    width: 49px;
    height: 49px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 51px;
    cursor: pointer;
    position: fixed;
    right: 52px;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 0;
}

/* SLICK STYLES */

/* SLIDER STYLES */
#slider-block .content .field--name-field-slide-title p {
	margin:0;
}
#slider-block .content .field--name-body p {
	margin:0;
}
#slider-block .content .field--name-body {
	color: white;
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 500;
  margin-bottom: 26px;
}
#slider-block .content .field--name-field-slide-link a:hover {
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
}
#slider-block .content .field--name-field-slide-link a {
	color: white;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  padding: 11px 27px;
  background: #DF291B;
  border-radius: 10px;
  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;
}
#slider-block .content .field--name-field-slide-title {
	color: white;
  font-size: 50px;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 12px;
}
#slider-block img {
	-webkit-filter: brightness(.72);
	        filter: brightness(.72);
  border-radius: 20px;
height: 430px;
-o-object-fit: cover;
   object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}
#slider-block .content {
	padding: 0 59px;
	height: 100%;
}
.not-front h1 {
	text-align: left;
	margin-bottom: 30px;
}
h1 {
	color: black;
  font-size: 68px;
  font-family: Open Sans;
  font-weight: 700;
  text-align: center;
  
}
#slider-block {
	background: #EBEBEB;
  border-radius: 20px;
  padding: 33px 0 26px 0;
}

/* SLIDER STYLES */


/* CATALOG STYLES */
.more-link a:hover {
	background: #DF291B;
	color: white;
}
.more-link a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display:block;
	padding: 11px 33px;
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  text-decoration: none;
   background: white;
  border-radius: 10px;
  border: 2px #DF291B solid;
  
}
.more-link {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.block-title {
	color: black;
  font-size: 40px;
  font-family: Open Sans;
  font-weight: 700;
  margin-bottom: 30px;
}
.view-tovary .view-content .views-row {
	width: calc(100% / 4 - 90px / 4);
}
 .view-catalog .view-content .views-row {
	width: calc(100% / 3 - 20px);
}
.view-catalog.view-display-id-page .catalog-wrapper .field--name-taxonomy-term-title a {
	font-size: 20px;
}
.view-catalog.view-display-id-page .view-content .views-row {
	width: calc(100% / 4 - 90px / 4);
}
 .view-tovary.view-display-id-page_2 .view-content .views-row, .view-tovary.view-display-id-page_1 .view-content .views-row {
	width: calc(100% / 4 - 90px / 4);
}
.view-catalog .view-content, .view-tovary .view-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	row-gap: 32px;
}
.catalog-wrapper:hover,.product-teaser-wrapper:hover {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.catalog-wrapper .field--name-field-catalog-image {
	height: 100%;
	width: 100%;
}
.catalog-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 20px;
}
.catalog-wrapper .field--name-taxonomy-term-title a {
	     display: -webkit-box;
	     display: -ms-flexbox;
	     display: flex;
		 height: 100%;
		 width: 100%;
		 -webkit-box-align: end;
		     -ms-flex-align: end;
		         align-items: flex-end;
	color: white;
  font-size: 30px;
  font-family: Open Sans;
  font-weight: 700;
  text-decoration: none;
  padding: 30px 28px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.catalog-wrapper .field--name-taxonomy-term-title {
	position: absolute;
	bottom:0;
	left:0;
	border-radius: 20px;
	    width: 100%;
    height: 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.49)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
}
.catalog-wrapper {
	width: 100%;
	height: 340px;
	border-radius: 20px;
	position: relative;
	-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;
}

/* CATALOG STYLES */

/* ABOUT STYLES */

.about-wrapper .field--name-field-izobrazhenie-o-nas img {
	width: 100%;
	height: 374px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 20px;
}
.about-text p {
	margin-bottom: 0;
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
}
.about-text .field--name-node-link a:hover {
	background: #DF291B;
	color: white;
}
.about-text .field--name-node-link a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display:block;
	padding: 11px 33px;
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  text-decoration: none;
   background: white;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
  border-radius: 10px;
  
  border: 2px #DF291B solid;
}
.about-text .field--name-node-link {
	margin-top: 24px;
}
.about-text h2 {
	color: black;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 24px;
}
.about-wrapper .field--name-field-izobrazhenie-o-nas {
    width: calc(50% - 24px);
}
.about-text {
	width: 50%;
}
.about-wrapper {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* ABOUT STYLES */

/* BENEFITS STYLES */
.node--type-preimushchestvo {
	height: 100%;
}
#app {
padding: 0 30px;	
}
#benefits-block {
	padding: 37px 0 67px 0;
	background: #EBEBEB;
  border-radius: 20px;
}
.view-preimushchestva .view-content .views-row {
	width: calc(100% / 3 - 62px / 3)
}
.view-preimushchestva .view-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 31px;
}
.benefit-wrapper .field--name-body p {
	margin:0;
}
.benefit-wrapper .field--name-body {
	color: black;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
}
.benefit-wrapper .field--name-field-ikonka-preimushchestva {
	padding: 20px;
	border-radius: 100px;
	background: #DF291B;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 19px;
	margin-left: -2px;
}
.benefit-title {
	color: black;
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 10px;
}
.benefit-wrapper .field--name-field-ikonka-preimushchestva img {
	width:47px;
	height: 47px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.benefit-wrapper {
	padding: 22px 42px 24px 42px;
	border-radius: 20px;
	background: #fff;
	    height: 100%;
}

/* BENEFITS STYLES */

/* GALLERY STYLES */

.field--name-field-gallery img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.field--name-field-gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	row-gap: 28px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	
}
.field--name-field-gallery > .field__item {
	width: calc(100% / 3 - 20px);
}

/* GALLERY STYLES */


/* FOS STYLES */
#fos-block {
	background: #EBEBEB;
  border-radius: 20px;
  padding: 67px 0 64px 0;
}
.fos-content img {
	margin-left: -18px;
}
.fos-wrapper .field--name-body p {
	margin-bottom: 0;
}
.fos-wrapper .field--name-body {
	color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 600;
  max-width: 423px;
}
.fos-wrapper .block-title {
	margin-bottom: 6px;
}
.fos-wrapper {
	padding: 26px 76px 10px 29px;
	background: #fff;
	border-radius: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 61px;
}
.wf-input input::-webkit-input-placeholder {
	color: black;
}
.wf-input input::-moz-placeholder {
	color: black;
}
.wf-input input:-ms-input-placeholder {
	color: black;
}
.wf-input input::-ms-input-placeholder {
	color: black;
}
.wf-input input::placeholder {
	color: black;
}
.wf-input input {
	margin:0;
	margin-bottom: 29px;
	background: #EBEBEB;
  border-radius: 10px;
  border: 1px black solid;
  color: black;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 500;
  padding: 11px 14px 12px 14px;
}
#app .wf-submit button:active, #app .wf-submit button:focus, .modal-footer button:focus, .modal-footer button:active {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: #DF291B;
	color: white;
}
.wf-submit button:hover, .modal-footer button:hover {
	 background: #DF291B;
	 color: white;
	 -webkit-filter: brightness(.8);
	         filter: brightness(.8);
}
.wf-submit button{
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: white;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  border: none;
  padding: 11px 11px 12px 11px;
  display:block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: #DF291B;
  border-radius: 10px;
  margin-bottom: 30px;
}
.modal-footer button {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: white;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 700;
  border: none;
  padding: 11px 11px 12px 11px;
  display:block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: #DF291B;
  border-radius: 10px;
}
.wf-check input:checked {
	background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='15' rx='4' fill='%23DF291B'/%3E%3C/svg%3E%0A") no-repeat center;
}
.wf-check input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	background: white;
	border-radius: 6px;
	cursor: pointer;
	border: 1px black solid;
}
.wf-check .description a:hover {
	text-decoration: none;
	color: #DF291B;
}
.wf-check .description a {
	color: black;
  font-size: 12px;
  font-family: Open Sans;
  font-weight: 400;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  
}
.wf-check .description {
	color: black;
  font-size: 12px;
  font-family: Open Sans;
  font-weight: 400;
  max-width: 410px;
}
.wf-check {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 12px;
}
/* FOS STYLES */

/* MAP STYLES */
#block-vesta-theme-yandekskarta-2 .field--name-body {
	height: 430px;
}
.mapContainer:after {
	border-radius: 20px;
}
.mapContainer iframe {
	border-radius: 20px;
}

/* MAP STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser .button--add-to-cart:hover {
	background: #DF291B;
	color: white;
}
#app .product-teaser .button--add-to-cart:active, #app .product-teaser .button--add-to-cart:focus {
	border: 2px #DF291B solid;
	color: black;
	background: rgba(255, 255, 255, 0);
}
.product-teaser .button--add-to-cart {
	padding: 6px 14px 7px 14px;
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border: 2px #DF291B solid;
    color: black;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
}
.product-teaser .btn-minus:hover, .product-teaser .btn-plus:hover {
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
}
.alert-success a {
	color: #0a3622;
}
.product-teaser {
	margin-bottom: 20px;
}
.product-teaser .btn-minus, .product-teaser .btn-plus {
	width: 40px;
	height: 40px;
	text-align: center;
	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;
	border-radius: 8px;
	background: #DF291B;
	color: #fff;
	cursor: pointer;
	-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;
}
.field--name-variations form {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 20px;
}
.field--name-variations form .field--name-purchased-entity, .field--name-variations  .add-to-cart-message {
	display:none;
}
.product-teaser .field--name-quantity .js-form-type-number input {
   background: #EBEBEB;
    border-radius: 8px;
    border: 1px black solid;
    color: black;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 500;
    padding: 8px 14px 9px 14px;
    width: 60px;
    text-align: center;
}
.product-teaser .field--name-quantity .js-form-type-number label {
	display:none;
}
.product-teaser .field--name-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.product-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product-teaser .field--name-price {
	color: black;
  font-size: 26px;
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 20px;
}
.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 img {
	border-radius: 20px;
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
	max-width: 500px;
    min-width: 500px;
    max-height: 500px;
    min-height: 500px;
    -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-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
}

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

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



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

/* PRODUCT PAGE STYLES*/


/* *** ADAPTIVE *** */
@media screen and (max-width: 1350px) {
	.view-catalog.view-display-id-page .view-content .views-row {
	width: calc(100% / 3 - 30px);
}
}
@media screen and (max-width: 1199px) {
	.product-teaser .field--name-price {
		font-size: 23px;
		margin-bottom: 16px;
	}
	.region-content, #about-block, #benefits-block, #gallery-block, #fos-block, #map-block {
	margin-bottom: 75px;
}
	#block-vesta-theme-yandekskarta-2 .field--name-body {
	height: 400px;
}
	#fos-block {
		padding: 60px 0;
	}
	#benefits-block {
		padding: 30px 0 60px 0;
	}
	#slider-block {
		padding: 30px 0 20px 0;
	}
	ul.slick-dots {
		margin: 20px 0;
	}
	#slider-block img {
		height: 400px;
	}
	.product-teaser-content .field--name-title a {
		font-size: 15px;
	}
	.view-catalog.view-display-id-page .catalog-wrapper .field--name-taxonomy-term-title a {
	font-size: 18px;
	line-height: 1.2;
}
	.catalog-wrapper .field--name-taxonomy-term-title a {
		font-size: 24px;
		line-height: 1.2;
	}
	.about-text h2 {
		font-size: 28px;
		margin-bottom: 18px;
		line-height: 1.2;
	}
	.block-title {
		FONT-SIZE: 36px;
		margin-bottom: 26px;
		line-height: 1.2;
	}
	.more-link {
		margin-top: 26px;
	}
	#slider-block .content .field--name-field-slide-title {
		font-size: 40px;
		line-height: 1.2;
	}
	.product-teaser-content .field--name-price, #slider-block .content .field--name-body, .footer-title, .benefit-title {
		font-size: 18px;
		line-height: 1.2;
	}
	h1 {
		font-size: 56px;
		line-height: 1.2;
	}
	#block-vesta-theme-content .search-api-page-block-form-search .form-actions button, #block-vesta-theme-content .search-api-page-block-form-search .form-type-search input, header .header-contacts .tel, .more-link a, .about-text p, .about-text .field--name-node-link a, .fos-wrapper .field--name-body, .wf-input input, .wf-submit button, .modal-summon, header ul.nav a, header form input[name="keys"], header .cart-name, #slider-block .content .field--name-field-slide-link a, .footer-top ul.nav a, #footer .view-catalog .view-content .views-field-name a, .footer-contacts .tel {
		font-size: 15px;
		line-height: 1.2;
	}
	.footer-contacts .mail, .footer-contacts address, header .header-contacts .mail, header .header-contacts address, .benefit-wrapper .field--name-body, .copyright, .footer-policy, .footer-vesta a {
		font-size: 13px;
		line-height: 1.2;
	}
	.footer-title {
		margin-bottom: 10px;
	}
	header .logo img {
		height: 100px;
	}
	header .logo {
		width: 100px;
		min-width: 100px;
	}
	header ul.nav a {
		padding: 11px 12px 12px 12px;
	}
	header .header-top {
		gap: 40px;
	}
	header .col-nav {
		gap: 30px;
	}
	header ul.nav {
		gap: unset;
	}
	#app {
		padding: 0 20px;
	}
	#footer {
		margin-bottom: 20px;
	}
	.view-tovary .view-content .views-row {
	width: calc(100% / 3 - 20px);
}
	.view-catalog.view-display-id-page .view-content .views-row {
	width: calc(100% / 2 - 15px);
}
 .view-tovary.view-display-id-page_2 .view-content .views-row, .view-tovary.view-display-id-page_1 .view-content .views-row {
	width: calc(100% / 3 - 60px / 3);
}
}

@media screen and (max-width: 991px) {
	.view-catalog.view-display-id-page .view-content .views-row, .view-tovary.view-display-id-page_2 .view-content .views-row, .view-tovary.view-display-id-page_1 .view-content .views-row {
    width: calc(100% / 2 - 15px / 2);
}
	.view-catalog .view-content, .view-tovary .view-content, .view-catalog .view-content, .view-tovary .view-content {
		gap: 15px;
	}
	.view-catalog.view-id-catalog.view-display-id-page .view-header ul.nav li a, .view-tovary.view-id-tovary.view-display-id-page_2 .view-header ul.nav li a, .view-tovary.view-id-tovary.view-display-id-page_1 .view-header ul.nav li a {
		padding: 16px 7px;
    font-size: 13px;
	}
	.view-catalog.view-id-catalog.view-display-id-page .view-header, .view-tovary.view-id-tovary.view-display-id-page_2 .view-header, .view-tovary.view-id-tovary.view-display-id-page_1 .view-header {
    width: 200px;
    min-width: 200px;
}
	.product-teaser .field--name-price {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.product-teaser {
		gap: 25px;
	}
	.product-teaser .product-teaser-image {
		width: 100%;
	}
	.product-teaser .product-teaser-image img {
		max-width: 100%;
		min-width: 100%;
		max-height: 370px;
		min-height: 370px;
	}
	.region-content, #about-block, #benefits-block, #gallery-block, #fos-block, #map-block {
	margin-bottom: 60px;
}
	#footer {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	#block-vesta-theme-yandekskarta-2 .field--name-body {
	height: 380px;
}
	.fos-wrapper {
		padding: 26px 29px 10px 29px;
	}
	#fos-block {
		padding: 45px 0;
	}
	#benefits-block {
		padding: 30px 0 45px 0;
	}
	#slider-block .content {
		padding: 0 40px;
	}
	.more-link {
		margin-top: 22px;
	}
	#slider-block {
		padding: 25px 0 20px 0;
	}
	ul.slick-dots {
		margin: 18px 0;
	}
	#slider-block img {
		height: 380px;
	}
	.benefit-wrapper .field--name-field-ikonka-preimushchestva img {
		width: 30px;
		height: 30px;
	}
	#footer {
		margin-bottom: 15px;
	}
	.fos-wrapper {
		gap: 40px;
	}
	.benefit-wrapper {
		padding: 18px 30px;
	}
	.catalog-wrapper, .product-teaser-wrapper {
		height: 270px;
	}
	.view-tovary .view-content .views-row {
	width: calc(100% / 2 - 15px);
}
	 .view-catalog .view-content .views-row {
		width: calc(100% / 2 - 15px);
	} 
	.wf-input input, .wf-submit button {
		margin-bottom: 16px;
	}
	#app {
		padding: 0 15px;
	}
	.product-teaser-content .field--name-title a {
		font-size: 14px;
	}
	 .catalog-wrapper .field--name-taxonomy-term-title a {
		font-size: 22px;
	}
	.view-catalog.view-display-id-page .catalog-wrapper .field--name-taxonomy-term-title a {
	font-size: 16px;
	line-height: 1.2;
}
	.about-text h2 {
		font-size: 24px;
		margin-bottom: 14px;
	}
	.block-title {
		FONT-SIZE: 32px;
		margin-bottom: 22px;
	}
	#slider-block .content .field--name-field-slide-title {
		font-size: 36px;
	}
	.product-teaser-content .field--name-price, #slider-block .content .field--name-body, .footer-title, .benefit-title {
		font-size: 16px;
	}
	h1 {
		font-size: 40px;
	}
	#block-vesta-theme-content .search-api-page-block-form-search .form-actions button, #block-vesta-theme-content .search-api-page-block-form-search .form-type-search input, header .header-contacts .tel, .more-link a, .about-text p, .about-text .field--name-node-link a, .fos-wrapper .field--name-body, .wf-input input, .wf-submit button, .modal-summon, header ul.nav a, header form input[name="keys"], header .cart-name, #slider-block .content .field--name-field-slide-link a, .footer-top ul.nav a, #footer .view-catalog .view-content .views-field-name a, .footer-contacts .tel {
		font-size: 14px;
	}
	.footer-title {
		margin-bottom: 8px;
	}
	.about-text .field--name-node-link {
		margin-top: 20px;
	}
	
	
	
    #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%;
    }
	#slider-block .content .field--name-body {
		margin-bottom: 18px;
	}
	.footer-top {
		margin-bottom: 20px;
	}
	#slider-block, #header-mob, #benefits-block, #fos-block,#footer  {
		border-radius: 15px;
	}
}

@media screen and (max-width: 767px) {
	.view-catalog.view-id-catalog.view-display-id-page .view-header ul.nav li a, .view-tovary.view-id-tovary.view-display-id-page_2 .view-header ul.nav li a, .view-tovary.view-id-tovary.view-display-id-page_1 .view-header ul.nav li a {
		padding: 10px 12px;
    font-size: 13px;
	}
	.view-catalog.view-id-catalog.view-display-id-page .view-header, .view-tovary.view-id-tovary.view-display-id-page_2 .view-header, .view-tovary.view-id-tovary.view-display-id-page_1 .view-header {
    width: 100%;
}
	.view-catalog.view-id-catalog.view-display-id-page, .view-tovary.view-id-tovary.view-display-id-page_2, .view-tovary.view-id-tovary.view-display-id-page_1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.view-catalog.view-display-id-page .view-content .views-row, .view-tovary.view-display-id-page_2 .view-content .views-row, .view-tovary.view-display-id-page_1 .view-content .views-row {
        width: 100%;
    }
	#scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
}
	.product-teaser .button--add-to-cart {
		font-size: 14px;
		padding: 7px 14px 8px 14px;
	}
	.product-teaser .field--name-price {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.product-teaser {
		gap: 15px;
		margin-bottom: 15px;
	}
	.product-teaser .product-teaser-image {
		width: 100%;
	}
	.product-teaser .product-teaser-image img {
		max-width: 100%;
		min-width: 100%;
		max-height: 320px;
		min-height: 320px;
	}
	#slider-block, #header-mob, #benefits-block, #fos-block,#footer  {
		border-radius: 10px;
	}
	.region-content, #about-block, #benefits-block, #gallery-block, #fos-block, #map-block {
	margin-bottom: 45px;
}
	#footer {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.footer-top {
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
		margin-bottom: 16px;
	}
	footer .logo {
		width: 100%;
	}
	#block-vesta-theme-yandekskarta-2 .field--name-body {
	height: 350px;
}
	#fos-block {
		padding: 30px 0;
	}
	.fos-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 15px;
		padding: 15px 20px 10px 20px;
	}
	.field--name-field-izobrazhenie-fos {
		display:none;
	}
	.field--name-field-gallery {
		gap: 15px;
	}
	.field--name-field-gallery > .field__item {
    width: calc(100% / 2 - 15px / 2);
}
	#benefits-block {
		padding: 25px 0 35px 0;
	}
	.benefit-wrapper .field--name-field-ikonka-preimushchestva {
		margin-bottom: 14px;
		padding: 15px;
	}
	.benefit-wrapper .field--name-field-ikonka-preimushchestva img {
        width: 25px;
        height: 25px;
    } 
	.view-preimushchestva .view-content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.view-preimushchestva .view-content .views-row {
		width: calc(100% / 2 - 15px / 2);
		    -webkit-box-flex: 1;
		        -ms-flex-positive: 1;
		            flex-grow: 1;
	}
	#slider-block .content .field--name-field-slide-title {
		margin-bottom: 10px;
	}
	#slider-block .content {
		padding: 0 30px;
	}
	.about-text .field--name-node-link {
		margin-top: 16px;
	}
	.about-wrapper .field--name-field-izobrazhenie-o-nas {
		display: none;
	}
	.about-text {
		width: 100%;
	}
	.more-link {
		margin-top: 16px;
	}
	#slider-block {
		padding: 20px 0 15px 0;
	}
	ul.slick-dots {
		margin: 16px 0;
	}
	#slider-block img {
		height: 350px;
	}
	.footer-contacts .mail, .footer-contacts address, header .header-contacts .mail, header .header-contacts address, .benefit-wrapper .field--name-body, .copyright, .footer-policy, .footer-vesta a {
		font-size: 12px;
	}
	.wf-input input, .wf-submit button {
		margin-bottom: 12px;
	}
	.product-teaser-content .field--name-title a{
		font-size: 13px;
	}
	 .catalog-wrapper .field--name-taxonomy-term-title a {
		font-size: 18px;
	}
	.view-catalog.view-display-id-page .catalog-wrapper .field--name-taxonomy-term-title a {
	font-size: 15px;
	line-height: 1.2;
}
	#app {
		padding: 0 10px;
	}
	.about-text h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.block-title {
		FONT-SIZE: 26px;
		margin-bottom: 18px;
	}
	#slider-block .content .field--name-field-slide-title {
		font-size: 30px;
	}
	.product-teaser-content .field--name-price, #slider-block .content .field--name-body, .footer-title, .benefit-title {
		font-size: 14px;
	}
	h1 {
		font-size: 32px;
	}
	#block-vesta-theme-content .search-api-page-block-form-search .form-actions button, #block-vesta-theme-content .search-api-page-block-form-search .form-type-search input, header .header-contacts .tel, .more-link a, .about-text p, .about-text .field--name-node-link a, .fos-wrapper .field--name-body, .wf-input input, .wf-submit button, .modal-summon, header ul.nav a, header form input[name="keys"], header .cart-name, #slider-block .content .field--name-field-slide-link a, .footer-top ul.nav a, #footer .view-catalog .view-content .views-field-name a, .footer-contacts .tel {
		font-size: 13px;
	}
	.catalog-wrapper, .product-teaser-wrapper {
        height: 240px;
    } 
	#slider-block .content .field--name-body {
		margin-bottom: 14px;
	}
	footer .logo img {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 576px) {
	#scrollToTop {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 20px;
}
	.product-teaser .field--name-price {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.product-teaser .product-teaser-image img {
		max-width: 100%;
		min-width: 100%;
		max-height: 260px;
		min-height: 260px;
	}
	.region-content, #about-block, #benefits-block, #gallery-block, #fos-block, #map-block {
	margin-bottom: 40px;
}
	#footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.copyright {
		margin-bottom: 6px;
	}
	.footer-policy {
		margin-bottom: 10px;
	}
	.footer-bottom {
		    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	}
	.footer-contacts .mail {
		margin-bottom: 16px;
	}
	footer .logo {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		
	}
	footer .logo img {
		width: 80px;
		height: 80px;
	}
	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
	}
	#block-vesta-theme-yandekskarta-2 .field--name-body {
	height: 300px;
}
	#fos-block {
		padding: 20px 0;
	}
	#benefits-block {
		padding: 20px 0 20px 0;
	}
	.view-preimushchestva .view-content .views-row {
	width: 100%;
	}
	#slider-block .content .field--name-body {
		margin-bottom: 10px;
	}
	button.slick-arrow::before, button.slick-arrow {
		width: 20px;
		height: 20px;
	}
	#slider-block .content {
		padding: 0 25px;
	}
	.about-text .field--name-node-link {
		margin-top: 12px;
	}
	.more-link {
		margin-top: 12px;
	}
	.catalog-wrapper, .product-teaser-wrapper {
        height: 180px;
    }
	.view-catalog .view-content, .view-tovary .view-content  {
		gap: 15px;
	}
	.view-tovary .view-content .views-row {
	width: 100%;
}
 .view-catalog .view-content .views-row {
		width: 100%;
	}
	#slider-block {
		padding: 14px 0 14px 0;
	}
	ul.slick-dots {
		margin: 12px 0;
	}
	#slider-block img {
		height: 300px;
	}
	.wf-input input, .wf-submit button {
		margin-bottom: 8px;
	}
	 .catalog-wrapper .field--name-taxonomy-term-title a {
		font-size: 16px;
	}
	.view-catalog.view-display-id-page .catalog-wrapper .field--name-taxonomy-term-title a {
	font-size: 14px;
	line-height: 1.2;
}
	.about-text h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.block-title {
		FONT-SIZE: 22px;
		margin-bottom: 12px;
	}
	#slider-block .content .field--name-field-slide-title {
		font-size: 24px;
	}
	.product-teaser-content .field--name-price, #slider-block .content .field--name-body, .footer-title, .benefit-title {
		font-size: 13px;
	}
	h1 {
		font-size: 26px;
	}
	#block-vesta-theme-content .search-api-page-block-form-search .form-actions button, #block-vesta-theme-content .search-api-page-block-form-search .form-type-search input, header .header-contacts .tel, .more-link a, .about-text p, .about-text .field--name-node-link a, .fos-wrapper .field--name-body, .wf-input input, .wf-submit button, .modal-summon, header ul.nav a, header form input[name="keys"], header .cart-name, #slider-block .content .field--name-field-slide-link a, .footer-top ul.nav a, #footer .view-catalog .view-content .views-field-name a, .footer-contacts .tel {
		font-size: 12px;
	}
	#app {
		padding: 0 7px;
	}
}