#taarifs-search {
	background: #324872;
	padding: .8rem 0;
	text-align: center;
}

#taarifs-search>div {
	width: 45%;
	margin: 0 auto;
	position: relative;
}

#taarifs-search>div:after {
	display:none;
	/*display: inline-block;*/
	content: "\f002";
	font-family: "FontAwesome";
	font-weight: 200;
	font-size: 1.5rem;
	padding: 0.3rem 0;
	color: #FFFFFF;
	position: absolute;
	background: #2E2F61;
	height: 2.4rem;
	width: 2.4rem;
}

#taarifs-search input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-radius:4px;
	width: 100%;
	font-family: 'Open Sans', serif;
	line-height: 2.4rem;
	height: 3rem;
	padding: 0 .6rem;
	font-size: 1.2rem;
	background-color: #efefef;
	background-image:url("icons/prices-6.png");
	background-repeat:no-repeat;
    background-position: 98% 50%;
    background-size: 1.6rem;
	color: #54595f;
}

#taarifs-search .ct-loader {
	display: none;
	position: absolute;
	top:0.4rem;
	left: -3rem;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #222222;
	width: 2.2rem;
	height: 2.2rem;
	-webkit-animation: spin 1.2s linear infinite;
	/* Safari */
	animation: spin 1.2s linear infinite;
	box-sizing: border-box;
}

#taarifs-search.ct-loading .ct-loader {
	display: block;
}



/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.extra-padding {
	padding-right: 10rem;
}

#taarifs-wrapper{
	font-family:'Open Sans', serif;
	font-weight:200;
}

#taarifs-wrapper .ct-name {
	cursor: pointer;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                              supported by Chrome and Opera */
}

#taarifs-wrapper * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#taarifs-wrapper td {
	vertical-align: top;
}

#taarifs-wrapper .ct-inner {
	position: relative;
	margin: 0 10rem;
	height: 4rem;
	line-height: 4rem;
}

#taarifs-wrapper .ct-inner:before,
#taarifs-wrapper .ct-inner:after {
	content: "";
	background-size: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#taarifs-wrapper .ct-zone {
	width: 100%;
	border-bottom: 1px solid #EEEFF0;
}

#taarifs-wrapper .ct-zone > .ct-name{
	background: #FFFFFF;
	font-size: 1.6rem;
	color: #2A3467;
}

#taarifs-wrapper .ct-zone .ct-wrapper {
	display: none;
}

#taarifs-wrapper .ct-zone > .ct-name:hover {
	background: #e9ecf0;
}

#taarifs-wrapper .ct-zone>.ct-name>.ct-inner:before {
	background-image: url("icons/prices-2.png");
	left: -3rem;
	width: 23px;
	height: 36px;
}

#taarifs-wrapper .ct-zone>.ct-name>.ct-inner:after {
	background-image: url("icons/arow-down-b.png?v=1");
	right: -3rem;
	width: 1.8rem;
	height: 0.94rem;
	transition:transform .3s linear;
}

#taarifs-wrapper .ct-zone.ct-active>.ct-name>.ct-inner:after {
	transform:rotate(180deg) translateY(50%);
}

#taarifs-wrapper .ct-zone .ct-location {
	background: #e0e4ea;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	font-size: 1.4rem;
}

#taarifs-wrapper .ct-zone .ct-location>.ct-name>.ct-inner:before {
	background-image: url("icons/prices-3.png");
	left: -2.6rem;
	width: 14px;
	height: 21px;
}

#taarifs-wrapper .ct-zone .ct-location>.ct-name>.ct-inner:after {
	background-image: url("icons/arow-down-small-p.png?v=1");
	right: -2.8rem;
	width: 1.5rem;
	height: .8rem;
	transition:transform .3s linear;
}

#taarifs-wrapper .ct-zone .ct-location.ct-active>.ct-name>.ct-inner:after {
	transform:rotate(180deg) translateY(50%);
}

#taarifs-wrapper .ct-zone .ct-location .ct-content {
	display: none;
	background: #FFFFFF;
	font-size: 1.2rem;
	padding: 1.6rem 19rem;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-section {
	overflow: hidden;
}

#taarifs-wrapper .ct-flex {
	display: flex;
	justify-content: space-between;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-section:not(:last-of-type) {
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #CBCCCD;
	margin-bottom: 1.6rem;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-title {
	display: block;
	font-weight: bold;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-cell {
	width: calc(33.33% - 10px);
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-cell:not(:last-of-type) {
	border-right: 1px solid #CBCCCD;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content table {
	width: 100%;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content table tr:not(:last-of-type) td {
	padding-bottom: .5rem;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content table td:first-of-type {
	width: 20%;
}

#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-title+table {
	margin-top: 1rem;
}

#taarifs-wrapper.ct-searched .ct-zone {
	display: none;
}


#taarifs-wrapper.ct-searched .ct-zone>.ct-name>.ct-inner:after {
	background-image: none;
}

#taarifs-wrapper.ct-searched .ct-zone>.ct-wrapper .ct-location {
	display: none;
}

#taarifs-wrapper.ct-searched .ct-zone.ct-found,
#taarifs-wrapper.ct-searched .ct-zone.ct-found>.ct-wrapper,
#taarifs-wrapper.ct-searched .ct-zone>.ct-wrapper>.ct-location.ct-found {
	display: block !important;
}

#taarifs-wrapper .ct-name>.ct-inner>span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1023px) {
	#taarifs-search>div {
		width: 90%;
	}
	#taarifs-search .ct-loader {
		top:0.1rem;
		left: 1rem;
		margin-top: .5rem;
		border: 3px solid #f3f3f3;
		border-top: 3px solid #222222;
		width: 1.4rem;
		height: 1.4rem;
	}
	#taarifs-wrapper .ct-inner {
		margin: 0 4rem 0 3.4rem;
		line-height: 1.2;
	}
	#taarifs-wrapper .ct-zone > .ct-name {
		font-size: 1.3rem;
	}
	#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-cell {
		width: 100%;
	}
	#taarifs-wrapper .ct-zone>.ct-name>.ct-inner:before{
		left:-2.5rem;
	}
	#taarifs-wrapper .ct-zone>.ct-name>.ct-inner:after {
		width: 1.8rem;
		height: 0.95rem;
	}
	#taarifs-wrapper .ct-zone .ct-location {
		font-size: 1.1rem;
	}
	#taarifs-wrapper .ct-zone .ct-location>.ct-name>.ct-inner:before {
		left: -2.1rem;
	}
	#taarifs-wrapper .ct-zone .ct-location>.ct-name>.ct-inner:after {
		right: -2.8rem;
		width: 1.3rem;
		height: .66rem;
	}
	#taarifs-wrapper .ct-zone .ct-location .ct-content {
		padding: 1.6rem;
	}
	#taarifs-wrapper .ct-zone .ct-location .ct-content .ct-cell {
		padding-right: 0!important;
		border-right: 0!important;
		margin-right: 0!important;
		float: none;
	}
	#taarifs-wrapper table td:nth-child(2n) {
		padding-left: 20px;
	}
	#taarifs-search input {
		width: 70%;
		line-height: 38px;
		height: 38px;
		padding: 0 5px;
		font-size: 1.2rem;
	}
	#taarifs-search>div:after {
		font-size: 20px;
		padding: .5rem 0;
		height: 2.4rem;
		width: 2.4rem;
	}
	.extra-padding {
		padding-right: 0;
	}
	#taarifs-wrapper .ct-flex {
		display: block;
	}
}