.icon {
  display: block;
}
.icon.fa-main-icon {
    width: 30px;
    height: 30px;
}
.icon.fa-social-icon {
	width: 23px;
    height: 11px;
	background: transparent url('arrow-icons.png') 0 0 no-repeat;
}
.icon.fa-arrow-icon {
	width: 30px;
    height: 15px;
	background: transparent url('arrow-icons-grey.png') 0 0 no-repeat;
}
.icon.fa-arrow-button-icon {
	width: 27px;
    height: 12px;
	background: transparent url('arrow-button-icons.png') 0 0 no-repeat;
}
.icon.fa-arrow-button-icon2 {
	width: 22px;
    height: 12px;
	background: transparent url('arrow-button-icons2.png') 0 0 no-repeat;
}
.icon.fa-arrow-button-icon3 {
	width: 27px;
    height: 12px;
	background: transparent url('arrow-button-icons3.png') 0 0 no-repeat;
}
.icon.fa-check-icon {
	width: 37px;
    height: 24px;
	background: transparent url('icon-check.svg') 0 0 no-repeat;
}
.icon.fa-arrow-right-icon {
	width: 48px;
    height: 68px;
	background: transparent url('arrow-right-icon.svg') 0 0 no-repeat;
}
.icon.fa-arrow-right-icon {
	width: 48px;
    height: 68px;
	background: transparent url('arrow-right-icon.svg') 0 0 no-repeat;
}
.icon.fa-flask-icon {
	width: 83px;
    height: 90px;
	background: transparent url('icon-flask.svg') 0 0 no-repeat;
	background-size: contain;
}
.icon.fa-peace-icon {
	width: 90px;
    height: 90px;
	background: transparent url('icon-peace.svg') 0 0 no-repeat;
	background-size: contain;
}
.icon.fa-people-icon {
	width: 96px;
    height: 95px;
	background: transparent url('icon-people.svg') 0 0 no-repeat;
	background-size: contain;
}
.icon.fa-arrow-right-small-icon {
	width: 12px;
    height: 17px;
	background-image: url('arrow-right-icon.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.icon.fa-play {
	width: 46px;
    height: 52px;
	background: transparent url('play.svg') 0 0 no-repeat;
}
.icon.fa-lines {
	width: 30px;
    height: 30px;
	background: transparent url('icon-lines.svg') 0 0 no-repeat;
}
.icon.fa-arrow-right {
	width: 9px;
    height: 10px;
	background: transparent url('icon-arrow-right.svg') 0 0 no-repeat;
}
.icon.fa-arrow-right-red {
	width: 23px;
    height: 13px;
	background: transparent url('arrow-right-red.svg') 0 0 no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.icon.fa-arrow-right-red.smaller {
	width: 17px;
    height: 7px;	
}
.icon.fa-arrow-right-white.smaller {
	width: 17px;
    height: 7px;
	background: transparent url('arrow-right-white.svg') 0 0 no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
.icon.fa-h-menu {
    width: 40px;
    height: 40px;
}
.icon.fa-h-menu.calc{
  	background: url('icon-calc.svg') 0 0 no-repeat;
	width: 30px;
    height: 37px;
	background-size: cover;
}
.icon.fa-h-menu.car{
  background: url('icon-car.svg') 0 0 no-repeat;
}
.icon.fa-h-menu.sert{
  background: url('icon-sert.svg') 0 0 no-repeat;
}
.icon.fa-main-icon.search{
  background: url('icon-search.svg') 0 0 no-repeat;
}
.icon.fa-main-icon.magnifier{
  background: url('magnifier.svg') 0 0 no-repeat;
}
.icon.fa-main-icon.basket{
  background: url('basket.svg') 0 0 no-repeat;
}
.icon.fa-social-icon.next-arrow {
    background-position: 0 0;
}
.icon.fa-arrow-icon.prev-arrow {
    background-position: 0 0;
}
.icon.fa-arrow-icon.next-arrow {
    background-position: 0 -15px;
}
.icon.fa-arrow-button-icon.next-arrow {
    background-position: 0 0;
}
.icon.fa-arrow-button-icon.next-arrow-red {
    background-position: 0 -12px;
}
.icon.fa-arrow-button-icon2.next-arrow {
    background-position: 0 0;
}
.icon.fa-arrow-button-icon2.next-arrow-red {
    background-position: 0 -12px;
}
.icon.fa-arrow-button-icon3.next-arrow {
    background-position: 0 0;
}
.icon.fa-arrow-button-icon3.next-arrow-red {
    background-position: 0 -12px;
}