@import url("fonts.css");

#jGrowl {
	display: none!important;
}

html {
	overflow-x: hidden;
}
body {
	margin: 0;
	font-family: 'UniNeue', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #352E29;
	overflow-x: hidden;
}
.page-inner {
	padding-top: 25px;
	padding-bottom: 100px;
}
.page-inner.page-404 {
	padding-top: 25px;
	padding-bottom: 0;
}
.page-inner.page-404 .content {
	height: 100%;
	display: flex;
	align-items: center;
}
.page-inner.page-404 .image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-inner.page-404 h1 {
	text-align: left;
}
.page-inner h1 {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 28px;
	text-align: center;
	margin-bottom: 42px;
}
.page-product h1 {
	text-align: left;
	margin-bottom: 15px;
}
.page-inner.page-product .container .content .row .row{
	margin-left: 0;
	padding-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.page-catalog .subtitle {
	font-family: 'RoadRadio', sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
}
.page-catalog .subtitle.offset {
	margin-top: 30px;
}
section {
	padding-top: 100px;
}
section.questions {
	margin-bottom: 40px;
}
h2 {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
.page-inner .content h2 {
	font-size: 21px;
	text-align: left;
	margin-bottom: 15px;
}
.page-inner .content .table-wrap {
	overflow-x: auto;
}
.page-inner .content table {
	font-size: 13px;
}
.page-inner .content table thead {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	background: #0289C4;
	color: #fff;
}
.page-inner .content table thead td {
	padding: 10px 20px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.page-inner .content table thead td:last-child {
	border-right: none;
}
.page-inner .content table tr td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	white-space: nowrap;
}
.page-inner .content table tr td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.page-inner .content table tbody td {
	padding: 6px 20px;
	border: 1px solid rgba(2,137,196,0.2);
}
.sub-h2 {
	font-size: 15px;
	font-weight: 350;
	margin-bottom: 36px;
	text-align: center;
	line-height: 1.3;
}
img {
	max-width: 100%;
}
a,
a:hover {
	color: inherit;
	text-decoration: none;
}
input {
	transition: 0.3s;
}
input:focus,
textarea:focus {
	outline: none;
}
button:focus {
	outline: none;
}
.hidden {
	display: none;
}
.button {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 250px;
	height: 70px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	background: #f28d09;
	box-shadow: 0px 5px 0px #c27c21;
	cursor: pointer;
	transition: 0.3s;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 2px #000;
}
.button:hover {
	color: #fff;
	background: #f89b22;
	box-shadow: 0px 5px 0px #d38929;
}

.button.button__min {
	   width: auto;
    min-width: 120px;
    height: auto;
    min-height: 35px;
}
.btn__file {
	position: relative;
	padding-left: 25px;
}
.btn__file:before {
	  content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -13px;
    background: url(../img/download.png) center/cover;
}
.header__button__file {
	margin-top: 5px;
}

.page-product .button-product {
	width: 100%;
}
.page-product .button-product-mob {
	display: none;
}
.page-product .title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
input {
	width: 250px;
	height: 70px;
	background: #fff;
	border: none;
	box-shadow: inset 4px 6px 6px rgba(53, 46, 41, 0.25);
	border-radius: 5px;
	padding: 0 30px;
}
.breadcrumbs {
	font-size: 14px;
	margin: 20px 0;
}
.breadcrumbs .item {
	margin: 0 !important;
	display: inline-block !important;
}
.breadcrumbs a.item {
	color: #006d9d;
}
.breadcrumbs .delimiter {
	color: #CDCDCD;
	margin: 0 7px;
}

/*Для плейсхолдера*/
*::-webkit-input-placeholder {
	color: #352E29;
	font-size: 14px;
	font-weight: 500;
}
*:-moz-placeholder {
	color: #352E29;
	font-size: 14px;
	font-weight: 500;
}
*::-moz-placeholder {
	color: #352E29;
	font-size: 14px;
	font-weight: 500;
}
*:-ms-input-placeholder {
	color: #352E29;
	font-size: 14px;
	font-weight: 500;
}
/*конец стилей для плейсхолдера*/

header {
	position: relative;
	height: 125px;
	box-shadow: 1px 1px 10px rgba(53, 46, 41, 0.2);
}
header .top-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	font-size: 14px;
}
header .top-line .item {
	display: flex;
	align-items: center;
}
header .top-line .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0289C4;
	box-shadow: 2px 2px 6px rgba(2, 137, 196, 0.5);
	margin-right: 10px;
}
header .top-line .item .name {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}
header .top-line .item .value {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
header .top-line .item .value a {
	color: #006d9d;
	text-decoration: underline;
	font-weight: 600;
}
header .top-line .item.address .value {
	max-width: 190px;
}
header .top-line .item.address .value {
	font-size: 13px;
}

header .top-line .item.phones {
	flex-direction: column;
}
header .top-line .item.phones p {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 1;
}
header .top-line .item.phones p:last-child {
	margin-bottom: 0;
}
header .top-line .item.phones p span {
	color: #006d9d;
}

header .menu {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 300;
	font-size: 13px;
	background: #006d9d;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	height: 50px;
	display: flex;
	overflow: hidden;
}
header .menu .link {
	position: relative;
	flex-basis: 12.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: 0.3s;
	line-height: 1.3;
    text-align: center;
}
header .menu span.link {
	cursor: default;
}
header .menu .link:hover,
header .menu .link.active {
	background: #026F9E;
}
header .menu .link:before {
	content: '';
	display: block;
	width: 1px;
	height: 24px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
header .menu .link:last-child:before {
	display: none;
}
header .menu:not(.mob-menu) .link:last-child {
	font-weight: 900;
	text-decoration: underline;
}
header .menu .link.toggle-mob-menu {
	display: none;
}
header .menu-wrap {
	position: relative;
}
header .mob-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 142.5px;
	width: 142.5px;
	flex-direction: column;
	height: auto !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: 0.2s;
}
header .mob-menu.open {
	visibility: visible;
	opacity: 1;
}
header .mob-menu .link {
	display: none;
	padding: 7px 0;
}
header .mob-menu .link:before {
	display: none;
}

.header__phones {
	position: relative;
}
.header__phones p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.header__phones .phones-others{
	display: none;
}
.header__phones .phones-others p{
	font-family: 'RoadRadio', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
	margin-bottom: 0;
}
.header__phones .phones-others p span {
	color: #f28d09;
}
.header__phones .show-all-phones{
	display: inline-block;
	padding: 0;
	border: 0;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: none;
	position: relative;
	cursor: pointer;
}
.header__phones .show-all-phones:before,
.header__phones .show-all-phones:after{
	  content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #007bff;
    transform: rotate(45deg);
    left: 5px;
}
.header__phones .show-all-phones:after {
	transform: rotate(-45deg);
    left: 11px;
}
.header__phones.active .show-all-phones:before {
	transform: rotate(135deg);
}
.header__phones.active .show-all-phones:after {
	transform: rotate(45deg);
}
.header__phones .phone-main{
	display: flex;
}
.header__phones.active .phones-others {
	  display: block;
    position: absolute;
    top: -6px;
    padding: 5px 10px 9px;
    border-radius: 5px;
    right: -11px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #007bff;
}
.header__phones.active .phone-main .item.phones {
	opacity: 0;
}
header .item__other {
	    display: flex;
    flex-direction: column;
     align-items: end!important;
}
.header__socials .item {
	margin-right: 0!important;
	margin-left: 10px;
}
.header__socials {
	    display: flex;
    margin-top: 5px;
}

.home__banner__slider .item-slide{
	padding-left: 3px;
	padding-right: 3px;
	display: none;
}
.home__banner__slider .item-slide:first-of-type {
	display: block;
}

.home__banner__slider .h1-slide {
	   font-family: 'RoadRadio',sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px;
}

.home__banner__slider .slick-slide img {
	display: inline-block;
}

#header__menu__fixed {
	z-index: 10;
}

#header__menu__fixed.fixed {
	background: #0289C4;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	/*left: 50%;
	width: 1140px;
	margin-left: -570px;*/
}

#header__menu__fixed.fixed .menu {
	width: 1140px;
	margin: 0 auto;
}

.portolio-row {
	display: flex!important;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.portolio-row .item{
	margin: 7px;
	display: flex!important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(2,137,196,.2);
  border-radius: 5px;
  padding: 5px;
  width: calc( 25% - 14px );
}
.portolio-row {
	
}
.portolio-row {
	
}
.portolio-row {
	
}

.page-home .main {
	padding-top: 0;
	min-height: 600px;
	/*background-image: url('/assets/app/img/bg-main.jpg');*/
	background-image: url('/assets/app/img/bg-main.webp');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.page-home .main {
		background-image: url('/assets/app/img/bg-main.webp')!important;
	}
}
.page-home .main .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.page-home .main .col1 {
	position: relative;
	max-width: 590px;
	margin-top: 86px;
}
.page-home h1 {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
}
.page-home .main .col1 .subtitle {
	font-weight: 350;
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 33px;
}
.page-home .main .col1 .main-arrow {
	position: absolute;
	top: -53px;
	right: 48px;
}
.page-home .main .col1 .main-badge-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	width: 96px;
	height: 96px;
	background: #f28d09;
	border-radius: 50%;
	position: absolute;
	top: -90px;
	right: -80px;
	transform-style: preserve-3d;
}
.page-home .main .col1 .main-badge-logo:after {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	transform: translateZ(-1px);
}
.page-home .main .col1 .main-badge-logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 148px;
	height: 148px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	transform: translateZ(-1px);
}
.page-home .main .col2 {
	position: relative;
	text-align: right;
}
.page-home .main .col2 .badge {
	margin-bottom: 53px;
}

.main-main-success .col2 img{
	margin-top: 75px;
}

.main-main-success .btn-instagram{
	margin-left: 40px;
	background: linear-gradient(45deg, #FFC107 14.64%, #F44336 50.49%, #9C27B0 84.64%);
}

.page-home .main .col2 .delivery {
	position: absolute;
	bottom: 15px;
	left: -111px;
	width: 168px;
	height: 168px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	padding: 20px 20px;
	transform-style: preserve-3d;
}
.page-home .main .col2 .delivery .text {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
}
.page-home .main .col2 .delivery .text span {
	text-transform: uppercase;
	color: #f28d09;
	font-weight: 700;
}
.page-home .main .col2 .delivery .box {
	position: absolute;
	bottom: 0;
	left: -3px;
}
.page-home .main .col2 .delivery:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	top: 36px;
	right: -1px;
	transform: rotate(20deg) translateZ(-1px);
}
.page-home .main .col2 .button {
	display: none;
}

.page-home .guarantee h2 {
	max-width: 710px;
	margin: 0 auto;
	margin-bottom: 22px;
}
.page-home .guarantee .items {
	display: flex;
}
.page-home .guarantee .items .item {
	width: 20%;
	text-align: center;
	padding: 0 15px;
}
.page-home .guarantee .items .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #0289C4;
	border-radius: 50%;
	margin: 22px auto;
	transform-style: preserve-3d;
}
.page-home .guarantee .items .item .icon:after {
	content: '';
	position: absolute;
	display: block;
	width: 124px;
	height: 124px;
	background: rgba(2,137,196,0.1);
	border-radius: 50%;
	transform: translateZ(-1px);
}
.page-home .guarantee .items .item .icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 144px;
	height: 144px;
	border: 1px solid rgba(2,137,196,0.1);
	border-radius: 50%;
	transform: translateZ(-1px);
}
.page-home .guarantee .items .item .text {
	font-weight: 350;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.page-home .manufacture h2 {
	margin-bottom: 10px;
}
.page-home .manufacture .sub-h2 {
	max-width: 646px;
	margin-left: auto;
	margin-right: auto;
}
.page-home .manufacture .video {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 540px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 4px 6px 8px rgba(53, 46, 41, 0.2);
}
.page-home .manufacture .video .video-link {
	transition: 0.3s;
}
.page-home .manufacture .video .video-link:hover {
	transform: scale(1.04);
}

.page-home .categories h2 {
	margin-bottom: 42px;
}
.page-home .categories .item,
.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 290px;
	border-radius: 5px;
	border: 1px solid rgba(2,137,196,0.2);
	text-align: center;
	padding: 30px 0 20px 0;
	margin-bottom: 30px;
	transition: 0.2s;
}
.page-home .categories .item img,
.product img {
	align-self: center;
}
.page-home .categories .item img {
	max-height: 195px;
}
.page-home .categories .item span,
.product span {
	margin: 0;
	padding: 5px 35px;
	font-size: 15px;
	line-height: 1.3;
}
.product span {
	 font-weight: 700;
}
.page-home .categories .item:hover,
.product:hover {
	background: #0289C4;
	background-color: #0289C4;
	color: #fff;
}
.page-home .categories .button {
	margin: 10px auto 25px auto;
	width: 190px;
	height: 50px;
	font-size: 16px;
}

.page-home .text-block h2 {
	margin-bottom: 42px;
}

.block-price {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: 100px;
	padding-bottom: 108px;
	color: #fff;
}
.block-price .col:before {
	/*content: url('/assets/app/img/price.png');*/
	content: url('/assets/app/img/price.webp');
	position: absolute;
	bottom: -148px;
	left: 850px;
}
.block-price h2 {
	max-width: 799px;
	text-align: left;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 27px;
}
.block-price .price-form {
	display: flex;
}
.block-price .price-form input {
	margin-right: 15px;
}

.page-home .working {
	padding-bottom: 100px;
}
.page-home .working h2 {
	margin-bottom: 45px;
}
.page-home .working .items {
	display: flex;
}
.page-home .working .item {
	position: relative;
	padding-bottom: 28px;
	padding-right: 43px;
	width: 16.667%;
}
.page-home .working .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background: #0289C4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-home .working .item:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background: #0289C4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-home .working .item .num {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 90px;
	line-height: 1;
	position: absolute;
	top: -26px;
	left: 0;
	color: #0289C4;
	opacity: 0.05;
	display: none;
}
.page-home .working .item .icon {
	filter: drop-shadow(1px 1px 4px rgba(2, 137, 196, 0.6));
	margin-bottom: 27px;
}
.page-home .working .item .title {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.page-home .working .item .text {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 350;
	margin: 0;
}

.round {
	padding-top: 70px;
	padding-bottom: 77px;
	background: rgba(2,137,196,0.04);
}
.round h2 {
	margin-bottom: 42px;
}
.round .items {
	display: flex;
}
.round .item {
	width: 33.33%;
}
.round .item .title {
	font-weight: 350;
	font-size: 16px;
	padding-left: 30px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(216,70,63,0.2);
}
.round .item .title span {
	font-weight: 900;
}
.round .item .title:before {
	content: url('/assets/app/img/icons/flag.svg');
	margin-right: 8px;
	position: relative;
	top: 9px;
}

.clients h2 {
	margin-bottom: 42px;
}
.owl-carousel {
	margin: 0 auto;
}
.owl-carousel .owl-item img {
	width: auto;
  max-width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #0289C4;
	transition: 0.3s;
}
.owl-carousel .owl-nav button:hover {
	background: #0289C4;
}
.owl-carousel .owl-nav button:hover svg path {
	fill: #fff;
}

.instagram-sliders {
	display: flex;
    justify-content: center;
}
.instagram-slider__wrap {
	    width: 365px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.instagram-slider__wrap .owl-next {
	right: 5px;
}
.instagram-slider__wrap .owl-prev {
	left: 5px;
}

.instagram-slider__wrap img {
	width: 100%!important;
}

@media screen and (max-width: 1050px) {
	.instagram-sliders .instagram-slider__wrap:nth-child(n+3) {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.instagram-sliders .instagram-slider__wrap:nth-child(n+2) {
		display: none;
	}
}

.clients .clients-slider,
.portfolios .portfolios-slider{
	max-width: 945px;
}
.clients-slider .owl-nav button.owl-prev,
.portfolios .owl-nav button.owl-prev{
	left: -98px;
}
.clients-slider .owl-nav button.owl-next,
.portfolios .owl-nav button.owl-next{
	right: -98px;
}
.portfolios-slider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.faq h2 {
	margin-bottom: 42px;
}
.faq .item {
	border-top: 1px solid rgba(34,34,34,0.1);
}
.faq .item:last-child {
	border-bottom: 1px solid rgba(34,34,34,0.1);
}
.faq .item .question {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 60px 20px 0;
	margin: 0;
	cursor: pointer;
}
.faq .item .question .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0289C4;
	transform-style: preserve-3d;
}
.faq .item .question .icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(2,137,196,0.1);
	border-radius: 50%;
	transform: translateZ(-1px);
}
.faq .item .question.active .icon svg rect:first-child {
	display: none;
}
.faq .item .answer {
	padding-right: 60px;
}

.page-home .questions-form-wrap {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	box-shadow: 4px 6px 8px rgba(53, 46, 41, 0.2);
	border-radius: 5px;
	color: #fff;
	padding: 100px;
}
.page-home .questions h2 {
	text-align: left;
	font-size: 40px;
	margin-bottom: 30px;
}
.page-home .questions .subtitle {
	font-weight: 350;
	font-size: 22px;
	margin-bottom: 33px;
}
.page-home .questions-form-wrap .questions-man {
	position: absolute;
	bottom: 0;
	right: 91px;
}
.page-home .questions-form input {
	margin-bottom: 20px;
}
.page-home .questions-form input:first-child {
	margin-right: 15px;
}
.page-home .questions-form .button {
	margin-bottom: 10px;
}

.page-home .structure {
	padding-bottom: 90px;
}
.page-home .structure h2 {
	margin-bottom: 40px;
}
.page-home .structure .item {
	margin-bottom: 11px;
}
.page-home .structure .item a {
	display: inline-block;
	padding-left: 19px;
	font-size: 14px;
	position: relative;
}
.page-home .structure .item a:before {
	content: url('/assets/app/img/icons/pin.svg');
	position: absolute;
	top: 2px;
	left: 0;
}
.page-home .structure .item a:hover {
	color: #0289C4;
}

footer {
	background: #201E1C;
	padding: 40px 0;
	color: #fff;
}
footer .footer-items {
	display: flex;
	justify-content: space-between;
}
footer .footer-logo {
	max-width: 160px;
}
footer .footer-logo .logo {
	margin-bottom: 30px;
}
footer .footer-logo .messengers {
	display: flex;
	margin-bottom: 12px;
}
footer .footer-logo .messengers .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s;
}
footer .footer-logo .messengers .item:hover {
	filter: brightness(120%);
}
footer .footer-logo .messengers .item:last-child {
	margin-right: 0;
}
footer .footer-logo .messengers .whatsapp {
	background: #7AD06D;
}
footer .footer-logo .messengers .telegram {
	background: #039BE5;
}
footer .footer-logo .messengers .viber {
	background: #8E24AA;
}
footer .footer-logo .messengers .skype {
	background: #03A9F4;
}

footer .footer-logo .socials-title {
	font-size: 14px;
	font-weight: 350;
	margin-bottom: 8px;
}
footer .footer-logo .socials {
	display: flex;
	margin-bottom: 22px;
}
footer .footer-logo .socials .item,
.header__socials .item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s;
}
footer .footer-logo .socials .item:hover {
	filter: brightness(120%);
}
footer .footer-logo .socials .item:last-child {
	margin-right: 0;
}
footer .footer-logo .socials .facebook,
.header__socials .facebook{
	background: #384E95;
}
footer .footer-logo .socials .instagram,
.header__socials .instagram{
	background: linear-gradient(45deg, #FFC107 14.64%, #F44336 50.49%, #9C27B0 84.64%);
}
footer .footer-logo .socials .youtube,
.header__socials .youtube{
	background: #EC1714;
}
footer .footer-logo .socials .item img,
.header__socials .item img{
	width: 16px;
}
footer .footer-logo .socials .facebook img,
.header__socials .facebook img{
	width: 9px;
}

footer .footer-logo .copyright {
	opacity: 0.9;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 350;
	margin: 0;
}
footer .title {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 14px;
	line-height: 1;
}
footer .footer-menu .items {
	display: flex;
	flex-direction: column;
}
footer .footer-menu .item {
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
}
footer .footer-menu .item a {
	transition: 0.3s;
}
footer .footer-menu .item a:hover {
	opacity: 0.5;
}
footer .footer-menu .item.callback {
	color: #f28d09;
	text-decoration: underline;
	margin-bottom: 0;
}
footer .footer-catalog .items {
	display: flex;
}
footer .footer-catalog .item {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
footer .footer-catalog .item a {
	transition: 0.3s;
}
footer .footer-catalog .item a:hover {
	opacity: 0.5;
}
footer .footer-catalog .col1 .item:last-child,
footer .footer-catalog .col2 .item:last-child {
	margin-bottom: 0;
}
footer .footer-catalog .col1 {
	margin-right: 44px;
}
footer .footer-contacts {
	max-width: 235px;
}
footer .footer-contacts .phones {
	margin-bottom: 22px;
}
footer .footer-contacts .phones .phone {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1;
}
footer .footer-contacts .phones .phone:last-child {
	margin-bottom: 0;
}
footer .footer-contacts .phones .phone span {
	color: #f28d09;
}

footer .footer-contacts .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
footer .footer-contacts .item:last-child {
	margin-bottom: 0;
}
footer .footer-contacts .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0289C4;
	box-shadow: 2px 2px 6px rgba(2, 137, 196, 0.5);
	margin-right: 10px;
}
footer .footer-contacts .item .name {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}
footer .footer-contacts .item .value {
	margin: 0;
	font-size: 14px;
	font-weight: 350;
	line-height: 1.5;
}
footer .footer-contacts .item .value a {
	/*color: #0289C4;*/
	text-decoration: underline;
}
footer .footer-contacts .item.address .value {
	max-width: 190px;
}
footer .footer-contacts .item.address .value {
	font-size: 13px;
}

.sidebar-caption {
	  margin: 20px 0 10px;
    font-weight: 700;
    font-size: 20px;
}

.page-catalog .content {
	margin-top: 70px;
	font-size: 14px;
}
.page-catalog .categories-toggle {
	position: relative;
	display: none;
	width: 100%;
	justify-content: flex-start;
	padding: 0 20px;
}
.page-catalog .categories-toggle:before {
	content: url(/assets/app/img/icons/arrow-down.svg);
	position: absolute;
	top: 21px;
	right: 22px;
}
.page-catalog .categories {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 253px;
}
.page-catalog .categories .link {
	background: #352E29;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 20px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}
.page-catalog .categories span.link {
	cursor: default;
}
.page-catalog .categories .link:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.page-catalog .categories .link:last-child {
	border-bottom: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.page-catalog .categories .link:hover {
	background: #f28d09;
	text-shadow: 2px 2px 2px #000;
}
.page-catalog .categories .link.active {
	position: relative;
	background: #f28d09;
	text-shadow: 2px 2px 2px #000;
}
.page-catalog .categories .link.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 49px;
	right: -34px;
	border: 24px solid transparent;
	border-left: 10px solid #f28d09;
}

.page-product .main-image {
	margin-bottom: 30px;
}
.page-product .slider {
	margin-bottom: 30px;
}
.page-product .slider .slider-for {
	margin-bottom: 8px;
}
.page-product .slider .slider-for .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 1;
	cursor: pointer;
}
.page-product .slider .slider-for .slick-arrow:first-child {
	left: 20px;
}
.page-product .slider .slider-for .slick-arrow:last-child {
	right: 20px;
}
.page-product .slider .slider-for .slick-list {
	border: 2px solid #0289C4;
	border-radius: 5px;
	padding: 40px 0;
}
.page-product .slider .slider-for .slick-slide div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-product .slider .slider-nav .slick-slide div {
	border: 2px solid rgba(143,143,143,0.2);
	border-radius: 5px;
	margin: 0 2px;
	display: flex;
	padding: 11px 0;
	cursor: pointer;
}
.page-product .slider .slider-nav .slick-slide.slick-current div {
	border: 2px solid #0289C4;
}
.page-product .slider .slider-for .slick-slide img,
.page-product .slider .slider-nav .slick-slide img {
	width: auto !important;
	margin: auto;
}
.page-product .slider .slider-nav .slick-slide:not(.slick-current) img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.page-product .slider .slick-arrow.slick-disabled path {
	fill: #F0F0F0;
}
.page-product .product-portolio .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 27px;
}
.page-product .product-portolio .head h2 {
	text-align: left;
}
.page-product .product-portolio .slider-portolio-nav {
	display: flex;
	align-items: center;
}
.page-product .product-portolio .slider-portolio-nav .slick-arrow {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.page-product .product-portolio .slider-portolio-nav .slick-arrow:first-child {
	margin-right: 18px;
}
.page-product .product-portolio .slider-portolio-nav .slick-arrow.slick-disabled path {
	fill: #F0F0F0;
}
.page-product .product-portolio .slider-portolio .slick-list {
	margin: 0 -7px;
}
.page-product .product-portolio .slider-portolio .slick-track {
	margin-left: 0;
}
.page-product .product-portolio .slider-portolio .slick-slide {
	margin: 0 7px;
}
.page-product .product-portolio .slider-portolio .item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(2,137,196,0.2);
	border-radius: 5px;
	padding: 5px 0;
}
.page-product .product-portolio .slider-portolio .item:focus {
	outline: none;
}

.similar-products h2 {
	margin-bottom: 32px;
}
.similar-slider {
	max-width: 849px;
}
.similar-slider .product {
	margin-bottom: 0;
}
.similar-slider .owl-nav button.owl-prev {
	left: -145px;
}
.similar-slider .owl-nav button.owl-next {
	right: -145px;
}
.similar-slider .product {
	max-width: 263px;
}

.page-about .main {
	padding-top: 0;
	padding-bottom: 90px;
}
.page-about .about-package {
	display: block;
	margin: 0 auto;
}

.page-about .manufacture-gallery {
	padding-top: 53px;
	padding-bottom: 100px;
}
.page-about .manufacture-slider {
	max-width: 944px;
}
.page-about .manufacture-slider .owl-nav button.owl-prev {
	left: -98px;
}
.page-about .manufacture-slider .owl-nav button.owl-next {
	right: -98px;
}
.page-about .manufacture-slider img {
	border-radius: 5px;
}

.page-about .clients {
	background: rgba(2,137,196,0.04);
	padding-top: 70px;
	padding-bottom: 90px;
}

.page-works .work {
	text-align: center;
	margin-bottom: 40px;
}
.page-works .work img {
	border-radius: 5px;
	margin-bottom: 12px;
}
.page-works .work .name {
	margin: 0;
}
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.pagination .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #352E29;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s;
}
.pagination .item svg path {
	transition: 0.3s;
}
.pagination .item:last-child {
	margin-right: 0;
}
.pagination .item.active {
	background: #0289C4;
	border-color: #0289C4;
	color: #fff;
}
.pagination a.item:not(.active):hover {
	border-color: #0289C4;
	color: #0289C4;
}
.pagination a.item:hover svg path {
	fill: #0289C4;
}

.page-articles .article {
	margin-bottom: 40px;
}

.page-article .content p a {
	color: #006d9d;
	text-decoration: underline;
}

.page-articles .article img {
	border-radius: 5px;
	margin-bottom: 15px;
}
.page-articles .article .title {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}
.page-articles .article .date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #0289C4;
}
.page-articles .article .date:before {
	content: url(/assets/app/img/icons/calendar.svg);
	margin-right: 7px;
	position: relative;
	top: 3px;
}
.page-articles .article .text {
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}

.page-article h1 {
	text-align: left;
	margin-bottom: 10px;
}
.page-article .date {
	font-size: 12px;
	margin-bottom: 15px;
	color: #0289C4;
}
.page-article .date:before {
	content: url(/assets/app/img/icons/calendar.svg);
	margin-right: 7px;
	position: relative;
	top: 3px;
}
.page-article .main-image {
	border-radius: 5px;
	margin-bottom: 40px;
}

.page-contacts #map {
	border-radius: 5px;
	height: 500px;
	overflow: hidden;
}
.page-contacts .item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.page-contacts .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #0289C4;
	box-shadow: 2px 2px 6px rgba(2, 137, 196, 0.5);
	margin-right: 10px;
}
.page-contacts .item .icon img {
	width: 20px;
}
.page-contacts .item .name {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}
.page-contacts .item .value {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.page-contacts .item .value a {
	color: #0289C4;
	text-decoration: underline;
}
.page-contacts .item.address .value {
	max-width: 190px;
	font-size: 13px;
}
.page-contacts .item.phone .value {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 700;
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}
.page-contacts .item.phone .value a {
	color: #352E29;
	text-decoration: none;
}
.page-contacts .item.phone .value span {
	color: #f28d09;
}
.page-contacts .messengers {
	display: flex;
	margin-top: 7px;
}
.page-contacts .messengers .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 12px;
	transition: 0.3s;
}
.page-contacts .messengers .item:hover {
	filter: brightness(120%);
}
.page-contacts .messengers .item:last-child {
	margin-right: 0;
}
.page-contacts .messengers .whatsapp {
	background: #7AD06D;
}
.page-contacts .messengers .telegram {
	background: #039BE5;
}
.page-contacts .messengers .viber {
	background: #8E24AA;
}
.page-contacts .messengers .skype {
	background: #03A9F4;
}
.page-contacts .messengers .item img {
	width: 18px;
}

.page-contacts .socials {
	display: flex;
	margin-top: 7px;
}
.page-contacts .socials .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 12px;
	transition: 0.3s;
}
.page-contacts .socials .item:hover {
	filter: brightness(120%);
}
.page-contacts .socials .item:last-child {
	margin-right: 0;
}
.page-contacts .socials .facebook {
	background: #384E95;
}
.page-contacts .socials .instagram {
	background: linear-gradient(45deg, #FFC107 14.64%, #F44336 50.49%, #9C27B0 84.64%);
}
.page-contacts .socials .youtube {
	background: #EC1714;
}
.page-contacts .socials .item img {
	width: 18px;
}
.page-contacts .socials .facebook img {
	width: 10px;
}

.page-404 .subtitle {
	text-align: center;
	margin-bottom: 22vh;
}

.page-sitemap .sitemap ul {
	margin: 0;
	padding: 0;
}
.page-sitemap .sitemap ul li {
	list-style-type: none;
	padding: 3px 0;
}
.page-sitemap .sitemap ul li a {
	transition: 0.3s;
}
.page-sitemap .sitemap ul li a:hover {
	color: #0289C4;
}
.page-sitemap .sitemap ul li ul {
	margin-left: 20px;
}
.page-sitemap .sitemap ul li ul li {
	padding-left: 16px;
	position: relative;
}
.page-sitemap .sitemap ul li ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #0289C4;
	border-radius: 50%;
}
.page-pantone .pantone-table {
	width: 100%;
}
.page-pantone .pantone-table td,
.page-pantone .pantone-table th {
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px;
}


/*Popup*/
.popup {
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	padding: 30px;
}

.popup.order {
	/*background: url('/assets/app/img/popup-bg.jpg') no-repeat top center;*/
	background: rgba(118,163,214,0.96);
	background-size: cover;
	max-width: 715px;
	padding: 100px;
	border-radius: 5px;
	color: #fff;
}
.popup.order .title {
	font-family: 'RoadRadio', sans-serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
.popup.order .subtitle {
	font-size: 20px;
	font-weight: 350;
	margin-bottom: 36px;
}
.popup.order .input-wrap {
	display: flex;
	justify-content: center;
}
.popup.order input {
	margin-right: 15px;
	margin-bottom: 20px;
}
.popup.order input:last-child {
	margin-right: 0;
}
.popup.order .button {
	margin-left: auto;
	margin-right: auto;
}

.mfp-close {
	width: auto;
	height: auto;
	top: 30px;
	right: 30px;
	opacity: 1;
	padding: 5px;
	line-height: normal;
	cursor: pointer;
}
.mfp-close:active {
	top: 30px;
}
.mfp-iframe-holder .mfp-close:active {
	top: -40px;
}
.mfp-bg {
	opacity: 0.7;
}
/*Конец Popup*/

/*Анимация для попап окон*/
.my-mfp-zoom-in .popup,
.my-mfp-zoom-in .mfp-iframe,
.my-mfp-zoom-in .mfp-figure {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .popup,
.my-mfp-zoom-in.mfp-ready .mfp-iframe,
.my-mfp-zoom-in.mfp-ready .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .popup,
.my-mfp-zoom-in.mfp-removing .mfp-iframe,
.my-mfp-zoom-in.mfp-removing .mfp-figure {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*Конец анимация для попап окон*/
.langbox {position:absolute;top:10px;right:0;background-color:#006d9d;color:#fff;border-radius: 6px 0 0 6px;}
.langbox ul {list-style:none;padding:5px;margin:0;}
.langbox ul li.active {color:#026F9E;}

input.lf-input, select.lf-input {
  width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    box-shadow: inset 4px 6px 6px rgb(53 46 41 / 25%);
    border-radius: 5px;
    padding: 0 10px;
    margin:5px 0;
}

.lineform {padding:15px 10px;background:#0289C4;border-radius:8px;}
.lf-button {height:65px;}
.lineform-desc {}
.lf-slogan {font-size:30px;font-weight:600;margin:40px 0;line-height:36px;}
.lf-text {margin:40px 0;border-left:4px solid #026F9E;}
.lf-img {margin-top:40px;}
select {font-size:14px;}
@media screen and (max-width: 959px) {
.lf-slogan {font-size:24px;font-weight:600;margin:10px 0;line-height:28px;max-width:50%;}
.lf-text {margin:10px 0;border-left:4px solid #026F9E;max-width:30%;}
.lf-img {margin-top:10px;float:right;max-width:20%;}	
}
select:focus {
  outline: none;
}
.borderok {width:100%;background-color: #168ac2;height:4px;margin-top:40px;margin-bottom:20px;}
.tovar-text {color: #168ac2;font-weight:bold;text-align:center;}
.tovar-box {margin-top:20px;margin-bottom:10px;}
.arrowup {-webkit-transform: rotate(252deg);-moz-transform: rotate(252deg);transform: rotate(252deg);background-position: center center;
    border-color: transparent;
    border-style: solid;}
    
.form-calc-order {
	margin-top: 30px;
} 
.form-calc-order .caption{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
} 
.form-calc-order .inputs-radio{
	    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
} 
.form-calc-order input[type="radio"]{
	display: none;
} 
.form-calc-order .inputs-radio label {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
} 
.form-calc-order .inputs-radio label span{
	display: inline-block;
    padding: 5px 11px;
    border: 1px solid #000;
    font-size: 20px;
} 
.form-calc-order input[type="radio"]:checked + span{
	border-color: #00bfff;
	color:#fff;
	background: #00bfff;
} 
.form-calc-order .quantity-wrap{    display: flex; margin-bottom: 20px;}
.form-calc-order .quantity-wrap .button{
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    transition: 0.3s;
    height: 40px;
}
.form-calc-order .quantity-wrap .button.minus{
	position: relative;
    left: 1px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.form-calc-order .quantity-wrap input[type="number"]{
	-moz-appearance: textfield;
}
.form-calc-order .quantity-wrap input {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 15px;
    font-weight: 500;
    line-height: 1;
    color: rgba(0,0,0,0.7);
    text-align: center;
    background-color: #FFF;
	    width: 60px;
    height: 45px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    padding: 0;
}
.form-calc-order .quantity-wrap input::-webkit-outer-spin-button,
.form-calc-order .quantity-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-calc-order .price {
	color: #00bfff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 22px;
}
.form-calc-order select {
	    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px 4px;
    cursor: pointer;
}
.product img {
	margin-bottom: 6px;
}
.product .price-p {
	    display: block;
    padding: 12px 10px 5px;
    border-top: 1px solid rgba(2,137,196,0.2);
    margin-top: 6px;
    /*font-size: 17px;*/
    font-size: 15px;
    font-weight: 400;
}
.page-home .categories .item span, .product span {
	font-size: 17px;
}
.product .price-p b {
	font-weight: 400;
}
.product:hover .price-p{
	border-top-color: #fff;
}
.product .order {
	    height: 34px!important;
    width: calc(100% - 40px)!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 10px!important;
} 
.product a {
	    display: inline-flex;
    flex-direction: column;
}
.popup.order#form-order-calc-popup-ajax {
    padding: 100px 30px;
}
.popup.order#form-order-calc-popup-ajax .wrap__form {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.popup.order#form-order-calc-popup-ajax .left,
.popup.order#form-order-calc-popup-ajax .right{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.popup.order#form-order-calc-popup-ajax .right {
	padding-top: 35px;
}
.popup.order#form-order-calc-popup-ajax .input-wrap{
	flex-direction: column;
}
.popup.order#form-order-calc-popup-ajax .form-calc-order{
	margin-top: 0;
	text-align: left;
}
.popup.order#form-order-calc-popup-ajax [type="submit"]{
		margin-left: unset;
    margin-right: unset;
    width: 100%;
    margin-right: 0;
}
.popup.order#form-order-calc-popup-ajax .form-calc-order span.button{
	    margin-left: unset;
    margin-right: unset;
}
.popup.order#form-order-calc-popup-ajax .quantity-wrap{
	margin-bottom: 15px;
}
.popup.order#form-order-calc-popup-ajax .price{
	color: #fff;
}
.popup.order#form-order-calc-popup-ajax .quantity-wrap input[type="number"]{
	margin: 0;
}
.popup.order#form-order-calc-popup-ajax .form-calc-order .inputs-radio label span{
	background: #fff;
    color: #000;
}

.popup.order#form-order-calc-popup-ajax .form-calc-order input[type="radio"]:checked + span {
	background: #f89b22;
	color: #fff;
}
.popup.order#form-order-calc-popup-ajax .input-wrap input{
	margin-right: 0;
	width: 100%;
}

.slider__popupar .owl-item > div {
	max-width: 100%;
  flex: 0 0 100%;
	padding-left: 0;
	padding-right: 0;
}
.slider__popupar .owl-item .product {
	margin-bottom: 0;
}
.slider_home_popular {
	padding-top: 80px;
}
.slider_home_popular .owl-prev{
	left: -66px;
}
.slider_home_popular .owl-next{
	right: -66px;
}
 
@media screen and (max-width: 670px) {
	.popup.order#form-order-calc-popup-ajax .wrap__form {
		    flex-direction: column;
	}
	.popup.order#form-order-calc-popup-ajax .left, .popup.order#form-order-calc-popup-ajax .right {
		width: 100%;
	}
	.popup.order#form-order-calc-popup-ajax {
		padding: 35px 30px;
	}
	.mfp-wrap {
		z-index: 1000000;
	}
} 

.page-home .working .items.slick-slider {
	    display: block;
}
.page-home .working .items.slick-slider .slick-track{
	    display: flex;
}
.page-home .working .items.slick-slider .slick-slide {
		height: initial;
}
.page-home .working .items.slick-slider .slick-slide > div{
	    height: 100%;
}
.page-home .working .items.slick-slider .item {
		height: 100%;
}
 
@media screen and (max-width: 1199px) {
	.page-home .guarantee .items {
		display: block;
		width: 100%;
	}
	.page-home .guarantee .items .item{
		width: auto;
	}
	.page-home .guarantee .items {
		
	}
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 