/** =================== MONTSERRAT =================== **/

/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Thin.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Thin.woff") format("woff");
}

/** Montserrat Thin-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-ThinItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-ThinItalic.woff") format("woff");
}

/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-ExtraLight.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-ExtraLight.woff") format("woff");
}

/** Montserrat ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Light.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Light.woff") format("woff");
}

/** Montserrat Light-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-LightItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-LightItalic.woff") format("woff");
}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Regular.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Regular-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-Italic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Italic.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Medium.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Medium.woff") format("woff");
}

/** Montserrat Medium-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-MediumItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-MediumItalic.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat SemiBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Bold.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Bold.woff") format("woff");
}

/** Montserrat Bold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-BoldItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-BoldItalic.woff") format("woff");
}

/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-ExtraBold.woff") format("woff");
}

/** Montserrat ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Black **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../../assets/fonts/Montserrat-Black.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-Black.woff") format("woff");
}

/** Montserrat Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("../../assets/fonts/Montserrat-BlackItalic.woff2") format("woff2"),
         url("../../assets/fonts/Montserrat-BlackItalic.woff") format("woff");
}

body {
	font-family: "Montserrat";
}

:root {
	--black: #1B1B1B;
	--dark: #13171C;
	--dark-grey: #21262D;
	--light-grey: #FAFAFA;
	--white: #FFFFFF;
	--red: #D7111D;
	--light-blue: #1853D2;
	--dark-blue: #153F98;
	--gallery-image: 426px
}

.--black {
	font-weight: 900
}

.--extrabold {
	font-weight: 800
}

.--bold {
	font-weight: 700
}

.--semibold {
	font-weight: 600
}

.--medium {
	font-weight: 500
}

.--regular {
	font-weight: 400
}

.--light {
	font-weight: 300
}

.--ultra-light {
	font-weight: 200
}

.--thin {
	font-weight: 100
}

.--red {
	color: var(--red)
}

img {
	max-width: 100%;
}

.default-btn {
	font-size: 14px;
	transition: .3s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.default-btn:active {
	transform: scale(0.95)
}

.default-btn--red {
	background-color: #d7111d
}

.default-btn--red:hover {
	background-color: #b10e18
}

.default-btn--transparent {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--white)
}

.default-btn--transparent:hover {
	background-color: rgba(255, 255, 255, .16)
}

.default-btn--nav {
	font-weight: 400;
	background-color: var(--white);
	color: var(--black);
	font-size: 16px;
	border: 1px solid #ebebeb;
	transition: .3s ease-in-out;
	line-height: 1.25
}

.default-btn--nav:hover {
	background-color: rgba(0, 0, 0, .025)
}

.default-btn--nav.active {
	font-weight: 600;
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--black)
}

.--text-center {
	text-align: center
}

#sync2 .owl-stage {
	width:auto!important
}

.--title {
	font-size: 52px;
	font-weight: 700;
	text-transform: uppercase
}

.--title-left {
	font-size: 52px;
	font-weight: 700;
	text-transform: uppercase
}

.--link-arrow {
	max-width: fit-content;
	position: relative;
	padding-right: 31px;
	font-weight: 600;
	transition: .3s ease-in-out
}

.--link-arrow::after {
	position: absolute;
	content: "";
	width: 19px;
	height: 8px;
	background: url(../img/white-arrow-icon.svg) center/cover no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease-in-out
}

.--link-arrow:hover {
	opacity: .8
}

.--link-arrow:hover::after {
	transform: translate(25%, -50%)
}

.--link-black-arrow::after {
	background: url(../img/black-arrow-icon.svg) center/cover no-repeat
}

.--link-blue-arrow::after {
	background: url(../img/blue-arrow-icon.svg) center/cover no-repeat
}

.--bg-dark-grey {
	background-color: var(--dark-grey)
}

.--bg-light-blue {
	background-color: var(--light-blue)
}

.--bg-light-grey {
	background-color: rgba(250, 250, 250, 1)
}

.--bg-white {
	background-color: var(--white)
}

.--color-white {
	color: var(--white)
}

.--sup-title {
	text-align: center;
	font-size: 24px;
	position: relative;
	padding: 0 76px;
	max-width: fit-content;
	margin: 0 auto;
	margin-bottom: 32px
}

.--sup-title::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.--sup-title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.--default-top-margin {
	margin-top: 60px
}

.--title-fade-b,
.--title-fade {
	position: relative;
	z-index: 3;
	max-width: fit-content;
	padding: 24px
}

.--title-fade-b::before,
.--title-fade::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 3px;
	background-color: var(--white);
	height: 100%
}

.--title-fade-b::before {
	background: #000;
}

.--title-fade-w {
	position: relative;
	z-index: 3;
	max-width: fit-content;
	padding: 101px 69px
}
.--title-fade-w::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 1px;
	background-color: var(--white);
	height: 100%
}
.--title-fade-w::before {
	background: #000;
}

.--title-fade::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 6%, rgba(255, 255, 255, 0) 90%)
}

.--title-fade-b {
	margin: 32px 0 40px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.00) 91.09%);
}

.--title-fade-b h2 {
	color: var(--red);
	font-size: 52px;
}

.--title-line {
	position: relative;
	z-index: 3;
	padding-left: 66px
}

.--title-line::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 14px;
	width: 40px;
	height: 1px;
	background-color: var(--white)
}

.--title-line-white {
	position: relative;
	z-index: 3;
	padding-left: 66px
}
.--title-line-white::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 14px;
	width: 40px;
	height: 1px;	
	background-color: var(--black)
}

.--fixed {
	overflow: hidden;
	max-height: 100vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

* p {
	margin: 0;
	padding: 0
}

* ul,
* li {
	padding: 0;
	margin: 0;
	list-style: none
}

* button {
	font-family: inherit;
	outline: none;
	cursor: pointer
}

* input,
* textarea {
	font-family: inherit;
	outline: none
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* a {
	display: inline-block;
	text-decoration: none;
	color: inherit
}

.hidden {
	display: none
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--black);
	margin: 0
}

.container {
	max-width: 1360px;
	padding: 0 40px;
	margin: 0 auto
}

.search-cont {
	position: relative;
}

.search-field {
	position: absolute;
	top: 0;
	right: 0;
	/*transform: translateY(-50%);*/
	display: none;
	width: 450px;
	padding: 14px 20px;
	border-radius: 8px;
	border: 1px solid #CFCFCF;
	z-index: 1;
}

.search-field.active {
	display: initial;
}

.search-submit {
	display: none;
	z-index: 4;
	position: absolute;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 0;
	cursor: pointer;
}

/*.search-submit.active {
	display: block;
}*/

.header-inner {
	background: #000;
}

.header-white {
	/*background: #fff;*/
}

.header-menu__close {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	line-height: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header-menu__close:hover {
	opacity: .8
}

.header-menu__wrap {
	position: relative;
	width: 50vw;
	min-height: 100vh;
	overflow-y: hidden;
	overflow-x: auto;
	background-color: #fff;
	padding: 20px;
	padding-left: calc((100vw - 1280px)/2);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header-menu__bg {
	width: 100vw;
	height: 100vh;
	overflow-x: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: rgba(0, 0, 0, 0)
}

.header-menu {
	position: fixed;
	max-width: 0%;
	overflow: hidden;
	top: 0;
	z-index: 9999
}

.header-menu.active {
	max-width: 100%
}

.header-menu.active .header-menu__bg {
	background-color: rgba(0, 0, 0, .5)
}

.header-menu.active .header-menu__wrap {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.header__background {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.header__content {
	position: relative;
	z-index: 2
}
.header__content:last-child {
	border-top: 1px solid #F1F1F1;
    margin-top: 20px;
}

.header {
	/*position: fixed;*/
	position: relative;
	z-index: 1111;
	/*width: 100vw;*/
	/*color: var(--white);*/
	color: #1B1B1B;
	padding: 12px 0 0 0;
}

.header.header-white {
	color: #fff;
}
.header-white .header__background {
    background-color: rgba(19, 23, 28, .75);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2);
}

.header__bcn {
	padding: 0 40px;
    margin: 0 auto;
    max-width: 1360px;
    color: #646464;
    font-size: 14px;
}
.header__bcn span[typeof="ListItem"]:first-child {
	padding-right: 12px;
}
.header__bcn span[typeof="ListItem"]:not(:first-child) {
	padding-left: 12px;
	padding-right: 12px;
}

.header.sticky .header__background {
	display: none;
	background-color: rgba(19, 23, 28, .75);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .2)
}

.header__wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.header__logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 100px
}

/*.header-white*/
.header__logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin-right: 100px*/
	width: 30%;
	margin-right: initial;
}

.header__logo-link {
	margin-left: 0;
}

.custom-logo-link {
	margin-right: 32px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.custom-logo-link:hover,
.header__logo-link:hover {
	opacity: .8
}

.header__logo {
	display: block;
	max-width: 48px;
	max-height: 48px
}

.header__desc {
	display: block;
	font-size: 16px
}

.header__desc.small {
	margin-top: 4px;
	font-size: 14px
}

.header__burger {
	padding: 0;
	line-height: 0;
	cursor: pointer;
	background-color: none;
	border: none;
	background: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header__burger:hover {
	opacity: .8
}

.header__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__socials-link {
	line-height: 0;
	margin-right: 14px
}

.header__socials-link:last-child {
	margin-right: 0
}

.header__socials-icon path {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header__socials-icon.yt:hover path {
	fill: red
}

.header__socials-icon.in:hover path {
	fill: #126bc4
}

.header__socials-icon.fb:hover path {
	fill: #2a5799
}

.header__phone {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.header__phone-icon {
	padding: 14px;
	background-color: var(--dark);
	border-radius: 8px;
	margin-right: 14px;
	line-height: 0
}

.header__phone-button {
	padding: 15px;
	background-color: var(--white);
	border-radius: 8px;
	border: 1px solid #D7111D;
	line-height: 15px;
	/*margin-right: 14px;*/
	color: #D7111D;
}
.header__phone-button.search {
	padding: 13px 15px 13px 15px;
}
.header__phone-button:hover {
	background-color: #D7111D;
	color: #fff;
}
.header__phone-button:hover svg path,
.header__phone-button.search.active svg path {
	fill: #ffffff;
	stroke: #ffffff;
}
.header__phone-button.search.active {
	background-color: #D7111D;
	z-index: 2;	
	position: relative;
}

.header__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__address-icon {
	border-radius: 8px;
	margin-right: 14px;
	line-height: 0
}
.header__address-link {
	display: block;
	margin-top: 4px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.header__address-link:first-child {
	margin-top: 0;
	font-size: 14px;
}
.header__address-link.line {
	border-bottom: 1px solid var(--white)
}
.header__address-link:hover {
	opacity: .8
}
.header__address-grafik {
	margin-top: 0;
	font-size: 12px;
}

/*.header-white*/
.header__phone-icon {
	padding: 14px;
	background-color: #eee;
	border-radius: 8px;
	margin-right: 14px;
	line-height: 0
}

.header__phone-link {
	display: block;
	margin-top: 4px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.header__phone-link:first-child {
	margin-top: 0;
}

.header__phone-link.line {
	border-bottom: 1px solid var(--white)
}

.header__phone-link:hover {
	opacity: .8
}

.header__lang-menu {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
.header__lang-menu span:first-child,
.menu__lang-menu span:first-child {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.header__lang-list a {
	display: flex;
	padding-top: 7px;
}
.menu__lang-list a {
	display: flex;
}

.header__lang-menu::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/lang-arrow-icon.svg) center/cover no-repeat
}

.header-white .header__lang-menu::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	/*background: url(../img/lang-arrow-icon_dark.svg) center/cover no-repeat*/
	background: url(../img/lang-arrow-icon.svg) center/cover no-repeat
}

.header__lang-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__lang-icon {
	margin-right: 6px
}

.header__lang-text {
	color: #fff;
}

.header__search {
	position: relative;
	line-height: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	z-index: 2;
}

/*.header__search.active {
	background: #D7111D;
	border-radius: 5px;
	padding: 13px;
}*/

.owl-theme .owl-nav [class*=owl-] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

#sync1.owl-theme {
	position: relative
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%
}

#sync1.owl-theme .owl-prev {
	left: 10px
}

#sync1.owl-theme .owl-next {
	right: 10px
}

.ifrm {
	border: none;
	width: 100%;
	margin-top: 50px
}

.screen__slider .item {
	background-color: #000
}

.screen__slider .item.one {
	/*background: url(../img/buse.jpg) center/cover no-repeat*/
}

.screen__slider .item.two {
	background-color: #000
}

.screen__slider .item.three {
	background-color: #11223d
}

.screen {
	color: #fff
}

.screen__title {
	font-family: Montserrat;
	font-size: 52px;
	font-weight: 700;
	line-height: 63.39px;
	text-align: left;
}

.screen__subtitle {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	text-align: left;
	padding: 32px 0 30px 0;
}

.screen__desc {
	margin-top: 60px;
	font-size: 24px
}

.screen__list {
	max-width: 50%;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-bottom: 80px
}

.screen__item {
	padding-left: 20px;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 600
}

.screen__item::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 4px;
	height: 4px;
	background-color: var(--white);
	border-radius: 50%
}

.screen__item:nth-child(1n) {
	width: 100%
}

.screen__item:nth-child(2n) {
	width: 100%
}

.screen__item:nth-child(1n+3) {
	margin-top: 8px
}

.screen__offer-wrap {
	margin-top: auto
}

.screen__offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.screen__link {
	/*margin: 0 7px*/
	margin: 0;
	width: 176px;
}

.screen__content {
	/*padding-top: 25vh;*/
	padding: 7vh 0 7vh 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*min-height: 87.5vh;*/
	/*padding-bottom: 40px*/
}

.screen__content .container {
	width: 100%
}

.screen__slider-nav .item {
	padding: 24px
}

.screen__slider-nav .owl-nav.disabled {
	display: block !important
}

.screen__slider-nav .owl-prev {
	width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screen__slider-nav .owl-prev span {
	line-height: 1;
	font-weight: 600
}

.screen__slider-nav .owl-prev svg {
	margin-top: 14px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screen__slider-nav .owl-prev:hover {
	opacity: .5
}

.screen__slider-nav .owl-prev:hover svg {
	-webkit-transform: translateX(-33%);
	-ms-transform: translateX(-33%);
	transform: translateX(-33%)
}

.screen__slider-nav .owl-next {
	width: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screen__slider-nav .owl-next span {
	line-height: 1;
	font-weight: 600
}

.screen__slider-nav .owl-next svg {
	margin-top: 14px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screen__slider-nav .owl-next:hover {
	opacity: .5
}

.screen__slider-nav .owl-next:hover svg {
	-webkit-transform: translateX(33%);
	-ms-transform: translateX(33%);
	transform: translateX(33%)
}

.screen__slider-nav {
	padding: 0 90px
}

.screen__slider-nav .owl-item.active.current {
	opacity: .5
}

.screen__slider-nav .owl-item {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screen__slider-nav .owl-item:hover {
	opacity: .5
}

.screen__slider-nav-num {
	font-size: 14px
}

.screen__slider-nav-text {
	position: relative;
	margin-top: 12px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 14px
}

.screen__slider-nav-text::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 4px;
	height: 4px;
	background-color: var(--white);
	border-radius: 50%
}

.screen__slider-nav .owl-stage {
	cursor: pointer;
	min-height: 12.5vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.screen__slider-nav .owl-stage-outer {
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.screen__slider-nav-wrap {
	background-color: var(--dark)
}

.popular__slider {
	margin-top: 60px
}

.popular__slide {
	background: #1c1c1c url(../img/popular/1.jpg) bottom/contain no-repeat;
	min-height: 520px;
	color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px
}

.popular__slide-title {
	font-size: 24px;
	font-weight: 600
}

.popular__slide-list {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 480px
}

.popular__slide-item {
	padding-left: 20px;
	position: relative;
	width: 50%;
	font-size: 14px
}

.popular__slide-item::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 4px;
	height: 4px;
	background-color: var(--white);
	border-radius: 50%
}

.popular__slide-link {
	margin-top: 32px;
	font-size: 14px
}

.custom-arrows .owl-prev,
.custom-arrows .owl-next {
	width: 90px;
	height: 90px;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff !important;
	background: rgba(255, 255, 255, .1) !important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.kredit__gall .custom-arrows .owl-prev,
.kredit__gall .custom-arrows .owl-next {
	width: 90px;
	height: 90px;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #1B1B1B !important;
	background: rgba(255, 255, 255, .1) !important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.kredit__gall .custom-arrows .owl-prev span,
.kredit__gall .custom-arrows .owl-next span {
	color: #1B1B1B
}
.kredit__gall .custom-arrows .owl-prev svg,
.kredit__gall .custom-arrows .owl-next svg {
	margin-top: 8px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.kredit__gall .custom-arrows .owl-prev svg path,
.kredit__gall .custom-arrows .owl-next svg path {
	fill: #1B1B1B
}
.kredit__gall .custom-arrows .owl-prev:hover,
.kredit__gall .custom-arrows .owl-next:hover {
	border: 1px solid #13171C !important;
	background: #13171C !important;
}
.kredit__gall .custom-arrows .owl-prev:hover span,
.kredit__gall .custom-arrows .owl-next:hover span {
	color: #ffffff
}
.kredit__gall .custom-arrows .owl-prev:hover svg path,
.kredit__gall .custom-arrows .owl-next:hover svg path {
	fill: #ffffff
}

.custom-arrows .owl-prev span,
.custom-arrows .owl-next span {
	color: var(--white)
}

.custom-arrows .owl-prev svg,
.custom-arrows .owl-next svg {
	margin-top: 8px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.custom-arrows .owl-prev {
	position: absolute;
	left: 0
}

.custom-arrows .owl-next {
	position: absolute;
	right: 0
}

@media(min-width: 581px) {

	.custom-arrows .owl-prev:hover,
	.custom-arrows .owl-next:hover {
		background: rgba(255, 255, 255, .16) !important
	}

	.custom-arrows .owl-prev:hover svg {
		-webkit-transform: translateX(-33%);
		-ms-transform: translateX(-33%);
		transform: translateX(-33%)
	}

	.custom-arrows .owl-next:hover svg {
		-webkit-transform: translateX(33%);
		-ms-transform: translateX(33%);
		transform: translateX(33%)
	}
}

.region__wrap {
	margin-top: 210px;
	background-color: var(--dark)
}

.region__wrap.about__wrap {
	margin-top: 210px;
	background-color: var(--white)
}

.region__wrap.kredit__wrap {
	background-color: var(--white)
}

/* devrvk */
.post-177 .region__wrap, .post-2904 .region__wrap {
	background-color: var(--white)
}

.region__inner {
	-webkit-transform: translateY(-160px);
	-ms-transform: translateY(-160px);
	transform: translateY(-160px);
	margin: 0
}

.kredit__inner {
	justify-content: flex-end;
}

.region__block {
	padding: 0;
	min-height: 355px;
	max-height: 355px
}

.region__block h3 {
	font-weight: 400;
}

.region__block-title {
	font-size: 24px;
	font-weight: 600
}

.region__block--text {
	padding: 70px
}

.region__image {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

/* devrvk */
.region__map {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	object-fit: contain
}

.region__block-text {
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.5
}

.region__block-link {
	margin-top: 16px
}

.slide {
	min-height: 295px;
	position: relative
}

.news__slide-wrap {
	color: var(--white);
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: var(--black)
}

.slide__darken-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

.slide__content {
	z-index: 2
}

.news__slider-wrap {
	margin-top: 60px
}

.news__info {
	padding: 0 24px;
	border-left: 3px solid var(--white)
}

.news__link {
	margin-top: 24px;
	font-size: 14px
}
.news__link a {
	display: flex;
	align-items: center;
	gap: 5px;
}
.news__link a svg {
	width: 16px;
}

.news__text {
	font-size: 14px;
	margin-top: 12px
}

.news__slide-title {
	font-size: 24px;
	font-weight: 600
}


.gallery.kredit__gall {
	padding: 120px 0;
	margin: 0 0 120px 0;
	background: #FAFAFA;
}

.gallery-b {
	margin-top: 120px;
}

.gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.kredit__gall .gallery__image {
	display: block;
	width: 100%;
	height: initial;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.gallery__video .gallery__slide {
	position: relative;
	z-index: 1
}

.gallery__video .gallery__slide:hover::before {
	opacity: 1
}

.gallery__video .gallery__slide::before {
	z-index: 2;
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: url("../img/play-icon.svg") center/cover no-repeat;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.gallery__slide {
	display: block;
	width: var(--gallery-image);
	height: var(--gallery-image);
	position: relative
}

.kredit__gall .gallery__slide {
	height: initial;
}

.gallery__slider {
	position: relative;
	margin-top: 60px
}

@media(min-width: 1025px) {
	.gallery__slider .owl-item {
		background-color: rgba(19, 23, 28, .5)
	}

	.kredit__gall .gallery__slider .owl-item {
		background-color: initial
	}	

	.gallery__slider .owl-item .gallery__slide {
		opacity: .3;
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	.gallery__slider .owl-item.active .gallery__slide {
		opacity: 1
	}

	.gallery__slider .owl-item.center~.owl-item.active~.active .gallery__slide {
		opacity: .3
	}
}

.gallery__slider .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: calc(var(--gallery-image)*3);
	margin: 0 auto
}

.gallery__slider .owl-nav .owl-prev {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.gallery__slider .owl-nav .owl-next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.adv {
	padding: 32px 0
}

.adv__logo {
	display: block
}

.adv__link {
	color: var(--white);
	font-size: 14px;
	margin-left: 32px;
	line-height: 1.25
}

.adv__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.adv__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.adv__text {
	font-size: 24px;
	font-weight: 600
}

.ftcl {
	padding: 32px 0
}

.ftcl__logo {
	display: block
}

.ftcl__link {
	color: var(--white);
	font-size: 14px;
	margin-left: 32px;
	line-height: 1.25
}

.ftcl__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ftcl__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ftcl__text {
	font-size: 24px;
	font-weight: 600
}

.footer {
	padding: 50px 0;
	background-color: var(--dark);
	color: var(--white)
}
.footer.finner {
	padding: 50px 0 24px 0;
}

.main-inner {
	padding: 100px 0 0 0;
}

.search {
	padding-bottom: 80px;
}

.menu__main-link {
	color: var(--light-blue);
	font-size: 16px;
	opacity: .85
}

.menu__main-link:hover {
	opacity: 1
}

.wrap-menu-head {
	display: flex;
	flex-direction: wrap;
	flex-wrap: wrap;
}

.menu__list {
	margin-top: 32px;
	width: 50%;
}
.footer .menu__list {
	margin-top: 32px;
	width: 100%;
}

.footer .menu__inner:first-child .menu__list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.menu__item {
	width: 50%;
	margin-bottom: 24px
}
.footer .menu__item {
	width: 100%;
	margin-bottom: 20px
}

.wrap-menu-head .menu__list .menu__item:last-child {
	margin: 0;
}

.menu__link {
	font-size: 16px;
	opacity: .85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.menu__link:hover {
	opacity: 1;
	border-bottom: 1px solid var(--white)
}

.menu__socials {
	display: none;
}

.menu__list .menu__socials {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.menu__socials-icon {
	display: block
}

.menu__socials .menu__link {
	margin-right: 20px
}

.menu__socials .menu__link:last-child {
	margin-right: 0
}

.menu__copyright {
	/*-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	margin-top: auto;*/
	/*color: #969fa8;
	font-size: 14px;*/
	/*max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content*/
	/*width: 100%;
	margin: 54px 0;*/
	width: 100%;
	border-top: 1px solid #21262D;
    display: flex;
    justify-content: space-between;
	max-width: 1360px;
    padding: 0 40px;
    margin: 48px auto 0;
}
.menu__copyright div {
	color: #969fa8;
    font-size: 14px;
    /*max-width: 1360px;*/
    padding: 24px 0 0 0;
    /*margin: 0 auto;*/
    color: #969fa8;
	font-size: 14px;
}

.menu__lang {
	margin-top: 32px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	background-color: #21262d;
	padding: 12px 16px;
	border-radius: 8px;
	cursor: pointer
}

.ftmenu2 {
	/*margin-top: 16px;*/
}

.footer .menu__lang {
	margin-top: 0;
}

.footersoc {
	/*margin-top: 16px;*/
	display: flex;
    width: 100%;
    gap: 24px;	
    flex-wrap: nowrap;
}

.footer__language {
	margin-top: 20px;
}

.menu__lang li a {
	padding: 0;
}

.menu__lang li a::after {
	display: none;
}

.menu__lang-menu {
	position: relative;
	padding-right: 26px;
	cursor: pointer
}

.menu__lang-menu::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/lang-arrow-icon.svg) center/cover no-repeat
}

.menu__lang-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu__lang-icon {
	margin-right: 8px
}

.menu__contacts {
	/*margin-top: 32px*/
}

.menu__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.menu__contact:first-child {
	margin-top: 32px
}

.menu__contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	max-width: 44px;
	max-height: 44px;
	background-color: #21262d;
	border-radius: 8px;
	margin-right: 14px
}

.menu__contact-icon {
	display: block
}

.menu__contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size:14px;
}

.menu__contact-to {
	opacity: .85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-weight: 700
}

.menu__contact-to:hover {
	opacity: 1
}

.menu__contact-link {
	opacity: .85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-top: 6px;
	font-size: 14px;
	border-bottom: 1px solid var(--white)
}

.menu__contact-link:hover {
	opacity: 1
}

.menu__contact-text {
	font-weight: 300
}

.menu__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.product__item {
	padding: 24px;
	background-color: var(--light-grey)
}

.product__item {
	position: relative
}

.product__item .owl-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -16px
}

.product__item .owl-dot {
	-webkit-box-sizing: initial;
	box-sizing: initial;
	width: 32px;
	height: 1px;
	border-radius: 10px;
	background-color: #d6d6d6 !important;
	border: 1px solid var(--light-grey) !important;
	margin-right: 8px
}

.product__item .owl-dot:last-child {
	margin-right: 0
}

.product__item .owl-dot.active {
	background-color: var(--black) !important;
	border: 1px solid var(--black) !important
}

.product__slider .owl-stage-outer .owl-stage {
    left: 10px;
    display: flex;
    gap: 20px;
	flex-wrap: nowrap;
    justify-content: space-between;
}
.product__slide {
	display: flex;
	/*height: 460px;*/
	width: 320px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border: 1px solid #EDEDED;
}
.product__slide .product__img {
	display: block;
	width: 100%;
}
.product__slide .product__img img {
    max-height: 168px;
    object-fit:cover;
}
.product__slide .product__name {
	text-align: left;
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.product__slide .product__stock {
	color: #37C613;
	text-align: left;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product__slide .product__attributes {
	width: 100%;
}
.product__slide .product__attributes .attr {
	display: flex;
	justify-content: space-between;
}
.product__slide .product__attributes .attr span:first-child {
	color: #646464;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	display: block;
	position: relative;
}
.product__slide .product__attributes .attr span.dots,
.product__slide .product__attributes .attr span.dots__fourty {
	display: block;
	position: relative;
	width: 60%;
}
.product__slide .product__attributes .attr span.dots__second {
	display: block;
	position: relative;
	width: 50%;
}
.product__slide .product__attributes .attr span.dots__third {
	display: block;
	position: relative;
	width: 70%;
}
.product__slide .product__attributes .attr span.dots::before,
.product__slide .product__attributes .attr span.dots__second::before,
.product__slide .product__attributes .attr span.dots__third::before,
.product__slide .product__attributes .attr span.dots__fourty::before {
	border-bottom: 1px dashed #EBEBEB;
    bottom: 3px;
    content: "";
    left: 4px;
    position: absolute;
    right: 6px;
    z-index: 1;
}
.product__slide .product__attributes .attr span:last-child {
	color: #1B1B1B;
	text-align: right;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	display: block;
	position: relative;	
}
.product__slide .product__button {
	display: flex;
	width: 100%;
	padding: 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #D7111D;
	color: #D7111D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.product__slide .product__button:hover {
	background-color: #D7111D;
	color: #FFF;
}
.product__slide .product__info {
	width: 100%;
    /*position: absolute;
    bottom: 0;
    padding-right: 32px;*/
    margin-top: auto;
    padding-bottom: 16px;
	display: flex;
    flex-direction: column;
    gap: 14px;    
}

.product__slider .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product__slider .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    width: 320px;
}


.ptitle {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	align-items: center;
}
.ptitle .product__title {
	color: #1B1B1B;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;	
	width: 80%;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 10px;
}
.ptitle .product__button,
#cat-categories  .product__button {
	display: flex;
	margin-right: 10px;
	padding: 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background-color: rgba(215, 17, 29, 1);
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	max-height: 51.6px;
	min-width: 150px;
}
.ptitle .product__button:hover,
#cat-categories  .product__button:hover {
	border: 1px solid rgba(215, 17, 29, 1);
	color: rgba(215, 17, 29, 1);
	background-color: #fff;
}

.product__slide-inner {
	padding-top: 30px
}

.product__desc {
	margin-top: 60px;
	color: #646464
}

.product__nav {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product__nav-button {
	margin-top: 14px;
	margin-right: 14px
}

.product__nav-button:last-child {
	margin-right: 0
}

.product__image {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.custom-dots {
	position: relative
}

.custom-dots .owl-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -32px
}

.custom-dots .owl-dot {
	-webkit-box-sizing: initial;
	box-sizing: initial;
	width: 45px;
	height: 2px;
	border-radius: 10px;
	background-color: #d6d6d6 !important;
	border: 2px solid var(--light-grey) !important;
	margin-right: 14px
}

.custom-dots .owl-dot:last-child {
	margin-right: 0
}

.custom-dots .owl-dot.active {
	background-color: var(--black) !important;
	border: 2px solid var(--black) !important
}

.slider-brand.custom-dots .owl-dot.active {
	background-color: #EA0029 !important;
	border: 2px solid #EA0029 !important
}

.header-menu .menu__contact {
	max-width: 50%
}

.header-menu .menu__lang {
	margin-top: 16px
}

.header-menu .menu__lang,
.header-menu .menu__contact-box {
	background-color: #eee
}

.header-menu .menu__lang-menu::after {
	background: url(../img/lang-black-arrow-icon.svg) center center/cover no-repeat
}

.header-menu .menu__contact-link {
	border-bottom: 1px solid #373737
}

.header-menu .menu__link:hover {
	border-bottom: 1px solid #373737
}

.fancybox-is-open .fancybox-bg {
	opacity: .9
}

.product__slider-inner .owl-nav .owl-prev {
	position: absolute;
	left: 32px;
	bottom: 32px;
	z-index: 5
}

.product__slider-inner .owl-nav .owl-next {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 5
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.new {
	padding: 50px
}

.popup__form-checkbox-group {
	display: block
}

.popup__form-checkbox-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	opacity: 0;
	overflow: hidden;
	position: absolute
}

.popup__form-checkbox-group label {
	position: relative;
	cursor: pointer
}

.popup__form-checkbox-group label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--red);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
	padding: 8px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 12px
}

.popup__form-checkbox-group input:checked+span:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 7px;
	width: 5px;
	height: 12px;
	border: solid var(--red);
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.wpcf7-list-item {
	margin: 0;
}

.popup {
	padding: 74px;
	position: relative;
	display: none
}

.popup__close {
	position: absolute;
	border: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	top: 24px;
	right: 24px;
	background: rgba(0, 0, 0, 0)
}

.popup__container {
	max-width: 414px
}

.popup__title {
	font-size: 40px
}

.popup__desc {
	margin: 0 auto;
	margin-top: 32px;
	font-size: 16px;
	margin-bottom: 14px
}

.popup__form {
	margin: 0 auto
}

.popup__form-input {
	border-radius: 8px;
	border: 1px solid #858585;
	background: #fff;
	margin-top: 16px;
	padding: 16px;
	line-height: 1;
	font-size: 14px;
	width: 100%;
	color: var(--black)
}

.popup__form-input::-webkit-input-placeholder {
	color: #747474
}

.popup__form-input::-moz-placeholder {
	color: #747474
}

.popup__form-input:-ms-input-placeholder {
	color: #747474
}

.popup__form-input::-ms-input-placeholder {
	color: #747474
}

.popup__form-input::placeholder {
	color: #747474
}

.popup__form-checkbox-group label {
	padding-left: 32px;
	display: block
}

.popup__form-checkbox-group {
	/*margin-top: 16px;*/
	margin-bottom: 14px;
	font-size: 14px;
	color: #747474
}

.popup__form-button {
	margin-top: 16px;
	color: var(--white);
	width: 100%
}
.fancybox__container {
    z-index: 100000 !important;
}
.wpcf7-list-item {
	margin-bottom: 14px;
}

.fancybox-slide--html {
	padding: 12px
}


.title-line,
.title-line_darck {
	position: relative;
	width: calc(50% + 65px);
	margin-bottom: 20px;
	padding-left: 65px
}

.title-line::before,
.title-line_darck::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 40px;
	height: 1px;
	background: #fff
}

.title-line_darck::before {
	background: #000
}


.info-block {
	margin-top: 30px;
	padding: 210px 0 175px;
	background: url("../img/inner-page/info-bg.jpg") no-repeat center;
	background-size: cover
}

.info-block_2 {
	background: url("../img/inner-page/info-bg2.jpg") no-repeat center;
	background-size: cover
}

.info-block__desc {
	max-width: 590px;
	min-height: 400px;
	padding: 40px;
	color: #fff
}

.info-block .desc {
	line-height: 22px
}

.argonom-zone {
	margin-top: 120px;
	margin-bottom:120px;
}

.argonom-zone img {
	width: 100%
}

.argonom-zone .desc {
	margin-bottom: 30px
}

.tabs {
	margin: 60px auto
}

.tabs>.row {
	position: relative
}

.tab-menu {
	font-size: 0;
	border-bottom: 1px solid #eee
}

.tab-menu__item {
	position: relative;
	display: inline-block;
	margin: 0 60px;
	padding: 0 20px 10px;
	font-size: 16px;
	cursor: pointer;
	z-index: 0;
	font-weight: 600
}

.tab-menu__item.active {
	border-bottom: 4px solid red
}

.tab-menu:hover {
	color: #333
}

.tab-menu.active {
	background: #fff;
	color: #333
}

.tab-cont__item {
	display: none;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 60px 0
}

.tab-cont h2,
.tab-cont h4 {
	margin-bottom: 20px
}

.tab-cont p {
	margin-bottom: 15px
}

.tab-cont ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px
}

.tab-cont ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 3px;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000
}

.tab-table-row {
	position: relative;
	top: -16px;
	display: flex;
	justify-content: space-between;
	border-bottom: dashed 1px #dedede;
}

.tab-table-col {
	position: relative;
	padding: 16px 0 0;
	background: #FFFFFF;
}

.tab-table-col::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -2px;
}

.tab-cont img {
	width: 100%
}

.gallery__slide {
	position: relative;
	z-index: 1;
	width: 100%
}

.gallery__slide:hover::before {
	opacity: 1
}

.gallery__slide::before {
	z-index: 2;
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	/* background: url("../img/play-icon.svg") center/cover no-repeat; */
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.tab-cont .btn_2 {
	display: none
}

.acco-wrap {
	display: none;
	padding-top: 30px;
}

.acco__item {
	list-style-type: none
}

.acco__item.active .acco_link {
	border: none;
}

.acco__item.active .acco_link::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	background: url("../img/arrow-down.svg") no-repeat center;
	background-size: contain
}

.acco__item img {
	width: 100%;
	margin-bottom: 20px
}

.acco__item h2,
.acco__item h4,
.acco__item li {
	margin-bottom: 10px
}

.acco__item p {
	margin-bottom: 20px
}

.acco__item .acco_link {
	position: relative;
	margin-bottom: 5px;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd
}

.acco_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/arrow-down.svg") no-repeat center;
	background-size: contain
}

.acco__cont {
	height: 0px;
	overflow: hidden;
	margin-bottom: 1px;
	background: #fff
}

.acco__text {
	padding: 20px 0
}

.acco__item.active {
	margin-bottom: 15px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	display: none;
}
.bus-memsa .gallery__slide::before {
	background: url(../img/play-icon.svg) center/cover no-repeat;
}
.bus-memsa .gallery__image {
	object-fit:contain
}
.acco__cont .btn-w {
	text-align:center;
}
.owl-stage {
	width:auto
}

.text-block {
	margin-top:70px;
}
#vid .owl-item {
	max-width: 426px;
}
#gall .owl-item {
	max-width: 426px;
}

/* devrvk */
.burgerblock {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 50px;
}
.burgerblock div.bcolumn {
	width: 50%;
}
.burgerblock .menu__list {
	width: 100%;
	margin-top:0;
}
.burgerblock .menu__item {
	width: 100%;
}
.burgerblock .menu__contact {
	width: 100%;
	max-width: 100%;
}
.burgerblock .switcher-dropdown_footer .language-dropdown {
	background-color: #eee;
}
.burgerblock .switcher-dropdown_footer a {
	color: #000;
}

.pro-nasa .region__wrap.about__wrap {
	margin-top: 50px;
}
.about__counters {
	display: flex;
	justify-content: center;
	max-width: 1360px;
    padding: 0 40px;
    margin: 50px auto 0;	
}
.about__counters .counter {
	flex-basis: 100%;
    text-align: center;
}
.pro-nasa.kredit__gall {
	margin-top: 100px;
}
.counter__title {
	font-size: 35px;
	font-weight: 700;
	line-height: 32px;
	color: #D7111D;
}
.counter__desc1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #1B1B1B;
}
.counter__desc2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	color: #1B1B1B;
	text-transform: uppercase;
}

.pro-nasa .region__wrap {
	margin-top: 0;
}
.pro-nasa .region__inner {
	transform: initial;
	-webkit-transform: initial;
}
.pro-nasa h3 {
	font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
.pro-nasa.bbanner {
	margin-top: 100px;
}

.footcall.pro-nasa .region__block--text {
	padding: 0 206px 0 0;
}

.region__wrap.policy__wrap,
.region__wrap.posts__wrap {
	margin-top: 0;
	background-color: var(--white)
}

.novini .region__title {
	margin-bottom: 50px;
}
.novini .region__block__first {
	padding: 0 9px 18px 0;
	margin-bottom: 60px;
}
.novini .region__inner {
	transform: initial;
	-webkit-transform: initial;
}
.novini .region__block-title {
	font-weight: 600;
	font-size: 23px;
	text-transform: uppercase;
	margin: 18px 0;
}
.novini .region__block-text {
	font-size: 14px;
	font-weight: 400;
}
.novini .region__block-text.news__excerpt {
	margin-top: 12px;
}
.novini .region__block-text.news__link {
	font-size: 14px;
	font-weight: 600;
	margin-top: 24px;
}

.pagination {
	display: flex;
	justify-content: center;
	max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto 50px;
}
.pagination ul {
	display: flex;
    gap: 18px;
    align-items:center;
}
.pagination span.current {
	background-color: #EEEEEE;
	color: #1B1B1B;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	padding: 12px 17px;
}
.pagination .first,
.pagination .last {
	color: #A6A6A6;
	font-size: 18px;
}
.pagination .first__active,
.pagination .last__active {
	color: #1B1B1B;
	font-size: 18px;
}
.pagination .first__active svg,
.pagination .last__active svg,
.pagination .first svg,
.pagination .last svg {
	width: 24px;
}

.postimg {
	position: relative;
}
.post__meta {
	display: flex;
	gap: 10px;
	align-items: center;
	position: absolute;
	bottom: 24px;
	left: 24px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.post__date,
.post__views {
	padding: 10px;
	background: rgba(255, 255, 255, 0.39);
	backdrop-filter: blur(6px);	
}
.post__views {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.novina .region__inner {
	transform: initial;
	-webkit-transform: initial;
}
.novina .region__block__featuredimg img {
	object-fit: cover;
    width: 100%;
}
.novina .region__block__title {
	color: #1B1B1B;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;

	margin: 0 0 25px 0;
}

.region__block__meta {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: nowrap;
    margin: 0 0 50px 0;
}

.region__block__meta .post__date,
.region__block__meta .post__views,
.region__block__meta .post__share {
    padding: 10px;
	border-radius: 8px;
	background: #EEE;
	backdrop-filter: blur(6px);
	color: #1B1B1B;
}
.region__block__meta .post__share {
	display: flex;
    gap: 10px;
    align-items: center;
}

.novina .region__block__news h2 {
	color: #1B1B1B;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	text-transform: uppercase;
}
.novina .region__block__news {
	margin: 0 0 70px 0;
}
.novina .region__block__news h2::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 14px;
    width: 40px;
    height: 1px;
    background-color: var(--black);
}

.onmobile {
	display: none !important;
}

.region__block__featuredimg {
	margin: 0 0 50px 0;
}

@media (min-width: 768px) {
	.m_tit_ {
		display:none
	}
}
@media (max-width: 1560px) {
	#vid .owl-item {
	max-width: 320px;
}
	#gall .owl-item {
	max-width: 320px;
}
}
@media (max-width: 1180px) {
	#vid .owl-item {
	max-width: 260px;
}
	#gall .owl-item {
	max-width: 260px;
}
}
@media (max-width: 1025px) {
	#vid .owl-item {
	max-width: 510px;
}
	#gall .owl-item {
	max-width: 510px;
}
}

@media(max-width: 1340px) {
	.header__logo-wrap {
		margin-right: 80px
	}
}

@media(max-width: 1240px) {
	.header__logo-wrap {
		margin-right: 40px
	}
}

@media(max-width: 1140px) {

	.custom-logo-link,
	.header__logo-link {
		margin-right: 20px
	}
}

@media(max-width: 1024px) {
	.--desktop {
		display: none
	}
	
.acco__item.active .acco_link:before {
	width:35%;
	height:5px;
	background:red;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
} 
}

@media(min-width: 1025px) {
	.--mobile {
		display: none
	}
	
	.header__logo-wrap {
		width: 15%;
	}

	.header__address {
		width: 40%;
	}	
}

@media(max-width: 1024px) {
	.header__burger {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.header__logo-wrap {
		margin-right: 0
	}

	.custom-logo-link,
	.header__logo-link {
		margin-right: 14px
	}

	.header__desc.small {
		font-size: 12px
	}

	.header__lang-menu {
		padding-right: 24px
	}
}

@media(max-width: 768px) {
	.wrap-menu-head {
		flex-direction: column;
	}

	#sync1.owl-carousel .owl-item {
		min-height: 600px !important;
	}

	.wrap-menu-head .menu__list {
		width: 100%;
	}

	.header__logo-content {
		display: none
	}

	.custom-logo-link,
	.header__logo-link {
		margin-right: 0
	}

	.header__socials-link {
		margin-right: 36px
	}

	.header__logo {
		max-width: 40px;
		max-height: 40px
	}

	.--title-fade-b {
		margin-bottom: 20px;
	}

	.--title-fade-b h2 {
		font-size: 40px;
	}

	.popular__slide-link {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

@media(max-width: 678px) {
	.header__socials-link {
		margin-right: 24px
	}
}

@media(max-width: 1360px) {
	.header-menu__wrap {
		padding-left: 40px
	}
}

@media(max-width: 1024px) {
	.container {
		padding: 0 30px
	}

	.header-menu__wrap {
		padding: 30px
	}

	.header-menu__close {
		top: 30px;
		right: 30px
	}

}

@media(max-width: 580px) {
	#sync1.owl-carousel .owl-item {
		min-height: 600px !important;
	}
}

@media(max-width: 380px) {
	.container {
		/*padding: 0 15px*/
		padding: 0
	}

	#sync1.owl-carousel .owl-item {
		min-height: 600px !important;
	}

	.header__socials {
		display: none;
	}

	.header-menu__wrap {
		padding: 15px
	}

	.header-menu__close {
		top: 15px;
		right: 15px
	}

	.header__bcn {
    	padding: 0 15px;
    }
}

@media(max-width: 440px) {
	.header__socials-link {
		margin-right: 14px
	}

	#sync1.owl-carousel .owl-item {
		min-height: 600px !important;
	}
}

@media(max-height: 920px) {
	.screen__content {
		/*padding-top: 20vh*/
		padding: 64px 0 64px 0;
	}
}

@media(max-width: 1720px) {
	.screen__title {
		font-size: 48px
	}
}

@media(max-width: 1560px) {
	.screen__title {
		font-size: 40px;
		padding: 20px
	}

	.screen__desc {
		font-size: 20px;
		margin-top: 40px
	}

	.screen__list {
		margin-bottom: 40px
	}

	.screen__slider-nav-text {
		margin-top: 8px
	}

	.screen__slider-nav .item {
		padding: 20px
	}
}

@media(max-width: 1024px) {
	.screen__slider-nav {
		padding: 0 80px
	}
	
	.screen__list {
		max-width:100%;
	}

	.screen__slider .owl-stage-outer {
		background-color: #000
	}

	/*.screen__slider .item {
		background-image: none !important
	}*/

	.screen__image-wrap.two {
		display: none
	}

	.screen__image-wrap.three {
		display: none
	}

	.screen__content {
		padding-top: 120px;
		padding-bottom: 40px
	}

	.screen__content {
		min-height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: center;
		width: 100%;
	}

	.screen__slider-nav .owl-stage {
		min-height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.screen__content .container {
		padding: 0 15px;
	}

	.screen__image-mob {
		display: block
	}

	.screen__image-wrap {
		position: relative
	}

	.screen__image-wrap::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 20%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		top: 0;
		left: 0;
		right: 0
	}

	.screen__image-wrap::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 20%;
		background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		bottom: 0;
		left: 0;
		right: 0
	}

	.screen__slider-nav .owl-item.active.current {
		opacity: 1
	}
}

@media(max-width: 1024px) {
	.screen__title {
		margin-bottom: 40px
	}

	.tabs {
		display: none
	}

	.tab-cont .gallery__slide::before {
		background: url("../images/play-icon.svg") center no-repeat;
		background-size: 50px
	}

	.tab-cont .btn {
		display: none;
		margin-bottom: 20px
	}

	.tab-cont .btn-w {
		text-align: center
	}

	.tab-cont .btn_2 {
		display: inline-block;
		margin: 20px auto 0
	}

	.acco-wrap {
		display: block
	}
}

@media(max-width: 768px) {
	.screen__title {
		font-size: 36px
	}

	.tabs {
		display: none;
	}

	.tab-cont .gallery__slide::before {
		background: url("../img/play-icon.svg") center no-repeat;
		background-size: 50px;
	}

	.tab-cont .btn {
		display: none;
		margin-bottom: 20px;
	}

	.tab-cont .btn-w {
		text-align: center;
	}

	.tab-cont .btn_2 {
		display: inline-block;
		margin: 20px auto 0;
	}

	.argonom-zone {
		margin-top: 60px;
		margin-bottom:60px;
	}
	
	.info-block {
		margin-top:30px;
	}
	
	.text-block {
		margin-top:50px;
	}

	.gallery__slide::before {
		width: 50px;
		height: 50px;
	}
}

@media(max-width: 678px) {
	.screen__item {
		width: 100%
	}

	.screen__item:nth-child(1n) {
		width: 100%;
		margin-top: 8px
	}

	.screen__item:first-child {
		margin-top: 0
	}

	.screen__item:nth-child(2n) {
		width: 100%
	}

	.screen__title {
		font-size: 32px;
		padding: 20px 12px;
		padding-right: 0
	}
}

@media(max-width: 580px) {
	.screen__content .container {
		text-align: center;
	}
	.screen__title {
		font-size: 28px;
		padding: 20px 12px;
		margin-bottom: 16px
	}
	.screen__list {
		grid-template-columns:1fr;
	}
	.screen__slider-nav {
		padding: 0 60px
	}

	.screen__slider-nav .item {
		padding: 16px 12px
	}

	.screen__slider-nav .owl-prev,
	.screen__slider-nav .owl-next {
		width: 42px
	}

	.screen__slider-nav .owl-prev span,
	.screen__slider-nav .owl-next span {
		font-size: 14px
	}

	/*.screen__content {
		padding-top: 96px;
		padding-bottom: 24px
	}*/

	.screen__content {
		padding-top: initial;
		padding-bottom: initial;
		position: absolute;
    	bottom: 11%;
	}

	.screen__desc {
		margin-top: 16px
	}

	.screen__list {
		margin-bottom: 24px
	}
}

@media(max-width: 1720px) {
	.--title {
		font-size: 48px
	}
}

@media(max-width: 1560px) {
	.--title {
		font-size: 40px
	}

	.--title-left {
		font-size: 40px;
		text-align: left;
	}	
}

@media(max-width: 768px) {
	.--title {
		font-size: 36px
	}
}

@media(max-width: 678px) {
	.--title {
		font-size: 32px
	}
}

@media(max-width: 580px) {
	.--title {
		font-size: 28px
	}
}

@media(max-width: 580px) {
	.--title {
		font-size: 28px
	}
}

@media(max-width: 420px) {
	.--title {
		font-size: 24px
	}
}

@media(max-width: 1560px) {
	.--default-top-margin {
		margin-top: 96px
	}

	.--fifty-top-margin {
		margin-top: 51px
	}	

	.popular__slider {
		margin-top: 48px
	}

	.--sup-title {
		margin-bottom: 24px
	}

	.region__wrap {
		margin-top: 200px
	}

	.kredit__bottom__wrap {
		margin-top: 0;
		background-color: initial;
		padding: 129px 0;
	}

	.brand-mission .kredit__bottom__wrap {
		margin-top: -40px;
	}

	.region__block--text {
		padding: 48px
	}

	/* devrvk */
	.region__block__first {
		padding: 75px 70px;
		max-height: initial !important;
	}
	.policy__wrap .region__block__first {
		padding: 0px 70px 75px 70px;
		max-height: initial !important;		
	}
	.region__block__second {
		max-height: initial !important;
	}
	.region__block__third {
		padding: 134px;
	}
	.region__block__four p {
		margin-top: 0;
	}
	.pro-nasa .region__block__four p {
		text-transform: none;
		font-weight: normal;
	}
	.region__block.region__block__last_img {
		min-height: initial;
		max-height: initial;
	}
	.region__block--text.region__block-wpl {
		padding: 48px 48px 48px 0;
	}

	.kredit__block__first {
		margin: auto 0;
		padding: 75px 70px 70px 0;
		max-height: initial !important;
	}

	.region__block {
		min-height: 280px;
		max-height: 320px
	}

	.kredit__bottom__block__first {
		margin: auto 0;
		padding: 40px;
		/*ax-height: initial !important;*/
		max-width: 528px;
		max-height: 530px;
	}
	
	.brand-mission .kredit__bottom__block__first {
		margin: auto 0;
		padding: 40px;
		max-width: 495px;
		max-height: 192px;
		min-height: 192px;
	}

	.region__block__last {
		min-height: initial;
		max-height: initial;
	}

	.region__block.region__block-wpl {
		max-height: fit-content
	}

	.--sup-title {
		font-size: 20px
	}

	.region__block-title {
		font-size: 20px
	}

	.region__block__service	.region__block-title {
		font-size: 24px;
		font-weight: 600;
		line-height: 32px; /* 133.333% */
		text-transform: uppercase;		
	}
}

@media(min-width: 1560px) {
	.--default-top-margin {
		margin-top: 96px
	}

	.--fifty-top-margin {
		margin-top: 51px
	}	

	.popular__slider {
		margin-top: 48px
	}

	.--sup-title {
		margin-bottom: 24px
	}

	.region__wrap {
		margin-top: 200px
	}

	.kredit__bottom__wrap {
		margin-top: 0;
		background-color: initial;
		padding: 129px 0;
	}

	.region__block--text {
		padding: 48px
	}

	/* devrvk */
	.region__block__first {
		padding: 75px 70px;
		max-height: initial !important;
	}
	.policy__wrap .region__block__first {
		padding: 0px 70px 75px 70px;
		max-height: initial !important;		
	}
	.region__block__second {
		max-height: initial !important;
	}
	.region__block__third {
		padding: 134px;
	}
	.region__block__four p {
		margin-top: 0;
	}
	.pro-nasa .region__block__four p {
		text-transform: none;
		font-weight: normal;
	}
	.region__block.region__block__last_img {
		min-height: initial;
		max-height: initial;
	}
	.region__block--text.region__block-wpl {
		padding: 48px 48px 48px 0;
	}

	.kredit__block__first {
		margin: auto 0;
		padding: 75px 70px 70px 0;
		max-height: initial !important;
	}

	.region__block {
		min-height: 280px;
		max-height: 320px
	}

	.kredit__bottom__block__first {
		margin: auto 0;
		padding: 50px;
		/*max-height: initial !important;*/
		max-width: 528px;
		max-height: 528px;
	}	

	.region__block__last {
		min-height: initial;
		max-height: initial;
	}

	.region__block.region__block-wpl {
		max-height: fit-content
	}

	.--sup-title {
		font-size: 20px
	}

	.region__block-title {
		font-size: 20px
	}

	.region__block__service	.region__block-title {
		font-size: 24px;
		font-weight: 600;
		line-height: 32px; /* 133.333% */
		text-transform: uppercase;		
	}

	.gallery__slider .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: calc(var(--gallery-image)*3)
	}

	.kredit__gall .gallery__slider .owl-nav {
		display: flex;
    	position: absolute;
    	top: -50px;
    	right: 210px;
    	width: 5px;
	}

	.footcall .region__block--text {
    	padding: 65px 206px;
	}
}

@media(max-width: 1024px) {
	.popular__slide {
		min-height: calc(100vw - 60px)
	}
}

@media(max-width: 991px) {
	.region__block {
		min-height: auto;
		max-height: none
	}

	.region__inner {
		max-width: 640px;
		margin: 0 auto
	}

	.region__block:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.region__block:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.region__block:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: none
	}

	.novini .region__block:nth-child(3) {
		display: initial
	}	

	.region__block:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.region__block:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		display: none
	}

	.region__block:nth-child(6) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.region__block:nth-child(7) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	/* novini */
	.novini .region__block:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: initial;
		order: initial
	}
	.novini .region__block:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: initial;
		order: initial
	}
	.novini .region__block:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: initial;
		order: initial;
		display: initial
	}
	.novini .region__block:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: initial;
		order: initial
	}
	.novini .region__block:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: initial;
		order: initial;
		display: initial
	}
	.novini .region__block:nth-child(6) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: initial;
		order: initial
	}
	.novini .region__block:nth-child(7) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: initial;
		order: initial
	}	
}

@media(max-width: 768px) {
	.region__inner {
		max-width: none
	}

	.region__wrap {
		margin-top: 48px
	}

	.region__inner {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.region__wrap .container {
		padding: 0
	}

	.popular .container {
		padding: 0
	}

	.--default-top-margin {
		margin-top: 80px
	}

	.--sup-title {
		padding: 0 46px
	}

	.--sup-title::before {
		width: 30px
	}

	.--sup-title::after {
		width: 30px
	}
}

@media(max-width: 678px) {
	.popular__slide-item {
		width: 100%;
		margin-top: 4px
	}

	.popular__slide-item:first-child {
		margin-top: 0
	}
}

@media(max-width: 580px) {
	.--default-top-margin {
		margin-top: 60px
	}

	.popular__slider {
		margin-top: 30px
	}

	.region__wrap {
		margin-top: 30px
	}

	.popular__slide-title {
		font-size: 20px
	}

	.popular__slide {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.popular__slide-title {
		text-align: center;
		margin: 0 auto
	}

	.region__block--text {
		padding: 40px 20px
	}

	.--sup-title {
		padding: 0 32px
	}

	.--sup-title::before {
		width: 24px
	}

	.--sup-title::after {
		width: 24px
	}

	.popular__slide {
		padding: 40px 20px
	}

	.popular__slide {
		min-height: calc((100vw - 60px)*1.25)
	}

	.custom-arrows .owl-prev,
	.custom-arrows .owl-next {
		background: none !important;
		border: none !important
	}

	.custom-arrows .owl-prev,
	.custom-arrows .owl-next {
		font-size: 14px !important
	}

	.custom-arrows .owl-prev svg,
	.custom-arrows .owl-next svg {
		margin-top: 4px
	}

	.popular__slide-link {
		margin-top: 24px
	}

	/* devrvk */
	.container {
		/*padding: 0 20px*/
		padding: 0
	}

	#bus .container {
		padding: 0 20px
	}

	.ftmenu2 {
		margin-top: 0;
	}
	.ftmenu2 .menu__list {
		margin-top: 0;
	}

	.footersoc {
		margin-bottom: 32px;
	}

	.adv .container,
	.ftcl .container,
	.footer .container {
    	padding: 0 20px;
    }

    .header__logo-wrap {
    	margin: 0 0 0 10px;
    }

    .header__burger {
    	margin: 0 10px 0 0;
    }

	.header-menu__wrap {
		padding: 20px
	}

	.header-menu__close {
		top: 20px;
		right: 20px
	}

	.header__socials {
		display: none;
	}

	.header__bcn {
    	padding: 0 15px;
    }

    .novina .col-8,
    .novina .col-4 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

	.novina .region__block__title {
		margin: 0 0 45px !important;
	}

    .novina .region__block__title h1 {
		font-size: 30px !important;
    }

	.region__block__meta {
    	justify-content: flex-start !important;
    	margin: 0 0 18px !important;
	}

	.region__block__featuredimg {
		margin: 0 0 20px !important;
	}

	.novina .region__block__news {
		margin: 0 0 60px 0 !important;
	}

	.onmobile {
		display: flex !important;
	}

	.onmobile-noflex {
		display: initial !important;
	}	

	.nomobile {
		display: none !important;
	}

	.menu__copyright {
		flex-wrap: wrap;
    	align-items: center;
    	justify-content: center;
	}

	.--title-fade-w {
    	padding: 0 15px;
	}

	.pro-nasa .region__block__four h3::before {
		display: none;
	}

	.pro-nasa .region__block__last {
		padding: 32px 15px;
	}

	.pro-nasa.kredit__gall {
		margin: 60px 0 !important;
		padding: 32px 0;
	}

	.pro-nasa .about__counters {
		flex-wrap: wrap;
	}

	.pro-nasa .about__counters .counter {
		padding: 0 0 32px 0;
	}

	.pro-nasa .about__counters .counter:not(:last-child):after {
	  content: '';
	  padding: 32px 0 0 0;
	  border-bottom: 1px solid #DFDFDF;
	  width: 100%;
	  display: block;
	  position: relative;
	}

	.pro-nasa.bbanner {
		margin-top: 60px !important;
	}

	.pro-nasa .kredit__inner.row {
		margin-left: initial;
		margin-right: initial;
	}

	.novini .region__wrap .container {
		padding: 0 15px;
	}

	.service__wrap .region__block:nth-child(4) {
		padding: 48px 0 48px 0;
	}
	.service__wrap .region__block:nth-child(4) h3::before {
		display: none;
	}

	.service__wrap .region__block__last {
		padding: 32px 15px;
	}

	.footcall .region__block--text {
		padding: 32px 15px !important;
	}

	.kredit__bottom__wrap .kredit__inner.row {
		margin-left: 0;
		margin-right: 0;
	}

	.brand-mission .kredit__bottom__wrap .kredit__inner.row {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.gallery.kredit__gall.kreditlizing {
		padding: 64px 15px;
	}

	.gallery.kredit__gall.kreditlizing .owl-prev,
	.gallery.kredit__gall.kreditlizing .owl-next {
		border: 1px solid #000 !important;
    	height: 26px;
    	width: 32px;
    	height: 32px;		
	}

	.kredit__bottom__block__first {
    	max-height: initial !important;
    }

    .burgerblock {
    	display: initial;
    }
    .burgerblock div.bcolumn {
    	width: 100%;
    	padding: 20px 0 0 0;
    }

	.burgerblock div.bcolumn:not(:last-child):after {
	  content: '';
	  padding: 24px 0 0 0;
	  border-bottom: 1px solid #DFDFDF;
	  width: 100%;
	  display: block;
	  position: relative;
	}

	.burgerblock .menu__list {
		display: flex;
		flex-direction: column;
		margin: 0 0 20px 0;
	}

	.burgerblock .menu__list li:nth-child(2) {
		order: 3;
		margin: 0;
	}
	.burgerblock .menu__list li:nth-child(2) ul {
		margin: 0;
	}

	.burgerblock .header__socials {
		display: initial !important;
	}

	.info-block .row,
	.argonom-zone .row,
	.bus-memsa .row {
		margin-right: initial;
		margin-left: initial;
	}

}

@media(max-width: 380px) {
	.region__block--text {
		padding: 45px 15px
	}

	.popular__slide {
		padding: 45px 15px
	}

	.popular__slide {
		min-height: calc((100vw - 60px)*1.5)
	}
}

@media(max-width: 1560px) {
	.default-btn--nav {
		font-size: 14px
	}
}

@media(max-width: 580px) {
	.default-btn--nav {
		font-size: 12px;
		padding: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: 400 !important
	}

	.product__nav-button {
		margin-top: 10px;
		margin-right: 10px;
		max-width: 134px;
		height: auto
	}

	.product__desc {
		font-size: 14px
	}
}

@media(max-width: 580px) {
	.news__slide-title {
		font-size: 20px
	}

	.news__text {
		font-size: 12px
	}

	.news__link {
		margin-top: 16px;
		font-size: 12px
	}
}

@media(max-width: 1024px) {
	.custom-arrows .owl-prev:hover svg {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.custom-dots .owl-dots {
		bottom: -32px
	}

	.custom-dots .owl-dot {
		width: 32px;
		height: 1px;
		border: 1px solid var(--light-grey) !important;
		margin-right: 8px
	}

	.custom-dots .owl-dot:last-child {
		margin-right: 0
	}

	.custom-dots .owl-dot.active {
		background-color: var(--black) !important;
		border: 1px solid var(--black) !important
	}

	.gallery__slider .owl-nav {
		width: auto !important;
		position: initial !important
	}

	.gallery__slider .owl-nav .owl-prev {
		position: absolute;
		z-index: 2;
		background-color: red;
		width: auto;
		height: auto;
		background: none !important;
		border: none !important;
		top: 50%;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		left: 30px
	}

	.gallery__slider .owl-nav .owl-prev svg {
		margin-top: 0
	}

	.gallery__slider .owl-nav .owl-next {
		position: absolute;
		z-index: 2;
		background-color: red;
		width: auto;
		height: auto;
		background: none !important;
		border: none !important;
		top: 50%;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		right: 30px
	}

	.gallery__slider .owl-nav .owl-next svg {
		margin-top: 0
	}
}

@media(max-width: 580px) {
	.gallery__slider .owl-nav .owl-prev {
		left: 20px
	}

	.gallery__slider .owl-nav .owl-next {
		right: 20px
	}
}

@media(max-width: 380px) {
	.gallery__slider .owl-nav .owl-prev {
		left: 15px
	}

	.gallery__slider .owl-nav .owl-next {
		right: 15px
	}
}

@media(max-width: 1560px) {
	:root {
		--gallery-image: 320px
	}

	.gallery__slider .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: calc(var(--gallery-image)*3)
	}

	.kredit__gall .gallery__slider .owl-nav {
		display: flex;
    	position: absolute;
    	top: -50px;
    	right: 210px;
    	width: 5px;
	}	
}

@media(max-width: 1180px) {
	:root {
		--gallery-image: 260px
	}
}

@media(max-width: 1024px) {
	:root {
		--gallery-image: none
	}
}

@media(max-width: 580px) {
	.adv__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.adv__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.adv__block:nth-child(2) {
		margin-top: 30px
	}

	.adv__link {
		margin-top: 20px;
		margin-left: 0
	}

	.ftcl__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.ftcl__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.ftcl__block:nth-child(2) {
		margin-top: 30px
	}

	.ftcl__link {
		margin-top: 20px;
		margin-left: 0
	}	
}

@media(max-width: 768px)and (min-width: 581px) {
	.adv__text {
		font-size: 20px
	}

	.adv__link {
		margin-left: 16px
	}

	.adv__logo {
		max-width: 120px
	}

	.ftcl__text {
		font-size: 20px
	}

	.ftcl__link {
		margin-left: 16px
	}

	.ftcl__logo {
		max-width: 120px
	}	
}

@media(max-width: 991px) {
	.menu__copyright {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 32px
	}

	.menu__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width: 480px) {
	.menu__item {
		width: 100%
	}
}

@media(max-width: 1560px) {
	.product__desc {
		margin-top: 48px
	}

	.news__slider-wrap {
		margin-top: 48px
	}

	.gallery__slider {
		margin-top: 48px
	}
}

@media(max-width: 580px) {
	.product__desc {
		margin-top: 24px
	}

	.news__slider-wrap {
		margin-top: 30px
	}

	.gallery__slider {
		margin-top: 30px
	}
}

@media(max-width: 1024px) {
	.news .container {
		padding: 0 !important
	}

	.news {
		padding-bottom: 32px
	}

	.gallery {
		padding-bottom: 32px
	}

	.adv {
		padding: 60px 0
	}

	.ftcl {
		padding: 60px 0
	}	
}

@media(min-width: 992px)and (max-width: 1024px) {
	.product__slide-inner.col-lg-4 {
		max-width: none !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: none !important;
		flex: none !important
	}
}

@media(min-width: 1025px) {
	.product__slide-inner.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media(max-width: 1024px) {
	.product__slider-inner.row {
		margin-right: 0;
		margin-left: 0
	}

	.product__slide-inner {
		padding: 8px !important;
		padding-top: 30px !important
	}
}

@media(max-width: 480px) {
	.product__slide-inner {
		padding: 0 !important
	}

	.product__container-slider {
		padding: 0 !important;
		padding-top: 30px !important
	}

	.product__slider-inner .owl-nav .owl-prev {
		left: 16px;
		bottom: 24px
	}

	.product__slider-inner .owl-nav .owl-next {
		right: 16px;
		bottom: 24px
	}
}

@media(max-width: 1024px) {
	.header-menu__wrap {
		width: 100vw
	}
	#sync2 .owl-stage {
    width: 275%!important;
}
	.screen__slider-nav .owl-item {
		width:75%!important;
		margin-left:20px;
		margin-right:-20px;
	}


	.header-menu .menu__contact {
		max-width: 100%
	}
	
	/* #daewoo_mob {display: none; }*/
}

@media(max-width: 678px) {
	.popup {
		padding: 60px 40px
	}

	.popup__close {
		top: 16px;
		right: 16px
	}

	.popup__desc {
		margin-top: 16px
	}
}

@media(max-width: 580px) {
	.popup__close {
		top: 14px;
		right: 14px
	}

	.popup {
		padding: 60px 30px
	}
	
	.header__logo-wrap {width: 30%;}
}

/* devrvk */
.footcall {
	/*padding: 103px 0 103px 321px;*/
	/*min-height: 321px;*/
}
.footcall__content {
	position: relative;
	padding-left: 65px;
	margin-top: 32px;
}
.footcall__content p {
	margin-top: 0;
}
.footcall__content::before {
	background-color: #fff;
	content: url(../img/phone-icon.svg);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 51px;
    height: 50px;
    border-radius: 8px;
    padding: 17px;
}
@media (max-width: 1560px) {
	.footcall .region__block {
    	min-height: initial;
    	max-height: initial;
	}
	.footcall .region__block--text {
		padding: 65px 206px;
	}
	.--footer-top-margin {
		margin-top: 0px;
	}
	/*.region__block__map {
		max-height: 400px;
	}*/
}
.--bg-blue {
	background-color: #153F98;
	padding: 87px 70px;
}
.--uppercase {
	text-transform: uppercase;
}

/* 404 error */
.kredit__bottom__wrap.error404__main {
	padding: 60px 0 !important;
}
.kredit__bottom__wrap.error404__main .row {
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}
.kredit__bottom__wrap.error404__main .region__block {
	min-height: initial;
	max-height: initial;
	padding: 0;
	text-align: center;
}
.error__img {
	object-fit: cover;
}
.error__title {
	font-size: 10rem !important;
	font-weight: 600 !important;
	line-height: normal;
	color: #4E5155;
}
.error__desc {
	font-size: 2rem !important;
	font-weight: 600;
	color: #4E5155;
	margin-top: 0 !important;
}
.error404__descr button {
	margin-left: 0 !important;
	margin: 20px 0;
}
.header__phone-text{
	font-size: 15px;
	padding-left: 5px;
}

/* polylang */
.header__language {
	padding: 0 0 0 20px;
}

.lang-item {
	display: inline;
	padding-left: 5px;
	list-style: none;
}
.lang-item.current-lang {
	font-weight: bold;
}

.polylang_langswitcher li:first-child:after {
	padding: 0 0 0 10px;
    content: "";
    display: inline-block;
    height: 12px !important;
    color: #1B1B1B !important;
    font-weight: normal !important;
    border-right: 1px solid #1b1b1b !important;
}

.footer__language .polylang_langswitcher li:first-child:after {
	padding: 0 0 0 10px;
    content: "";
    display: inline-block;
    height: 12px !important;
    color: rgba(255, 255, 255, 0.20) !important;
    font-weight: normal !important;
    border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
}

/* search header */
.relevanssi-live-search-results.relevanssi-live-search-results-showing::-webkit-scrollbar {
    width: 0.3em;
}
.relevanssi-live-search-results.relevanssi-live-search-results-showing::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.relevanssi-live-search-results.relevanssi-live-search-results-showing::-webkit-scrollbar-thumb {
  background-color: #D7111D;
  border-radius: 2px;
}

.relevanssi-live-search-result p a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.relevanssi-live-search-result p a img {
	border-radius: 6px;
    min-width: 66px;
    max-width: 66px;
    min-height: 40px;
    max-height: 40px;
}

/* main menu */
/*#menu-primary_new {*/
[id^="menu-primary_new"] {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
[id^="menu-primary_new"] li {
	display: inline;
    padding-left: 5px;
    line-height: 60px;
    padding: 0 20px;
}
[id^="menu-primary_new"] li ul li {
	line-height: 50px;
}
[id^="menu-primary_new"] > li:first-child,
[id^="menu-primary_new"] > li:nth-child(2) {
	background: #EEEEEE;
}
/*[id^="menu-primary_new"] > li:first-child::before {
	content: url("/wp-content/uploads/icons/pepicons-pop_menu.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: normal;
    margin-top: -2px;	
}
[id^="menu-primary_new"] > li:first-child::after {
	content: url("/wp-content/uploads/icons/down_arrow.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
    height: 24px;
    line-height: normal;
    margin-top: -2px;	
}*/
[id^="menu-primary_new"] > li:first-child a,
[id^="menu-primary_new"] > li:nth-child(2) a {
	color: #17429D;
	font-weight: 700;
	padding: 0;
	vertical-align: middle;
}

@media (min-width: 1024px) {
	[id^="menu-primary_new"] > li:nth-child(2) {
		margin-left: -55px;
	}
}

[id^="menu-primary_new"] li:hover {
	background: #EEEEEE;
	cursor: pointer;
}
[id^="menu-primary_new"] li a {
	font-size: 16px;
	line-height: 19.5px;
	color: #1B1B1B;
}
[id^="menu-primary_new"] .sub-menu {
	display: none;
}
[id^="menu-primary_new"] .sub-menu.active {
	display: block;
    width: 320px;
    position: absolute;
    background-color: #ffffff;
    margin-left: -20px;
}
[id^="menu-primary_new"] .sub-menu li {
	width: 100%;
	display: block;
}
[id^="menu-primary_new"] .sub-menu li a {
	font-size: 16px;
	line-height: 22px;
	color: #373737;
	font-weight: 400;
}
[id^="menu-primary_new"] .sub-menu li:hover a {
	color: #17429D;
}
[id^="menu-primary_new"] .sub-menu img {
    max-width: 48px;
    height: initial;
}

/* sticky menu */
.header.header__sticky {
	padding: 0 !important;
	display: none;
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
}
.header.header__sticky .header__content {
	margin-top: 0 !important;
}
.hdsticky {
	display: initial !important;
}
#menu-primary_new-1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#menu-primary_new-1 li {
	display: inline;
    padding-left: 5px;
    line-height: 60px;
    padding: 0 20px;
}
#menu-primary_new-1 li ul li {
	line-height: 50px;
}
#menu-primary_new-1 > li:first-child {
	background: #EEEEEE;
}
#menu-primary_new-1 > li:first-child::before {
	content: url("/wp-content/uploads/icons/pepicons-pop_menu.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: normal;
    margin-top: -2px;	
}
#menu-primary_new-1 > li:first-child a {
	color: #17429D;
	font-weight: 700;
	padding: 0 0 0 15px;
}
#menu-primary_new-1 li:hover {
	background: #EEEEEE;
	cursor: pointer;
}
#menu-primary_new-1 li a {
	font-size: 16px;
	line-height: 19.5px;
	color: #1B1B1B;
}
#menu-primary_new-1 .sub-menu {
	display: none;
}
#menu-primary_new-1 .sub-menu.active {
	display: block;
    width: 320px;
    position: absolute;
    background-color: #EEEEEE;
    margin-left: -20px;
}
#menu-primary_new-1 .sub-menu li {
	width: 100%;
	display: block;
}
#menu-primary_new-1 .sub-menu li a {
	font-size: 16px;
	line-height: 22px;
	color: #373737;
	font-weight: 400;
}
#menu-primary_new-1 .sub-menu li:hover a {
	color: #17429D;
}

/* slider */
#dots.owl-carousel {
	position: absolute;
	margin-top: -34px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

#dots.owl-carousel .item {
	width: 45px;
	height: 2px;
	background: #DDDDDD;
	border-radius: 10px;
}
#dots.owl-carousel .item:hover,
#dots.owl-carousel .item.active {
	width: 45px;
	height: 6px;
	background: #EA0029;
	border-radius: 100px;
	cursor: pointer;
}

/* category wall */
#cat-categories .container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#cat-categories .container .category-item {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	background: #FAFAFA;
	flex: 1 0 21%;
}
.category-item__empty {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	background: #FFF;
	flex: 1 0 21%;
}

#cat-categories .container .category-item h4 {
	color: #1B1B1B;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
	color: #646464;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

	display: flex;
	align-items: center;
	flex-wrap: wrap;

	margin: 24px 0;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #646464;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.woocommerce .woocommerce-breadcrumb svg {
	margin: 0 12px;
}

.woocommerce-products-header__title {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 44px;
}

/* filter */
#block-13 {
	background: #FAFAFA;
	padding: 24px;
}

.bapf_head {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 18px;	
}
.bapf_body label {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bapf_sfilter {
	margin-bottom: 23px !important;
}
.bapf_sfilter ul li {
	padding-bottom: 14px !important;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;	
	
	margin-right: 18px;
	border-radius: 5px;
	border: 1px solid #D7111D;
	width: 18px;
	height: 18px;
}
.bapf_sfilter.bapf_ckbox input[type='checkbox']:checked:after {
  content: url('/wp-content/uploads/icons/filter_check.svg');
}
.berocket_aapf_widget_selected_filter {
	display: flex;
	gap: 16px;
	align-items: center;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_unall li {
	padding: 12px !important;
	border-radius: 100px;
	border: 1px solid #DDD;
	background: #EEE;
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
}
.berocket_aapf_widget_selected_filter .bapf_sfa_unall li a {
	display: flex;
	align-items: center;
	gap: 6px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_unall li:hover {
	background: #FFF;
}

.berocket_aapf_widget_selected_filter ul:not(.bapf_sfa_unall) li {
	padding: 12px !important;
	border-radius: 100px;
	border: 1px solid #DDD;	
	color: #747474;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.berocket_aapf_widget_selected_filter ul:not(.bapf_sfa_unall) li a {
	display: flex;
	align-items: center;
	gap: 6px;
}
.berocket_aapf_widget_selected_filter ul:not(.bapf_sfa_unall) li:hover {
	background: #EEE;	
}

.bapf_sfa_taxonomy ul {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* product list in cat*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display: flex;
	/*height: 460px;*/
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border: 1px solid #EDEDED;

    margin: initial;
    position: relative;
    width: 31.333333%;	
}
.woocommerce ul.products li.product .product__img, .woocommerce-page ul.products li.product .product__img {
	display: block;
	width: 100%;
}
.woocommerce ul.products li.product .product__img img, .woocommerce-page ul.products li.product .product__img img {
    max-height: 168px;
    object-fit:cover;
}
.woocommerce ul.products li.product .product__name, .woocommerce-page ul.products li.product .product__name {
	text-align: left;
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.woocommerce ul.products li.product .product__stock, .woocommerce-page ul.products li.product .product__stock {
	color: #37C613;
	text-align: left;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.woocommerce ul.products li.product .product__attributes, .woocommerce-page ul.products li.product .product__attributes {
	width: 100%;
}
.woocommerce ul.products li.product .product__attributes .attr, .woocommerce-page ul.products li.product .product__attributes .attr {
	display: flex;
	justify-content: space-between;
}
.woocommerce ul.products li.product .product__attributes .attr span:first-child, .woocommerce-page ul.products li.product .product__attributes .attr span:first-child {
	color: #646464;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	display: block;
	position: relative;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-page ul.products li.product .product__attributes .attr span.dots,
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__fourty {
	display: block;
	position: relative;
	width: 60%;
}
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__second {
	display: block;
	position: relative;
	width: 49%;
}
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__third {
	display: block;
	position: relative;
	width: 70%;
}
.woocommerce-page ul.products li.product .product__attributes .attr span.dots::before,
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__second::before,
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__third::before,
.woocommerce-page ul.products li.product .product__attributes .attr span.dots__fourty::before {
	border-bottom: 1px dashed #EBEBEB;
    bottom: 3px;
    content: "";
    left: 4px;
    position: absolute;
    right: 6px;
    z-index: 1;
}
.woocommerce-page ul.products li.product .product__attributes .attr span:last-child {
	color: #1B1B1B;
	text-align: right;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	display: block;
	position: relative;	
}
.woocommerce-page ul.products li.product .product__button {
	display: flex;
	width: 100%;
	padding: 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #D7111D;
	color: #D7111D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.woocommerce-page ul.products li.product .product__button:hover {
	background-color: #D7111D;
	color: #FFF;
}
.woocommerce-page ul.products li.product .product__info {
	width: 100%;
    /*position: absolute;
    bottom: 0;
    padding-right: 32px;*/
    padding-bottom: 16px;
	display: flex;
    flex-direction: column;
    gap: 14px;    
    margin-top: auto;
}

.woocommerce ul.products li.product a img {
	margin: initial;
}
.woocommerce-page ul.products li.product .product__image {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.stockout {
	/*color: #1853D2 !important;*/
	color: #1853D2 !important;
}

/* woocommerce pagination */
.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 0;	
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	width: 39px;
    height: 39px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #EEE;
    color: #1B1B1B;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #1B1B1B;
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	width: 39px;
    height: 39px;
    flex-shrink: 0;	
    display: flex;
    align-items: center;
    justify-content: center;    
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:focus {
	background: #fff;
    color: #1B1B1B;
    font-weight: 700;
}

.woocommerce ul.products {
	margin: 0 0 24px;
}

/* woocommerce cat descr */
.term-description {
	margin: 120px 0;

	display: inline-flex;
	padding: 44px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;

	background: #FAFAFA;

	font-family: 'Montserrat';
	color: #1B1B1B;
}

#tab-description h3,
.term-description h3,
.--catalogdescr h3 {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
#tab-description p, #tab-description li,
.term-description p, .term-description li,
.--catalogdescr p, .--catalogdescr li {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
}
#tab-description ol, #tab-description ul,
.term-description ol, .term-description ul,
.--catalogdescr ol, .--catalogdescr ul {
padding-left:15px;
}
#tab-description li, .term-description li,
.--catalogdescr li {
list-style-type: disc; padding: 5px;
}

#tab-description h2, #tab-description h3,
#tab-description p, #tab-description ul,
.--catalogdescr h2, .--catalogdescr h3,
.--catalogdescr p, .--catalogdescr ul {
	margin-bottom: 32px;
}

/* woocommerce single product */
.product_title.entry-title {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 44px;
}

.product_meta .product__stock.instock {
	display: inline-flex;
	height: 50px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 8px;
	background: rgba(55, 198, 19, 0.10);
	color: #37C613;
	text-align: right;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product_meta .product__stock.stockout {
	display: inline-flex;
	height: 50px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #EEE;
	color: #1853D2;
	text-align: right;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce .woocommerce-tabs ul.tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	/*border-bottom: 1px solid #BBB;*/
    max-width: 1360px;
    margin: 0 auto;
}
.wc-tabs__header {
    border-bottom: 1px solid #BBB;
    width: 100%;
    padding: 0 120px;
}
.woocommerce .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: initial;
}
.woocommerce .woocommerce-tabs ul.tabs li::after,
.woocommerce .woocommerce-tabs ul.tabs li::before {
	border: 0;
	box-shadow: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active {
	border: 0;
    position: relative;
}

.woocommerce .woocommerce-tabs ul.tabs::after {
	border: 0;
}

.woocommerce .woocommerce-tabs ul.tabs::before {
	border: 0;
}
.woocommerce .woocommerce-tabs ul.tabs::after {
}

.woocommerce .woocommerce-tabs ul.tabs li a {
	color: #646464;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
	color: #1B1B1B;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.woocommerce .woocommerce-tabs ul.tabs li.active::after {
	content: "";
    display: block;
    height: 6px;
    width: 60%;
    background: #f00;
    position: absolute;
    bottom: 0;
    right: 20%;
    border-radius: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: none;
}

.woocommerce .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    padding: 16px;
}

.container.tabes {
    width: 100%;
    max-width: initial;
    padding:0;
    margin-top: 48px;
}
.wc-tab {
    max-width: 1360px;
    margin: 0 auto;
    padding: 32px 40px
}
.wc-tabs__header .tabs {
    margin: 0;
}

.woocommerce ul.products::before {
    content: unset;
}

.product__attributes {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*margin-top: 44px;*/
    margin-top: 0;
}
.product__slide .product__attributes {
    margin-top: 0;
}
.product__attributes__title {
    color: #1B1B1B;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 44px;
    margin-bottom: 24px;
}
.product__attributes .attr {
    display: flex;
    justify-content: space-between;
}
.product__attributes .attr span:first-child {
    color: #646464;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    width: fit-content;
}
.product__attributes .attr span:last-child {
    color: #1B1B1B;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    width: fit-content;
}
.product__attributes .dots {
    display: block;
    position: relative;
    flex: 1;
}
.product__attributes .dots::before {
    border-bottom: 1px dashed #EBEBEB;
    bottom: 17px;
    content: "";
    left: 4px;
    position: absolute;
    right: 6px;
    z-index: 1;
}

.wc-tab .product__attributes {
    margin-top: 1px;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 20px;
}
.wc-tab .product__attributes .attr {
    flex-basis: 49%;
    box-sizing: border-box;
}
.wc-tab .product__attributes .attr span:first-child::before {
    content: "•";
    color: #1b1b1b;
    margin:0 10px;
}

.product_buttons {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px;
    gap: 21px;
    flex-shrink: 0;
    background: #EEE;
    margin-top: auto;
}
.product_buttons button,
.product_buttons a {
    flex: 1;
}
.product_buttons .pdf {
    display: flex;
    width: 100%;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #D7111D;
    color: #D7111D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #FFF;
}
.product_buttons .pdf:hover {
    background: #D7111D;
    color: #FFF;
}

.product {
    display: flex;
    flex-wrap: wrap;
}
.product .summary {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}

#wpgs-gallery {
    margin-bottom: 0 !important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
    width: 100%;
}
#wpgs-gallery img {
    width: 100%;
}
.wcgs-slider-lightbox {
    display: none;
}
#wpgs-gallery .gallery-navigation-carousel-wrapper {
    margin-top: 20px;
}
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    display: inline-flex;
    padding: 18px 38px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow:hover {
    background: rgba(215, 17, 29, 0.60);
}

.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next {
    margin-right: 12px;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-next:before {
    content: url('/wp-content/uploads/icons/next_arrow.svg') !important;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev {
    margin-left: 12px;
}
.wcgs-carousel .wcgs-swiper-arrow.wcgs-swiper-button-prev:before {
    content: url('/wp-content/uploads/icons/prev_arrow.svg') !important;
}

.container.pbblock {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 120px 0;
}
.container.pbblock .region__inner {
    transform: none;
}
.container.pbblock .region__block__first {
    background: #153F98;

    padding: 110px 100px 110px 120px;
    max-height: initial !important;    
}
.container.pbblock .region__block__first .region__block-title p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
.container.pbblock .region__block__first .region__block-text {
    margin-top: 32px;

    color: #FFF;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product__more {
    display: flex;
    max-width: 200px;
    width: 200px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    color: #D7111D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #FFF;
    margin-top: 24px;
}
.product_more:hover {
    background: #D7111D;
    color: #FFF;
}
.container.pbblock .region__inner img {
    height: 100% !important;
}

.up-sells {
    margin-bottom: 120px;
}
.up-sells h2 {
    color: #1B1B1B;
    text-align: center;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* tab video */
.videooglyad_tab::before,
.vydeoobzor_tab::before {
	content: url('/wp-content/uploads/icons/youtube_grey.svg');

	top: 1px;
    right: 10px;
    position: relative;	
}
.videooglyad_tab.active::before,
.vydeoobzor_tab.active::before {
    content: url('/wp-content/uploads/icons/youtube.svg');

	top: 1px;
    right: 10px;
    position: relative;    
}

/* scroll button  */
#wpfront-scroll-top-container {
	display: flex;
	width: 60px;
	height: 60px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid #D7111D;
	background: #FFF;
}

.yikes-custom-woo-tab-title {
	display: none;
}
.tab__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.tab__content .tab__descr {
	width: 59%;

	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
}
.tab__content .tab__descr h2 {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.tab__content .tab__descr p {
	margin: 24px 0;
}
.tab__content .tab__descr ul li {
	margin: 0 0 24px 0;
}
.tab__content .tab__image {
	width: 39%;
}
.tab__video__image {
	position: relative;
}
.tab__video__image svg {
	position: absolute;
    width: 98px;
    height: 98px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -49px;
}
.tab__video__image:hover svg {
	transform: scale(1.1, 1.1);
	-webkit-transition: transform 0.8s ease-in-out;
}

/* modals */
/* contact modal */
#contactsModal,
#contactsModal--clone {
	max-width: 522px;
	padding: 54px;
}
#contactsModal .modalHeader,
#contactsModal--clone .modalHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#contactsModal .modalHeader svg,
#contactsModal--clone .modalHeader svg {
	cursor: pointer;
}
#contactsModal .popup__title,
#contactsModal--clone .popup__title {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
#contactsModal .menu__contact-box,
#contactsModal--clone .menu__contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	max-width: 44px;
	max-height: 44px;
	border-radius: 8px;
	background: #EEE;
	margin-right: 14px
}
#contactsModal .f-button.is-close-btn,
#contactsModal--clone .f-button.is-close-btn,
.fancybox__carousel:not(.has-thumbs) .fancybox__nav {
	display: none !important;
}
#contactsModal .menu__contact-link,
#contactsModal--clone .menu__contact-link {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
#contactsModal .menu__contact-to,
#contactsModal--clone .menu__contact-to {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
#contactsModal .menu__contact-text,
#contactsModal--clone .menu__contact-text {
	color: #1B1B1B;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
/* callback modal */
#call {
	max-width: 631px;
	padding: 74px 54px 54px 54px;
}
#call .f-button.is-close-btn,
.fancybox__carousel:not(.has-thumbs) .fancybox__nav {
	display: none !important;
}
#call svg {
	position: absolute;
	top: 24px;
	right: 24px;

	cursor: pointer;
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    will-change: opacity;
    background: rgba(0, 0, 0, 0.43);
    backdrop-filter: blur(10px);
}

.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-select.wpcf7-validates-as-required {
    background: #FFF;
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(133, 133, 133);
    margin: 0px 0px 14px;
    color: #747474;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin: 0 !important;
}
.wpcf7-list-item {
	margin: 0 !important;
}

.popup__form-button {
	border: 0 !important;
	cursor: pointer;
}

.wpcf7-form label {
	position: relative;
	margin: 0 0 14px;
	display: block;
}
.wpcf7-form label .placeh {
	position: absolute;
	top: 30%;
	left: 4%;

	color: #747474;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;	
}
.wpcf7-form label .requ {
	color: #D7111D;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;	
}

.wpcf7-not-valid {
	border: 1px solid #d7111d !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

#knowprice .f-button.is-close-btn,
.fancybox__carousel:not(.has-thumbs) .fancybox__nav {
	display: none !important;
}
#knowprice svg {
	position: absolute;
	top: 24px;
	right: 24px;

	cursor: pointer;
}
#knowprice .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 14px;
}

/* mobile */
.header__mobile,
.header__mobile__search {
	display: none;
}
.close-menu__button {
	display: none;
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 10;
}
.product__button__mobile {
	display: none;
}

/*.fancybox__slide.has-image .fancybox__nav {
	display: initial !important;
}*/

@media screen and (max-width : 1024px) {
	.header__desktop {
		display: none;
	}
	.header__mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px 15px 15px;
	}
	.header-menu {
		top: 0;
    	margin-top: 35%;
	}
	.burgerblock .header__socials {
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}
	.burgerblock .menu__contacts {
		margin-bottom: 12px;
	}
	.burgerblock div.bcolumn {
		padding: 0 !important;
	}
	.burgerblock div.bcolumn:not(:first-child) {
		margin-top: 24px;
	}
	.burgerblock #menu-primary_mob li:first-child {
		margin-bottom: 32px;
	}
	.burgerblock #menu-primary_mob li:not(:first-child) {
		margin-bottom: 20px;
	}
	.burgerblock #menu-primary_mob_ru li:first-child {
		margin-bottom: 32px;
	}
	.burgerblock #menu-primary_mob_ru li:not(:first-child) {
		margin-bottom: 20px;
	}
	.header__content:last-child {
		margin-top: 0 !important;
	}
	.header__mobile__search {
		display: initial !important;
		z-index: 0;
	}
	.header__mobile__search .search-field {
		position: relative !important;
		max-width: 291px;
		margin: 8px auto;
		display: block !important;
	}
	.header__mobile__search .header__phone-button {
		position: absolute;
    	top: 0;
    	right: 9.8%;
    	z-index: 9;

	}
	.header__phone-button.search {
		padding: 14px 15px 14px 15px;
	}
	.relevanssi-live-search-result p a img {
		width: 56px !important;
		min-width: 56px !important;
		min-height: 34px !important;
	}
	.header__mobile .header__burger {
		order: initial !important;
	}

	[id^="menu-primary_new"] {
		position: relative;
		z-index: 9;
	}
	/*[id^="menu-primary_new"] li:not(:first-child) {*/
	[id^="menu-primary_new"] li:not(:nth-child(2)) {
		display: none !important;
	}
	
	/*[id^="menu-primary_new"] li:first-child {*/
	[id^="menu-primary_new"] li:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	[id^="menu-primary_new"] .sub-menu.active {
		width: 100% !important;
	}
	[id^="menu-primary_new"] li:first-child ul li {
		display: block !important;
		width: 100%;
		text-align: left;
	}
	[id^="menu-primary_new"] li:first-child::before {
		display: none;
	}
	[id^="menu-primary_new"] li:first-child::after {
	    content: url(/wp-content/uploads/icons/down_arrow.svg);
	    width: 24px;
	    height: 24px;
	    display: inline-block;
	    vertical-align: middle;
	    line-height: normal;
	    margin-top: 0;
	}
	[id^="menu-primary_new"] li.hide-after:first-child::after {
		display: none;
	}
	[id^="menu-primary_new"] li ul li:first-child::after {
		display: none;
	}

	.screen__content .container:first-child {
		display: flex;
  		flex-direction: column-reverse;
	}
	.screen__title {
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0 auto;
		padding: 0px 12px 16px 12px;
	}
	.screen__title::before {
		display: none;
	}
	.screen__subtitle {
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin: 0 auto;
		padding: 12px 0 12px 0;
	}

	#cat-categories .container {
		padding: 0 15px;
		gap: 15px !important;
	}
	#cat-categories .container .category-item {
		flex: initial !important;
		width: 47%;
	}

	#cat-categories .container .category-item img {
        width: 100%;
        position: relative;
        height: auto;
	}

	.container.ptitle {
		justify-content: center;
		margin-bottom: 29px;
	}
	.container.ptitle h2 {
		color: #1B1B1B;
		text-align: center;
		font-family: Montserrat;
		font-size: 26px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		text-transform: uppercase;
	}
	.container.ptitle a {
		display: none;
	}
	.product__button__mobile {
		display: flex;
	    margin-right: 10px;
	    padding: 15px;
	    justify-content: center;
	    align-items: center;
	    gap: 10px;
	    border-radius: 8px;
	    border: 1px solid #D7111D;
	    color: #D7111D;
	    font-family: Montserrat;
	    font-size: 14px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 20px;
	    max-height: 51.6px;
	    width: fit-content;
	    margin: 56px auto 0;
	}

	.product__slider .owl-item {
		justify-content: center;
	}
	.fancybox__carousel.has-thumbs .fancybox__nav {
		display: initial !important;
	}

	.ftcl__wrap,
	.ftcl__block {
		align-items: center;
	}

	.footer .menu__inner:first-child .menu__list {
		display: none;
	}

	.footer.finner {
		padding: 32px 0 32px 0;
	}
	.menu__wrap.row .menu__inner:first-child {
		padding-bottom: 32px;
		border-bottom: 1px solid #313439;
	}

	.menu__wrap.row .menu__inner:not(:first-child):not(:last-child) {
		padding-top: 32px;
		border-bottom: 1px solid #313439;		
	}

	.menu__wrap.row .menu__inner:last-child {
		padding-top: 32px;
	}

	.ftmenu2 a.menu__main-link {
		margin-bottom: 32px;
	}

	.footer__language {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.menu__copyright {

	}

	#contactsModal .popup__title {
		color: #1B1B1B;
		font-family: Montserrat;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
	}

	/* category */
	.tax-product_cat .main .container {
		padding: 0 15px;
	}
	.woocommerce-products-header__title	{
		color: #1B1B1B;
		font-family: Montserrat;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
		margin-top: 32px;
		margin-bottom: 24px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	    width: 100%;
	    float: left;
	    clear: both;
	    margin: 0 0 0;
	}
	.term-description {
		margin: 60px 0;
	}

	.buttons__filter {
		margin-bottom: 18px;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	    gap: 12px 0;
	}
	.buttons__filter .block__bopen {
		width: 100%;
	}
	.buttons__filter .filter__open {
		display: flex;
		padding: 12px;
		justify-content: center;
		align-items: center;
		gap: 6px;
		border-radius: 100px;
		border: 1px solid #DDD;
		background: #EEE;
		width: 100%;
		font-size: 14px;
	}
	.buttons__filter .block__bclose {
		display: none;
	}	
	.buttons__filter .filter__close {
		display: flex;
		width: 41px;
		height: 41px;
		justify-content: center;
		align-items: center;
		gap: 6px;
		border-radius: 8px;
		background: #EA0029;
		border: 0;
	}
	.buttons__filter .block__breset {
		width: 100%;
		display: none;
	}
	.buttons__filter .filter__reset {
		display: flex;
		padding: 12px;
		justify-content: center;
		align-items: center;
		gap: 6px;
		border-radius: 100px;
		border: 1px solid #DDD;
		width: 100%;
		font-size: 14px;
	}
	.buttons__filter .block__breset__opac {
		width: 50%;
		display: none;
	}
	.buttons__filter .filter__reset {
		display: flex;
		padding: 12px;
		justify-content: center;
		align-items: center;
		gap: 6px;
		border-radius: 100px;
		border: 1px solid #DDD;
		width: 100%;
		font-size: 14px;
		background: #FFF;
	}
	.berocket_aapf_widget_selected_area {
		display: none !important;
	}

	#block-13 {
		display: none;
	}

	/* product page mobile */
	.single-product .main .container {
		padding: 0 15px;
	}
	.product_title.entry-title {
		color: #1B1B1B;
		font-family: Montserrat;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 24px;
	}
	#wpgs-gallery .gallery-navigation-carousel-wrapper {
		margin-top: 5px;
	}
	.summary .product_meta {
		margin-top: 24px;
	}

	.summary .product__attributes__title {
		margin-top: 18px;
		margin-bottom: 12px;
	}

	.product_buttons {
		margin-top: 24px;
		margin-bottom: 32px;

		display: flex;
		padding: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 12px;
	}
	.product_buttons .ftcl__link {
		margin-top: 0;
	}
	.product_buttons button,
	.product_buttons a {
		width: 100%;
	}

	.single-product .container.pbblock {
		padding: 0;
		margin: 60px 0;
	}
	.single-product .container.pbblock .region__inner {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.container.pbblock .region__block__first {
		padding: 70px 15px;
	}

	.woocommerce .woocommerce-tabs ul.tabs {
		display: none;
	}
	.container.tabes {
		margin-top: 22px;
	}
	h2.resp-accordion {
		display: flex;
    	flex-direction: row-reverse;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	align-items: center;

		color: #646464;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;

		padding: 20px 15px 20px 0 !important;
		border-top: 1px solid #EEEEEE;
	}
	h2.resp-tab-active {
		background: unset !important;
	}
	h2.resp-accordion span.resp-arrow {
		border: none !important;
		border-left: none !important;
    	border-right: none !important;
    	border-bottom: none !important;
	}
	.resp-arrow {
		margin-top: 0 !important;
	}

	.resp-tabs-container .resp-tab-content {
		padding: 0 !important;
		margin-bottom: 20px;
	}
	.wc-tab .product__attributes .attr {
		flex-basis: 100% !important;
	}

	.tab__content .tab__descr,
	.tab__content .tab__image {
		width: 100%;
	}

	#tab-additional_information .product__attributes .attr span:first-child::before {
		display: none;
	}

	#tab-additional_information .product__attributes .attr span:first-child {
		color: #1B1B1B;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	#tab-additional_information .product__attributes .attr span:last-child {
		color: #1B1B1B;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	#tab-additional_information .product__attributes .attr {
		padding: 0 8px;
	}
	#tab-additional_information .product__attributes .attr:nth-child(2n) {
		background: #EEE;
		padding: 8px;
		margin: 8px 0;
    }

}
@media screen and (max-width : 428px) {
	.header-menu {
		top: 0;
    	margin-top: 32%;
	}	
}
@media screen and (max-width : 414px) {
	.header-menu {
		top: 0;
    	margin-top: 32%;
	}	
}
@media screen and (max-width : 390px) {
	.header-menu {
		top: 0;
    	margin-top: 35%;
	}

	#sync1.owl-carousel .owl-item {
		min-height: 600px !important;
	}
}
@media screen and (max-width : 375px) {
	.header-menu {
		top: 0;
    	margin-top: 35%;
	}
}
@media screen and (max-width : 320px) {
	.header-menu {
		top: 0;
    	margin-top: 42%;
	}
}

/* call tracking hide
.rngst_phone_button {
	display: none !important;
} */

#secondary #block-13 p:first-child {display:none;}

/* single news */
article.post .region__inner {
	margin-left: 80px;
	margin-right: 80px;
}
article.post h1 {
	font-family: "Montserrat";
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;	
}
article.post .region__block__news .featuredimg {
    max-width: 630px;
    object-fit: cover;
    float: right;
    margin: 0 0 0 25px;
	height: auto;
}
article.post .region__block__news p {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;	
	margin-bottom: 32px;
}
article.post .region__block__news a {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: underline;
	color: #D7111D;
}
article.post .region__block__news h2 {
	padding-left: 60px;
	margin-bottom: 32px;
}
article.post .region__block__news h3 {
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;	
	color: #1B1B1B;
	display: block;
    position: relative;
    padding-left: 60px;
	margin: 20px 0;
}
article.post .region__block__news h3:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 14px;
    width: 40px;
    height: 1px;
    background-color: var(--black);
}
article.post .region__block__news h4 {
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;	
	color: #1B1B1B;
	display: block;
    position: relative;
	margin: 10px 0;
}
article.post .region__block__news ul {
	margin-bottom: 32px;
}
article.post .region__block__news ul li {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;	
	color: #1B1B1B;
	display: flex;
    align-items: center;
    gap: 15px;
}
article.post .region__block__news ul li:before {
    content: url('/wp-content/themes/buses/assets/img/eclipse.svg');
	padding: 0;
	margin: 0;
	display: block;
    width: 10px;
    height: 13px;
}
article.post .region__block__news ol li {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;	
	color: #1B1B1B;
	display: flex;
    align-items: center;
    gap: 15px;
}
article.post .region__block__news ol li:before {
    content: url('/wp-content/themes/buses/assets/img/eclipse.svg');
	padding: 0;
	margin: 0;
	display: block;
    width: 10px;
    height: 13px;
}
article.post .region__block__news blockquote {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	border-left: 2px solid #D7111D;
	display: block;
	padding: 5px 0px 5px 20px;
	margin: 20px 0 20px 100px;
}

@media screen and (max-width : 768px) {	
	article.post .region__inner {
		margin-left: 5px;
		margin-right: 5px;
	}

	.novina .region__block__title h1 {
		font-size: 26px;
		font-weight: 700;
		line-height: 31.69px;
		text-align: left;
	}

	article.post .region__block__news blockquote {
		margin: 20px 0 20px 30px;
	}

	article.post .region__block__news .featuredimg {
		float: inherit;
		max-width: 100%;
		margin: 0 auto 15px;
	}

	.single-post {
		overflow-x: hidden;
	}
}

/* CATALOG PAGE */

/* Catalog page form */
  #cf7sg-form-zamovyty-dzvinok_copy {
	margin-top: 24px;
  }
  #cf7sg-form-zamovyty-dzvinok_copy .popup__form-checkbox-group label:before {
	border: 1px solid #fff;
  }
  #cf7sg-form-zamovyty-dzvinok_copy .popup__form-checkbox-group input:checked+span:after {
	border: solid #fff !important;
	border-width: 0 1px 1px 0 !important;
  }
  #cf7sg-form-zamovyty-dzvinok_copy span.wpcf7-not-valid {
	border: 0 !important;
  }
  #cf7sg-form-zamovyty-dzvinok_copy .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #cf7sg-form-zamovyty-dzvinok_copy .form-grid > label {
    width: 100%;
  }

  #cf7sg-form-zamovyty-dzvinok_copy .popup__form-checkbox-group {
    grid-column: 1 / -1;
    /*margin-top: -24px;*/
  }

  #cf7sg-form-zamovyty-dzvinok_copy .wpcf7-spinner {
    /*margin-top: 48px;*/
	position: absolute;
  }

  #cf7sg-form-zamovyty-dzvinok_copy label {
	color: #fff !important;
  }

  #cf7sg-form-zamovyty-dzvinok_copy .wpcf7-form .wpcf7-submit {
    margin-top: 16px;
  }

  /* Catalog page description */
  .--catalogdescr .region__inner {
	padding: 56px;
  }

  /*.--catalogdescr .region__inner h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: rgba(27, 27, 27, 1);
	padding-bottom: 19px;
  }
  .--catalogdescr .region__inner p {
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0%;	
	color: rgba(27, 27, 27, 1);
	padding-bottom: 19px;
  }*/
  .catalog-title {
	font-weight: 700;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;	
	color: rgba(27, 27, 27, 1);
	text-align: left;
  }

  .category-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 120px;
  }
  
  .category-card {
	box-sizing: border-box;
	border: 1px solid #EDEDED;
	padding: 16px;
	width: 305px;
	min-height: 445px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  @media (max-width: 768px) {
	.category-card {
		min-height: initial;
	}
  }  
  .category-image {
		height: 200px; /* фиксированная высота */
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-bottom: 10px;
		background: rgba(250, 250, 250, 1);
	}

	.category-image img {
		max-height: 100%;
		max-width: 100%;
		object-fit: contain; /* или cover, если хочешь обрезку */
	}
  
  .category-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
  }
  
  .category-title {
	color: rgba(27, 27, 27, 1);
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;	
	}
  
  .subcategory-list {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .subcategory-list li {
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 28px;
  }
  
  .subcategory-list li a {
	color: #646464;
	text-decoration: none;
  }
  
  .subcategory-list li a:hover,
  .category-title:hover {
	text-decoration: underline;
  }
  
  .no-image {
	width: 100%;
	height: 70px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
  }	

  /* Catalog page form */
  .pagination-wrapper ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    list-style: none;
    padding: 0;
}

.pagination-wrapper li a,
.pagination-wrapper li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    background: #eee;
    border-radius: 4px;
	font-family: Gilroy;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;	
    color: #1B1B1B;
    text-decoration: none;
}

.pagination-wrapper li .current {
    font-weight: 700;
    background: #ccc;
}

.arrow-left, .arrow-right {
    width: 18px;
    height: 18px;
    border: 1px solid #1B1B1B;
    /*transform: rotate(45deg);*/
    display: inline-block;
}
.arrow-left {
    transform: rotate(-180deg);
}
.arrow-right {
    /*transform: rotate(45deg);*/
}

.pagination-wrapper .next a,
.pagination-wrapper .prev a {
	background: none;
	border: none;
}
.pagination-wrapper .next span,
.pagination-wrapper .prev span {
	background: none;
	border: none;
}
.pagination-wrapper .disabled {
	pointer-events: none;
}
.pagination-wrapper .disabled span {
	opacity: 0.5;
}

.pagination-wrapper .next.page-numbers:last-child {
	display: none;
}

  @media (max-width: 768px) {
	.region__wrap .container {
        margin: 0 15px;
    }
	
    #cf7sg-form-zamovyty-dzvinok_copy .form-grid {
      grid-template-columns: 1fr;
    }

	.catalog-title {
		font-weight: 800;
		font-size: 26px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
		text-transform: uppercase;		
		text-align: center;
	  }

	  .category-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
		padding-bottom: 20px;
    }

    .category-card {
        /*width: 100%;*/
		width: calc(100% - 30px);
        height: auto;
        padding: 16px;
        gap: 14px;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
		margin: 0 15px;
    }

    .category-image {
        width: 100%;
		/*min-width: 256px;*/
        height: 162px;
        background: #FAFAFA;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .category-image img {
        /*max-width: 256px;*/
        /*max-height: 70px;*/
        object-fit: contain;
    }

    .category-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #1B1B1B;
        margin-bottom: 14px;
        /*width: 273px;*/
		width: 100%;
    }

    .subcategory-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 14px;
		width: 100%;
        /*width: 273px;*/
    }

    .subcategory-list li {
        font-size: 14px;
        line-height: 24px;
        color: #646464;
        list-style: none;
        margin: 0;
    }

    .subcategory-list li a {
        color: #646464;
        text-decoration: none;
    }

    .subcategory-list li a:hover {
        text-decoration: underline;
    }

	.pagination-wrapper ul {
		padding-bottom: 100px;
	}

	.catalogformrow {
		flex-direction: column-reverse;
	}

	.--catalogdescr .region__inner {
		padding: 26px;
	}

	.catalog-page .container {
		width: initial;
	}

	.wpcf7-spinner {
		display: none !important;
	}
	
	#cf7sg-form-zamovyty-dzvinok_copy .popup__form-checkbox-group {
		margin-top: 16px;
	}
  }

/* Мега меню */
.mega-menu-container {
    display: none;
    position: absolute;
    margin-left: -19px;
    top: 100%;
    width: 1260px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0;
}

.menu-item a img, img.menu-image-title-after {
    width: 48px;
}

.mega-menu-columns {
    display: flex;
    height: 420px;
}

.megafour .mega-menu-container {
    height: initial;
	width: initial;
	border: 0;
}
.megafour .mega-menu-columns {
    height: initial;
}
.megafour .menu-top-link svg {
	margin-left: 5px;
}

/* Первая колонка - 2-й уровень */
.mega-menu-left-column {
    width: 337px;
    border-right: 1px solid #ABABAB;
}

/* Вторая колонка - 3-й уровень + соцсети */
.mega-menu-middle-column {
    width: 333px;
    border-right: 1px solid #ABABAB;
    display: flex;
    flex-direction: column;
}

/* Колонка с категориями 2-го уровня */
.mega-menu-categories {
    height: 100%;
    position: relative;
}

.mega-menu-scroll, 
.mega-menu-scroll-sub {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-right: 0;
}


/* Колонка с подкатегориями (3-й уровень) */
.mega-menu-subcategories {
    flex: 1;
    overflow: hidden;
}

/* Кастомный скролл */
/* Специфические стили для скроллбаров в меню (Firefox) */
.mega-menu-scroll, 
.mega-menu-scroll-sub {
    scrollbar-color: #D7111D #F6F6F6;
    scrollbar-width: thin;
}

.mega-menu-scroll::-webkit-scrollbar,
.mega-menu-scroll-sub::-webkit-scrollbar {
    width: 6.77px;
    background: #F6F6F6;
    border-radius: 100px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb,
.mega-menu-scroll-sub::-webkit-scrollbar-thumb {
    background: #D7111D;
    border-radius: 100px;
    height: 62px;
}

/* Полные настройки скроллбара для WebKit */
.mega-menu-scroll::-webkit-scrollbar,
.mega-menu-scroll-sub::-webkit-scrollbar {
    width: 6.77px;
    background-color: #F6F6F6;
    border-radius: 100px;
}

.mega-menu-scroll::-webkit-scrollbar-track,
.mega-menu-scroll-sub::-webkit-scrollbar-track {
    background-color: #F6F6F6;
    border-radius: 100px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb,
.mega-menu-scroll-sub::-webkit-scrollbar-thumb {
    background-color: #D7111D;
    border-radius: 100px;
}

/* Явно убираем кнопки (стрелки) сверху и снизу */
.mega-menu-scroll::-webkit-scrollbar-button:start:decrement,
.mega-menu-scroll::-webkit-scrollbar-button:end:increment,
.mega-menu-scroll-sub::-webkit-scrollbar-button:start:decrement,
.mega-menu-scroll-sub::-webkit-scrollbar-button:end:increment {
    display: none;
    height: 0;
    width: 0;
}

.mega-menu-scroll::-webkit-scrollbar-button,
.mega-menu-scroll-sub::-webkit-scrollbar-button {
    height: 0;
    width: 0;
    background-color: transparent;
}

/* Жёсткое отключение стрелок в Chrome */
.mega-menu-scroll::-webkit-scrollbar-button,
.mega-menu-scroll-sub::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

.mega-menu-scroll::-webkit-scrollbar-button:start:decrement,
.mega-menu-scroll::-webkit-scrollbar-button:end:increment,
.mega-menu-scroll-sub::-webkit-scrollbar-button:start:decrement,
.mega-menu-scroll-sub::-webkit-scrollbar-button:end:increment {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

.mega-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-sub-menu li {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    border-bottom: 0.2px dashed #ABABAB;
    position: relative; /* Для позиционирования стрелки */
}

.mega-sub-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mega-sub-menu li a span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(55, 55, 55, 1);
}

/* Удаляем старый стиль для стрелки */
.mega-sub-menu li.has-children > a:after {
    content: none; /* Убираем предыдущую стрелку */
}

/* Стрелка SVG - прижимаем к правому краю */
.arrow-icon-svg {
    position: absolute;
    right: 10px; /* Близко к правому краю */
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 9px;
}

/* Позиционирование для всего элемента меню */
.mega-sub-menu li.has-children {
    position: relative;
}

/* Расширяем ссылку на всю ширину li */
.mega-sub-menu li a {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px; /* Чтобы текст не перекрывался стрелкой */
}

/* Устанавливаем отступ справа для текста */
.mega-sub-menu li a span {
    margin-right: 15px; /* Чтобы текст не налезал на стрелку */
}

/* menu close */
.mega-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    /*background: transparent;*/
	background: rgba(238, 238, 238, 1);
    cursor: pointer;
    z-index: 1000;
    border: 0;
	padding: 10px;
}

.mega-menu-close .vector-left,
.mega-menu-close .vector-right {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C2C2C2;
    top: 50%;
    left: 0;
}

.mega-menu-close .vector-left {
    transform: rotate(45deg);
}

.mega-menu-close .vector-right {
    transform: rotate(-45deg);
}

.mega-sub-menu li:hover,
.mega-sub-menu li.active {
    background: #EEEEEE;
}

/* Элементы третьего уровня - отображаем только активный */
.mega-menu-subcategories-item {
    display: none;
}

.mega-menu-subcategories-item.active {
    display: block;
}

.mega-menu-subcategories .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu-subcategories .sub-menu.active {
	margin-left: 0 !important;
}

.mega-menu-subcategories .sub-menu li {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    border-bottom: 0.2px dashed #ABABAB;
}

.mega-menu-subcategories .sub-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mega-menu-subcategories .sub-menu li:hover {
    background: #EEEEEE;
}

/* Секция с соцсетями */
.mega-menu-social-wrapper {
    padding: 25px 28px;
    margin-top: auto;
    /*border-top: 1px solid #ABABAB;*/
    min-height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-menu-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #373737;
    margin-bottom: 10px;
}

.mega-menu-social {
    display: flex;
    gap: 24px;
}

.mega-menu-social a img {
    width: 24px;
    height: 24px;
}

/* Колонка с фото */
.mega-menu-photo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mega-menu-photo img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
}

/* Общий футер (если нужен) */
.mega-menu-footer {
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    border-top: 1px solid #ABABAB;
    display: none; /* Скрываем, так как соцсети перенесены */
}

.sub-category-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Адаптация под мобильные устройства */
@media (max-width: 1024px) {
    .menu {
        flex-direction: column;
    }
    
    .mega-menu-container {
        width: 100%;
        height: auto;
        position: static;
    }
    
    .mega-menu-columns {
        flex-direction: column;
        height: auto;
    }
    
    .mega-menu-left-column,
    .mega-menu-middle-column {
        width: 100%;
        border-right: none;
    }
    
    .mega-menu-photo {
        display: none;
    }
}

.copy-email-btn {
	border: 0;
    background: none;
    padding: 0;
    line-height: normal;
    margin: 0;
	font-size: 16px;
}
.copy-email-btn img {
	width: 16px;
	margin-bottom: -2px;
}
.copy-email-btn:hover {
	opacity: 0.7;
}