body { 
  font-family: "Inter-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  color: #222;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; } 

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, button, input, textarea { outline: none; }

.wrapper{
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: auto;
}
.container-1700{
  margin-left: auto;
  margin-right: auto;
  max-width: 170rem;
  width: 100%;
}

/*----------hero-----------*/
/*#video-bg {
position: fixed;
top: 0;
left: 0;
width: auto;
min-width: 100%;
height: auto;
min-height: 600px;
z-index: 0;
margin-top: -44px;
margin-left: 0px;
}
video {display: block;}*/

.hero {
    position: relative;
    padding-bottom: 40px;
    height: 100vh;    
    margin: 0 auto;
    overflow: hidden;    
    padding: 0;
    background: rgb(240,238,240);
    background: linear-gradient(90deg, rgba(240,238,240,1) 0%, rgba(245,244,246,1) 58%, rgba(240,238,240,1) 100%);
}
.hero--video::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.5;
}
.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    width: auto;
    min-width: 100%;
    height: 120vh;
    min-height: 600px;
    z-index: 0;
    margin-top: -44px;
    margin-left: 0px;
}
.hero__footer {
  position: relative; 
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    /*padding-top: 6%;*/
}
.hero__footer-item{
  flex-grow: 1;
}
.hero__footer-item-left{
  flex-grow: 1;
  /*align-self: flex-end;*/
}
.hero__footer-item h2.hero__title-one{
  text-align: left;
  color: #000;
  font-size: 26px;
	text-transform: uppercase;
}
.hero__footer-item h2.hero__title-two{
  color: #000; 
  font-size: 26px;
	text-transform: uppercase;
}
.hero-logo{
  position: relative;
    z-index: 2;  
}
.hero-logo img{
  width: 180px;
  padding-top: 10px;
}
.hero .line{
  background: #fa7a35;
  height: 5px;
  width: 20%;
}
.hero__footer-item ul{
  list-style-type: none;
  margin-bottom: 28px;
  padding-left: 0;
  margin-top: 28px;
}
.hero__footer-item ul li img{
  width: 18px;
  margin-right: 4px;
}
.hero__footer-item ul li{
  padding-bottom: 6px;
  font-size: 20px;
}
.hero__footer-item ul li:last-child{
  padding-bottom: 0;
}
.hero__footer-item a{
  background-color: transparent;
    border: 1px solid #fa7a35;
    color: #000;    
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding: 22px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.hero__footer-item a:hover{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    transition: all .5s ease;
}
.page-btn{
  margin: 0 0px 0 16px;
}

.search{
  flex-grow: 1;
  text-align: right;
  margin-left: 16px;
}
.search form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.search .d1 {
  background: #fff;  
}
.search .d1 input {
  width: 100%;
    height: 48px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
    color: #ccc;
    border-radius: 8px;
}
.search .d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;  
  cursor: pointer;
}
.search .d1 button i { 
  font-size: 14px;
  color: #ccc;
  position: relative;
  top: 3px;
}
.header-social ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.header-social ul li{
  display: inline-block;
}
.header-social ul li img{
  width: 25px;
}
.header-social{
  text-align: right;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header-social p{
  color: #222;
    font-size: 15px;
    line-height: 1.4;
    margin-right: 6px;
}
.hero .hero-phones{
  margin-top: 10px;
  position: relative;
    z-index: 9;
}
.side-menu {
    position: absolute;
    top: 75px;
    right: 15px;
	z-index: 9;
}
.side-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
    padding: 0;
}
.side-menu span:not(:last-child) {
    margin-bottom: 18px;
}
.side-menu span {
  -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    /* font-family: "Roboto", sans-serif; */
    font-size: 16px;
    letter-spacing: 0.55em;
    color: #fa7a35;
    padding-bottom: 51px;
    position: relative;
    /*font-weight: 800;*/
}
.side-menu span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 24px;
    height: 34px;
    background: url(https://emelia.by/wp-content/uploads/2024/01/up-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hero-social ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.hero-social ul li img{
  width: 35px;
}
.hero-social ul li{
  padding-bottom: 8px;
  display: inline-block;
}

.hero-social ul li:last-child{
  padding-bottom: 0;
}
.hero-social{
  position: absolute;
  bottom: 60px;
  z-index: 2;
}
.hero-social-arrow{
	position: relative;
	z-index:9;
}
.hero-social-arrow p{
  margin: 0;
    font-size: 16px;
    letter-spacing: 0.55em;
    color: #fa7a35;
    padding-bottom: 51px;
    position: relative;
    left: 214px;
    bottom: 21px;
}
.hero-social-arrow p::after{
  content: "";
    display: block;
    position: absolute;
    bottom: 41px;
    left: -44px;
    width: 24px;
    height: 34px;
    background: url(https://emelia.by/wp-content/uploads/2024/01/up-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*-------------------------*/

/*--------header----------*/
.header{
  padding: 12px 0;
  z-index: 3;
}
.header-content{
  /*display: flex;
  align-items: center;*/
}
.header-content-first-mnu ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.header-content-first-mnu ul li{
  display: inline-block;
  padding: 0 13px;
}
.header-content-first-mnu ul li:first-child{
  padding-left: 0;
}
.header-content-first-mnu ul li a{
  color: #222;
  font-size: 15px;
  line-height: 1.4;
}
.header-content-first-mnu ul li a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.header-contacts{
  display: flex;
  align-items: center;  
  margin-left: 20px;
  padding-bottom: 8px;
}
.header-content-first-line{
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.page-btn a.active{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;    
    line-height: 16px;    
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.page-btn a.active:hover{
  background-color: transparent;
    border: 1px solid #fa7a35;
    color: #000;
    transition: all .5s ease;
}
.page-btn a{
  background-color: transparent;
    border: 1px solid #fa7a35;
    color: #000;   
    line-height: 16px;    
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.page-btn a:hover{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    transition: all .5s ease;
}
.header-logo img{
  width: 130px;  
}
.header-item{
  flex-grow: 1;
}
.adress-item{
  /*display: flex;
  align-items: center;
  width: 70%;*/
  flex-grow: 1;
  text-align: left;
}
.adress-item a{
  color: #222;
  font-size: 15px;
  line-height: 1.4;
}
.adress-item a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.adress-item img{
  width: 26px;
  margin-right: 4px;
}
.header-lines{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-adress a{
  color: #222;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}
.header-phone{
  text-align: right;  
}
.header-phone a{
  color:  #222;
  font-size: 15px;
  font-family: "Inter-Medium", sans-serif;
}
.header-phone a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.make-cole{
  flex-grow: 1;
  text-align: right;
}
.make-cole a{
  color: #222;
  font-size: 15px;
  line-height: 1.4;
}
.make-cole a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.header-phone p{
  color: #222;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
}
.header-btn{
  text-align: right;
}
.header-btn a{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 14px;
}
.header-btn a:hover{
  background-color: transparent;
  border: 1px #fa7a35 solid;
  color: #000;
  transition: all .5s ease;
}
.header-lines-mobile{
  display: block;
  align-items: center;
  border-bottom: none;
  margin-left: 0;
  padding-bottom: 0;
}
.menu-section{
  margin: 0;
  padding-left: 0;
}
/*-------------------------*/

/*-----header-carousel----*/
.header-carousel{
  padding: 28px 0 0;
}
.header-carousel .item {  
  padding: 90px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.header-carousel .item:before{

}
.header-carousel .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.header-carousel .item h1,
.header-carousel .item h2{
  color: #000;
    position: relative;
    font-size: 30px;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
    font-family: "Inter-Regular", sans-serif;
    width: 24%;
}
.item-text-line span{
  font-family: "Inter-Bold", sans-serif;
  color: rgba(0,0,0,.1);
  font-size: 190px;
  position: absolute;
}
.item-text-line{
  margin-left: 50px;
}
.header-carousel .item p{
    color: #000;
    font-size: 18px;
    /* text-shadow: 0px 2px 2px #000; */
    width: 35%;
    margin-bottom: 0;
    margin-top: 20px;
}
.header-carousel .item p:last-child{
  margin-top: 8px;
}
.home-slider-btn{
  margin-top: 50px; 
  display: inline-block;
  margin-right: 12px;
  position: relative;
  z-index: 3;
}
.home-slider-btn a{
  background-color: #fff;
    border: 1px solid #fa7a35;
    color: #fa7a35;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.home-slider-btn a:hover{
  background-color: #fa7a35;  
  color: #fff;
  transition: all .5s ease;
}
.zakaz-slider-btn{
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 3;
}
.zakaz-slider-btn a{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}
.zakaz-slider-btn a:hover{
  background-color: #fff;  
  color: #000;
  transition: all .5s ease;
}

.header-carousel .owl-controls {
    left: 0;
}
.header-carousel .owl-controls {
    left: 0;
    bottom: 65px;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    right: 80px;
    font-size: 34px;
    line-height: 38px;
    color: #fafafa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.header-carousel .owl-controls .owl-nav>div i{
  font-size: 20px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 11px 16px;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #0196a6;
}
.header-carousel .owl-dots {   
    position: absolute;
    margin: auto;
    width: 100%;   
    top: 15px;
    text-align: right;
    right: 152px;
}
.header-carousel .owl-dots .owl-dot.active {
    background-color: #fa7a35;
    height: 10px;
    width: 10px;
}
.header-carousel .owl-dots .owl-dot {
    background-color: #ccc;
    border-radius: 10em;
    display: inline-block;
    height: 8px;
    margin: 3px 6px;
    webkit-border-radius: 10em;
    width: 8px;    
}
.node-card-item{
  display: inline-flex;
  margin-right: 14px;
}
.node-card-item-text{
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: normal;
  position: relative;
  background-color: #fff;
  padding: 14px;
  font-size: 12px;
  font-weight: 800;
}
.node-card-item-year{
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: normal;
  position: relative;
  background-color: #000;
  padding: 14px;
  font-size: 12px;
  font-weight: 800;
}
.node-card-item-text:before{
  border-left-color: #fff !important;
  right: -5px;
  border-width: 5px 0 5px 5px;
  top: 50%;
  margin-top: -5px;
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  display: block;
}
/*------------------------*/

/*-------own-catalog-----*/
.section-title h3{
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.section-title h3 i{
  line-height: 28px;
    margin-left: 15px;
    background-color: rgba(136,136,136,.1);
    padding: 1px 8px 2px 11px;
    border-radius: 8px;
    position: relative;
    top: 3px;
}
.own-catalog-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.own-catalog-item-img img{
  width: 130px;
}
.own-catalog-item-text p{
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #222;
  font-size: 16px;
}
.own-catalog-item{
  border: 1px solid #F2F2F2;
  padding: 20px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
.own-catalog-item:hover{
  transition: all .5s ease;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.own-catalog{
  padding-bottom: 60px;
}
/*------------------------*/

/*-------popular-wrap-----*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
} 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 33%;
    float: left;
  }
} 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.popular-wrap{
  background-color: #f8f8f8;
  padding-bottom: 80px;
}
.popular-wrap-item{
  border: 1px solid #F2F2F2;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.popular-wrap-item:hover{
  transition: all .5s ease;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.popular-wrap-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.popular-wrap-item-img img{
  width: 70%;
}
.popular-wrap-item-text h4{
  margin-bottom: 0;
}
.popular-wrap-item-text h4 a{
  color: #000;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
}
.popular-wrap-item-text h4 a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.popular-wrap-item-text span{
  color: #000;
  font-size: 14px;
  line-height: 1.2;
    display: block;
    margin-top: 10px;
}
.popular-wrap-item-text p{
  color: #fa7a35;
    font-weight: 800;
    font-size: 14px;
	line-height: 1.2;
}
.btn-more{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f6f6f6;
}
.btn-more a{
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-more a:hover{
  color: #000;
  transition: all .5s ease;
}
.btn-case{
  margin-top: 8px;  
  text-align: left;
}
.btn-case a{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;    
}
.btn-case a:hover{
  border: 1px #fa7a35 solid;
  color: #000;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.popular-wrap-item:hover h4 a{
  color: #fa7a35;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*------------------------*/

/*--------group-wr--------*/
.group-wr{
  padding-bottom: 50px;
}
.group-wr-item{
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.scale {
    display: inline-block; 
    overflow: hidden; 
    border-radius: 8px;
}
.scale img {
    transition: 1s; 
    display: block; 
    width: 100%;
    border-radius: 8px;
}
.scale img:hover {
    transform: scale(1.05); 
}
.group-wr-item-text{
  position: absolute;
    bottom: 20px;
    left: 20px;
}
.group-wr-item-text h3{
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}
.group-wr-item-text span{
  background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 10px 16px;
    border-radius: 8px;    
    display: inline-block;
    font-size: 14px;
}
/*------------------------*/

/*------edge--------------*/
.edge{
  padding: 0px 0 80px;
}
.edge-item{
  display: flex;
  align-items: center;
  width: 90%;
}
.edge-item img{
  width: 45px;
}
.edge-item p{
  font-weight: 800;    
  padding-left: 8px;
  margin: 0;    
  font-size: 16px;
  line-height: 1.2;
}
/*-------------------------/

/*----------akcii------------*/
.akcii input[type="text"] {
    color: #fff;
}
.akcii ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.akcii :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.akcii ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.akcii :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.akcii{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  border-radius: 8px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.akcii-item{
  display: flex;
    justify-content: center;
    align-items: center;
}
.akcii-item h5{
  color: #fff;
  font-size: 18px;
  width: 52%;
}
.akcii-item .head-form{
  border: none;
  box-shadow: none;
  margin-top: 16px;
  padding: 0;
}
.akcii-item .head-form button[type="submit"]{
  background-color: transparent;
    border: 1px #fa7a35 solid;
    color: #fff;
    font-size: 16px;
}
.akcii-item .head-form button[type="submit"]:hover{
  color: #fa7a35 !important;
  border: 1px #fa7a35 solid;
  background-color: #fff;
}
.head-form {  
  color: #000;  
  text-align: center;  
  margin-top: 10px;
}
.head-form h3 {
  display: block;
  font-weight: 400;
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.head-form h3 span{
  text-transform: uppercase;
  font-weight: 800;
}
.head-form button[type="submit"]{
  background-color: transparent;
  border: 1px #fa7a35 solid;
  color: #fa7a35;
  font-size: 18px;
}
.head-form button[type="submit"]:hover{
  background-color: #fa7a35;
  color: #fff !important;
  border: 1px #fa7a35 solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.head-form input,
.head-form button {
  border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 46px;
    margin-bottom: 15px;
    width: 100%;
    text-indent: 30px;
    background: transparent;
}
.head-form input[type="submit"],
.head-form input button,
.head-form button[type="submit"],
.head-form button button {
  text-indent: 0;  
  font-weight: 700;
  height: 46px;
}
.akcii input[type="tel"] {
    color: #fff !important;
    opacity: 1;
}
.akcii::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
.akcii:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
.akcii::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
.akcii:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}

.skidka-item-img{
  display: block;
  width: 100%;
  border-radius: 8px;
}
.skidka-item-img img{
  width: 100%;
  border-radius: 8px;
}
.skidka-item-text h4{
  color: #222;
  font-size: 18px;
  margin-top: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.skidka-item-text p{
  color: #222;
  font-size: 16px;
  margin-top: 0;
    margin-bottom: 0;
}
.skidka-bage span.procent{
  position: absolute;
  background-color: #ffeb81;
  color: #222;
  padding: 5px 12px;
  border-radius: 8px;
  top: 20px;
  left: 35px;
}
/*---------------------------*/

/*-------shema-wrap----------*/
.shema-wrap{
  padding-bottom: 50px;
}
.shema-wrap-item{
  margin-bottom: 30px;
  display: flex;    
  align-items: flex-start;
}
.shema-wrap-item-img img{
  width: 45px;
  margin-right: 8px;
}
.shema-wrap-item-text h5{
  text-align: left;  
  margin: 0px 0 8px;
  font-size: 16px;
}
.shema-wrap-item-text p{
  text-align: left;
  margin: 0;
  font-size: 16px;
}
/*---------------------------*/

/*-------about-prew---------*/
.about-prew-text h3{
  margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.about-prew-text p{
  color: #222;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}
.about-prew-text a{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}
.about-prew-text a:hover{
  background-color: #fff;
    color: #000;
    transition: all .5s ease;
}
.about-prew-img{
  display: block;
  width: 100%;
}
.about-prew-img img{
  width: 100%;
  border-radius: 8px;
  border-radius: 8px;
}
.about-prew-item{
  border: 1px #ebeff2 solid;
    display: inline-block;
    padding: 50px 40px;
    border-radius: 8px;
}
.about-prew{
  padding-top: 0;
  border-bottom: 3px #ebeff2 solid;
}
/*--------------------------*/

/*-------footer------------*/
.footer{
  padding: 80px 0 80px;
  background-color: #fff;
}
.footer-logo {
    width: 22%;
    display: flex;
}
.footer-logo img {
    width: 170px;  
}
.footer-logo-text p {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
}
.footer-logo a {
    width: unset;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    align-items: center;
}
.footer-phone ul{
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}
.footer-phone ul li{
  margin-right: 35px;
}
.footer-phone ul li:last-child{
  margin-right: 0;
}
.footer-phone ul li p{
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.footer-phone ul li a{
  font-size: 40px;
  color: #222;
}
.footer-phone ul li a.footer-mail{
  color: #fa7a35;
}
.footer-social p{
  color: #222;
  font-size: 14px;
  line-height: 1.5; 
  margin-bottom: 32px;
}
.footer-social ul{
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-social ul li{
  display: inline-block;
  padding-left: 8px;
}
.footer-social ul li:first-child{
  padding-left: 0;
}
.footer-social{
  margin-top: 54px;
}
.footer-social ul li a{
  padding: 16px 14px;
  border: 1px solid #666666;
  border-radius: 50%;
}
.footer-social ul li a:hover{
  border: 1px solid #fff;
  transition: all .5s ease;
}
.footer-social ul li a img{
  width: 20px;
  position: relative;
  bottom: 2px;
}
.footer-politic{
  display: flex;
  align-items: center;
}
.footer-politic p{
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-politic a{
  color: #999;
  margin-left: 30px;
  text-decoration: underline;
  font-size: 12px;
}
.footer-politic a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.footer-mnu ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.footer-mnu ul li{
  display: block;
  padding-bottom: 8px;
}
.footer-mnu ul li:last-child{
  padding-bottom: 0;
}
.footer-mnu ul li a{
  color: #222;
  font-size: 16px;
}
.footer-mnu ul li a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.footer-registr p{
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 0;
}
.footer-registr ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-registr li{
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 4px;
}
.footer-registr li:last-child{
  padding-bottom: 0;
}
.footer-line{
  height: 1px;
  background-color: #1E1E1E;
  margin: 50px 0;
}
/*-------------------------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 10px;
  right: -120px;
  width: 50px;
  height: 50px;  
  cursor: pointer;
  background-color: #fa7a35;
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
  border-radius: 0px;
  border-radius: 8px;
  /*box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.4);*/
}
.top:hover {
  background-color: #333;
  transition: all .5s ease;
}
.top:active {
  right: 0px;
}
.top.active {
  right: 00px;
}
.top .fa {
  font-size: 16px;
  margin-top: 15px;
}

#fixed-social {
  position: fixed;
    top: auto;
    right: 0px;
    z-index: 1;
    bottom: 60px;
    /*box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.4);*/
}

#fixed-social a {
   color: #222;
   display: block;
   height: 50px;
   position: relative;
   text-align: center;
   line-height: 50px;
   width: 50px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover{
  background-color: #fff;  
  border: 1px #fa7a35 solid;
    border-radius: 8px;
  transition: all .5s ease;
}
#fixed-social a:hover>span{
  visibility: visible;
  left: -201px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 47px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    border: 1px #fa7a35 solid;
    border-radius: 8px;
} 
a.fixed-btn{
  background-color: #fff;
    border: 1px #fa7a35 solid;
    border-radius: 8px;
}
#fixed-social a i{
  color: #222;
}
/*------------------------*/

/*----breadcrumb----------*/
.breadcrumb {
    width: 100%;
    padding: 20px 0;   
    margin-bottom: 0px;    
    line-height: 44px;
    position: relative;
    z-index: 4;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0;
  margin: 0;
  line-height: 1.4;
}
.breadcrumb ul li { 
    list-style: none;
    display: inline-block;
    color: #777;   
    padding: 0 4px; 
}
.breadcrumb ul li:first-child{
  padding-left: 0;
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;    
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #fa7a35;
}
/*------------------------*/

/*-----tovar-catalog-----*/
.tovar-catalog{
  padding-top: 40px;
  padding-bottom: 20px;
}
.tovar-catalog-list-item{
  display: flex;
  border: 1px solid #F2F2F2;
  padding: 12px 20px;
  border-radius: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 12px;
  margin-bottom: 12px;
}
.tovar-catalog-list-item:hover{
  transition: all .5s ease;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
a.tovar-catalog-list-item.active{
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  color: #fa7a35;
}
.tovar-catalog-list{
  display: flex;
  --gap: 12px;
  align-items: normal;
    flex-wrap: wrap;
}
.tovar-catalog-list-item img{
  width: 50px;
  margin-right: 10px;
}
.tovar-catalog-list-item p{
  color: #222;
  font-size: 16px;
}
.tovar-catalog-list-item:hover p{
  transition: all .5s ease;
  color: #fa7a35;
}
.tovar-descr{
  padding-top: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 8px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fa7a35;
    border-color: #fa7a35;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    /*color: #777 !important;*/
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ebeff2;
    margin: 5px;
    border-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background-color: #fa7a35;
    border-color: #fa7a35;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination li.active a { color: #fff !important }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination li a{
 width: auto;
}
.tovar-descr .text-center{
  text-align: center;
}
/*-----------------------*/

/*-----delivery----------*/
.delivery {
    padding-top: 40px;   
    border-bottom: 3px #ebeff2 solid; 
}
.delivery-text p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.delivery-text ul{
  list-style-type: none;
  padding-left: 0;
}
.delivery-text ul li{
  font-size: 16px;
  line-height: 1.4;
}
.delivery-img{
  display: block;
  width: 100%;
}
.delivery-img img{
  width: 100%;
}
.oplata p{
  margin-bottom: 8px;
}
/*-----------------------*/

/*-------akcii-page------*/
.akcii-page{
  padding-top: 40px;
  border-bottom: 3px #ebeff2 solid;
  padding-bottom: 50px;
}
.akcii-page .skidka-item{
  margin-bottom: 30px;
  display: block;
}
/*-----------------------*/

/*------rekviziti--------*/
.rekviziti{
  padding-top: 40px;
  border-bottom: 3px #ebeff2 solid;
}
.rekviziti-text p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.rekviziti-text p:last-child{
  margin-bottom: 0;
}
/*-----------------------*/

/*-----contact-page-wrap----*/
.contact-page-wrap-title h3{
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;

}
.contact-page-wrap{
  padding-top: 40px;
  border-bottom: 3px #ebeff2 solid;
}
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #222;
  margin-bottom: 0px;
}
.contacts-page-phones-item a:hover{
  color: #fa7a35;
  transition: all .5s ease;
}
.contacts-page-phones-item{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contacts-page-phones-item img{
  width: 35px;
  margin-bottom: 5px;
}
.contacts-page-phones-form input {
    border: 1px solid #ebeff2;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    /* border-radius: 0px; */
    color: #ccc;
    display: block;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    font-size: 12px;
    border-radius: 8px;
    text-indent: 10px;
}
.contacts-page-phones-form button{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.contacts-page-phones-form button:hover{
  background-color: transparent;
    border: 1px solid #fa7a35;
    color: #000;
    transition: all .5s ease;
}
.map iframe{
  border:none;
  border-radius: 8px;
  width: 100%;
  height: 400px;
}
.map{
  margin-top: 40px;
}
/*--------------------------*/

/*---------tovar-----------*/
.catalog-wrap{
  padding-top: 40px;
}
.tovar-name h2{
  margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: left;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
h2.resp-accordion {
    padding: 10px 15px;
    margin: 10px 0;
    cursor: pointer;   
    display: none;
}
.resp-accordion-active {
   display: block;
}
.resp-tab-content {
    display: none;
}
.facts {border: 1px solid #dae2e6;}

.facts img {
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.catalog-wrap .img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.resp-tab-item{
  border: 1px solid #dae2e6;
  cursor: pointer;
  padding:0;
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
  width: 24.25%;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right:1%;
    margin-top:1%;
    margin-bottom:1%;
}
.resp-tab-item:nth-child(4) {margin-right: 0;}
.resp-tab-item img {height: 80px;display: block;margin: 0 auto;}
.about-wrap-sec .resp-tab-item:nth-child(4){
  margin:0;
}
.big {
    position: relative;
    transform: scale(1.5);
    z-index: 9;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
ul.resp-tabs-list{
  padding-left: 0;
}
.tovar-img{
  display: inline;
}
.tovar-wrap{
  margin-top: 68px;
  display: inline-block;
}
.tovar-text-wrap-dop p{
  margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: left;
    color: #fa7a35;
}
.tovar-text-wrap-dop ul{
   padding-left: 18px;
}
.tovar-text-wrap-dop ul li{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.tovar-text-btn{
  margin-top: 20px;
}
.tovar-text-btn a{
  background-color: #fa7a35;
    border: 1px solid #fa7a35;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 8px;
    /* height: 42px; */
    display: inline-block;
    font-size: 16px;
}
.tovar-text-btn a:hover{
  background-color: transparent;
    border: 1px solid #fa7a35;
    color: #000;
    transition: all .5s ease;
}
.tovar-descr {
  margin-top: 30px;
}
.tovar-descr .tabs {
  font-size: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tovar-descr .tabs>input[type="radio"] {
  display: none;
}
.tovar-descr .tabs>div { 
  display: none;
  padding: 10px 15px;
  font-size: 16px;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}
.tovar-descr .tabs>label {
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f8f8f8;
    color: #222;
    padding: 7px 36px;
    font-size: 18px;
    line-height: 1.2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: 500;
}
.tovar-descr .tabs>label:not(:first-of-type) {
  border-left: none;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  background-color: #fff;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table thead th {
    vertical-align: bottom;
    text-align: left;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;    
    text-align: left;
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
/*------------------------*/
.white-popup {
    position: relative;
    padding: 25px;
    max-width: 590px;
    margin: 0 auto; }
.white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.97; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #000;
    right: 30px;
    top: 30px;
}
/*----------------------------*/
.form-call .head-form {
    padding: 32px 26px;
    background-color: #f8f8f8;
}
.contact-form-head {
    text-align: center;
}
.form-callback h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}
.form-callback p {
    color: #333;
    font-size: 14px;
    margin-top: 0;
}
.form-callback span {
    font-size: 14px;
    color: #fff;
    opacity:.5;
    margin-bottom: 3px;
    display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    padding: 10px 15px 10px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    border: #fa7a35 1px solid;
}
input[type="text"] {
    color: #333;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
}
.form-callback label {
    margin-bottom: 12px;
    display: block;
}
.form-callback .text-center {
    text-align: center;
}
.form-callback {
    margin: auto;
    box-shadow: #414e5b 0 0 8px;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#callback form{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-form-magnific {
    border: 2px #fff solid;
    color: #000;
    padding: 30px 30px 40px;
    text-align: center;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
    margin-top: 45px;
    border-radius: 6px;
}
.head-form-magnific h3 {
    display: block;
    font-weight: 800;
    margin: 0 0 35px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.head-form-magnific h3 span{
    text-transform: uppercase;
    font-weight: 800;
}
.head-form-magnific button[type="submit"]{
    background-color: transparent;
    border: 1px #fa7a35 solid;
    color: #fff;
    background-color: #fa7a35;
}
.head-form-magnific button[type="submit"]:hover{
    background-color: transparent;
    color: #000 !important;
    border: 1px #fa7a35 solid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.head-form-magnific input,
.head-form-magnific button {
    border: 1px solid #000;
    border-radius: 8px;
    color: #333;
    display: block;
    height: 51px;
    margin-bottom: 15px;
    width: 100%;
    text-indent: 10px;
}
.head-form-magnific input[type="submit"],
.head-form-magnific input button,
.head-form-magnific button[type="submit"],
.head-form-magnific button button {
    text-indent: 0;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
}
.head-form-magnific textarea{
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    height: 150px;
    border-radius: 50px;
    padding: 14px 10px;
    margin-bottom: 15px;
}
/*----------------------*/

/*----------------------*/
img.dop-img{
  width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*----------------------*/