@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900&amp;subset=cyrillic,cyrillic-ext');
/* Fonts */
@font-face {
	font-family: 'GothamProMedium';
	src: url('../fonts/Gotham-Cyrillic/GothamPro-Medium.woff') format('woff'),
	url('../fonts/Gotham-Cyrillic/GothamPro-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'GothamProBold';
	src: url('../fonts/Gotham-Cyrillic/GothamPro-Bold.eot');
	src: url('../fonts/Gotham-Cyrillic/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gotham-Cyrillic/GothamPro-Bold.woff') format('woff'),
	url('../fonts/Gotham-Cyrillic/GothamPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamProBlack';
	src: url('../fonts/Gotham-Cyrillic/GothamPro-Black.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'GilroyExtraBold';
	src: url('../fonts/Gilroy-ExtraBold.eot');
	src: local('../fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
	url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
	url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.eot');
	src: local('../fonts/Gilroy Light'), local('Gilroy-Light'),
	url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Light.woff') format('woff'),
	url('../fonts/Gilroy-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	order: 1;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	width: 100%;
}

/* ======== */
.header {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}

@media (min-width: 320px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
  .header {
		padding-bottom: 80px;
	}
}
@media (min-width: 1140px) {
	.header {
		width: 1060px;
		padding-bottom: 100px;
	}
}

.header__content {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}

@media (min-width: 320px) {
	.header__content {
		flex-direction: column;
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.header__content {
		flex-direction: row;
	}
}
.text_upstyle {
	text-transform: uppercase;
}

.text_accent {
	color: #e51d25;
	display: block;
}

.video__wrap {
	width: 100%;
	height: 170px;
	text-align: center;
}

.video__wrap img {
	width: 280px;
	height: 150px;
}

  @media (min-width: 768px) {
	.video__wrap {
		width: auto;
		height: 200px;
	}
	.video__wrap img {
		width: 330px;
    height: 200px;
	}
}

@media (min-width: 1024px) {
	.video__wrap {
		width: 540px;
		height: 338px;
		border-radius: 4px;
	}
	.video__wrap img {
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1140px) {
	.video__wrap {
		width: 566px;
	}
}

.quiz__wrap {
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
	.quiz__wrap {
		width: 360px;
	}
}
@media (min-width: 1024px) {
	.quiz__wrap {
		width: auto;
	}
}
.quiz__text {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-family: 'GothamProBold';
  font-size: 20px;
  font-weight: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

@media (min-width: 576px) {
	.quiz__text {
		width: 450px;
	}
}

@media (min-width: 768px) {
	.quiz__text {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.quiz__text {
    width: 390px;
    font-size: 20px;
	}
}

.button_size_xl {
	width: 100%;
	height: 85px;
	border-radius: 8px;
	background-color: #ffc83f;
	box-shadow: 0px 15px 60px 0 rgba(252, 189, 31, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
	.button_size_xl {
    width: 350px;
	}
}

@media (min-width: 1024px) {
	.button_size_xl {
    width: 394px;
    height: 105px;
	}
}

.button_size_xl:hover {
	background-color: #fcbd1f;
}

.button_open-character {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 36px;
	border-radius: 4px;
	background-color: #e51d25;
	margin: 25px auto 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}

@media (min-width: 1140px) {
	.button_open-character {
		display: none;
	}
}
@media (min-width: 1040px) {
	.profile:hover .button_open-character {
		display: flex;
	}
}
/* ======== */
section.catalog {
	background-color: #eef2f4;
	padding-top: 20px;
}

.section__wrap {
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 auto;
}

@media (min-width: 320px) {
	.section__wrap {
	}
}
@media (min-width: 576px) {
	.section__wrap {
	}
}
@media (min-width: 768px) {
	.section__wrap {
	}
}
@media (min-width: 1024px) {
	.section__wrap {
		width: 1024px;
		padding: 0 0 40px 0;
	}
}
@media (min-width: 1140px) {
	.section__wrap {
		width: 1140px;
	}
}

.catalog_title {
	padding: 0 20px;
}

.catalog_title_h1 {
	font-family: 'GothamProBlack';
	font-size: 48px;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	padding-top: 35px;
}

@media (min-width: 320px) {
	.catalog_title_h1 {
    font-size: 24px;
    padding-top: 15px;
	}
}

@media (min-width: 768px) {
	.catalog_title_h1 {
    font-size: 36px;
    padding-top: 25px;
	}
}

@media (min-width: 1024px) {
	.catalog_title_h1 {
    font-size: 42px;
    padding-top: 35px;
	}
}

@media (min-width: 1140px) {
	.catalog_title_h1 {
    font-size: 48px;
		padding-top: 35px;
	}
}

.catalog_title_h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	margin-top: 35px;
	color: #62687f;
	width: 100%;
}

@media (min-width: 320px) {
	.catalog_title_h2 {
		margin-top: 25px;
	}
}
@media (min-width: 576px) {
	.catalog_title_h2 {
		padding: 0 40px;
	}
}
@media (min-width: 768px) {
	.catalog_title_h2 {
		padding: 0px;
	}
}

.catalog_main {
	width: 100%;
	display: flex;
	margin-top: 30px;
	align-items:  stretch;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.catalog_main {
		margin-top: 55px;
		flex-direction: row;
	}
}

.catalog_main_right{
	width: 100%;
	margin: 20px 0 -20px 0;
}

@media (min-width: 1024px) {
	.catalog_main_right{
		width: 51%;
		margin: 0 0 -20px 0;
	}
}

.catalog_main_left{
	width: 100%;
	order:2;
	margin-top: 50px;
}
@media (min-width: 1024px) { 
	.catalog_main_left{
		border-right: 1px solid #aeaeae;
		width: 49%;
		order:0;
	}
}

.catalog_main_left_items{
	position: relative;
	display:  flex;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.catalog_main_left_items{
		align-items: flex-start;
	}
}

@media (min-width: 1024px) {
	.catalog_main_left_items{
		flex-direction: row;
		align-items: stretch;
		padding: 0;
	}
}

.catalog_item_bk{
	width: 280px;
	height: 300px;
	background-color: #aeaeae;
	position:  relative;
	transition:transform  500ms;
	transform: translateX(0%);
}

@media (min-width: 1024px) {
	.catalog_item_bk{
		width: 280px;
		height: 474px;
		background-color: #aeaeae;
		position:  relative;
		transition:transform  500ms;
		transform: translateX(0%);
	}
}
.catalog_item_bk.animate{
	transform: translateX(-110%);
	transition:transform 500ms;
}
.catalog_item_bk.red{
	background-color: #e8e7ea;
}

.catalog_item_img{
	position: absolute;
	width: 90%;
	height: auto;
	z-index: 2;
	margin: 100px auto;
}

@media (min-width: 576px) {
	.catalog_item_img{
		margin: 50px auto;
	}
}

@media (min-width: 768px) {
	.catalog_item_img{
		margin: 50px 0 0 50px;
	}
}

@media (min-width: 1024px) {
	.catalog_item_img{
		width: 445px;
		height: 200px;
		position: absolute;
		z-index: 2;
		top: 50%;
		left:  40px;
		margin: 0;
	}
}

@media (min-width: 1140px) {
	.catalog_item_img{
		width: 482px;
	}
}

.catalog_item_img img{
	width: 100%;
	max-height: 205px;
}
.catalog_item_text_name{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
	/* margin-top: -1px; */
}

.catalog_item_text_name span{
	font-family: 'GothamProBlack';
	font-size: 36px;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333;
	display:  block;
}
.catalog_item_text_cover{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
	margin-top: 13px;
}
.catalog_item_text_cover span{
	font-family: 'GothamProMedium';
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	display:  block;
}
.catalog_item_text_color{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
	margin-top: 19px;
	display: none;
}

.catalog_item_text_color div{
	font-family: 'GothamProMedium';
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
.catalog_item_text_color div span{
	font-size: 15px;
	color: #62687f;
	display:  block;
}

.catalog_item_text{
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	order: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.catalog_item_text{
		margin-left: 20px;
		margin-top: 0;
		width: auto;
	}
}

@media (min-width: 1140px) {
	.catalog_item_text{
		margin-left: 40px;
	}
}
.catalog_item_text_thick {
	width: 180px;
	position: relative;
	bottom: 0;
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #62687f;
	display: none;
}
@media (min-width: 1024px) {
	.catalog_item_text_thick {
		position: absolute;
		margin-top: 0;
	}
}
.catalog_item_text_thick span {
	display: block;
	font-family: 'GothamProMedium';
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
}

.catalog_step{
	margin: 0 20px 8px 20px;
}

@media (min-width: 768px) {
	.catalog_step{
		width: 40%;
    float: left;
  }
  .catalog_step:last-child{
		width: auto;
    float: left;
	}
}

@media (min-width: 1024px) {
	.catalog_step{
    width: 100%;
    float: none;
		margin-left: 40px;
		margin-right: 0;
	}
}

.catalog_step_n{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
	position: relative;
}
.catalog_step_n span{
	position: relative;
	z-index: 2;
	background: #eef2f4;
	padding-right: 17px;
}
.catalog_step_n:after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #aeaeae;
	top: 50%;
	z-index: 1;
	height: 1px;
}

.catalog_step_name {
	font-family: 'GothamProMedium';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-right: 0;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.catalog_step_name {
		font-size: 17px;
		margin-right: 30px;
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.catalog_step_name {
		margin-bottom: 0;
	}
}

.catalog_step_name2{
	margin: 0;
	order: -1;
	text-align: center;
}

@media (min-width: 1024px) {
	.catalog_step_name2{
		margin-top: 12px;
		text-align: left;
	}
}
.catalog_step_cover_name{
	font-family: 'GothamProMedium';
	font-size: 15px;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 21px;
	margin-bottom: 20px;
	color: #62687f;
}
@media (min-width: 1024px) {
	.catalog_step_cover_name{
		flex-direction: row;
		align-items: center;
		margin-top: 21px;
		margin-bottom: 20px;
		color: #62687f;
	}
}
.catalog_step_cover_name .icon-info{
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: url("/images/info.svg") no-repeat;
	border-radius: 100%;
	cursor: pointer;
	margin-left: 8px;
	background-color: #fcbd1f;
	background-size: 30px 35px;
	background-position: 9px -6px;
}

.catalog_step_cover_name .icon-info:hover {
	background-color: #e51d25;
	background-position: -15px -6px;
}

.catalog_step_cover_name .alert{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #e51d25;
	margin-top: 5px;
}

@media (min-width: 1024px) {
	.catalog_step_cover_name .alert{
		margin-top: 0;
		margin-left: 30px;
	}
}
.catalog_step_cover_circles{
	display: flex;
	flex-wrap: wrap;
	margin: -20px -15px;
}

@media (min-width: 1024px) {
	.catalog_step_cover_circles{
		margin: -20px -10px;
	}
}
.catalog_step_cover_circle{
	width: 53px;
	height: 53px;
	border-radius: 100%;
	margin: 20px 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: center;
	border: solid 2px #ffffff;
	position: relative;
	display:  flex;
	justify-content: center;
	align-items:  center;
}
.catalog_step_cover_circle.active{
	border: solid 2px #fcbd1f !important;
}
.catalog_step_cover_circle.active:after{
	width: 25px;
	height: 18px;
	/*position: absolute;*/
	content: "";
	background: url("/images/check.svg") no-repeat;
}
.catalog_step_cover_circle.border{
	border: 1px solid;
}
.catalog_step_cover_circle.border.active:after{
	background: url("/images/check_black.svg") no-repeat;
}
.catalog_step_cover_circle.disable{
	opacity: 0.15;
	filter: grayscale(50%);
	order: 1;
}
.catalog_step_cover.enable{
	order: -1;
}
.catalog_step_cover.enable .catalog_step_cover_name .alert, .alert.dis{
	display: none;
}

.price-line {
	display: flex;
	align-items: center;
	flex-direction: column;
	bottom: 20px;
	width: 100%;
	/* opacity: 0; */
	transition: opacity 350ms;
	z-index:  5;
	align-items: stretch;
	margin: 41px 0px 0 17px;
}

.price-line.phone_opened.price-line_res320 {
	display: flex;
	margin: 20px 0 0 0;
	order:3;
  align-items: center;
  z-index: 1;
}

.catalog_main_left .price-line.phone_opened {
	display: none;
}

@media (min-width: 768px) {
  .price-line.phone_opened.price-line_res320 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
	.price-line.phone_opened.price-line_res320 {
		display: none;
	}
	.catalog_main_left .price-line.phone_opened {
		display: flex;
	}
}

.no_price{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #e51d25;
	width: 100%;
	margin-top: 33px;
	opacity: 0;
	transition: 450ms;
	pointer-events: none;
}

.catalog_main_left_scroll .no_price {
	display: none;
}

.no_price.no_price_res320 {
	display: block;
	order:3;
	padding: 0 40px;
}

@media (min-width: 1024px) {
	.no_price.no_price_res320 {
		display: none;
	}
	.catalog_main_left_scroll .no_price {
		display: block;
	}
}
.disable .no_price{
	opacity: 1;
	transition: 450ms;
}

@media (min-width: 576px) {

}

@media (min-width: 1024px) {
	.price-line {
		display: flex;
		flex-direction: row;
		align-items: center;
		bottom: 20px;
		transition: opacity 350ms;
		z-index:  5;
		align-items: stretch;
		margin: 19px 0px 0 17px;
	}
}

.price-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 215px;
	background-color: #fcea1f;
	box-shadow: 0px 10px 20px 0 rgba(252, 234, 31, 0.5);
	border-radius: 10px 0px 0px 10px;
}

@media (min-width: 320px) {
	.price-info {
		flex-direction: row;
		width: auto;
		height: 58px;
		border: none;
		border-radius: 4px;
		margin: 0 0 10px 0;
	}
}

@media (min-width: 1024px) {
	.price-info {
		flex-direction: column;
		width: 190px;
    height: 100px;
    border-radius: 10px 0 0 10px;
	}
}

@media (min-width: 1140px) {
	.price-info {
		width: 215px;
	}
}

.price-line.phone_opened.price-line_res320 .price-info {
	width: 280px;
	height: 88px;
	border-radius: 10px;
	flex-direction: column;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
  .price-line.phone_opened.price-line_res320 .price-info {
    margin-bottom: 0;
    border-radius: 10px 0 0 10px;
  }
}

@media (min-width: 1024px) {
  .price-line.phone_opened.price-line_res320 .price-info {
    margin-bottom: 20px;
  }
}

.price-val {
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

@media (min-width: 320px) {
	.price-val, .info-cost {
		padding: 0 13px;
	}
}
@media (min-width: 320px) {
	.price-val {
		font-size: 48px;
	}
}
@media (min-width: 1024px) {
	.price-val {
		font-size: 30px;
	}
}
@media (min-width: 1024px) {
	.price-val {
		font-size: 48px;
	}
}
.price-currency {
	font-size: 24px;
}

.info-cost {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #333;
	line-height: 1;
}

@media (min-width: 320px) {
	.info-cost {
		width: min-content;
		border-left: 1px solid #afa214;
		text-align: left;
	}
}

@media (min-width: 320px) {
	.info-cost {
		width: auto;
		border-left: 0px solid #afa214;
	}
}

.calculate-cost {
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.button-wrap {
	width: 273px;
	height: 100px;
	background-color: #e51d25;
	box-shadow: 0px 10px 20px 0 rgba(229, 29, 37, 0.5);
	border-radius: 0 10px 10px 0;
	display:  block;
	font-family: 'Gilroy', sans-serif;
	padding: 30px 0;
	font-size: 18px;
	font-weight: 800;
	position:  relative;
	overflow:  hidden;
	text-align: left;
	padding-left: 20px;
}

.price-line.phone_opened.price-line_res320 .button-wrap {
	text-align: center;
	border-radius: 10px;
}

@media (min-width: 320px) {
	.button-wrap {
		width: 280px;
		height: 67px;
		padding: 0 10px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
}

@media (min-width: 768px) {
  .price-line.phone_opened.price-line_res320 .button-wrap {
    height: 88px;
    border-radius: 0 10px 10px 0;
    text-align: left;
  }
}

@media (min-width: 1024px) {
	.button-wrap {
		width: 273px;
		height: 100px;
		display:  block;
		border-radius: 0 10px 10px 0;
		font-family: 'Gilroy', sans-serif;
		padding: 30px 0;
		font-size: 18px;
		font-weight: 800;
		position:  relative;
		overflow:  hidden;
		padding-left: 20px;
	}
}

.disable .button-wrap{
	background-color: #c6cad8 !important;
	box-shadow: 0px 15px 40px 0 rgba(198, 202, 216, 0.8);
	color: #62687f;
}
.disable .ink.animate{
	opacity: 0;
}
.catalog_step_content{
	margin:  17px 0px;
	display:  flex;
	flex-direction:  column;
}
/* change default style for select2 */
.select2-dropdown.select-roof {
	border: 1px solid #c6cad8;
	z-index: 4;
}
.select2-selection.select2-selection--single {
	outline: none;
}
.select2-container--open .select2-selection__arrow{
	transform: rotate(180deg);
}


.rotate {
	transform: rotate(180deg);
}
.catalog_main_left_scroll{
	position: sticky;
	top: 120px;
}
.select-roof .select2-container--default .select2-selection--single {
	width: 150px;
	height: 55px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	border: solid 1px #c6cad8;
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #62687f;
}
.select2-selection .select2-selection--single {
	outline: none;
}
.select-roof .select2-results__options {
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #62687f;
	max-height: 100% !important;
}
.select-roof .select2-results__option {
	padding: 13px 20px;
	border-bottom: 1px solid #c6cad8;
}
.select-roof .select2-results__option:last-child {
	border-bottom: none;
}
.select2-container--default .select-roof .select2-results__option--highlighted[aria-selected] {
	background-color: #fcbd1f;
	color: #333;
}
.select2-container--default .select-roof .select2-results__option[aria-selected=true]:hover {
	background-color: #fcbd1f;
}
.select2-container--default .select-roof .select2-results__option[aria-selected=true] {
	background-color: transparent;
}

.select-roof .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 20px;
}
.select-roof .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	top: 40%;
	right: 20px;
	width: auto;
}

.select-roof .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: flex !important;
	width: 9px !important;
	height: 14px !important;
	background: url('../images/arrow-select-input.svg') no-repeat !important;
	background-size: 21px 14px !important;
	transform: rotate(90deg) !important;
	background-position: -6px 0px !important;

	border: none !important;
	left: 0 !important;
	margin-left :0 !important;
	margin-top: 0 !important;
	position: relative !important;
	top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select-roof {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 320px) {
}

@media (min-width: 1024px) {
	.select-roof {
		flex-direction: row;
	}
}

.select2-container--default .select2-results__option[aria-disabled=true]{
	display: none;
}
.ink.animate {
	-webkit-animation: ripple 0.65s linear;
	animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}

.ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

footer {
	display: block;
	background-color: #504f4f;
	width: 100%;
}

.footer__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	justify-content: space-between;
}

@media (min-width: 320px) {
	.footer__wrap {
	}
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .footer__wrap {
      flex-wrap: wrap;
      flex-direction: row;
      padding: 50px 10px;
	}
}

@media (min-width: 1024px) {
	.footer__wrap {
    flex-direction: row;
    flex-wrap: nowrap;
		width: 1024px;
		padding: 80px 20px;
	}
}

@media (min-width: 1140px) {
	.footer__wrap {
		width: 1140px;
		padding: 80px 10px;
	}
}

.footer__logo {
	width: 201px;
	height: 56px;
	order: 0;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .footer__logo {
    width: 201px;
  }
}

.vertical-decor-line {
	display: none;
}

@media (min-width: 1024px) {
	.vertical-decor-line {
		display: block;
		width: 1px;
		height: 36px;
		background-color: #fff;
		margin: 0 20px;
		order: 1;
	}
}

@media (min-width: 1140px) {
	.vertical-decor-line {
    margin: 0 30px;
	}
}

.button-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: solid 2px #ffffff;
	border-radius: 4px;
	width: 214px;
	height: 42px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	order: 3;
}

@media (min-width: 320px) {
	.button-1 {
		margin: 0 auto;
	}
}
@media (min-width: 576px) {
	.button-1 {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.button-1 {
    order: 4;
    width: 45%;
	}
}

@media (min-width: 1024px) {
	.button-1 {
    width: 214px;
	}
}

.button-order-1:hover {
	background-color: #fff;
	color: #504f4f
}

.footer__phone {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin: 20px 0;
	order: 2;
}

@media (min-width: 768px) {
  .footer__phone {
    margin-top: 0;
    margin-bottom: 15px;
    order: 3;
    width: 45%;
	}
}

@media (min-width: 1024px) {
	.footer__phone {
		margin: 0 15px 0 0;
    width: auto;
    order: 4;
	}
}

@media (min-width: 1140px) {
	.footer__phone {
		margin: 0 30px 0 0;
	}
}

.footer__phone .phone {
	font-family: 'Gilroy', sans-serif;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;

}

@media (min-width: 320px) {
	.footer__phone .phone {
	}
}

@media (min-width: 1024px) {
	.footer__phone .phone {
		font-size: 24px;
	}
}

@media (min-width: 1140px) {
	.footer__phone .phone {
		font-size: 30px;
	}
}

.footer__copy-text {
	width: 100%;
	padding: 20px 20px 0 20px;
	order: 4;
	text-align: center;
}

@media (min-width: 320px) {
	.footer__copy-text {

	}
}

@media (min-width: 576px) {
	.footer__copy-text {
		padding: 20px 0 0 0;
	}
}

@media (min-width: 768px) {
  .footer__copy-text {
		width: 45%;
		order: 4;
	}
}

@media (min-width: 1024px) {
	.footer__copy-text {
		padding: 0;
		width: 260px;
    margin-right: 0px;
    text-align: left;
	}
}

@media (min-width: 1140px) {
	.footer__copy-text {
		margin-right: 80px;
	}
}

.copyright {
	display: flex;
	flex-direction: column;
}

@media (min-width: 320px) {
	.copyright {
		order: 1;
	}
}

@media (min-width: 576px) {
	.copyright {
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.copyright {
		order: 0;
	}
}

@media (min-width: 1024px) {

}

@media (min-width: 1140px) {
}

.footer__contacts {
	display: flex;
	flex-direction: column;
}

@media (min-width: 320px) {
	.footer__contacts {
		order: 0;
	}
}

@media (min-width: 576px) {
	.footer__contacts {
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.footer__contacts {
		flex-direction: row;
		align-items: center;
		order: 1;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {

}

@media (min-width: 1140px) {
}

/* === */
.profiles-type {
	width: 1140px;
	margin: 0px auto;
	position: relative;
	min-height: 933px;
/*	overflow-y: hidden;
	overflow-x: visible; */
	width:  100%;
	/* padding: 31px 0; */
	/* padding-bottom: 45px; */
	/* background-color: #eef2f4; */
}

.profiles-list {
	display: flex;
	flex-direction: column;
	margin: 30px auto;
	width: 100%;
}

@media (min-width: 1140px) {
	.profiles-list {
		flex-wrap: wrap;
		flex-direction: row;
		margin: 40px auto;
		width: 1063px;
	}
}

.profiles-list p{
	display: none;
}

.profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #aeaeae;
}

@media (min-width: 1024px) {
	.profile {
		height: 346px;
		border-bottom: 1px solid #aeaeae;
		border-right: 1px solid #aeaeae;
	}
}
.profile:hover {
	background-color: transparent;
	outline: 1px solid #ffc83f;
	border-color: transparent;
	z-index: 2;
}
@media (min-width: 1024px) {
	.profile:hover {
		background-color: #ffc83f;
	}
}

.profile:nth-of-type(4n), .profile:last-of-type {
	border-right: 0 solid #aeaeae;
}

.profile:nth-of-type(5), .profile:nth-of-type(6), .profile:nth-of-type(7), .profile:nth-of-type(8) {
	border-bottom: 1 solid #aeaeae;
}

.profile:last-child {
	border-bottom: 0 solid #aeaeae;
}

@media (min-width: 1024px) {
	.profile:nth-of-type(5), .profile:nth-of-type(6), .profile:nth-of-type(7), .profile:nth-of-type(8) {
		border-bottom: 0 solid #aeaeae;
	}
}
.type-switch {
	display: flex;
	overflow: hidden;
	align-items: center;
}

@media (min-width: 1024px) {
	.type-switch {
		justify-content: center;
		align-items: flex-start;
	}
}

.profiles-type-main{
	width: 100%;
	margin:  0 auto;
}

@media (min-width: 1140px) {
	.profiles-type-main{
		/*position: absolute;*/
		width: 1140px;
		margin:  0 auto;
		padding-bottom: 50px;
	}
}

.profiles-type-slider{
	width: 100%;
	height: 100%;
	/*min-height: 843px;*/
	position: absolute;
	z-index: -1;
	background-color: #eef2f4;
	opacity: 0;
	top: 0;
	left:  0;
	transform: translateY(110%);
	transition:  450ms;
}
.profiles-type-slider.active{
	transform: translateY(0%);
	opacity: 1;
	z-index: 2;
}
.slick-list {
	min-height: 843px;
}

.decor-bull {
	display: none;
}

@media (min-width: 1024px) {
	.decor-bull {
		display: block;
		margin: 5px 20px;
		width: 8px;
		height: 8px;
		background-color: #ffc83f;
		border-radius: 100%;
	}
}

.switch-item {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	margin: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-family: 'GothamProBlack';
	font-size: 16px;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #333;
}

.switch-item.last {
	width: 210px;
}

.switch-item__wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
@media (min-width: 1024px) {
	.switch-item__wrap {
		width: auto;
	}
}

@media (min-width: 768px) {
	.switch-item {
		margin: 0;
	}
	.switch-item.last {
		width: auto;
	}
}

.switch-item:hover {
	color: #e51d25;
}
.switch-item_active {
	color: #e51d25;
}
.switch-item_active::after {
	content: '';
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 2px;
	background-color: #e51d25;
}

.type__btn_prev, .type__btn_next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: #fcbd1f;
	cursor: pointer;
	z-index: 2;
}

@media (min-width:1024px) {
	.type__btn_prev, .type__btn_next {
		display: none;
	}
}

.type__btn_prev {
	left: 0;
}

.type__btn_next {
	right: 0;
}

.type__btn_prev .arrow1 {
	transform: rotate(180deg)
}
.profile-img {
	display: block;
	width: 225px;
	height: 89px;
	/*background-color: #aeaeae;*/
}
.profile .text {
	display: flex;
	line-height: 1;
	justify-content: center;
	color: #62687f;
	margin-top: 20px;
}

.profile .type {
	display: flex;
	font-family: 'GothamProBlack';
	font-size: 27px;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	justify-content: center;
	color: #333;
	margin-top: 5px;
}
/* === */
/* ==== Contacts ==== */
.contacts {
	padding: 40px 0 0 0;
	position: relative;
}

.section__header {
	width: 100%;
	font-family: 'GothamProBlack';
	font-size: 18px;
	padding: 0 10px 20px 10px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.section__header {
		font-size: 22px;
	}
}

.contacts .section__header, .header .section__header {
	padding: 0;
	text-align: center;
}

@media (min-width: 320px) {
	.contacts .section__header {
		font-family: 'GothamProBlack';
    font-size: 24px;
    font-weight: normal;
	}
	.header .section__header {
		font-family: 'GothamProBlack';
		padding: 20px 20px 0;
		font-size: 26px;
		font-weight: normal;
	}
	.profiles-type .section__header {
		font-family: 'GothamProBlack';
		font-weight: normal;
		text-align: center;
    font-size: 24px;
    padding: 0 0 25px 0;
	}
}

@media (min-width: 576px) {
	.contacts .section__header {
	}
}

@media (min-width: 768px) {
	.section__header {
		width: 720px;
		font-size: 48px;
		padding: 0 0 70px 0;
		margin: 0 auto;
	}

	.contacts .section__header {
		padding: 0 0 40px 0;
  }
  
  .header .section__header {
		    padding: 60px 0 30px;
	}
}

@media (min-width: 768px) {
	.contacts .section__header, .header .section__header, .profiles-type .section__header {
    font-size: 36px;
	}
}

@media (min-width: 1024px) {
	.contacts .section__header, .header .section__header, .profiles-type .section__header {
    font-size: 42px;
	}
}

@media (min-width: 1140px) {
	.contacts .section__header {
	}
	.header .section__header {
    width: 850px;
    padding: 70px 0 35px 0;
    font-size: 48px;
	}
	.profiles-type .section__header {
    width: auto;
    font-size: 48px;
		text-align: center;
		line-height: 1;
		padding: 0 0 40px 0;
	}
}

.section__content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 20px;
    position: relative;
}
@media (min-width: 320px) {
	.section__content {
		flex-direction: column;
	}
}
@media (min-width: 1024px) {
	.section__content {
		flex-direction: row;
	}
}

.contacts .section__wrap {
	width: 1140px;
	margin: 0 auto;
	flex-direction: column;
}

@media (min-width: 320px) {
	.contacts .section__wrap {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.contacts .section__wrap {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.contacts .section__wrap {
		width: 100%;
	}
}

@media (min-width: 1140px) {
	.contacts .section__wrap {
		width: 1140px;
	}
}

.section__desc {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #62687f;
	padding: 0 5% 40px 5%;
	width: 55.8%;
	display: block;
	margin: auto;
}
@media (min-width: 320px) {
	.section__desc {
		width: 100%;
		font-size: 15px;
		padding: 20px;
	}
}
@media (min-width: 768px) {
	.section__desc {
		font-size: 18px;
		padding: 0 80px 30px 80px;
	}
}
@media (min-width: 1024px) {
	.section__desc {
		width: 85%;
		padding: 0 5% 40px 5%;
	}
}

@media (min-width: 1140px) {
	.section__desc {
		width: 1080px;
	}
	.header .section__desc {
		width: 750px;
	}
}

.section__switches {
	display: flex;
	align-items: center;
	margin: 0 0 38px 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #62687f;
}
@media (min-width: 320px) {
	.section__switches {
		margin: 0 0 20px 0;
	}
}

@media (min-width: 768px) {
	.section__switches {
		margin: 0 0 38px 0;
	}
}

.section__left {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
	margin-right: 50px;
	flex-grow: 0;
}
@media (min-width: 320px) {
	.section__left {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.section__left {
		margin-right: 50px;
	}
}

.section__right {
	position: relative;
	overflow: hidden;
	flex-grow: 1;
}
@media (min-width: 320px) {
	.section__right {
		margin-top: 30px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.section__right {
		margin-top: 40px;
	}
}
@media (min-width: 1024px) {
	.section__right {
		margin: 0;
		width: auto;
	}
}
.contacts-list {
	border-left: 1px solid #62687f;
}
@media (min-width: 320px) {
	.contacts-list {
		border-left: 0px solid #62687f;
	}
}

@media (min-width: 1024px) {
	.contacts-list {
		border-left: 1px solid #62687f;
	}
}

.contacts-list .list__item {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 40px 40px;
	border-bottom: 1px solid #62687f;
}

@media (min-width: 320px) {
	.contacts-list .list__item {
		flex-direction: column;
		padding: 20px 0;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.contacts-list .list__item {
		flex-direction: row;
		padding: 30px 0;
		padding-left: 10px;
	}
}

@media (min-width: 1024px) {
	.contacts-list .list__item {
		padding: 40px 0 40px 40px;
	}
}
@media (min-width: 1140px) {
	.contacts-list .list__item {
		padding-right: 20px;
	}
}
.contacts-list .list__item:last-child {
	border-bottom: 0px;
	padding-bottom: 0;
}
.contacts-list .list__item:first-child {
	padding-top: 0;
}
.office-info {
	display: flex;
	flex-direction: column;
}
.city-name {
	font-family: 'GothamProBlack';
	font-size: 24px;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}
.contacts__phone {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	margin: 15px 0;
}

.contacts__phone span {
	display: block;
	font-family: 'GothamProBlack';
	font-size: 30px;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e51d25;
}

.contacts__phone span.txtsmall {
	font-size: 18px;
	display: inline-flex;
}

.contacts__logo{
	display: block;
	height: 65px;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.contacts__logo{
	}
}
.icon-list {
	display: flex;
	width: 25px;
	height: 20px;
	margin: 0 12px 0 20px;
	background: url('../images/icon_contact.svg') no-repeat;
	background-size: 94px 65px;
	background-position: 1px -42px;
}

.icon-label {
	display: flex;
	flex-shrink: 0;
	width: 22px;
	height: 30px;
	margin: 0 12px 0 10px;
	background: url('../images/icon_contact.svg') no-repeat;
	background-size: 117px 72px;
	background-position: -49px 0px;
}

.switche-link.active .icon-list {
	background-position: -36px -42px;
}

.switche-link.active .icon-label {
	background-position: -95px 0px;
}
.switche-link:last-child {
	margin-right: 0;
}
.icon-label_black {
	background-position: -4px 0px;
	margin: 0;
}

.icon-wrap {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fcbd1f;
	display: flex;
	align-items: center;
	justify-content: center;
}
.switche-link {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
	text-decoration: none;
	margin-right: 10px;
}
.switche-link.active {
	color: #e51d25;
	text-decoration: underline;
	font-weight: normal;
}
.office-type {
	display: block;
	font-family: 'GothamProBlack';
	font-size: 18px;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #e51d25;
}
.office-type span{
	position: absolute;
	margin-left: -10px;
}
.schedule{
	margin-top: 17px;
}
.schedule table{
	margin-top: 10px;
}
.adress {
	font-family: 'GothamProBlack';
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
}
@media (min-width: 320px) {
	.adress {
    padding: 3px 0 0;
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	.adress {
		font-size: 24px;
	}
}
.shedule__title {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #62687f;
}

.w-day {
	padding-right: 20px;
}

@media (min-width: 320px) {
	.w-day {
		width: 150px;
	}
}
@media (min-width: 576px) {
	.w-day {
		width: auto;
	}
}
@media (min-width: 768px) {
	.w-day {
		width: auto;
	}
}

.w-day, .work-time {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin: 0;
}
.work-time {
	font-weight: 500;
	text-align: left;
}

.show-in-map__wrap {
	display: flex;
	align-items: center;
	cursor: pointer;
}

@media (min-width: 320px) {
	.show-in-map__wrap {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.show-in-map__wrap {
		margin: 0;
	}
}
.show-in-map {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	padding-left: 12px;
}
.separate {
	width: 1100px;
	margin: 0 auto;
	height: 1px;
	background-color: #fcbd1f;
}

@media (min-width: 320px) {
	.contacts .button-order {
		margin: 0;
		display: flex;
		height: 42px;
		width: 100%;
		border-radius: 4px;
	}
}

@media (min-width: 576px) {
	.contacts .button-order {
		width: 214px;
	}
}

@media (min-width: 320px) {
	.button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fcbd1f;
	}
}

.button_type_link {
	text-decoration: none;
}

.button__text--weight {
	font-weight: bold;
}
.button__text {
	text-align: center;
	color: #333;
	text-transform: uppercase;
}

.button:hover {
	background: #ffc83f;
}

.text_accent_weight {
	display: block;
	font-family: 'Gilroy', sans-serif;
	font-weight: 800;
	line-height: normal;
}

.map_close{
	position: absolute;
	z-index: 9;
	top: 60px;
	right: 9px;
	padding: 5px;
	background: #FFF;
	border-radius: 2px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	cursor: pointer;
}

.map{
	position: absolute;
	top: 0;
	left: -1px;
	transform: translateX(-120%);
	transition: all 450ms ease-out;
	width: 100%;
	height: 100%;
}

.map.active{
	z-index: 2;
	transform: translateX(0);
	transition: all 450ms ease-out;
}

.red_ban {
	width: 100%;
	height: auto;
	background-color: #e30613;
	position:  relative;
}

.rassrochka_btn {
  width: 280px;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	height: 65px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0 rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
	margin: 30px auto 0 auto;
}

@media (min-width: 320px) {
	.red_ban img{
		display: none;
	}
	.red_ban img.mobile{
		display: block;
		padding-top: 25px;
		margin: 0 auto;
	}
	.red_ban_moar_text{
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.rassrochka_btn{
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.red_ban_moar_text{
		padding: 00px;
	}
	.red_ban img.mobile{
		display: none;
	}
	.red_ban {
		height: auto;
		background-image: none;
	}
}

.red_ban img {
	display: none;
}

@media (min-width: 1024px) {
	.red_ban img {
		margin: 0 auto;
		display: block;
	}
}

@media (min-width: 1024px) and (max-width: 1140px) {
	.red_ban img {
		width: 98%;
	}
}

.slide_num{
	font-family: 'GothamProBlack';
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #62687f;
}
.slide_num span{
	color: #c6cad8;
}
.slide_img{
	/* width: 470px; */
	height: 187px;
	/*background: #9d9d9b;*/
	margin: 60px 0 0 0;
}
.slide_img img{
	width: 100%;
}
.slide_oneday{
	width: 77px;
	height: 16px;
	width: 130px;
	height: 80px;
	position:  absolute;
	margin-top: -65px;
	z-index:  9;
}
.slide_cheme{
	/* width: 470px; */
	/*height: 112px;*/
	/*background: #9d9d9b;*/
	margin: 60px 0 0 0;
}
.slide_params_title{
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #e51d25;
	margin: 40px 0 15px 0;
}
.slide_params table{
	border-collapse: collapse;
	font-weight: 800;
	color: #333333;
	width: 100%;

}
.slide_params td{
	width: 50%;
	border: solid 1px #8d96b2;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	padding: 9px;
}
.slide_name{
	font-family: 'GothamProBlack';
	font-size: 48px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-bottom: 28px;
}
.slide_name span{
	font-family: 'GothamProBlack';
	font-size: 24px;
	font-weight: normal;
	display: block;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #e51d25;
	margin-bottom: 5px;
}

.slide_descr {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #62687f;
}

@media (min-width: 1024px) {
	.slide_descr {
		padding: 0;
	}
}

.slide_descr span{
	font-weight: 500;
	color: #333333;
}
.slide_using_title{
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #e51d25;
	margin: 33px 0 15px 0;
}
.slide_using_iteam{
	font-family: 'Gilroy', sans-serif;
	font-size: 17px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.76;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}

.profiles-slide-left,.profiles-slide-right{
	width: 100%;
	float: none;
	height: calc(100vh - 97px);
}

@media (min-width: 1024px) {
	.profiles-slide-left,.profiles-slide-right{
		width: 500px;
		float: left;
		height: calc(100vh - 97px);
	}
}

.profiles-slide-left{
	margin-right: 60px;
}

.slide_body {
	margin: 30px auto;
	width: 100%;
}

@media (min-width: 1140px) {

	.slide_body{
		margin: 60px auto;
		width: 1060px;
	}
}

.slide_btn{
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	border-radius: 8px;
	background-color: #fcbd1f;
	box-shadow: 0px 10px 20px 0 rgba(252, 189, 31, 0.5);
	padding: 15px 25px;
	width: 325px;
	height: 56px;
	margin-top: 27px;
	cursor: pointer;
}
.slick-arrow{
	background-color: #fcbd1f;
	position: absolute;
	/*width: 80px;*/
	top: 49%;
	cursor: pointer;
	z-index: 5;

}
.slick-arrow.slider__nav-wrap.prev{
	left: 0;
	transform: rotate(180deg);
}
.slick-arrow.slider__nav-wrap.next{
	right: 0;
}
.slick-arrow img{
	margin: 30px;
}
.slick-list{
	opacity: 0.99999;
}

@media (min-width: 1024px) {
	.rassrochka_btn{
		font-size: 20px;
		width: 408px;
		height: 56px;
		position: absolute;
		left: 50%;
		top: 205px;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1140px) {
	.rassrochka_btn{
		top: 250px;
	}
}

@media (min-width: 1025px) and (max-width: 1140px) {
	.rassrochka_btn{
		top: 235px;
	}
}

.red_ban_moar_text {
	display: none;
	width:  100%;
	margin: 30px 0 0 0;
	color: #8e0008;
	text-align: left;
}

@media (min-width: 1024px) {
	.red_ban_moar_text {
		width: 100%;
    margin: 30px 0;
	}
}
@media (min-width: 1024px) and (max-width: 1140px) {
	.red_ban_moar_text {
		padding: 0 30px;
	}
}
@media (min-width: 1140px) {
	.red_ban_moar_text {
		width: 1140px;
	}
}

.red_ban_moar{
	text-transform:  uppercase;
	width: 100%;
	background: #e30613;
	text-align: center;
	display:  flex;
	justify-content: center;
	bottom:  0;
	margin-top: 7px;
	align-content: center;
	flex-direction: column;
	align-items:  center;
}

.red_ban_moar_btn{
	font-family: 'Gilroy', sans-serif;
	font-size: 13px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #8e0008;
	background: #e30613;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ab000a;
	cursor: pointer;
	height: 40px;
	padding: 10px 0px;
	position: relative;
	margin: 20px 0 0;
}

@media (min-width: 1024px) {
	.red_ban_moar_btn{
		width: 1140px;
		margin: 0;
	}
}

.red_ban_moar_btn span{
	position: relative;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.red_ban_moar_btn span{
		position: absolute;
		left: 44%;
	}
}
.text_pre_send--accent {
	display: block;
	margin: 0 auto;
	width: 750px;
	text-align: center;
	width: fit-content;
	font-family: 'Gilroy';
	font-size: 24px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #e51d25;
}

/* =========== */
.slider-pagin-wrap.active {
	display: flex;
}
.slider-pagin-wrap {
	display: none;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 3;
}
.bul-custom-wrap {
	display: flex;
	align-items: center;
	height: 46px;
	z-index: 2;
	width: auto;
	margin: 0;
}
.bul-wrap {
	width: 112px;
}
.bul-dot-wrap {
	display: flex;
	width: auto;
	height: 44px;
	align-items: center;
	position: relative;
}
.bul-dot-parent{
	border: 2px solid  rgba(0, 0, 0, 0);
	border-radius: 100%;
	transition: all 550ms;
}
.bul-dot_active .bul-dot-parent{
	border: 2px solid #8d96b2;
	transition: all 350ms;
}
/* ================== */
.bul-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #8d96b2;
	cursor: pointer;
	margin: 5px 5px;
	flex-shrink: 0;
	border: 3px solid #eef2f4;
	box-sizing: content-box;
	z-index: 1;
}

@media (min-width: 768px) {
	.bul-dot {
		width: 12px;
		height: 12px;
		z-index: 3;
		border: 7px solid #eef2f4;
		z-index: 1;
	}
}
.bul-line {
	width: 63px;
	height: 1px;
	background: #c6cad8;
	position: absolute;
	left: 24px;
}

@media (min-width: 768px) {
	.bul-line {
		width: 80px;
		height: 1px;
		left: 34px;
		z-index: 0;
	}
}

/* The size of the main text of the button at 320 */
@media (min-width: 320px) {
	.g-text-btn_xs {
		font-size: 18px;
		padding: 5px 0 0;
	}
}

@media (min-width: 1024px) {
	.g-text-btn_xs {
		font-size: 22px;
	}
}

/* The size of the descriptive text of the button at 320 */
@media (min-width: 320px) {
	.d-text-btn_xs {
		font-size: 13px !important;
	}
}

.buttonUp {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	position: fixed;
	right: 4%;
	bottom: 4%;
	width: 64px;
	height: 50px;
	border-radius: 4px;
	background-color: #ffc83f;
	padding: 0;
	z-index: 3;
	color: #333;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.icon {
	display: block;
	background: url(../images/arrow-black.svg) no-repeat !important;
	background-size: 269px 424px;
	cursor: pointer;
	float: left;
}
.icon-arrow-blue {
	position: relative;
	background-size: 110px 177px;
	background-position: -69px -23px;
	width: 10px;
	height: 16px;
	transform: rotate(-90deg);
	margin-bottom: 0px;
	z-index: 4;
}