
.section-mission{
	position: relative;
	margin-bottom: 50px;
}
.section-mission .background-mission{
	width: 100%
}
.section-mission .wrap-text-mission{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 1fr);

}
.section-mission .text-mission{
	background: #fff;
	border-radius: 5px;
	grid-column-start: 8;
    grid-column-end: 12;
    grid-row-start: 2;
    grid-row-end: 12;
	padding: 30px;
}
.section-mission .text-mission h2{
	margin-bottom: 20px;
}
.section-mission .text-mission p{
	margin-bottom: 10px;
}
.section-mission .text-mission .label-red::before{
	content: "";
	display: block;
	width: 40px;
	height: 15px;
	border-radius: 10px;
	background: linear-gradient(90deg, #EB3349 0%, #FF5E4C 100%);
	transform: translate(-50px, 20px);
}
.section-history{
	margin-top: 50px;

}
.history-store{
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 20px;
}
.history-store img{
	width: 100%;
}
.history-store .history-store__date{
	font-size: 40px;
    margin-bottom: 25px;
	font-weight: 500;
	line-height: 40px;
}
.history-store .history-store__name{
	font-size: 25px;
    margin-top: 15px;
}
.history-store .history-store__desc{
    margin-top: 15px;
}


.popup-in a{
	width: 100%;
	height: 100%;
}

.containerr .wrapper-top {
	position: relative;
}

.wrap-video-section {
	overflow: hidden;
	position: relative;
}

.video-section {
	position: relative;	
	overflow: hidden;
}

.back-black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 21, 21, .7);
}

.video-section .about_us_map__video {
	display: block;
	position: absolute;
	left: calc(50% - 1350px/2);
	top: calc(-50px);
	height: 710px;
	width: 1292px;
}


.video_button {
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 120px/2);
	left: calc(50% - 85px/2);
}

.wrapper-top {
	margin-top: -60px;
}

.our-store-two-img {
	position: relative;
}
.our-store-one-img {
	position: relative;
}

.our-store-three-img {
	position: relative;
}

.our-store-two-img:hover .our-store-two-img-description {
	display: flex;

	justify-content: end;
	align-items: flex-end;
}

.our-store-one-img:hover .our-store-two-img-description {
	display: flex;

	justify-content: end;
	align-items: flex-end;
}

.our-store-three-img:hover .our-store-two-img-description {
	display: flex;

	justify-content: end;
	align-items: flex-end;

}
@keyframes fade-link {
	0%{
		transform: translateX(-500px);
	}
	100%{
		transform: translateX(0px);
	}
}
/* .our-store-one-img:hover a, .our-store-two-img:hover a, .our-store-three-img:hover a{
	
	animation: 0.2s ease-in fade-link;

} */

.our-store-two-img-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

	transition: 0.2s;

	background-color: rgba(0, 0, 0, .4);
}

.our-store-two-img-description a{
	/* margin-top: auto;
	margin-left: 26px;
	margin-bottom: 16px;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;

	color: #ffffff;
	opacity: 1; */
	
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
	padding-left: 20px;
	font-size: 18px;

}


.video_button:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/bitrix/templates/nw_template/css/../images/play_button.svg);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.video_button:hover {
	opacity: 1;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.overlay-video-slider {

}

.video_button:hover .overlay-video-slider {
	background: none;
	transition: .2s;
}

.is_phone .video_button {
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 100px/2);
	left: calc(50% - 110px/2);

	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 100%;
	transition: .2s;
	z-index: 10;

	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	opacity: 0.8;
	cursor: pointer;
}

.modal-video-container {
	display: none;
}

.modal-video-container.open-modal {
	display: block;
}

.overlay_popup {
  display:none;
  position:fixed;
  z-index: 999;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:#000;
  opacity:0.5;
}

.overlay_popup-transparent {
	display:none;
  position:fixed;
  z-index: 9999;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background: #000;
  opacity: 0;
}

.popup {
  display: none;
	position: fixed;
	z-index: 1000;
	left: calc(10%);
	top: calc(25%);
	width: 80%;
}

.popup-in {
	display: none;
	position: absolute;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	padding-top: 16px;
	padding-bottom: 36px;
	padding-left: 8px;
/* 	padding-right: 36px; */
}

/* Ещё немного стилей для popup окна */

.object{
	position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* padding: 5px 5px; */
}

.close {
position: absolute;
right: 5%;
top: 7%;
width: 32px;
height: 32px;
opacity: 0.6;
z-index: 99999999;
}
.close:hover {
opacity: 1;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 3px;
background-color: #333;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}

.about_us_map__video source{
	border: 20px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.our-team-slider-desktop {
	display: block;
}

.our-team-slider-mobile {
	display: none;
}

	.our-store-slider-mobile {
		display: none;
	}

/* html {
	width: 100vw;
} */

.left-image-slider-descrition {
/* 	margin: auto 0; */
}


.containerr {
	max-width: 1232px;
	min-width: 1232px;
 /*    padding-right: 16px;
    padding-left: 16px; */
    margin-right: auto;
    margin-left: auto;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: calc(50% - 500px);
    top: calc(15%);
    width: 1000px;
}

.text-block {
	/* height: 100px; */
}

.text-button {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	padding: 0px;

	color: #FF5E4C;
	border: none;
	background: none;

	cursor: pointer;
}

.text-button:hover {
	color: #ff0000;
}

.text-block-container {
	/* height: 104px; */
	overflow: hidden;
	transition-property: height;
  	transition-duration: 1s;
}

.open-text {

}

.text-block-container.open-text {
	height: auto;
	transition-property: height;
  	transition-duration: 1s;
}

.text-button.active {

}

.wrap-section__title.title-text {
	text-align: left;
}

.text-block-container {
	/* width: 56%; */
	width: 100%;
}

/* .our-store-one-img,
.our-store-two-img,
.our-store-three-img {
	width: 33.33333333333333333333333%;
} */

.our-store-one-img,
.our-store-two-img,
.our-store-three-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s ease;
}

.our-store-one-img_item {
	width: 100%;
	height: 100%;
}

.our-store-wrap-item-slider-description {
	box-sizing: border-box !important;

	/* height: 1200px; */
	background: #f1f1f1;
    border-radius: 0px;
    overflow: hidden;
    /* max-width: 1264px; */

	
}

.our-store-image-slider-descrition {
	margin: auto;
	/* display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center; */
}

.our-team-one-img {
	width: 33%;
}

.our-team-two-img {
	width: 33%;
}

.our-team-three-img {
	width: 33%;
}

.our-team-image-slider-descrition {
	width: 100%;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.our-team-bot-right-img {
	width: 50%;
	height: 50%;
}

.our-team-bot-right-img{
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.our-team-bot-left-img{
	width: 50%;
	height: 50%;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.wrap-section__title {
	margin-bottom: 32px;
	text-align: center;

	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;

	color: #404040;
}

.wrap-section {
	margin: 70px 0;
}

.about_us_map__video {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	object-fit: fill;
}

.in_video-container {
	position: absolute;
	width: 99%;
	height: 99%;
	background: #404040;
	top: 0;
	left: 0;
	border: 5px solid black;
}

.about_us_map {
	width: 100%;
	border: none;
	overflow: hidden;
	margin: 0px -10px;
	background-color: #fff;
	object-fit: fill;
}


#about_us_map {
	/* height: 720px; */
}

.slider-description{
	position: relative;
}

.wrap-video-section, .wrap-slider-description{
	margin: 70px 0;
}
.wrap-video-section .video-section{
	height: 636px;
	max-width: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-video-section .video-section .wrap-video-section-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background-image: url(/upload/sale/pic_1.jpg);
	background-origin: content-box;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/* background-size: cover; */
	/* background: #000;
	opacity: 0.2; */
}
.wrap-video-section .video-section .wrap-video-section-description{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap-video-section .video-section .wrap-video-section-description h1{
	margin-bottom: 30px;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
}
.wrap-video-section .video-section .wrap-video-section-description p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}	
.wrap-video-section .video-section .wrap-video-section-description .btn-md{
	padding: 14px 33px;
}
.wrap-item-slider-description{

	height: 400px;
    background: #f1f1f1;
    border-radius: 0px;
    overflow: hidden;
    /* max-width: 1256px; */
		min-width: 1248px;
}
.our-team-wrap-item-slider-description {
	box-sizing: border-box !important;

	/* padding: 34px; */
	/* height: 1200px; */
	background: #f1f1f1;
/*     border-radius: 10px; */
    /* overflow: hidden; */
    /* max-width: 1256px; */
	min-width: 1248px;
}
.item-slider-description{
	display: flex!important;
	height: 100%;
}
.left-image-slider-descrition,
.right-text-slider-description{
	width: 50%;
}
.left-image-slider-descrition{
	overflow: hidden;
	border-radius: 0px;
}
.left-image-slider-descrition img{
	width: 100%;
	height: 100%;
}



.right-text-slider-description{
	padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .right-text-slider-description > div{
	margin-left: 20px;
	margin-right: 40px;
} 
.right-text-slider-description  > div p{
	margin-top: 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}
.right-text-top-description h2, 
.right-text-top-description p,
.right-text-bottom-description h2, 
.right-text-bottom-description p{
	font-weight: 500;
}

.right-text-bottom-description h2{
	margin-top: 20px;
}



.wrap-slider-description .slick-prev, .section-history .slick-prev {
    left: 20px;
}

.wrap-slider-description .slick-next, .section-history .slick-next {
    right: 20px;
}
.section-history .slick-prev {
    left: 20px;
}

.section-history .slick-next {
    right: 20px;
}

.wrap-slider-description .slick-arrow, .section-history .slick-arrow, .parthners .slick-arrow {
	display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    border-radius: 100%;
    transition: .2s;
    background-color: #FFFFFF;
    position: relative;
    z-index: 20;
	cursor: pointer;
 	opacity: 0.8;

    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 48px/2);
}

.slick-arrow:hover{
	opacity: 1;
  background-color: #fff;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.wrap-slider-description .slick-arrow::before, .section-history .slick-arrow::before, .parthners .slick-arrow::before {
	content: '';
    border: 2px solid #404040;
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px/2);
    left: calc(50% - 10px/2);

	transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    left: auto;
    right: calc(50% - 10px/2 + 2px);
}

.wrap-slider-description .slick-prev::before, .section-history .slick-prev::before, .parthners .slick-prev::before {
    transform: rotate(-45deg);
    border-right: none;
    border-bottom: none;
	border-left: 2px solid #404040;
    left: calc(50% - 14px/2 + 2px);
}
.parthners .slick-next{
	right: 20px;
}

.item-slider-description {

}

.slick-track {
	overflow: hidden;
}

/* .wrap-item-slider-description.slick-slide.slick-current.slick-active {
	max-width: 1056px;
} */

.wrap-item-slider-description, 
.our-team-wrap-item-slider-description,
.our-team-slide-item,
.our-store-slide-item {
	max-width: 1248px;
	/* min-width: 1056px; */
}

.our-store-wrap-item-slider-description {
	width: 100%;
	height: 280px;
}


.our-team-top-img {
	width: 100%;
	height: 50%;
	padding: 0px;
	/* padding-right: 33px; */
}

.our-store-slide-item {
	background-color: #fff;
}

.parthners__item img{
	display: block;
	margin: auto;
}

.section-parthners{
	margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1248px) {
	.section-mission .text-mission{
		grid-column-start: 4;
	}
	.our-store-wrap-item-slider-description {
		height: 160px;
	}

	.containerr.wrapper-top {
		max-width: 100%;
	}

	.wrap-video-section .video-section .wrap-video-section-img {
		background-size: cover;
	}

	.text-block-container {
		/* width: 70%; */
		width: 100%;
	}
	
	.wrap-slider-description .slick-arrow {

    width: 42px;
    height: 42px;
    top: calc(50% - 42px/2);
}

	.is_phone .video_button {
    width: 60px;
    height: 60px;
		top: calc(50% - 90px/2) !important;
    left: calc(50% - 48px/2) !important;
	}

	.containerr {
		max-width: 768px;
    min-width: 768px;
	}

	.popup {
    left: calc(50% - 300px);
    top: calc(15%);
    width: 600px;
	}

	.wrap-video-section .video-section .wrap-video-section-description h1 {
		font-size: 38px;
	}

	.wrap-item-slider-description {
		max-width: 768px;
	}

	.wrap-item-slider-description {
		height: 300px;
	}


	
	.left-image-slider-descrition {
		display: none;
	}

	.right-text-slider-description {
		width: 100%;
	}

	.item-slider-description {
		max-width: 768px;
	}

}

.our-team-top-img img {
	padding: 36px 36px 8px 36px;
}

/* .our-team-bot-left-img img {
	padding: 8px 8px 36px 36px;
} */

/* .our-team-bot-right-img{
	padding: 8px 36px 36px 8px;
}
 */

.our-team-bot-left-img-wrapper {
	padding-top: 16px;
	padding-bottom: 36px;
	padding-left: 36px;
	padding-right: 8px;

	width: 100%;
	height: 100%;
}

.our-team-bot-right-img-wrapper {
	position: relative;

	padding-top: 16px;
	padding-bottom: 36px;
	padding-left: 8px;
/* 	padding-right: 36px; */

	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.section-mission .wrap-text-mission{
		position: relative;
		grid-template-rows: auto;
		grid-template-columns: auto;
	}
	.wrap-video-section .video-section .wrap-video-section-img {
		background-size: cover;
	}

	.wrap-video-section .video-section {
		height: 360px;
	}

	.containerr {
		max-width: 520px;
    min-width: 520px;
	}

	.containerr.wrapper-top {
		max-width: 100%;
	}

	.text-block-container {
		width: 100%;
	}

	.wrap-slider-description .slick-arrow {
		width: 40px;
		height: 40px;
		top: calc(50% - 40px/2);
	}

	.our-store-bot-right-img {
		width: 100%;
		height: 100%;

		padding: 	0px;
	}

	.our-store-bot-right-img img {
		width: 100%;
		height: 100%;

		padding: 	10px;
	}

	.our-team-bot-top-img-wrapper {
		overflow: hidden;
	}

	.our-team-top-img img {
		height: 100%;
		width: 200%;
		overflow: hidden;
    padding: 0px;
		margin: -24px 0px 0px 0px;
	}

	.popup-in {
		padding: 0px;
		/* padding-right: 42px; */
	}

	

	.our-team-bot-left-img-wrapper {
		padding: 0px;
		overflow: hidden;
	}

	.popup {
    left: calc(0px);
    top: calc(0px);
    width: 100%;
	}

	.wrap-video-section .video-section .wrap-video-section-description h1 {
		font-size: 38px;
		text-align: center;
		line-height: 40px;
	}

	.left-image-slider-descrition {
		display: none;
	}

	.our-team-slider-desktop {
		display: none;
	}

	.our-team-slider-mobile {
		display: block;
	}

	.our-store-slider-desktop {
		display: none;
	}

	.our-store-slider-mobile {
		display: block;
	}
	
	.our-team-bot-right-img {
    padding: 10px;
		width: 100%;
		height: 100%;
	}

	.our-team-bot-left-img {
    padding: 10px;
		height: 100%;
    /* padding-right: 42px; */
	}

	.our-team-bot-right-img-wrapper {
		padding: 0px;
		/* padding-right: 42px; */
	}


	.is_phone .video_button {
    width: 60px;
    height: 60px;
		top: calc(50% - 70px/2);
    left: calc(50% - 70px/2);
	}

	.our-team-top-img {
		height: 100%;
		padding: 10px;
    /* padding-right: 42px; */
	}

	.our-team-wrap-item-slider-description {
		height: 100%;
	}

	.wrap-section {
		margin: 0px 0px;
	}

	.wrap-slider-description {
		margin: 40px 0px;
	}

	.wrap-section__title {
		margin-bottom: 15px;
	}

	.our-team-wrap-item-slider-description {
		max-width: 520px;
		min-width: 520px;
	}

	.our-team-slide-item {
		max-width: 520px;
		min-width: 520px;
	}

	.our-store-wrap-item-slider-description {
		max-width: 520px;
		min-width: 520px;
	}

	.our-store-slide-item {
		max-width: 520px;
		min-width: 520px;
	}

	.our-store-image-slider-descrition {
		width: 100%;
	}

	.slider-description-3-m {
		height: 300px;
	}

	.our-store-top-img {
		/* padding: 10px;
    padding-right: 40px; */
		/* height: 300px; */
	}

	.our-store-top-img {
		width: 100%;
		height: 100%;
		/* height: 300px; */
	}

	.our-store-top-img img {
		height: 100%;
		width: 100%;
	}

	.our-team-bot-left-img {
		width: 100%;
		height: 100%;
	}

	.our-team-top-img {
		width: 100%;
	}

	.item-slider-description {
    max-width: 768px;
  }

	.right-text-slider-description {
    width: 65%;
	}
	.wrap-slider-description .slick-prev {
		left: 35px;
	}
	
	.wrap-slider-description .slick-next {
		right: 35px;
	}
	.section-history .slick-prev {
		left: 23px;
	}
	.section-history .slick-next {
		right: 23px;
	}
}

.slick-dots {
	display: none !important;
}

@media (min-width: 320px) and (max-width: 520px) {


	.wrap-video-section .video-section {
		height: 320px;
	}

	.wrap-slider-description-top .slick-arrow {
		display: none !important;
	}

	.slick-dots {
		display: flex !important;
		justify-content: center;

		position: absolute;
		top: 102%;
		left: calc(40.5%);
		margin: 0px auto;

		list-style: none;
	}

	.wrap-item-slider-description {
		background-color: #fff;
	}

	.wrap-video-section, .wrap-slider-description {
		margin-top: 15px;
	}

	.wrap-section__title.wrap-section__title-m {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	
	.slick-dots li {
		margin-right: 10px;
	}
	
	.wrap-section {
		margin-top: 90px;
	}

	.wrap-section__title {
		margin-bottom: 70px;
	}

	.slick-dots li button{
		font-size: 0;
    line-height: 0;
		border: none;
    background: none;
		margin-right: 10px;
		
		left: 0px;
		width: 10px !important;
    height: 10px !important;
		cursor: pointer;
		background-color: #828282;
		transition: .2s;
		border-radius: 100%;
		padding: 0px !important;
	}

	.slick-dots li.slick-active button {
		background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
	}



	.containerr {
		max-width: 320px;
		min-width: 320px;
		padding-right: 0px;
    padding-left: 0px;
	}

	.containerr.wrapper-top {
		max-width: 100%;
	}

	.popup {
		left: calc(0px);
    top: calc(0px);
    width: 100%;
	}

	.wrap-video-section .video-section .wrap-video-section-description p {
		text-align: center;
		padding: 0px 28px;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
	}

	.our-team-wrap-item-slider-description {
		max-width: 320px;
		min-width: 320px;
	}

	.our-team-slide-item {
		max-width: 320px;
		min-width: 320px;
	}

	.our-store-wrap-item-slider-description {
		max-width: 320px;
		min-width: 320px;
	}

	.our-store-slide-item {
		max-width: 320px;
		min-width: 320px;
	}
	
	.right-text-slider-description {
    padding: 10px 20px;
		margin-right: 20px;
		width: 100%;
	}

	.item-slider-description {
		width: 100%;
	}

	.wrap-item-slider-description {
		max-width: 320px;
		min-width: 320px;
	}

	.right-text-slider-description > div {
    margin: 10px 0;
		width: 100%;
	}

	.wrap-slider-description .slick-arrow {
		opacity: 0.9;
		margin: 0 -32px;
		background-color: #F2F2F2;
	}

	.wrap-video-section-description-title {
		font-size: 32px;
		line-height: 33px;
	}

	.wrap-video-section .video-section .wrap-video-section-description h1 {
		font-family: Source Sans Pro;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 32px;
		padding: 0px 15px;
		margin-top: 59px;
		margin-bottom: 9px;
		/* text-align: center; */
	}

	.wrap-video-section .video-section .wrap-video-section-description .btn-md {
    padding: 8px 18px;
	}

	

	.wrap-video-section .video-section .wrap-video-section-img {
		background-image: url(/upload/sale/image-m1.jpg);
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
		background-size: cover;
	}

	.our-team-top-img {
    height: 100%;
    padding: 0px;
    padding-right: 0px;
	}
	
	.our-team-top-img img {
		width: 175%;
		display: none;
	}

	.our-team-bot-top-img-wrapper {
		width: 100%;
		height: 227px;
		background-image: url(/upload/sale/pic_3.jpg);
    background-origin: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	}

	.our-team-bot-left-img img,
	.our-team-bot-right-img img {
		padding: 0px;

		width: 100%;
		height: 100%;
	}

	.popup-in {
		padding-right: 0px;
	}

	.is_phone .video_button {
		left: calc(50% - 60px/2);
	}
	
	.our-team-bot-right-img {
		padding: 0px;
	}

	.our-team-bot-right-img-wrapper {
		padding-right: 0px;
	}

	.our-team-bot-left-img {
		width: 100%;
		height: 100%;
		padding: 0px;
	}

	.right-text-slider-description > div p {
		font-size: 15px;
		line-height: 22px;
	}

	.our-store-image-slider-descrition {
		margin-right: 0px;
	}

	.our-team-slider-mobile .wrap-section__title {
		margin-top: 70px;
    margin-bottom: 20px;
	}

	.title-text {
		margin-top: 90px;
		margin-bottom: 32px;
	}
}
