@font-face {
  font-display: swap;
  font-family: 'Proxima Nova Light';
  src: url('../bitrix/templates/main/fonts/ProximaNova-Light.eot');
  src: url('../bitrix/templates/main/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../bitrix/templates/main/fonts/ProximaNova-Light.woff') format('woff'), url('../bitrix/templates/main/fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Proxima Nova Regular';
  src: url('../bitrix/templates/main/fonts/ProximaNova-Regular.eot');
  src: url('../bitrix/templates/main/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../bitrix/templates/main/fonts/ProximaNova-Regular.woff') format('woff'), url('../bitrix/templates/main/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Proxima Nova Semibold';
  src: url('../bitrix/templates/main/fonts/ProximaNova-Semibold.eot');
  src: url('../bitrix/templates/main/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../bitrix/templates/main/fonts/ProximaNova-Semibold.woff') format('woff'), url('../bitrix/templates/main/fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
  margin:0;
  color:#292929;
  font-size: 16px;
  font-family: 'Proxima Nova Regular', sans-serif;
  background:#fff;
}
b, strong {
  font-family: 'Proxima Nova Semibold', sans-serif;
}
img{border-style:none;}
a{text-decoration:none; color:#09f;}
a:active{background-color: transparent;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
  font:100% 'Proxima Nova Regular', sans-serif;
  vertical-align:middle;
  color:#000;
}
form,fieldset{
  margin:0;
  padding:0;
  border-style:none;
}
ul {
  padding: 0 !important;
}
ul li {
  list-style-type: none !important;
}
button,
input,
textarea {
  outline: none !important;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside { display: block; }
figure { margin:0; padding:0; }
input[type=submit]:hover{cursor:pointer;}
input[type=emal]{-webkit-appearance:caret;}
@keyframes buzz {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,230,118, 0.4);
    box-shadow: 0 0 0 0 rgba(0,230,118, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0,230,118, 0);
    box-shadow: 0 0 0 20px rgba(0,230,118, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0,230,118, 0);
    box-shadow: 0 0 0 0 rgba(0,230,118, 0);
  }
}
.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.breadcrumb{
  padding: 8em 0 0 0;
  background: #fff;
}
.bread a{
  color: #292929;
}
.bread a:last-child {
  font-weight: normal;
   color: #9a9a9a;
}
#wrapper{
  width:1084px;
  margin:0 auto;
}
#header{
  background: #292929;
  position: relative;
  z-index: 1000;
  position: fixed;
  width: 100%;
}
#header:after{
  content:'';
  display:block;
  clear:both;
}
.nav-logo{
  display: flex;
  align-items: center;
}
.nav-logo .jac-logo{
  width: 100px;
  margin-left: 20px;
}
.logo{
  overflow:hidden;
  background: url('/images/Dakar_Logo_white.png') no-repeat;
  width:94px;
  height:88px;
  background-size: 100% auto;
  background-position: 0 50%;
}
.logo a{
  height:100%;
  display:block;
}
#nav .nav-holder ul.info{
  display: flex;
  align-items: center;
  margin: 0;
}
#nav .nav-holder ul li{
  position: relative;
  margin-right: 20px;
}
#nav .nav-holder ul li:last-child{
  margin-right: 0;
}
#nav .nav-holder{
  display: flex;
  align-items: center;
}
#nav .nav-holder .mobile, #nav .nav-mobile .mobile{
  margin-right: 20px;
}
.mobile{
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.mobile svg{
  animation-name: buzz;
  animation-duration: 0.1s; 
  animation-timing-function: linear; 
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}
#nav .nav-mobile{
  display: none;
}
#nav a{
  font-size: 1.2em;
  color:#fff;
  float:left;
}
#nav .home a{
  text-indent:-9999px;
  overflow:hidden;
  width:24px;
  height:22px;
  background:url(/images/sprite.png) no-repeat 0 -149px;
}
#nav .has-drop a{
  padding:0 10px 0 0;
  position:relative;
}
#nav .has-drop>a:after{
  border-color: #fff transparent;
  border-style: solid;
  border-width: 3px 3px 0;
  top: 14px;
  content: "";
  display: block;
  right:0;
  position: absolute;
  width: 0;
}
#nav .next{
  padding: 20px !important;
}
#nav ul.next li:first-child{
  margin-right: 0;
}
#nav ul.next li a{
  font-size: 1em;
}
.btn-search{
  overflow:hidden;
  width:25px;
  height:24px;
  margin-left: 20px;
}
.btn-search svg{
  vertical-align: baseline;
}
.container{
  position:relative;
}
.container .bg{
  position:absolute;
  top:-144px;
  left:50%;
  margin-left:-960px;
  z-index:-1;
}
.container .top-panel{
  width:100%;
  overflow:hidden;
  margin:0 0 46px;
  position:relative;
  z-index:100;
    height: 74px;
}
.container .products{
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  color:#999;
  font-size:12px;
  line-height:13px;
}
.container .products li{
  float:left;
  margin:0 0 0 15px;
  width:80px;
}
.container .products em{
  font-style:normal;
  display:block;
  font-size:15px;
}
.container .products .title{
  display:block;
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 22px;
}
.container .products .info.style01 em {font-size:12px;}
.products .title a{
  color:#292929;
  display:inline-block;
  vertical-align:top;
  background:url(/images/bullet01.png) repeat-x 0 100%;
}
.products .title a:hover{
  text-decoration:none;
  background:none;
}
.top-panel .holder{
  float:right;
  padding:5px 0 0;
}
.contact-block{
  font-size:11px;
  line-height:13px;
}
.contact-block address{
  margin: 0;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
}
.logo-dakar{
  float:right;
  text-indent:-9999px;
  overflow:hidden;
  width:139px;
  height:56px;
  margin:0 3px 0 10px;
  background:url(/images/sprite.png) no-repeat -130px -50px;
}
.logo-dakar a{
  height:100%;
  display:block;
}
.contact-block .heading{
  display:block;
  font-size:12px;
  line-height:14px;
}
.contact-block .tel{
  font-size:22px;
  line-height:26px;
  display:block;
  color: #fff;
}
.contact-block .link{
  display:inline-block;
  vertical-align:top;
  color:#09f;
  background:url(/images/bullet02.png) repeat-x 0 100%;
}
.contact-block .link:hover{
  text-decoration:none;
  background:none;
}
.main-slider{
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    160deg,
    hsl(11.6deg 100% 50% / 75%) 0%,
    hsl(33.23deg 100% 50%) 44%,
    hsl(0deg 0% 100%) 100%
  );
  padding-top: 10em;
  padding-bottom: 6px;
}
.main-slider::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(/images/crowdin-left-bg-3.png) repeat-x 0 100%;
  background-size: contain;
}
.main-slider-row{
  position:relative;
}
.main-slider-row:after{
  content:'';
  display:block;
  clear:both;
}
.main-slider-row .banner{
  height: 161px;
    overflow: hidden;
    position: absolute;
    right: 284px;
    text-indent: -9999px;
    top: -15px;
    width: 327px;
    z-index: 100;
  background:url(/images/sprite.png) no-repeat 0 -245px;
}
.main-slider-row .slideshow{
  margin:13px 0 0;
  font-size:11px;
  line-height:14px;
  position:relative;
}
.bx-default-pager{
  position: relative;
  z-index: 2;
}
.slideshow .slide-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slideshow .slide-holder{
  width: 48%;
  background: rgba(255,255,255, .7);
  padding: 2em 3em;
  border-radius: 5px;
}
.slideshow div.slide.active {
  z-index: 2;
}
.slideshow .slide-photo{
  width: 48%;
}
.slideshow .slide-photo img{
  max-width: 100%;
}
.main-slider-row  .alignright{
  float:right;
  margin:-13px 0 0;
}
.slideshow h2, .slideshow .h2{
  font-family: 'Proxima Nova Semibold', sans-serif;
  font-size: 5em;
  margin:0;
  color:#292929;
}
.slide .info{
  display:block;
  font-size:17px;
  line-height:19px;
  color:#333;
  margin:0 0 1em;
}
.slide .holder{
  width:100%;
}
.slide .frame{
  font-size: 1.4em;
}
.btn{
  display: inline-block;
  padding: 1em 2em;
  text-align:center;
  border-radius: 5px;
  font-size: 1.2em;
  text-transform:uppercase;
  background: #65bbe6;
  color: #fff;
  cursor:pointer;
  transition: all .5s;
}
.btn:hover{
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(101, 187, 230, 0.4);
}
.tab-area{
  padding: 6em 0 1em 0;
  overflow:hidden;
}
.tab-area h2{
  margin:0;
  color:#292929;
  font-size:36px;
  line-height:38px;
  margin:0 0 33px;
}
.tab-area  .holder{
  width:100%;
  overflow:hidden;
  display: flex;
  justify-content: space-between;
  flex: wrap;
}
.tab-area .frame{
  width: 50%;
}
.tab-area .frame .info{
  display:block;
  font-size:17px;
  line-height:19px;
}
.tabset{
  float:left;
  padding:0;
  margin:0 0 4px;
  list-style:none;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
  background:#b9b9b9;
  border-radius:5px;
}
.tabset li{
  float:left;
}
.tabset span{
  color:#999;
  float:left;
  padding:5px 33px;
  position:relative;
  cursor:pointer;
}
.tabset span:hover{
text-decoration:underline;
}
.tabset span.active{
  color:#fff;
  background: rgba(242,170,58);
}
.tabset span.active:after{
  border-color: transparent #b9b9b9;
    border-width: 17px 0 17px 17px;
  border-style: solid;
    bottom: auto;
    left: auto;
    left:0;
    top: 0;
  content: "";
    display: block;
  position:absolute;
  width:0;
}
.tabset li.style01 span.active:before{
  border-color: transparent #b9b9b9;
    border-width: 17px 0 17px 17px;
  border-style: solid;
    bottom: auto;
    left: auto;
    left:0;
    top: 0;
  content: "";
    display: block;
  position:absolute;
  width:0;
  left:auto;
  right:-17px;
  border-color: transparent rgba(242,170,58);;
}
.tabset li.style01 span{padding:5px 23px 5px 43px;}
.tabset li:first-child span.active:after{
  border-color: transparent rgba(242,170,58);;
  left:auto;
  right:-17px;
}
.tabset li:first-child span{
  border-radius:5px 0 0 5px;
}
.tabset .style01 span.active:before{
  border-color: transparent #b9b9b9;
    border-width: 17px 0 17px 17px;
  border-style: solid;
    bottom: auto;
    left: auto;
    left:0;
    top: 0;
  content: "";
    display: block;
  position:absolute;
  width:0;
  z-index:10;
}
.tabset .last span{
  border-radius:0 5px 5px 0;
}
.tab-area .info-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tab-area .info-box {
  width: 40%;
}
.tab-area .info-box .title{
  display:block;
  font-size:26px;
  line-height:1.2;
  color:#333;
  margin:0 0 11px;
}
.tab-area .info-box ul{
  padding:0;
  margin:0;
  list-style:none;
  overflow:hidden;
}
.tab-area .info-box li{
  float:none;
  width:100%;
  margin:0 0 0 20px
}
.tab-area .info-box .photo{
  float:left;
  margin:0 15px 0 0;
}
.tab-area .info-area .info-box{
  overflow:hidden;
  font-size:26px;
  line-height:1.2;
  color:#333;
  padding:15px 0 0;
}
.tab-area .info-box li:first-child{margin:0;}
.tab-area .info-box .description .title{
  display:block;
  font-size:26px;
  line-height:1.2;
  margin:0 0 1px;
  font-weight:bold;
}
.tab-area .info-box .tel{
  display:block;
  margin:0 0 -2px;
  font-size: 21px;
}
.tab-content{
  width:100%;
  position:relative;
  min-height:375px;
  margin-bottom: 10px;
}
.tab-content:after{
  content:'';
  display:block;
  clear:both;
}
.tab-btn{
  text-align: right;
}
.tab-btn .btn-reset{
  display: inline-block;
  padding: 1em 2em;
  margin-top: 1em;
  font-size:13px;
  line-height:15px;
  border-radius: 5px;
  background: #e60012;
  color: #fff;
  transition: 0.5s;
}
.tab-content .btn-reset:hover{
  text-decoration:none;
  box-shadow: 0 14px 28px rgba(193, 17, 47, 0.4)
}
.tab-content .info.style01{
  font-size:17px;
  line-height:19px;
}
.tab-content .info-area{
  float:none;
  width:100%;
}
.tab-content .info-area .block{
  width: 16%;
}
.tab-content .info-area .block .title{
  display:block;
  font-size:14px;
  line-height:16px;
  color:#b9b9b9;
  font-weight:bold;
  display:block;
  text-transform:uppercase;
  margin:0 0 4px;
}
.tab-content .info-area .block img{
  border:1px solid #ccc;
  vertical-align:top;
  border-radius:5px;
}
.tab-content .info-area .block.style01{
  width: 40%;
}
.tab-content .info-area  span.info{
  display:block;
  font-size:14px;
  line-height:20px;
  color:#333;
  margin:0 0 32px;
}
.tab-content .info-area  span.heading{
  display:block;
  font-size:24px;
  line-height:26px;
  color:#333;
}
.tab-content .info-area  span.inform{
  color:#999;
  font-size:17px;
  line-height:19px;
}
.tab-content .info-style02{
  position:absolute;
  top:-30px;
  left:0;
  font-size:17px;
  line-height:19px;
}
.tab-content .products{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0;
  margin:0;
  list-style:none;
  line-height:19px;
}
.tab-content .products::after{
  content: "";
  width: 19%;
}
.tab-content .products li{
  display:inline-block;
  width: 19%;
  margin: 2em 0 0 0;
  text-align: center;
}
.tab-content .products .products-img{
  vertical-align:top;
  border:1px solid #ccc;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -khtml-border-radius: 6px;
  text-align: center;
}
.tab-content .products .products-img img{
  max-width: 100%;
}
.tab-content .products div{
display:block;
cursor:pointer;
}
.tab-content .products div:hover{
  box-shadow: 0 3px 4px #d2d2d2;
  -webkit-box-shadow: 0 3px 4px #d2d2d2;
  -moz-box-shadow: 0 3px 4px #d2d2d2;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -khtml-border-radius: 6px;
}
.tab-content .products div.select img{
border:1px solid #008000;
}
.tab-content .products div.select:hover{
  box-shadow: 0 3px 4px #BFF9BF;
  -webkit-box-shadow: 0 3px 4px #BFF9BF;
  -moz-box-shadow: 0 3px 4px #BFF9BF;
}

.tab-content .inform{
  padding: 0 0 20px;
  margin:0;
  list-style:none;
  overflow:hidden;
  margin: 0 auto;
}
.tab-content .inform li{
  float:left;
  width:320px;
  margin:0 0 0 58px;
}
.tab-content .inform  .title{
  font-size:24px;
  font-weight:normal;
  color:#333;
}
.tab-content .inform  .title span{
  font-size:15px;
  color:#999;
}
.tab-content .inform li:first-child{
  margin:0;
}
.tab-content .inform .holder{
  border:1px solid #ccc;
  border-radius:9px;
  padding:0;
  height:163px;
  margin:0 0 11px;
}
.tab-content .inform .holder:hover{
  -webkit-box-shadow: 0 3px 4px #d2d2d2;
  box-shadow:  0 3px 4px #d2d2d2;
}
.tab-content .inform form{
  padding:40px 0 0 53px;
}
.tab-content .inform .row{
  width:100%;
  padding:0 0 40px;
  overflow:hidden;
}
.tab-content .inform label{
  font-size:17px;
  line-height:24px;
  color:#999;
  cursor: pointer;
}
.tab-content .inform label span{
background:url('/images/bullet01.png') repeat-x 0 100%;
}
.tab-content .inform  input[type="radio"]{
  background:url('/images/sprite.png') no-repeat -165px -448px;
  width:19px;
  height:19px;
  margin:0 8px 0 0;
}
.tab-content .inform  .f_label{
width:250px;
margin: 8px auto 0;
}

#conf_save{
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.tab-content .tab_tab {
  display: none;
  position: relative;
margin-top: 20px;
}
.tab-content .tab_tab.active{
  display: block;
}
.dop_f_table{
  padding-top: 10px;
}
.dop_f_table tr td{
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 15px;
}
.dop_f_table tr td:first-child{
  width:150px;
  font-weight: bold;
}

#sel_tab tr td:first-child{
  padding-right: 30px;
}
#sel_tab td{
  padding-bottom: 12px;
  vertical-align: top;
}
.th_fo{
  display: none;
}

.tab-content .inform .holder img{vertical-align:top;}
.info-area .block.style01 .holder{
  width:100%;
  overflow:hidden;
}
.info-area .block.style01 .frame{
  float:left;
  width:263px;
  margin:0 16px 0 0;
}
.info-area .block.style01 select{
  width:145px;
  font-size:13px;
  line-height:16px;
  height:25px;
  color:#292929;
  margin:0 0 19px;
}
.info-area .block.style01 textarea{
  border: 1px solid #ccc;
  background:#fff;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 15px;
  overflow: auto;
  padding: 7px 15px;
  width: 232px !important;
  height: 169px !important;
  max-width: 232px !important;
  max-height: 169px !important;
  outline:none;
  resize: none;
}
input[type="submit"]{
  display:block;
  border:1px solid #5ba900;
  border-radius:3px;
  text-align:center;
  color:#fff;
  font-size:13px;
  line-height:31px;
  width:168px;
  height:31px;
  font-weight:bold;
  text-transform:uppercase;
  -webkit-box-shadow: 0 1px 3px #d6d6d6;
  box-shadow: 0 1px 3px #d6d6d6;
  text-shadow: 0 1px 0 #428c0d;
  background: #91cc65;
}
input[type="tel"],
input[type="email"],
input[type="text"],
textarea{
  outline:none;
  background:#fff;
  border: 1px solid #ccc;
  background:#fff;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  display:block;
  font-size:13px;
  line-height:15px;
  margin: 0 0 19px;
    padding: 7px 11px 6px;
    width: 147px;
  -webkit-box-shadow:none;
  box-shadow: none;
  resize: none;
}
.info-area .block.style01 .column{
  float:left;
  width:170px;
  padding:44px 0 0;
}
.tab-content .info-area .info-block{
  width: 20%;
}
.tab-content .info-area .info-block span.heading{
  display:block;
  font-size:17px;
  line-height:20px;
  color:#292929;
  margin:0 0 11px;
}
.tab-content .info-area .block p{margin:0 0 17px;}
.tab-content .info-area .block .tel{
  display:block;
  font-size:24px;
  color:#999;
  margin:0 0 5px;
}
.info-area .block .tel strong{
  font-size:34px;
}
.tab-content .info-area .block .link{
  display:inline-block;
  vertical-align:top;
  font-size:11px;
  background:url(/images/bullet02.png) repeat-x 0 100%;
}
.tab-content .info-area .block .link:hover{
  text-decoration:none;
  background:none;
}
.inform-area{
  width:100%;
  overflow:hidden;
  padding:25px 0 32px;
}

.inform-area .holder{
  margin:0;
}

.inform-area .holder ul li{
  display: block;
  position: relative;
  margin: 0;
  padding-left: 1em;
}
.inform-area .holder ul li:before {
  content: "•";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  line-height: .5;
  font-size: 1.5em;
  color: #292929;
}

.dakarli li{
  display: block;
  position: relative;
  margin: 0;
  padding-left: 1em;
}
.dakarli li:before {
  content: "•";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  line-height: .5;
  font-size: 1.5em;
  color: #292929;
}

.inform-area .holder .more{
  font-size:11px;
  text-decoration:underline;
  line-height:13px;
}
.inform-area .holder .more:hover{text-decoration:none;}
.inform-area h2{
  color:#292929;
  font-size:36px;
  line-height:38px;
  margin: 22px 0;
}
.inform-area p{margin:0 0 15px;}
.inform-area .frame{
  overflow:hidden;
  padding:60px 0 0;
}
.inform-area .frame img{
  float:left;
  margin:0 0 0 32px;
}
.inform-area .frame img:first-child{margin:0;}
#footer{
  background:#292929;
  padding:36px 0 20px 0;
  color:#fff;
  overflow:hidden;
}
.contact-block span{
  color: #fff;
}
.footer-frame{
  margin-top: 10px;
  text-align: center;
  font-size:12px;
  text-transform:uppercase;
}
.footer-frame img{vertical-align:top;}
.footer-frame a{color:#fff;}
.footer-frame  .info{
  display:block;
  text-transform:none;
  margin:0 0 9px;
}
/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 24px;
  float: left;
  background:url(/images/sprite.png) no-repeat 0 -464px;
  font-size:13px;
  line-height:24px;
  margin:0 0 20px;
}
.select-focus {
  border-color: #f00;
}
.select-area .center {
  white-space: nowrap;
  padding: 3px 10px;
}
.select-disabled {
  background: #eee;
}
.select-area .select-opener {
  background:url(/images/sprite.png) no-repeat -130px -464px;
  position: absolute;
  height: 24px;
  width: 15px;
  right: 0;
  top: 0;
}
.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}
.select-options .drop-holder {
  border: 1px solid #777;
  overflow: hidden;
  height: 1%;
}
.select-options ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.select-options ul li {
  width: 100%;
  float: left;
}
.select-options ul a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  cursor: default;
  color: #000;
  height: 1%;
}
.select-options .item-selected a {
  text-decoration: none;
  background: #007;
  color: #fff;
}
/* select options optgroup example styles */
.select-options .optgroup {
  clear: both;
}
.select-options .optgroup strong {
  display: block;
  padding: 5px;
}
.select-options .optgroup ul a {
  padding-left: 30px;
}
/* custom radio styles */
.rad-area {
  float:left;
  background:url(/images/sprite.png) no-repeat -165px -448px;
  width:19px;
  height:19px;
  margin:0 8px 0 0;
}
.rad-checked {
  background:url(/images/sprite.png) no-repeat -165px -509px;
}
.rad-focus {
  border-color: #f00;
}
.rad-disabled {
  background: #eee;
}


.bx-pager{
  z-index: 200;
}

.bx-pager-item{
  position: relative;
  float: left;
  margin: 0 0 0 5px;
  width: 125px;
}
.bx-pager-item em{
  font-style:normal;
  display:block;
  font-size:15px;
}
.bx-pager .bx-pager-item:first-child{margin:0;}
.bx-pager-item .title{
  display:block;
  font-size:17px;
  line-height:22px;
  font-weight:bold;
  margin:0 0 3px;
}
.bx-pager-item .info{
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  list-style: none outside none;
}
.bx-pager-item .info em {font-size:12px;}
.bx-pager-item .title{
    color:#292929;
    display:inline-block;
    vertical-align:top;
    background:url(/images/bullet01.png) repeat-x 0 100%;
}
.bx-pager-item a{
    text-decoration: none;
    display: block;
    padding: 5px;
}
.bx-pager-item {
  background: rgba(255,255,255, .7);
}
.bx-pager-item .active{
    background: #999999;
}
.bx-pager-item .active .title{
    color:#FFFFFF;
    background:url(/images/bullet04.png) repeat-x 0 100%;
}
.bx-pager-item .active .info{
    color:#FFFFFF;
}

.bx-pager-item .arrow {
  bottom: -12px;
  height: 13px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  text-indent: -9999px;
  width: 38px;
}

.bx-controls-direction{
  display: none;
}
.soglasie {
  text-align: center;
  font-size: 11px;
  margin: 0 0 10px;
}
/* About us */
.about-us{
  padding-bottom: 4em;
}
/* contact */
.contact{
  padding-bottom: 4em;
}
.contact iframe {
  margin-top: 2em;
  height: 400px;
  border-radius: 5px;
}
/* new */
.news-list{
  padding-bottom: 2em;
}
.news-item a{
  color: #292929;
  transition: all 0.5s;
}
.news-item a:hover{
  color: rgba(242,170,58);
}
.news-list-block{
  margin-top: 30px;
  align-items: flex-start;
}
.news-list-block-photo{
  width: 49%;
}
.news-list-block-photo img{
  max-width: 100%;
}
.news-list-block-content{
  width: 49%;
}
.news-list-block-content h2, .news-list-block-content h2 a{
  color: #292929;
}
.news-list-block-content h2 a:hover{
  text-decoration: none;
}
.news-list-block-content-line{
  margin-top: 20px;
}
.osnov img, .osnov iframe{
  max-width: 100%;
}
.osnov .btn{
  font-size: 12px !important;
  padding: 0.8em 1em !important;
}
@media (max-width: 1199px){
  .container .products .title{
    font-size: 14px;
  }
  /* configurator */
  .tab-area h2{
    font-size: 30px;
  }
  .tab-content .info-area .block{
    width: 21%;
  }
  /* news */
  .news-list-block-content h2, .news-list-block-content h2 a{
    font-size: 1.2em;
  }
}
@media (max-width: 991px){
  #nav .nav-holder{
    display: none;
  }
  #nav .nav-mobile{
    display: block;
  }
  #nav .nav-mobile ul{
    width: 200px;
    position: absolute;
    right: 0;
    top: 5.5em;
    display: none;
    background: rgba(242,170,58);
    margin: 0;
    padding: 1em !important;
  }
  .nav-mobile span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .nav-mobile span::before,.nav-mobile span::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .nav-mobile span::before{
    top: 0.5em;
  }
  .nav-mobile span::after{
    bottom: 0.5em;
  }
  .slideshow .slide-photo{
    width: 100%;
    text-align: center;
  }
  .slideshow .slide-photo img{
    width: 100%;
  }
  .slideshow .slide-holder{
    width: 100%;
    padding: 2em 2em;
  }
  .slideshow h2, .slideshow .h2{
    font-size: 3em;
  }
  .bx-pager-item{
    width: 94px;
  }
  .bx-pager-item .title{
    font-size: 12px;
  }
  .bx-pager-item .info em{
    font-size: 10px;
  }
  .tab-area h2{
    font-size: 24px;
    line-height: 28px;
  }
  .tabset span{
    padding: 5px 20px;
  }
  .tab-area .info-box .title, .tab-area .info-box .tel{
    font-size: 20px;
  }
  .tab-area .info-box.description{
    font-size: 25px;
  }
  .tab-area .info-box .description .title{
    font-size: 25px;
  }
  /* configurator */
  .tab-content .info-area .block{
    width: 25%;
  }
  .tab-content .info-area .block:last-child{
    width: 100%;
  }
  .tab-content .info-area .block.style01{
    width: 65%;
  }
  .tab-content .info-area .block p{
    margin: 0;
  }
  /* news */
  .news-detail .img_part{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-detail .img_part img{
    max-width: 100%;
  }
  .news-list-block-photo{
    width: 100%;
  }
  .news-list-block-content{
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-slider{
    padding-top: 6.5em;
    padding-bottom: 2em;
  }
  .bx-default-pager{
    display: flex;
    justify-content: center;
  }
  .bx-pager-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .bx-pager-item{
    background: #999999;
  }
  .bx-pager-item .active{
    border-radius: 50%;
    background: rgba(242,170,58);
  }
  .bx-pager-item .title{
    display: none;
  }
  .bx-pager-item .info{
    display: none;
  }
  .tab-area .info-box{
    display: none;
  }
  /* configurator */
  .tab-area .frame{
    width: 100%;
  }
  .tab-content .products::after{
    width: 32%;
  }
  .tab-content .products li{
    width: 32%;
  }
  .tab-content .products .li-f{
    display: none;
  }
  .inform-area-flex-img img{
    width: 100%;
    margin-bottom: 1em;
  }
  .inform_new_one{
    width: 48%;
  }
  .tab-content .info-area .block{
    width: 30%;
  }
  .tab-content .info-area .block:last-child{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .btn-slider{
    width: 100%;
  }
  /* configurator */
  .tab-area{
    padding: 4em 0 1em 0;
  }
  .tab-content .products::after{
    width: 49%;
  }
  .tab-content .products li{
    width: 49%;
  }
  .tab-content .info-area .block{
    width: 100%;
    text-align: center;
  }
  .tab-content .info-area .block.style01{
    width: 100%;
    margin-bottom: 20px;
  }
  /* about us */
  .inform-area h2{
    text-align: center;
    font-size: 25px;
    line-height: 27px;
  }
  /* footer */
  .contact-block{
    width: 100%;
    text-align: center;
  }
  .contact-block:first-child{
    margin-bottom: 1em;
  }
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9988;
    font-family: 'Open Sans', Arial, sans-serif;
}

#cookie_note p{
    margin: 3px;
    font-size: 1em;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
    background-color: #abef1e;
    border: unset;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}