﻿

.wraper {
    position: fixed;
    z-index: 99;
    color:#FFFFFF;
}
.title-wraper {
    color: #fff;
    font-size:25px;
    font-weight: 600;
    margin-bottom:15px;
}

.title-wraper span
{
    font-size:15px;
    font-weight: 400;
    margin-bottom:15px;
    margin-top:15px;
    display:block;
}

.title-icon
{
	font-size:16px;
	margin-left:15px;	
	display:none;
}

.wraper .icon {
    width: 45px;
    height: 45px;
    position: relative;
    top: 0;
    right: -40px;
    bottom: 0;
    /*clip-path: polygon(25% 0%, 100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%);*/
    padding-right: 0px;
    margin: auto;
    background-color: #ec2227;
    align-items: center;
    color: #FFFFFF;
    transition: all 0.6s linear;
    z-index: 99;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.wraper .icon.active {
  right: 5px;
  top: 0;
}
@media all and (max-width: 750px) {
  .wraper .icon.active {
  right: 5px;
  }
}



.wraper .icon.active .hamb {
  background: initial;
}
.wraper .icon.active .hamb:before {
  transform: rotate(45deg);
  top: 0;
}
.wraper .icon.active .hamb:after {
  transform: rotate(-45deg);
  top: 0;
}
.wraper .icon .hamb {
  height: 6px;
  width: 50px;
  background: #ca1b22;
  display: block;
  position: relative;
  transition: all 0.6s linear;
}
.wraper .icon .hamb:before, .wraper .icon .hamb:after {
  content: "";
  width: 50px;
  height: 6px;
  display: block;
  position: absolute;
  background: #ca1b22;
  transition: all 0.6s linear;
}
.wraper .icon .hamb:before {
  top: -16px;
}
.wraper .icon .hamb:after {
  top: 16px;
}
.wraper #left-side {
  width:45px;
  height: 100vh;
  position: fixed;
  top: 0;
  padding:0px;    
  color:#FFFFFF;
  right: 0;
  transition: all 0.6s linear;
}
.wraper #left-side.active {
  right:-45px;
}
