

/* Start:/o-kompanii/assets/style.css?177437036615919*/
.breadcrumbs {
	position: absolute;
	padding-left: 15px;
}
.company-head-bg {
/*	background: linear-gradient(89.71deg, #FAFAFA 50%, rgba(0, 0, 0, 0) 86.87%), url('/o-kompanii/assets/img/head-bg.png') #FAFAFA;
	background-repeat: no-repeat;
	background-position: center right;*/
	margin-top: 6px;
}
.company-head {
	background: linear-gradient(89.71deg, #FAFAFA 50%, rgba(0, 0, 0, 0) 86.87%), url('/o-kompanii/assets/img/head-bg.png') #FAFAFA;
	background-repeat: no-repeat;
	background-position: center right;
	display: flex;
	height: 400px;
	color: #2C2B2B;
}
.company-head-col {
	width: 50%;
}
.company-head-col:nth-child(1) {
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.company-head-col:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-head-btn-video {
	color: #fff;
	cursor: pointer;
}
.company-head-btn-video span {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.company-head-btn-video svg {
	width: 100px;
	height: 100px;
}
.company-head-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.company-head-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin-top: 18px;
}
.company-head-text:nth-child(1) {
	margin-top: 21px;
}
.company-warming {
	display: flex;
	margin: 80px -15px 0 -15px;
}
.company-warming-item {
	width: 25%;
	background: #FAFAFA;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	padding: 15px 32px 15px 32px;
	flex: 1 1 auto;
	margin: 0 15px;
}
.company-warming-title {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-warming-title[data-type="text"] {
	color: #C52440;
	font-weight: 500;
	font-size: 32px;
}
.company-warming-title[data-type="svg"] svg {
	width: 60px;
	height: 60px;
}
.company-warming-text {
	color: #2C2B2B;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}
.company-delivery {
	margin-top: 30px;
	display: flex;
	align-items: center;
	padding-left: 60px;
	padding-right: 50%;
	border-radius: 12px;
	color: #2C2B2B;
	height: 331px;
	font-style: normal;
	background: linear-gradient(95.61deg, #FAFAFA 51%, rgba(250, 250, 250, 0) 86.62%), url('/o-kompanii/assets/img/delivery-bg.png') #FAFAFA;
	background-repeat: no-repeat;
	background-position: center right;
}
.company-delivery-title {
	font-weight: 700;
	font-size: 28px;
}
.company-delivery-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-top: 16px;
}
.company-history {
	margin-top: 80px;
}
.company-history-title {
	color: #2C2B2B;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.company-history-year-list {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.company-history-year-list span {
	background: #F6F6F6;
	color: #2C2B2B;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 4px 8px;
	cursor: pointer;
}
.company-history-year-list span:not(:first-child) {
	margin-left: 10px;
}
.company-history-year-list span[data-active="1"] {
	color: #fff;
	background: #C52440;
	border-color: #C52440;
}
.company-history-list {
	background: #FAFAFA;
	border-radius: 16px;
	margin-top: 32px;
}
.company-history-item {
	display: flex;
}
.company-history-img,
.company-history-content {
	width: 50%;
}
.company-history-img {
	padding: 24px;
	padding-right: 0;
	box-sizing: border-box;
}
.company-history-img img {
	max-width: 100%;
}
.company-history-content {
	padding: 50px 60px 24px 60px;
}
.company-history-year {
	font-weight: 400;
	font-size: 16px;
	color: #C52440;
}
.company-history-item-title {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #2C2B2B;
	margin-top: 8px;
}
.company-history-text,
.company-history-text-hidden {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2C2B2B;
	margin-top: 24px;
}
.company-history-text-hidden {
	display: none;
}
.company-history-text-hidden[data-view="1"] {
	margin-top: 0;
	display: block;
}
.company-history-btn-all {
	font-size: 16px;
	color: #C52440;
	margin-top: 6px;
	cursor: pointer;
	display: inline-block;
}
.company-history-btn-all:hover {
	text-decoration: underline;
}
.contact-addr {
	margin-top: 80px;
}
.contact-addr-name {
	color: #2C2B2B;
	font-size: 26px;
	text-align: center;
}
.shop-addr {
	padding: 20px;
}
.shop-row {
	display: flex;
}
.shop-name {
	width: 80%;
}
.shop-rating {
	width: 20%;
	display: flex;
	justify-content: right;
}
.shop-rating svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.shop-rating span {
 	color: #C52440;
 	font-size: 14px;
 	font-weight: 500;
 	margin-left: 6px;
 	vertical-align: middle;
 	height: 15px;
 	position: relative;
 	top: -2px;
 }
.shop-addr-info{
	display: none;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 16px 22px;
	margin-top: 30px;
}
.shop-addr-info.active {
	display: block;
}
.shop-addr-title {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}
.shop-addr-list {
	margin-top: 18px;
	display: flex;
}
.shop-addr-list span {
	color: #828282;
	font-size: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.shop-addr-list span:not(:last-child) {
	margin-right: 15px;
}
.shop-addr-list span:before {
	content: '';
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 8px;
}
.shop-addr-list span.active {
	color: #2C2B2B;
}
.shop-addr-list span.active:before {
	border-color: #C52440;
}
.shop-addr-list span.active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #c52440;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.shop-name {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 16px;
}
.shop-addr-item {
	color: #2C2B2B;
	font-size: 14px;
}
.shop-addr-link-map {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #C52440;
	font-size: 14px;
	text-decoration: underline;
	display: block;
}
.shop-addr-link-map:hover {
	color: #EC1C40;
}
.shop-btn-info {
	border: 1px solid #C52440;
	box-sizing: border-box;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C52440;
	font-size: 14px;
	height: 44px;
	margin-top: 32px;
	cursor: pointer;
}
.shop-row {
	display: flex;
}
.shop-img {
	min-width: 87px;
	height: 87px;
	max-height: 87px;
	background-size: cover;
	border-radius: 6px;
	margin-right: 15px;
}
.shop-info {
	width: 80%;
}
.contact-map-section {
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 12px;
	display: flex;
	margin-top: 40px;
	overflow: hidden;
}
.contact-map {
	width: 67%;
	height: 450px;
	position: relative;
}
#map_point {
	height: 600px;
}
.map-mob-z {
	display: none;
}
.contact-addr-list-mob {
	display: none;
}
.contact-img-shop-mob {
	display: none;
}
.company-merit {
	margin-top: 80px;
	overflow: hidden;
}
.company-merit-title {
	color: #2C2B2B;
	font-size: 26px;
	text-align: center;
}
.company-merit-list {
	display: flex;
	position: absolute !important;
	width: 100%;
	height: 100%;
}
.company-merit-hf {
	margin-top: 32px;
	position: relative;
}
.company-merit-hf:after {
	content: '';
	display: block;
	padding-top: 27.3%;
}
.company-merit-item {
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px 8px;
	position: relative;
	width: 90%;
	cursor: pointer;
	margin: 0 auto;
}
.company-merit-item:not(:first-child) {
	margin-left: 24px;
}
.company-merit-item img {
	position: absolute;
	width: 95% !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.company-merit-item:after {
	content: '';
	padding-top: 145%;
	display: block;
}
.company-requisites {
	margin-top: 80px;
	display: flex;
	position: relative;
}
.company-requisites:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000%;
	width: 1000%;
	background: #FAFAFA;
	display: block;
}
.company-requisites-col:nth-child(1) {
	width: 30%;
	background: #FAFAFA;
	padding-top: 50px;
	padding-bottom: 50px;
}
.company-requisites-col:nth-child(2) {
	width: 70%;
	margin-left: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.company-requisites-row {
	display: flex;
}
.requisites-col:nth-child(1) {
	width: 60%;
}
.requisites-col:nth-child(2) {
	width: 40%;
}
.company-requisites-title {
	color: #000;
	font-size: 26px;
	margin-bottom: 24px;
}
.company-requisites-item {
	margin-bottom: 20px;
	max-width: 410px;
}
.company-requisites-name {
	color: #828282;
	font-size: 14px;
}
.company-requisites-value {
	color: #2C2B2B;
	font-size: 16px;
}
.company-requisites-value a {
	color: #2C2B2B;
	text-decoration: none;
}
.company-requisites-value a:hover {
	color: #2C2B2B;
	text-decoration: underline;
}
.new_footer {
	margin-top: 0 !important;
}
.company-soc-list {
	display: flex;
	margin-top: 6px;
}
.soc-item {
	border: 1px solid #2C2B2B;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.soc-item:not(:first-child) {
	margin-left: 12px;
}
.soc-item svg {
	max-width: 70%;
	max-height: 70%;
}

.owl-nav {
	top: -5px;
	bottom: 0;
	right: unset;
	margin: auto 0;
	width: 100%;
	height: 0;
	position: absolute;
}
.owl-nav button {
	width: 46px;
	height: 46px;
	background-color: #fff !important;
	border-radius: 50% !important;
	margin: 0 5px;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
	position: absolute;
	top: -23px;
	outline: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav button span {
	font-size: 28px;
	line-height: 20px;
	color: #424242;
	height: 25px;
	width: 25px;
}
.owl-prev.disabled,
.owl-next.disabled {
	display: none;
}
.owl-dots {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.company-head-btn-video {
		margin-left: 10%;
	}
}

@media only screen and (max-width: 992px) {
	.company-head {
		height: 313px;
	}
	.company-head-btn-video {
		margin-left: 15%;
	}
	.company-head {
		background: none;
	}
	.company-head-bg {
		background: linear-gradient(89.86deg, #FAFAFA 40%, rgba(50, 50, 50, 0) 86.95%), url('/o-kompanii/assets/img/head-bg.png') #FAFAFA;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center right;
	}
	.company-delivery {
		height: 237px;
	}
	.company-history-item {
		/*display: block;*/
	}
	.company-delivery {
		background-size: contain;
	}
	.company-warming {
		flex-wrap: wrap;
	}
	.company-warming-item {
		width: calc(50% - 30px);
		box-sizing: border-box;
		margin-top: 30px;
		margin: 16px 8px 0 8px;
	}
	.company-warming {
		margin-top: 54px;
	}
	.company-history,
	.company-merit {
		margin-top: 60px;
	}
	.contact-addr,
	.company-requisites {
		margin-top: 45px;
	}
	.company-merit .owl-nav {
		display: none;
	}
	.company-requisites {
		display: block;
	}
	.company-requisites-col {
		width: 100% !important;
	}
	.company-requisites-col:nth-child(2) {
		margin-left: 0;
		margin-top: 48px;
		padding-top: 0;
	}
	.company-history-item {
		display: block;
	}
	.company-history-content {
		padding: 0 24px 24px 24px;
	}
	.company-history-img,
	.company-history-content {
		width: unset;
	}
	.company-history-img {
		padding: 24px;
	}
	.company-requisites-col:nth-child(1) {
		padding-top: 32px;
		padding-bottom: 12px;
	}
	.requisites-col {
		width: 50% !important;
	}
	.contact-map,
	.contact-param {
		width: 50%
	}
	.shop-addr-list {
		display: none;
	}
	.shop-addr {
		padding: 0
	}
	.shop-addr-info {
		border: none;
		margin-top: 15px;
	}
	#map_point {
		height: 304px;
	}
	.contact-map {
		height: unset;
	}
	.contact-addr-list-mob {
		display: flex;
		justify-content: center;
		height: 35px;
	}
	.contact-map-section {
		margin-top: 32px;
	}
	.company-merit-list {
		display: flex !important;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
		scroll-behavior: smooth;
	}
	.company-merit-list::-webkit-scrollbar {
		width: 0;
	}
	.company-merit-item {
		width: 200px;
		min-width: 200px;
	}
	.company-merit-hf:after {
		display: none;
		padding-top: 0;
	}
	.company-merit-hf {
		margin-top: 24px;
		height: 290px;
	}
}

@media only screen and (max-width: 768px) {
	.company-head {
		display: block;
		height: unset !important;
		padding-top: 75px;
	}
	.company-head-col {
		width: 100%;
	}
	.company-head-col:nth-child(2) {
		height: 200px;
	}
	.company-head-bg {
		background: linear-gradient(179.23deg, #FAFAFA 60%, rgba(50, 50, 50, 0) 110%), url('/o-kompanii/assets/img/head-bg.png') #FAFAFA;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	.company-head-btn-video {
		margin-left: 0;
		display: flex;
		align-items: center;
	}
	.company-head-btn-video svg {
		width: 40px;
		height: 40px;
	}
	.company-head-btn-video span {
		color: #2C2B2B;
		margin-left: 12px;
	}
	.company-delivery {
		padding: 24px;
		background: #FAFAFA;
		height: unset;
		margin-top: 24px;
	}
	.company-history {
		margin-top: 40px;
	}
	.company-delivery-title {
		font-size: 24px;
		font-weight: 400;
	}
	.company-head-text,
	.company-history-text,
	.company-history-btn-all {
		font-size: 14px;
	}
	.company-history-item-title,
	.company-merit-title,
	.company-requisites-title {
		font-size: 24px;
	}
	.company-requisites-item {
		padding-right: 15px;
	}
}


@media only screen and (max-width: 680px) {
	.contact-map-section {
		display: block;
		padding-top: 45%;
		position: relative;
		margin-top: 32px;
	}
	.contact-param,
	.contact-map {
		width: 100%;
	}
	.contact-map:after {
		content: '';
		background-color: rgb(0,0,0,0.3);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.contact-map.mob-map-open:after {
		display: none;
	}
	.map-mob-z {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #2C2B2B;
		border-radius: 61px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		font-size: 14px;
		padding: 8px 15px;
		height: 32px;
		width: 190px;
		z-index: 2;
		cursor: pointer;
	}
	.map-mob-z svg {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.shop-img {
		display: none;
	}
	.contact-map {
		margin-top: 20px;
	}
	.contact-param {
		position: unset;
	}
	.contact-img-shop-mob {
		position: absolute;
		display: block;
		width: 100%;
		top: 0;
		left: 0;
	}
	.contact-img-shop-mob span {
		position: relative;
		background-size: cover;
		background-position: center;
		display: block;
	}
	.contact-img-shop-mob span:after {
		content: '';
		padding-top: 45%;
		display: block;
	}
	.contact-info-accost {
		padding: 25px;
		text-align: center;
		background-image: none;
	}
	.contact-info-btn {
		margin: 20px auto 0 auto;
	}
	.contact-addr-name {
		text-align: left;
	}
}

@media only screen and (max-width: 520px) {
	.company-warming {
		margin-top: 20px;
		display: block;
	}
	.company-warming-item {
		margin: 16px 15px 0 15px;
		width: unset;
	}
	.company-delivery-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
	}
	.company-requisites-row {
		display: block;
	}
	.company-requisites-item {
		margin-bottom: 14px;
	}
	.company-requisites-col:nth-child(2) {
		margin-top: 32px;
	}
	.company-history-year-list {
		display: block;
		text-align: center;
	}
	.company-history-year-list span {
		display: inline-block;
		margin-left: 0 !important;
	}
	.company-history-year-list span {
		margin-right: 10px;
		margin-bottom: 8px;
	}
	.company-history-list {
		margin-top: 24px;
	}
	.contact-addr-list-mob {
		display: block;
	}
	.contact-addr-list-mob span:not(:last-child) {
		margin-bottom: 8px;
	}
	.contact-map-section {
		margin-top: 48px;
	}
	.shop-addr-list {
		margin-top: 32px;
	}
	.company-requisites-item {
		max-width: unset;
	}
	.requisites-col {
		width: unset !important;
	}
}
/* End */
/* /o-kompanii/assets/style.css?177437036615919 */
