@charset "utf-8";
/* CSS Document */
/*TEMPORARILY HIDE PERSONAL SECTION*/
.bx-header-personal {
 
    DISPLAY: NONE ! IMPORTANT;
}
/*****************************/
.bx-green, .bx-theme-green {
    --primary: #2A2E75;
    --theme-color-primary: #2A2E75;
    --theme-color-second: #6c757d;
    --theme-color-light: #A3A7F7;
    --theme-b-link: #0d6efd;
    --theme-b-link-hover: #17a2b8;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #464CC2;
    --theme-b-bd-primary: #464CC2;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #464CC2;
    --theme-b-bd-primary-hover: #4D4F75;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #4D4F75;
    --theme-b-bd-primary-active: #4D4F75;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #4D4F75;
    --theme-b-bd-primary-disabled: #4D4F75;
}
body, html {
    width: 100%;
    overflow-x: hidden;
}
body {
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Play', sans-serif;
    background-color: #fff;
}

 .w-box {display:-webkit-box;}
/*BUTTONS*/
.btn {
  max-width: 205px;
  height: auto;
  padding: 15px;
  
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  white-space: normal;
}
.btn:hover {
    background-color: #212529;
    box-shadow: 0px 15px 20px #e5e5e5;
    color: #fff;

}
.btn-default {
    outline: none;
    background-color: #6c757d;
    border-color: #343a40;
    color: #FFF;
}
.btn-default:hover {
    outline: none;
    background-color: #464cc2;
    border-color: #464cc2;
    color: #FFF;
}

.btn--light {
    background-color: #DCDCDC;
    color: #202020;
}

.btn--sm {
    padding: 0 16px;
    height: 32px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
}

.btn--link {
    display: inline-block;
    padding-top: 2px;
}
.btn-transp {
    background: #fff;
    padding:15px;
    color: #2a2e75;
    text-decoration: none;
}
.btn--blue {

    height: auto;
    padding: 15px;
    background-color: #2a2e75;
    color: #fff;
}
.header-second__right-btn {
    width: 100px;
    vertical-align: middle;
    height: auto;
    background: rgb(245, 245, 245);
    box-shadow: rgb(255, 255, 255) -6px -6px 13px, rgb(216, 216, 216) 6px 6px 13px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    color: #0d6efd;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.header-second__right-btn:hover {
    text-decoration: none;
    box-shadow: rgb(255, 255, 255) -6px -6px 13px inset, rgb(216, 216, 216) 6px 6px 13px inset;
    background-color: #ffffff;
    color: #0d6efd;
}
.header-second__right-btn.black {
    color: #0d6efd;
    border-radius: 24px;
   
    box-shadow: 11px 11px 22px #0d0f10, -11px -11px 22px #353b42;
    padding: 10px 25px;
    border: 1px solid #343a40;
    white-space: nowrap;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    background-color: #f4f4f4;
    color: #bdbdbd;
    cursor: default;
    padding: 14px 22px 10px 26px;
    background: #f4f4f4;
    box-shadow: inset 3px 3px 5px #cbcbcb, inset -3px -3px 5px #ffffff!important;
}
#pagetitle {
    margin-bottom: 35px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.16em;
}

h1,h2,h3,h4,h5 {
	font-family: 'Play', sans-serif;
	font-weight: 700;
}

.bx-content-section,
.bx-header-section.fixed {
	
    padding-left: 15px;
    padding-right: 15px;
	background-color: transparent;

}

.bx-wrapper { }
.bx-content {
    padding: 30px;
    margin: 0 auto;

}
/*
.list {
display:flex;
flex-wrap: wrap;
gap: 16px;
}
*/
.list details{
  margin-top: 20px;
}

/*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-personal { order: 3;justify-content:flex-end; }

.bx-header-contact { 
order: 2;
display:flex;
display:-moz-flex;
display:-webkit-flex;
justify-content:space-around;
 }
.header-second {

    background-color: #F1F1F1;
    height: 70px;
    color: #202020;
}
.header__row {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}
.header-second__left, .header-second__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: flex;

    align-items: center;
}
.header-second__description {
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    color: #74787b;
    font-weight: 500;
    letter-spacing: 0.09em;
}
.header-second__right {
    text-align: right;
    justify-content: space-around;
}
.header-second__phone, .header-second__mail {
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.header-second__phone:hover, .header-second__mail:hover {
    color: #004888;
}


/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

#masthead {
    z-index: 18;
    position: fixed;
    width: 100%;
    height: 55px;
    background: #160e44;
    border-bottom: 1px solid #8c8383;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#masthead.scrolled {

    background: #3d71b8;
    padding: 0;
    border-bottom: 2px solid #333;
}
#masthead.scrolled hgroup {
  opacity: 0;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}
#masthead.scrolled #pagetitle {
    opacity: 0;
}
#masthead.scrolled #navigation {
    opacity: 0;
}
#masthead.scrolled .header-second {
    display:flex;
    transition: 0.3s ease all;
}
.bx-header-search {order:3;justify-content: center;}
@media (max-width: 767px) {

.bx-content {
    padding: 0;
    margin: 0;
}
	.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-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-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;
	
}

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

.bx-footer-section { }

.bx-footer-section .bx-block-title {
    padding: 10px 0;
}

.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;
}
/*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: #333;
	background-color: #333;
	color: #fff;
}

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

a,
.btn-link { color: var(--theme-b-link);text-decoration: none; }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover);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 }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;

}
/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	
}

.sidebar li {
	font-size: 12px;
	
}

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

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    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: 150px;
    left: 50%;
    -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;
}
.main__content {
    padding-top: 55px;
}
nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {

  float: left;
  position: relative;
  
}
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 14px;
    
    font-weight: bold;
    color: #ffffff;
    padding: 15px 20px 15px 0px;
    text-decoration: none;
    letter-spacing: 0.16em;
    display: flex;
    align-items: center;
}
.fas.fa-bars {
    padding: 5px;
}
.topmenu li a:hover {color: #17a2b8;}

.submenu {
    background: #273037;
    position: absolute;
    left: -40px;
    height: 100vh;
    margin: auto;
    width: 100vw;
    padding: 50px;
    top: 150%;
    z-index: 5;
    min-height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.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);
}
/* Grid */
.grid {
    display: flex;
}
.grid__item {
    height: calc(50vh - 40px);
    /* min-height: 460px; */
    /* max-width: calc(100vw - 40px); */
    /* background: #DDD; */
    /* margin: 0; */
    /* padding: 0; */
    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;
}


/* Ilin */
.link--ilin {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 0.8;
	overflow: hidden;
	color: #cad3db;
    margin: 10px;
}

.link--ilin span {	
	position: relative;
	display: inline-block;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
    padding: 5px;
}

.link--ilin:hover span:first-of-type {
	color: #fff;
}

.link--ilin:hover span:last-of-type {
	color: #1e1a1b;
}

.link--ilin span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 0.8;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--ilin span:last-of-type::before {
	background: #1e1a1b;
}

.link--ilin:hover span:last-of-type::before,
.link--ilin span:first-of-type::before {
	-webkit-transform: translate3d(0,-150%,0);
	transform: translate3d(0,-150%,0);
}

.link--ilin:hover span:first-of-type::before,
.link--ilin span:last-of-type::before {
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}





/* ICONS SECTION MAINPAGE */
.section-padding {
    padding: 90px 0 100px;
}
.features-wrapper {
    margin: 70px 0 0;
}
.features-wrapper.icon {
    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;
}
.action-form {
    height: 400px;
    min-height: 400px;
    background-image: url(/assets/img/corp-test.jpg);
    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;
    border: 1px solid #e0e0e0;
    border-radius:15px;
    background-color: #fff;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    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;
}
.action-form .form__header {
    font-size: 16px;
    line-height: 18px;
    font-weight:600;
    padding:15px;
}
.action-form .form__desc {
    color: #000;
    margin-left: auto;
    margin-right: auto;
}
.form__desc > ul {
    list-style: none;
    padding: 10px 25px;
    font-size: 14px;
}

.box {
    max-width: 100px;
}
.container-2{
 /* width: 400px;*/
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 input#search {
    width: 150px;
    height: 40px;
    margin: 3px;
    background: #080808;
    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: 25rem;
  color: #fff;
}

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

.container-2:hover .icon{
  color: #93a2ad;
}
.bx-basket { display:flex; }
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15px;
  left: 10px;
  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: #36383F;
}
#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: 930px){
.header-second__phone, .header-second__mail {
    margin-right: 16px;
	}}
@media (max-width: 1023px){
.header-second__description {
    display: none;
	}}
@media (max-width: 1219px){
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 12px;

	}
.header-second__description {
    margin-left: 24px;
	}}
@media (max-width: 767px){
.header-second {
    display: none;
	}}
.cbp-ntaccordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cbp-ntsubaccordion {
	list-style: none;
}

.cbp-ntaccordion .cbp-nttrigger {
	cursor: pointer;
} 

.cbp-ntaccordion h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ddd;
	font-size: 2em;
	font-weight: 300;
}

.cbp-ntaccordion h4 {
    font-size: 0.9em;
    letter-spacing: 0.056em;
    padding: 0.5em 0 0.5em;
    margin: 0 0 0.5em;
    line-height: 1.3em;
}

.cbp-ntaccordion h5 {
	font-size: 1.2em;
	color: #aaa;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
}

.cbp-ntaccordion .cbp-ntcontent p {
	color: #888;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.5;
	padding: 0.2em 0 1.5em;
	margin: 0;
}

/* Arrow icons */
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	font-family: 'icomoon';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #ddd;
	margin-right: 0.5em;
	-webkit-font-smoothing: antialiased;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before {
	font-size: 75%;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before {
	font-family: FontAwesome;
    content: "\f063";
}
.cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
	content: "\f062";
	color: inherit;
}
.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before {
font-family: FontAwesome;
content: "\f062";
	color: inherit;
}

.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\32";
}
.cbp-ntsubaccordion > li > .cbp-nttrigger:hover:before {
	content: "\33";
	color: inherit;
}
.cbp-ntsubaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\31";
	color: inherit;
}

/* Initial height is zero */
.cbp-ntaccordion .cbp-ntcontent {
	height: 0;
	overflow: hidden;
}

/* When open, set height to auto */
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
	height: auto;
}
.list-unstyled {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.text-white {
    padding: 0 15px;
	display: flex;
}
.text-white i {
	margin: 8px 10px 0 0;
}
.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;
}
.hide-glass-cat a {
color: #ffffff;
font-size: 12px;
padding: 7px;}
.hide-glass-cat li {
height: 38px;
}
.hide-sop-cat li {
height: 38px;
}
.hide-sop-cat a {
color: #ffffff;
font-size: 12px;
padding: 7px;}
.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;
    }