.socials__list {
	justify-content: flex-start;
}

.socials__item:not(:last-child) {
	margin-right: 10px;
}

.header_city {
	position: relative;
	background-color: transparent;
	padding: 0;
	border: 0;
	cursor: pointer;
	transition: all 0.3s linear;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px dashed #3F4656;
}

.header_city:hover {
	color: #247bc4;
}

.header_city:hover::after {
	transform: scaleX(0);
	transform-origin: right;
	background-color: #247bc4;
}

.calculatator-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.calculatator-block__content {
	text-align: center;
}

.city-list-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.city-list-block .city-list {
	max-width: 50%;
	width: 100%;
	padding: 0 10px;
}

.city-list__item:not(:last-child) {
	margin-bottom: 10px;
}


.city-list__link {
	font-family: 'GothamPro-Medium',sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: rgba(63,70,86,.71);
	transition: all 0.3s linear;
}

.city-list__link:hover {
	color: #247bc4;
}

.city-list__link._active {
	color: rgba(63,70,86, 1);
	font-weight: 600;
}


@media screen and (max-width: 780px){

	.head__row {
		align-items: center;
	}
}

@media screen and (max-width: 750px) {
	.logo {
	  height: 21px;
		min-height: 21px;
		width: 110px;
	}
}

@media screen and (max-width: 450px) {
	.burger {
	  margin-right: 8px;
	}

	.city-list__link {
		font-size: 14px;
		line-height: 16px;
	}
}

.calc_preloader {
	border-top-color: #47AFFF !important;
}

.calc_preloader:before {
	border-top-color: #148aec !important;
}

.calc_preloader:after {
	border-top-color: #f4620d !important;
}

.calc_preloader + img {
	display: none;
}

.table_another_price p:not(:last-child) {
	margin-bottom: 16px;
}

.head__bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calculatator__pay {
	display: none;
	margin-right: 0;
	margin-left: 0;
	transition: background-color .5s linear;
}

.calculator-block__title {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 110%;
	color: #F4620D;
	text-align: center;
	font-family: 'GothamPro-Bold',sans-serif;
}

.calculatator-block__numbers {
	margin-bottom: 16px;
}


@media screen and (max-width: 1439px) {
	.calculatator-block{
		flex-direction: column;
		padding: 40px 20px;
	}

	.calculatator-block__numbers {
		display: flex;
		justify-content: space-between;
	}

	.calculatator-block__content {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1240px){
	.calculatator__pay {
		display: block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.calculatator-block__numbers {
		padding-left: 0;
	}

	.calculatator__pay {
		margin-top: 0;
	}

	.calculator-block__title {
		text-align: left;
	}
}

@media screen and (max-width: 430px) {
	.calculatator-block__numbers {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.calculatator__pay {
		margin-top: 20px;
	}
}

.main-section * {
	box-sizing: border-box;
}

.main-slide {
	height: 535px;
	background-color: #2170B3;
	background-image: url(img/slide-bg.svg);
	background-position: center bottom;
	background-size: 1575px;
	background-repeat: no-repeat;
}

.main-slide__inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

.main-slide__image {
	position: absolute;
	top: 0px;
  bottom: 0px;
  left: 440px;
}

.main-slide__image img {
	display: block;
	max-height: 100%;
	height: 100%;
}

.main-slide__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 80px;
	padding-bottom: 100px;
	height: 100%;
	max-width: 460px;
}

.main-slide__title {
	font-family: 'GothamPro-Bold',sans-serif;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.main-slide__price {
	padding: 10px 40px;
	margin-top: 30px;
	background-color: #F47224;
	color: #FFFFFF;
	border-radius: 127px;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	font-family: 'GothamPro-Bold',sans-serif;
}

.main-slide__price span {
	font-size: 48px;
	line-height: 52px;
}

.main-slide__btn {
	margin-top: auto;
}

.n-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	border: 1px solid transparent;
	font-family: 'GothamPro-Bold',sans-serif;
	text-decoration: none;
	padding: 18px 36px 14px;
	background-color: transparent;
	transition: background-color 0.3s linear, color 0.3s linear;
}

.n-btn--white {
	color: #fff;
	border-color: #fff;
}

.n-btn--white:hover {
	background-color: #fff;
	color: #2170B3;
}

.n-btn--primary {
	background-color: #247BC4;
	border-color: #247BC4;
	color: #fff;
	transition: background-color 0.3s linear, border-color 0.3s linear;
}

.n-btn--primary:hover {
	background-color: #3f99e2;
	border-color: #3f99e2;
}

.n-btn--blue {
	background-color: #148AEC;
	border-color: #148AEC;
	color: #fff;
	transition: background-color 0.3s linear, border-color 0.3s linear;
}

.n-btn--blue:hover {
	background-color: #3f99e2;
	border-color: #3f99e2;
}

@media screen and (max-width: 1240px) {
	.main-slide {
		background-size: 832px;
		background-position: left 110px bottom;
		height: 391px;
	}

	.main-slide__content {
		padding-top: 58px;
		padding-bottom: 45px;
		max-width: 340px;
	}

	.main-slide__inner {
		max-width: 700px;
	}

	.main-slide__price {
		margin-top: 20px;
		padding: 8px 30px;
		font-size: 18px;
		line-height: 22px;
	}

	.main-slide__price span,
	.main-slide__title {
		font-size: 36px;
		line-height: 40px;
	}    

	.main-slide__image {
		left: auto;
		right: -95px;
	}

	.n-btn {
		padding: 15px 26px;
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	.main-slide__image {
		display: none;
	}

	.main-slide__inner {
    max-width: 100%;
	}

	.main-slide__title {
		font-size: 48px;
		line-height: 52px;
	}  

	.main-slide {
		background-size: 828px;
		background-position: center bottom;
	}

	.main-slide__content {
		align-items: center;
		padding-bottom: 60px;
		max-width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.main-slide__title {
		font-size: 36px;
		line-height: 40px;
	}  
}

.detail-service {
	font-family: 'GothamPro-Regular',sans-serif;
}

.detail-service__section {
	padding: 40px 0;
	background-color: #F9F9F9;
}

.detail-service__section--white {
	background-color: #fff;
}

.detail-service__section--header {
	padding-top: 0;
}

.detail-service__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 110%;
	color: #fff;
	font-family: 'GothamPro-Bold',sans-serif;
}

.detail-service__image {
	position: relative;
	padding-bottom: 36%;
	top: -30px;
}

.detail-service__image img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
	width: 100%;
 	height: 100%;
}

.text-block p:not(:last-child) {
	margin-bottom: 10px;
}

.text-block {
	font-size: 16px;
	line-height: 130%;
}

.text-block  h3{
	margin: 20px 0 10px;
	font-family: 'GothamPro-Bold',sans-serif;
	font-size: 24px;
	line-height: 110%;
}

.text-block > *:first-child {
	margin-top: 0;
}

.text-block ul {

}

.text-block ul li:not(:last-child) {
	margin-bottom: 5px;
}

.text-block ul li {
	position: relative;
	padding-left: 20px;
}

.text-block ul li::after {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: currentColor;
}

.detail-service__text {
	max-width: 1140px;
}

.detail-service__section-title {
	margin-bottom: 30px;
	font-family: 'GothamPro-Bold',sans-serif;
	font-size: 24px;
	line-height: 110%;
}

.values-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.values-list__item {
	max-width: 33.33333%;
	width: 100%;
	padding: 0 12px;
}

.values-card__top {
	display: flex;
	align-items: center;
}

.values-card__img {
	width: 110px;
	flex-basis: auto;
	flex-shrink: 0;
	margin-right: 20px;
}

.values-card__img img {
	display: block;
	width: 100%;
}

.values-card__title {
	font-size: 20px;
	line-height: 130%;
	font-family: 'GothamPro-Bold',sans-serif;
}

.values-card__text {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
}

.avan-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.avan-list__item {
	max-width: 33.33333%;
	width: 100%;
	padding: 0 12px;
	margin-bottom: 30px;
}

.avan-card__image {
	position: relative;
	height: 209px;
	margin-bottom: 20px;
}

.avan-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avan-card__title {
	font-family: 'GothamPro-Bold',sans-serif;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 10px;
}

.avan-card__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
}

.table-price {
	width: 100%;
	font-size: 20px;
	line-height: 130%;
}

.table-price__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 364px;
	height: 160px;
}

.table-price tbody tr td:nth-child(1) {
	width: 364px;
}

.table-price tbody tr td:nth-child(2) {
	padding-left: 24px;
	padding-right: 24px;
}

.table-price__img img {
	max-width: 100%;
	max-height: 100%;
}

.table-price__title {
	max-width: 302px;
	font-family: 'GothamPro-Bold',sans-serif;
}

.table-price__title span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-family: 'GothamPro-Regular',sans-serif;
}

.table-price tbody tr td {
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	font-family: 'GothamPro-Bold',sans-serif;
	vertical-align: middle;
}

.table-price tbody tr:not(:first-child) td {
	padding-top: 60px;
}

.table-price tbody tr td:not(:nth-child(2)) {
	text-align: center;
}

.table-price tbody tr td:last-child,
.table-price thead tr th:last-child {
	padding-right: 47px;
	width: 280px;
}

.table-price__head {
	font-family: 'GothamPro-Bold',sans-serif;
	display: inline-block;
	padding: 12px 20px;
	background-color: #F9F9F9;
	border-radius: 57px;
}

.form-pane {
	padding: 30px 80px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.form-pane__title {
	font-family: 'GothamPro-Bold',sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 130%;
}

.form-pane__header p {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #8E8E8E;
}

.form__group--line {
	width: 100%;
	max-width: 33.33333%;
}

.btn_rect {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 8px;
	text-decoration: none;
}

.form__group--line .btn {
	display: block;
	width: 100%;
	height: 56px;
}

.car-card {
	font-size: 16px;
	line-height: 130%;
	text-align: center;
}

.car-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 116px;
	margin-bottom: 20px;
}

.car-card__img img {
	display: block;
	height: 100%;
}

.car-card__p {
	margin-top: 5px;
	color: #ACACBC;
}

.car-card__title {
	margin-bottom: 10px;
}

.car-type-slider {
	position: relative;
}

.car-type-slider__prev {
	left: 0;
}

.car-type-slider__next {
	right: 0;
}

.car-type-slider__prev,
.car-type-slider__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.btn-more {
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 1240px) {
	.values-card__img {
		width: 130px;
	}

	.values-list__item {
		max-width: 100%;
	}

	.values-list__item:not(:last-child) {
		margin-bottom: 24px;
	}
	
	.avan-list__item {
		max-width: 50%;
	}

	.table-price {
		display: block;
	}

	.table-price thead {
		display: none;
	}

	.table-price tbody {
		display: block;
	}

	.table-price tbody tr {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #DCDCDC;
		padding-bottom: 20px;
	}

	.table-price tbody tr td {
		display: block;
		border: 0;
		padding-bottom: 0;
	}

	.table-price tbody tr:not(:first-child) td {
		padding-top: 0px;
	}

	.table-price tbody tr:not(:first-child) {
		padding-top: 30px;
	}

	.table-price tbody tr td:nth-child(1) {
		width: 100%;
		margin-bottom: 24px;
	}

	.table-price tbody tr td:last-child, .table-price thead tr th:last-child {
		width: auto;
		padding-right: 0;
	}

	.table-price tbody tr td:nth-child(2) {
		padding: 0;
	}

	.table-price tbody tr td:nth-child(3) {
		margin-left: auto;
		margin-right: 60px;
	}

	.table-price tbody tr td:nth-child(3),
	.table-price tbody tr td:nth-child(4) {
		text-align: right;
		width: 58px;
		line-height: 1;
	}

	.table-price tbody tr td:nth-child(3)::after,
	.table-price tbody tr td:nth-child(4)::after {
		content: attr(data-title);
		font-size: 14px;
    line-height: 18px;
    font-weight: 400;
		font-family: 'GothamPro-Regular',sans-serif;
	}

	.form-pane {
		padding: 30px 40px;
	}
}

@media screen and (max-width: 780px) {
	.form__group--line {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.values-card__img {
		width: 100px;
	}

	.form-pane {
		padding: 30px;
	}

	.section_head {
		padding-bottom: 34px;
	}

	.values-card__title {
		font-size: 18px;
		line-height: 23px;
	}

	.values-list__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.avan-list__item {
		max-width: 100%;
	}

	.table-price tbody tr {
		justify-content: flex-start;
	}

	.table-price tbody tr td:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
	}

	.table-price tbody tr td:nth-child(3) {
		margin-left: 0;
	}

	.table-price tbody tr td:nth-child(3), .table-price tbody tr td:nth-child(4){
		text-align: left;
	}
}

.wrap {
	font-family: 'GothamPro-Regular',sans-serif;
	background-color: #fff;
}

.fr-main {
	position: relative;
	color: #fff;
	background: radial-gradient(58.02% 357.65% at 20.63% 55.34%, #164A76 0%, #257CC5 94.79%);
	overflow: hidden;
}

.fr-main__content {
	max-width: 461px;
}

.fr-main__inner {
	position: relative;
	padding-top: 80px;
	padding-bottom: 118px;
}

.h1 {
	font-size: 80px;
	line-height: 1;
	font-family: 'GothamPro-Bold',sans-serif;
}

.h2 {
	font-size: 48px;
	line-height: 110%;
	font-family: 'GothamPro-Bold',sans-serif;
}

.h3 {
	font-family: 'GothamPro-Bold',sans-serif;
}

.h2--small,
.h3 {
	font-size: 24px;
	line-height: 110%;
}

.h4 {
	font-size: 20px;
	line-height: 130%;
}

.fr-main__subtitle {
	line-height: 1;
	margin-top: 8px;
}

.fr-main__btitle {
	margin-top: 5px;
	color: #F8A16D;
}

.fr-main__text {
	font-size: 16px;
	line-height: 130%;
	margin-top: 32px;
}

.fr-main__image {
	position: absolute;
	left: 508px;
	top: 0;
	height: 100%;
	width: 869px;
}

.fr-main__image img {
	display: block;
	max-width: 100%;
}

.fr-main__btn {
	margin-top: 32px;
}

.gradient-title {
	display: inline-block;
	background: radial-gradient(55.69% 343.31% at 7.6% 61.47%, #123D62 0%, #247BC4 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.fr-section {
	padding: 80px 0;
}

.fr-section--grey {
	background-color: #F9F9F9;
}

.fr-section__title {
	margin-bottom: 40px;
}

.fr-section__header {
	display: flex;
	flex-wrap: wrap;
}

.fr-section__header .fr-section__title {
	width: 462px;
}

.fr-section__header .fr-section__text {
	width: 352px;
	margin-left: 70px;
	margin-top: 12px;
}

.fr-section__title--small {
	margin-bottom: 20px;
}

.fr-about__inner {
	display: flex;
	justify-content: space-between;
}

.fr-about__left {
	flex-basis: auto;
	flex-shrink: 0;
	width: 316px;
	margin-right: 170px;
}

.js-city-map {
	display: block;
	width: 100%;
}

.fr-about__list {
	margin-top: 16px;
}

.fr-about__map {
	margin-top: -76px;
}


.small-advantages__item:not(:last-child) {
	margin-bottom: 80px
}

.small-advantage {
	display: flex;
}

.small-advantage__icon {
	flex-basis: auto;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	margin-right: 16px;
}

.small-advantage__title {
	font-size: 18px;
	line-height: 130%;
	font-family: 'GothamPro-Bold',sans-serif;
	color: #3F4656
}

.fr-about__advan {
	margin-top: 215px;
}

.city-block  {
	display: flex;
	white-space: nowrap;
	font-size: 14px;
	line-height: 130%;
}

.city-block__col:not(:last-child)  {
	margin-right: 24px;
}

.city-block__item:not(:last-child) {
	margin-bottom: 8px;
}

.city-block__link {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	color: #3f4656;
	text-decoration: none;
	transition: color 0.3s linear;
}

.city-block__link::after {
	content: '';
  position: absolute;
  left: 4px;
  top: 0.36rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}

.city-block__link:hover {
	color: #F47224;
}

.values-card--small {

}

.values-card--small .values-card__img {
	width: 80px;
	height: 80px;
}

.values-card--small .values-card__title {
	font-size: 18px;
}

.values-list--four .values-list__item {
	max-width: 25%;
}

.fr-auto__btn {
	margin-top: 50px;
}

.fr-auto__inner {
	display: flex;
}

.fr-auto__image {
	position: relative;
	flex-shrink: 0;
	flex-basis: auto;
	width: 638px;
	height: 374px;
}

.fr-auto__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fr-auto__right {
	margin-left: 27px;
}

.fr-auto__title {
	max-width: 721px;
}

.fr-section--gradient {
	color: #fff;
	background: radial-gradient(55.69% 343.31% at 7.6% 61.47%, #123D62 0%, #247BC4 100%);
}

.advan-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.advan-list__item {
	width: 100%;
	max-width: 33.33333%;
	padding: 0 12px;
}

.advan-card {
	display: flex;
	align-items: center;
}

.advan-card__icon {
	width: 110px;
  flex-basis: auto;
  flex-shrink: 0;
  margin-right: 20px;
}

.advan-card__icon img {
	display: block;
	max-width: 100%;
}

.advan-card__title {
	font-family: 'GothamPro-Bold',sans-serif;
}

.fr-business__footer {
	display: flex;
	align-items: center;
	margin-top: 50px;
	font-family: 'GothamPro-Bold',sans-serif;
}

.fr-business__footer img {
	width: 221px;
	flex-basis: auto;
  flex-shrink: 0;
	margin-right: 20px;
}

.advan-list--two .advan-list__item {
	max-width: 50%;
}

.advan-list--two .advan-list__item:not(:last-child) {
	margin-bottom: 0;
}

.advan-list--two .advan-list__item:not(:nth-last-child(-n+2)) {
	margin-bottom: 40px;
}

.fr-like__list {
	max-width: 1040px;
}

.steps-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.steps-list__item {
	width: 100%;
	max-width: 25%;
	padding: 0 12px;
}

.steps-card__top {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.steps-card__number {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-basis: auto;
	width: 80px;
	height: 80px;
	margin-right: 17px;
	border: 3px solid #247BC4;
	border-radius: 50%;
	font-size: 48px;
	line-height: 130%;
	font-family: 'GothamPro-Bold',sans-serif;
}

.steps-card__arrow {
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 24px;
	overflow: hidden;
	border-radius: 50% 0 0  50%;
}

.steps-card__arrow svg {
	width: 281px;
	height: 24px;
	flex-shrink: 0;
	flex-basis: auto;
}

.steps-card__title {
	font-size: 18px;
	line-height: 130%;
	font-family: 'GothamPro-Bold',sans-serif;
}

.steps-card__text {
	font-size: 14px;
	line-height: 130%;
	margin-top: 20px;
}

.fr-steps__btn {
	text-align: center;
	margin-top: 40px;
}

.fr-auto__image--mobile {
	display: none;
}

.fr-like__inner {
	position: relative
}

.fr-like__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 99px;
	height: 398px;
	transform: translateY(-50%);
	background: url(img/fran-bg.svg) no-repeat center center / cover;
}

.trash-main__inner {
	display: flex;
}

.trash-main__content {
	padding-top: 80px;
	margin-right: 24px;
}

.trash-main__image {
	width: 786px;
	flex-basis: auto;
	flex-shrink: 0;
	margin-top: -90px;
}

.trash-main__image img {
	display: block;
	max-width: 100%;
}

.trash-main__title {
	margin-bottom: 8px;
}

.trash-main__subtitle {
	display: inline-block;
	padding-top: 8px;
	border-top: 1px solid #8E8E8E;
	font-size: 16px;
	line-height: 130%;
	color: #1E67A3;
	font-family: 'GothamPro-Bold',sans-serif;
}

.trash-main__text {
	margin-top: 90px;
}

.trash-price__inner {
	display: flex;
	align-items: flex-start;
}

.trash-price__header {
	padding: 40px;
	width: 508px;
	flex-basis: auto;
	flex-shrink: 0;
	margin-right: 24px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(33, 112, 179, 0.09);
	font-family: 'GothamPro-Bold',sans-serif;
}

.trash-price__header ._blue {
	color: #247BC4;
}

.trash-price__header span:not(._blue) {
	color: #F47224;
}

.trash-price__list {
	max-width: 770px;
}

.values-list--two .values-list__item {
	max-width: 50%;
}

.values-list--two .values-list__item:not(:nth-last-child(-n+2)) {
	margin-bottom: 33px;
}

.fr-section--blue {
	color: #fff;
	background-color: #247BC4;
}

.advan-list--three .advan-list__item:not(:nth-last-child(-n+3)) {
	margin-bottom: 20px;
}

.advan-card--small .advan-card__icon {
	width: 80px;
	height: 80px;
}

.trash-who__list {
	max-width: 1170px;
}

.price-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.price-list__item {
	max-width: 33.33333%;
	width: 100%;
	padding: 0 12px;
}

.price-list__item:not(:nth-last-child(-n+3)) {
	margin-bottom: 20px;
}

.n-price-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.n-price-card__small {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 130%;
	color: #8E8E8E;
}

.n-price-card__number {
	margin-bottom: 16px;
	color: #247BC4;
	line-height: 1;
}

.n-price-card__text {
	margin-bottom: 16px;
}

.n-price-card__value {
	margin-top: auto;
	color: #FA7126;
	font-size: 24px;
	line-height: 130%;
	font-family: 'GothamPro-Bold',sans-serif;
}

.n-price-card__value span {
	font-size: 16px;
}

.n-price-card__text span {
	display: inline-block;
	margin-top: 16px;
	font-family: 'GothamPro-Bold',sans-serif;
}

.n-price-card__link {
	display: inline-block;
	margin-top: 16px;
	color: #1E67A3;
	font-family: 'GothamPro-Bold',sans-serif;
}

.trash-rent__inner {
	position: relative;
}

.trash-rent__title {
	position: relative;
	z-index: 3;
	margin-bottom: 20px;
}

.trash-rent__text {
	position: relative;
	z-index: 3;
	margin-bottom: 40px;
	max-width: 906px;
}

.trash-rent__form {
	position: relative;
	z-index: 3;
	max-width: 1173px;
}

.trash-rent__img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 527px;
}

.trash-rent__img img {
	display: block;
	max-width: 100%;
}

.custom-checkbox--white .custom-checkbox__text {
	color: #fff;
}

.custom-checkbox--white .custom-checkbox__check:checked +.custom-checkbox__sub-check {
	border-color: #fff;
}

.custom-checkbox--white .custom-checkbox__sub-check:after {
	border-color: #fff;
}

.trash-main__image--mobile {
	display: none;
}

@media screen and (max-width: 1560px) {
	.fr-main__image {
		left: 388px;
	}

	.values-card--small .values-card__title {
		font-size: 16px;
	}

	.fr-auto__image {
		width: 461px;
		height: 374px;
	}

	.trash-main__image {
		width: 695px;
		margin-top: 60px;
	}
	
	.trash-main__title {
		max-width: 558px;
	}

	.trash-rent__form {
		max-width: 861px;
	}
}

@media screen and (max-width: 1240px) {

	.trash-main__image:not(.trash-main__image--mobile) {
		display: none;
	}

	.fr-like__inner::after{
		display: none;
	}

	.fr-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.fr-about__map {
		display: none;
	}

	.city-block {
		flex-wrap: wrap;
	}

	.city-block__col {
		width: 100%;
		max-width: 50%;
	}

	.city-block__col:not(:last-child) {
		margin-bottom: 8px;
		margin-right: 0;
	}

	.fr-about__list {
		max-width: 320px;
	}

	.fr-about__advan {
    margin-top: 40px;
	}

	.values-list--four .values-list__item {
		max-width: 50%;
	}

	.values-list--four .values-list__item:not(:last-child) {
		margin-bottom: 0;
	}

	.values-list--four .values-list__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 24px;
	}

	.values-card--small .values-card__title {
		font-size: 18px;
	}

	.fr-auto__image:not(.fr-auto__image--mobile) {
		display: none;
	}

	.fr-auto__image--mobile {
		display: block;
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}

	.fr-auto__btn {
		margin-top: 36px;
	}

	.advan-list__item {
		max-width: 50%;
	}

	.advan-list__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.fr-business__footer {
		margin-top: 40px;
	}

	.fr-section__header {
		flex-direction: column;
	}

	.fr-section__header .fr-section__title {
		margin-bottom: 20px;
		width: 100%;
	}

	.fr-section__header .fr-section__text {
		width: 100%;
		margin-left: 0;
	}

	.fr-section__header {
		margin-bottom: 40px;
	}

	.advan-card__title br {
		display: none;
	}

	.steps-list__item {
		max-width: 50%;
		margin-bottom: 30px;
	}

	.fr-steps__btn {
		margin-top: 0;
	}

	.fr-main__inner {
		padding-bottom: 62px;
		padding-top: 60px;
	}

	.fr-main__image {
		left: 284px;
	}

	.fr-main__content {
		max-width: 340px;
	}

	.trash-rent__img {
		position: relative;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		transform: none;
		width: 100%;
		margin: 40px 0;
	}

	.price-list__item {
		max-width: 50%;
	}

	.price-list__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 20px;
	}

	.trash-main__image--mobile {
		display: block;
	}

	.trash-main__image {
		display: flex;
		justify-content: center;
		left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.trash-main__text {
		margin-top: 30px;
	}

	.trash-price__inner {
		flex-direction: column;
	}

	.trash-price__header {
		width: 343px;
		margin-right: 0;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {

	.price-list__item:not(:nth-last-child(-n+3)),
	.price-list__item:not(:last-child),
	.price-list__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 16px;
	}

	.values-list--two .values-list__item {
		max-width: 100%;
	}

	.price-list__item {
		max-width: 100%;
	}

	.fr-main__image {
		display: none;
	}

	.fr-main__content {
		max-width: 100%;
	}

	.fr-about__inner {
		flex-direction: column;
	}

	.fr-about__left {
    flex-basis: auto;
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
		margin-bottom: 30px;
	}

	.fr-about__advan {
		margin-top: 0;
	}

	.small-advantages__item:not(:last-child) {
		margin-bottom: 30px
	}

	.values-list--four .values-list__item {
		max-width: 100%;
	}

	.values-list--four .values-list__item:not(:last-child),
	.values-list--four .values-list__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 30px;
	}

	.advan-list__item {
		max-width: 100%;
	}

	.fr-business__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.fr-business__footer img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.fr-section__title br {
		display: none;
	}

	.advan-list--two .advan-list__item {
		max-width: 100%;
	}

	.advan-list--two .advan-list__item:not(:nth-last-child(-n+2)),
	.advan-list--two .advan-list__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.steps-list__item {
		max-width: 100%;
	}

	.advan-card__icon {
		width: 80px;
	}

	.h2 {
    font-size: 40px;
	}

	.h2--small {
    font-size: 24px;
	}

	.h1 {
		font-size: 70px;
	}

	.trash-main__title {
		font-size: 36px;
	}

	.trash-main__content {
		padding-top: 60px;
	}

	.trash-price__header {
		width: 100%;
	}
}

.js-city-map [data-city] {
	transition: all 0.3s linear;
}

.js-city-map ._active {
	fill: #F47224;
	filter: drop-shadow(0px 0px 30px #fff);
}

.sb-main__inner {
	display: flex;
}

.sb-main__left {
	width: 508px;
	flex-basis: auto;
	flex-shrink: 0;
	margin-right: 24px;
}

.sb-main__right {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
}

.sb-main__title {
	margin-bottom: 10px;
}

.sb-main__subtitle {
	font-size: 24px;
	line-height: 130%;
	color: #247BC4
}

.sb-main__slider {
	margin-top: 40px;
}

.slide-card {
	position: relative;
	height: 350px;
	border-radius: 8px;
	overflow: hidden;
}

.slide-card__image {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.slide-card__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.slide-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-card__content {
	position: relative;
	z-index: 4;
	padding: 40px 32px;
	height: 100%;
	color: #fff;
}

.slide-card__title {
	max-width: 392px;
}

.slider-pagination {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.slider-pagination__dot {
	flex-basis: auto;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #6DA7D8;
	transition: background-color 0.3s linear;
}

.slider-pagination__dot--active {
	background-color: #247BC4;
}

.slider-pagination__dot:not(:last-child) {
	margin-right: 10px;
}

.white-pane {
	padding: 32px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(33, 112, 179, 0.09);
	border-radius: 8px;
}

.white-pane--big {
	padding: 50px 58px;
}

.form__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.form__col {
	max-width: 50%;
	width: 100%;
	padding: 0 8px;
}

.form__col-title,
.form__title {
	margin-bottom: 16px;
	font-family: 'GothamPro-Bold',sans-serif;
}

.form__row:not(:last-child) {
	margin-bottom: 24px;
}

.custom-input {
	position: relative;
	width: 100%;
}

.custom-input__input {
	display: block;
	width: 100%;
	padding: 22px 46px 18px 16px;
	background-color: #fff;
	border: 1px solid #D5D8DE;
	border-radius: 8px;
	transition: border-color 0.3s linear;
}

.custom-input__input:focus {
	outline: 0;
	border-color: #247BC4;
}

.custom-input__label {
	position: absolute;
	top: 20px;
	left: 16px;
	color: #7C8188;
	pointer-events: none;
	transition: top 0.3s linear, transform 0.3s linear;
	transform-origin: left top; 
}

.custom-input._focus .custom-input__label {
	top: 8px;
	transform: scale(0.8);
}

.form__col-content .custom-input:not(:last-child) {
	margin-bottom: 8px;
}

.custom-input__icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.form__col-content--two {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}

.form__col-content--two:not(:last-child) {
	margin-bottom: 8px;
}

.form__col-content--two .form__col-content__item {
	max-width: 50%;
	width: 100%;
	padding: 0 4px;
}

.form__submit {
	display: block;
	width: 100%;
	height: 57px;
	padding-top: 21px;
	padding-bottom: 17px;
}

.form__submit--mt {
	margin-top: 24px;
}

.sb-why__scheme {
	display: block;
}

.sb-why__scheme svg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.sb-why__scheme svg * {
	transform-box: fill-box;
}

.sb-why__scheme--tablet {
	display: none;
}

.sb-why__scheme--mobile {
	display: none;
}

.sb-why .fr-section__title{
	max-width: 520px;
}

.wheel {
	transform: rotate(0deg);
	transform-origin: center;
	animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
	from {
			transform:rotate(0deg);
	}
	to {
			transform:rotate(360deg);
	}
}

.custom-radio {
	position: relative;
}

.custom-radio__input {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.custom-radio__icon {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid #8E8E8E;
	border-radius: 50%;
}

.custom-radio__icon::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ACACBC;
	border-radius: 50%;
	transition: background-color 0.3s linear;
}

.custom-radio__input:checked + .custom-radio__icon::after {
	background-color: #247BC4;
}

.custom-radio__label {
	padding-left: 28px;
}

.radio-line {
	display: flex;
}

.radio-line__item:not(:last-child) {
	margin-right: 40px;
}

.form__radios {
	height: 57px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.sb-avan__content {
	display: flex;
	justify-content: space-between;
}

.sb-avan__left {
	width: 368px;
	flex-basis: auto;
	flex-shrink: 0;
	margin-right: 80px;
}

.sb-avan__right {
	flex-basis: 0;
	flex-shrink: 1;
	flex-grow: 1;
	max-width: 1000px;
}

.pane-title {
	padding: 75px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(33, 112, 179, 0.09);
	border-radius: 8px;
}

.pane-title span {
	color: #247BC4;
}

.sb-marketplace__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sb-marketplace__content {
	width: 642px;
	margin-right: 40px;
}

.sb-marketplace__image {
	width: 773px;
}

.sb-marketplace__title {
	margin-bottom: 20px;
}

.sb-marketplace__text {
	line-height: 130%;
}

.sb-tomo__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sb-tomo__image {
	width: 558px;
	margin-right: 40px;
}

.sb-tomo__title {
	margin-bottom: 20px;
}

.sb-tomo__content {
	width: 930px;
}

.fr-section__top {
	margin-bottom: 40px;
}

.sb-tariffs__title {
	margin-bottom: 20px;
}

.sb-tariffs__text {
	max-width: 550px;
	line-height: 130%;
}

.tariffs__item-title {
	font-family: 'GothamPro-Bold',sans-serif;
	margin-bottom: 30px;
}

.tariffs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -33px;
}

.sb-tariffs__content {
	max-width: 1170px;
}

.tariffs__item {
	max-width: 50%;
	width: 100%;
	padding: 0 33px;
}

.price-lines__item:not(:last-child) {
	margin-bottom: 20px;
}

.price-lines__item {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.price-lines__item::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	border: 1px dashed #ACACBC;
}

.price-lines__title {
	position: relative;
	z-index: 2;
	background-color: #F9F9F9;
	padding-right: 10px;
}

.price-lines__value {
	position: relative;
	z-index: 2;
	background-color: #F9F9F9;
	padding-left: 10px;
}

.price-lines__value span {
	font-size: 18px;
	font-family: 'GothamPro-Bold',sans-serif;
	color: #F47224;
}

.sb-service__item-title {
	font-family: 'GothamPro-Bold',sans-serif;
	margin-bottom: 30px;
}

.sb-service__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.sb-service__item {
	width: 100%;
	padding: 0 12px;
}

.sb-service__item:first-child {
	max-width: 42%;
}

.sb-service__item:last-child {
	max-width: 58%;
}

.sb-service__item-text span {
	color: #F47224;
}

.form__line {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.form__line:not(:last-child) {
	margin-bottom: 20px;
}

.form__line-item {
	max-width: 33.33333%;
	width: 100%;
	padding: 0 10px;
}

.form__line-item--full {
	max-width: 100%;
}

@media screen and (max-width: 1240px) {
	.sb-main__inner {
		flex-direction: column;
	}

	.sb-main__left {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.sb-avan__content {
		flex-direction: column;
	}

	.sb-avan__left {
		margin-right: 0;
		margin-bottom: 40px;
		max-width: 344px;
	}

	.pane-title {
		padding: 40px;
	}

	.sb-avan__right {
		max-width: 100%;
	}

	.sb-why__scheme {
		display: none;
	}

	.sb-why__scheme--tablet {
		display: block;
	}

	.sb-marketplace__inner {
		flex-direction: column;
	}

	.sb-marketplace__content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.sb-marketplace__image {
		width: 100%;
	}

	.sb-marketplace__image img {
		display: block;
		margin: 0 auto;
	}

	.sb-tomo__inner {
		flex-direction: column;
	}

	.sb-tomo__image {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.sb-tomo__content {
		width: 100%;
	}

	.tariffs {
		flex-direction: column;
	}

	.tariffs__item {
		max-width: 100%;
	}

	.tariffs__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.sb-service__content {
		flex-direction: column;
	}

	.sb-service__item:last-child,
	.sb-service__item:first-child {
		max-width: 100%;
	}

	.sb-service__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.form__line {
		flex-direction: column;
	}

	.form__line-item {
		max-width: 100%;
	}

	.form__line-item:not(:last-child) {
		margin-bottom: 16px;
	}

	.radio-line {
		flex-direction: column;
	}

	.radio-line__item:not(:last-child) {
		margin-bottom: 16px;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.form__row {
		flex-direction: column;
	}

	.form__col {
		max-width: 100%;
	}

	.form__col:not(:last-child) {
		margin-bottom: 16px;
	}

	.form__row:not(:last-child) {
    margin-bottom: 16px;
	}

	.form__col-content--two .form__col-content__item {
		max-width: 100%;
	}

	.form__col-content--two .form__col-content__item:not(:last-child) {
		margin-bottom: 8px;
	}

	.form__radios {
		height: auto;
		margin-bottom: 16px;
	}

	.sb-why__scheme--tablet {
		display: none;
	}
	
	.sb-why__scheme--mobile {
		display: block;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.datepicker--day-name {
	color: #247BC4;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}

.just-validate-error-label {
	font-size: 12px;
	margin-top: 5px;
	color: #D91D0B;
}

.custom-input__input.just-validate-error-field {
	border-color: #D91D0B;
}

.title-blink {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.title-blink {
	background: linear-gradient(to right, #F4620D 30%, #f8aa7d 40%, #f8aa7d 50%, #F4620D 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s linear infinite;
}


@keyframes shine {
	to {
		background-position: 200% center;
	}
}

.apps {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 10px;
}

.apps__link {
	width: 150px;
}

.apps__link:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 10px;
}

.apps__link img {
	display: block;
	max-width: 100%;
}

.social__link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social__link svg {
	width: 20px;
	height: 20px;
}

.calc-title {
	background-color: #148aec !important;
}

.calc-infoBtn-icon {
	fill: #148aec !important;
}

.calc-infoBtn,
.calc-infoBtn:hover {
	border: 1px solid #247BC4 !important;
}

.calc-car,
.calc-car:hover {
	border: 1px solid #247BC4 !important;
}

.calc-car .MuiTypography-textButtonUltraSmall {
	color: #247BC4 !important;
}

.calc-cnt-btn-icon {
	color: #247BC4 !important;
}

.calc-cnt-btn {
	border: 1px solid #247BC4 !important;
}

.calc-block {
	border: 1px solid #247BC4 !important;
}

.calc-mb svg {
	color: #247BC4 !important;
}

.calc-mb:hover,
.calc-cnt-btn:hover {
	background-color: rgba(20, 138, 236, 0.04) !important;
}

.calc-dab:hover {
	border: 1px solid #247BC4 !important;
	background-color: rgba(20, 138, 236, 0.04) !important;
}

.calc-dab:hover svg {
	color: #247BC4 !important;
}

.calc-lf path {
	fill: #247BC4 !important;
}

.calc-ltb,
.calc-ltb:hover {
	background-color: #247BC4 !important;
}


.calc_confirm_button {
	background-color: #247BC4 !important;
}

.MuiButton-containedSecondary {
	background-color: #247BC4 !important;
	color: #fff !important;
}

.MuiButton-containedSecondary:hover {
	box-shadow: 0px 7px 20px rgba(20, 138, 236, 0.4) !important;
}

.MuiButton-containedPrimary {
	background-color: #247BC4 !important;
	color: #fff !important;
}

.MuiButton-containedPrimary:hover {
	background-color: #247BC4 !important;
	color: #fff !important;
	box-shadow: 0px 7px 20px rgba(20, 138, 236, 0.4) !important;
}

.calc-title + .MuiGrid-root > .MuiTypography-root:last-child {
	color: #247BC4 !important;
}

.calc-crb {
	border: 1px solid #247BC4 !important;
}

.calc-crb:hover {
	background-color: rgba(20, 138, 236, 0.04) !important;
}

.calc-crbi {
	color: #247BC4 !important;
}

.calc-crb:hover .calc-crbi {
	color: #247BC4 !important;
}

.ex-main {
	padding-top: 110px;
	padding-bottom: 0;
}

.ex-main__title span {
	color: #247BC4;
}

.ex-main__inner {
	display: flex;
	justify-content: space-between;
}

.ex-main__content {
	width: 580px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.ex-main__image {
	position: relative;
	flex: 0 0 auto;
	width: 558px;
	margin-top: -50px;
}

.ex-main__image img {
	display: block;
	max-width: 100%;
}

.ex-main__subtitle {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #8E8E8E;
	color: #1E67A3;
	font-weight: 700;
}

.ex-main__btn {
	margin-top: 40px;
}

.container--sm {
	max-width: 1170px;
	padding: 0 15px;
}

.fr-section__inner--row {
	display: flex;
}

.fr-section__inner--row .fr-section__top {
	flex: 0 0 auto;
	margin-right: 24px;
	max-width: 365px;
}

.fr-section__inner--row .fr-section__content {
	flex: 1 1 0;
	width: 100%;
}

.fr-section__top .fr-section__title {
	margin-bottom: 12px;
}

.fr-section__top .fr-section__btn {
	margin-top: 40px;
}

.form__col--full {
	max-width: 100%;
}

.form__personal {
	margin-top: 20px;
}

.form__personal a {
	color: #247BC4;
	text-decoration: none;
}

.fr-section__desc {
	line-height: 130%;
}

.opt-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.opt-list__item {
	max-width: 50%;
	width: 100%;
	padding: 0 12px;
}

.opt-card {
	position: relative;
	height: 122px;
	padding: 32px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.opt-card--big {
	height: 268px;
}

.opt-card__image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

.opt-card__title {
	position: relative;
	z-index: 3;
	font-weight: 700;
	color: #247BC4;
}

.opt-list__item .opt-card:not(:last-child) {
	margin-bottom: 24px;
}

.fr-section--pt {
	padding-top: 0;
}

.ex-page__item {
	display: none;
}

.ex-page__item._active {
	display: block;
}

.switcher {
	display: flex;
	flex-wrap: wrap;
}

.switcher__btn {
	padding: 10px 36px;
	background-color: #fff;
	border: 1px solid #137DD4;
	color: #137DD4;
	cursor: pointer;
	transition: color 0.3s linear, background-color 0.3s linear;
}

.switcher__btn:hover,
.switcher__btn._active {
	background-color: #137DD4;
	color: #fff;
}

.switcher__item:first-child .switcher__btn {
	border-radius: 6px 0px 0px 6px;
}

.ex-page {
	position: relative;
}

.ex-page__switcher {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 20px;
}

.switcher__item:last-child {
	margin-left: -1px;
}

.switcher__item:last-child .switcher__btn {
	border-radius: 0px 6px 6px 0px;
}

.white-card {
	padding: 40px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	height: 100%;
}

.white-card__title {
	font-family: 'GothamPro-Bold',sans-serif;
	margin-bottom: 16px;
}

.white-card__text {
	padding-left: 16px;
	border-left: 1px solid #ACACBC;
	font-size: 14px;
	line-height: 130%;
	color: #8E8E8E;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.services-list__item {
	max-width: 50%;
	width: 100%;
	padding: 0 12px;
}


@media screen and (min-width: 1241px) {
	.services-list {
		margin-bottom: -40px;
	}
	
	.services-list__item {
		margin-bottom: 40px;
	}
}


@media screen and (max-width: 1240px) {
	.fr-section__inner--row {
		flex-direction: column;
	}

	.fr-section__inner--row .fr-section__top {
		max-width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.ex-main__inner {
		flex-direction: column-reverse;
	}

	.ex-main__image {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		margin-top: 0;
	}

	.ex-main__content {
		width: 100%;
		margin-right: 0;
	}

	.services-list__item {
		max-width: 100%;
	}

	.services-list__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.white-pane--big {
		padding: 32px;
	}

	.fr-section__top .fr-section__btn {
		margin-top: 30px;
	}

	.opt-list__item {
		max-width: 100%;
	}

	.opt-list__item:not(:last-child) {
		margin-bottom: 24px;
	}

	.opt-card--big {
		height: 122px;
	}
}

.car-item:hover .car-item-content:before {
	border-color: #137DD4 !important;
}

.car-item:hover .car-item-content:before {
	border-color: #137DD4 !important;
}

.car-item:hover .car-item-params span {
	color: #137DD4 !important;
}

.ev-main {
	padding: 100px 0;
	background-color: #fff;
	line-height: 130%;
}

.ev-main__inner {
	position: relative;
}

.ev-main__content {
	position: relative;
	z-index: 5;
	max-width: 456px;
}

.ev-main__title {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #8E8E8E;
	color: #3F4656;
}

.ev-main__subtitle {
	color: #1E67A3;
	font-family: 'GothamPro-Bold',sans-serif;
}

.ev-main__text {
	max-width: 366px;
	margin-top: 10px;
	line-height: 130%;
	font-weight: 400;
	color: #3F4656;
}

.ev-main__btn {
	margin-top: 40px;
}

.ev-main__image {
	position: absolute;
	z-index: 3;
	top: -99px;
	right: -113px;
	width: 944px;
}

.ev-main__image img {
	display: block;
	max-width: 100%;
}

.ev-advan {
	line-height: 130%;
	background-color: #fff;
}

.top-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.top-list__item {
	width: 100%;
	max-width: 33.33333%;
	padding: 0 15px;
}

.top-card {
	text-align: center;
}

.top-card__icon {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.top-card__icon img {
	display: block;
	width: 100%;
}

.top-card__text a{
	color: #1E67A3;
	text-decoration: none;
	font-family: 'GothamPro-Bold',sans-serif;
}

.ev-type {
	padding-top: 0;
	padding-bottom: 40px;
}

.type-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.type-list__item {
	width: 100%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 40px;
}

.type-card {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 12px 8px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.type-card__icon {
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	margin-right: 8px;
}

.type-card__icon img {
	display: block;
	width: 100%;
}

.type-card__text {
	color: #3F4656;
}

.s-numbers-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.s-numbers-list__item {
	width: 100%;
	max-width: 25%;
	padding: 0 15px;
}

@media screen and (min-width: 1241px) {
	.s-numbers-list__item:not(:nth-last-child(-n+4)) {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.s-numbers-list__item:not(:nth-last-child(-n+3)) {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	.s-numbers-list__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 25px;
	}
}

.ev-numbers {
	line-height: 130%;
}

.number-card {
	display: flex;
	align-items: center;
}

.number-card__val {
	flex: 0 0 auto;
	width: 39px;
	margin-right: 16px;
	font-family: 'GothamPro-Bold',sans-serif;
	font-size: 56px;
	line-height: 100%;
	color: #F9F9F9;
	opacity: 0.5;
	text-align: center;
}

.ev-service {
	line-height: 130%;
}

.ev-service__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ev-service__left {
	max-width: 33.33333%;
	width: 100%;
}

.ev-service__right {
	max-width: 58.33333333%;
	width: 100%;
}

.ev-service__title {
	margin-bottom: 40px;
}

.time-list__item:not(:last-child) {
	margin-bottom: 24px;
}

.time-card {
	display: flex;
	align-items: center;
}

.time-card__icon {
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	margin-right: 8px;
}

.time-card__icon img {
	display: block;
	width: 100%;
}

.ev-table {
	width: 100%;
}

.ev-table td {
	padding: 10px 12px;
	border: 1px solid #DCDCDC;
}

.ev-table tr:nth-child(even) {
	background-color: #F9F9F9;
}

@media screen and (max-width: 1240px) {
	.ev-main {
		padding: 60px 0 0;
	}

	.ev-main__image {
		position: relative;
		top: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 670px;
		max-width: 100%;
	}

	.type-list__item,
	.s-numbers-list__item {
		max-width: 33.33333%;
	}
}

@media screen and (max-width: 1024px) {
	.type-list__item,
	.s-numbers-list__item {
		max-width: 50%;
	}

	.ev-service__left,
	.ev-service__right {
		max-width: 100%;
	}

	.ev-service__right {
		margin-top: 60px;
	}

	.time-list__item:not(:last-child) {
    margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.top-list__item {
		max-width: 100%;
	}

	.top-list__item:not(:last-child) {
		margin-bottom: 25px;
	}

	.type-list__item {
		margin-bottom: 25px;
	}

	.top-card {
		max-width: 500px;
		text-align: left;
	}

	.top-card__icon {
		margin-left: 0;
		margin-right: 0;
	}

	.type-list__item,
	.s-numbers-list__item {
		max-width: 100%;
	}

	.s-numbers-list__item:not(:last-child) {
		margin-bottom: 25px;
	}
}

.main-hero {
	padding-top: 40px;
	padding-bottom: 80px;
}

.main-hero__container {
	display: flex;
	margin: 0 -14px;
}

.main-hero__item {
	max-width: 50%;
	width: 100%;
	padding: 0 14px;
}

#myCalcheader {
	margin-top: -64px;
}

#myCalcheader .shadows-f31x09-root {
	width: 100% !important;
}

#myCalcheader .shadows-154o6d7 {
	background-color: transparent !important;
}

.page {
	background-color: #fff;
}

.hero-slide__title {
	color: #247BC4;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
	font-family: 'GothamPro-Bold', sans-serif;
}

.hero-slide__price {
	display: inline-block;
	padding: 8px 40px;
	border-radius: 127px;
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
	background-color: #F47224;
	font-family: 'GothamPro-Bold', sans-serif;
	text-align: center;
}

.hero-slide__price span {
	font-size: 48px;
	line-height: 1.1;
}

.hero-slide__image {
	position: relative;
	height: 473px;
	margin-bottom: 40px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.hero-slide__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.hero-slide__btn {
	margin-top: 32px;
}

.n-btn--blue-border {
	background-color: #fff;
	border-color: #1E67A3;
	color: #1E67A3;
}

.n-btn--blue-border:hover {
	background-color: #1E67A3;
	border-color: #1E67A3;
	color: #fff;
}

@media screen and (max-width: 1240px){
	.main-hero__container {
		flex-direction: column;
	}

	.main-hero__item {
		max-width: 100%;
	}

	.main-hero__item:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.main-hero__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.hero-slide__image {
    width: 100%;
	}

	.hero-slide__title,
	.hero-slide__price span {
		font-size: 36px;
	}

	.hero-slide__price {
		font-size: 18px;
	}
}

.dialog__overlay {
	position: fixed;
}

.dialog.dialog--open {
	overflow-y: auto;
	overflow-x: hidden;
}