
/* BS4 Grid XXL breakpoint */

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1680px){
  /* expanding BS4 max-width */
  .container {max-width: 1600px;}

  /* grid columns xxl */
  .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
  .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
  .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
  .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 19.666667%; flex: 0 0 19.666667%; max-width: 19.666667%;}
  .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
  .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
  .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
  .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
  .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
  .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
  .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 80.33333%; flex: 0 0 80.33333%; max-width: 80.33333%;}
  .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%;}
  .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}

  /* order xxl */
  .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
  .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
  .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
  .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
  .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
  .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
  .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
  .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
  .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
  .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
  .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
  .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
  .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

  /* text-align xxl */
  .text-xxl-center {text-align: center!important;}
  .text-xxl-left {text-align: left!important;}
  .text-xxl-right {text-align: right!important;}  

  /* float xxl */
  .float-xxl-left {float: left!important;}
  .float-xxl-right {float: right!important;}
  .float-xxl-none {float: none!important;}

  /* display xxl */
  .d-xxl-none {display: none!important;}
  .d-xxl-inline {display: inline!important;}
  .d-xxl-inline-block {display: inline-block!important;}
  .d-xxl-block {display: block!important;}
  .d-xxl-table {display: table!important;}
  .d-xxl-table-cell {display: table-cell!important;}
  .d-xxl-table-row {display: table-row!important;}
  .d-xxl-flex {display: flex!important;}
  .d-xxl-inline-flex {display: inline-flex!important;}

  /* offsets xxl */
  .offset-xxl-1 {margin-left: 8.333333%;}
  .offset-xxl-2 {margin-left: 16.666667%;}
  .offset-xxl-3 {margin-left: 25%;}
  .offset-xxl-4 {margin-left: 33.333333%;}
  .offset-xxl-5 {margin-left: 41.666667%;}
  .offset-xxl-6 {margin-left: 50%;}
  .offset-xxl-7 {margin-left: 58.333333%;}
  .offset-xxl-8 {margin-left: 66.666667%;}
  .offset-xxl-9 {margin-left: 75%;}
  .offset-xxl-10 {margin-left: 83.333333%;}
  .offset-xxl-11 {margin-left: 91.666667%;}

  /* spacing xxl */
  .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
  .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
  .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}



/* 
font-family: 'Montserrat', sans-serif;
font-family: 'PT Serif', serif;
 */

body {
  font-family: Segoe UI;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'PT Serif', serif;
  color: #000;
}
h1 {
  font-family: 'PT Serif',sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 5px;
}
ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li ul {
  margin-left: 15px;
}

a {
  color: #000;
  transition: 300ms;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #cc9952;
  text-decoration: none;
  transition: 300ms;
}
/*img {
  max-width: 100%;
  height: auto;
}*/
.collapsing {
  transition: none;
}

/* Admin contextual buttons */
button.focusable {
  display: none;
}
.contextual-region:hover button.focusable,
.contextual-region:focus button.focusable {
  display: block;
}
/* Admin contextual buttons */

:focus {
    outline: none;
}


/* Scrollbar */
body::-webkit-scrollbar {
  width: 2px;
}
body::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
  background: #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
  outline: 1px solid slategrey;
}
/* Scrollbar */


/* Header */
header.header {
  box-shadow: 0 5px 20px 2px rgba(0,0,0,.5);
}
.nav-header-line {
  background: #000;
}
.nav-header-line .navbar-nav .nav-item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.nav-header-line .navbar-collapse.show .navbar-nav .nav-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.nav-header-line .navbar-collapse.show .nav-item {
    text-align: left !important;
    flex-grow: unset !important;
}
.region.region-nav-main {
  width: 100%;
}
.phone-row {
  margin-top: 20px;
  font-size: 13px;
  color: #777;
}
.phone-row a {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.header__logo {
  text-align: center;
  margin-top: 18px;
}
.top-header-line {
    height: 100px;
}
.lang-row {
  margin-top: 10px;
}
.lang-row ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lang-row ul.links li {
  display: inline-block;
  margin-right: 5px;
}
.lang-row ul.links li a {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.lang-row ul.links li a.is-active {
  color: #000;
}
.cart-search {
  text-align: right;
  margin-top: 35px;
}
.cart-search ul {
  list-style-type: none;
  display: inline-block;
}
.cart-search ul li {
  display: inline-block;
  margin-left: 20px;
}
.cart-search .search-block-form h2 {
  text-align: center;
}
.search-btn {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask: url('../img/search.svg') no-repeat;
  mask: url('../img/search.svg') no-repeat;
  background: #000;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  transition: 300ms;
}
.search-btn:hover {
  background: #cc9952;
  transition: 300ms;
}
.header-social-list {
  margin-left: 20px;
  padding: 7px 0 0 5px;
  position: relative;
  /*font-size: 20px;*/
}
.header-social-list:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 1px;
  height: 25px;
  background: #ccc;
}
.header-social-list li {
  margin-left: 7px !important;
}
.header-social-list .header-social {
  display: block;
  width: 18px;
  height: 18px;
  background: #999;
}
.header-social-list .header-social.fb-icon {
  -webkit-mask: url('../img/social/facebook.svg') no-repeat;
  mask: url('../img/social/facebook.svg') no-repeat;
}
.header-social-list .header-social.inst-icon {
  -webkit-mask: url('../img/social/instagram.svg') no-repeat;
  mask: url('../img/social/instagram.svg') no-repeat;
}
.header-social-list .header-social:hover {
  background: #cc9952;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
.breadcrumb li a {
  color: #808080;
}
.breadcrumb li a:hover {
  color: #cc9952;
}
.navbar {
  padding: 0;
}
.nav-header-line ul.navbar-nav > li:first-child a {
  background: red;
}
.nav-header-line .nav-link {
    display: block;
    padding: 18px;
    line-height: 1;
}
.header .navbar-toggler {
  position: relative;
    width: 26px;
    height: 20px;
    -webkit-transition: .3s;
    -moz-tranition: .3s;
    transition: .3s;
    right: 20px;
}
.header .navbar-toggler span {
    height: 2px;
    background-color: #000;
    position: absolute;
    -webkit-transition: .3s;
    -moz-tranition: .3s;
    transition: .3s;
    display: block;
}




/* Hamb */
.header .navbar-toggler.collapsed span:first-child {
    top: 0;
    left: 0;
    width: 22px;
    transform: none;
}
.header .navbar-toggler.collapsed span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    opacity: 1;
    transform: none;
}
.header .navbar-toggler.collapsed span:last-child {
    width: 20px;
    bottom: 0;
    right: 0;
    top: 100%;
    transform: none;
}
/* Hamb */


/* Close Hamb */
.header .navbar-toggler span:first-child {
    width: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.header .navbar-toggler span:nth-child(2) {
    opacity: 0;
}
.header .navbar-toggler span:last-child {
    width: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/* Close Hamb */




a.ultimenu__link {
  text-transform: uppercase;
  font-size: 14px;
}
li.ultimenu__item.uitem.has-ultimenu {
  background: #ed1c24;
}
li.ultimenu__item.uitem.has-ultimenu a {
  padding-left: 40px;
  padding-right: 40px;
}
.is-ultimenu-canvas--hover .ultimenu__link .caret {
  display: block;
}
.has-ultimenu .caret::before {
  border: 5px solid transparent;
  border-top: 7px solid #fff;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  top: 55%;
  width: 0;
  z-index: 2;
  transition: all .2s;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
li.ultimenu__item.uitem..has-ultimenu a:hover .caret::before {
  opacity: 1;
}
.ultimenu--htb .ultimenu__region {
  border-radius: 0;
}
.ultimenu--htb .ultimenu__region {
  box-shadow: 0 10px 10px rgba(0 ,0, 0, .2);
}
/* Header */



/* Slider */
.slider .slider-pretitle {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
  display: block;
  text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.slider .slider-pretitle:before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.slider .slider-title {
  font-family: 'PT Serif', sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 15px;
  margin-top: 50px;
  text-shadow: 0 3px 2px rgba(0,0,0,.5);
}
.slider .slider-text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 70px;
}
.slider .slider-link a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 40px;
  border: 1px solid #ed1c24;
  text-decoration: none;
  background: #ed1c24;
  letter-spacing: 1px;
  box-shadow: 0 5px 11px 0px rgba(0,0,0,.4);
}
.slider .slider-link a:hover,
.slider .slider-link a:focus {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  box-shadow: 0 5px 11px 2px rgba(0,0,0,.5);
}
.slider .content-width {
  padding-top: 100px;
  width: 75%;
}


.sp-buttons {
  position: absolute;
  bottom: 10px;
  text-align: right;
  padding: 0 30px 0 0;
}
.sp-button.sp-selected-button {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: #cc9952;
}
.sp-button {
  width: 15px;
  height: 15px;
  border: 1px solid #cc9952;
  border-radius: 0;
}

@media (max-width: 767px) {
  .slider .content-width {
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  .slider .slider-pretitle {
    font-size: 16px;
  }
  .slider .slider-pretitle:before {
    display: none;
  }
  .slider .slider-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
    margin-top: 50px;
  }
  .slider .slider-text {
    font-size: 20px;
    margin-bottom: 70px;
    line-height: 1.3;
  }
  .slider-link {
    position: absolute;
    bottom: 85px;
    left: 15px;
    right: 15px;
  }
  .sp-buttons {
    text-align: center;
    padding: 0;
  }
}
/* Slider */



/* Footer */
footer.footer {
  padding: 60px 0 0;
  background: #000;
  color: #b5b5b5;
}
footer.footer a {
  color: #fff;
}
.copyrights {
  padding: 15px 0;
  font-size: 14px;
}
ul.footer-contacts {
  margin-bottom: 50px;
}
ul.footer-contacts li {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #b5b5b5;
  font-weight: 300;
}
ul.footer-contacts li span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  width: 50px;
}
ul.footer-contacts li a {
  font-size: 14px;
  color: #fff;
}
.footer .navbar-nav {
  display: block;
  flex-direction: inherit;
  padding-left: inherit;
  margin-bottom: 50px;
  list-style: none;
}
/* Footer */



/* Page */
section.start {
  padding: 30px 0 100px;
}
.contacts .title {
  position: relative;
  z-index: 1;
  padding-right: 0;
}
.contacts .content-block .title h2 {
  font-size: 48px;
  color: #000;
  margin-left: 70px;
  margin-bottom: 40px;
}
.contacts .content {
  margin-bottom: 80px;
  margin-left: 170px;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
}
.contacts .content:before {
  position: absolute;
  left: -100px;
  top: 14px;
  width: 75px;
  height: 1px;
  background-color: #cc9952;
  content: '';
}
.partner-address-two-col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 75px;
  column-gap: 75px;
  padding: 30px 0 0;
}
.section.map img {
  width: 100%;
  height: auto;
}
.section.premap-contacts {
  padding: 80px 0 0;
}
.partner-addresses ul li span {
  display: block;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 600;
}
.node-6 button.button_feedback {
  margin-top: 50px;
}
.section.our-contacts {
  padding: 80px 0;
}
.our-contacts ul li {
  margin-bottom: 15px !important;
}
.our-contacts ul li span {
  display: block;
  color: #cc9952;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.section.feedback-contacts {
  padding: 90px 0;
  background: url('../img/form-background.jpg') no-repeat center center;
  background-size: cover;
}
input.form-control {
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  padding: 3px 20px;
}
input.form-control, textarea, button[type=submit] {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: transparent;
}
textarea.form-control {
  height: 115px;
  border: 1px solid #b3b3b3;
  padding: 15px 20px;
  resize: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
}
.form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
input.webform-button--submit {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  border-color: transparent;
}
input.webform-button--submit::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 5px;
  transition: .3s;
}
input.webform-button--submit:hover {
  background: transparent;
  border-color: transparent;
  color: #cc9952;
}
input.webform-button--submit::hover:after {
  width: 100%;
  background-color: #cc9952;
}
nav.pager {
  text-align: center;
  margin: 50px 0;
}
.bottom-page-description {
  margin: 100px 0 50px;
}
.bottom-page-description h2 {
  font-size: 24px;
}
.bottom-page-description p {
  margin-bottom: 20px;
}
.bottom-page-description h3 {
  font-size: 20px;
}
.bottom-page-description h2, .bottom-page-description h3, .bottom-page-description h4 {
  position: relative;
  font-family: 'PT Serif', sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom-page-description ul {
  margin: 0 0 15px 50px;
  line-height: 1.3;
}
.bottom-page-description ul, .bottom-page-description li {
  list-style-type: disc !important;
}
.bottom-page-description h2:after, .bottom-page-description h3:after, .bottom-page-description h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100px;
  height: 1px;
  background: #cc9952;
}

.pantone-palitra-line {
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
ul.pantone_colors {
  display: block;
}
ul.pantone_colors li {
  display: inline-block;
  margin: 0 10px 15px 10px;
}
ul.pantone_colors li span {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
}
.content {
  font-family: Montserrat, sans-serif;
  padding-left: 100px;
  position: relative;
  color: #000;
}
.content:before {
  content: '';
  width: 75px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #cc9952;
  display: block;
}
.content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
}
.content a {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 60px;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.field .content {
  padding: 0;
}
.field .content:before {
  display: none;
}
.content a.active, .content a:hover {
  color: #cc9952;
}
.content a:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 5px;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.content a.active:after, .content a:hover:after {
  width: 100%;
  background-color: #cc9952;
}
.top_right_block blockquote {
  padding-left: 70px;
  position: relative;
}
.top_right_block blockquote:before {
  content: '';
  width: 40px;
  height: 35px;
  background-position: center;
  position: absolute;
  left: 5px;
  top: -5px;
  background: url('../img/quotes.svg') no-repeat;
  background-size: 40px 35px;
  background-repeat: no-repeat;
}
.top_right_block blockquote p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.top_right_block blockquote p strong {
  font-weight: 600;
  text-transform: uppercase;
}
.top_right_block blockquote p strong:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #cc9952;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.top_right_block {
  padding-left: 80px;
}
.top_right_block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
}
.numbers .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.numbers .list .item {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 230px;
  position: relative;
  z-index: 1;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 30px;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.numbers .list .item .icon {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.numbers .list .item .icon img {
  width: 70px;
  height: auto;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.numbers .list .item span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.numbers .list .item span strong {
  font-size: 48px;
  -webkit-transition: .3s;
  transition: .3s;
}
.numbers .list .item span, .numbers .list .item span strong {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  color: #000;
  -moz-tranition: .3s;
}
.numbers .list .item p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}
.numbers .list .item:last-child, .numbers .list .item:nth-child(2) {
  border-right: 0;
}
.numbers .list .item:last-child, .numbers .list .item:nth-child(3) {
  border-bottom: 0;
}
.equipment-tabs {
  margin: 40px 0;
}
.equipment-tabs .equipment-content {
  padding: 40px 15px 40px 30px;
  background-color: #fafafa;
}
.equipment-tabs .equipment-content p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
.equipment-tabs .nav-pills .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  font-family: 'PT Serif', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.equipment-tabs .nav-pills .nav-link:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.equipment-tabs .nav-pills .nav-link.active:before, 
.equipment-tabs .nav-pills .nav-link:hover:before {
  background-color: #cc9952;
}
.equipment-tabs .nav-pills .nav-link.active, 
.equipment-tabs .nav-pills .show > .nav-link {
  color: #cc9952;
  background-color: transparent;
}

.technologies .image {
  position: relative;
  height: 560px;
}
.technologies .image img {
  position: absolute;
  right: 0;
  top: 0;
}

.section.technologies .title {
  position: relative;
  z-index: 1;
}
.section.technologies .title span {
  position: absolute;
  font-family: 'PT Serif', sans-serif;
  font-size: 220px;
  color: #e5e5e5;
  font-weight: 400;
  left: 0;
  top: -140px;
  display: block;
  z-index: -1;
}
.section.technologies .title h2 {
  font-family: 'PT Serif', sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 400;
  margin-left: 70px;
  margin-bottom: 50px;
}
.section.technologies .content {
  padding-left: 160px;
}
.section.technologies .content:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #cc9952;
  position: absolute;
  left: 70px;
  top: 12px;
}
section.section.partnership {
  background: url('../img/gray_background.jpg') no-repeat;
  background-size: cover;
  min-height: 520px;
  overflow: hidden;
}
.partnership .text .title {
  position: relative;
  z-index: 1;
  padding: 90px 0 20px;
}
.partnership .text {
  padding-left: 200px;
}
.partnership .text .title span {
  position: absolute;
  font-family: 'PT Serif', sans-serif;
  font-size: 220px;
  color: #ebebeb;
  font-weight: 400;
  left: -90px;
  top: -80px;
  display: block;
  z-index: -1;
}
.partnership .text .title h3 {
  font-family: 'PT Serif', sans-serif;
  font-size: 12px;
  color: #cc9952;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.partnership .text .content {
  position: relative;
  padding: 0;
  z-index: 2;
}
.partnership .text .content:before {
  position: absolute;
  left: -100px;
  top: 12px;
}
.partnership .text .content p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}
.partnership .text .content p:last-child {
  margin-bottom: 0;
}
.partnership .image {
  position: relative;
}
.partnership .image img {
  position: absolute;
  right: 0;
  top: 0;
}
.partnership .image p {
  margin: 0;
  padding: 0;
}

section.section.web {
  padding: 140px 0 80px;
}
.web .title {
  position: relative;
  z-index: 1;
  padding-right: 0;
}
.web .title span {
  position: absolute;
  font-size: 220px;
  color: #ebebeb;
  left: 0;
  top: -170px;
  display: block;
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  z-index: -1;
}
.web .title h2 {
  font-size: 48px;
  color: #000;
  margin-left: 70px;
  margin-bottom: 40px;
}
.web .content p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
}

.btn-light {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #cc9952;
  border-color: #cc9952;
}
.btn-light:not(:disabled):not(.disabled):active a, .btn-light:not(:disabled):not(.disabled).active a {
  color: #fff;
}
.btn-light a {
  color: #555;
}

/* Page */



/* Buttons */
.btn {
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: #cc9952;
  border-color: #cc9952;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  outline: none;
}
.form-control {
  color: #000;
  border-radius: 0;
}
label {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
}
.form-composite > legend, .label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.webform-element-description {
  font-size: 12px;
  color: #999;
  line-height: 1.3;
  padding: 2px 8px;
  font-style: italic;
}
.form-item, .form-actions {
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-content {
  border: none;
  border-radius: 0;
}
a.btn.btn-white {
  color: #ffc573;
  border: 1px solid #ffc573;
  padding: 10px 50px;
  transition: 500ms;
  font-family: inherit;
  text-transform: uppercase;
}
a.btn.btn-white:hover {
  color: #fff;
  border: 1px solid #fff;
  transition: 500ms;
}
/* Buttons */



/* Product */
.order-button-product {
  margin-bottom: 30px;
}
.order-button-product .order-button {
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #ed1c24;
  text-align: center;
  padding: 15px;
  border: 0;
  line-height: 1;
  border-radius: 0;
  transition: 300ms;
}
.order-button-product .order-button:hover,
.order-button-product .order-button:focus {
  background: #000;
  color: #fff;
  border-radius: 0;
  outline: none;
}
.order-button-product .order-text {
  width: 300px;
  margin: 10px 15px 15px;
  font-size: 13px;
  color: #777;
}
.consultation-product .consult-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #cc9952;
}
.consultation-product .consult-content {
  padding: 0 15px;
  border-bottom: 1px solid #cc9952;
  margin-bottom: 15px;
}
.consult-hours {
  font-size: 13px;
  color: #777;
}
.consultation-product .consult-content ul {
  font-size: 14px;
  margin: 8px 0;
  padding: 0;
  list-style-type: none;
}
.consultation-product .consult-content ul.consult-phones a {
  display: block;
  padding: 5px 0 5px 25px;
}
.kyivstar {
  background: url('../img/ks.png') no-repeat left;
  background-size: auto;
}
.call-me-back {
  margin: 8px 0;
}
.call-me-back button {
  font-size: 14px;
  /* font-weight: 600; */
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
  display: block;
  color: #fff;
  background: #cc9952;
  text-align: center;
  padding: 6px;
  transition: 300ms;
  border: 0;
  width: 100%;
}
.field--name-field-short-body {
  margin: 30px 0 50px;
  padding: 30px;
  background: #f9f9f9;
}
.field--name-field-short-body p:last-child {
  margin-bottom: 0;
}
.product_meta {
  font-size: 13px;
  margin: 35px 0 15px;
  color: #777;
}
.product_meta .field__label {
  font-weight: 400;
}
.product_meta .field .field__label,
.product_meta .field .field__item {
  display: inline-block;
  margin-right: 5px;
}
.shipping-and-payment .block-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.shipping-and-payment .block-content-info {
  padding: 0 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #555;
}
.shipping-and-payment .block-content-info ul li {
  list-style-type: square;
}
a.pantone-colors {
  display: block;
  position: relative;
  color: #cc9952;
  font-weight: 500;
  padding: 8px 15px 8px 70px;
  margin-bottom: 30px;
  line-height: 1.1;
}
a.pantone-colors:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url('../img/paint.svg') no-repeat;
  background-size: contain;
}
a.pantone-colors:after {
  position: absolute;
  content: "";
  left: 70px;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ed1c24;
  transition: 500ms;
}
a.pantone-colors:hover,
a.pantone-colors:focus {
  color: #000;
}
a.pantone-colors:hover:after {
  width: 100px;
  transition: 500ms;
}


.product-gallery .field--name-field-product-foto {
  display: flex;
  flex-wrap: wrap;
}
.product-gallery .field--name-field-product-foto .field__item:first-child {
  flex: 1 0 100%;
}
.product-gallery .field--name-field-product-foto .field__item {
  flex: 1 0 0 0;
  margin: 0 10px 10px 0;
  width: 16%;
}
.product-gallery .field--name-field-product-foto .field__item img {
  width: 100%;
  height: auto;
}
.field--name-field-product-sku {
  margin: 0 0 15px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.field--name-field-product-sku .field__label {
  font-weight: 400;
  color: #777;
}
.product-full-description {
  margin: 60px 0;
  font-size: 14px;
}
.product-full-description .nav-tabs {
  border-bottom: none;
}
.product-full-description .tab-content > .tab-pane {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0 8px 24px 1px rgba(0,0,0,.1);
}
.product-full-description .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  display: block;
  padding: 10px 20px;
  background: #f2f2f2;
  border: 1px solid #eee;
  text-transform: uppercase;
}
.product-full-description .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-full-description .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #fff;
  border-color: #eee #eee #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: none;
  background: url('../img/close_20.png') no-repeat;
}

.product-order-section .field--name-field-vidsotkoviy-sklad {
  padding: 00;
  margin: 15px 0 30px;
}
.product-order-section .field--name-field-vidsotkoviy-sklad > .field__label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.product-order-section .field--name-field-vidsotkoviy-sklad > .field__label:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 160px;
  height: 2px;
  background: #e0e0e0;
}
.product-order-section .field--name-field-vidsotkoviy-sklad > .field__item .field__label {
  width: 80px;
  font-weight: 500;
  color: #cc9952;
}
.product-order-section .field--name-field-product-minim {
  font-size: 12px;
  line-height: 1.3;
  padding: 0 15px;
  margin: 15px 0 30px;
}


.product-full-description .field > .field__label {
  display: block;
  width: 140px;
  font-weight: 500;
  margin-bottom: 10px;
}
.field--name-field-pidtverdzhennya-koloriv-dl .field__label {
  width: auto !important;
}
.product-full-description .field > .field__item {
  display: block;
}
.product-full-description .paragraph--type--vidsotkoviy-sklad .field__label {
  font-weight: 500;
  display: inline-block;
  width: auto;
}
.product-full-description .paragraph--type--vidsotkoviy-sklad .field__item {
  display: inline-block;
  position: relative;
}
.product-full-description .paragraph--type--vidsotkoviy-sklad .field__item:after {
  content: ";";
}
.product-full-description .paragraph--type--vidsotkoviy-sklad .field {
  display: inline-block;
  margin-right: 5px;
}
.product-full-description .field {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.product-full-description .field:last-child {
  border-bottom: none;
}
.product-full-description .field .field {
  padding: 0;
  border: none;
}
.product-full-description .field.field--name-body {
  padding: 0;
  border: none;
  margin-bottom: 30px;
  font-size: 16px;
}
.product-full-description .field--name-field-product-dlya-poshivu ul.field__items li {
  position: relative;
  padding-left: 30px;
}
.product-full-description .field--name-field-product-dlya-poshivu ul.field__items li:before {
  position: absolute;
  content: "";
  left: 7px;
  top: 4px;
  background: #cc9952;
  -webkit-mask: url(../img/list.svg) no-repeat;
  mask: url(../img/list.svg) no-repeat;
  width: 13px;
  height: 13px;
}
.product-full-description .field--name-field-vidsotkoviy-sklad > .field__item .paragraph.paragraph--type--vidsotkoviy-sklad.paragraph--view-mode--default {
  margin-left: 140px;
}


.social-likes {
  margin: 30px 0 20px;
}
.social-likes ul li {
  display: inline-block;
  margin-right: 5px;
}
.social-likes span.social-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  opacity: 0.5;
  transition: 300ms;
}
.social-likes a:hover span.social-icon {
  opacity: 1;
  transition: 300ms;
}
.social-likes span.social-icon.icon-facebook {
  background: url('../img/facebook.svg') no-repeat;
}
.social-likes span.social-icon.icon-instagram {
  background: url('../img/instagram-sketched.svg') no-repeat;
}
.social-likes span.social-icon.icon-telegram {
  background: url('../img/telegram.svg') no-repeat;
}

.full-node-product .field--name-field-zastosuvannya .field__items .field__item {
  display: inline-block;
}
.full-node-product .field--name-field-zastosuvannya .field__items .field__item .field--name-field-icon,
.full-node-product .field--name-field-zastosuvannya .field__items .field__item .field--name-name {
  display: block;
  text-align: center;
}
.full-node-product .field--name-field-zastosuvannya .field__items .field__item .field--name-name {
  width: 70px;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0;
}
.full-node-product h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #cc9952;
}
/* Product */



/* Product-teaser */
.product-teaser {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
}
.product-teaser-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: 500ms;
}
.product-teaser-img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: -50px;
  /*background: rgba(0,0,0,.3);*/
  background: linear-gradient(45deg, rgba(0,0,0,0.10407913165266103) 0%, rgba(0,0,0,0.14889705882352944) 50%, rgba(255,255,255,0.10407913165266103) 50%);
  opacity: 0;
  transition: 500ms;
}
.product-teaser:hover .product-teaser-img:after,
.product-teaser:focus .product-teaser-img:after {
  opacity: 1;
  bottom: 0;
  transition: 500ms;
}
.product-teaser:hover .product-teaser-title,
.product-teaser:focus .product-teaser-title {
  color: #cc9952;
  transition: 300ms;
}
.product-teaser-description {
  position: relative;
  padding: 15px 15px 20px;
}
/*.product-teaser-description span.readmore {
  position: absolute;
  content: "";
  right: 15px;
  top: 22px;
  width: 30px;
  height: 30px;
  border: 1px solid #e2e2e2;
  transition: 300ms;
}
.product-teaser-description span.readmore span.caret {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask: url(../img/arrow.svg) no-repeat;
  mask: url(../img/arrow.svg) no-repeat;
  background: #5d5d5d;
  position: absolute;
  top: 9px;
  right: 8px;
}
.product-teaser-description span.readmore span.caret:after {
  position: absolute;
  content: "";
  left: -10px;
  top: 5px;
  width: 1px;
  height: 1px;
  background: #5d5d5d;
}
.product-teaser:hover .product-teaser-description span.readmore,
.product-teaser:focus .product-teaser-description span.readmore {
  width: 50px;
  border: 1px solid #b7b7b7;
  transition: 300ms;
}
.product-teaser:hover .product-teaser-description span.readmore span.caret,
.product-teaser:focus .product-teaser-description span.readmore span.caret {
  background: #ed1c24;
}
.product-teaser:hover .product-teaser-description span.readmore span.caret:after,
.product-teaser:focus .product-teaser-description span.readmore span.caret:after {
  width: 20px;
}*/
.product-teaser-description span.readmore {
  position: absolute;
  content: "";
  right: 100px;
  top: 27px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask: url(../img/arrow-right.svg) no-repeat;
  mask: url(../img/arrow-right.svg) no-repeat;
  background: #d4d4d4;
  opacity: 0;
  transition: 300ms;
}
.product-teaser:hover .product-teaser-description span.readmore,
.product-teaser:focus .product-teaser-description span.readmore {
  right: 15px;
  background: #ed1c24;
  opacity: 1;
  transition: 500ms;
}
.product-teaser-title {
  font-family: PT serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-bottom: 5px;
  transition: 300ms;
}
.product-teaser-sklad {
  font-size: 12px;
  color: #999;
  /*padding: 0 15px;*/
  line-height: 1;
}
.product-teaser-cat {
  font-size: 12px;
  color: #777;
  padding: 0 15px;
}
/*.product-teaser a {
  font-family: PT serif;
  font-size: 18px;
  height: 100%;
  line-height: 1.2;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  color: #000;
  display: block;
}
.product-teaser:hover a {
  justify-content: flex-end;
}*/
/* Product-teaser */




/* Product category and filters */
h5#block-katalogprodukcii-menu {
  font-family: inherit;
  font-size: 15px;
  background: #ed1c24;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 20px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
.menu--katalog-produkcii ul.navbar-nav  {
  background: #000;
  padding: 15px;
  color: #fff;
}
.menu--katalog-produkcii ul.navbar-nav li a.nav-link {
  color: #fff;
  font-size: 17px;
}
.menu--katalog-produkcii ul.navbar-nav li a.nav-link:hover {
  color: #eab05e;
}
.menu--katalog-produkcii ul.navbar-nav li a.nav-link.active.is-active {
	background: rgba(255,255,255,.2);
	color: #eab05e !important;
}
nav.menu--katalog-produkcii {
  box-shadow: 0px 9px 15px 6px rgba(0,0,0,.2);
  margin-bottom: 50px;
}
nav.menu--katalog-produkcii ul.nav > li > ul > li a {
  position: relative;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
}
nav.menu--katalog-produkcii ul.nav > li > ul > li a:before {
  position: absolute;
  content: "\230A";
  left: 10px;
  top: 0;
  color: #ccc;
  font-size: 10px;
}

.block-title {
  font-family: 'PT Serif',sans-serif;
  font-size: 13px;
  color: #cc9952;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.block-facet--checkbox {
  margin-bottom: 20px;
}
.facets-widget-checkbox li {
  padding-left: 10px;
}
.facets-widget-checkbox li > label {
  font-size: 14px;
  margin: 0;
}
.facets-widget-checkbox li > input {
  margin-right: 10px;
}

.facets-widget-range_slider {
  margin: 0 18px;
}
.block-facet--range-slider {
  margin-bottom: 50px;
}
.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #000;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #cc9952/*{borderColorActive}*/;
  background: #cc9952/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
  font-weight: normal/*{fwDefault}*/;
  color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff/*{borderColorActive}*/;
  background-color: #ffffff/*{fcActive}*/;
}
/* Product category and filters */





/* Webforms */
a.button {
  background: #cc9952;
  color: #fff;
  margin: 30px 0;
  border-radius: 0;
  transition: 300ms;
}
a.button:hover,
a.button:focus {
  color: #fff;
  background: #000;
  transition: 300ms;
}
/* Webforms */





/* Front Page */
.about {
  padding: 100px 0 130px;
}
.about__image {
  position: relative;
  padding-left: 130px;
  padding-top: 360px;
  z-index: 1;
}
.about__image img {
  position: absolute;
  content: "";
  top: 0;
  left: 60px;
  z-index: -1;
}
.catalog-line {
  background: url('../img/facts-image.jpg') no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}
.catalog-list-item-wrap {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 600ms;
}

.catalog-list a.catalog-list-item:hover .catalog-list-item-wrap {
    transform: rotate(2deg) scale(1.1);
    transition: 600ms;
}
.catalog-list a.catalog-list-item:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: -15%;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.3);
  -webkit-mask: url('../img/next.svg')no-repeat center center;
  mask: url('../img/next.svg')no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 600ms;
}
.catalog-list a.catalog-list-item:hover:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 47%;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.3);
  -webkit-mask: url('../img/next.svg')no-repeat center center;
  mask: url('../img/next.svg')no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 600ms;
}
.catalog-list a.catalog-list-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  transition: 300ms;
}
.catalog-list a.catalog-list-item:hover:after {
  background: rgba(0,0,0,.7);
  transition: 300ms;
}
.catalog-list a.catalog-list-item:hover .catalog-list-text:after {
  top: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background: #cc9952;
  transition: 600ms;
}
.catalog-list a.catalog-list-item:hover .catalog-list-title {
  top: 35%;
  transition: 600ms;
}
.catalog-list a.catalog-list-item:hover .catalog-list-text {
  top: 60%;
  transition: 600ms;
}
.catalog-line .block-title {
  font-family: 'PT Serif',sans-serif;
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px;
  color: #000;
  text-transform: inherit;
}
section.call-now {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  margin-top: 50px;
}
section.call-now:hover .contacts-us:before {
  background: #ffc573;
  transform: rotate(15deg);
  transition: 1s;
}
.contact-us-phone {
  font-family: 'PT Serif', sans-serif;
  color: #ffc573;
  font-weight: 700;
}
.contact-us-phone:hover {
  color: #ed1c24;
}
.section.popular-products .container, .section.new-products .container {
  position: relative;
}
.section.new-products {
  background: url('../img/gray_background.jpg') no-repeat center top;
  background-size: cover;
}
section.footer-content h2, section.footer-content h3 {
  font-family: 'PT Serif', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
section.footer-content p {
  margin-bottom: 15px;
  font-size: 14px;
}
.main-section {
  padding: 0 0 80px;
}
.about__text article ul {
  margin-left: 15px;
  list-style-type: none;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 15px;
}
.about__text article ul li:before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #cc9952;
}
.extra-item-price-icon:before {
  -webkit-mask: url('../img/insurance.svg') no-repeat;
    mask: url('../img/insurance.svg') no-repeat;
}
.extra-item-year-icon:before {
  -webkit-mask: url('../img/safety.svg') no-repeat;
    mask: url('../img/safety.svg') no-repeat;
}
.extra-item-quolity-icon:before {
  -webkit-mask: url('../img/value.svg') no-repeat;
    mask: url('../img/value.svg') no-repeat;
}

.extra-item span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'PT Serif', sans-serif;
  color: #000;
  font-size: 16px;
}
.extra {
  margin-top: 20px;
}
/* Front Page */




/* Vacancies */
.full-vacancy.vacancy {
  margin: 50px 0 30px;
}
.vacancy .content ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.vacancy .content ul li {
  list-style-type: square !important;
  font-size: 14px;
}
.vacancy-options {
  padding: 50px;
  background: #f9f9f9;
}
.vacancy-options .salary {
  font-family: 'PT Serif',sans-serif;
  font-size: 25px;
  color: #000;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.salary .field {
  display: inline-block;
}
.vacancy-options .vacancy-list {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
}
.vacancy-options .vacancy-list li {
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px dashed #e6e6e6;
}
.vacancy-options .vacancy-list .field__label {
  font-family: 'PT Serif',sans-serif;
  font-weight: 700;
  color: #000;
  width: 160px;;
}
.vacancy-options .vacancy-list .field__item {
  display: inline-block;
}
.field--name-field-work-zp,
.field--name-field-work-zp-do {
  font-size: 25px;
  font-weight: 600;
}
.field--name-field-work-primitka-do-zp {
  font-size: 20px;
  margin-left: 20px;
}
.field--name-field-work-telefon .field__item a {
  font-size: 17px;
  font-weight: 600;
}
.vacancy-bottom-block {
  margin: 50px 0 30px;
}
.button_feedback {
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.button_feedback:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 5px;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.button_feedback:hover,
.button_feedback:focus {
  color: #cc9952;
  outline: none;
}
.button_feedback:hover:after {
  width: 100%;
  background-color: #cc9952;
}
.vacancy-item {
  margin-bottom: 50px;
}
.vacancy-title a {
  font-family: 'PT Serif',sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
}
.vacancy-title a:hover {
  color: #cc9952;
  transition: .3s; 
}
.vacancy-created-cat time {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.vacancy-created-cat time:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #cc9952;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
span.vacancy-zp {
  font-size: 14px;
  display: block;
  color: #999;
  margin-bottom: 10px;
}
.category-vacancies .title {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-top: 50px;
  margin-bottom: 100px;
}
.category-vacancies .title span {
  position: absolute;
  font-size: 220px;
  color: #ebebeb;
  left: 0;
  top: -15px;
  line-height: 1;
  display: block;
  z-index: -1;
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
}
.category-vacancies .title h2 {
  font-size: 48px;
  color: #000;
  margin-left: 70px;
  margin-bottom: 40px;
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
}
.cat-description {
  padding: 50px 0 70px 120px;
  position: relative;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.cat-description:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #cc9952;
  position: absolute;
  left: 40px;
  top: 65px;
}
.cat-description .icon {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.cat-description .icon img {
  width: 70px;
  height: auto;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.cat-description p {
  margin: 0;
}
.path-vacancies h1 {
  display: none;
}
/* Vacancies */




/* News */
.page-node-type-novyny h1 {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #000;
  margin-left: 70px;
  max-width: 70%;
}
.field--name-field-news-osnovne-foto img {
  width: 100%;
  height: auto;
}
.page-node-type-novyny .image-with-text {
  margin-bottom: 70px;
}
.page-node-type-novyny .image-with-text .text p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
}
.page-node-type-novyny .image-with-text .text p strong {
  font-weight: 700;
}
.page-node-type-novyny .image-with-text .text {
  padding-left: 180px;
  position: relative;
}
.page-node-type-novyny .image-with-text .text:before {
  position: absolute;
  left: 70px;
  top: 10px;
  width: 75px;
  display: block;
  height: 1px;
  background-color: #cc9952;
  content: '';
}
.page-node-type-novyny .image-with-text .image {
  padding-left: 90px;
}
.page-node-type-novyny .image-with-text .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.text-two-columns {
  padding-left: 180px;
  position: relative;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  column-gap: 65px;
  margin-bottom: 90px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
.text-two-columns:before {
  content: '';
  position: absolute;
  left: 70px;
  top: 10px;
  width: 75px;
  height: 1px;
  background-color: #cc9952;
  display: block;
}
.text-two-columns p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}
.page-node-type-novyny blockquote {
  position: relative;
  z-index: 1;
}
.page-node-type-novyny blockquote:before {
  content: '';
  width: 40px;
  height: 35px;
  background-position: center;
  position: absolute;
  left: -15px;
  top: 0px;
  z-index: -1;
  background-image: url('../img/quotes.svg');
  background-size: 40px 35px;
  background-repeat: no-repeat;
}
.page-node-type-novyny blockquote p strong {
  font-weight: 600;
}
.page-node-type-novyny .title {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.page-node-type-novyny .title h2 {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-left: 70px;
  margin-bottom: 40px;
}
.page-node-type-novyny .image-text-bottom .text {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.page-node-type-novyny .image-text-bottom .text p {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-left: 70px;
  margin-bottom: 40px;
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
}


.other {
  margin-bottom: 50px;
}
.other .views-field-title {
  padding: 30px 25px 15px;
}
.other .views-field-title a {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-tranition: .3s;
  transition: .3s;
}
.other .views-field-title a:hover {
  color: #cc9952;
}
.other .views-field-body {
  padding: 0 25px;
}
.other .views-field-body p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.other .views-field-created span {
  padding: 0 25px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.other .views-field-created span:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #cc9952;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.other .views-field-field-news-dodatkove-foto img {
  width: 100%;
  height: auto;
}
/* News */




/* Gallery */
.gallery-teaser {
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
}
.gallery-teaser-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: 500ms;
}
.gallery-teaser-img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: -50px;
  background: linear-gradient(45deg, rgba(0,0,0,0.10407913165266103) 0%, rgba(0,0,0,0.14889705882352944) 50%, rgba(255,255,255,0.10407913165266103) 50%);
  opacity: 0;
  transition: 500ms;
}
.gallery-teaser:hover .gallery-teaser-img {
  transform: scale(1.2);
  transition: 1s;
}
.gallery-teaser:hover .gallery-teaser-img:after, .gallery-teaser:focus .gallery-teaser-img:after {
  opacity: 1;
  bottom: 0;
  transition: 500ms;
}
.gallery-teaser-description {
  position: relative;
  background: #fff;
  padding: 15px 15px 20px;
}
.gallery-teaser-title {
  font-family: PT serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-bottom: 5px;
  transition: 300ms;
}
.gallery-teaser-description span.readmore {
  position: absolute;
  content: "";
  right: 100px;
  top: 20px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask: url(../img/arrow-right.svg) no-repeat;
  mask: url(../img/arrow-right.svg) no-repeat;
  background: #d4d4d4;
  opacity: 0;
  transition: 300ms;
}
.gallery-teaser:hover .gallery-teaser-description span.readmore, .gallery-teaser:focus .gallery-teaser-description span.readmore {
  right: 15px;
  background: #ed1c24;
  opacity: 1;
  transition: 500ms;
}

.page-node-type-fotogalerei .field--name-body {
  margin: 30px 0 50px;
}
.page-node-type-fotogalerei .field--name-field-gallery-foto .field__item {
  display: inline-block;
  margin: 5px 5px 10px;
}
/* Gallery */




/* Owl Carousel */
.popular-carousel .owl-stage-outer {
  overflow-x: hidden;
}
.popular-carousel .owl-stage {
  display: flex;
}
.popular-carousel .owl-nav {
  display: none;
}
.popular-carousel .owl-item {
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.popular-carousel .owl-item img {
  width: 100%;
  height: auto;
  transition: 700ms;
}
.popular-carousel .owl-item:hover img {
  transform: scale(1.3);
  transition: 700ms;
}
.popular-carousel .owl-item a {
  position: absolute;
  display: flex;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  z-index: 1;
}
.popular-carousel .owl-item div {
  position: relative;
}
.popular-carousel .owl-item div:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.5175245098039216) 25%, rgba(255,255,255,0) 100%);
  opacity: 0.5;
}
/* Owl Carousel */


/* Mega-Menu */
.ultimenu--hover li:hover > .ultimenu__flyout, .ultimenu--hover li a:active + .ultimenu__flyout, .ultimenu--hover li a:focus + .ultimenu__flyout, .ultimenu--hover li .ultimenu__flyout:focus {
  max-height: none;
  min-height: 64px;
  padding: 20px 0;
  overflow: visible;
  opacity: 1;
  transition-delay: .1s;
  visibility: visible;
}
.ultimenu__region {
  /*background-color: #000;*/
  background: url('../img/mega-menu-bg-sm.jpg') no-repeat;
  background-size: cover;
  padding: 0;
  font-size: 14px;
}

.ultimenu__region a {
  color: #fff;
}
.ultimenu__region a:hover {
  color: #cc9952;
}
.ultimenu__flyout ul,
.ultimenu__flyout li {
  margin: 0;
  padding: 0;
}
.ultimenu__flyout ul li a {
  padding: 0 !important;
}
.ultimenu--hover li:hover > .ultimenu__flyout, .ultimenu--hover li a:active + .ultimenu__flyout, .ultimenu--hover li a:focus + .ultimenu__flyout, .ultimenu--hover li .ultimenu__flyout:focus {
  padding: 0;
}
.mega-menu-column {
  flex: 1;
  border-right: 1px solid rgba(255,255,255,.1);
  text-align: center;
  background: rgba(255,255,255,0);
  transition: 500ms;
  position: relative;
}
.mega-menu-column:last-child {
  border-right: 0;
}
.mega-menu-column:hover {
  background: rgba(255,255,255,.05);
  transition: 500ms;  
}
span.mega-menu-icon {
  display: block;
  background: #cc9952;
  transition: 500ms;
}
.mega-menu-column:hover span.mega-menu-icon {
  background: #eee;
  transition: 500ms;
}
span.mega-menu-icon.icon-opportunity {
  -webkit-mask: url('../img/mega-menu-icons/opportunity.svg')no-repeat;
  mask: url('../img/mega-menu-icons/opportunity.svg')no-repeat;
}
span.mega-menu-icon.icon-textile {
  -webkit-mask: url('../img/mega-menu-icons/textile.svg')no-repeat;
  mask: url('../img/mega-menu-icons/textile.svg')no-repeat;
}
span.mega-menu-icon.icon-sewing-machine {
  -webkit-mask: url('../img/mega-menu-icons/sewing-machine.svg')no-repeat;
  mask: url('../img/mega-menu-icons/sewing-machine.svg')no-repeat;
}
span.mega-menu-icon.icon-partner {
  -webkit-mask: url('../img/mega-menu-icons/partner.svg')no-repeat;
  mask: url('../img/mega-menu-icons/partner.svg')no-repeat;
}
.mega-menu-list-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 500ms;
}
.mega-menu-column:hover .mega-menu-list-title {
  color: #cc9952;
  transition: 500ms;
}
.mega-menu-column a {
  color: rgba(255,255,255,.5);
  line-height: 24px;
  transition: 300ms;
}
.mega-menu-column:hover > ul a {
  color: rgba(255,255,255,1);
}
.mega-menu-column:hover > ul a:hover {
  color: red;
  transition: 300ms;
}
.mega-menu-column p {
  color: rgba(255,255,255,.5);
}
.btn-mega-menu {
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  width: 70%;
  margin: 0 auto;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255,255,255,.7) !important;
  transition: 500ms;
}
/*.mega-menu-column:hover .btn-mega-menu {
  border: 1px solid #cc9952;
  color: #cc9952 !important;
  bottom: 60px;
  transition: 500ms;
}
.mega-menu-column:hover .btn-mega-menu:hover {
  border: 1px solid #fff;
  background: rgba(255,255,255,.1);
  color: #fff !important;
  transition: 500ms;
}*/
.row.mega-menu-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/* Mega-Menu */



@media (max-width: 1199px) {
  .phone-row span {
    display: none;
  }
}

@media (min-width: 1200px) {
  .phone-row span {
    display: inline-block;
  }
  div#block-tstyle-local-tasks {
    position: fixed;
    content: "";
    left: 5px;
    top: 45%;
  }
  div#block-tstyle-local-tasks .nav-tabs {
    border-bottom: none;
  }
  div#block-tstyle-local-tasks .nav {
    display: block;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
  }
  div#block-tstyle-local-tasks .nav-tabs .nav-link {
    font-size: 12px;
  }
  div#block-tstyle-local-tasks .nav-tabs .nav-link.active {
    border-color: transparent;
  }
  div#block-tstyle-local-tasks .nav-tabs .nav-link:hover, 
  div#block-tstyle-local-tasks .nav-tabs .nav-link:focus {
    border-color: transparent;
  }
}





@media (max-width: 319px) {
  .catalog-list a.catalog-list-item {
    width: 100%;
    min-height: 280px;
      padding: 20px;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      color: #fff;
      text-align: center;
      overflow: hidden;
  }
  .catalog-list a.catalog-list-item:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list a.catalog-list-item:hover:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list-title {
      position: absolute;
      content: "";
      left: 15px;
      right: 15px;
      top: 30%;
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
  }
  .catalog-list-text {
      position: absolute;
      content: "";
      top: 60%;
      left: 15px;
      right: 15px;
      font-size: 13px;
      z-index: 1;
      transition: 600ms;
      line-height: 1.2;
  }
  .catalog-list-text:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: rgba(0,0,0,.2);
      transition: 600ms;
  }
}



@media (min-width: 320px) {
  .catalog-list a.catalog-list-item {
    width: 100%;
    min-height: 350px;
      padding: 20px;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      color: #fff;
      text-align: center;
      overflow: hidden;
  }
  .catalog-list a.catalog-list-item:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list a.catalog-list-item:hover:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list-title {
      position: absolute;
      content: "";
      left: 30px;
      right: 30px;
      top: 30%;
      font-size: 26px;
      font-weight: 500;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
  }
  .catalog-list-text {
      position: absolute;
      content: "";
      top: 60%;
      left: 30px;
      right: 30px;
      font-size: 15px;
      z-index: 1;
      transition: 600ms;
      line-height: 1.2;
  }
  .catalog-list-text:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: rgba(0,0,0,.2);
      transition: 600ms;
  }
}



@media (min-width: 375px) {
  .catalog-list a.catalog-list-item {
    width: 320px;
      min-height: 350px;
      padding: 20px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      color: #fff;
      text-align: center;
      overflow: hidden;
  }
  .catalog-list a.catalog-list-item:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list a.catalog-list-item:hover:before {
      bottom: 15px;
      width: 20px;
      height: 20px;
  }
  .catalog-list-title {
      position: absolute;
      content: "";
      left: 30px;
      right: 30px;
      top: 30%;
      font-size: 26px;
      font-weight: 500;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
  }
  .catalog-list-text {
      position: absolute;
      content: "";
      top: 60%;
      left: 30px;
      right: 30px;
      font-size: 16px;
      z-index: 1;
      transition: 600ms;
      line-height: 1.2;
  }
  .catalog-list-text:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: rgba(0,0,0,.2);
      transition: 600ms;
  }
}


@media (max-width: 376px) {
  .navbar-collapse.show ul.navbar-nav, .navbar-collapse.show ul.ultimenu {
    width: 100% !important;
  }
}


@media (max-width: 450px) {
  .product-teaser-img {
    height: 150px !important;
  }
}



@media (max-width: 575px) {
  .header__logo a svg {
    width: 90%;
  }
  .product-order-section .field--name-field-product-minim {
    padding: 0 !important;
  }
  .pantone-palitra-line {
    margin-bottom: 15px !important;
  }
  ul.pantone_colors {
    display: flex;
    flex-wrap: wrap;
  }
  ul.pantone_colors li {
    width: 21%;
    margin: 0 3px 15px 3px !important;
    font-size: 10px;
    position: relative;
  }
  ul.pantone_colors li img {
    width: 100%;
    height: auto;
  }
  ul.pantone_colors li span {
    font-size: 10px !important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  }
  .extra {
    margin-top: 70px;
    margin-left: -30px;
  }
  .extra-item {
    padding-left: 0;
    color: #999;
    font-size: 13px;
    text-align: center;
  }
  .extra-item span {
    font-size: 14px;
  }
  .extra-item-price-icon:before, .extra-item-year-icon:before, .extra-item-quolity-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    display: block;
    top: -35px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #cc9952;
    background-size: contain;
  }
}


@media (min-width: 576px) {
  .extra-item-price-icon, .extra-item-year-icon, .extra-item-quolity-icon {
    position: relative;
  }
  .extra-item {
    padding-left: 60px;
    color: #999;
    font-size: 13px;
  }
  .extra-item-price-icon:before, .extra-item-year-icon:before, .extra-item-quolity-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: #cc9952;
    background-size: contain;
  }
  .catalog-list a.catalog-list-item {
    width: 100%;
    min-height: 350px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .catalog-list a.catalog-list-item:before {
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  .catalog-list a.catalog-list-item:hover:before {
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  .catalog-list-title {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    top: 30%;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    transition: 600ms;
  }
  .catalog-list-text {
    position: absolute;
    content: "";
    top: 60%;
    left: 30px;
    right: 30px;
    font-size: 15px;
    z-index: 1;
    transition: 600ms;
    line-height: 1.2;
  }
  .catalog-list-text:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50px;
    right: 50px;
    height: 1px;
    background: rgba(0,0,0,.2);
    transition: 600ms;
  }
}



@media (max-width: 767.98px) {
  .category-vacancies .title span {
    font-size: 180px;
    top: -20px;
  }
  .category-vacancies .title {
    margin-bottom: 40px;
  }
  .partnership .image img {
    position: relative;
    width: 100%;
  }
  section.section.partnership {
    min-height: auto;
    overflow: visible;
    background: #fff;
  }
  .partnership .text {
    padding-left: 15px;
  }
  .partnership .text .title span {
    position: absolute;
    font-family: 'PT Serif', sans-serif;
    font-size: 200px;
    color: #ebebeb;
    font-weight: 400;
    left: 0;
    top: -95px;
    display: block;
    z-index: -1;
  }
  .cat-description {
    padding: 50px 0 50px 60px;
  }
  .cat-description:before {
    width: 45px;
    left: 0;
    top: 60px;
  }
  .content {
    padding-left: 40px;
  }
  .content:before {
    width: 30px;
    top: 10px;
  }
  .vacancy-options {
    padding: 40px 30px;
    background: #f9f9f9;
    margin-top: 40px;
  }
  .contacts .content-block .title h2 {
    margin-left: 0;
  }
  .vacancy-options .salary {
    padding: 0px 0 15px;
    text-align: center;
  }
  .salary .field {
    display: block;
  }
  .contacts .content {
    margin-left: 0;
  }
  .mega-menu-column:hover > ul a {
    color: #000;
  }
  .mega-menu-column:hover .mega-menu-list-title {
    color: #000;
  }
  .field--name-field-work-primitka-do-zp {
    font-size: 18px;
    margin-left: 0;
  }
  .button_feedback {
    margin-top: 30px;
  }
  .field .content {
    margin-bottom: 30px;
  }
  .partner-address-two-col {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .section.technologies .title h2 {
    font-size: 23px;
    margin-left: 48px;
  }
  .section.technologies .title span {
    position: absolute;
    font-family: 'PT Serif', sans-serif;
    font-size: 200px;
    color: #e5e5e5;
    font-weight: 400;
    left: 0;
    top: -120px;
    display: block;
    z-index: -1;
  }
  .section.technologies .title {
    margin-top: 33px;
  }
  .equipment-tabs .nav-pills .nav-link {
    font-size: 13px;
    padding-left: 0;
  }
  .equipment-tabs .nav-pills .nav-link.active:before, .equipment-tabs .nav-pills .nav-link:hover:before,
  .equipment-tabs .nav-pills .nav-link:before {
    display: none;
  }
  .equipment-tabs .equipment-content {
    padding: 15px;
  }
  .equipment-tabs .equipment-content p {
    font-size: 13px;
    line-height: 20px;
  }
  section.section.equipment img {
    width: 100%;
    height: auto;
  }
  .section.technologies .content {
    padding: 15px;
  }
  .equipment .field--name-body h2 {
    font-size: 24px;
    margin: 50px 0 20px;
  }
  .numbers .list .item {
    padding: 30px 15px;
  }
  .numbers .list .item .icon {
    right: 10px;
    bottom: 15px;
  }
  .numbers .list .item span {
    font-size: 15px;
  }
  .numbers .list .item span strong {
    font-size: 36px;
  }
  .numbers .list .item p {
    font-size: 13px;
    line-height: 19px;
  }
  .power .content,
  .power h2 {
    padding: 0 15px;
  }
  .numbers .list {
    padding: 0 15px;
  }
  .start .about__text {
    padding: 0 30px;
  }
  section.start {
    padding: 0 0 50px;
  }
  .footer {
    text-align: center;
  }
  .footer-content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .path-frontpage .about {
    padding: 50px 0 0;
  }
  .path-frontpage h1.page-title {
    font-family: 'PT Serif',sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .path-frontpage .about__text {
    padding-left: 40px;
  }
  .path-frontpage .about__text:before {
    content: '';
    border: 10px solid #f2f2f2;
    width: 200px;
    height: 250px;
    position: absolute;
    z-index: -1;
    left: 20px;
    top: 0;
  }
  .product-teaser {
    position: relative;
    background: #fff;
    margin: 0 -10px 25px;
  }
  .product-teaser-description span.readmore {
    display: none;
  }
  section.footer-content, section.description-text {
    padding: 40px 0;
    background: url('../img/about_background-image.jpg') no-repeat center center;
    background-size: cover;
  }
  .section.popular-products, .section.new-products {
    padding: 40px 0;
  }
  .popular-product-title {
    padding: 0 0 30px;
  }
  .section.popular-products h2, .section.new-products h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
  }
  .popular-product-description {
    position: relative;
    text-align: center;
    margin: 0 15px 15px;
  }
  section.call-now .contacts-us {
    padding-left: 70px;
    position: relative;
  }
  section.call-now .contacts-us:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 30px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.5);
    -webkit-mask: url('../img/phone.svg') no-repeat;
    mask: url('../img/phone.svg') no-repeat;
    transition: 1s;
  }
  section.call-now h4 {
    font-family: 'PT Serif', sans-serif;
    font-size: 20px;
    color: #ffc573;
    margin-bottom: 15px;
  }
  section.call-now .contacts-us:after {
    position: absolute;
    content: "";
    left: 55px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.2);
  }
  .contact-us-btn {
    position: relative;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    margin: 30px 15px 0;
    display: block;
  }
  section.call-now .contacts-us span {
    display: block;
    font-size: 15px;
  }
  .phone-row, .lang-row {
    display: none;
  }
  

}


@media (min-width: 768px) {
  .about__text {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .about__text:before {
    content: '';
    border: 10px solid #f2f2f2;
    width: 200px;
    height: 250px;
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
  }
  .about__text h1 {
    font-family: 'PT Serif',sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .about__text article {
    padding-left: 50px;
    position: relative;
  }
  .about__text article:before {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #cc9952;
    display: block;
  }
  .list-name {
    font-weight: 700;
    min-height: 45px;
    line-height: 1.2;
  }
  section.footer-content, section.description-text, section.section.power {
    padding: 100px 0;
    background: url('../img/about_background-image.jpg') no-repeat center center;
    background-size: cover;
  }
  section.section.equipment {
    padding: 100px 0;
    background: #fff;
  }
  section.section.technologies {
    padding: 0 0 120px;
    background: #fff;
  }
  .section.popular-products, .section.new-products {
    padding: 60px 0;
  }
  .section.popular-products .container:before {
    position: absolute;
    content: '';
    border: 10px solid #f2f2f2;
    width: 170px;
    height: 200px;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .section.new-products .container:before {
    position: absolute;
    content: '';
    border: 10px solid #fff;
    width: 170px;
    height: 200px;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .popular-product-title {
    padding: 20px 0 0 22px;
  }
  .section.popular-products h2, .section.new-products h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
  }
  .popular-product-description {
    position: relative;
    bottom: 0;
    left: 22px;
    right: 10px;
    text-align: left;
    line-height: 1.3;
  }
  section.call-now .contacts-us {
    padding-left: 100px;
    position: relative;
  }
  section.call-now .contacts-us:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 20px;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.5);
    -webkit-mask: url('../img/phone.svg') no-repeat;
    mask: url('../img/phone.svg') no-repeat;
    transition: 1s;
  }
  section.call-now .contacts-us:after {
    position: absolute;
    content: "";
    left: 70px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.2);
  }
  section.call-now h4 {
    font-family: 'PT Serif', sans-serif;
    font-size: 26px;
    color: #ffc573;
    margin-bottom: 10px;
  }
  .contact-us-btn {
    position: absolute;
    content: "";
    right: 20px;
    top: 13px;
  }
  .catalog-list a.catalog-list-item {
    min-height: 350px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .catalog-list a.catalog-list-item:before {
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
  .catalog-list a.catalog-list-item:hover:before {
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
  .catalog-list-title {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    top: 30%;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    transition: 600ms;
  }
  .catalog-list-text {
    position: absolute;
    content: "";
    top: 70%;
    left: 30px;
    right: 30px;
    font-size: 16px;
    z-index: 1;
    transition: 600ms;
    line-height: 1.2;
  }
  .catalog-list-text:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50px;
    right: 50px;
    height: 1px;
    background: rgba(0,0,0,.2);
    transition: 600ms;
  }
  .bottom-page-description {
    column-count: 2;
    padding-left: 70px;
    border-left: 1px dashed #ccc;
  }
}




@media (min-width: 992px) {
  .popular-product-title {
    padding: 30px 0 0 30px;
  }
  .section.popular-products h2, .section.new-products h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #000;
    margin-bottom: 15px;
  }
  .popular-product-description {
    position: relative;
    bottom: 0;
    left: 30px;
    right: 0;
    text-align: left;
  }
  ul.ultimenu--main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  a.ultimenu__link {
    color: #fff;
  }
  .about__text h1 {
    width: 600px;
  }
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
  }
  .navbar-nav .dropdown .dropdown-menu a.nav-item {
    background: transparent;
    color: #fff;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    transition: 300ms;
  }
  .navbar-nav .dropdown .dropdown-menu a.nav-item:hover {
    background: rgba(255,255,255,.2);
    transition: 300ms;
  }
  .header .navbar-toggler {
    display: none;
  }
  .catalog-list a.catalog-list-item {
    min-height: 350px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .catalog-list-title {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    top: 30%;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    transition: 600ms;
  }
  .catalog-list-text {
    position: absolute;
    content: "";
    top: 70%;
    left: 30px;
    right: 30px;
    font-size: 15px;
    z-index: 1;
    transition: 600ms;
    line-height: 1.1;
  }
  .catalog-list-text:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50px;
    right: 50px;
    height: 1px;
    background: rgba(0,0,0,.2);
    transition: 600ms;
  }

  /* Mega-Menu */
  .mega-menu-column {
    padding: 20px 5px;
  }
  span.mega-menu-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
  }
  .mega-menu-list-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mega-menu-column a {
    font-size: 14px;
  }
  .btn-mega-menu {
    padding: 2px 5px !important;
  }
  /* Mega-Menu */
  .footer .navbar-nav {
    column-count: 2;
    column-gap: 70px;
  }
}



@media (max-width: 991.98px) {
  .call-now .contacts-us .contact-us-phone {
  	display: block;
  }
  .product-teaser-img {
    height: 200px;
  }
  .button.button--ultimenu {
    display: none !important;
  }
  .navbar-collapse.show ul.navbar-nav,
  .navbar-collapse.show ul.ultimenu {
    position: fixed;
    width: 370px;
    height: 100vh;
    right: 0;
    top: 0px;
    background-color: #fff;
    padding: 50px 30px 30px;
    -webkit-transition: .3s;
    -moz-tranition: .3s;
    transition: .3s;
    box-shadow: 3px 3px 30px;
    z-index: 99;
    overflow-y: auto;
  }
  .ultimenu--main .ultimenu__link, .ultimenu .ultimenu__ajax {
    padding: 10px 15px;
    min-height: 42px;
  }
  .has-ultimenu .caret {
    background-color: transparent;
  }
  .has-ultimenu .caret::before {
    border-top: 7px solid #ccc;
  }
  .has-ultimenu .is-ultimenu-active .caret::before {
    border-bottom: 7px solid #ccc;
  }
  ul.ultimenu--main {
    display: block;
  }
  a.ultimenu__link {
    color: #000;
    font-weight: 600;
  }
  .mega-menu-column p {
    color: #000;
    padding-left: 15px;
    margin: 10px 0;
  }
  .row.mega-menu-row {
    display: block;
  }
  .btn-mega-menu {
    position: relative;
    bottom: auto;
    margin: 0 auto 15px;
    display: block;
    width: 90%;
    left: 0;
    right: 0;
    border: 1px solid #cc9952;
    color: #cc9952 !important;
  }
  .mega-menu-column {
    padding: 15px 0;
  }
  li.ultimenu__item.uitem.has-ultimenu a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .ultimenu__region {
    background: transparent;
    background-size: cover;
    padding: 0;
    font-size: 14px;
  }
  li.ultimenu__item.uitem.has-ultimenu {
    background: transparent;
  }
  .mega-menu-column a {
    color: #000;
  }
  .mega-menu-column {
    text-align: left;
  }
  .ultimenu--htb .ultimenu__region {
    box-shadow: none;
  }
  .mega-menu-list-title {
    color: #000;
    padding-left: 15px;
  }
  .region-foot1 {
    margin-bottom: 50px;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: fixed;
    right: 20px;
    top: 20px;
  }
  .header .navbar-toggler.collapsed {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .header .navbar-toggler:hover,
  .header .navbar-toggler:focus,
  .header .navbar-toggler:active {
    outline: none;
  }
  .nav-header-line {
    height: 0;
  }
  .about__image {
    margin-top: 40px;
    padding: 0;
  }
  .about__image img {
    left: 0;
    width: 100%;
    position: relative;
  }
  .cart-search {
    display: none;
  }
  .full-node-product .manufacture-details {
    margin-top: 50px;
  }
}



@media (min-width: 1200px) {
  .popular-product-title {
    padding: 50px 0 0 50px;
  }
  .section.popular-products h2, .section.new-products h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
  }
  .popular-product-description {
    position: absolute;
    bottom: 10px;
    left: 65px;
    right: 50px;
    text-align: left;
  }
  .catalog-list a.catalog-list-item {
    min-height: 400px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .catalog-list-title {
      position: absolute;
      content: "";
      left: 30px;
      right: 30px;
      top: 30%;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
  }
  .catalog-list-text {
      position: absolute;
      content: "";
      top: 70%;
      left: 30px;
      right: 30px;
      font-size: 15px;
      z-index: 1;
      transition: 600ms;
      line-height: 1.2;
  }
  .catalog-list-text:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: rgba(0,0,0,.2);
      transition: 600ms;
  }
}

@media (max-width: 1200px) {
  .product-teaser-img {
    height: 200px;
  }
}



@media (max-width: 1599px) {
  .shipping-and-payment {
    font-size: 13px;
    padding: 15px;
    box-shadow: 0 8px 24px 1px rgba(0,0,0,.1);
  }
}



@media (min-width: 1600px) {
  .shipping-and-payment {
    font-size: 16px;
    padding: 30px;
    box-shadow: 0 8px 24px 1px rgba(0,0,0,.1);
  }
  .catalog-list a.catalog-list-item {
    min-height: 450px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .catalog-list-title {
      position: absolute;
      content: "";
      left: 30px;
      right: 30px;
      top: 30%;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase;
      z-index: 1;
      transition: 600ms;
  }
  .catalog-list-text {
      position: absolute;
      content: "";
      top: 70%;
      left: 30px;
      right: 30px;
      font-size: 18px;
      z-index: 1;
      transition: 600ms;
      line-height: 1.2;
  }
  .catalog-list-text:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: rgba(0,0,0,.2);
      transition: 600ms;
  }
}

@media (min-width: 1680px) {
  .mega-menu-column {
      padding: 50px 30px;
  }
  span.mega-menu-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 30px;
  }
  .mega-menu-list-title {
      font-size: 16px;
      margin-bottom: 35px;
  }
  .mega-menu-column a {
      font-size: 16px;
  }
  .btn-mega-menu {
    padding: 2px 5px !important;
  }

}