body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'HelveticaNeueCyr', sans-serif;
	background: #262626;
}
a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	-webkit-appearance:none;
	box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

a,img,span,svg,button,input, path {
	transition: .3s all ease;
}

a {
	display: inline-block;
	text-decoration: none;
}
span {
	display: inline-block;
}

.dropdown-toggle::after {
	content: none;
}


.wrapper {
	overflow: hidden;
	background: #262626;
	color: #fff;
}

h1 {
	font-size: 83px;
	line-height: 99px;
	color: #FFFFFF;
}
h2 {
	font-size: 67px;
	line-height: 105%;
	color: #FFFFFF;
}
h3 {
	font-size: 53px;
	line-height: 63px;
	color: #FFFFFF;
}
h4 {
	font-size: 43px;
	line-height: 51px;
	color: #FFFFFF;
}
h5 {
	font-size: 34px;
	line-height: 41px;
	color: #FFFFFF;
}
h6 {
	font-size: 27px;
	line-height: 120%;
	color: #FFFFFF;
}

/* btns */
.btn-orange {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #FFFFFF;
	padding: 16px 78px;
	background: #F96C1E;
	border-radius: 1px;
	text-align: center;
}
.btn-orange:hover,
.btn-orange:focus {
	background: #EC5E0F;
	color: #fff;
}

.btn-white {
	background: #FFFFFF;
	border-radius: 1px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #262626;
	padding: 16px 78px;
}
.btn-white:hover {
	color: #fff;
	background: #F96C1E;
}

.btn-border {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #FFFFFF;
	background: #262626;
	border: 1px solid #F96C1E;
	border-radius: 1px;
	padding: 15px 78px;
}
.btn-border:hover,
.btn-border:focus {
	background: #F96C1E;
	color: #fff;
	border-color: #F96C1E;
}

.btn-link {
	display: flex;
	align-items: center;
	color: #F96C1E;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.btn-link img {
	margin-left: 8px;
}
.btn-link:hover {
	border-color: #F96C1E;
	color: #F96C1E;
}

header {
	z-index: 101;
	position: relative;
}
header .navbar .navbar-brand {
	margin-right: 40px;
	padding: 0;
}
header .navbar {
	padding: 36px 0;
	border-bottom: 1px solid #6F6F6F;
	transition: .4s all ease;
}
header .navbar .nav-item {
	margin-right: 24px;
	margin-bottom: 0;
}
header .navbar .nav-item:last-child {
	margin-right: 0;
}
header .navbar .nav-item .nav-link {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
	padding: 0;
}

header .navbar .navbar-collapse {
	align-items: center;
	justify-content: space-between;
}
header .navbar .navbar-nav {
	align-items: center;
}
header .navbar .head-right .head-link,
header .navbar .head-right {
	display: flex;
	align-items: center;
}
header .navbar .head-right .head-contact a {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	margin-right: 24px;
	color: #FFFFFF;
}
header .navbar .head-right .head-contact a:last-child {
	margin-right: 0;
}
header .navbar .head-right .head-link a {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #FFFFFF;
}
header .navbar .head-right .head-link a img {
	margin-left: 11px;
}
header .head-center span {
	color: #6F6F6F;
}
header .navbar .head-right .head-link span {
	display: inline-block;
	margin: 0 28px;
	color: #6F6F6F;
}

header .navbar .nav-item .nav-link:hover,
header .navbar .head-right a:hover {
	color: #F96C1E;
} 

header.sticky,
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s all ease;
}
header.sticky {
	background: #262626;
	border-bottom: 1px solid #6F6F6F;
	transition: .3s all ease;
}
header.sticky .navbar {
	border: none;
	transition: .3s all ease;
	padding: 20px 0;
}
/* header 3 dots menu */
header .navbar .head-menu-icon {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 1px;
}
header .navbar .nav-link:hover .head-menu-icon svg path {
	fill: #f96c1e;
}
header .navbar,
header .navbar .dropdown {
	position: unset;
}
header .navbar-nav .dropdown-menu {
	min-width: 100%;
	background: #2F2F2F;
	padding: 22px 0;
	border-top: 1px solid #6F6F6F;
	margin-top: -1px;
	transition: .3s all ease;
	border-radius: 0;
}

.menu-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.menu-block .menu-item p {
	color: #BEBEBE;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 12px;
}
.menu-block .menu-item .menu-links {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.menu-block .menu-item .menu-links a {
	color: #FFF;
	font-size: 14px;
	line-height: 160%;
}
.menu-block .menu-social a:hover,
.menu-block .menu-contact a:hover,
.menu-block .menu-item .menu-links a:hover {
	color: #f96c1e;
}


.menu-block .menu-contact {
	display: flex;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid #6F6F6F;
	padding-bottom: 16px;
	margin-bottom: 30px;
}
.menu-block .menu-contact a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
}
.menu-block .menu-call {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #6F6F6F;
	padding-bottom: 16px;
}
.menu-block .menu-call .btn-link {
	margin-right: 22px;
	color: #fff;
}
.menu-block .menu-social {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menu-block .menu-social {
	gap: 12px;
}
.menu-block .menu-social a {
	color:#FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}

.menu-block .menu-inner {
	display: flex;
	align-items: flex-start;
}
.menu-block .menu-info {
	margin-right: 52px;
}


.menu-block .menu-right .right-address {
	max-width: 345px;
	width: 100%;
	border-bottom: 1px solid #6F6F6F;
	padding-bottom: 16px;
}
.menu-block .menu-right .address-in {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.menu-block .menu-right .address-in p {
	font-size: 14px;
	line-height: 22px;
	color: #6F6F6F;
}
.menu-block .menu-right .address-in span,
.menu-block .menu-right .address-in address {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.menu-block .menu-btns {
	margin-top: 22px;
	gap: 6px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.menu-block .menu-btns a {
	width: 100%;
}
.menu-block .menu-btns .btn-border {
	background: transparent;
	text-align: center;
}
.menu-block .menu-btns .btn-border:hover {
	background: #262626;
}

/* header end */

.main-sec {
	padding: 200px 0 100px;
	background-image: url('../images/main-bg.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.main-sec .main-title h4 {
	color: #F5F5F5;
}
.main-sec .title-text {
	max-width: 576px;
}
.main-sec .title-in {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
.main-sec .title-in h6 {
	color: #BEBEBE;
}
.main-sec .title-in span {
	margin: 0 18px 0 26px;
}
.main-sec .main-logo {
	margin-bottom: 80px;
}
.main-sec .main-logo svg {
	max-width: 100%;
}
/* end main */

.ticker {
  /* overflow: hidden; */
  display: flex;
  width: 100vw;
  position: absolute;
  top: 45px;
  z-index: 2;
}
.ticker__list {
	display: flex;
	align-items: center;
	animation: ticker 20s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
	margin-right: 20px;
	font-size: 27px;
	line-height: 135%;
	text-transform: uppercase;
	color: #D3D3D3;
	white-space: nowrap;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.video-block {
	height: 880px;
	width: 100%;
	position: relative;
}
.video-block .video-img {
	position: relative;
	height: 100%;
}
.video-block .video-img img {
	width: 100%;
	height: 100%;
}

.video-block .video-img .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-block .video-img .play-btn img {
	width: 160px;
	height: 160px;
}
.video-block .video-img .play-btn:hover img {
	transform: scale(1.1);
}

.video-title {
	max-width: 1320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.video-title .video-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
}
.video-title p {
	font-size: 34px;
	line-height: 41px;
	color: #D3D3D3;
}
/* ---- */

.title h2 {
	display: flex;
	align-items: center;
}
.title img {
	margin-right: 24px;
}

.products-sec {
	padding: 60px 0 120px;
}
.products-sec .title {
	margin-bottom: 60px;
}
.product-block {
	position: relative;
	display: block;
	padding: 55px 30px;
	transition: .3s all ease;
}
.product-block::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-width: 1px 1px 1px 0px;
	border-color: #6F6F6F;
	border-style: solid;
	width: 150%;
	height: 100%;
	transition: .3s all ease;
}
.product-block.right::after {
	border-width: 1px 0px 1px 1px;
	left: 0;
}
.product-block:hover::after {
	border-color: #F96C1E;
}
.product-block:hover h4 {
	color: #F96C1E;
}
.product-block:hover .product-icon {
	bottom: 30px;
	opacity: 1;
	transition: .3s all ease;
}
.product-block>*{
	position: relative;
	z-index: 2;
}
.product-block h4 {
	display: flex;
	align-items: center;
	transition: .3s all ease;
	padding-left: 30px;
}
.product-block h4 img {
	margin-right: 30px;
	height: 64px;
	width: 63px;
}
.product-block .product-icon {
	position: absolute;
	right: 30px;
	bottom: -30px;
	opacity: 0;
	transition: .2s all ease;
}
/* end products */
.info-sec {
	background: #F96C1E;
	padding: 60px 0;
}
.info-sec .info-left a {
	font-size: 53px;
	line-height: 63px;
	position: relative;
	color: #FFFFFF;
}
.info-sec .info-left a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 84%;
	height: 2px;
	background: #fff;
	transition: .3s all ease;
}
.info-sec .info-left a:hover::after {
	opacity: 0;
}
.info-sec .info-right p {
	position: relative;
	padding-left: 20px;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.info-sec .info-right p::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #262626;
}
.info-sec .info-right a {
	margin-top: 20px;
	border: 1px solid transparent;
}
.info-sec .info-right a:hover {
	border-color: #fff;
}
/* end info sec */
/* start pro company sec */
.index-pro {
	padding-top: 160px;
}
.index-pro .title {
	margin-bottom: 50px;
}
.index-pro .index-pro-link {
	display: inline-block;
}
.index-pro .index-pro-link a {
	color: #fff;
}
.index-pro .index-pro-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 95px;
}
.index-pro .index-pro-right {
	display: flex;
	align-items: flex-start;
}
.index-pro .index-pro-right .pro-text {
	max-width: 440px;
	margin-left: 45px;
}
.index-pro .index-pro-right .pro-text p {
	font-size: 18px;
	line-height: 25px;
	color: #BEBEBE;
}

.index-pro-info {
	border: 1px solid #6F6F6F;
	display: flex;
	align-items: flex-start;
}
.index-pro-info .pro-info {
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	max-width: 310px;
	height: 260px;
	border-right: 1px solid #6F6F6F;
}
.index-pro-info .pro-info p {
	color: #fff;
	font-size: 67px;
	line-height: 105%;
}
.index-pro-info .pro-info p span {
	color: #6F6F6F;
	font-size: 67px;
	line-height: 105%;
}
.index-pro-info .pro-info span {
	color: #BEBEBE;
	font-size: 22px;
	line-height: 135%;
}


.index-pro-info .pro-info.full {
	border-right: none;
}
.index-pro-info .in-pro-img {
	position: relative;
}
.index-pro-info .in-pro-img img {
	position: absolute;
	left: 40px;
    top: -42px;
}

.index-production {
	padding-top: 185px;
}
.index-production .title {
	margin-bottom: 50px;
}
.index-production-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 90px;
}
.index-production-block span {
	max-width: 460px;
}
.index-production-block p {
	font-size: 27px;
	line-height: 36px;
	color: #D3D3D3;
}
.index-production-block .orange-color {
	color: #F96C1E;
}

/* index slide */
.index-slide-sec {
	padding-bottom: 108px;
}
.index-slide {
	height: 570px;
}
.index-slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-slide {
	overflow: hidden;
	position: relative;
}

.index-slide .swiper-btns button {
	transition: .3s all ease;
	padding: 0;
	background: transparent;
	border: none;
}
.index-slide .swiper-button-disabled {
	opacity: 1;
}
.index-slide .swiper-button-disabled svg path {
	fill: #6F6F6F;
}
.index-slide .swiper-button-disabled svg circle {
	stroke: #6F6F6F;
}
/* index object */
.index-object {
	background: #3F3F3F;
	padding: 110px 0;
}
.index-object .title h2 {
	margin-bottom: 50px;
}
.index-object .title .title-link {
	padding: 8px 0;
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.index-object .title .title-link a {
	color: #fff;
}
.index-object .title .title-link a img {
	margin-right: 0;
}

.index-object-card {
	padding: 30px 30px 60px;
	border-radius: 1px;
	border: 1px solid var(--unnamed, #6F6F6F);
	background: #3F3F3F;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index-object-card:hover {
	border-color: #F96C1E;
	background: #262626;
}
.index-object-card:hover .arrow {
	bottom: 20px;
}
.index-object-card .arrow {
	position: absolute;
	bottom: -50px;
	right: 30px;
}
.index-object-card .object-card-top p {
	color: #BEBEBE;
	font-size: 14px;
	line-height: 160%;
	margin-top: 20px;
}

.index-object-card .object-card-tag {
	margin: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}
.index-object-card .object-card-tag p {
	display: flex;
	align-items: center;
	color:  #FFF;
	font-size: 12px;
	line-height: normal;
	padding: 4px;
	white-space: nowrap;
}
.index-object-card .object-card-tag p span {
	width: 6px;
	height: 6px;
	background: #F96C1E;
	margin-right: 8px;
}
.index-object-card .object-card-img img {
	width: 100%;
}
/* end */
.index-activity {
	padding-top: 100px;
}

.index-activity .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.index-activity .title h2 {
	max-width: 896px;
	display: block;
}
.index-activity .title h2 span {
	color: #F96C1E;
}
.index-activity .title p {
	margin-top: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}

.index-activity-left img {
	width: 100%;
}

.index-activity-right {
	margin-left: 33px;
}
.index-activity-right > p {
	color:  #BEBEBE;
	font-size: 18px;
	line-height: 140%;
}
.activity-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	margin-top: 40px;
}
.activity-block .activity-item {
	max-width: 286px;
	padding: 20px;
	border-top: 1px solid #6F6F6F;
}
.activity-block .activity-item p {
	font-size: 83px;
	margin-bottom: 40px;
	color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.activity-block .activity-item p.orange-border {
	-webkit-text-stroke: 1px #F96C1E;
}
.activity-block .activity-item span {
	color: #BEBEBE;
	font-size: 18px;
	line-height: 140%;
}

/* end */
.index-ser {
	padding-top: 160px;
}
.index-ser .title {
	margin-bottom: 50px;
}

.index-ser-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 70px;
}
.for-height {
	height: 234px;
}
.index-ser-left {
	width: 265px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-ser-left p {
	color: #FFF;
	font-size: 14px;
	line-height: 160%;
}
.index-ser-link {
	padding: 8px 0;
	display: flex;
	align-items: flex-start;
}
.index-ser-left a {
	color: #fff;
}

.index-ser-right {
	width: 543px;
	margin-left: 45px;
	padding-left: 45px;
	border-left: 1px solid #6F6F6F;
}
.index-ser-right span {
	display: block;
	margin-bottom: 24px;
}
.index-ser-right p {
	color: #BEBEBE;
	font-size: 18px;
	line-height: 140%;
}

.index-ser-box a {
	display: block;
	height: 420px;
	border: 1px solid #6F6F6F;
	padding: 12px;
}
.index-ser-box a img {
	width: 100%;
	height: 100%;
}
.index-ser-box a:hover {
	border-color: #f96c1e;
}

.index-ser-box .ser-img {
	display: block;
	position: relative;
}

.index-ser-box .ser-img::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url('../images/icons/zoom-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(0);
	z-index: 2;
	transition: .2s all ease;
}
.index-ser-box .ser-img img {
	width: 100%;
}
.index-ser-box .ser-img:hover img {
	filter: blur(1px);
}

.index-ser-box .ser-img:hover::after {
	background-color: rgba(0,0,0,.2);
	transform: scale(1);
}
/* end */

.index-popular {
	padding-top: 160px;
}
.index-popular .title h2 {
	margin-bottom: 50px;
}
.title-link {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 8px 0;
	margin-bottom: 50px;
}
.title-link a {
	color: #fff;
}
.title-link a img {
	margin-right: 0;
}

.index-popular-block .category-product {
	margin-bottom: 40px;
}

.index-popular-block .category-product .cat-card-img img {
	height: 197px;
}
/* end */
.index-news {
	padding: 150px 0 120px;
}
.index-news .title h2 {
	margin-bottom: 50px;
}

.index-news .articles-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
	margin-bottom: 0;
}
.index-news .articles-block .art-in {
	width: 100%;
	overflow: hidden;
}
.art-col {
	margin-bottom: 40px;
}
/* index end */

.breadcrumb {
	margin-top: 50px;
	align-items: center;
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
	display: flex;
}
.breadcrumb .breadcrumb-item a {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
}
.breadcrumb .breadcrumb-item.active {
	font-size: 14px;
	line-height: 160%;
	color: #BEBEBE;
	padding-left: 12px;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "|";
	padding-right: 12px;
}
/* end breadcrumb */
/* pagination */
.pagination {
	justify-content: center;
	margin-top: 40px;
	padding: 0;
}
.pagination .page-item {
	margin-right: 12px;
}
.pagination .page-item:last-child {
	margin-right: 0;
}
.pagination .page-link {
	padding: 0;
	background: transparent;
	border: none;
	font-size: 18px;
	line-height: 140%;
	color: #BEBEBE;
	border-bottom: 1px solid transparent;
}
.pagination .page-link.active {
	color: #FFFFFF;
	border-color: #fff;
}
.pagination .page-link:hover {
	border-color: #fff;
}
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
	border-color: transparent;
}
/* end pagination */

/* ABOOUT START*/
.about-sec {
  padding-top: 75px;
}

.about-sec .about-title {
  margin-top: 53px;
  font-size: 83px;
}

.about-sec .about-title span {
  color: #f96c1e;
}

.about-sec .about-title img {
  margin-left: 12px;
}

.about-sec .about-video {
  position: relative;
}

.about-sec .about-video a {
  position: absolute;
  top: 73px;
  left: 164px;
}

.about-sec .about-video a img {
  width: 80px;
  height: 80px;
}

.about-sec .video-info {
  display: flex;
  justify-content: space-between;
  padding-right: 7px;
  margin-top: 20px;
}

.about-sec .video-info span {
  font-size: 18px;
}

.about-sec .video-info span:last-child {
  font-size: 18px;
  color: #6f6f6f;
}

/* ABOOUT END */

/* ABOUT-COMPANY */
.about-company {
  margin-top: 110px;
}

.about-company .title {
  display: flex;
}

.about-company .title img {
  margin-right: 12px;
}

.about-company .about-text {
  margin-top: 50px;
}

.about-company .text-title {
  font-size: 43px;
  line-height: 51px;
  color: #bebebe;
}

.about-company .company-text {
  margin-top: 50px;
  margin-left: 28px;
  color: #bebebe;
  font-size: 14px;
  line-height: 160%;
}

/*About history start */
.about-history {
  padding-top: 160px;
}

.about-history .his-title {
  text-align: center;
}

.about-history .his-cards {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.about-history .his-card {
  width: 370px;
  height: 379px;
  border: 1px solid #6f6f6f;
  background: #3f3f3f;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.about-history .his-year {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 1px;
  background: #6f6f6f;
  padding: 2px 10px;
}

.about-history .his-card img {
  display: inline-block;
  padding: 31px 0 31px 34px;
}

.about-history .card-text p span {
  width: 6px;
  height: 7px;
  background-color: #f96c1e;
  margin-right: 8px;
}

.about-history .card-text p:first-child {
  color: #bebebe;
  font-size: 14px;
  line-height: 160%;
}

.about-history .card-text p:last-child {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.about-history .card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-history .card-2 {
  margin-left: -68px;
  margin-top: 57px;
}

.about-history .card-3 {
  margin-left: -68px;
}

/*About history end */

/* About-pro start*/
.about-pro {
  padding-top: 160px;
}

.about-pro .title {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 70px;
}

.about-pro .col-lg-3 {
  display: flex;
}

.about-pro .border-right {
  border-right: 1px solid #6F6F6F;
}

.about-pro .card-item {
  width: 310px;
  height: 260px;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.about-pro .for-border::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #6F6F6F;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.about-pro .title span {
  color: #bebebe;
  font-size: 27px;
  line-height: 120%;
}

.about-pro .card-item p {
  color: #fff;
  font-size: 53px;
}

.about-pro .card-item p span:first-child {
  color: #6f6f6f;
  font-size: 53px;
}

.about-pro .card-item span:last-child {
  color: #bebebe;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

/* About-pro end*/
.about-price {
  padding-top: 147px;
}

.about-price .title {
  margin-bottom: 49px;
}

.about-price .row {
  justify-content: space-between;
  align-items: center;
}

.about-price .price-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-price .price-text {
  color: #FFF;
  font-size: 43px;

}

.about-price .price-mail {
  display: flex;
  gap: 45px;
}

.about-price .price-mail a,
.about-price .price-mail p {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

.about-price .price-mail p:first-child {
  width: 312px;
}

.about-price .price-mail span {
  color: #BEBEBE;
  font-size: 18px;
  line-height: 140%;
}

.about-price .price-info {
  text-align: end;

}

.about-price .price-info .fullname {
	color: #FFF;
	font-size: 22px;
	line-height: 135%;
	margin-top: 30px;
}

.about-price .price-info span:last-child {
  font-size: 14px;
  color: #BEBEBE;
}

.about-price .price-info img {
  width: 200px;
  height: 200px;
  border-radius: 2px;
}



/* About price end */

/* about component start */
.about-component {
  background: url('../images/componrnt-image.png');
  background-repeat: no-repeat;
  background-position: right;
  padding: 160px 0;
  background-size: 54% 64%;
}
.about-component .component-title {
	gap: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.about-component .component-title p {
  font-size: 67px;
  line-height: 105%;
  color: #fff;
}

/* about component end */

/* about comand start */

.about-command .command-wrap {
	padding: 60px 0;
	border-top: 1px solid #6F6F6F;
	display: flex;
	justify-content: space-between;
}

.about-command .title {
  display: flex;
}

.about-command .command-content a {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.08px;
  color: #fff;
  display: inline-block;
}

.about-command .command-content a img {
  margin-left: 8px;
}

.about-command .command-text {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 543px;
  height: 229px;
  align-items: flex-start;
}

.about-command .command-text .title p {
  color: #fff;
}

.about-command .command-text p {
  color: #BEBEBE;
  font-size: 18px;
  line-height: 140%;
}

.about-command .command-cards {
  display: flex;
  gap: 40px;
}

.about-command .command-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 268px;
}

.about-command .command-card p {
  font-size: 83px;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px white;
}

.about-command .command-card.burn p {
  color: transparent;
  -webkit-text-stroke: 1px #F96C1E;
}
.about-command .command-card span {
	font-size: 18px;
	line-height: 25px;
	color: #BEBEBE;
}
/* about comand end */

/* about rank start */

.rank-content {
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 30px 0;
}
.rank-slide {
	height: 560px;
	position: relative;
	overflow: hidden;
}
.rank-slide .swiper-slide {
	margin-right: 1px;
}
.rank-slide .rank-card {
  position: relative;
  border-right: 1px solid #6F6F6F;
  width: 100%;
  height: 100%;
}
.rank-slide .rank-img {
	height: 100%;
}
.rank-slide .rank-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-slide .swiper-button-prev,
.rank-slide .swiper-button-next {
	top: 24px;
}
.rank-slide .swiper-button-next {
	right: 0;
}
.rank-slide .swiper-button-prev {
	left: auto;
	right: 54px;
}

.about-rank .rank-text {
  position: absolute;
  text-align: center;
  width: 250px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-rank .rank-text p {
  color: #FFF;
  font-size: 22px;
  line-height: 135%;
}

.about-rank .rank-text span {
  color: #BEBEBE;
  font-size: 18px;
  line-height: 140%;
}

/* about rank end */

/* about client start */
.about-client {
	padding: 160px 0;
}
.about-client .client-content {
  margin-right: 121px;
}

.about-client .client-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-client .client-text {
  color: #BEBEBE;
  font-size: 18px;
  line-height: 140%;
  width: 300px;
}

.about-client .client-card {
  border: 0.8px solid #6F6F6F;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 25px 15px;
  align-items: center;
  justify-content: space-between;
  height: 220px;
}

.about-client .card-image {
  padding: 10px 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-client .client-card p,
.about-client .card-text p {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  width: 257px;
}

.about-client .card-text span {
  color: #6F6F6F;
  text-align: center;
  display: block;
  font-size: 14px;
}

.about-client .client-rov {
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0;
}

.about-client .client-card.last {
	align-items: flex-start;
	padding: 25px;
}
.about-client .client-card.last .card-head span {
	font-size: 18px;
	line-height: 25px;
	color: #6F6F6F;
}

.about-client .client-card.last .card-text {
	display: flex;
	align-items: flex-end;
}
.about-client .client-card.last .card-text .last-text {
	display: flex;
	align-items: center;
	margin-right: 8px;
	font-size: 43px;
	line-height: 43px;
	color: #fff;
}
.about-client .client-card.last .card-text span,
.about-client .client-card.last .card-text .last-text span {
	font-size: 27px;
	line-height: 32px;
	color: #6F6F6F;
}
.about-client .client-card.last .card-text span {
	margin-left: 5px;
}
/* about client end */
.comment-sec {
	padding: 160px 0 25px;
}
.comment-sec .title {
	margin-bottom: 50px;
}
.comment-slide-content {
	overflow: hidden;
	position: relative;
	padding-left: 150px;
}
.comment-slide {
	overflow: hidden;
	height: auto;
}
.comment-slide-content .swiper-button-prev,
.comment-slide-content .swiper-button-next {
	top: 24px;
}
.comment-slide-content .swiper-button-next {
	right: auto;
	left: 54px;
}
.comment-slide-content .swiper-button-prev {
	left: 0;
}
.comment-block {
	display: flex;
	align-items: flex-start;
	border: 1px solid #6F6F6F;
	padding: 30px;
}
.comment-block .comment-in {
	max-width: 425px;
	margin-right: 30px;
}
.comment-block .comment-top {
	margin-bottom: 30px;
}
.comment-block .comment-top span {
	color: #fff;
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 12px;
}
.comment-block .comment-body p,
.comment-block .comment-top p {
	color: #BEBEBE;
	font-size: 14px;
	line-height: 22px;
}
/* about comment sec */
.about-faq {
	padding: 100px 0;
}
.about-faq .title {
	margin-bottom: 50px;
}
.about-faq .about-faq-block {
	max-width: 897px;
}




/* sertificate start */
.sertificate-sec {
	padding-top: 90px;
}
.sertificate-sec .title h1 {
	color:#FFF;
	font-size: 67px;
	font-weight: 400;
	line-height: 105%;
}
.sertificate-sec .sertificate-text span {
	font-size: 22px;
	line-height: 135%;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.sertificate-sec .sertificate-text p {
	font-size: 18px;
	line-height: 140%;
	color: #BEBEBE;
}
.secrtificate-content {
	padding-top: 70px;
}

.ser-block {
	padding: 12px;
	border: 1px solid #6F6F6F;
	height: 100%;
}
.ser-block:hover {
	border-color: #F96C1E;
}
.ser-block .ser-text {
	text-align: center;
	margin-top: 16px;
}
.ser-block .ser-text span {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
}
.ser-block .ser-img {
	display: block;
	position: relative;
}

.ser-block .ser-img::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url('../images/icons/zoom-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(0);
	z-index: 2;
	transition: .2s all ease;
}
.ser-block .ser-img img {
	width: 100%;
}
.ser-block .ser-img:hover img {
	filter: blur(1px);
}

.ser-block .ser-img:hover::after {
	background-color: rgba(0,0,0,.2);
	transform: scale(1);
}

.load-more {
	width: 100%;
	margin-top: 40px;
}
.load-more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #BEBEBE;
	padding: 50px 0;
	background: #262626;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #6F6F6F;
	border-radius: 1px;
}
.load-more a:hover {
	border-color: #F96C1E;
	color: #fff;
}
.load-more a img {
	margin-left: 8px;
	opacity: 0;
}
.load-more a:hover img {
	opacity: 1;
}
/* catalog links */
.catalog-links {
	padding: 70px 0 64px;
}
.catalog-links .small-title {
	margin-bottom: 30px;
}
.catalog-links .small-title p {
	font-size: 27px;
    line-height: 120%;
    color: #FFFFFF;
}
.catalog-link-block {
	display: flex;
	align-items: flex-start;
}
.catalog-link-block .catalog-links-item {
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
}
.catalog-link-block .catalog-links-item:last-child {
	margin-right: 0;
}
.catalog-link-block .catalog-links-item p {
	margin-right: 17px;
	color: #B4B4B4;
	font-size: 27px;
	line-height: 120%;
}
.catalog-link-block .catalog-links-item a {
	display: flex;
	align-items: center;
}
.catalog-link-block .catalog-links-item a {
	border-bottom: 2px solid transparent;
	transition: .3s all ease;
	color: #FFF;
	font-size: 53px;
	line-height: normal;
}
.catalog-link-block .catalog-links-item a .icon {
	margin-left: 20px;
	margin-top: 5px;
}
.catalog-link-block .catalog-links-item.active a,
.catalog-link-block .catalog-links-item a:hover {
	border-color: #F96C1E;
}
.catalog-link-block .catalog-links-item a:hover svg path {
	stroke: #F96C1E;
}
/* shipping and payment */
.ship-pay {
	padding-top: 90px;
}
.ship-pay .title h1 {
	margin-bottom: 70px;
}
.ship-pay .ship-pay-block {
	margin-bottom: 50px;
}
.ship-pay .ship-pay-block span {
	margin-bottom: 20px;
	display: block;
	font-size: 43px;
	line-height: 51px;
	color: #fff;
}
.ship-pay .ship-pay-block p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 140%;
	text-indent: 30px;
	color: #BEBEBE;
}
.ship-pay .ship-pay-block p:last-child {
	margin-bottom: 0;
}
ul li {
	font-size: 18px;
	line-height: 140%;
	color: #D3D3D3;
	margin-bottom: 8px;
}
ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.small-title h6 {
	display: flex;
	align-items: center;
}
.small-title img {
	margin-right: 11px;
}

.rating {
	display: flex;
	align-items: center;
}
.rating img {
	margin-right: 2px;
}
.rating img:last-child {
	margin-right: 0;
}

/* blog page */
.blog-sec {
	padding-top: 90px;
}
.blog-sec .title {
	margin-bottom: 90px;
}
.articles-sec .small-title p,
.blog-sec .small-title p {
	font-size: 22px;
	line-height: 135%;
	display: flex;
	align-items: center;
}

.blog-sec .blog-content {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #6F6F6F;
}
.blog-sec .blog-content:last-child {
	padding-bottom: 0;
	border: none;
}
.blog-sec .blog-block {
	display: flex;
	align-items: flex-start;
	height: 257px;
	overflow: hidden;
}
.blog-sec .blog-img {
	width: 50%;
	padding-right: 30px;
}
.blog-sec .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-sec .blog-text {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 50%;
	padding-left: 30px;
	border-left: 1px solid #6F6F6F;
	height: 100%;
}
.blog-sec .blog-text .blog-title {
	color:#FFF;
	font-size: 34px;
	font-weight: 400;
	line-height: normal;
}
.blog-sec .blog-text .rating {
	margin-bottom: 16px;
	transform: scaleY(0);
	margin-bottom: 0;
	opacity: 0;
}

.blog-end {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	width: 100%;
}
.blog-end .blog-date {
	font-size: 14px;
	line-height: 160%;
	color: #A5A5A5;
}
.blog-end .blog-link {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 160%;
	color: #F96C1E;
	margin-bottom: -50px;
	visibility: hidden;
}
.blog-end .blog-link img {
	margin-left: 10px;
	width: 18px;
	height: 18px;
}


.blog-sec .blog-block:hover .rating {
	transform: scaleY(1);
	margin-bottom: 16px;
	opacity: 1;
}
.blog-sec .blog-block:hover .blog-link {
	margin-bottom: 0;
	visibility: visible;
}
.blog-sec .blog-block:hover h5 {
	color: #F96C1E;
}

.blog-block.full .blog-img {
	width: auto;
	padding-right: 0;
}
.blog-block.full .blog-text {
	padding-left: 0;
	border-left: none;
	width: 100%;
}
/* articles section */
.articles-sec {
	padding: 150px 0 70px;
}
.articles-sec .small-title h6 {
	font-size: 22px;
	line-height: 135%;
}

.articles-block {
	margin-bottom: 40px;
}
.articles-block .articles-img {
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	overflow: hidden;
}
.articles-block .rating {
	position: absolute;
	top: -20px;
	right: 20px;
	opacity: 0;
}
.articles-block .articles-img > img {
	width: 100%;
	height: 247px;
	object-fit: cover;
}
.articles-block .articles-text {
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
}
.articles-block .articles-end {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #6F6F6F;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.articles-block .articles-date {
	font-size: 14px;
	line-height: 160%;
	color: #A5A5A5;
}
.articles-block .articles-link {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 160%;
	color: #F96C1E;
	margin-bottom: -50px;
	visibility: hidden;
}
.articles-block .articles-link img {
	margin-left: 10px;
	width: 18px;
	height: 18px;
}

.articles-block:hover .rating {
	opacity: 1;
	top: 20px;
}
.articles-block:hover .articles-link {
	margin-bottom: 0;
	visibility: visible;
}
.articles-block:hover .articles-text {
	color: #F96C1E;
}
.articles-block:hover .articles-end {
	border-color: #F96C1E;
}
/* Статья */
.case-sec {
	padding-top: 50px;
}
.content-sec {
	padding-top: 50px;
}
.content-sec .title h1 {
	margin-bottom: 50px;
}
.content-sec .in-title h2 {
	margin-bottom: 24px;
}
.content-sec .case-block .case-img:last-child {
	margin-bottom: 0;
}
.content-side {
	padding: 30px;
	background: #6F6F6F;
	margin-left: 60px;
}
.content-side.fixed {
	position: fixed;
	z-index: 100;
	width: 356px;
	background: #6F6F6F;
}
.content-side span {
	display: block;
	font-size: 27px;
    line-height: 120%;
    color: #FFFFFF;
}
.content-side .content-side-link {
	margin-bottom: 30px;
}
.content-side .content-side-link a {
	display: flex;
	align-items: flex-end;
	text-decoration: underline;
	color: #fff;
}
.content-side .content-side-link h6 {
	max-width: 161px;
}
.content-side .content-side-link img {
	margin-left: 8px;
	position: relative;
	top: -6px;
}
.content-side p {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.content-side .content-side-btn {
	margin-top: 50px;
}
.content-side .content-side-btn a {
	width: 100%;
}


.case-side {
	padding-left: 50px;
}
.case-side-top .case-rating,
.case-side-top .case-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.case-side-top .case-rating p,
.case-side-top .case-date p {
	font-size: 14px;
	line-height: 160%;
	color: #C8C8CA;
}
.case-side-top .case-date span {
	font-size: 14px;
	line-height: 160%;
	color: #737373;
}
.case-rov {
	margin-bottom: 70px;
}
.case-rov h1 {
	font-size: 53px;
	font-weight: 400;
	line-height: 63px;
}

.case-block .custom-select {
	margin-bottom: 70px;
	max-width: 616px;
}
.case-block .case-text {
	margin-bottom: 50px;
}
.case-block .case-text h2 {
	margin-bottom: 24px;
	font-size: 43px;
	font-weight: 400;
	line-height: 51px;
}
.case-block .case-text > p {
	font-size: 18px;
	line-height: 140%;
	text-indent: 30px;
	color: #BEBEBE;
	margin-bottom: 15px;
}
.case-block .case-text p:last-child {
	margin-bottom: 0;
}
.case-block .case-img {
	margin-bottom: 50px;
}
.case-block .case-img img {
	width: 100%;
	height: 388px;
}
.case-block .case-img span {
	margin-top: 12px;
	font-size: 18px;
	line-height: 140%;
	text-indent: 30px;
	color: #BEBEBE;
}

.case-block .case-text ul {
	padding-left: 30px;
}
.case-block .case-text ul li {
	margin-bottom: 8px;
}
.case-block .case-text .small-title p {
	font-size: 22px;
	line-height: 135%;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.case-block .case-text .small-title .minus {
	display: flex;
    align-items: center;
	font-size: 22px;
	line-height: 135%;
}
.case-expert {
	padding: 30px;
	background: #262626;
	border: 1px solid #6F6F6F;
	border-radius: 1px;
	margin-bottom: 70px;
}
.case-expert .small-title {
	margin-bottom: 20px;
}
.case-expert .quote-img.left {
	margin-bottom: 20px;
}
.case-expert .quote-img.right {
	text-align: right;
	margin-top: 5px;
}
.case-expert .case-quote p {
	font-size: 18px;
	line-height: 140%;
	text-indent: 30px;
	color: #BEBEBE;
	margin-bottom: 15px;
}
.case-expert .case-quote p:last-child {
	margin-bottom: 0;
}
.minus {
	font-size: 22px;
	line-height: 135%;
	color: #fff;
}
.case-expert .expert-author .expert-name {
	display: flex;
	align-items: center;
	margin: 20px 0 16px;
}
.case-expert .expert-author .expert-name img {
	width: 60px;
	height: 60px;
}
.case-expert .expert-author .expert-name span {
	margin-left: 8px;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
}
.case-expert .expert-author p {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
}
/* case other */
.case-other .title {
	margin-bottom: 50px;
}
.case-other .case-item {
	margin-bottom: 70px;
}
.case-other .articles-block {
	margin-bottom: 0;
	overflow: hidden;
}
.case-other .case-item .case-item-link {
	text-align: right;
	margin-bottom: 50px;
}
.case-other .case-item .case-item-link a {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #FFFFFF;
	position: relative;
}
.case-other .case-item .case-item-link a img {
	margin-left: 10px;
}
.case-other .case-item .case-item-link a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #F96C1E;
}
.case-other .case-item .case-item-link a:hover::after {
	width: 100%;
}

.case-author {
	background: #6F6F6F;
	padding: 20px;
	margin-bottom: 40px;
}
.case-author p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
}
.case-author .author-name {
	display: flex;
	align-items: center;
	margin: 16px 0;
}
.case-author .author-name img {
	margin-right: 8px;
}
.case-author span {
	font-size: 14px;
	line-height: 22px;
}

.case-product {
	display: block;
	position: relative;
}
.case-product .case-product-title {
	margin-bottom: 16px;
	font-size: 14px;
	color: #737373;
}
.case-product .case-card-img {
	padding: 8px 34px 34px;
	text-align: center;
	position: relative;
}
.case-product .case-card-text {
	padding: 16px;
	border-bottom: 1px solid #6F6F6F;
	transition: .3s all ease;
}
.minus-title {
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
}
.case-product .case-card-text p {
	font-size: 18px;
	line-height: 25px;
	color: #BEBEBE;
	margin-top: 4px;
}
.case-product .case-price {
	padding: 20px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case-product .case-price p {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.case-product .case-price img {
	opacity: 0;
}
.case-product:hover .case-price img {
	opacity: 1;
}
.case-product:hover .case-card-text {
	border-color: #F96C1E;
}

.case-link {
	margin-top: 30px;
}
.case-link p {
	font-size: 14px;
	line-height: 22px;
	color: #737373;
	margin-bottom: 16px;
}
.case-link a {
	display: flex;
	align-items: center;
	padding: 20px 8px;
	border-top: 1px solid #6F6F6F
}
.case-link a span {
	margin: 0 12px;
	font-size: 27px;
	line-height: 32px;
	color: #fff;
}
.case-link a .product-icon {
	height: 40px;
}
.case-link a .arrow-icon {
	opacity: 0;
}
.case-link a:hover .arrow-icon {
	opacity: 1;
}
.case-link a:active .arrow-icon {
	opacity: 0;
}
.case-link a:active {
	border-color: #F96C1E;
}




/* info sec */
.expert-advise {
	padding: 60px 0;
	background: #F96C1E;
	position: relative;
}
.expert-advise::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background: #EC5E0F;
}
.advise-left {
	padding-right: 90px;
	position: relative;
	z-index: 2;
}
.advise-left > p {
	margin-bottom: 40px;
	color: #fff;
	font-size: 53px;
}
.advise-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.advise-contact span {
	color: #262626;
	font-size: 20px;
	letter-spacing: 0.1px;
	margin-bottom: 7px;
}
.advise-contact a {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.2px;
	display: block;
}
.advise-manager .manager-img {
	margin-right: 20px;
}
.advise-manager .manager-img img {
	width: 104px;
	height: 104px;
}
.advise-manager .manager-in {
	display: flex;
	align-items: center;
}

.advise-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.advise-manager .manager-info {
	max-width: 220px;
}
.advise-right ul li,
.advise-manager .manager-info p {
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}
.advise-manager .manager-info span {
	font-size: 14px;
	line-height: 160%;
	margin: 4px 0;
}
.advise-right ul li {
	list-style: none;
}
.advise-right ul li::before {
	content: "";
	display: inline-block;
	background: #262626;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	position: relative;
	top: -2px;
}
.advise-right .btn-white {
	border: 1px solid transparent;
}
.advise-right .btn-white:hover {
	border-color: #fff;
}
/* btns section */
.btns-sec {
	padding: 70px 0;
}
.btns-sec .btns-block {
	width: 100%;
	padding: 40px;
	border: 1px solid #6F6F6F;
	display: block;
	color: #FFF;
	font-size: 34px;
	line-height: normal;
}
.btns-sec .btns-right {
	border-left: none;
}
.btns-sec .btns-block:hover {
	color: #F96C1E;
}
/* Акции */
.stock-sec {
	padding: 90px 0 70px;
}
.stock-sec .title h1 {
	margin-bottom: 90px;
}
.stock-top .stock-top-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
	gap: 16px;
}
.stock-top .stock-top-title h5  {
	font-weight: 400;
}
.stock-top .stock-top-title h2,
.stock-top .stock-top-title p {
	font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
	font-weight: 400;
}
.stock-top .stock-top-title span {
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	padding: 2px 10px;
	background-color: #992618;
	white-space: nowrap;
	margin-left: 16px;
}
.stock-top .stock-top-text {
	height: 120px;
	overflow: hidden;
	margin-bottom: 30px;
}
.stock-top .stock-top-text p {
	font-size: 18px;
	line-height: 140%;
	color: #BEBEBE;
}
.stock-top .stock-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stock-top .stock-date .stock-date-num {
	font-size: 14px;
	line-height: 160%;
	color: #A5A5A5;
}
.stock-top .stock-date .btn-link {
	opacity: 0;
}
.stock-top:hover .stock-date .btn-link {
	opacity: 1;
}
.stock-content {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #6F6F6F;
}
.stock-block {
	display: block;
	padding-right: 30px;	
	border-right: 1px solid #6F6F6F;
}
.stock-block.right {
	padding-left: 30px;
	border: none;
}
.stock-img {
	margin-bottom: 30px;
}
.stock-img img {
	width: 100%;
}
/* stock banner */
.stock-banner {
	padding: 60px 0;
	background-color: #6F6F6F;
}
.stock-banner .sb-left p,
.stock-banner .sb-left a {
	font-size: 34px;
	line-height: 41px;
	color: #fff;
	display: inline-flex;
	align-items: flex-end;
	position: relative;
}
.stock-banner .sb-left a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 1;
}
.stock-banner .sb-left a:hover::after {
	opacity: 0;
}
.stock-banner .sb-left a img {
	margin-left: 8px;
}
.stock-banner .sb-right {
	max-width: 457px;
}
.stock-banner .sb-right p {
	font-size: 14px;
	line-height: 20px;
	color: #BEBEBE;
	margin-bottom: 15px;
}
.stock-banner .sb-right a {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
/* 404 */
.not-found {
	position: relative;
	overflow: hidden;
	transition: 5s all ease;
}
.animation2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	animation-name: fire2;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: 0;
}
.animation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	animation: fire 3s ease-in-out ;
}

@keyframes fire2 {
	25% {
		width: 110%;
	}
	50% {
		width: 150%;
		opacity: 1;
	}
	75% {
		width: 180%;
	}
}

@keyframes fire {
    from {
        
		bottom: -300px;
    }
    to {
		
		bottom: 0;
    }
}

.not-found .container {
	position: relative;
	z-index: 2;
}
.not-found-text {
	margin-top: 50px;
}
.not-found-text {
	max-width: 303px;
	margin-left: auto;
}
.not-found-text p {
	font-size: 14px;
	line-height: 22px;
	color: #D3D3D3;
}
.not-found h2 {
	text-align: center;
	margin-bottom: 40px;
}
.not-found .not-found-btn {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.not-found .not-found-btn .btn-orange {
	margin-right: 40px;
}
.not-found .not-found-btn .btn-link {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
}
.not-found .not {
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-found .not span {
	text-align: center;
	font-size: 362px;
	font-weight: 700;
	line-height: 380px;
	color: #262626;
}

/* contact page */
.contact-sec {
	padding-top: 70px;
}
.contact-sec .title {
	margin-bottom: 50px;
}
.contact-sec .contact-item {
	border-bottom: 1px solid #6F6F6F;
	margin-bottom: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-start;
}
.contact-sec .contact-item:last-child {
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact-sec .for-width {
	max-width: 700px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.contact-sec .contact-item .minus {
	color: #BEBEBE;
	margin-bottom: 7px;
	font-size: 18px;
}
.contact-sec .contact-item a {
	font-size: 53px;
    line-height: 63px;
    color: #FFFFFF;
}
.contact-sec .contact-item address {
	color: #FFF;
	font-size: 34px;
	line-height: normal;
}
.contact-sec  .contact-social {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}
.contact-sec  .contact-social a {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.contact-sec  .contact-social a.tg {
	margin-bottom: 12px;
}
.contact-sec  .contact-address {
	flex-direction: column;
}

.contact-sec  .contact-email,
.contact-sec  .contact-time {
	border-left: 1px solid #6F6F6F;
	padding-left: 50px;
}
.contact-sec  .contact-time span {
	display: block;
	color: #FFF;
	font-size: 34px;
	line-height: normal;
}
.contact-sec .contacts {
	margin-bottom: 130px;
}

.contact-sec .small-title {
	margin-bottom: 30px;
}
.contact-map .small-title p {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 22px;
	line-height: 135%;
}
.contact-map .map {
	position: relative;
}
.contact-map .map iframe {
	filter: grayscale(100%);
}
.contact-map .map-btns {
	display: flex;
	align-items: flex-start;
	position: absolute;
	top: 12px;
	right: 12px;
}
.contact-map .map-btns .open-map {
	margin-right: 8px;
}
.contact-map .map-btns a {
	display: flex;
	align-items: center;
	background: #262626;
	height: 56px;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.005em;
	text-align: center;
	color: #fff;
}
.contact-map .map-btns a img {
	margin-left: 8px;
}
.contact-map .map-btns a:hover {
	color: #F96C1E;
}

.contact-details {
	margin-top: 70px;
	padding: 40px;
	border: 1px solid #6F6F6F
}
.contact-details .details-left p {
	margin-bottom: 30px;
	color:#FFF;
	font-size: 34px;
	line-height: normal;
	max-width: 247px;
}
.contact-details .details-left a {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #fff;
}
.contact-details .details-left a img {
	margin: 0 8px;
}
.contact-details .details-left a span {
	color: #BEBEBE;
}
.contact-details .details-left a:hover span {
	color: #fff;
}
.contact-details .details-left a:hover {
	color: #F96C1E;
}

.contact-details .details-item {
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contact-details .details-item:last-child {
	margin-bottom: 0;
}
.contact-details .details-item p {
	max-width: 300px;
	margin-right: 40px;
	width: 100%;
}
.contact-details .details-item p,
.contact-details .details-item span {
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}
/* Объекты поставок */
.object-sec {
	padding: 90px 0 100px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1;
}
.object-sec .title {
	margin-bottom: 70px;
}
.object-img img {
	width: 100%;
	height: 100%;
}
.object-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.object-link .object-title {
	font-size: 53px;
	font-weight: 400;
	line-height: 63px;
	margin-bottom: 22px;
	color: #fff;
}
.object-link .object-text {
	font-size: 14px;
	line-height: 22px;
	color: #BEBEBE;
}
.object-link .object-head {
	padding-right: 60px;
}
.object-link .object-end {
	display: flex;
	align-items: center;
	border-top: 1px solid #6F6F6F;
	padding-top: 24px;
}
.object-link:hover .object-end {
	border-color: #F96C1E;
}
.object-link .object-end span {
	position: relative;
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-left: 18px;
}
.object-link .object-end span::after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 7px;
	background: #F96C1E;
	width: 6px;
	height: 6px;
}
.object-block {
	border-bottom: 1px solid #6F6F6F;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.object-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.object-slide {
	overflow: hidden;
	position: relative;
	height: 390px;
	transition: .3s all ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}
.swiper-button-next,
.swiper-button-prev {
	height: 42px;
	width: 42px;
	padding: 0;
}
.object-slide .swiper-btns button {
	opacity: 0;
}
.swiper-btns button {
	transition: .3s all ease;
	padding: 0;
	background: transparent;
	border: none;
	opacity: 1 !important;
}
.object-slide:hover .swiper-btns button {
	transition: .3s all ease;
	opacity: 1;
}
.swiper-button-next svg circle {
	transition: .5s all ease;
}

.object-slide .swiper-button-disabled {
	opacity: 1;
}
.swiper-button-disabled svg path {
	fill: #6F6F6F;
}
.swiper-button-disabled svg circle {
	stroke: #6F6F6F;
}
/* category page */
.category-sec {
	padding-top: 90px;
}
.category-sec .title {
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-sec .title .filter-btns {
	display: flex;
	align-items: center;
}
.category-sec .title .filter-btns a {
	margin-left: 20px;
}
.category-sec .title .filter-btns a svg rect {
	fill: #BEBEBE;
}
.category-sec .title .filter-btns a.active svg rect,
.category-sec .title .filter-btns a:hover svg rect {
	fill: #fff;
}
.category-side .category-link {
	display: flex;
	align-items: center;
	padding: 20px 8px;
	border-top: 1px solid #6F6F6F
}
.category-side .category-link.active,
.category-side .category-link:hover {
	border-color: #F96C1E;
}
.category-side .category-link.active span,
.category-side .category-link:hover span {
	color: #F96C1E;
}
.category-side .category-link img {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}
.category-side .category-link span {
	color:#FFF;
	font-size: 34px;
	font-weight: 400;
	line-height: normal;
}

/* category product block */
.category-product {
	display: block;
}
.category-product .cat-product {
	display: block;
	position: relative;
}
.category-product .cat-tag {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.category-product .cat-tag span {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-left: 4px;
	padding: 2px 10px;
	background: #992618;
}
.category-product .cat-product-title {
	margin-bottom: 16px;
	font-size: 14px;
	color: #737373;
}
.category-product .cat-card-img {
	padding: 8px 34px 34px;
	text-align: center;
	position: relative;
	height: 247px;
}
.category-product:hover .cat-card-img img {
	transform: scale(.8);
}
.category-product .cat-card-text {
	padding: 16px;
	border-bottom: 1px solid #6F6F6F;
	transition: .3s all ease;
	height: 117px;
	overflow: hidden;
}
.category-product:hover .cat-card-text {
	height: 140px;
	margin-top: -23px;
}
.category-product .cat-card-text span {
	display: block;
}

.category-product .cat-card-text p {
	font-size: 18px;
	line-height: 25px;
	color: #BEBEBE;
	margin-top: 4px;
	height: 50px;
	overflow: hidden;
}
.category-product:hover .cat-card-text p {
	height: 72px;
}
.category-product .cat-price {
	padding: 20px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-product .cat-price p {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.category-product .cat-price p span {
	color: #BEBEBE;
}
.category-product .cat-price img {
	opacity: 0;
}
.category-product:hover .cat-price img {
	opacity: 1;
}
.category-product:hover .cat-card-text {
	border-color: #F96C1E;
}
.cat-col {
	margin-bottom: 30px;
}

.cat-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	background: #6F6F6F;
	margin-bottom: 30px;
}
.cat-banner .cat-left {
	max-width: 467px;
	width: 100%;
}
.cat-banner .cat-left p {
	font-weight: 400;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 34px;
	font-weight: 400;
	line-height: normal;
}
.cat-banner .cat-left p a {
	font-size: 34px;
	color: #fff;
	text-decoration: underline;
	line-height: 41px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.cat-banner .cat-left p a:hover {
	text-decoration: none;
}
.cat-banner .cat-left p a img {
	position: relative;
    top: -4px;
    right: -6px;
}
.cat-banner .cat-right {
	max-width: 253px;
	margin-left: 50px;
}
.cat-banner .cat-right p {
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 22px;
}
.cat-banner .cat-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 53px;
}

.category-list {
	display: flex;
	align-items: center;
}
/* seo section */
.seo-sec {
	padding: 160px 0 130px;
}
.seo-sec .title {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.seo-sec .title img {
	margin-right: 12px;
}
.seo-sec .title h2 {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.seo-sec .seo-in {
	max-width: 897px;
	width: 100%;
}
.seo-sec .seo-in .seo-text {
	height: 150px;
	overflow: hidden;
	transition: .4s all ease;
}
.seo-sec .seo-in .seo-text.active {
	height: auto;
}
.seo-sec .seo-in .seo-text p {
	color: #BEBEBE;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 20px;
}
.seo-sec .seo-in .seo-text p:last-child {
	margin-bottom: 0;
}
.seo-sec .seo-btn {
	margin-top: 24px;
}
.seo-sec .seo-btn a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08px;
}
.seo-sec .seo-btn a:hover {
	color: #F96C1E;
}
.seo-sec .seo-btn a img {
	margin-left: 8px;
}
/* category list */

.category-list .cat-card {
	display: flex;
	align-items: center;
}
.category-list .cat-list-img {
	max-width: 320px;
	width: 100%;
	padding: 5px 10px 40px 40px;
}

.category-list .cat-list-img .list-tag {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	opacity: 0;
	transition: .3s all ease;
}
.category-list:hover .cat-list-img .list-tag {
	opacity: 1;
}
.category-list .cat-list-img .list-tag span {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-left: 4px;
	padding: 2px 10px;
	background: #992618;
}
.category-list .cat-list-text {
	padding: 20px 0;
	margin-left: 30px;
}
.category-list .cat-list-text > span {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 4px;
	font-weight: 400;
}
.category-list .cat-list-text > span span {
	color: #BEBEBE;
}
.category-list .cat-list-text p {
	font-size: 14px;
	line-height: 22px;
	color: #BEBEBE;
}
.category-list .cat-list-price {
	margin-top: 20px;
	border-top: 1px solid #6F6F6F;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-list:hover .cat-list-price {
	border-color: #F96C1E;
}
.category-list .cat-list-price p {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: 135%;
}
.category-list .cat-list-price img {
	opacity: 0;
}
.category-list:hover .cat-list-price img {
	opacity: 1;
}

.category-side {
	transition: .3s all ease;
}
.category-side.fixed {
	position: fixed;
	z-index: 100;
	width: 415px;
	background: #262626;
}

/* product page */
.goods-sec {
	padding-top: 70px;
}
.goods-sec .goods-slide {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.goods-sec .goods-slide .mySwiper {
	min-width: 90px;
	overflow: visible;
}
.goods-sec .goods-slide .mySwiper2 {
	margin-left: 17px;
}

.goods-sec .goods-slide .mySwiper .swiper-slide {
	margin-bottom: 12px;
	width: 90px;
	height: 90px !important;
	border: 1px solid #6F6F6F;
	cursor: pointer;
}
.goods-sec .goods-slide .mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-sec .goods-slide .mySwiper2 .swiper-slide {
	border: 1px solid #6F6F6F;
	height: 419px;
	cursor: pointer;
}
.goods-sec .goods-slide .mySwiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-sec .goods-license {
	display: flex;
	align-items: center;
}
.goods-sec .goods-license img {
	margin-right: 12px;
}
.goods-sec .goods-license p {
	font-size: 14px;
	color: #fff;
	line-height: 160%;
}

.goods-sec .title h3 {
	margin-bottom: 20px;
}
.goods-sec .title p {
	color: #D3D3D3;
	font-size: 24px;
	margin-bottom: 50px;
}
.goods-sec .goods-top {
	max-width: 426px;
	width: 100%;
}
.goods-sec .goods-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.goods-sec .goods-btns .btn-link {
	color: #fff;
}
.goods-sec .goods-btns .btn-link:hover {
	color: #F96C1E;
}
.goods-sec .goods-btns .btn-orange {
	padding: 16px 32px;
}
.goods-sec .goods-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.goods-sec .goods-contact span {
	color: #BEBEBE;
	font-size: 14px;
	line-height: 160%;
}
.goods-sec .goods-contact a {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.08px;
}
.goods-sec .goods-contact a:hover {
	color: #f96c1e;
}
.goods-sec .goods-text p {
	color: #D3D3D3;
	font-size: 18px;
	line-height: 140%;
}

.goods-tab {
	margin-top: 40px;
}
.goods-tab .goods-links {
	padding: 30px 0;
}

.goods-tab .nav-pills {
	padding-top: 0;
	padding: 30px 0;
}
.goods-tab .nav-pills .nav-item {
	margin-right: 16px;
	margin-bottom: 0;
}
.goods-tab .nav-pills .nav-item:last-child {
	margin-right: 0;
}
.goods-tab .nav-pills .nav-link {
	padding: 0;
	display: flex;
	align-items: center;
	border-radius: 0;
}
.goods-tab .nav-pills .nav-link h6 {
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
}
.goods-tab .nav-pills .nav-link img {
	margin-left: 12px;
}

.goods-tab .nav-pills .nav-link.active h6,
.goods-tab .nav-pills .show>.nav-link  h6 {
	border-color: #F96C1E;
}
.goods-tab .nav-pills .nav-link.active,
.goods-tab .nav-pills .show>.nav-link  {
	background: transparent;
}

.goods-tab .tab-content {
	margin-top: 50px;
}
.goods-tab .minus-title {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.goods-tab .minus-title img {
	margin-right: 10px;
}
.goods-tab .desk-block {
	max-width: 897px;
	width: 100%;
	margin-bottom: 50px;
}
.goods-tab .desk-text p {
	font-size: 18px;
	line-height: 25px;
	color: #BEBEBE;
	margin-bottom: 15px;
	text-indent: 30px;
}
.goods-tab .desk-text p:last-child {
	margin-bottom: 0;
}

.goods-tab .desk-list ul {
	padding-left: 20px;
}
.goods-tab .desk-list ul li {
	color: #D3D3D3;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
}
.goods-tab .desk-list ul li:last-child {
	margin-bottom: 0;
}

.goods-tab .desk-other .desk-title {
	margin-bottom: 24px;
}
.goods-tab .desk-other {
	padding: 30px;
	border: 1px solid #6F6F6F;
}
.goods-tab .desk-other .desk-title h6 img {
	margin-right: 12px;
}
.goods-tab .desk-other .desk-title h6 span {
	margin-left: 8px;
	color:#6F6F6F;
	font-size: 14px;
	line-height: 160%;
}
.goods-tab .desk-other .desk-list ul li {
	color: #D3D3D3;
	font-size: 18px;
	line-height: 140%;
}
/* tab document */
.goods-tab .tab-docs {
	display: flex;
}
.goods-tab .tab-docs a {
	display: block;
	height: 286px;
	border: 1px solid #6F6F6F;
	padding: 12px;
}
.goods-tab .tab-docs a img {
	width: 100%;
	height: 100%;
}
/* tab faq */
.goods-tab .tab-faq {
	max-width: 897px;
}

.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}
.accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
	color: #fff;
}
.accordion-item {
	background: #262626;
	border: 1px solid #6F6F6F;
	border-radius: 0;
	padding: 0 30px;
}
.accordion-button {
	padding: 26px 0;
	background: #262626;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion-button[aria-expanded="true"] .icon {
	transform: rotate(180deg);
}
.accordion-button[aria-expanded="true"] .icon svg path {
	stroke: #F96C1E;
}
.accordion-header button .text,
.accordion-header {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}
.accordion-body {
	padding: 0 0 30px;
	max-width: 711px;
}
.accordion-body p {
	font-size: 14px;
	line-height: 22px;
	color: #BEBEBE;
	text-indent: 30px;
}
.accordion-button::after {content: none;}

/* tab characterics */
.tab-tex {
	margin-bottom: 70px;
}
.tab-tex .tex-left {
	display: flex;
	align-items: flex-start;
	margin-bottom: 4px;
}
.tab-tex .tex-left p {
	max-width: 405px;
	width: 100%;
	margin-right: 12px;
	position: relative;
}
.tab-tex .tex-left p span {
	display: inline-block;
	color: #BEBEBE;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	z-index: 2;
	padding-right: 12px;
	background: #262626;
}
.tab-tex .tex-left p::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #6F6F6F;
	position: absolute;
	bottom: 6px;
	right: 0;
}
.tab-tex .tex-left span {
	max-width: 720px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
}
/* tab technical */

.tab-technical {
	max-width: 620px;
}
.tab-technical .small-title {
	margin-bottom: 20px;
}
.tab-technical table {
	margin-bottom: 0;
}


.goods-sec .table-head {
	background: linear-gradient(0deg, #6F6F6F, #6F6F6F),
	linear-gradient(0deg, #979797, #979797);
	color: #fff;
}
.goods-sec .table-head tr th {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	padding: 20px;
}
.goods-sec .table tbody tr td {
	color: #FFF;
	font-size: 18px;
	letter-spacing: -0.9px;
	padding: 20px;
	vertical-align: middle;
}
.goods-sec .tab-technical tbody tr:hover td {
	background-color: #F96C1E;
}
.goods-sec .tab-technical tbody tr:hover td:first-child {
	background: transparent;
	color: #F96C1E;
}


.goods-sec .tab-effect tbody:hover tr td[rowspan] {
	background: transparent;
	color: #F96C1E;
}

.goods-sec .tab-effect tbody tr:hover td {
	background-color: #F96C1E;
}

.goods-sec .table tbody tr td span {
	color: #6F6F6F;
}
.goods-sec .table>:not(:first-child) {
	border: none;
}
.goods-sec .table-bordered>:not(caption)>* {
	border-color: #979797;
}



.tab-effect {
	margin-top: 70px;
}
.tab-effect .small-title {
	margin-bottom: 20px;
}
.tab-effect .small-title span {
	color: #6F6F6F;
	font-size: 14px;
	line-height: 160%;
}




/* similar sec */
.similar-sec {
	padding: 160px 0 70px;
}
.similar-sec .title {
	margin-bottom: 50px;
	position: relative;
}

.similar-sec .title .swiper-btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.similar-sec .title .swiper-btns .swiper-button-prev {
	left: auto;
	right: 65px;
}
.similar-sec .title .swiper-btns button {
	transition: .3s all ease;
	padding: 0;
	background: transparent;
	border: none;
}
.similar-sec .swiper-btns button {
	transition: .3s all ease;
	opacity: 1;
}
.similar-sec .swiper-button-next svg circle {
	transition: .5s all ease;
}

.similar-sec .swiper-button-disabled {
	opacity: 1;
}
.similar-sec .swiper-button-disabled svg path {
	fill: #6F6F6F;
}
.similar-sec .swiper-button-disabled svg circle {
	stroke: #6F6F6F;
}
.similar-sec .similar-slide {
	overflow: hidden;
}


/* ABOOUT START*/
.about-sec {
  padding-top: 75px;
}
.about-sec .about-title {
  margin-top: 53px;
  font-size: 83px;
  font-weight: 400;
}
.about-sec .about-title span {
  color: #f96c1e;
}
.about-sec .about-title img {
  margin-left: 12px;
}
.about-sec .about-video {
  position: relative;
}
.about-sec .about-video img {
	width: 100%;
}
.about-sec .about-video a {
  position: absolute;
  top: 73px;
  left: 164px;
}
.about-sec .about-video a img {
  width: 80px;
  height: 80px;
}
.about-sec .about-video a:hover img {
	transform: scale(1.1);
}
.about-sec .video-info {
  display: flex;
  justify-content: space-between;
  padding-right: 7px;
  margin-top: 20px;
}
.about-sec .video-info span {
  font-size: 18px;
  font-weight: 400;
}
.about-sec .video-info span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #6f6f6f;
}
/* ABOOUT END */

/* ABOUT-COMPANY */
.about-company .title {
  display: flex;
}
.about-company .title img {
  margin-right: 12px;
}
/* footer */
footer {
	padding: 50px 0;
	background: #1E1E1E;
}

footer .footer-logo a img {
	margin-right: 12px;
}
footer .footer-menu p,
footer .footer-logo a {
	font-size: 14px;
	line-height: 22px;
	color: #6F6F6F;
}
footer .footer-logo a {
	display: flex;
	align-items: center;
}
footer .footer-block {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
footer .footer-menu p {
	margin-bottom: 12px;
}
footer .footer-menu .footer-item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
footer .footer-menu .footer-item a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 8px;
}
footer .footer-menu .footer-item a:last-child {
	margin-bottom: 0;
}
footer .footer-contact a:hover,
footer .footer-socials .socials a:hover,
footer .footer-menu .footer-item a:hover {
	color: #F96C1E;
}


footer .footer-right {
	padding-left: 60px;
}
footer .footer-menu-item {
	padding-bottom: 16px;
	margin-bottom: 22px;
	border-bottom: 1px solid #6F6F6F
}
footer .footer-contact {
	display: flex;
	align-items: center;
}
footer .footer-contact a {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #fff;
}
footer .footer-contact .ftr-mail {
	margin-right: 24px;
}
footer .footer-socials {
	display: flex;
	align-items: flex-start;
}
footer .footer-socials .callback {
	margin-right: 22px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #fff;
	display: flex;
	align-items: center;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
}
footer .footer-socials .callback:hover {
	border-color: #F96C1E;
}
footer .footer-socials .callback img {
	margin-left: 8px;
}
footer .footer-socials .socials a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
	color: #fff;
}
footer .footer-socials .socials a:last-child {
	margin-bottom: 0;
}
footer .footer-socials .socials a:last-child {
	margin-bottom: 0;
}
footer .footer-address .address-in {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer .footer-end .end-right a,
footer .footer-end .end-left p,
footer .footer-address .address-in p {
	font-size: 14px;
	line-height: 22px;
	color: #6F6F6F;
}
footer .footer-address .address-in span,
footer .footer-address .address-in address {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

footer .footer-end {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .footer-end .end-right a:hover {
	color: #fff;
}
footer .footer-end .end-right a:last-child {
	margin-left: 30px;
}
/* modals */
.stock-modal .modal-dialog {
	max-width: 860px;
}
.stock-modal .modal-content {
	padding: 10px 10px 0;
	border: 1px solid #6F6F6F;
	background: #262626;
}
.stock-modal .modal-header,
.stock-modal .modal-body {
	padding: 0 20px 30px;
}
.stock-modal .modal-header {
	border: none;
	flex-direction: column;
	align-items: flex-start;
}
.modal .modal-header .modal-close {
	margin-left: auto;
	background: transparent;
	border: none;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.005em;
	color: #6F6F6F;
	padding: 8px 0;
}
.modal .modal-header .modal-close:hover {
	color: #fff;
}
.stock-modal .modal-header h5 {
	margin-bottom: 16px;
}
.stock-modal .modal-header span {
	display: inline-block;
	padding: 2px 10px;
	background: #992618;
	color: #fff;
	font-size: 14px;
	line-height: 160%;
}
.stock-modal .modal-body .modal-img {
	margin-bottom: 30px;
}
.stock-modal .modal-body .modal-img img {
	width: 100%;
	height: 287px;
	object-fit: cover;
}
.stock-modal .modal-body .modal-text p {
	font-size: 18px;
	line-height: 140%;
	color: #BEBEBE;
	margin-bottom: 20px;
}
.stock-modal .modal-body .modal-text p:last-child {
	margin-bottom: 0;
}
.stock-modal .modal-body .modal-date {
	margin-top: 30px;
}
.stock-modal .modal-body .modal-date span {
	color: #A5A5A5;
	font-size: 14px;
	line-height: 160%;
}
/* popup call */
.call-modal .modal-dialog {
	max-width: 600px;
}
.call-modal .modal-content {
	padding: 10px 10px 0;
	border: 1px solid #6F6F6F;
	background: #262626;
	position: relative;
	border-radius: 0;
}
.call-modal .modal-content .modal-icon-top {
	position: absolute;
	left: 20px;
	top: 0;
}
.call-modal .modal-header {
	border: none;
	padding: 0 0 12px;
}
.call-modal .modal-body {
	padding: 0 20px 40px;
}

.call-modal .content-modal h6 {
	margin-bottom: 12px;
}
.call-modal .content-modal > p {
	font-size: 18px;
	line-height: 25px;
	color: #6F6F6F;
	margin-bottom: 30px;
}
.call-modal .content-modal .form-group {
	margin-bottom: 20px;
}
.call-modal .content-modal .form-group > span {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	padding-left: 8px;
	margin-bottom: 6px;
}
.call-modal .content-modal .form-group span span {
	color: #6F6F6F;
}
.call-modal .content-modal .form-group input {
	width: 100%;
	padding: 10px 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #6F6F6F;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.call-modal .content-modal .form-btn {
	margin-top: 10px;
}
.call-modal .content-modal .form-btn button {
	width: 100%;
	height: 53px;
	background: #6F6F6F;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.005em;
	text-align: center;
	color: #BEBEBE;
	border: none;
}
.call-modal .content-modal .form-btn button:hover {
	color: #fff;
}
.call-modal .content-modal .form-agree {
	text-align: center;
	margin-top: 30px;
}
.call-modal .content-modal .form-agree p {
	font-size: 12px;
	line-height: 19px;
	color: #6F6F6F;
}
.call-modal .content-modal .form-agree p a {
	color: #6F6F6F;
	text-decoration: underline;
}
.call-modal .content-modal .form-agree p a:hover {
	text-decoration: none;
}




/* custom select */
.select-menu {
	width: 100%;
	position: relative;
}

.select-menu .select.active {
	border-bottom: none;
}
.select-menu .select.active svg {
	transform: rotate(180deg);
}
.select-menu .select:hover svg path,
.select-menu .select.active svg path {
	stroke: #F96C1E;
}

.select-menu>.select {
	cursor: pointer;
	background: #262626;
	width: 100%;
	padding: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: all 350ms ease-in-out;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	border: 1px solid #6F6F6F;
	color: #fff;
}
.select-menu>.select a {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
}

.select-menu .options-list__number {
	max-height: 346px !important;
}

.select-menu>.options-list {
	position: absolute;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	transition: 0.4s linear 0.2s;
	display: none;
	margin-top: -12px;
	z-index: 10;

	padding: 30px;
	background: #262626;
	border: 1px solid #6F6F6F;
	animation-timing-function: ease-out;
	animation-duration: 300ms;

}

.select-menu>.options-list.active {
	display: block;
	border-top: none;
	padding-top: 0;
}

.select-menu>.options-list>.option {
	margin-bottom: 18px;
}
.select-menu>.options-list>.option:last-child {
	margin-bottom: 0;
}
.select-menu>.options-list>.option a {
	font-size: 14px;
	line-height: 160%;
	color: #BEBEBE;
}
.select-menu>.options-list>.option a:hover {
	color: #fff;
}

/* custom input file */
.modal .filelabel {
	margin-bottom: 38px;
}
.filelabel {
    width: 160px;
    display: block;
    transition: border 300ms ease;
    cursor: pointer;
    margin: 0;
}
.filelabel span {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08px;
}
.filelabel span img {
	margin-right: 8px;
	height: auto;
}
.filelabel:hover span {
	color: #F96C1E;
}
#FileInput{
    display:none;
}
/* PAGE END */

.mob {
	display: none !important;
}


@media only screen and (max-width: 1400px) {
	.about-component {
		background-size: 50% 60%;
	}
	.index-pro-info .in-pro-img img {
		left: -20px;
	}
	footer .footer-socials,
	footer .footer-contact {
		flex-direction: column;
		align-items: flex-start;
	}
	footer .footer-contact .ftr-mail {
		margin-right: 0;
		margin-bottom: 10px;
	}
	footer .footer-socials .callback {
		margin-bottom: 10px;
	}
	.blog-sec .blog-text .blog-title {
		font-size: 28px;
		line-height: 1.2;
	}
	.category-side.fixed {
		width: 356px;
	}
	.cat-banner .cat-left p {
		flex-direction: column;
		align-items: flex-start;
	}
	.cat-banner .cat-left p a,
	.cat-banner .cat-left p {
		font-size: 26px;
		line-height: 1.2;
	}
	.cat-banner .cat-left p a {
		margin-left: 0;
	}
	.contact-sec .contact-item a {
		font-size: 34px;
		line-height: 1.2;
	}
}


@media only screen and (max-width: 1200px) {
	.about-component .component-title {
		gap: 20px;
	}
	.about-component .component-title p {
		font-size: 42px;
	}
	.sertificate-sec .title h1 {
		margin-bottom: 40px;
	}
	.catalog-link-block .catalog-links-item a {
		font-size: 34px;
	}
	.object-slide {
		height: auto;
	}
	.object-link .object-title {
		font-size: 32px;
		line-height: 40px;
	}
	.stock-top .stock-top-title h2, .stock-top .stock-top-title p {
		font-size: 26px;
		line-height: 1.2;
	}
	.stock-top .stock-top-title span {
		font-size: 12px;
		line-height: 14px;
	}
	.stock-top .stock-top-text p {
		font-size: 16px;
	}
	.stock-banner .sb-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.goods-tab .nav-pills .nav-link h6 {
		font-size: 20px;
	}
	.cat-banner .cat-left p br {
		display: none;
	}
	.category-list .cat-list-text > p {
		height: 90px;
		overflow: hidden;
	}
	.category-side.fixed {
		width: 296px;
	}
	.category-side .category-link span {
		font-size: 26px;
		line-height: 1.2;
	}
	header .navbar .navbar-brand {
		margin-right: 15px;
	}
	header .navbar .nav-item .nav-link {
		font-size: 12px;
	}
	header .navbar .nav-item {
		margin-right: 15px;
	}
	header .navbar .head-right .head-link span {
		margin: 0 10px;
	}
	header .navbar .head-right .head-contact a,
	header .navbar .head-right .head-link a {
		font-size: 14px;
	}
	header .navbar {
		padding: 25px 0;
	}
	.video-title .video-info {
		padding: 0 30px;
	}
	h4 {
		font-size: 34px;
	}
	.product-block h4 img {
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}
	.index-pro .index-pro-block {
		flex-wrap: wrap;
	}
	.index-pro .index-pro-right {
		gap: 45px;
	}
	.index-pro .index-pro-right .pro-text {
		margin-left: 0;
	}
	.index-pro .index-pro-link {
		margin-bottom: 30px;
	}
	.index-pro-info .in-pro-img img {
		opacity: 0;
	}
	.index-object .object-col {
		margin-bottom: 20px;
	}
	.index-activity .title h2 {
		max-width: 765px;
	}
	.advise-left > p {
		font-size: 40px;
	}
	.about-sec .about-video a img {
		width: 50px;
		height: 50px;
	}
	.about-pro .card-item p {
		font-size: 40px;
	}
	.about-pro .card-item span:last-child {
		font-size: 16px;
	}
	.about-pro .card-item {
		width: 100%;
	}
	.about-client .client-card p, .about-client .card-text p {
		width: auto;
		font-size: 12px;
		line-height: 1.2;
	}
	.about-command .command-text {
		max-width: 350px;
		width: 100%;
	}
	.category-product .cat-tag {
		position: absolute;
		top: 0;
		right: 0;
	}
}


















@media only screen and (max-width: 992px){
	.mob {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	header .navbar .navbar-brand {
		margin-right: 0;
	}
	header .for-border-right,
	header .for-border-left {
		height: 12px;
		width: 1px;
		background:  #6F6F6F;
	}

	
	header .mob-menu .btn-link {
		color: #fff;
	}
	header .menu-opener {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	header .menu-opener span {
		position: relative;
		height: 4px;
		width: 24px;
		background: #FFFFFF;
		border-radius: 10px;
		margin-bottom: 4px;
		transition: .5s all ease;
	}
	header .menu-opener.active span {
		background: #F96C1E;
	}
	header .menu-opener span.three {
		margin-bottom: 0;
	}
	header .menu-opener.active span.two {
		opacity: 0;
	}
	header .menu-opener.active span.one {
		transform: rotate(45deg);
		top: 8px;
	}
	header .menu-opener.active span.three {
		transform: rotate(-45deg);
		top: -8px;
	}

	header .navbar .navbar-collapse {
		display: none;
	}
	header .navbar {
		padding: 20px 0;
	}

	header .navbar-nav .dropdown-menu {
		margin-top: 62px;
	}
	.menu-block .menu-inner {
		flex-direction: column;
		gap: 30px;
		padding-top: 22px;
	}
	.menu-block .menu-info {
		margin-right: 0;
		order: 2;
	}
	.menu-block .menu-products {
		order: 1;
	}
	.menu-block .menu-item .menu-links {
		gap: 18px;
	}
	.menu-block .menu-call .btn-link,
	.menu-block .menu-social a,
	.menu-block .menu-item .menu-links a {
		font-size: 18px;
		line-height: 25px;
	}

	.mobile-menu {
		position: fixed;
		right: -100%;
		width: 100%;
		top: 67px;
		padding-bottom: 67px;
		background: #262626;
		z-index: 100;
		transition: .5s all ease;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.mobile-menu.active {
		right: 0;
	}
	.mobile-menu .menu-right {
		background: #1E1E1E;
		padding: 22px 0;
		margin-top: 30px;
	}
	.menu-block .menu-call .btn-link {
		order: 2;
		margin-right: 0;
	}
	.menu-block .menu-social {
		order: 1;
		width: 150px;
	}
	.menu-block .menu-right .right-address {
		max-width: 100%;
		margin-top: 22px;
	}
	.menu-block .menu-contact a {
		color: #f96c1e;
	}
	.menu-block .menu-right .address-in {
		justify-content: flex-start;
	}
	.menu-block .menu-right .address-in p {
		width: 150px;
	}
	/* mob footer */
	footer .footer-block {
		flex-direction: column;
		margin-top: 0;
	}
	footer .footer-menu .footer-item {
		display: none;
		margin-top: 12px;
	}
	footer .footer-menu .footer-item.active {
		display: flex;
	}
	footer .footer-menu {
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid #6F6F6F;
	}
	footer .footer-menu p {
		margin-bottom: 0;
		padding-left: 12px;
		padding-right: 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	footer .footer-menu p.active img {
		transform: rotate(180deg);
	}
	footer .ftr-col {
		padding: 0;
	}
	footer .footer-logo {
		padding: 12px 20px;
	}
	footer .footer-menu .footer-item {
		padding-left: 12px;
		padding-right: 12px;
	}
	footer {
		background: #262626;
		padding: 0;
	}
	footer .footer-logo a img {
		margin-right: 20px;
	}
	footer .footer-right {
		padding-left: 0;
		background: #1E1E1E;
		padding: 22px 12px;
	}
	footer .footer-contact a {
		color: #f96c1e;
	}
	footer .footer-socials .callback {
		order: 2;
		margin-right: 0;
	}
	footer .footer-socials .socials {
		order: 1;
		width: 150px;
	}
	footer .footer-address .address-in {
		justify-content: flex-start;
	}
	footer .footer-address .address-in p {
		width: 150px;
	}
	footer .footer-menu-item:last-child {
		margin-bottom: 0;
	}
	footer .footer-end {
		margin-top: 0;
		background: #1E1E1E;
		flex-direction: column;
		padding-bottom: 22px;
	}
	footer .footer-end .end-left {
		order: 2;
	}
	footer .footer-end .end-right {
		margin-bottom: 22px;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 12px;
	}
	/* main mob */
	.index-popular .title h2,
	.index-ser .title,
	.index-activity .title,
	.index-object .title h2,
	.index-production .title,
	.index-pro .title,
	.products-sec .title {
		margin-bottom: 30px;
	}
	.title h2 {
		font-size: 34px;
		font-weight: 400;
	}
	.title img {
		margin-right: 12px;
		height: 23px;
	}
	.main-sec .title-in h6,
	.main-sec .main-title h4 {
		font-size: 22px;
		font-weight: 400;
		line-height: 135%;
	}
	.main-sec .title-in {
		display: block;
	}

	.main-sec .main-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.main-sec .main-logo {
		order: 1;
		margin-bottom: 22px;
	}
	.main-sec .title-text {
		order: 2;
	}
	.main-sec .title-in {
		order: 3;
		margin-bottom: 60px;
	}
	.main-sec .main-btn {
		order: 4;
		width: 100%;
	}
	.main-sec .title-in span {
		margin: 0 12px 0 0;
	}
	.main-sec .main-logo svg {
		height: auto;
	}
	.main-sec {
		padding: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-image: url('../images/main-mob-img.svg');
		background-position: bottom -100px center;
		background-size: cover;
	}
	.btn-orange {
		padding: 16px;
		width: 100%;
	}
	.ticker__item {
		font-size: 22px;
		line-height: 29px;
	}
	.ticker {
		top: 32px;
	}
	.video-block {
		height: 620px;
	}
	.video-block .video-img .play-btn img {
		width: 100px;
		height: 100px;
	}
	.video-title .video-info {
		flex-direction: column;
		align-items: center;
		bottom: 170px;
	}
	.video-title .video-info p,
	.video-title .video-info h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.product-block h4 img {
		width: 40px;
		height: 40px;
	}
	.product-block h4 {
		font-size: 27px;
		line-height: 32px;
		padding: 0;
	}
	.product-block::after {
		content: none;
	}
	.product-block {
		padding: 20px 12px;
		border-top: 1px solid #6F6F6F;
	}
	.product-block.mob-cat {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		line-height: 25px;
		color: #BEBEBE;
		border-bottom: 1px solid #6F6F6F;
	}
	.product-block.mob-cat img {
		margin-left: 12px;
		height: 16px;
	}
	.products-sec .pro-rov {
		margin-left: -12px !important;
		margin-right: -12px !important;
	}
	.products-sec {
		padding: 30px 0 60px;
	}
	.info-sec {
		padding: 40px 0;
	}
	.info-sec .info-left a,
	.info-sec .info-left h3 {
		font-size: 27px;
		line-height: 32px;
	}
	.info-sec .info-left a img {
		height: 32px;
		margin-top: -4px;
	}
	.info-sec .info-right {
		margin-top: 40px;
	}
	.info-sec .info-right p {
		font-size: 18px;
		line-height: 25px;
	}
	.index-pro {
		padding-top: 90px;
	}
	.index-pro .index-pro-block {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.index-pro .index-pro-right {
		flex-direction: column;
		order: 1;
		gap: 0;
	}
	.index-pro .index-pro-right .pro-text {
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.index-pro .index-pro-right .pro-text p {
		font-size: 16px;
		line-height: 25px;
	}
	.index-pro .index-pro-link {
		order: 2;
		margin-bottom: 0;
	}
	.index-pro-info .pro-info {
		width: 50%;
		height: 200px;
		border-bottom: 1px solid #6F6F6F;
	}
	.index-pro-info .pro-info.full {
		width: 100%;
		height: 280px;
		border-bottom: none;
	}
	.index-pro-info {
		flex-wrap: wrap;
	}
	.index-pro-info .pro-info p span,
	.index-pro-info .pro-info p {
		font-size: 43px;
		line-height: 51px;
	}
	.index-pro-info .pro-info span {
		font-size: 16px;
		line-height: 25px;
	}
	.index-pro-info .in-pro-img {
		width: 100%;
	}
	.index-pro-info .in-pro-img img {
		height: 170px;
		left: auto;
		right: 0;
		top: -270px;
		opacity: 1;
	}
	.index-production {
		padding-top: 90px;
	}
	.index-production-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.index-production-block span {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.index-production-block .orange-color {
		margin-bottom: 30px;
	}
	.index-production-block p {
		font-size: 22px;
		line-height: 30px;
	}
	.index-production-block {
		margin-bottom: 60px;
	}
	.index-slide-img {
		height: 100%;
	}
	.index-slide {
		height: 240px;
	}
	.index-slide .hand-icon {
		position: absolute;
		right: 16px;
		top: 16px;
		z-index: 2;
	}
	.swiper-btns button {
		width: 32px;
		height: 32px;
	}
	.index-slide-sec .container {
		padding: 0;
	}
	.index-slide-sec {
		padding-bottom: 60px;
	}
	.index-object {
		padding: 60px 0 0;
		background: #6F6F6F;
	}
	.index-object-card {
		background: #262626;
		padding: 20px 16px;
	}
	.index-object-card .arrow {
		position: unset;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 12px;
	}
	.index-object-card .arrow span {
		color: #FFF;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.08px;
	}
	.index-object-card .arrow img {
		height: 14px;
	}
	.index-object .row {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.index-object .row .col-lg-4 {
		width: 90%;
		margin-right: 12px;
		padding: 0;
	}
	.index-object .show-all {
		margin-top: 40px;
	}
	
	.show-all a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #BEBEBE;
		font-size: 18px;
		line-height: 140%;
		padding: 20px 0;
		border-top: 1px solid #6F6F6F;
		border-bottom: 1px solid #6F6F6F;
	}
	.index-object .show-all a {
		border-top: 1px solid #262626;
		border-bottom: 1px solid #262626;
	}
	.show-all a img {
		margin-left: 12px;
	}
	.index-activity .title {
		flex-direction: column;
	}
	.index-activity .title p {
		order: 1;
		margin-bottom: 12px;
		font-size: 16px;
		margin-top: 0;
	}
	.index-activity .title h2 {
		order: 2;
	}
	.index-activity {
		padding-top: 60px;
	}
	.index-activity-right {
		margin-left: 0;
		margin-top: 40px;
	}
	.index-activity-right p {
		font-size: 16px;
	}
	.activity-block .activity-item p {
		font-size: 43px;
		line-height: 51px;
		margin-bottom: 20px;
	}
	.activity-block .activity-item span {
		font-size: 14px;
	}
	.activity-block {
		gap: 10px;
		margin-top: 30px;
	}
	.activity-block .activity-item {
		padding: 16px;
		margin-bottom: 16px;
	}
	.index-ser {
		padding-top: 60px;
	}
	.index-ser-block {
		flex-direction: column;
		margin-bottom: 4px;
	}
	.index-ser-left {
		width: 100%;
	}
	.index-ser-right {
		padding-left: 0;
		margin-left: 0;
		border: none;
	}
	.for-height {
		height: auto;
	}
	.index-ser-link {
		display: none;
	}
	.index-ser-left p {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #6F6F6F;
		font-size: 16px;
	}
	.index-ser-right span {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
		font-weight: 400;
	}
	.index-ser-right {
		width: 100%;
	}
	.index-ser-right p {
		font-size: 16px;
		line-height: 25px;
	}
	.index-ser .hand-icon {
		margin-bottom: 12px;
		text-align: right;
	}
	.index-ser-box .row {
		flex-wrap: nowrap;
		overflow-y: auto;
	}
	.index-ser-box .row .col-lg-3 {
		width: 60%;
	}
	.index-ser-box .ser-img {
		padding: 7px;
		height: auto;
	}
	.index-ser .show-all {
		margin-top: 30px;
	}
	.index-popular {
		padding-top: 60px;
	}
	.title h2 {
		align-items: flex-start;
	}
	.title h2 img {
		margin-top: 4px;
	}
	.index-popular .title-link {
		display: none;
	}
	.minus-title {
		font-size: 18px;
		line-height: 25px;
	}
	.category-product .cat-card-text p {
		font-size: 14px;
		line-height: 20px;
	}
	.category-product .cat-card-text p {
		height: 44px;
	}
	.category-product .cat-card-text {
		padding: 14px;
		border-color: #F96C1E;
		height: 102px;
	}
	.category-product:hover .cat-card-text {
		height: 118px;
	}
	.category-product .cat-price p {
		font-size: 18px;
	}
	.category-product .cat-price img {
		opacity: 1;
	}
	.category-product .cat-price {
		padding: 16px 14px;
	}
	.index-popular-block .category-product .cat-card-img img {
		height: 140px;
	}
	.category-product .cat-card-img {
		padding: 30px;
	}
	.index-popular-block .category-product {
		margin-bottom: 16px;
	}
	.load-more a {
		padding: 20px 0;
	}
	.video-block .video-img img {
		object-fit: cover;
	}
	.index-news {
		padding: 90px 0 60px;
	}
	.index-news .title-link {
		display: none;
	}
	.articles-block .articles-link {
		margin-bottom: 0;
		visibility: visible;
	}
	.articles-block .articles-end {
		border-color: #F96C1E;
	}
	.art-col {
		margin-bottom: 16px;
	}
	.expert-advise {
		padding: 20px 0 40px;
	}
	.advise-contact a,
	.advise-left > p {
		color: #fff;
		font-size: 27px;
		line-height: 120%;
	}
	.advise-left > p {
		margin-bottom: 20px;

	}
	.advise-left {
		padding-right: 0;
	}
	.advise-contact span {
		font-size: 16px;
		line-height: 130%;
		margin-bottom: 4px;
	}
	.advise-contact .contact-number:last-child {
		margin-top: 12px;
	}
	.advise-contact {
		margin-bottom: 30px;
	}
	.advise-right ul li {
		margin-bottom: 30px;
	}
	.advise-manager .manager-img img {
		width: 64px;
		height: 64px;
	}
	.advise-manager .manager-info {
		max-width: 100%;
	}
	.advise-manager .manager-in {
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.advise-right {
		padding-top: 30px;
	}
	.expert-advise::after {
		top: auto;
		bottom: 0;
		height: 320px;
		width: 100%;
	}
	.advise-right .btn-white {
		text-align: center;
		width: 100%;
	}
	.call-modal .modal-body {
		padding: 0 0 30px;
	}
	/* ----- */
	.breadcrumb {
		margin-top: 30px;
	}
	.object-sec {
		padding: 40px 0 60px;
	}
	h1 {
		font-size: 53px;
		font-weight: 400;
		line-height: 56px;
	}
	.object-sec .title {
		margin-bottom: 40px;
	}
	.object-block .object-left-col {
		order: 2;
	}
	.object-right-col {
		order: 1;
	}
	.object-slide {
		height: auto;
	}
	.object-link .object-title {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 12px;
	}
	.object-link .object-head {
		padding-right: 0;
	}
	.object-link .object-end {
		padding-top: 12px;
		border: none;
		flex-wrap: wrap;
		gap: 14px;
		margin-bottom: 12px;
	}

	.object-block .object-mob {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 12px;
	}
	.object-block .object-mob img {
		height: 14px;
	}
	.object-block .object-mob span {
		color: #fff;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.005em;
	}
	.object-block {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.object-sec .load-more {
		margin-top: 20px;
	}
	.category-sec {
		padding-top: 40px;
	}
	.category-sec .title {
		margin-bottom: 40px;
		flex-direction: column;
		align-items: flex-end;
	}
	.catalog-link-block {
		flex-wrap: wrap;
		gap: 12px;
	}
	.catalog-link-block .catalog-links-item a {
		font-size: 22px;
		line-height: 30px;
	}
	.catalog-link-block .catalog-links-item a .icon {
		margin-left: 6px;
	}
	.catalog-link-block .catalog-links-item a .icon svg {
		height: 18px;
	}
	.catalog-link-block .catalog-links-item p {
		font-size: 11px;
		line-height: 13px;
		margin-right: 6px;
	}
	.catalog-link-block .catalog-links-item {
		margin-right: 0;
	}
	.catalog-link-block .catalog-links-item.active a .icon {
		transform: rotate(180deg);
	}
	.catalog-link-block .catalog-links-item.active a .icon svg path {
		stroke: #f96c1e;
	}
	.category-sec .catalog-links {
		padding: 40px 0 20px;
	}
	.category-side {
		display: none;
	}
	.category-product .cat-card-img {
		height: auto;
		padding: 30px;
	}
	.category-product .cat-card-img img {
		height: 147px;
	}
	.cat-col {
		margin-bottom: 14px;
	}
	.cat-banner {
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.cat-banner .cat-left p {
		font-size: 27px;
		line-height: 32px;
	}
	.cat-banner .cat-left p a {
		display: block;
		font-size: 27px;
		line-height: 32px;
		margin-left: 0;
	}
	.cat-banner .cat-right {
		max-width: 100%;
		margin-left: 0;
	}
	.cat-banner .cat-left p a img {
		height: 22px;
		top: -2px;
	}
	.cat-banner .cat-left {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.category-sec .load-more {
		margin-top: 0;
	}
	.pagination {
		margin-top: 20px;
	}
	.seo-sec {
		padding: 60px 0;
	}
	.seo-sec .seo-in .seo-text {
		height: 260px;
	}
	.seo-sec .seo-in .seo-text p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.category-list .cat-list-img {
		height: 190px;
		padding: 10px;
		width: 270px;
	}
	.category-list .cat-list-img img {
		height: 100%;
	}
	.category-list .cat-list-img .list-tag {
		display: none;
	}
	.category-list .cat-list-text > span {
		font-size: 16px;
		line-height: 21px;
	}
	.category-list .cat-list-text > p {
		font-size: 12px;
		line-height: 16px;
		height: 50px;
		overflow: hidden;
	}
	.category-list .cat-list-price {
		padding: 10px 0;
		margin-top: 8px;
		border-color: #f96c1e;
	}
	.category-list .cat-list-price p {
		font-size: 14px;
		line-height: 18px;
	}
	.category-list .cat-list-price img {
		opacity: 1;
	}
	.cat-more {
		margin-top: 0;
	}
	.goods-sec .goods-slide {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.goods-sec .goods-slide .mySwiper {
		min-width: 100%;
		order: 2;
		margin-top: 12px;
	}
	.goods-sec .goods-slide .mySwiper2 {
		margin-left: 0;
		order: 1;
		height: auto;
		width: 100%;
	}
	.goods-sec .goods-slide .mySwiper .swiper-wrapper {
		flex-direction: row;
		justify-content: center;
		gap: 8px;
	}
	.goods-sec .goods-slide .swiper-slide.swiper-slide-thumb-active {
		border-color: #fff;
	}
	.goods-sec {
		padding-top: 40px;
	}
	.goods-sec .title h3 {
		font-size: 34px;
		line-height: normal;
	}
	.goods-sec .title p {
		margin-bottom: 20px;
	}
	.goods-sec .goods-btns {
		flex-direction: column;
	}
	.goods-sec .goods-btns {
		margin-bottom: 20px;
	}
	.goods-sec .goods-btns .btn-orange {
		margin-bottom: 30px;
	}
	.goods-sec .goods-contact {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12px 24px;
	}
	.goods-sec .goods-contact span {
		width: 100%;
	}
	.goods-sec .goods-text p {
		font-size: 16px;
	}
	.goods-sec .goods-license {
		display: flex !important;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.goods-tab {
		margin-top: 0;
	}
	.goods-tab .nav-pills {
		padding: 0;
	}
	.hand-icon {
		text-align: right;
		margin-bottom: 12px;
	}
	.goods-tab .nav-pills .nav-link h6 {
		font-size: 22px;
		font-weight: 400;
		line-height: 135%;
		white-space: nowrap;
	}
	.goods-tab .nav-pills .nav-item {
		margin-right: 12px;
	}
	.goods-tab .nav-pills {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.goods-tab .nav-pills .nav-link img {
		margin-left: 6px;
		transform: rotate(90deg);
		height: 18px;
	}
	.goods-tab .minus-title {
		margin-bottom: 20px;
	}
	.goods-tab .desk-list ul li,
	.goods-tab .desk-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.goods-tab .desk-block {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.goods-tab .desk-other {
		margin-top: 80px;
		padding: 16px;
	}
	.goods-tab .desk-other .desk-title {
		margin-bottom: 20px;
	}
	.goods-tab .desk-other .desk-title h6 {
		font-size: 18px;
		line-height: 22px;
	}
	.goods-tab .desk-other .desk-title h6 span {
		margin-left: 0;
		margin-top: 12px;
		display: block;
	}
	.goods-tab .desk-other .desk-list ul li {
		font-size: 16px;
		line-height: 25px;
	}
	.similar-sec {
		padding: 90px 0 40px;
	}
	.similar-sec .title .swiper-btns button {
		top: 100px;
	}
	.similar-sec .title .swiper-btns .swiper-button-prev {
		right: 55px;
	}
	.catalog-links {
		padding: 30px 0;
	}
	.catalog-links .small-title p {
		font-size: 22px;
		display: flex;
		align-items: center;
	}
	.tab-tex .tex-left {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.tab-tex .tex-left p::after {
		content: none;
	}
	.tab-tex .tex-left span,
	.tab-tex .tex-left p span {
		max-width: 100%;
		padding-right: 0;
		font-size: 16px;
	}
	.small-title h6 {
		font-size: 18px;
		line-height: 25px;
	}
	.goods-sec .table tbody tr td,
	.goods-sec .table-head tr th {
		font-size: 14px;
		padding: 12px;
	}
	.tab-effect {
		margin-top: 40px;
		overflow-y: auto;
	}
	.tab-effect .small-title {
		margin-bottom: 0;
	}
	.accordion-item:last-of-type,
	.accordion-item:first-of-type {
		border-radius: 0;
	}
	.accordion-item {
		padding: 0 16px;
	}
	.accordion-button {
		padding: 18px 0;
	}
	.accordion-header button .text,
	.accordion-header {
		font-size: 18px;
		line-height: 25px;
	}
	.goods-tab .tab-docs {
		flex-wrap: nowrap;
		align-items: flex-start;
		width: 100%;
		overflow: auto;
	}
	.goods-tab .tab-docs a {
		display: block;
		min-width: 190px;
		width: 190px;
		height: 270px;
	}
	.contact-sec .title {
		margin-bottom: 40px;
	}
	.contact-sec {
		padding-top: 40px;
	}
	.contact-sec .for-width {
		max-width: 100%;
		flex-direction: column;
	}
	.contact-sec .contact-item {
		flex-direction: column;
	}
	.contact-sec .contact-item a {
		font-size: 34px;
		line-height: 1.2;
	}
	.contact-sec .contact-social {
		margin-left: 0;
	}
	.contact-sec .contact-email,
	.contact-sec .contact-time {
		padding-left: 0;
		border-left: none;
	}
	.contact-sec .contact-item .minus {
		font-size: 16px;
	}
	.contact-sec .contact-email {
		margin: 30px 0;
	}
	.contact-sec .contact-social a {
		display: block;
		font-size: 27px;
		line-height: 120%;
	}
	.contact-sec .contact-item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.contact-sec .contact-time span,
	.contact-sec .contact-item address {
		font-size: 22px;
		line-height: 135%;
	}
	.contact-sec .contact-item address {
		margin-bottom: 30px;
	}
	.contact-sec .contacts {
		margin-bottom: 50px;
	}
	.contact-map .small-title p {
		font-size: 18px;
		line-height: 140%;
	}
	.contact-sec .small-title {
		margin-bottom: 20px;
	}
	.contact-map .map-btns {
		position: unset;
		flex-direction: column;
		gap: 8px;
	}
	.contact-map .map-btns a {
		width: 100%;
		font-size: 16px;
		justify-content: center;
		border-radius: 1px;
		border: 1px solid #6F6F6F;
		background: #262626;
	}
	.contact-map .map-btns .open-map {
		margin-right: 0;
		margin-top: 12px;
	}
	.contact-details {
		margin-top: 60px;
		padding: 20px 16px;
		margin-left: -12px;
		margin-right: -12px;
	}
	.contact-details .details-left p {
		max-width: 100%;
		font-size: 22px;
		line-height: 135%;
		margin-bottom: 20px;
	}
	.contact-details .details-left a {
		letter-spacing: 0.08px;
	}
	.details-organization {
		margin-top: 38px;
	}
	.contact-details .details-item p {
		max-width: 100%;
		color: #BEBEBE;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.contact-details .details-item {
		margin-bottom: 16px;
	}
	.btns-sec {
		padding: 60px 0 0;
	}
	.btns-sec .container {
		padding: 0;
	}
	.btns-sec .btns-block {
		border-right: none;
		border-left: none;
		font-size: 27px;
		padding: 40px 20px;
	}
	.btns-sec .btns-right {
		margin-top: -1px;
	}
	.ship-pay .title h1 {
		margin-bottom: 40px;
	}
	.ship-pay {
		padding-top: 40px;
	}
	.ship-pay .ship-pay-block span {
		font-size: 34px;
		line-height: normal;
		margin-bottom: 24px;
	}
	.ship-pay .ship-pay-block p {
		font-size: 16px;
	}
	.ship-pay .ship-pay-block ul {
		padding-left: 20px;
	}
	.ship-pay .ship-pay-block ul li {
		font-size: 16px;
	}
	.blog-sec {
		padding-top: 40px;
	}
	.blog-sec .title {
		margin-bottom: 40px;
	}
	.articles-sec .small-title p,
	.blog-sec .small-title p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.blog-sec .blog-text .blog-title {
		font-size: 22px;
	}
	.blog-sec .blog-text {
		padding-left: 0;
		border-left: none;
		width: 100%;
		margin-top: 16px;
	}
	.blog-sec .blog-img {
		padding-right: 0;
		width: 100%;
	}
	.blog-sec .blog-block {
		height: auto;
		display: block;
	}
	.blog-end {
		margin-top: 16px;
	}
	.blog-sec .blog-text .rating {
		display: none;
	}
	.blog-sec .blog-content {
		border: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.articles-sec {
		padding: 60px 0;
	}
	.articles-sec .load-more {
		margin-top: 0;
	}
	.articles-block .articles-img > img {
		height: auto;
	}
	.blog-sec .blog-block .blog-link {
		opacity: 1;
	}
	.case-rov h1 {
		font-size: 34px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	.case-side-top .case-rating {
		margin-bottom: 0;
	}
	.case-rov {
		margin-bottom: 30px;
	}
	.case-author {
		padding: 16px;
	}
	.select-menu>.select {
		padding: 16px;
		font-size: 18px;
	}
	.case-block .custom-select {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.case-block .case-text ul li,
	.case-block .case-text > p {
		font-size: 16px;
	}
	.case-block .case-text {
		margin-bottom: 30px;
	}
	.case-block .case-img img {
		height: auto;
	}
	.case-block .case-img span {
		font-size: 11px;
		text-indent: 0;
	}
	.case-block .case-img {
		margin-bottom: 40px;
	}
	.case-expert {
		padding: 16px;
	}
	.minus {
		font-size: 18px;
	}
	.case-expert .quote-img.right,
	.case-expert .quote-img.left img {
		height: 23px;
	}
	.case-expert .small-title,
	.case-expert .quote-img.left {
		margin-bottom: 16px;
	}
	.case-expert .case-quote p {
		font-size: 16px;
	}
	.case-expert .quote-img.right {
		margin-top: 0;
	}
	.case-side {
		padding-left: 0;
	}
	.case-expert {
		margin-bottom: 60px;
	}
	.case-product .case-card-img {
		padding: 30px;
	}
	.case-product .case-card-text p {
		font-size: 14px;
		line-height: 20px;
	}
	.case-product .case-price {
		padding: 16px;
	}
	.case-product .case-price img {
		opacity: 1;
	}
	.case-product:hover .case-card-text {
		border-color: #f96c1e;
	}
	.case-link {
		margin-top: 12px;
	}
	.case-other-sec {
		padding-top: 90px;
	}
	.case-other .case-item .case-item-link {
		display: none;
	}
	.case-other .show-all {
		margin-top: 16px;
	}
	.stock-sec {
		padding: 40px 0 0;
	}
	.stock-sec .title h1 {
		margin-bottom: 40px;
	}
	.stock-top .stock-top-title h2,
	.stock-top .stock-top-title p {
		font-size: 22px;
		line-height: 30px;
	}
	.stock-top .stock-top-title {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.stock-top .stock-top-title span {
		margin-left: 0;
	}
	.stock-top .stock-top-text p {
		font-size: 16px;
	}
	.stock-top .stock-top-text {
		height: auto;
		margin-bottom: 20px;
	}
	.stock-top .stock-date .btn-link {
		opacity: 1;
	}
	.stock-content {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.stock-block.right {
		padding-left: 0;
	}
	.stock-block {
		padding-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #6F6F6F;
		border-right: none;
	}
	.stock-top.full {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #6F6F6F;
	}
	.stock-content {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.stock-banner {
		padding: 30px 0;
	}
	.stock-banner .sb-left p, .stock-banner .sb-left a {
		font-size: 27px;
		line-height: 32px;
	}
	.stock-banner .sb-left a img {
		position: relative;
		top: -5px;
	}
	.stock-banner .sb-right {
		max-width: 100%;
		margin-top: 30px;
	}
	.stock-banner .sb-right p {
		font-size: 18px;
		line-height: 25px;
		color: #fff;
	}
	.stock-modal .modal-header,
	.stock-modal .modal-body {
		padding: 0 0 20px;
	}
	.stock-modal .modal-body .modal-text p {
		font-size: 16px;
	}
	.stock-modal .modal-header h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.stock-modal .modal-content {
		border-radius: 0;
	}
	.stock-modal .modal-header {
		padding-top: 34px;
	}
	.stock-modal .modal-header .modal-close {
		position: fixed;
		right: 15px;
		top: 10px;
		background: #262626;
		z-index: 2;
		padding-left: 5px;
	}
	.stock-modal .modal-body .modal-img img {
		height: auto;
	}
	.sertificate-sec .title h1 {
		font-size: 53px;
		font-weight: 400;
		line-height: 56px;
		margin-bottom: 40px;
	}
	.sertificate-sec .title h1 img {
		display: none;
	}
	.sertificate-sec {
		padding-top: 40px;
	}
	.sertificate-sec .sertificate-text span {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.sertificate-sec .sertificate-text p {
		font-size: 16px;
	}
	.secrtificate-content {
		padding-top: 40px;
	}
	.ser-block {
		padding: 5px;
		margin-bottom: 16px;
		height: auto;
	}
	.ser-block .ser-text span {
		line-height: 22px;
	}
	.secrtificate-content .load-more {
		margin-top: 4px;
	}
	.content-sec {
		padding-top: 40px;
	}
	.content-sec .title h1 {
		margin-bottom: 40px;
	}
	.case-block .case-text h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.content-side {
		margin-left: 0;
	}
	.side-col {
		padding: 0;
		margin-top: 60px;
	}
	.content-side .content-side-btn {
		margin-top: 30px;
	}
	.content-side.fixed {
		position: unset;
		width: 100%;
	}
	.content-btn-sec {
		padding-top: 0;
	}
	footer .footer-logo {
		padding: 20px 16px;
	}
	.call-modal .content-modal .form-btn {
		padding-top: 10px;
		margin-top: 0;
	}
	.not-found h2 {
		font-size: 34px;
		line-height: 40px;
		margin-top: 40px;
	}
	.not-found .not-found-btn {
		flex-direction: column;
	}
	.not-found .not-found-btn .btn-orange {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.not-found-text {
		text-align: center;
		margin-top: 30px;
		max-width: 100%;
	}
	.not-found .not span {
		font-size: 262px;
		font-weight: 700;
		line-height: 1;
		display: block;
		text-align: center;
	}
	.not-found {
		background-image: url('../images/animation.gif');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 300px;
		transition: none;
		height: 100%;
	}
	.not-main,
	.not-found .container {
		height: 100%;
	}
	.not-page {
		height: 100vh;
		overflow: hidden;
	}
	.not-page header.fixed {
		position: unset;
		width: 100%;
	}
	.animation2,
	.animation {
		display: none;
	}
	.not-rov {
		justify-content: space-between !important;
		height: 100%;
		padding-bottom: 5px;
	}
	.about-sec {
		padding-top: 65px;
	}
	.about-sec .about-title {
		margin: 0 0 60px;
		font-size: 53px;
		font-weight: 400;
    	line-height: 56px;
	}
	.about-sec .about-title img {
		height: 28px;
		margin-left: 2px;
	}
	.about-sec .about-video a {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.about-sec .about-video a img {
		height: 64px;
		width: 64px;
	}
	.about-sec .video-info {
		margin-right: 0;
	}
	.about-company {
		margin-top: 130px;
	}
	.about-company .title img {
		width: 9px;
		height: 20px;
	}
	.about-company .about-text {
		margin-top: 30px;
	}
	.about-company .text-title {
		font-size: 22px;
		line-height: 30px;
	}
	.about-company .company-text {
		margin: 30px 0 0;
	}
	.about-history {
		padding-top: 90px;
	}
	.about-history .his-title {
		font-size: 34px;
		line-height: 40px;
		text-align: left;
	}
	.about-history .his-cards {
		margin-top: 50px;
	}
	.about-history .his-cards {
		flex-wrap: nowrap;
		overflow-y: auto;
	}
	.about-history .card-3,
	.about-history .card-2 {
		margin-left: 0;
		margin-top: 0;
	}
	.about-history .his-card {
		margin-right: 12px;
		width: 302px;
		min-width: 302px;
		height: 347px;
		padding: 16px;
	}
	.about-history .card-text p:last-child {
		font-size: 16px;
		line-height: 25px;
	}
	.about-pro {
		padding-top: 90px;
	}
	.about-pro .title {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.about-pro .title span {
		font-size: 18px;
		line-height: 25px;
		display: block;
	}
	.about-pro .title {
		margin-bottom: 30px;
	}
	.about-pro .card-item {
		width: 100%;
		padding: 16px;
		height: 160px;
		margin-bottom: 8px;
	}
	.about-pro .card-item p span:first-child,
	.about-pro .card-item p {
		font-size: 27px;
		line-height: 32px;
	}
	.about-pro .card-item span:last-child {
		font-size: 12px;
		line-height: 14px;
	}
	.about-pro .border-right {
		border: none;
	}
	.about-pro .for-border::after {
		content: none;
	}
	.about-pro .before .card-item::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #6F6F6F;
		width: 1px;
		height: 80px;
	}
	.about-pro .before .card-item::before {
		content: "";
		display: block;
		width: 130px;
		height: 1px;
		background: #6F6F6F;
		position: absolute;
		bottom: -4px;
		right: -68px;
	}
	.about-pro .last .card-item::before {
		content: none;
	}
	.about-price {
		padding-top: 80px;
	}
	.about-price .title {
		margin-bottom: 30px;
	}
	.about-price .price-text {
		font-size: 22px;
		line-height: 30px;
	}
	.about-price .price-content {
		gap: 30px;
	}
	.about-price .price-mail {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}
	.about-price .price-mail span {
		font-size: 16px;
		margin-right: 8px;
	}
	.about-price .price-info img {
		width: 100px;
		height: 100px;
	}
	.about-price .price-info {
		display: flex;
		align-items: flex-start;
		text-align: left;
	}
	.about-price .price-info-img {
		margin-right: 12px;
	}
	.about-price .price-info .fullname {
		margin-top: 0;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 4px;
	}
	.about-component {
		margin: 60px 0 40px;
		padding: 24px 0;
		background-image: url('../images/componrnt-image-mob.png');
		background-size: auto;
	}
	.about-component .component-title p {
		font-size: 34px;
		line-height: 41px;
	}
	.about-component .component-title p:last-child {
		margin-bottom: 0;
	}
	.about-command .command-wrap {
		padding: 40px 0 30px;
		flex-direction: column;
	}
	.about-command .command-text {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	.about-command .command-content a {
		margin-bottom: 48px;
	}
	.about-command .command-card p {
		font-size: 43px;
		line-height: 51px;
	}
	.about-command .command-card span {
		font-size: 14px;
		line-height: 20px;
	}
	.about-command .command-card {
		padding: 16px 16px 36px;
		height: 180px;
	}
	.rank-slide {
		height: 400px;
	}
	.rank-slide .swiper-button-prev {
		right: 42px;
	}
	.about-rank .rank-text p {
		font-size: 18px;
		line-height: 25px;
	}
	.about-rank .rank-text span {
		font-size: 12px;
		line-height: 14px;
	}
	.rank-content {
		padding: 20px 0;
	}
	.about-client {
		padding: 90px 0 60px;
	}
	.about-client .client-content {
		margin-right: 0;
		gap: 30px;
	}
	.about-client .client-content {
		margin-bottom: 30px;
	}
	.about-client .client-text {
		font-size: 16px;
		line-height: 25px;
		width: 100%;
	}
	.about-client .card-image {
		height: 57px;
		padding: 0;
	}
	.about-client .card-image img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
	.about-client .client-card p {
		font-size: 11px;
		line-height: 14px;
		width: 100%;
	}
	.about-client .client-card {
		padding: 12px;
		height: 160px;
	}
	.about-client .client-card.last .card-text .last-text span,
	.about-client .client-card.last .card-text .last-text {
		font-size: 22px;
		line-height: 30px;
	}
	.about-client .client-card.last .card-text > span {
		font-size: 14px;
		line-height: 22px;
	}
	.about-client .card-text span {
		font-size: 11px;
		line-height: 14px;
	}
	.about-client .client-card.last .card-head span {
		font-size: 16px;
	}
	.about-client .client-card.last {
		padding: 12px;
	}
	.index-object .title .title-link {
		display: none;
	}
	.about-object .title h2 {
		margin-bottom: 14px;
	}
	.comment-sec {
		padding: 90px 0 0;
	}
	.comment-block {
		flex-direction: column;
		padding: 16px;
	}
	.comment-block .comment-in {
		max-width: 100%;
		margin-top: 30px;
		margin-right: 0;
		order: 2;
	}
	.comment-block .comment-img {
		order: 1;
		height: 140px;
	}
	.comment-block .comment-img img {
		height: 100%;
	}
	.comment-block .comment-top h6 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.comment-sec .load-more {
		margin-top: 16px;
	}
	.about-faq {
		padding: 90px 0 60px;
	}
	.about-faq .container {
		padding: 0;
	}
	.about-faq .accordion-item {
		border-right: none;
		border-left: none;
	}
	.index-object .object-col {
		margin-bottom: 0;
		padding-left: 6px;
		padding-right: 6px;
	}
	.product-block:hover .product-icon {
		right: 5px;
	}
	footer .footer-socials,
	footer .footer-contact {
		flex-direction: row;
		align-items: center;
	}
	footer .footer-contact .ftr-mail {
		margin-right: 24px;
		margin-bottom: 0;
	}
	footer .footer-socials .callback {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 576px) {
	.index-object .object-col {
		width: 90%;
	}
	.category-list .cat-list-img {
		height: 107px;
		padding: 10px;
		width: 130px;
	}
}
