.icon {
	display: inline-block;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-social:hover svg {
	fill: #355995;
}

.icon-social:hover svg path {
	fill: #355995;
}

.icon-social._white svg {
	display: block;
	max-height: 20px;
	fill: #e6e6e6;
}

.icon-social._white svg path {
	fill: #e6e6e6;
}

.icon-social._white:hover {
	fill: #fff;
}

.icon-social._white:hover path {
	fill: #fff;
}

.icon-fb svg {
	width: 16px;
}

.icon-ig svg {
	width: 18px;
}

.icon-vk svg {
	width: 21px;
}

.icon-yt svg {
	width: 20px;
}

.icon-wifi--large svg {
	width: 75px;
	height: 48px;
}

.icon-wifi--small {
	width: 18px;
	height: 14px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -4px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-info {
	position: relative;
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.icon-info::after {
	content: 'i';
	position: absolute;
	top: 5px;
	left: 9px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

.icon-info--gray {
	border: 1px solid #e7e7e7;
}

.icon-info--gray::after {
	color: #999999;
}

.icon-info--small {
	width: 19px;
	height: 19px;
}

.icon-info--small::after {
	top: 4px;
	left: 7px;
	font-size: 10px;
}

.icon-cup {
	width: 18px;
	height: 13px;
	background-image: url(../img/icons/hotel/icon-cup.svg);
}

.icon-person {
	width: 14px;
	height: 14px;
	background-image: url(../img/icons/hotel/icon-person.png);
}

.icon-child {
	width: 11px;
	height: 11px;
	background-image: url(../img/icons/hotel/icon-child.png);
}

.icon-food {
	width: 22px;
	height: 13px;
	background-image: url(../img/icons/hotel/icon-food.svg);
}

.icon-cableway {
	width: 16px;
	height: 16px;
	background-image: url(../img/icons/hotel/icon-cableway.svg);
}

.icon-card {
	width: 18px;
	height: 19px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -37px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-teapot {
	width: 14px;
	height: 19px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -70px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-tea {
	width: 18px;
	height: 18px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -105px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-table {
	width: 18px;
	height: 16px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -142px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-mirror {
	width: 16px;
	height: 19px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -177px;
	background-image: url(../img/icons/hotel/sprite1.png);
}

.icon-chair {
	width: 18px;
	height: 17px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -3px;
	background-image: url(../img/icons/hotel/sprite2.png);
}

.icon-closet {
	width: 16px;
	height: 19px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -13px -37px;
	background-image: url(../img/icons/hotel/sprite2.png);
}

.icon-dryer {
	width: 19px;
	height: 16px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -13px -86px;
	background-image: url(../img/icons/hotel/sprite2.png);
}

.icon-beds {
	width: 19px;
	height: 14px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -11px -127px;
	background-image: url(../img/icons/hotel/sprite2.png);
}

.icon-tv {
	width: 19px;
	height: 15px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -12px;
	background-image: url(../img/icons/hotel/sprite3.png);
}

.icon-safe {
	width: 19px;
	height: 16px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -51px;
	background-image: url(../img/icons/hotel/sprite3.png);
}

.icon-phone {
	width: 19px;
	height: 14px;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: -12px -131px;
	background-image: url(../img/icons/hotel/sprite3.png);
}

.icon-photo {
	width: 16px;
	height: 13px;
	background-image: url(../img/icons/hotel/icon-photo.svg);
}

.icon-bathrobe {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/bathrobe.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-desk {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/desk.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-iron {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/iron.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-radio {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/radio.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-thermometer {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/thermometer.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-tvscreen {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/tvscreen.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-bed {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/bed.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-dishwasher {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/dishwasher.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-kettle {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/kettle.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-slippers {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/slippers.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-toaster {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/toaster.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-washer {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/washer.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-circle {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/circle.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-dots {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/dots.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-microwave {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/microwave.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-soap {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/soap.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-toothbrush {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/toothbrush.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-wine {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/wine.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-coffee {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/coffee.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-fridge {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/fridge.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-music {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/music.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-sofa {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/sofa.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-towel {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/towel.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-wineglass {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/wineglass.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-conditioning {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/conditioning.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-ipod {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/ipod.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-plaids {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/plaids.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-stove {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/stove.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-towel-rail {
	height: 20px;
	width: 20px;
	background: url("../img/icons/hotel/features/towel-rail.svg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
