:root {
  --inblu: #0283cb;
  --ingrn: #8dbc3f;
  --sdylw: #ccd433;
  --ltgry: #f4f4f4;
  --mdgry: #e6e6e6;
  --phgry: #cdcdcd;
  --txgry: #b2b2b2;
}
html, body{
  font-family: "Kodchasan", sans-serif;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
my-br {
  clear: both;
  display: block;
}
.text-uc{
  text-transform: uppercase;
}
img{
  width: 100%;
  height: auto;
}
.bg-wh{
  background: #fff;
}
.bg-bl{
  background: var(--inblu);
}
.cl-bl{
  color: var(--inblu);
}
.cl-wh{
  color: #fff;
}
a.btn.border-btn {
  border-radius: 0;
  background: var(--inblu);
  color: #fff;
  text-transform: uppercase;
  padding: 18px 23px;
  font-size: 14px;
}
/* Regions */
/* Header */
/* Header Top */
#header-top{
  border-bottom: 1px solid var(--mdgry);
}
#header-top, #header-top a {
  color: var(--inblu);
}
#header-top a:hover{
  color: var(--ingrn);
}
.trs{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Header Top Left */
#header-top .corporate-branch > div {
  display: inline-block;
  position: relative;
}
#header-top .corporate-branch > div:after,
.header-top-right .region-content > div:after {
  content: "";
  display: block;
  background: var(--mdgry);
  width: 1px;
  position: absolute;
}
#header-top .corporate-branch > div:last-child:after {
  content: none;
}
/* Header Top Right */
.header-top-right .region-content {
  padding: 0 18px;
}
.header-top-right .region-content > div{
  position: relative;
}
.header-top-right nav.menu-block ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-right .region-content > div:last-child:after {
  content: none;
}
.header-top-right .corporate.sm-block li {
  display: inline-block;
  margin-right: 4px;
}
.header-top-right .corporate.sm-block {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-right .corporate.sm-block li.text-content {
  vertical-align: super;
  margin: 0;
}
/* Header Bottom */
#header-bottom {
  position: relative;
  border-bottom: 1px solid var(--mdgry);
}
#header-bottom #dropdownMenu {
  background: var(--inblu);
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 50;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 9px 10px #0004;
  overflow: hidden;
}
#header-bottom .main-menu{
  position: static;
  padding: 0;
}
#header-bottom .main-menu .menu-item .title {
  color: var(--inblu);
  text-transform: uppercase;
  display: table-cell;
  text-align: center;
  font-weight: 600;
  width: 100%;
  vertical-align: middle;
}
#header-bottom .main-menu .menu-item .title-wrapper {
  display: table;
  width: 100%;
}
#header-bottom .menu-toggler:before {
  position: relative;
  top: 6px;
}
#header-bottom #navbar-toggler {
  text-transform: uppercase;
  color: var(--mdgry);
  --container-padding: calc(1.5rem* .5);
  cursor: pointer;
}
/* Branding */
#branding a img {
  position: relative;
}

/* Components */
/* Menu Dropdown */
.dropdown-hidden {
  display: none;
}
.dropdown-visible {
  display: block;
}
.dropdown-block.dropdown-select .custom-dropdown-label:before {
  display: inline-block;
  position: relative;
}
.dropdown-block{
  position: relative;
}
.dropdown-block ul.dropdown-wrapper li a {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid var(--mdgry);
}
.dropdown-block ul.dropdown-wrapper li:last-child a {
  border-bottom: none;
}
.dropdown-block ul.dropdown-wrapper li {
  padding: 0 5px;
  display: block;
}
.dropdown-block ul.dropdown-wrapper {
  list-style: none;
  padding: 0;
  box-shadow: 1px 1px 4px #0002;
  border: 1px solid var(--mdgry);
  position: absolute;
  left: 0;
  left: -20px;
  background: #fff;
  z-index: 1;
  width: calc(100% + 40px);
}
#side-menu .menu-item > a {
  border-left: 1px solid var(--mdgry);
  text-align: center;
  line-height: 18px;
}
#side-menu .menu-item a .title {
  display: block;
  text-transform: uppercase;
}
main.region .content-wrapper {
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
main .homepage .content-wrapper .subtitle{
  font-weight: bold;
}
#home_text {
  height: 600px;
  overflow: hidden;
  margin-top: 50%;
  transform: translateY(-50%);
}
#productCarousel .product, .products-list .product, #newsCarousel .news, .ss-list .news{
  text-align:center;
  border: 1px solid var(--mdgry);
}
#newsCarousel .news .title,
.ss-list .news .title{
  color:var(--inblu);
  font-weight: 500;
  overflow: hidden;
}
.content-page hr {
  border-top: 1px solid var(--phgry);
  margin-bottom: 50px;
}
#productCarousel .product .title,
.products-list .product .title{
  background: var(--inblu);
  color:#fff;
  height:56px;
  font-size: 20px;
  line-height: 54px;
}
.btn.btn-line {
  border: 1px solid var(--phgry);
  border-radius: 0;
  color: var(--inblu);
}
.btn.btn-line:hover {
  background: var(--ltgry);
  border: 1px solid var(--ltgry);
}
.summary .actions {
  margin-top: 40px;
}
#newsCarousel .news .description,
.ss-list .news .description{
  color: var(--phgry);
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#productCarousel .product .description,
.products-list .product .description{
  color:var(--phgry);
  height:40px;
  font-size: 13px;
}
#productCarousel .product .price,
.products-list .product .price{
  background: var(--mdgry);
  color:var(--inblu);
  height:40px;
  font-weight: 600;
  line-height: 40px;
}
#productCarousel .product .action, #newsCarousel .product .action, .ss-list  .product .action, .products-list .product .action{
  background: var(--inblu);
  height:40px;
}
#newsCarousel .news .action a, .ss-list .news .action a{
  line-height:40px;
display: block;
  background: var(--inblu);
  color: #fff;
}
#productCarousel .product .action a,
.products-list .product .action a{
  color:#fff;
  line-height:40px;
}
.product-row, .news-row {
  position:relative;
}
.home-products .summary h4, .home-news .summary h4 {
  font-weight: 600;
}
.home-products .summary .content, .home-news .summary .content {
  font-size: 20px;
  color: var(--phgry)
}
.home-products .summary, .home-news .summary {
  position: relative;
}
#showcase-left{
  background: var(--inblu);
}
#home_text .swiper-slide {
  max-height: 120px;
}
#content-bottom {
  border: 1px solid var(--mdgry);
}
.home-emergency .text, .home-emergency .contact  {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: var(--inblu);
}
.home-emergency .contact a{
  color: var(--inblu);
}
.home #bottom:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: var(--ltgry);
}
.home #bottom {
  position: relative;
}
.home-emergency .visual img {
  max-width: 540px;
}
.home-emergency .visual{
  text-align: center;
  position: relative;
}
#featured-bottom {
  background: url(../img/showcase-bg.jpg);
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reference-block .reference {
  padding: 35px 0;
}
.reference-block .reference .image {
  border: 1px solid var(--mdgry);
}
.reference-block .title {
  font-size: 32px;
  font-weight: 600;
}
#referenceCarousel {
  margin-bottom: 50px;
}
.reference-block .description {
  color: var(--phgry);
  font-size: 20px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 50px;
}
nav.footer-menu > ul a ,
nav.footer-links > ul a {
  color: var(--inblu);
}
nav.footer-menu > ul ,
nav.footer-links > ul {
  list-style: none;
  padding: 50px 0 0;
  display: inline-block;
}
footer.region {
  border-top: 1px solid var(--mdgry);
  padding-top: 80px;
  margin-top: 80px;
}
nav.footer-menu,
nav.footer-links{
  text-align: center;
}
.footer-featured a.btn.border-btn:before {
  margin-right: 8px;
  top: 4px;
  position: relative;
}
.footer-featured .featured-group {
  display: block;
  margin: 0 auto;
  text-align: left;
}
.footer-featured .description {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 14px;
  width: 210px;
  color: var(--inblu);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-featured .featured-content {
  padding-top: 50px;
}
#copyright {
  background: var(--inblu);
  color: #fff;
  height: 32px;
  margin-top: 50px;
}
.carousel-vertical {
  position: relative;
  width: 800px;
  height: 45vw; /* 5 slides * 100px */
  margin: auto;
  overflow: hidden;
}
.carousel-vertical .carousel-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
}
.carousel-vertical .slide .header {
  opacity: 0.7;
  color: #fff;
  max-width: 30vw;
}
.carousel-vertical .slide.active .header {
  opacity: 1;
}
.carousel-vertical .slide .header {
  transform-origin: left;
  transition: opacity 0.3s, transform 0.3s;
}
.carousel-vertical .slide {
  flex: 0 0 9vw;
  height: 9vw;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
}
.carousel-vertical .slide.active {
  z-index: 10;
}
#showcase-left> div {
  height: 100%;
}
#showcase-left .home-crs-text {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
#showcase-left .home-crs-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 5vw;
}
.home-crs-image .slide-link a {
  display: block;
  text-align: center;
  background-color: #fff;
  height: 100%;
  font-weight: bold;
  color: var(--inblu);
  background-repeat: no-repeat;
  background-position: center;
}
.home-crs-image .carousel-item.active .slide-link{
  display: block;
}
.home-crs-image .carousel-inner{
  overflow: visible;
}
.footer-corporate a img {
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
ul.corporate.ft-block {
  list-style: none;
  padding-left: 25px;
}
.footer-social {
  margin-bottom: 20px;
}
ul.corporate.ft-block .value {
 color: var(--inblu);
}
ul.corporate.ft-block li {
  display: inline-block;
  margin-right: 30px;
}
ul.corporate.ft-block .label {
  display: none;
}
.footer-hours .season {
  margin-bottom: 30px;
}
.content-page .text {
  color: var(--txgry);
}
.content-page .frame {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.page-header h4 {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  color: var(--inblu);
  margin-bottom: 40px;
}
.node-header h4 {
  margin-top: 100px;
  font-size: 40px;
  color: var(--inblu);
  margin-bottom: 40px;
}
.article-header h4 {
  margin-top: 0;
  font-size: 40px;
  color: var(--inblu);
  margin-bottom: 40px;
}
.news-node .node-body {
  font-size: 20px;
  color: var(--txgry);
}
.news-node .node-summary{
    color: #999;
    margin-bottom: 20px;
    display: block;
    font-size: 24px;
}
.news-node .article-header {
    border-bottom: 1px solid var(--mdgry);
}

.page-header .description {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 100px;
  color: var(--txgry);
  font-size: 24px;
}
.nav-btn {
  display: inline-block;
  background: var(--mdgry);
  color: var(--inblu);
  font-size: 13px;
  line-height: 16px;
  padding: 13px 37px;
  margin: 5px 7px;
  letter-spacing: 0.7px;
}
.nav-btn span {
  display: table-cell;
  height: 32px;
  vertical-align: middle;
}
.nav-btn.active {
    background: var(--inblu);
    color: #fff;
}
#side-menu .menu-item .dropdown-toggle::after{
  content: none;
  display: none;
}
#cart-block-region .open #cartDropdown {
  border-radius: 0;
  transition: top 200ms ease;
}
main.region .homepage {
  position: relative;
}
main.region form#user-login-form,
main.region form#user-register-form {
  display: block;
  max-width: 400px;
  margin: 30px auto;
  padding: 50px;
  background: var(--mdgry);
}
main.region form#user-login-form .js-form-item,
main.region form#user-register-form .js-form-item {
  margin-bottom: 20px;
}
main.region form#user-login-form .js-form-item input,
main.region form#user-register-form .js-form-item input {
  max-width: 100%;
  border: 1px solid var(--phgry);
  line-height: 30px;
}
main.region form#user-login-form .js-form-item label,
main.region form#user-register-form .js-form-item label {
  color: var(--inblu);
  font-size: 14px;
}
main.region form#user-login-form .form-actions input,
main.region form#user-register-form .form-actions input {
  background: var(--inblu);
  border: 1px solid var(--phgry);
  color: #fff;
  padding: 6px 20px;
}
main.region form#user-login-form .form-actions,
main.region form#user-register-form .form-actions {
  text-align: right;
}
div.captcha__image-wrapper {
  max-width: 200px;
}
#cartDropdown .cart-actions{
  margin-top: 30px;
  text-align: right;
}
#cartDropdown .cart-actions .thin-btn {
  display: inline-block;
  background: var(--inblu);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}
.news-page a.news {
  display: block;
  border: 1px solid var(--mdgry);
  padding: 3px;
  transition: background 300ms ease;
}
.news-page a.news span {
  display: block;
}
.news-page a.news span.title {
  font-size: 24px;
  padding: 10px;
  height: 92px;
  color: var(--inblu);
}
.news-page a.news span.body {
  padding: 10px;
  height: 140px;
  line-height: 24px;
  text-decoration: none;
  color: var(--txgry);
}
.news-page a.news span.link {
  text-align: center;
  background: var(--inblu);
  padding: 10px;
  color: #fff;
}
.news-page a.news:hover {
  background: var(--ltgry);
}
.news-page a.news span.visual img {
  opacity: 0.9;
  transition: opacity 300ms ease;
}
.news-page a.news:hover span.visual img {
  opacity: 1;
}
.content-page .frame h4 {
  color: var(--inblu);
  font-size: 30px;
}
.content-page .inpage-nav {
  text-align: center;
  margin-bottom: 30px;
}
#inlineCarousel .carousel-item img {
    height: 600px;
    width: auto;
}
#inlineCarousel .carousel-control-next {
    margin-right: -30px;
}
#inlineCarousel .carousel-control-prev {
    margin-left: -30px;
}
#inlineCarousel .carousel-indicators {
    bottom: -50px;
}
.cart-count {
  position: absolute;
  left: 50%;
  background: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  color: var(--inblu);
}
.vacancy-page .vacancy .actions a {
  display: block;
  text-align: center;
  height: 60px;
  padding: 17px 0;
  background: var(--mdgry);
  color: var(--inblu);
}
.vacancy-page .vacancy .title {
  text-align: center;
  height: 140px;
  background: var(--inblu);
  color: #fff;
  font-size: 22px;
  padding: 54px 10px;
}
body.vacancy main > .container-fluid {
  max-width: 1600px;
}
#career-form input {
  width: 100%;
  margin-bottom: 20px;
  line-height: 46px;
  padding: 5px 10px;
}
#career-form label {
  display: block;
  text-align: center;
  color: var(--txgry);
  font-size: 22px;
}
#career-form input[type="submit"] {
  width: 100%;
  background: var(--inblu);
  border: none;
  color: #fff;
}
.dropdown-group .hoverbtn {
  display: none;
}
.dropdown-group.filled .hoverbtn {
  top: var(--btnTop);
  z-index: 2;
  position: absolute;
  display: block;
  opacity: var(--btnOp);
  transition: opacity 100ms ease, top 50ms ease;
  padding-left: 1px;
}
.hoverbtn a.dropdown-toggler {
  border-left: none!important;
  width: 109px;
}
.dropdown-group.open .hoverbtn {
  display: none;
}
body.vacancy ul {
  list-style: none;
}
.hr-links h4 {
  margin: 60px 0 30px;
  font-size: 32px;
}
.hr-links p {
  font-size: 22px;
  margin-bottom: 40px;
}
.hr-links .actions a.btn {
  background: #fff;
  border: 2px solid var(--inblu);
  border-radius: 0;
  width: 296px;
  color: var(--inblu);
  padding: 10px 20px;
  top: 19px;
  position: relative;
  margin: 0 20px;
  font-size: 22px;
}
.messages[role="status"] {
    display: none;
}
.press-articles .press-card {
  border: 1px solid var(--mdgry);
  position: relative;
  padding: 40px 20px;
  height: 200px;
}
.press-articles .press-card .info {
  position: absolute;
  background: var(--inblu);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  top: -20px;
}
.press-articles .press-card .link {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.press-articles .press-card .content {
  color: var(--txgry)
}
.press-articles .press-card small {
  padding-left: 20px;
  font-size: 12px;
}

.cart-view form {
  /* background: #000; */
  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 100px 0;
}
form.commerce-checkout-flow a.link--previous {
  display: inline-block;
  padding: 22px;
  background: var(--mdgry);
  color: var(--inblu);
  height: 100%;
}
form.ig-commerce-lpg-order-form,
form.commerce-checkout-flow {
  /* background: #000; */
  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 100px 0;
}
form.ig-commerce-lpg-order-form .js-form-item label,
form.commerce-checkout-flow .js-form-item label {
  display: block;
  font-size: 22px;
  color: var(--txgry);
}

form.commerce-checkout-flow .js-form-item {
  margin-bottom: 20px;
}
.cart-view form table td {
  padding: 0 20px;
}

.cart-view form table tbody tr {
  border-bottom: 1px solid var(--phgry);
}

.cart-view form table thead th {
  background: var(--inblu);
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff
}
.cart-view form .delete-order-item.button {
  background-image: url("../img/close.svg");
  background-color: #ee0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #fff0;
  border-radius: 6px;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.cart-view form .form-actions {
  text-align: right;
  padding-top: 20px;
}
form.ig-commerce-lpg-order-form summary{
  color: var(--inblu);
  margin-bottom: 20px;
}
.cart-view form .form-actions input,
form.ig-commerce-lpg-order-form input[type="submit"],
form.commerce-checkout-flow .form-actions input {
  background: var(--inblu);
  border: navajowhite;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 50px;
}
.cart-view form .product-title{
  color: var(--inblu);
}
form.ig-commerce-lpg-order-form input[type="text"],
form.ig-commerce-lpg-order-form input[type="tel"],
form.ig-commerce-lpg-order-form input[type="email"],
form.ig-commerce-lpg-order-form input[type="password"],
.commerce-checkout-completion-register input[type="text"],
.commerce-checkout-completion-register input[type="tel"],
.commerce-checkout-completion-register input[type="email"],
.commerce-checkout-completion-register input[type="password"],
form.commerce-checkout-flow input[type="text"],
form.commerce-checkout-flow input[type="tel"],
form.commerce-checkout-flow input[type="email"] {
  width: 100%;
  border: 1px solid var(--phgry);
  padding: 5px 10px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 20px;
}
form.commerce-checkout-flow .js-form-item.js-form-type-checkbox label {
  display: inline-block;
  margin-left: 5px;
}
.commerce-checkout-completion-register .form-actions{
  margin-top: 50px
}
.home .layout-content {
  overflow: hidden;
}
nav.pager ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

nav.pager ul li {
  display: inline-block;
}

nav.pager ul li a {
  display: block;
  padding: 5px 10px;
  background: var(--inblu);
  color: #fff;
  text-align: center;
  min-width: 34px;
}


.multislide .carousel-inner .carousel-item.active,
.multislide .carousel-inner .carousel-item-next,
.multislide .carousel-inner .carousel-item-prev {
  display: flex;
}
.node-body #inlineCarousel .carousel-item {
    text-align: center;
}
fieldset.captcha .captcha__description.description{
  display: none;
}
.contact-us-form input[type="submit"] {
  border: 0;
  background: var(--inblu);
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}
.press-articles .press-card .content {
  max-height: 120px;
  overflow: hidden;
}

.menu-banners .right-banner .banner-wrapper {
  height: 100%;
}
.menu-banners .right-banner .banner-wrapper > div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.working-hours {
  font-size: 14px;
  margin: 16px 0;
}
.working-hours .title .title-frame {
  height: 110px;
  width: 40px;
}
.menu-contact .header h4 {
  color: var(--inblu);
  text-transform: uppercase;
  margin-top: 8px;
}
.menu-contact ul.corporate.ft-block .value {
  font-size: 14px;
}
.working-hours .title .title-frame div {
  transform: rotate(270deg);
  white-space: nowrap;
  transform-origin: 50px 50px;
  color: var(--inblu);
  font-size: 12px;
  padding-top: 12px;
}
.menu-contact .link a {
  display: block;
  background: var(--inblu);
  color: #fff;
  padding: 8px 16px;
}
.menu-contact ul.corporate.sm-block {
  list-style: none;
  padding-left: 0;
  padding-top: 22px;
}

.menu-contact ul.corporate.sm-block li {
  display: inline-block;
  margin-left: 7px;
}
.working-hours .title {border-right: 1px solid var(--phgry);}

.working-hours .summer .label,
.working-hours .winter .label {
  font-size: 17px;
  margin-bottom: 20px;
}
.working-hours .summer,
.working-hours .winter {
  color: var(--inblu);
}
form.commerce-checkout-flow legend span.fieldset-legend {
  color: var(--inblu);
  font-size: 32px;
  text-transform: uppercase;
}
form.commerce-checkout-flow input[type="submit"]{
  background: var(--inblu);
  color: #fff;
  width: 100%;
  padding: 10px;
  border: none;
  max-width: 600px;
  line-height: 48px;
}
form.commerce-checkout-flow{
  text-align: center;
}

.dropdown-group {
  position: relative;
  display: inline-block;
}

.dropdown-group .menu-item .dropdown-toggler {
  padding: 10px 14px;
  cursor: pointer;
}

.dropdown-panel {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  display: none;
  z-index: 1000;
}

.dropdown-group.open .dropdown-panel {
  display: block;
}
#floater {
  position: fixed;
  right: 20px;
  max-width: 240px;
  z-index: 36;
}

#floater .plate {
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}
#floater .visual {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
#floater .plate .phone {
  position: absolute;
  top: 3px;
  left: 3px;
}
#floater .plate .phone a div {
  display: block;
  position: relative;
  padding: 7px;
  border-radius: 3px;
}
#floater .corporate-floater .links {
  position: absolute;
  top: 95px;
  right: 0;
  opacity: 0;
  transition: all 300ms ease;
}
#floater .corporate-floater.open .links {
  opacity: 1;
  right: 190px;
}
#floater .corporate-floater .links a {
  display: block;
  height: 40px;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 11px;
  color: #fff;
  transition: all 400ms ease;
  position: relative;
  white-space: nowrap;
}
#floater .corporate-floater.open .links a{
  right: 0!important;
}
#floater .corporate-floater .links .phone a{
  background: #34B7F1;
}
#floater .corporate-floater .links .phone a:hover{
  background: #1a88b8;
}
#floater .corporate-floater .links .whatsapp a{
  background: #25D366;
  right: -30px;}
#floater .corporate-floater .links .whatsapp a:hover{
  background: #15ac4d;
}
#floater .corporate-floater .links .infinity a{
  background: #ff9200;
  right: -60px;
}
#floater .corporate-floater .links .infinity a:hover{
  background: #d57a00;
}

#floater .corporate-floater .links a .label {
  margin-left: 5px;
  position: relative;
  top: -5px;
  font-size: 13px;
  font-weight: bold;
}
table.cart-table {
  width: 100%;
}

table.cart-table th,table.cart-table td {
  padding: 2px 5px;
}

table.cart-table tbody tr:last-child {
  background: var(--mdgry);
}
div#copyright p {
  margin: 0;
}
div#copyright {
  font-size: 14px;
  line-height: 30px;
}
fieldset.form-wrapper__returning-customer input[type="text"],
fieldset.form-wrapper__returning-customer input[type="password"],
.commerce-checkout-completion-register input[type="text"],
.commerce-checkout-completion-register input[type="password"],
fieldset.form-wrapper__guest-checkout input[type="text"],
fieldset.form-wrapper__guest-checkout input[type="password"]{
  width: 100%;
  border: 1px solid var(--phgry);
  padding: 5px 10px;
  margin-bottom: 20px;
  line-height: 48px;
  font-size: 20px;
}
fieldset.form-wrapper__returning-customer div.js-form-item,
.commerce-checkout-completion-register div.js-form-item,
fieldset.form-wrapper__guest-checkout div.js-form-item{
  max-width: 600px;
  margin: auto;
}
fieldset.form-wrapper__returning-customer .fieldset-wrapper p,
.commerce-checkout-completion-register .fieldset-wrapper p,
fieldset.form-wrapper__guest-checkout .fieldset-wrapper p,
fieldset.form-wrapper__returning-customer .fieldset-wrapper div.description,
.commerce-checkout-completion-register .fieldset-wrapper div.description,
fieldset.form-wrapper__guest-checkout .fieldset-wrapper div.description{
  font-size: 14px;
}
fieldset.form-wrapper__returning-customer,
.commerce-checkout-completion-register,
fieldset.form-wrapper__guest-checkout {
  clear: both;
  display: block;
  width: 100%;
}
.account-menu .menu-item .title {
  vertical-align: super;
}
.right-banner .header .title{
  color: var(--inblu);
  text-transform: uppercase;
  font-size: 22px;
}
.right-banner .footer-hours .season .label {
  position: absolute;
  transform: rotate(-90deg);
  border-bottom: 1px solid var(--inblu);
  left: 156px;
  font-weight: 200;
  font-size: 10px;
  top: 84px;
  padding-bottom: 10px;
}
/*
input[type=submit] {
  border: none;
  background: var(--inblu);
  padding: 10px 20px;
  color: #fff;
}

#block-custom-content {
  width: 400px;
  margin: 30px auto;
}
*/
.js-form-type-textfield[class*="dependent-locality"]{
  display: none;
}
/* Responsive */
@media (min-width: 1680px) {
  #header-top, #header-top a {
    color: var(--inblu);
    height: 39px;
  }

  .header-top-left {
    font-size: 0.8125rem;
  }
  #header-top .corporate-branch > div {
    padding: 10px 19px;
  }
  .header-top-right .region-content > div {
    padding: 10px 20px;
    position: relative;
  }
  #branding a img {
    max-width: 180px;
  }
  .footer-corporate a img {
    max-width: 250px;
  }
  #side-menu .menu-item > a {
    padding: 22px 5px 0;
    height: 120px;
    width: 110px;
  }
  #header-bottom {
    height: 120px;
  }
  #header-bottom #navbar-toggler {
    padding: 43px calc(var(--container-padding) + 38px);
  }
  .carousel-vertical .slide .header {
    font-size: 40px;
    line-height: 52px;
  }
  #newsCarousel .news .description,
  .ss-list .news .description {
    height: 120px;
    font-size: 13px;
    line-height: 20px;
  }
  .home-crs-image .slide-link {
    width: 130px;
    height: 130px;
    padding: 10px;
    left: -65px;
  }
  .home-crs-image .slide-link a {
    line-height: 110px;
    font-size: 15px;
  }
  #header-top .corporate-branch > div:after,
  .header-top-right .region-content > div:after {
    height: 24px;
    top: 7px;
    right: 0;
  }
  .header-top-right {
    font-size: 0.875rem;
  }
  .dropdown-block.dropdown-select .custom-dropdown-label:before {
    margin-right: 6px;
    top: 2px;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: calc((1630px - 100vw) / 5);
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: calc((1630px - 100vw) / 5);
  }
  main .homepage .content-wrapper h4 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  main .homepage .content-wrapper .subtitle {
    font-size: 23px;
    margin-bottom: 10px;
  }
  main .homepage .content-wrapper .description {
    line-height: 23px;
    font-size: 16px;
    padding: 0 42px;
  }
  .content-col {
    max-width: 640px;
    margin-left: 80px;
  }
  .reference-block .reference .image {
    padding: 30px 100px;
  }
  nav.footer-menu > ul,
  nav.footer-links > ul {
    font-size: 20px;
  }
  nav.footer-menu > ul li,
  nav.footer-links > ul li {
    margin-bottom: 22px;
  }
  #newsCarousel .news .title,
  .ss-list .news .title {
    height: 52px;
    font-size: 19px;
    line-height: 26px;
    margin: 26px 0 18px;
    padding: 0 16px;
  }
  .reference-block .title {
    margin: 150px 0 30px;
  }
  #header-bottom #dropdownMenu {
    top: 119px;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 400px;
    padding: 20px;
  }
  .cart-count {
    bottom: 62px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #floater .plate {
    padding: 25px 18px 10px;
  }
  #floater .plate .title{
    font-size: 16px;
  }
  #floater .plate .description{
    font-size: 11px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 190px;
    top: 30px;
  }
}
/* ----------------------------------------------------------------------------------------*/
@media (max-width: 1679px) {
}
@media (min-width: 1400px) and (max-width: 1679px) {
  #branding a img {
    max-width: 170px;
  }
  .footer-corporate a img {
    max-width: 200px;
  }
  #header-bottom {
    height: 108px;
  }
  #header-bottom #navbar-toggler {
    padding: 37px calc(var(--container-padding) + 29px);
  }
  #header-top, #header-top a {
    height: 29px;
  }
  .header-top-left {
    font-size: 0.6875rem;
  }
  #header-top .corporate-branch > div {
    padding: 9px;
    line-height: 11px;
  }
  .carousel-vertical .slide .header {
    font-size: 27px;
    line-height: 40px;
  }
  .home-crs-image .slide-link {
    width: 120px;
    height: 120px;
    padding: 9px;
    left: -60px;
  }
  .home-crs-image .slide-link a {
    line-height: 100px;
    font-size: 15px;
  }
  #header-top .corporate-branch > div:after,
  .header-top-right .region-content > div:after {
    height: 17px;
    top: 5px;
    right: -1px;
  }
  .header-top-right .region-content > div{
    padding: 5px 14px;
    position: relative;
  }
  .header-top-right {
    font-size: 0.75rem;
  }
  .header-top-right .corporate.sm-block [class*="svgicon-a-m"]:after {
    width: 18px;
    height: 18px;
  }
  .dropdown-block.dropdown-select .custom-dropdown-label:before {
    margin-right: 5px;
    top: 3px;
  }
  #side-menu .menu-item > a {
    padding-top: 17px;
    height: 108px;
    width: 98px;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: 0;
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: 0;
  }
  main .homepage .content-wrapper h4{
    font-size:30px;
    margin-bottom:30px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 22px;
    margin-bottom: 8px;
  }
  main .homepage .content-wrapper .description{
    line-height:20px;
    font-size: 15px;
    padding: 0 32px;
  }
  .content-col {
    max-width: 640px;
    margin-left:60px;
  }
  .reference-block .reference .image {
    padding: 30px 80px;
  }
  nav.footer-menu > ul ,
  nav.footer-links > ul {
    font-size: 18px;
  }
  nav.footer-menu > ul li ,
  nav.footer-links > ul li {
    margin-bottom: 16px;
  }
  #newsCarousel .news .description,
  .ss-list .news .description{
    height: 128px;
    font-size: 12px;
    line-height: 16px;
  }
  #newsCarousel .news .title,
  .ss-list .news .title{
    height: 66px;
    font-size: 18px;
    line-height: 22px;
    margin: 18px 0 12px;
    padding: 0 16px;
  }
  .reference-block .title {
    margin: 100px 0 30px;
  }
  #header-bottom #dropdownMenu {
    top: 108px;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 350px;
    padding: 12px;
  }
  .cart-count {
    bottom: 59px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #floater .plate {
    padding: 25px 18px 10px;
  }
  #floater .plate .title{
    font-size: 14px;
  }
  #floater .plate .description{
    font-size: 10px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 170px;
    top: 30px;
  }
}

@media (min-width: 1400px) {
  .carousel-vertical .slide.active .header {
    transform: scale(1.2);
  }
  #header-top .corporate-branch {
    padding: 0 18px;
  }
  #side-menu .menu-item a .title {
    margin-top: 14px;
    font-size: .875rem;
  }
  .home-products .summary h4, .home-news .summary h4 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .home-products .summary .content, .home-news .summary .content {
    font-size: 20px;
  }
  .home-crs-image .slide-link a {
    background-size: 30px;
  }
  .home-emergency .number a {
    font-size: 32px;
    font-weight: 600;
  }
  .home-emergency .title {
    font-size: 20px;
  }
  .home-emergency .text h4 {
    font-size: 32px;
    font-weight: 600;
  }
  .home-emergency .text .description {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  #content-bottom {
    margin: 100px 0;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 1.5rem;
  }
  #showcase-left .home-crs-text:after {
    height: 140px;
  }
  .carousel-vertical .slide {
    padding-left: 110px;
  }
  .ss-list {
    padding: 100px 132px;
  }
}

@media (max-width: 1399px) {
  #header-top, #header-top a {
    height: 24px;
  }
  .header-top-left {
    font-size: 0.625rem;
  }
  #header-top .corporate-branch > div {
    padding: 7px 5px;
    line-height: 10px;
  }
  .carousel-vertical .slide.active .header {
    transform: scale(1.15);
  }
  #header-top .corporate-branch > div:after,
  #header-top .corporate-branch span[class*="svgicon-"]:after,
  .header-top-right .region-content > div:after {
    height: 14px;
    top: 5px;
    right: -1px;
  }
  .header-top-right {
    font-size: 0.75rem;
  }
  .header-top-right .region-content > div{
    padding: 5px 8px;
    position: relative;
  }
  .header-top-right .corporate.sm-block [class*="svgicon-a-m"]:after {
    width: 16px;
    height: 16px;
    top: -2px;
    position: relative;
  }
  .header-top-right {
    font-size: 0.6875rem;
  }
  .dropdown-block.dropdown-select .custom-dropdown-label:before {
    margin-right: 4px;
    top: 2px;
    width: 12px;
    height: 12px;
  }
  .home-products .summary, .home-news .summary {
    padding: 0 16px;
  }
  .home-products .summary h4, .home-news .summary h4 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .home-products .summary .content, .home-news .summary .content {
    font-size: 16px;
  }
  nav.footer-menu > ul ,
  nav.footer-links > ul {
    font-size: 16px;
  }
  nav.footer-menu > ul li ,
  nav.footer-links > ul li {
    margin-bottom: 12px;
  }
  .reference-block .title {
    margin: 100px 0 30px;
  }
  .ss-list {
    padding: 100px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-crs-image .slide-link {
    width: 110px;
    height: 110px;
    padding: 8px;
    left: -55px;
  }
  .home-crs-image .slide-link a {
    line-height: 92px;
    font-size: 14px;
  }
  .home-crs-image .slide-link a {
    background-size: 22px;
  }
  .carousel-vertical .slide .header {
    font-size: 24px;
    line-height: 40px;
  }
  .home-emergency .number a {
    font-size: 28px;
    font-weight: 600;
  }
  .home-emergency .title {
    font-size: 18px;
  }
  .home-emergency .text h4 {
    font-size: 28px;
    font-weight: 600;
  }
  .home-emergency .text .description {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
  }
  #newsCarousel .news .description,
  .ss-list .news .description{
    height: 84px;
    font-size: 10px;
    line-height: 14px;
  }
  #newsCarousel .news .title,
  .ss-list .news .title{
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 8px;
    padding: 0 16px;
  }
  main .homepage .content-wrapper h4{
    font-size:28px;
    margin-bottom:20px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 20px;
    margin-bottom: 5px;
  }
  main .homepage .content-wrapper .description{
    line-height:18px;
    font-size: 14px;
    padding: 0 20px;
  }
  .content-col {
    max-width: 600px;
    margin-left:20px;
  }
  #content-bottom {
    margin: 50px 0;
  }
  #header-bottom #dropdownMenu {
    top: 90px;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 1.3rem;
  }
  #side-menu .menu-item > a {
    padding-top: 12px;
    height: 90px;
    width: 82px;
  }
  #side-menu .menu-item a .title {
    margin-top: 10px;
    font-size: .75rem;
  }
  #header-bottom {
    height: 90px;
  }
  #branding a img {
    max-width: 140px;
  }
  .footer-corporate a img {
    max-width: 180px;
  }
  #header-bottom #navbar-toggler {
    padding: 27px calc(var(--container-padding) + 18px);
  }
  #header-top .corporate-branch{
    padding: 0 12px;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: -1rem;
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: -1rem;
  }
  .reference-block .reference .image {
    padding: 30px 50px;
  }
  #showcase-left .home-crs-text:after {
    height: 120px;
  }
  .carousel-vertical .slide {
    padding-left: 100px;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 320px;
    padding: 10px;
  }
  table.cart-table {
    font-size: 13px;
  }
  .cart-count {
    bottom: 49px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #floater .plate {
    padding: 25px 18px 10px;
  }
  #floater .plate .title{
    font-size: 14px;
  }
  #floater .plate .description{
    font-size: 10px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 170px;
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .multislide .carousel-inner .carousel-item-end.active,
  .multislide .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  .multislide .carousel-inner .carousel-item-start.active,
  .multislide .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
  .multislide .carousel-inner .carousel-item-end,
  .multislide .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
  .content-page .frame {
    font-size: 20px;
  }
  .content-page .frame h4 {
    margin-bottom: 30px;
  }
  .node-content .node-image{
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .products-list.promoted .product img {
    height: 360px;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .home-crs-image .slide-link a {
    background-size: 20px;
  }
  .carousel-vertical .slide .header {
    font-size: 22px;
    line-height: 32px;
  }
  .home-emergency .title {
    font-size: 18px;
  }
  #newsCarousel .news .description,
  .ss-list .news .description{
    height: 80px;
    font-size: 13px;
    line-height: 16px;
  }
  #newsCarousel .news .title,
  .ss-list .news .title{
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 8px;
    padding: 0 16px;
  }
  #showcase-left .home-crs-text:after {
    height: 90px;
  }
  .carousel-vertical .slide {
    padding-left: 80px;
  }
  .news-node .node-body{
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .multislide .carousel-inner .carousel-item-end.active,
  .multislide .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .multislide .carousel-inner .carousel-item-start.active,
  .multislide .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
  .multislide .carousel-inner .carousel-item-end,
  .multislide .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
  .home-crs-image .slide-link {
    width: 90px;
    height: 90px;
    padding: 7px;
    left: -45px;
  }
  .home-crs-image .slide-link a {
    line-height: 76px;
    font-size: 12px;
  }
  .home-emergency .text h4 {
    font-size: 24px;
    font-weight: 600;
  }
  .home-emergency .text .description {
    font-size: 14px;
    max-width: 200px;
    margin: 0 auto;
  }
  main .homepage .content-wrapper h4{
    font-size:25px;
    margin-bottom:18px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 16px;
    margin-bottom: 4px;
  }
  main .homepage .content-wrapper .description{
    line-height:16px;
    font-size: 11px;
    padding: 0 12px;
  }
  .content-col {
    max-width: 500px;
    margin-left:20px;
  }
  #content-bottom {
    margin: 50px 0;
  }
  #header-bottom #dropdownMenu {
    top: 90px;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 1.1rem;
  }
  #side-menu .menu-item > a {
    padding-top: 12px;
    height: 90px;
    width: 82px;
  }
  #side-menu .menu-item a .title {
    margin-top: 10px;
    font-size: .75rem;
  }
  #header-bottom {
    height: 90px;
  }
  #branding a img {
    max-width: 140px;
  }
  .footer-corporate a img {
    max-width: 180px;
  }
  #header-bottom #navbar-toggler {
    padding: 27px calc(var(--container-padding) + 18px);
  }
  .home-emergency .number a {
    font-size: 28px;
    font-weight: 600;
  }
  #header-top .corporate-branch{
    padding: 0 12px;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: -1rem;
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: -1rem;
  }
  .reference-block .reference .image {
    padding: 30px 50px;
  }
  .content-page .visual img {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-page .visual {
    text-align: center;
    overflow: hidden;
  }
  .content-page .frame {
    font-size: 18px;
  }
  .content-page .frame h4 {
    margin-bottom: 12px;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 320px;
    padding: 10px;
  }
  table.cart-table {
    font-size: 13px;
  }
  .cart-count {
    bottom: 49px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #floater .plate {
    padding: 25px 11px 10px;
  }
  #floater .plate .title{
    font-size: 12px;
  }
  #floater .plate .description{
    font-size: 9px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 140px;
    top: 30px;
  }
}

@media (min-width: 992px) {
  .home-crs-image .slide-link a:hover {
    background-image: url(../img/logo-icon.svg);
    color: transparent;
  }
  .home-crs-image .slide-link {
    position: absolute;
    top: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: 30;
  }
  .home-products .summary, .home-news .summary {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .home #bottom:before {
    height: 50%;
  }
  .footer-featured .featured-group {
    max-width: 220px;
  }
  .footer-featured .description {
    text-align: left;
  }
  .footer-menu-region, .footer-featured-region {
    border-left: 1px solid var(--mdgry);
  }
  .home-factory .content {
    text-align: center;
    height: 294px;
    overflow: hidden;
  }
  .home-factory .description {
    max-width: 920px;
    margin: 0 auto;
    font-size: 22px;
  }
  .home-factory .title {
    font-size: 44px;
    max-width: 740px;
    margin: 0 auto 39px;
    font-weight: 500;
    line-height: 54px;
  }
  .home-factory .suptitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  #featured-bottom {
    padding: 120px 0;
  }
  #header-bottom .main-menu .left-banner {
    width: calc(60%);
    display: inline-block;
  }
  #header-bottom .main-menu .right-banner {
    width: calc(40%);
  }
  .menu-banners .banner-wrapper{
    padding: 24px 27px;
  }
  .news-col{
    max-width: 20%;
    margin-bottom: 20px;
  }
  .products-list {
    padding: 0 132px 100px;
  }
}

@media (max-width: 991px) {
  .home-crs-image .slide-link {
    height: 90px;
    padding: 7px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .home-crs-image .slide-link a {
    line-height: 26px;
    font-size: 20px;
    font-weight: 400;
  }
  .home-crs-image .slide-link a .header {
    max-width: 320px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  .home-crs-image .slide-link {
    position: absolute;
    border: 1px solid #fff;
    z-index: 30;
  }
  .home-products .summary, .home-news .summary {
    margin-bottom: 50px;
  }
  .homepage .image-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }
  .footer-featured .featured-group {
    text-align: center;
  }
  ul.corporate.ft-block {
    text-align: center;
  }
  .home-emergency .text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .home-emergency .text .description {
    font-size: 12px;
    max-width: 200px;
    margin: 0 auto;
  }
  #content-bottom {
    margin: 30px 0;
  }

  .content-page .visual img {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-page .visual {
    text-align: center;
    overflow: hidden;
  }
  .content-page .frame {
    font-size: 18px;
    padding: 24px 0;
  }
  .content-page .frame h4 {
    margin-bottom: 12px;
  }
  .page-header .description {
    padding: 0 30px;
  }
  #header-bottom .main-menu .left-banner, #header-bottom .main-menu .right-banner {
    width: 100%;
    padding: 0 1rem;
  }
  .menu-banners .banner-wrapper {
    padding: 10px;
  }
  .news-col {
    margin-bottom: 30px;
  }
  .products-list {
    padding: 0 20px 60px;
  }
}

@media (max-width: 991px) and (min-aspect-ratio: 1)  {
  .home-crs-image .carousel-item {
    height: 70vw;
    overflow: hidden;
  }
  .home-crs-image .carousel-item img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-emergency .text h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .home-emergency .text .description {
    font-size: 13px;
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .multislide .carousel-inner .carousel-item-end.active,
  .multislide .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .multislide .carousel-inner .carousel-item-start.active,
  .multislide .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
  .multislide .carousel-inner .carousel-item-end,
  .multislide .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
  .footer-links-region {
    border-left: 1px solid var(--mdgry);
  }
  #side-menu .menu-item > a {
    padding-top: 12px;
    height: 90px;
    width: 82px;
  }
  #side-menu .menu-item a .title {
    margin-top: 10px;
    font-size: .75rem;
  }
  #header-bottom {
    height: 90px;
  }
  #branding a img {
    max-width: 140px;
  }
  .footer-corporate a img {
    max-width: 160px;
  }
  #header-bottom #navbar-toggler {
    padding: 27px calc(var(--container-padding) + 18px);
  }
  .home-emergency .number a {
    font-size: 28px;
    font-weight: 600;
  }
  .home #bottom:before {
    height: 60%;
  }
  .homepage .image-wrapper img {
    width: 130%;
  }
  .content-col {
    max-width: 500px;
    margin-left:20px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 16px;
    margin-bottom: 4px;
  }
  main .homepage .content-wrapper .description{
    line-height:16px;
    font-size: 11px;
    padding: 0 12px;
  }
  .home-factory .content {
    text-align: center;
    height: 250px;
    overflow: hidden;
  }
  .home-factory .description {
    max-width: 920px;
    margin: 0 auto;
    font-size: 18px;
  }
  .home-factory .title {
    font-size: 36px;
    max-width: 600px;
    margin: 0 auto 28px;
    font-weight: 500;
    line-height: 50px;
  }
  .home-factory .suptitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #featured-bottom {
    padding: 100px 0;
  }
  #header-top .corporate-branch{
    padding: 0 12px;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: -1rem;
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: -1rem;
  }
  .reference-block .reference .image {
    padding: 30px 50px;
  }
  #header-bottom #dropdownMenu {
    top: 90px;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 1.1rem;
  }
  main .homepage .content-wrapper h4{
    font-size:25px;
    margin-bottom:18px;
  }
  .main-menu #menu-dropdown {
    padding: 30px;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 320px;
    padding: 10px;
  }
  table.cart-table {
    font-size: 13px;
  }
  .cart-count {
    bottom: 49px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #floater .plate {
    padding: 25px 11px 10px;
  }
  #floater .plate .title{
    font-size: 12px;
  }
  #floater .plate .description{
    font-size: 9px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 140px;
    top: 30px;
  }
}

@media (min-width: 768px) {
  #header-bottom #navbar-toggler {
    font-size: 1.4375rem;
  }
  footer.region .footer-hours, footer.region .footer-social {
    padding-left: 25px;
  }
  .home #bottom {
    margin-bottom: 80px;
  }
  #cart-block-region .open.filled #cartDropdown {
    top: calc(var(--cartTop));
  }
  .dropdown-panel {
    position: absolute;
    top: 100%;
    right: 0;
  }
  #branding {
    text-align: center;
  }
  #header-bottom #navbar-toggler {
    border-right: 1px solid var(--mdgry);
  }
  #floater {
    bottom: 40px;
  }
  #floater .plate {
    background: var(--inblu);
    box-shadow: 3px 3px 8px #0004;
  }
}

@media (max-width: 767px) {
  .footer-hours .season {
    font-size: 14px;
  }
  #side-menu .menu-item > a {
    padding-top: 12px;
    height: 74px;
    width: 62px;
  }
  #side-menu .menu-item a .title {
    margin-top: 6px;
    font-size: .6875rem;
    line-height: 14px;
  }
  #navbar-toggler span[class*="svgicon-b-"]:before,
  #side-menu .menu-item a div[class*="svgicon-b-"]:before{
    width:20px;
    height: 20px;
  }
  #header-bottom #navbar-toggler {
    font-size: 1.25rem;
  }
  #header-bottom {
    height: 70px;
  }
  #branding a img {
    max-width: 114px;
  }
  .footer-corporate a img {
    max-width: 160px;
  }
  #header-bottom #navbar-toggler {
    padding: 20px calc(var(--container-padding) + 18px);
  }
  #newsCarousel,
  #productCarousel{
    padding: 0 3rem;
  }
  .home-emergency .number a {
    font-size: 24px;
    font-weight: 600;
  }
  .home #bottom{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .image-wrapper:after {
    background: linear-gradient(to right, #0008 0%,#0000 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .homepage .image-wrapper img {
    left: 50%;
    position: relative;
    transform: translateX(-54%);
  }
  .content-col {
    max-width: 340px;
  }
  .home-factory .content {
    text-align: center;
    height: 234px;
    overflow: hidden;
  }
  .home-factory .description {
    max-width: 460px;
    margin: 0 auto;
    font-size: 16px;
  }
  .home-factory .title {
    font-size: 28px;
    max-width: 480px;
    margin: 0 auto 28px;
    font-weight: 500;
    line-height: 36px;
  }
  .home-factory .suptitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #featured-bottom {
    padding: 72px 0;
  }
  footer.region .footer-corporate {
    text-align: center;
  }
  #header-bottom #dropdownMenu {
    top: 70px;
  }
  div#side-menu {
    position: fixed;
    bottom: 0;
    z-index: 31;
    left: 0;
    width: 100%;
    background: var(--inblu);
  }
  .cart-count {
    bottom: 39px;
    font-size: 11px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
  #cart-block-region .open.filled #cartDropdown {
    bottom: 74px
  }
  .dropdown-panel {
    position: fixed;
  }
  #cart-block-region .open #cartDropdown {
    min-width: 320px;
    padding: 12px;
  }
  #branding {
    text-align: left;
  }
  #header-bottom #navbar-toggler {
    border-left: 1px solid var(--mdgry);
  }
  #cartMenuLink {
    border-left: none !important;
  }
  .multislide .carousel-inner .carousel-item > div {
    display: none;
  }
  .multislide .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  #floater .plate {
    padding: 25px 11px 10px;
  }
  #floater .plate .title{
    font-size: 12px;
  }
  #floater .plate .description{
    font-size: 9px;
  }
  #floater .plate .description{
    text-align: center;
  }
  #floater .visual {
    width: 140px;
    top: 30px;
  }
  #floater {
    bottom: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  main .homepage .content-wrapper .description{
    padding: 0 12px;
  }
  .homepage .image-wrapper img {
    width: 300%;
  }
  .product-row .carousel-control-prev, .news-row .carousel-control-prev {
    left: -1rem;
  }
  .product-row .carousel-control-next, .news-row .carousel-control-next {
    right: -1rem;
  }
  .reference-block .reference .image {
    padding: 20px 40px;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 1.1rem;
  }
  main .homepage .content-wrapper h4{
    font-size:25px;
    margin-bottom:18px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 19px;
    margin-bottom: 4px;
  }
  main .homepage .content-wrapper .description{
    line-height:18px;
    font-size: 15px;
  }
  .home #bottom:before {
    height: 50%;
  }
  .main-menu #menu-dropdown {
    padding: 20px;
  }
}
@media (min-width: 576px) {

  main.region .content-wrapper {
    text-align: center;
  }
  nav.footer-menu > ul li ,
  nav.footer-links > ul li {
    text-align: left;
  }
  #header-bottom .main-menu .menu-item .title {
    line-height: 30px;
    height: 60px;
  }
  .home #bottom:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .home #bottom:before {
    height: 30%;
    top: 70%;
    transform: translateY(-50%);
  }
  .header-top-right .block-1 {
    display: none;
  }

  .homepage .image-wrapper img {
    width: 520%;
  }
  main .homepage .content-wrapper .description{
    max-width: 200px;
  }
  .reference-block .reference .image {
    padding: 10px 20px;
  }
  #header-bottom .main-menu .menu-item .title {
    font-size: 12px;
  }
  #header-bottom .main-menu .menu-item .title {
    line-height: 15px;
    height: 30px;
  }
  main .homepage .content-wrapper h4{
    font-size:20px;
    margin-bottom:18px;
  }
  main .homepage .content-wrapper .subtitle{
    font-size: 18px;
    margin-bottom: 4px;
  }
  main .homepage .content-wrapper .description{
    line-height:17px;
    font-size: 12px;
  }
  .main-menu #menu-dropdown {
    padding: 10px;
  }
}
