@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 950px) {
	.wt-register-profile:before {
		background: url(../img/icon_reg.png) no-repeat;
	}
	.wt-register-logout:before {
		background: url(../img/icon_login.png) no-repeat;
	}
	.ci__pay-block .pb-balance {
		float: none;
		position: absolute;
		top: 0;
		right: 20px;
		transform: translateY(-50%);
		margin: 0;
		padding: 0 0 0 30px;
		font-size: 1em;
		background-size: 50px;
		background-position-y: 7px;
	}

	.ci__pay-block .pb-balance > span {
		font-size: 1em;
		line-height: normal;
		margin: 0;
	}

	.ci__pay-block .pb-balance > span > i {
		font-size: 1em;
	}

	.ci__pay-block {
		width: 100%;
	}
	h1.a__offset-3px-header {
		font-size: 2.1em;
		text-align: center;
		margin: 15px 0 25px 0;
	}
	.ci__order-form .of-na-dt-d-title,
	.ci__order-form .of-na-dt-t-title {
		display: none;
	}
	.ci__order-form .of-na-time.-show-date .of-na-t-date {
		width: 100%;
		border: 1px solid #b9b9b9;
		background: #fff;
		border-radius: 5px;
		display: flex;
		justify-content: space-around;
		padding: 20px 10px;
		margin: 0;
	}
	.ci__order-form .of-na-dt-date,
	.ci__order-form .of-na-dt-time {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: auto;
	}
	#order-form-month {
		margin: 0;
		width: auto;
		padding: 0 10px;
	}
	#html .i_order-form-day.-show {
		margin: 0;
	}
	.ci__order-form .of-na-dt-time input {
		margin: 0;
	}
	#order-form-time-spr {
		float: none;
		margin: 0;
	}
	span.wt-link.wt-all-site.no-selt.pointer.j__toggleClass {
		padding: 0;
		margin: 0;
	}
	.w__top .wt-all-site:before {
		content: '\f0c9';
		font-family: fontawesome;
		text-align: center;
		position: fixed;
		width: 40px;
		height: 40px;
		top: 13px;
		left: 14px;
		margin: 0;
		border: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		background: #ffc82e;
	}
	.w__top .wt-all-site > span {
		display: none;
	}
	.w__center.rel {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}
	.ci__order-form .of-not-active {
		width: 95%;
		max-width: 600px;
		float: none;
		margin: 0 auto;
		padding: 15px;
		height: auto;
	}
	.of-na-ap-ico-68.p__alert_open-hover span:before {
		content: '\f1ae';
	}
	.of-na-ap-ico-69.p__alert_open-hover span:before {
		content: '\f007';
	}
	.of-na-ap-ico-70.p__alert_open-hover span:before {
		content: '\f1b0';
	}
	.of-na-ap-ico-72.p__alert_open-hover span:before {
		content: '\f0f2';
	}
	.of-na-alt-param.no-selt {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 0;
		padding: 15px 10px;
		padding-bottom: 0;
	}
	.ci__order-form .of-na-ap-title {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.ci__order-form .of-na-ap-title > span {
		padding: 0 15px;
	}
	.ci__order-form .of-na-ap-title > span:before {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		right: 100%;
	}
	.ci__order-form .of-na-ap-title > span:after {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		left: 100%;
		margin: 0;
	}
	.ci__order-form [class*='of-na-ap-ico-'] {
		margin: 5px;
		margin-top: 10px;
		padding: 3px;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span > span {
		display: none;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span i {
		display: none;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span:after {
		top: 0;
		left: 0;
		position: absolute;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span {
		float: none;
		position: relative;
		padding: 0;
		overflow: hidden;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 1px solid;
		transition: 0.2s all ease-in-out;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span:after {
		display: none;
	}
	.ci__order-form [class*='of-na-ap-ico-'] > span:before {
		text-align: center;
		position: relative;
		transition: 0.2s all ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: FontAwesome;
		font-size: 25px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		height: 100%;
	}
	#of-na-time > div.of-na-t-time > label:nth-child(5) > span {
		padding: 12px 10px;
	}
	.e__c-check._gray > i {
		display: none;
	}
	.e__c-check._gray [type='checkbox'] ~ span,
	.e__c-check._gray [type='radio'] ~ span {
		transition: 0.2s all ease-in-out;
		background: none;
		padding: 7px 0px;
	}
	.e__c-check._gray [type='checkbox']:checked ~ span,
	.e__c-check._gray [type='radio']:checked ~ span {
		color: #000;
		border: 1px solid;
		border-radius: 50%;
		padding: 12px 5px;
		background: #ffd200;
	}
	.ci__order-form .of-na-route,
	.ci__order-form .of-na-car-type,
	.ci__order-form .of-na-time,
	.of-na-alt-param.no-selt {
		max-width: 450px;
		margin: 0 auto;
		float: none;
	}
	.ci__order-form .of-na-ct-title {
		position: relative;
		margin: 0 auto;
		text-align: center;
		padding: 0 15px;
	}
	.ci__order-form .of-na-ct-title:before {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		right: 100%;
	}
	.ci__order-form .of-na-ct-title:after {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		left: 100%;
	}
	.c__check-car {
		width: 100%;
		margin: 5px 0;
		display: flex;
		position: initial;
	}
	.c__check-car .ch-price {
		order: 2;
		float: none;
	}
	.c__check-car .ch-pict {
		order: 3;
		position: absolute;
		right: 0;
		top: -10px;
		animation: fadeOut 0.5s;
		opacity: 0;
	}
	.c__check-car .ch-pict img,
	.c__check-car [type='checkbox'],
	.c__check-car [type='radio'] {
		display: none;
	}
	.c__check-car > i {
		position: relative;
		top: -1px;
		left: -10px;
		border-radius: 50%;
	}
	.c__check-car [type='checkbox'],
	.c__check-car [type='radio'] {
		position: relative;
		left: -10px;
		top: 0;
	}
	.c__check-car [type='checkbox']:checked + i,
	.c__check-car [type='radio']:checked + i {
		position: relative;
		order: 1;
	}
	.c__check-car [type='checkbox']:checked ~ span.ch-pict,
	.c__check-car [type='radio']:checked ~ span.ch-pict {
		opacity: 1;
		width: 130px;
		height: 60px;
		position: absolute;
		top: 40px;
		right: 10px;
		background-color: #fff;
		border-radius: 5px;
		border: 3px solid #ffc82e;
	}
	.c__check-car [type='checkbox']:before,
	.c__check-car [type='radio']:before {
		content: '';
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		animation: fadeOut 0.5s;
	}
	.c__check-car [type='checkbox']:checked ~ span.ch-pict:before,
	.c__check-car [type='radio']:checked ~ span.ch-pict:before {
		content: '';
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		animation: fadeIn 0.5s;
	}
	label:nth-child(3) > span.ch-pict,
	label:nth-child(4) > span.ch-pict,
	label:nth-child(5) > span.ch-pict {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	label:nth-child(3) > span.ch-pict:before {
		background-image: url(http://nyt.ru.xsph.ru/img/i-sm-car-1.png);
	}
	label:nth-child(4) > span.ch-pict:before {
		background-image: url(http://nyt.ru.xsph.ru/img/i-sm-car-2.png);
	}
	label:nth-child(5) > span.ch-pict:before {
		background-image: url(http://nyt.ru.xsph.ru/img/i-sm-car-3.png);
	}
	.ci__order-form .of-na-time {
		width: 100%;
		padding: 10px 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
	}
	.ci__order-form .of-na-t-title {
		position: relative;
		margin: 0;
		padding: 0 15px;
	}
	.ci__order-form .of-na-t-title:before {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		right: 100%;
	}
	.ci__order-form .of-na-t-title:after {
		content: '';
		width: 200%;
		height: 1px;
		position: absolute;
		background: rgba(0, 0, 0, 0.75);
		top: 50%;
		left: 100%;
	}
	.ci__order-form .of-na-t-time {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-around;
	}
	.ci__time-clock {
		height: auto;
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.ci__order-form .of-na-t-time hr {
		display: none;
	}
	.ci__order-form .of-na-t-time .e__c-check {
		margin: 20px 10px;
		padding: 0;
		text-align: center;
	}

	.ci__order .mp-form-step-1 {
		min-width: 100%;
	}
	.ci__order-form .of-na-3col:before {
		display: none;
	}
	.ci__order-form .of-na-route {
		float: none;
		width: 100%;
		padding: 10px 5px;
	}
	.ci__order-form .of-na-car-type {
		width: 100%;
		padding: 10px 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
	}
	.w__top {
		padding: 0;
	}
	a.wt-link.wt-logo.stext {
		order: 1;
		position: initial;
		width: 100%;
		margin: 0 auto;
	}
	a.wt-link.wt-speak-en {
		order: 2;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	a.wt-link.wt-tel {
		width: 135px;
		order: 3;
		margin: 0 auto;
		padding: 0;
	}
	.w__top .wt-tel:before {
		content: '\f095';
		font-family: fontawesome;
		text-align: center;
		font-size: 20px;
		margin: 0;
		margin-right: 5px;
		display: block;
		float: left;
		border: 1px solid;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background: none;
	}
	.w__top .wt-tel > span {
		font-size: 12px;
		vertical-align: -webkit-baseline-middle;
	}
	.w__top .wt-tel > span > span {
		font-size: 16px;
	}
	a#call-me-button {
		width: 50%;
		max-width: 180px;
		order: 4;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	.wt-register {
		position: initial;
		order: 5;
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.site-index .wt-register a {
		color: #000;
	}
	.w__top .wt-all-site.-act:after {
		left: 10px;
		position: fixed;
		top: 10px;
		width: 50px;
		height: 50px;
	}
	.w__top .wt-all-site.-act + .wi__site-menu {
		position: fixed;
		left: 10px;
		right: 10px;
		top: 60px;
		width: calc(100% - 20px);
		margin: 0 auto;
		max-height: 80%;
		overflow: auto;
		padding: 5px 10px;
		box-shadow: 0 5px 10px black;
	}
	.w__top .wt-all-site.-act + .wi__site-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.wi__site-menu [class*='wsm-col-'] {
		float: none;
		width: 100%;
		border-bottom: 1px solid black;
		display: flex;
		flex-wrap: wrap;
	}
	.wi__site-menu a {
		padding: 8px 20px;
		min-width: 20%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1250px) {
	body {
		width: 100%;
		min-width: inherit;
	}
	.ci__order .mp-title {
		position: initial;
		width: 100%;
		margin: 0;
		font-size: 2em;
		padding: 20px 0;
	}

	.ci__order {
		height: auto;
	}
	.ci__order .w__center {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		height: auto;
	}
	.ci__order .mp-map-control {
		position: initial;
		height: 100%;
	}

	.ci__order-form .of-na-dt-date,
	.ci__order-form .of-na-dt-time {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.mp-lkform {
		position: static;
		padding-top: 0px;
	}

	.ci__order-form [class*='of-na-ap-ico-'] [type='checkbox']:checked + span {
		background: #ffd200;
	}
	.ci__order-form [class*='of-na-ap-ico-'] [type='checkbox']:checked + span:before {
		color: #0680e0;
	}
	.ci__order-form .of-na-alt-param .p__alert {
		position: absolute;
		width: 100%;
		height: 100px;
		padding: 15px;
		order: 5;
		top: 100px;
		bottom: 0;
		left: 0 !important;
		display: flex;
		justify-content: space-around;
	}
	.ci__order-form .of-na-alt-param .p__alert:after {
		display: none;
	}
	.sd-text {
		display: none;
	}
	.sd-title {
		font-size: 1.2em;
		margin-bottom: 10px;
		padding: 5px 15px;
		font-weight: bold;
		border-bottom: 1px solid;
	}
	.sd-price {
		font-size: 1em;
		text-align: center;
	}
	.sd-price:after {
		content: ' Ã‘â‚¬Ã‘Æ’ÃÂ±.';
	}
	.p__alert .c__service-desc {
		margin: 0;
	}
	.sd-top {
		border: none;
		display: flex;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}
	.ci__of-right-btns {
		float: none;
		max-width: 450px;
		position: initial;
		margin: 0 auto;
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		padding: 15px 10px;
		height: auto;
	}
	.ci__of-right-btns .of-rb-title {
		display: none;
	}
	.of-col-adapt {
		width: 100%;
	}
	.ci__of-right-btns [class*='of-rb-btn-'] {
		margin-bottom: 10px;
		padding-left: 50px;
		height: auto;
		top: 0;
		transition: 0.2s all ease-in-out;
	}
	.ci__of-right-btns .of-rb-btn-tel:before {
		content: '\f095';
	}
	.ci__of-right-btns .of-rb-btn-pay:before {
		content: '\f283';
	}
	.ci__of-right-btns .of-rb-btn-pcod:before {
		content: '\f02b';
	}
	.ci__of-right-btns .of-rb-btn-tel:before,
	.ci__of-right-btns .of-rb-btn-pay:before,
	.ci__of-right-btns .of-rb-btn-pcod:before {
		font-family: FontAwesome;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.5em;
		color: #999;
		width: 50px;
		text-align: center;
	}
	.ci__of-right-btns [class*='of-rb-btn-']:hover:before {
		color: #ffd200;
	}
	.ci__of-right-btns .of-rb-btn-tel:after,
	.ci__of-right-btns .of-rb-btn-pay:after,
	.ci__of-right-btns .of-rb-btn-pcod:after {
		display: none;
	}
	.ci__of-right-btns .of-rb-comm-box {
		margin: 0;
		text-align: center;
	}
	.ci__of-right-btns.-show-comment .of-rb-comm-field {
		width: 95%;
		margin: 0 auto;
		height: auto;
		padding: 15px 10px;
	}
	.ci__of-right-btns .c__form textarea {
		height: 120px;
		box-shadow: 0 2px 10px black;
		position: relative;
	}
	a.orange-e__link.fs12.j__toggleClass {
		color: transparent;
	}
	a.orange-e__link.fs12.j__toggleClass:before {
		content: '\f00d';
		font-family: FontAwesome;
		color: #333;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 25px;
		height: 25px;
		text-align: center;
	}
	.e__c-check-b > i {
		top: 50%;
		transform: translateY(-50%);
	}
	#order-form-agreement {
		margin: 0;
		padding-top: 15px;
	}
	.ci__map-link {
		margin: 0;
		padding: 15px 10px;
	}
	.ci__map-link .mk-title {
		text-align: center;
		padding: 15px 10px;
		padding-top: 0;
		margin: 0 auto;
		width: 293px;
	}
	.ci__map-link .mk-block {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ci__map-link .mk-block > span {
		float: none;
		width: 30%;
		max-width: 125px;
		margin: 5px;
		padding: 0;
	}
	.ci__map-link .mk-block > span > span {
		display: none;
	}
	.ci__map-link .mk-block > span > a {
		margin: 0;
		padding: 0;
		width: 100%;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	.ci__map-link .mk-block > span > a:hover {
		background: #ffd200;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ci__map-link .mk-block > span > a.mk-link-1:hover {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 0;
		line-height: normal;
	}
	.ci__map-link .mk-block > span > a.mk-link-1:hover span {
		line-height: 18px;
	}
	.ci__map-link .mk-block > span > a:before {
		margin: 0;
	}
	.ci__map-link .mk-block > span > a span {
		line-height: normal;
		clear: both;
	}
	.ci__rates .rt-shad {
		display: none;
	}
	.ci__promo-company {
		display: none;
	}
	.ci__promo-convenient {
		display: none;
	}
	.w__foot .wf-menu {
		display: none;
	}
	.w__foot {
		width: 100%;
		padding: 15px 10px;
	}
	.w__foot .wf-info {
		float: none;
		width: 100%;
		padding: 15px 10px;
		margin: 0;
		border: none;
	}
	.w__foot .wf-logo {
		margin: 0 auto;
	}
	.w__foot .wf-copy {
		text-align: center;
	}
	.w__foot .c__soc-link {
		margin: 14px auto;
		text-align: center;
		border: none;
	}
	.w__foot .wf-creator {
		margin-bottom: 50px;
	}

	.ci__promo-trust {
		display: none;
	}
	.w__main-inner,
	.w__main-inner-register {
		padding: 75px 0 100px;
		min-height: auto;
		height: auto;
		overflow: inherit;
		padding-bottom: 50px;
	}

	.c__info-block {
		padding: 10px 15px;
	}
	.c__info-block > div:after {
		display: none;
	}
	.bi__p-about-info-block {
		margin: 0;
	}
	.e__h1 {
		font-size: 1.8em;
		/* border-bottom: 1px solid; */
		padding-bottom: 10px;
	}
	.c__art-in-row {
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 0 15px;
	}
	.c__art-in-row article {
		float: none;
		width: 300px;
		margin-bottom: 20px;
	}
	.c__art-in-row .ra-pict {
		margin: 0 auto;
		width: 125px;
		height: initial;
	}
	.c__art-in-row .ra-pict img {
		width: 100px;
		margin: 0 auto;
	}
	.c__art-in-row .ra-desc p {
		margin: 0;
	}
	.otz article {
		border: none;
		width: 300px;
		padding: 10px;
		margin: 0;
	}
	.c__art-in-row.otz .ra-pict {
		width: 150px;
		height: 150px;
	}
	.c__art-in-row .ra-pict img {
		width: 100%;
		height: auto;
		display: block;
	}
	.wt-register a {
		text-decoration: none;
		line-height: 25px;
	}
	.wt-register-reg:before {
		content: '\f040';
		font-family: fontawesome;
		display: initial;
		font-size: 1.5em;
		font-weight: lighter;
		background: none;
		margin-right: 7px;
	}
	.wt-register-login:before {
		content: '\f18e';
		font-family: fontawesome;
		display: initial;
		font-size: 1.5em;
		font-weight: lighter;
		background: none;
		margin-right: 7px;
	}
	.ci__contact-page-map .cpm-link-main {
		display: none;
	}
	.ci__contact-page-map .cpm-info-box {
		background: rgba(255, 255, 255, 0.85);
		position: absolute;
		top: 10px;
		left: 10px;
		padding: 36px;
	}
	ymaps.ymaps-2-1-53-map {
		width: 100% !important;
	}
	.ci__contact-page-map:after {
		display: none;
	}
	h2.rt-title {
		font-size: 2em;
	}
	.ci__rates .rt-nav {
		margin: 0;
	}
	.ci__rates.taxiair .rt-items {
		position: relative;
		height: auto;
	}
	.ci__rates .rt-item.show {
		z-index: 1;
		display: block !important;
	}
	.ci__rates .rt-item {
		display: none !important;
	}
	.ci__rates .rt-item .rt-i-pict img {
		width: 100%;
		max-width: 600px;
		left: 0 !important;
		top: 0;
		position: relative;
	}
	.ci__rates .rt-item .rt-i-pict {
		position: relative;
		height: auto;
		line-height: normal;
	}
	.ci__rates .rt-item {
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
	}
	.ci__rates .rt-item .rt-i-tab {
		width: 100%;
		max-width: 800px;
		height: auto;
		margin: 0 auto;
		top: 0;
		left: 0;
	}
	.c__round-tabs .tb-nav {
		display: flex;
		justify-content: center;
	}
	.c__round-tabs .tb-nav a[class*='e__s-icon-'].-act {
		color: #000;
	}
	.c__round-tabs .tb-nav a[class*='e__s-icon-'] {
		padding: 5px 0;
		width: 100%;
		text-align: center;
		margin: 0;
		line-height: normal;
		color: #aaa9a3;
	}
	.c__round-tabs .tb-tabs {
		border-radius: 0 0 5px 5px;
		margin-top: 0;
	}
	.c__round-tabs .tb-nav a span {
		background: none;
		text-align: center;
	}
	.c__price-col {
		margin-bottom: 10px;
	}
	._2-col.c__price-col .pl-col > h3 {
		margin: 0;
	}
	.pr__price-row {
		line-height: normal;
		font-size: 1em;
	}
	.pr__price-row span {
		font-size: 1.5em;
	}

	.c__price-col._3-col .pl-col:nth-child(2) .air {
		text-align: center;
	}

	.ci__rates.taxiair {
		min-height: auto;
	}
	h2.rt-title {
		margin: 0;
	}
	.ci__rates .rt-items {
		height: auto;
	}

	.ci__rates .rt-title,
	h2.rt-title {
		font-size: 2em;
		margin: 0;
		margin-bottom: 10px;
	}

	.ci__rates .rt-nav a {
		border: none;
	}
	#tab-a1-1 > div > div > span,
	#tab-a1-0 > div > div > span {
		text-align: center;
	}
	#tab-a1-1 .c__price-col,
	#tab-a1-0 .c__price-col {
		display: flex;
		flex-wrap: wrap;
		/*justify-content: center;*/
	}

	.c__text {
		display: none;
	}
	.ci__job {
		margin: 0;
	}
	.ci__job article .jb-head {
		padding: 10px 35px 10px 55px;
	}
	.ci__job article .jb-head:before {
		content: '\f0b1';
		font-family: fontawesome;
		text-align: center;
		top: 50%;
		left: 5px;
		transform: translateY(-50%);
		font-size: 3em;
		color: #e9e9e9;
		font-weight: lighter;
		width: auto;
		height: auto;
		background: none;
	}
	.ci__job article .jb-head:after {
		content: '\f01a';
		font-family: fontawesome;
		text-align: center;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		font-size: 2em;
		color: #e9e9e9;
		font-weight: lighter;
		width: auto;
		height: auto;
		background: none;
	}
	.ci__job article .jb-dr-col-l {
		float: none;
		width: 100%;
	}
	.ci__job article .jb-dr-col-r {
		float: none;
		width: 100%;
		margin: 0;
	}
	.ci__job article.-open .jb-desc,
	.ci__job article .jb-d-row {
		padding-bottom: 0;
	}
	.ci__job article.-open .jb-head h2 {
		font-size: 1.1em;
	}
	.ci__job article.-open footer {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.ci__job article .jb-f-title {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.ci__job article .jb-f-tel:before,
	.ci__job article .jb-f-mail:before {
		display: none;
	}
	.ci__job article .jb-f-tel,
	.ci__job article .jb-f-mail {
		padding: 10px 0;
		width: 190px;
		text-align: center;
	}

	.c__article article .ca-desc {
		margin: 0;
	}
	.c__article article h2 a:after {
		display: none;
	}
	.c__article article {
		padding: 10px;
	}
	.c__article article .ca-text {
		padding: 10px 15px;
	}
	.c__article .c__paginate {
		padding: 10px 15px;
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background: none;
	}
	.c__paginate .cp-lnk-prev,
	.c__paginate .cp-lnk-next {
		display: none;
	}
	a.ca-pict {
		width: 100%;
		display: block;
		text-align: center;
	}
	.c__list-accord .la-head:after {
		content: '\f01b';
		font-family: fontawesome;
		text-align: center;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		font-size: 2em;
		color: #e9e9e9;
		font-weight: lighter;
		width: auto;
		height: auto;
		background: none;
	}
	.c__list-accord .-close .la-head:after {
		content: '\f01a';
		font-family: fontawesome;
		text-align: center;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		font-size: 2em;
		color: #e9e9e9;
		font-weight: lighter;
		width: auto;
		height: auto;
		background: none;
	}
	.c__list-accord .la-head {
		padding: 10px 15px;
		padding-right: 35px;
	}
	#body > div.w > div.w__main-inner > div > div.b__mbox.c__contact-form > div {
		text-align: center;
		margin: 0;
	}
	.e__error-box {
		margin: 0;
		padding: 10px 15px;
		width: 100%;
	}
	table.table_dark {
		width: 100%;
		font-size: 0.5em;
	}
	.c__header {
		margin-bottom: 15px;
	}

	.ci__form-register .fr-mob-control [type='text'] {
		padding-left: 30px;
	}
	.c__form .fm-c-icon-mob:after {
		font-family: fontawesome;
		content: '\f10b';
		font-size: 2em;
		width: auto;
		height: auto;
		top: 0;
		left: 10px;
		background: none;
	}
	.c__form label,
	.c__form .fm-label {
		margin-bottom: 0;
	}
	.ci__form-register {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.w__main-inner-register:after {
		display: none;
	}
	/*div#call-me {
	left: 0!important;
	width: 100%;
	padding: 15px 10px;
	}*/
	.site-index .wt-register-login:before,
	.site-index .wt-register-reg:before {
		background: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 1250px) {
	.ci__order-form .of-na-3col:after {
		display: none;
	}

	/*a.wt-link.wt-speak-en {
	order: 5;
	width: 50%;
}
.wt-register {
order: 5;
width: 50%;
}*/
}
@media only screen and (min-width: 640px) and (max-width: 950px) {
	a.wt-link.wt-speak-en {
		order: 4;
		width: 50%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	a#call-me-button {
		width: 33%;
		max-width: 200px;
		order: 3;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	a.wt-link.wt-logo.stext {
		order: 2;
		position: initial;
		width: 33%;
		margin: 0 auto;
	}
	a.wt-link.wt-tel {
		max-width: 200px;
		width: 33%;
		order: 1;
		margin: 0 auto;
		padding-left: 3em;
		text-align: left;
	}
	.wt-register {
		position: initial;
		order: 5;
		width: 50%;
		text-align: center;
		padding: 5px 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 840px) {
	a.fm-creator {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}
	a.fm-creator img {
		max-width: 150px;
	}

	div#order-list,
	div#w0,
	div#w1 {
		display: block;
		overflow-x: auto;
	}
	.p__white-tabs._on-bottom-page {
		top: 0;
		margin: 0;
	}

	.p__white-tabs .wb-nav a {
		width: 240px;
		background: rgba(255, 255, 255, 0.5);
		line-height: 35px;
		margin: 0 5px 10px 5px;
		text-align: center;
	}

	.p__white-tabs .wb-nav a > span {
		background: none;
	}

	.p__white-tabs .wb-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.p__white-tabs._on-bottom-page .wb-tabs {
		padding: 15px 10px;
	}

	.ci__profile-form .prf-col.w33 {
		padding: 0 5px;
		width: 50% !important;
		max-width: 300px;
	}

	.c__form textarea {
		margin: 0;
		min-height: unset;
		height: 80px !important;
	}

	.c__form [type='text'],
	.c__form [type='password'],
	.c__form [type='email'],
	.c__form [type='text'],
	.c__form [type='search'],
	.c__form [type='number'],
	.c__form select,
	.c__form textarea {
		/* line-height: normal;
		height: auto;
		padding: 3px 5px;
		margin: 0; */
	}

	.e__btn-taxi-green {
		margin-top: 10px;
	}
	.ci__modal-order-1,
	.ci__modal-order-4 {
		width: 80%;
		max-width: 400px;
		height: 300px;
		padding: 30px;
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-size: cover;
		background-position: center;
	}
	.c__contact-form .cf-qb-left {
		width: 100%;
		float: none;
	}
	.c__contact-form .cf-qb-right {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.c__form .fm-control-wrap,
	.c__form .fm-control-date-birth {
		margin: 5px auto;
		max-width: 400px;
	}
	form#w1 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.c__contact-form .cf-question-col1 {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 0;
	}
	.c__contact-form .cf-question-col2 {
		width: 100%;
		float: none;
	}
	.ci__order-form .of-na-r-field-from > span {
		margin: 0 10px;
	}
	div.app {
		/* width: 100%;
		left: 0;
		top: 100%;
		height: 60px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		background: rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 10px black;
		transform: translateY(-100%); */
	}
	div.app.focus {
		/* display: none; */
	}
	div.app img {
		/* display: block;
		margin: 0 auto;
		max-width: 100%; */
	}
	div.app a,
	div.app a {
		/* width: 40%; */
	}
	.ci__order-form-s2 .ofs-yes-active._short {
		padding: 10px 15px;
		margin: 30px 0;
	}
	.ci__order-form-s2 .ofs-ya-toggle {
		display: none;
	}
	.ci__order-form-s2 .ofs-ya-route {
		padding: 30px;
	}
	.ci__rates .c__price-col .pl-col > div {
		text-align: center;
	}
	.c__price-col .pl-col > div {
		font-size: 1em;
		line-height: normal;
		padding: 5px 0;
		text-align: right;
	}
	.c__price-col .pl-col > span {
		margin: 0;
		width: auto;
	}
	.c__price-col {
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.c__price-col .pl-col:after {
		display: none;
	}
	._3-col.c__price-col .pl-col {
		width: auto;
		float: none;
		padding: 0;
	}
	div.pl-col div.air {
		line-height: normal;
		font-size: 1em;
		text-align: left;
		padding: 5px 0;
	}
	.ci__rates.-center .c__price-col .pl-col {
		padding: 0;
		width: auto;
	}
	#tab-a1-1 .pl-col,
	#tab-a1-0 .pl-col {
		width: 75px;
	}
	.c__price-col .pl-col:after {
		display: none;
	}
	#body > div.w > div.w__main-inner > div > section.ci__rates.j__tabs.-not-bg.-center > div > div.rt-nav.j-nav {
		display: flex;
	}
	.c__article article .ca-pict {
		display: none;
	}
	.b__form-register {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.w__main-inner-register .wc:before {
		display: none;
	}
	.w__main-inner-register .mi-anim-cars {
		display: none;
	}
}
@media only screen and (min-width: 840px) and (max-width: 1250px) {
	a.fm-creator {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}
	a.fm-creator img {
		max-width: 150px;
	}
	.p__white-tabs._on-bottom-page {
		top: 0;
		padding-top: 25px;
	}
	/*.c__form .fm-control-wrap {
	margin-bottom: 12px;
	}*/
	.ci__form-register .fr-btn {
		margin: 0;
		padding: 0 0 15px;
	}
	div.app {
		right: -120px;
		transition: 0.3s all ease-in-out;
	}
	div.app:hover {
		right: 5px;
	}
	.ci__order-form-s2 .ofs-yes-active._short {
		padding: 10px 15px;
		margin: 50px 0;
	}
	.ci__order-form-s2 .ofs-ya-route {
		padding: 15px;
	}
	.ci__order-form-s2 .ofs-ya-select-favor {
		display: none;
	}
	.ci__order-form-s2 .ofs-ya-select-last {
		display: none;
	}
	.ci__order-form-s2 .ofs-ya-3col {
		width: 100%;
	}
	.ci__order-form-s2 .ofs-yes-active {
		width: auto;
		padding: 10px 15px;
		margin: 50px 0;
	}
	.ci__order-form-s2 .ofs-ya-toggle {
		margin-top: 60px;
	}
	.ci__order-form-s2 .ofs-ya-select-air {
		padding: 15px;
	}
	.ci__order-form-s2 .ofs-ya-3col:before {
		display: none;
	}
	.ci__order-form-s2 .ofs-ya-3col:after {
		display: none;
	}
	.contact-footer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.ci__rates .rt-shad,
	.ci__promo-trust,
	.ci__promo-convenient,
	.ci__promo-company {
		display: block;
		width: 100%;
		min-width: unset;
	}
	.w__foot .wf-menu {
		display: block;
	}
	.ci__promo-company .pc-text-box {
		width: 100%;
	}
	.ci__promo-convenient .pm-anime-box {
		width: 280px;
	}
	.ci__promo-convenient .pm-text-box {
		width: 100%;
		padding-right: 280px;
	}
	.ci__map-link {
		margin: 0;
		padding: 15px 10px;
		width: 95%;
		max-width: 900px;
	}
	.ci__map-link .mk-block > span {
		float: none;
		width: calc(100% / 6 - 10px);
		margin: 5px;
		padding: 0;
	}
	.w__foot .wf-info {
		float: left;
		width: 184px;
		border-right: 1px solid #ebebeb;
		margin-right: -1px;
		padding: 14px 23px 0 0;
	}
}
@media only screen and (min-width: 950px) and (max-width: 1250px) {
	.ci__pay-block {
		top: 28px;
	}
	.ci__order .mp-title {
		font-size: 3.5em;
		padding: 50px 0;
	}
	.ci__order-form .of-not-active {
		width: 95%;
		max-width: 900px;
		float: none;
		margin: 0 auto;
		padding: 15px;
		height: auto;
	}
	.of-na-alt-param.no-selt {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.ci__order-form .of-na-ap-title {
		width: 100%;
	}
	.ci__order .mp-form-step-1 {
		min-width: unset;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
