
* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
    font-family: "MTSSansRegular", "Arial", sans-serif;
	background: #ffffff;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 32px;
	width: 100%;
}

.container:after {
	content: '';
	display: table;
	clear: both;
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.header {
	position: absolute;
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	padding: 23px 0 6px 0;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header._fixed {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}

.header .container {
	max-width: 1984px;
}

.header .h_logo {
	position: relative;
	display: block;
	float: left;
	width: 246px;
}

.header .h_logo .h_icon-logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
}

.header .h_logo .h_icon-logo img {
	width: 142px;
	height: auto;
}

.header .h_logo span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	margin-left: 15px;
	width: 65px;
}

.header .h_right-block {
	position: relative;
	display: block;
	float: right;
	width: calc(100% - 246px);
	text-align: right;
	margin-top: -1px;
}

.header .btn {
	top: -8px;
}

.header .h_menu {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.header .h_menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	padding: 0;	
	font-size: 16px;
	line-height: 20px;
}

.header .h_menu li a {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .h_menu li a:hover,
.header .h_phone:hover,
.header._fixed .h_menu li a:hover, 
.header._fixed .h_phone:hover {
	color: #E30613;
}

.header .h_phone {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	margin-left: 24px;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header._fixed .h_menu li a,
.header._fixed .h_phone {
	color: #000000;
}

.header .btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 180px;
	height: 40px;
	margin-left: 26px;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(180deg, #E30613 0%, #F02F38 100%);
	border-bottom: 4px solid #B51D24;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: -8px;
}

.btn-red {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: linear-gradient(180deg, #E30613 0%, #F02F38 100%);
	border-bottom-color: #B51D24;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn-red:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #F02F38 0%, #d22931 100%);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.btn:hover:before {
	opacity: 1;
}

.btn-red:hover {
	border-bottom-color: #a42127;
}

.content {
	
}

.main {
	position: relative;
	display: block;
	height: 562px;
	width: 100%;
}

.main .container {
	z-index: 2;	
}

.main:before {
	content: '';
	position: absolute;
	display: block;
	width: 65%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/content/main-photo.jpg) no-repeat;
	background-position: center right;
	background-size: cover;
}

.main:after {
	content: '';
	position: absolute;
	display: block;
	width: 48%;
	height: 120%;
	top: -10%;
	left: 0;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 0 562px 562px 0;
}

.main_content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 562px;
	width: 100%;
	max-width: 420px;
}

.main_content .main_logokassa {
	width: 160px;
	margin-bottom: 14px;
}

.main_content h1 {
    font-family: "MTSSansBlack", "Arial", sans-serif;	
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -0.2px;
	color: #202D3D;
	margin: 0;
}

.main_content p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #202D3D;
	margin: 13px 0;
}

.main_content .btn {
	position: relative;
	display: block;
	cursor: pointer;
	width: 260px;
	height: 60px;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
	font-size: 17px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 5px solid #B51D24;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 22px;
}

.advantages {
	position: relative;
	display: block;
	background: linear-gradient(180deg, #E30613 0%, #F02F38 100%), #E30611;
	z-index: 1;
}

.advantages .container {
	padding-top: 67px;
	padding-bottom: 20px;
}

.advantages_image {
	position: absolute;
	display: block;
	width: 313px;
	top: -73px;
	left: 100px;
}

.advantages_items {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: 0;
}

.advantages_items:after {
	content: '';
	display: table;
	clear: both;
}

.advantages_list {
	position: relative;
	display: block;
	width: 50%;
	float: left;
}

.advantages_list .item {
	position: relative;
	display: block;
	margin-bottom: 40px;
	padding-left: 80px;
	min-height: 50px;
}

.advantages_list .item .icon {	
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 64px;
}

.advantages_list .item img {
	position: relative;
}

.advantages_list .item span {
    font-family: "MTSSansBold", "Arial", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;	
	position: relative;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

.profitable {
	position: relative;
	display: block;
	background-color: #f2f3f7;
}

.profitable .container {
	padding-top: 90px;
	padding-bottom: 45px;
}

.rates .container {
	padding-top: 45px;
	padding-bottom: 45px;
}

.profitable h2 {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.3px;
	color: #202D3D;
	margin: 0 0 30px 0;
    font-family: "MTSSansBold", "Arial", sans-serif;
    text-align: center;
}

.profitable_rent {
	position: relative;
	display: block;
	float: left;
	width: calc(50% - 10px);
	background: #FFFFFF;
	box-shadow: 2px 2px 8px rgba(110, 119, 130, 0.1);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 39px 52px 49px 52px;
}

.profitable_rent h3,
.profitable_purchase h3 {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -0.2px;
	color: #202D3D;
    font-family: "MTSSansBold", "Arial", sans-serif;
    text-align: center;
    margin: 0 0 21px 0;
}

.profitable_rent_items {
	position: relative;
	display: block;
}

.profitable_rent_items .item {
	position: relative;
	display: block;
	margin-bottom: 32px;
	padding-left: 56px;
	min-height: 41px;
}

.profitable_rent_items .item:last-child {
	margin-bottom: 0;
}

.profitable_rent_items .icon {
	position: absolute;
	display: block;
	width: 36px;
	text-align: center;
	top: 5px;
	left: 0;
}

.profitable_rent_items .icon img {
	max-width: 100%;
}

.profitable_rent_items .title,
.profitable_purchase_items .title {
    font-family: "MTSSansMedium", "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #202D3D;
	margin-bottom: 5px;
}

.profitable_rent_items .text,
.profitable_purchase_items .text {
	font-size: 14px;
	line-height: 22px;
	color: #9198A0;
}

.profitable_purchase {
	position: relative;
	display: block;
	float: right;
	width: calc(50% - 10px);
	padding: 39px 0px 0 57px;
}

.profitable_purchase_items {
	position: relative;
	display: block;
}

.profitable_purchase_items .item {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.rates {
	position: relative;
	display: block;
    background-color: #f2f3f7;	
}

.rates .container .container {
	padding-top: 90px;
	padding-bottom: 90px;
}

.rates h2 {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.3px;
	color: #202D3D;
	margin: 0 0 7px 0;
    font-family: "MTSSansBold", "Arial", sans-serif;
    text-align: center;
}

.rates .subhead {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #9198A0;	
}

.is-form-field.field-radio i {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    -o-transition: border .2s;
    transition: border .2s;
}

.pricing-card {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 111px;
    box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 2px 2px 8px rgba(110, 119, 130, 0.1);
	border-radius: 8px;
}

.pricing-card .is-form-field.field-radio i {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e5eb;
}

.is-form-field.field-radio input:checked+i {
    border-color: #959595;
}

.is-form-field.field-radio i:before {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #e30611;
    border-radius: 50%;
    opacity: 0;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.pricing-card .is-form-field.field-radio i:before {
    top: 3px;
    left: 3px;
}

.is-form-field.field-radio input:checked+i:before {
    opacity: 1;
}

.is-form-field.field-radio .radio-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e7782;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
}

.pricing-card .is-form-field.field-radio .radio-label {
    color: #202d3d;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.is-form-field label {
    position: relative;
    display: block;
    z-index: 10;
}

.is-form-field.field-radio label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}

.pricing-card .is-form-field.field-radio label {
    padding-left: 29px;
}

.is-form-field {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

.pricing-card .is-form-field {
    margin-bottom: 14px;
}

.pricing-card .rt-tile-select {
    padding: 0 27px 6px 27px;
}

.pricing-card .rt-tile-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 27px 32px 27px;
    box-sizing: border-box;
}

.is-price-module {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    height: 50px;
    margin: 0 20px 0 0;
}

.pricing-card .is-price-module {
    width: calc(100% - 150px);
    margin-right: 0;
}

.is-price-module:before, .is-price-module:after {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 10px;
}

.is-price-module:before {
    top: 0;
    background: -o-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
}

.is-price-module .pm-wrapper {
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    left: 0;
    width: 180px;
    height: 100px;
}

.is-price-module .pm-item {
    box-sizing: border-box;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 6px 0 0 0;
    color: #001424;
    font-size: 27px;
    line-height: 27px;
    white-space: nowrap;
}

.is-price-module .pm-item.pm-top {
    top: 0;
}

.pricing-card .rt-tile-price .pm-item {
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -0.3px;
	color: #001424;
}

.is-price-module .pm-item.pm-bottom {
    top: 50px;
}

.is-rub {
    font-family: 'rouble', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 0.98em;
    font-weight: normal;
}

.is-accordion {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.pricing-card .is-accordion {
    margin-bottom: 28px;
}

.is-accordion .ia-item {
    display: block;
}

.is-form-field.field-radio input {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: 0;
    left: 0;
}

.is-accordion .ia-title {
    position: relative;
    box-sizing: border-box;
    display: block;
}

.is-accordion .ia-title:after,
.pricing-card .rt-tile-price:before,
.is-accordion .ia-content:after {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	left: 20px;
	bottom: 0;
	background-color: #D8D8D8;
}

.pricing-card .rt-tile-price:before {
	top: 0;
	bottom: auto;
}

.pricing-card .is-accordion .ia-item.state-active .it-title-sub {
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.is-accordion .ia-title-target {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px 15px 17px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-card .is-accordion .ia-title-target {
    padding: 17px 27px 18px 26px;
}

.is-accordion .ia-title-link {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #001424;
    font-size: 21px;
    line-height: 28px;
    -o-transition: color .2s;
    transition: color .2s;
}

.pricing-card .is-accordion .ia-title-link {
    font-family: 'MTSSansMedium', 'Arial', sans-serif;
    color: #6e7782;
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 1;
}

.is-accordion .it-title-sub {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 50px;
    border-radius: 50%;
    background-color: #f2f3f7;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/accdown.svg);
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -o-transform .3s;
}

.pricing-card .is-accordion .it-title-sub {
    width: 8px;
    height: 16px;
    background: url(../img/icon_arrow-grey.svg) 0 0 no-repeat;
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.is-accordion .ia-content {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    will-change: height;
}

.pricing-card__header {
    height: 89px;
    background-color: #BBC1C7;
    padding: 14px 10px 14px 27px;
    box-sizing: border-box;
}

.pricing-card__header-major {
    display: block;
    font-family: 'MTSSansMedium', 'Arial', sans-serif;
    color: #000000;
    font-size: 27px;
    letter-spacing: -0.3px;
    line-height: 30px;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.pricing-slider .pricing-slide {
    height: auto;
    margin: 0 15px;
}

.pricing-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -o-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.pricing-slider .swiper-wrapper {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pricing-slider-wrapper {
    margin-top: 26px;
}

.is-accordion .ia-content-inner {
    box-sizing: border-box;
    display: block;
    width: 100%;
    opacity: 0;
    padding: 0 15px;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity;
}

.is-accordion .state-active .ia-content-inner {
    opacity: 1;
}

.pricing-card .is-accordion .ia-content-inner {
    padding: 0 10px 0 26px;
}

.is-accordion .ia-content-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.pricing-card .is-accordion .ia-content-inner:before {
    height: 12px;
}

.is-feature-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.is-feature-main__left {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.is-feature-main__right {
    max-width: 105px;
    font-family: 'MTSSansMedium', 'Arial', sans-serif;
    color: #e30613;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

.is-feature {
    padding: 10px 77px 10px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.is-feature:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 39px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.is-feature_yes:before {
    background-image: url(../img/icon_tick.svg);
    width: 12px;
    height: 9px;
    margin-top: -4.5px;
}

.is-feature:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 39px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.is-feature_no:before {
    background-image: url(../img/icon_cross.svg);
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
}

.is-accordion .ia-content-inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.pricing-card .is-accordion .ia-content-inner:after {
    height: 19px;
}

.slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e2e5eb;
    background-color: #ffffff;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.slick-arrow:hover {
    background-color: #f8f8f8;
}

.slick-prev {
    left: -66px;
}

.slick-next {
    right: -66px;
}

.slick-arrow:before {
    content: '';
    width: 8px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -4px;
    background: url(../img/icon_slider-arrow.svg) 0 0 no-repeat;
}

.slick-next:before {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.is-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 130px;
	height: 60px;
	margin-left: 26px;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
	font-size: 17px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 5px solid #B51D24;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(180deg, #E30613 0%, #F02F38 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.is-button span {
	position: relative;
	z-index: 1;
}

.is-button:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #F02F38 0%, #d22931 100%);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.is-button:hover:before {
	opacity: 1;
}

.is-button:hover {
	border-bottom-color: #a42127;
}

.rates .learn-more {
	position: relative;
	display: block;
	background: #E50519;
	border-radius: 8px;
	padding: 28px 32px 25px 42px;
	margin-top: 35px;
}

.rates .learn-more:after {
	content: '';
	display: table;
	clear: both;
}

.learn-more__text {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
    float: left;
    position: relative;
    display: block;
    width: calc(100% - 230px);
}

.learn-more__text span {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
}

.learn-more__btn {
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
	width: 200px;
	height: 52px;
    font-family: "MTSSansMedium", "Arial", sans-serif;	
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #000000;
	border-bottom: 4px solid #BBC1C7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.learn-more__btn span {
	position: relative;
	z-index: 1;
}

.learn-more__btn:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.learn-more__btn:hover:before {
	opacity: 1;
}

.learn-more__btn:hover {
	border-bottom-color: #acb2b8;
}

.services {
    position: relative;
    display: block;
    background-color: #f2f3f7;	
}

.services .container {
	padding-top: 45px;
	padding-bottom: 81px;
}

.services h2 {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.3px;
	color: #202D3D;
	margin: 0 0 22px 0;
    font-family: "MTSSansBold", "Arial", sans-serif;
    text-align: center;
}

.services-slider {
	position: relative;
	display: block;
}

.services-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.services-slider .item {
	position: relative;
	display: block;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 15px;
}

.services-slider .item .icon {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 186px;
	text-align: center;
}

.services-slider .item .icon img {	
	margin: 0 auto;
}

.services-slider .item .description {
	position: relative;
	display: block;
	padding: 23px 24px 30px 34px;
}

.services-slider .item .title {
    font-family: "MTSSansBold", "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #001424;
	margin-bottom: 8px;
}

.services-slider .item .text {
	font-size: 15px;
	line-height: 20px;
	color: #9198A0;	
	margin-bottom: 20px;
}

.services-slider .item .more-details {
	font-size: 15px;
	line-height: 20px;
	color: #E30613;
	cursor: pointer;
	text-decoration: none;	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-slider .item .more-details:hover {
	color: #B51D24;
}

.services-slider .item .description:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    top: 0;
    background-color: #D8D8D8;
}

.ul-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.ul-list li {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.ul-list li:before {
    content: '';
    position: absolute;
    display: block;
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e30611;
}

.questions {
	position: relative;
	display: block;
	background-color: #ffffff;
}

.questions .container {
	padding-top: 60px;
	padding-bottom: 57px;
}

.questions h2 {
	font-size: 39px;
	line-height: 44px;
	letter-spacing: -0.3px;
	color: #202D3D;
	margin: 0 0 15px 0;
    font-family: "MTSSansBold", "Arial", sans-serif;
    text-align: center;	
}

.questions_items {
	position: relative;
	display: block;
}

.questions_items .item {
	position: relative;
	display: block;
	border-top: 1px solid #E6E6E6;	
}

.questions_items .item .top {
	position: relative;
	display: block;
	height: 80px;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: #001424;
	padding: 0 80px 0 7px;
	cursor: pointer;
}

.questions_items .item .top:before {
	content: '';
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
    background: url(../img/icon_arrow-grey2.svg) no-repeat;
    background-size: 6px auto;
    background-position: center;
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	background-color: #F2F3F7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 50%;
	right: 20px;
	margin-top: -16px;
}

.questions_items .item._open .top:before {
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.questions_items .item .top:hover:before {
	background-color: #e6e6e6;
}

.questions_items .item .top span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 100%;
}

.questions_items .item:first-child {
	border-top: none;	
}

.questions_items .item:last-child {
	border-bottom: 1px solid #E6E6E6;	
}

.questions_items .item .content-slide {
	position: relative;
	display: none;
	font-size: 15px;
	line-height: 20px;
	color: #9198A0;	
	padding: 0 7px 15px 7px;
}

.questions_items .item .content-slide p {
	margin: 0 0 15px 0;
}

.footer {
	position: relative;
	display: block;
	background-color: #f2f3f7;
	font-size: 15px;
	line-height: 20px;
	color: #9198A0;	
}

.footer .container {
	padding-top: 24px;
	padding-bottom: 28px;
}

.footer .f_copyright {
	position: relative;
	display: block;
	width: 80%;
	float: left;
	text-align: left;
}

.footer .f_rating {
	position: relative;
	display: block;
	width: 20%;
	float: right;
	text-align: right;	
}

.map {
	position: relative;
	display: block;
	height: 480px;
	width: 100%;
	overflow: hidden;
}

.map .ymap {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map .container {
	padding-top: 74px;
}

.map_info {
	position: relative;
	display: block;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 8px 24px 14px 24px;
	width: 100%;
	max-width: 280px;
}

.map_info a {
    color: #0097fd;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.map_info a:hover {
    color: #e30611;
}

.map_info li span {
    color: #aaa;
    font-size: 14px;
    line-height: 14px;	
    position: relative;
    top: -3px;
}

.map_info .item {
	position: relative;
	display: block;
	padding-top: 24px;
	padding-bottom: 17px;
}

.map_info .item:after {	
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.map_info .item:last-child:after {
	display: none;
}

.map_info .item .title {
    font-family: "MTSSansMedium", "Arial", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #001424;	
	margin-bottom: 8px;
}

.map_info .item ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.map_info .item ul li {
	position: relative;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	color: #6E7782;	
}

.map_info .item ul li:last-child {
	margin-bottom: 0;
}

.slick-dots {
    margin-top: 25px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.slick-dots li.slick-active button, 
.slick-dots li.slick-active:hover button, 
.slick-dots li.slick-active button:hover {
	border-color: #E30613;
    background-color: #E30613;
}

.f_copyright br {
	display: none;
}

.wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}

/*---------------FORM----------------*/



.is-form-field.field-checkbox .checkbox-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e7782;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
}

.is-form-field.field-checkbox i {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    -o-transition: border .2s;
    transition: border .2s;
}

.is-form-field.field-checkbox input:checked+i {
    border-color: #959595;
}

.is-form-field.field-checkbox i:before {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 13px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/check.svg);
    background-size: 13px 9px;
    opacity: 0;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.is-form-field.field-checkbox input:checked+i:before {
    opacity: 1;
}

.is-form-field.field-checkbox input {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: 0;
    left: 0;
}

.popup-form .is-form-field.field-checkbox label {
    padding-left: 32px;
}
.is-form-field.field-checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    z-index: 10;
}

.is-form-field {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

.is-form-field.state-error.field-group:before {
    opacity: 1;
    visibility: visible;
}

.is-form-field.field-group:before {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: #ffdbd9;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.is-button-c {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
    padding: 18px 20px 20px 20px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    border-radius: 8px;
    background: #e30611;
    -o-transition: background .2s;
    transition: background .2s;
    text-decoration: none;
}

.popup-form .str-form input:-webkit-autofill,
.popup-form .str-form input:-webkit-autofill:focus,
.is-form-field.field-text input:-webkit-autofill,
.is-form-field.field-text input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #ffffff; 
    -webkit-text-fill-color: #333333;
}

.popup-form .str-form input:hover:-webkit-autofill,
.popup-form .str-form input:hover:-webkit-autofill:focus,
.is-form-field.field-text input:hover:-webkit-autofill,
.is-form-field.field-text input:hover:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #ffffff; 
    -webkit-text-fill-color: #333333; 
}

.is-form-field.field-text input, .is-form-field.field-text textarea {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 10px;
    outline: none;
    font-family: 'Arial', sans-serif;
    color: #001424;
    font-size: 16px;
    line-height: 44px;
    font-weight: normal;
    border: 2px solid #ddd;
    border-radius: 4px;
    -o-transition: border .2s;
    transition: border .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
}

.is-form-field.field-text input:focus, .is-form-field.field-text textarea:focus {
    border-color: #959595;
}

.is-form-field .ff-label {
    position: relative;
    display: block;
    z-index: 10;
    margin: 0 0 7px 0;
    color: #6e7782;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
}

.is-form-field .ff-label em {
    font-style: normal;
    font-weight: bold;
    color: #e30611;
}

.is-form-field {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

.is-columns .col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.is-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.is-form-field.state-error.field-text input, .is-form-field.state-error.field-text textarea {
    border-color: #e30611 !important;
}

.is-form-field .ff-error-parent {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-align: left;
    padding: 0 4px;
    font-family: 'Tahoma', 'Arial', sans-serif;
    color: #f0544f;
    font-size: 12px;
    line-height: 20px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity .2s, visibility .2s, height .2s;
    transition: opacity .2s, visibility .2s, height .2s;
}

.is-form-field.state-error .ff-error-parent {
    height: 22px;
    opacity: 1;
    visibility: visible;
}

.is-columns .col+.col {
    margin-left: 30px;
}

.is-button-c:hover {
    background: #bb061a;
}

.wrap-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 301;
  overflow: auto;
  z-index: 301;
}

.popup-form {
  position: absolute;
  display: block;
  width: 680px;
  height: auto;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -340px;
  padding: 36px 35px 37px 35px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.popup-form .form {
  display: none;
}

.popup-form .icon-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 16px;
  right: 15px;
  text-align: center;
}

.popup-form .icon-close svg {
  width: 22px;
  height: 22px;  
  position: relative;
  top: 8px;
}

.popup-form .icon-close svg .st0 {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
} 

.popup-form .icon-close:hover svg .st0 {
  fill: #e80321!important;
}

.popup-form .title {
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  text-align: left;
  margin-bottom: 28px;
  font-weight: 400;
}

.popup-form .question {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.popup-form .question .number {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  height: 30px;
  width: 30px;
  background-color: #e80321;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}

.popup-form .question .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

.popup-form .items {
  position: relative;
  display: block;
  width: auto;
  margin-left: -5px;
  margin-right: -6px;
}

.popup-form .items:after,
.popup-form .str_band:after {
  content: '';
  display: table;
  clear: both;
}

.popup-form .items .item {
  position: relative;
  display: block;
  width: 33.33%;
  float: left;
  padding: 5px 6px 6px 5px;
  box-sizing: border-box;
}

.popup-form .items .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 78px;
  border: 2px solid #959595;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #333333;
  font-weight: 500;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 18px 0 70px;
}

.popup-form .items .item a:hover,
.popup-form .items .item a._active {
  border-color: #e80321;
  background-color: #e80321;
}

.popup-form .items .item .icon {
  position: absolute;
  top: 19px;
  left: 18px;
}

.popup-form .items .item a .icon svg .cls-1 {
  fill: #e80321;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}

.popup-form .items .item a:hover .icon svg .cls-1,
.popup-form .items .item a._active .icon svg .cls-1 {
  fill: #ffffff !important;
}

.popup-form .items .item .text {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  height: 74px;
  font-weight: 500;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}

.popup-form .items .item a:hover .text,
.popup-form .items .item a._active .text {
  color: #ffffff;
}

.popup-form .str_band {
  position: relative;
  display: block;
  margin: 14px 0 27px 0;
}

.popup-form .str_band .text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  margin-right: 16px;
  top: 18px;
  position: relative;
}

.popup-form .str_band .band {
  width: 300px;
  height: 6px;
  background-color: #e2e5eb;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  top: 23px;
}

.popup-form .str_band .band:after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e80321;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.popup-form .str_band .band.band_2:after {
  width: 200px;
}

.popup-form .str_band .band.band_3:after {
  width: 300px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.popup-form .block-band {
  position: relative;
  display: block;
  float: left;
}

.popup-form .is-button-c {
  width: 154px;
  padding-top: 17px;
  padding-bottom: 19px;
  float: right;
  cursor: pointer;
  min-width: none;
}

.popup-form .other-form {
  text-align: center;
}

.popup-form .other-form br {
  display: none;
}

.popup-form .other-form a {
	display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #0095f9;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.popup-form .other-form a:hover {
  color: #e80321;
}

.popup-form .form-input {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 20px;
}

.popup-form .form-input .input,
.popup-form .str-form input {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 2px solid #959595;
  color: #333333;
  font-size: 16px;
  padding: 5px 18px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

.popup-form .str-form input {  
  border-color: #dddddd;
}

.popup-form .items .item a.btn_other._open .icon svg .cls-1 {
  opacity: 0;
}

.popup-form .items .item a.btn_store {
  padding-left: 28px;
}

.popup-form .is-form-field.field-checkbox label a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  color: rgba(232, 3, 33, 1);
  cursor: pointer;
}

.popup-form .is-form-field.field-checkbox label a:hover {
  border-bottom-color: rgba(232, 3, 33, 0.75);
}

.popup-form .str-checkbox label {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: 3px;
  padding-top: 2px;
  color: #333333;
}

.popup-form .str-form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #6e7781;
  margin-bottom: 5px;
  letter-spacing: 0px;
  position: relative;
  display: block;
}

.popup-form .str-form label span {
  color: #e30611;
}

.popup-form .block-form {
  margin-top: 13px;
}

.popup-form .str-form {
  margin-bottom: 15px;
}

.popup-form .is-form-field.field-checkbox {
  padding-top: 1px;
  margin-bottom: 26px;
}

.popup-form .is-form-field.field-checkbox label {
  padding-left: 32px;
}

.popup-form #form_3 .str_band {
  margin-bottom: 10px;
}

.is-order-form .order-step {
    position: relative;
    display: none
}

.is-order-form .order-step.state-initial {
    display: block
}

.is-order-form .order-step-success {
    display: block;
    position: relative;
    text-align: center
}

.is-order-form .order-step-success .os-header {
    margin: 0 0 20px 0;
    color: #001424;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal
}

.is-order-form .order-step-success .os-message {
    margin: 0 0 20px 0;
    color: #001424;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal
}

.is-columns.str_form {
	display: block;
}

#popup-call .popup-form,
#popup-thanks .popup-form {
	width: 460px;
	margin-left: -230px;
}

#popup-call .popup-form .is-button-c,
#popup-thanks .popup-form .is-button-c {
	float: left;
}

.is-order-form .order-step {
    position: relative;
    display: none;
}

.is-order-form .order-step-success {
    display: block;
    position: relative;
    text-align: center;
}

.is-order-form .order-step-success .os-header {
    margin: 0 0 20px 0;
    color: #001424;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.is-order-form .order-step-success .os-message {
    margin: 0 0 20px 0;
    color: #001424;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}

.popup-form .text {
    margin: -6px 0 30px 0;
    font-size: 18px;
    line-height: 26px;
}

.main .logo-partner {
	cursor: pointer;
	text-decoration: none;
}

.js_slider_rent,
.js_purchase_rent {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.js_slider_rent .slick-dots {
    margin-top: 15px;
    margin-bottom: -5px;
}

.js_purchase_rent .slick-dots {
    margin-top: 10px;
}

.js_slider_rent .slick-dots li button {
    background-color: #e9e9e9;
    border: 1px solid #ffffff;
}

.js_slider_rent .slick-dots li.slick-active button, 
.js_slider_rent .slick-dots li.slick-active:hover button, 
.js_slider_rent .slick-dots li.slick-active button:hover {
    border-color: #E30613;
    background-color: #E30613;
}

/*--------NEW--------*/

.pricing-card .rt-tile-select p {
	font-weight: bold;
	margin-top: 0;
}

.pricing-card .rt-tile-select ul > li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #001424;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}

.pricing-card .rt-tile-select ul > li:before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e30611;
}

.pricing-card .rt-tile-select ul > li:before {
    width: 6px;
    height: 6px;
    top: 12px;
}

.pricing-card .rt-tile-select p+p {
    margin-top: -15px;
}

.pricing-card .rt-tile-select ul {
	padding-left: 0;
    margin-bottom: 16px;
}

.pricing-card .rt-tile.rt-tile-mark {
	padding: 5px 21px 14px 21px;
}

.pricing-card .rt-tile-select {
    padding: 27px 27px 6px 27px;
}

.pricing-slider .pricing-slide {
    height: auto;
}

.info-action {
	background: url(../img/stock_label.png); 
	width: 140px; 
	height:100px; 
	background-size:100% 100%; 
	float: right; 
	padding-top: -20px; 
}

/*---------------------*/

@media screen and (max-width: 745px) {
	.is-columns {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}

	.is-columns .col {
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    width: 100%;
	    margin: 0 !important;
	}

	.popup-form .is-form-field.field-checkbox .checkbox-label {
	    font-size: 14px;
	    line-height: 19px;
    	display: block;
	}

  .popup-form .icon-close {
    top: 0px;
    right: 0px;
  }

  .popup-form .icon-close svg {
    width: 18px;
    height: 18px;  
    top: 13px;
    right: 3px;
  }

  .popup-form {
    width: 94%;
    margin-left: auto;
    top: auto;
    margin-top: 3%;
    margin-bottom: 20%;
    left: 3%;
    padding: 27px 20px 25px 20px;
  }

  .popup-form .title {    
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 18px;
  }

  .popup-form .question {
    padding-left: 40px;
    margin-bottom: 18px;
  }

  .popup-form .block-band {
    float: none;
    margin-bottom: 20px;
  }

  .popup-form .question .text {
    font-size: 14px;
    line-height: 18px;
    top: auto;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding-top: 0;
  }

  .popup-form .question .number {
    position: absolute;
    left: 0;
  }

  .popup-form .str_band .text {
    top: 0;
    margin-bottom: 10px;
  }

  .popup-form .str_band {
    margin-top: -2px;
  }

  .popup-form .str_band .band {
    display: block;
    width: 100%;
    top: 0px;
  }

  .popup-form .str_band .band:after {
    width: 33.33%;
  }

  .popup-form .str_band .band.band_2:after {
    width: 66.66%;
  }

  .popup-form .str_band .band.band_3:after {
    width: 100%;
  }

  .popup-form .other-form br {
    display: inline;
  }

  .popup-form .items .item {
    width: 50%;
  }

  .popup-form .items .item a {
    padding-left: 52px;
  }

  .popup-form .items .item .icon {
    transform: scale(0.8);
    margin-left: -10px;
  }

  .popup-form .items .item .text {
    font-size: 13px;
  }

  .popup-form .items .item a.btn_store {
    padding-left: 16px;
    padding-right: 10px;
  }

  .popup-form .items {
    margin-top: -5px;
    margin-bottom: 18px;
  }

  .popup-form .form-input {
    padding-top: 0;
    top: -4px;
  }

  .popup-form .str-form input {
    font-size: 14px;
  }

  .popup-form .str-checkbox label {
    top: 1px;
  }

  .popup-form .is-form-field.field-checkbox {
    margin-bottom: 22px;
  }

	#popup-call .popup-form,
	#popup-thanks .popup-form {
		width: 94%;
		margin-left: 0;
	}

	.profitable_rent_items.rent_all_items,
	.profitable_purchase_items.purchase_all_items {
		display: none;
	}

	.js_slider_rent,
	.js_purchase_rent {
		opacity: 1;
		visibility: visible;
		display: block;
	}

	.header .btn {
		opacity: 0;
		visibility: hidden;
	}

	.header._fixed .btn {
		opacity: 1;
		visibility: visible;
	}

	.popup-form .items .item a {
		height: 68px;
	}

	.popup-form .items .item .text {
		height: 64px;
	}

	.popup-form .items .item .icon {
		margin-top: -5px;
	}
}

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

  .popup-form .items .item .icon {
    transform: scale(0.7);
    margin-left: -15px;
  }

  .popup-form .items .item a {
    padding-left: 45px;
    height: 62px;
  }

  .popup-form .items .item .text {
    font-size: 12px;
    line-height: 15px;
    height: 56px;
  }

  .popup-form .items .item .icon {
  	margin-top: -10px;
  }

  .popup-form .title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 16px;
  }
}