/*TEMPORARILY HIDE CART AND PROFILE*/
.bx-header-personal {
    display: none !important;
}
.product-item-button-container {
    DISPLAY: NONE ! IMPORTANT;
}
.product-item-amount {
    display: none;
}
/**********************************************/
html, body {
    
    overflow-x: hidden;
}
body {
    max-width: 100vw;
    overflow-x: hidden;
        background-attachment: fixed;
        background-size: cover;
        font-family: "Play", Helvetica, Arial, sans-serif;
    background-color: #18191d;
}

.w-box,.d-flex {
    display: -webkit-box;
}
.bg-black {
    background: #18191d;
    border-top: 1px solid;
    /*padding: 40px;*/

}
#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
        font-family: "Play", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
}
.heading-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Play", Helvetica, Arial, sans-serif;
}
h5 {text-transform:uppercase;}
.detail-link {
    color: #fff;
    display: block;
    margin: 0 0px;
    border: 1px solid #212529;
    padding: 14px 26px;

    text-align: center;

    border-radius: 50px;
    background: linear-gradient(145deg, #16171a, #1a1b1f);
    box-shadow: 20px 20px 60px #141519, -20px -20px 60px #1c1d21;
}
.text-left {text-align:left;}
.text-right {text-align:right;}
.bx-content-section,
.bx-header-section.fixed {
        max-width: 100%;
        background-color: transparent;
}

.bx-wrapper { }
.bx-f {display:-webkit-box;}
.bx-content {
    padding: 0;
    margin: 0;
}
/*region HEADER*/

.bx-header {
position:fixed;
z-index:1000;
width:100%;
background-color: #212529b8;
box-sizing: border-box;
 }

.bx-header-section { }

.bx-header-logo { order: 1 }
.bx-header-search {
    order: 3;
}
.bx-header-personal { order: 4;justify-content: flex-end; }

.bx-header-contact {
      order: 2;
 }
.btn-nobg {
    background: transparent;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
/*region Logo*/
.bx-logo-block {
        display: block;
        height: 50px;
        border-bottom: none;
}
.logo-footer {
    max-height: 70px;
}
.bx-logo-block img {
        max-height: 50px;
        width: auto;
}
#masthead {
  z-index: 10;
    position: fixed;
    width: 100%;
    padding:0;

    background: #1616179c;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#masthead.scrolled {


}
#masthead.scrolled hgroup {
  opacity: 0;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}


@media (max-width: 767px) {
#masthead {

    padding: 0;
    height: 50px;

}
        .bx-logo-block img {
                max-width: 100%;
                max-height: 45px;
                width: auto;
                height: auto;
        }

        .bx-header-logo {
                padding: 5px 50px;
                height: 55px;
                background-color: var(--theme-color-primary);
        }

        .bx-logo-block { height: auto; }

        body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
        display: flex;
        align-items: center;
}

.bx-header-phone-number {
    color: #ffffff;
    white-space: nowrap;
    font: 500 16px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-header-phone-icon {
        display: block;
        margin-right: 10px;
        width: 26px;
        height: 26px;
        background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
        .bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
        color: #000;
        font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
        transition: 250ms linear all;
}

.bx-worktime-title {
        color: #adadad;
        font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
        color: #000;
        font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
        .bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
        color: #343434;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section {
    background: #0d0d10;
}

.bx-footer-section .bx-block-title {
    padding: 10px 0;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    font: 700 16px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
    letter-spacing: 0.1rem;
}

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
        border-bottom: none !important;
        text-decoration: none !important;
}

.bx-footer-logo img {
        max-width: 100%;
        height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #212529;
}
.nav > li > a {
    padding: 10px 0;
}
.text-white {
    padding: 0 15px;
}
/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
        border-color: var(--theme-b-bd-primary);
        background-color: var(--theme-b-bg-primary);
        color: var(--theme-b-tx-primary);
}
.header-second__right-btn {
    color: #0d6efd;
    border-radius: 24px;
    background: linear-gradient(145deg, #333, #23282c);
    /*box-shadow: 11px 11px 22px #0d0f10, -11px -11px 22px #353b42;*/
    padding: 10px 25px;
    border: 1px solid #343a40;
}
.btn-primary:hover {
        border-color: var(--theme-b-bd-primary-hover);
        background-color: var(--theme-b-bg-primary-hover);
        color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
        box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
        border-color: var(--theme-b-bg-primary);
        background-color: var(--theme-b-bg-primary);
        color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
        border-color: var(--theme-b-bd-primary-active);
        background-color: var(--theme-b-bg-primary-active);
        color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
        border-color: var(--theme-color-primary);
        box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
.btn-default.btn-action {
    padding: 15px 20px;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E3EDF7;
    background-blend-mode: soft-light, normal;
    box-shadow: -10px -10px 20px #fafbff2e, 10px 10px 20px #212529e6;
    border-radius: 47px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #212529;
}
.btn-default.btn-action:hover {
    background: #0d6efd;
    color: #fff;
}
a,
.btn-link { color: var(--theme-b-link);text-decoration:none; }

a:hover,a:focus,
.btn-link:hover { color: #95c0ff;text-decoration:none; }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
        text-transform: uppercase;
        font-size: 14px;
        font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
        font-size: 12px;
        font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
        width: 27px;
        height: 27px;
        margin-right: 5px;
        border-radius:50%;
        background-color: var(--theme-color-primary);
        background-repeat: no-repeat;
        background-position: center;
}

.sidebar-icon-label {
        background-image:  url(images/label.svg);
        background-size: 19px auto;
}

.sidebar-icon-delivery {
        background-image: url(images/delivery.svg);
        background-size: 17px auto;
}

.sidebar-icon-sale {
        background-image: url(images/sale.svg);
        background-size: auto 17px ;
}

.sidebar-icon-self {
        background-image: url(images/self.svg);
        background-size: auto 17px ;
}

.sidebar-icon-phone {
        background-image: url(images/phone_white.svg);
        background-size: auto 21px ;
}
@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container, .container-sm, .container-md {
    max-width: 100vw;
}
}
@media (min-width: 576px){
.container, .container-sm {
    max-width: 100vw;
}
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    max-width: 98vw;
    margin-right: auto;
    margin-left: auto;
}
.main {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    margin-left: -10px;
    margin-right: -10px;
}
.main__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: -1;
    overflow: hidden;
}
.main__background-img, .main__background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
.main__background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
}
.main__logo {
    position: absolute;
    top: 4em;
    left: 50%;
    max-height:180px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

h1.main__h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height:1.5;
    color:#fff;
    padding-bottom:3em;
}

/* CATALOG MENU*/

nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {
  background: blue;
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 12px;

    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px 10px 5px;
    text-decoration: none;
    letter-spacing: 0.16em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fas.fa-bars {
    padding: 5px;
}
.topmenu li :hover {background: #09439a;}

.bx-header .submenu {
    background: #151414;
    position: absolute;
    left: -30px;
    height: auto;
    margin: auto;
    width: 100vw;
    padding: 50px;
    top: 55px;
    z-index: 5;
    min-height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.bx-header.scrolled  .submenu { top:45px;}
.submenu a {
  color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;

}
.submenu li:last-child a {border-bottom: none;}
.topmenu > li:hover .submenu {
  opacity: 1;
    transform: scaleY(1);
}

/*SECOND NAVIGATION MENU FOR MOBILE DEVICES*/
.topmenu-sec {
    padding: 0;
    margin: 0;
}
.submenu-sec {
    padding: 0;
    margin: 0;
    display: flex;
    display: -mox-flex;
    display: -webkit-flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
.topmenu-sec:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu-sec > li {

  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu-sec > li > a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 15px;
    text-decoration: none;
    border-right: 1px solid #fff;
}
.fas.fa-bars {
    padding: 5px;
}
.topmenu-sec li a:hover {color: #17a2b8;}

.submenu-sec {
    background: #151414;
    position: absolute;
    left: -30px;
    height: auto;
    margin: auto;
    width: 100vw;
    padding: 50px;
    top: 40px;
    z-index: 5;
    min-height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.submenu-sec a {
  color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;

}
.submenu-sec li:last-child a {border-bottom: none;}
.topmenu-sec > li:hover .submenu-sec {
  opacity: 1;
    transform: scaleY(1);
}
}
/* Grid */
.grid {
    display: -webkit-box;
    min-height: 20vh;
    padding: 20px;
}
.filter.grid {
    /*margin-top: -140px;*/
    margin-top: -40px;
    min-height: 200px;
    /*background: #0c0c0cad;*/
    background: #fff;
    max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.filter.grid .tabcontent {
    padding: 60px 15px 50px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    background: linear-gradient(180deg, #048be6 0%, #1ebbff 100%);
}
.filter.grid .tabcontent .nav_link {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.filter.grid .tabcontent .nav_link img {
    display:none;
}
.nav_link img {
    height: 20px;
    width: 36px;
    padding: 5px;
}
.inner-block {
    display: block; 
    margin: 0 auto;
    position: relative;

    border-radius: 5px;

    text-align: center;
}
.inner-block.types {
    display: block; 
    margin: 0 auto;
    position: relative;
    padding: 15px 15px 50px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
}
.grid__item {
    height: calc(50vh - 40px);
    z-index: 1;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0,0,0);
}
.grid__item p {
        font-size: 1.5em;
        font-weight: bold;
        color: #777;
}
.category__icon {
    margin: -100px auto -40px;
    min-height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    max-width: 135px;
    background: #f8f9fa;
    border-radius: 50%;
}
@media screen and (min-width: 991px) {
.filter.grid .col-md-6 {
    height: 100%;
}
}
/* BUTTON SCROLL */
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  bottom:150px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 200px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.icon img {
    height: 50px;
    width: 50px;
    padding: 5px;
    display: inline-block;
}
.icon h3 {
    font-size: 15px;
    text-transform:uppercase;
    display: inline-block;
}
.icon {
    text-align: left;
    margin-bottom: 20px;
    text-align: left;
}
.tabcontent {
	padding: 50px;

	display: block;
	border-radius: 18px;
	color: #fff;
}
.tabcontent.bordered {padding:10px 15px;}
.tabcontent p {
    text-align: left;
    line-height: 2.2rem;
}

.text-white {font-color:white;}
.uppercase {text-transform:uppercase;margin-top:70px;margin-bottom:40px;text-align:center;}
/* ICONS SECTION MAINPAGE */
.section-padding {
    padding: 90px 0 100px;
}
.features-wrapper {
    display: -webkit-box;
    margin: 70px 0 0;
}
.icon-block {
    height: 100px;
    width: 100px;
    line-height: 92px;
    max-width: 100%;
    background: #95b3c1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 55px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}
.background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0000009c;
    z-index: 0;
    overflow: hidden;
}
.action-form {
    height: 400px;
    min-height: 400px;
    background-image: url(/assets/img/bg-galass.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.action-form .form {
    height: 260px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;

    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form__row .form__header {
    font-size: 30px;
    letter-spacing:0.16em;
    font-weight: 600;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
}
.form__row p {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.action-form .form__desc {
    color: #d7e3e7;
    margin-left: auto;
    margin-right: auto;
}
.form__desc > ul {
    list-style: none;
    padding: 20px 40px 20px 0;
    font-size: 14px;
}
.form__desc ul li {
    font-size: 20px;
    line-height: 38px;
    text-align:left;
}
.form__desc ul li img {
    height: 16px;
    width: 26px;
}
.nav_link {
    display: block;
    color: #fff;
    padding: 7px 0;


    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 12px;
    line-height: 24px;
}

.nav > .nav-item > a:hover,
.nav > .nav-item > a:focus{
background-color: #212529;
}
.box {
    max-width: 100px;
}
.container-2{
 /* width: 400px;*/
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: 8px;
    z-index: 1;
    font-size: 26px;
    color: #eaeaea;
}
.container-2 input#search {
    width: 150px;
    height: 40px;
    margin: 3px;
    background: transparent;
    border: none;
    font-size: 10pt;
    float: left;
    color: #262626;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.container-2 input#search::-webkit-input-placeholder {
 color: #65737e;
}

.container-2 input#search:-moz-placeholder { /* Firefox 18- */
 color: #65737e;
}

.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
 color: #65737e;
}

.container-2 input#search:-ms-input-placeholder {
 color: #65737e;
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: 8px;
    z-index: 1;
    font-size: 26px;
    color: #eaeaea;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 380px;
  color: #fff;
}

.container-2:hover input#search{
width: 380px;
background: #343a40;
}

.container-2:hover .icon{
  color: #93a2ad;
}
@media (max-width: 1199px){


#masthead.scrolled {
    height: 55px;
    padding: 5px 0;
}
.submenu {
                top:35px;
}
}
@media (max-width: 768px){
.action-form {
    height: auto;
}
.action-form .form {
    height: auto;
}
.filter.grid {
    margin-top: 0;
    min-height: unset;
    background: transparent;

}
.inner-block {
    justify-content: flex-start;
}
}
@media (max-width: 500px){
.grid {
    display: block;

}
.filter.grid .tabcontent {
   /* padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 100%;*/
}
.nav_link {
  /*  margin: 5px;
    padding: 5px;
    text-align: left;
    font-size: 11px;
    border: 1px solid #4e4d4b;
    box-shadow: 2px 3px 3px #212529;*/
}
h1.main__h1 {
    font-size: 20px;
    padding: 10px;
}
.section-padding {
    padding: 20px 0 40px;
}
.features-wrapper {
    margin: 40px 0 0;
    overflow-x: scroll;

}
.bx-news {
    display: block;
}
.bx-f {
    display: block;
}
}
@media (max-width: 768px){
.container, .container-fluid, .container-sm,
.container-md, .container-lg, .container-xl,
.container-xxl {
    width: 100%;
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
}
.bx-header-section.container.fixed {
    padding: 0;
}

}



#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15px;
  left: 25px;
  color:#fff;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle .bars
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle .bars:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle .bars:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #212529;
    margin: -50px 0 0 -50px;
    padding: 45px;
    background-color: #212529;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
    padding: 10px;
    transition-delay: 2s;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;

}

#menuToggle input:checked ~ ul
{
  transform: none;
}
@media (max-width: 1023px){
.main__background-video {
    display: none;
        }
.main__background-img {
    display: block;
}
}
.position-relative {
    position: relative !important;
}
        .light-gray-1 {
    background-color: #FAFAFA;
}
        .text-color {
    color: #252B42;
}
        @media screen and (min-width: 992px){.h3 {
    font-size: 24px;
                }}
        .second-text-color {
    color: #737373;
}
                .primary-color {
    background-color: #2091F9;
    border-color: #2091F9;
    color: #fff;
}
.dark-background-color {
    background-color:#252B42;
}
                .align-items-stretch {
    align-items: stretch !important;
}
.light-text-color {
    color: #FFFFFF;
}
.h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
        @media screen and (min-width: 992px){
.h5 {
    font-size: 16px;
                }       }
        .light-text-color {
    color: #FFFFFF;
}
.h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 0;
}
.link {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
        .icn-sm {
    font-weight: 400;
    width: 24px !important;
    height: 24px !important;
    font-size: 24px;
}
        [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-telephone-fill::before {
    content: "\f546";
}
.main__logo {
	top: 8em;
}

.header-second__description {
	display: none;
}
.cat-btn{
position: relative;
}
.hide-catalog{
opacity: 0;
height: 0px;
animation: growAndFadeDown 0.3s forwards;
}
.hide-catalog.active{
opacity: 1;
height: 100%;
animation: growAndFade 0.3s forwards;
}
@keyframes growAndFade {
            0% {
                height: 0;
                opacity: 0;
            }
	30%{
height: 75px; /* Change this to the desired final height */
}
            100% {

                opacity: 1;
            }
        }
@keyframes growAndFadeDown {
            0% {
                height: 75px; /* Change this to the desired final height */
                opacity: 1;
            }
	60%{
opacity: 0;
}
            100% {
                height: 0; /* Change this to the desired final height */

            }
        }

@keyframes growAndFadeCat {
            0% {
                height: 0;
                opacity: 0;
            }
            100% {
				height: 250px;
                opacity: 1;
            }
        }
@keyframes growAndFadeDownCat {
            0% {
                height: 250px; /* Change this to the desired final height */
                opacity: 1;
            }
	60%{
opacity: 0;
display:none;
}
            100% {
                height: 0; /* Change this to the desired final height */

            }
        }
.glass-cat {
color: #ffffff;
}
.catalog-btn.active {
color: #337ab7 !important;
}

.hide-glass-cat{
opacity:0;
display:none;
height: 0px;
color: #ffffff;
animation: growAndFadeDownCat 0.4s forwards;
}
.hide-sop-cat{
opacity:0;
height: 0px;
display:none;
animation: growAndFadeDownCat 0.4s forwards;
}
.hide-glass-cat.active{
opacity:1;
display:block;
height: 100%;
max-height: 418px;
animation: growAndFadeCat 0.4s forwards;
overflow: auto;
position:relative;
}

.hide-sop-cat.active{
opacity:1;
display:block;
height: 100%;
animation: growAndFadeCat 0.4s forwards;
overflow: auto;
position:relative;
}
.glass-cat.active {
position:relative;
}
.img_a_sop {
opacity: 0;
transition: .2s;
display:none;
}
.img_a_glass {
opacity: 0;
transition: .2s;
display:none;
}
@keyframes bounce {
            0% {
                transform: translateX(-50%) translateY(0);
            }
            100% {
                transform: translateX(-50%) translateY(-10px);
            }
        }
.img_a_sop.active {
opacity: 1;
transition: .2s;
animation: bounce 1s infinite alternate;
position: absolute;
left: -15px;
top:50%;
display:block;
}
.img_a_glass.active {
opacity: 1;
transition: .2s;
animation: bounce 1s infinite alternate;
position: absolute;
left: -15px;
top:50%;
display:block;
}
.close-btn-p {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .close-btn-p::after,
    .close-btn-p::before {
      position: absolute;
      content: '';
      width: 20px;
      height: 2px;
      background-color: #000;
      border-radius: 2px;
    }
    .close-btn-p::after {
      transform: rotate(45deg);
      bottom: 10px;
      right: 0;
    }
    .close-btn-p::before {
      transform: rotate(-45deg);
      bottom: 10px;
      right: 0;
    }
    .privacy-notification-p {
      position: fixed;
      background-color: #ffffff;
      border-radius: 10px 10px 0 0;
      padding: 20px;
      width: 80%;
      left: 50%;
      bottom: -150px;
      transform: translateX(-50%);
      transition: bottom 0.5s ease;
      z-index: 1000;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Added shadow */
    }
    .show-p {
      bottom: 0;
    }