::-webkit-scrollbar {
  width: 3px;
  height: 0px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #151A30;
}
body{
	background-color: rgb(10, 32, 27);
}
.product-title{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	font-size: 18px;
	line-height: 1.66667;
}
.product-title a{
	color: #151515;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
	max-width: 1342px;
}

.default-form.form-lg input.form-input {
	color: #fff;
	min-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	font-size: 16px;
}

.default-form.form-lg input.form-input::placeholder {
	color: #fff;
	text-align: center;
}

.your-name .form-input {
	max-width: 621px !important;
	width: 100% !important;
}

.default-form.form-lg input[type=tel] {
	min-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	background-color: initial;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 8px;
	font-size: 16px;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"] {
	color: #151515;
	min-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	font-size: 15px;
	border: none !important;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #777777 !important;
	border-radius: 0;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"]::placeholder {
	color: #151515;
	text-align: left;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"] {
	color: #151515;
	min-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	font-size: 15px;
	border: none !important;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #777777 !important;
	border-radius: 0;
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"]::placeholder {
	color: #151515;
	text-align: left;
}

#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea {
	color: #151515;
	min-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	font-size: 15px;
	border: none !important;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #777777 !important;
	border-radius: 0;
}

.default-form.form-lg input[type=tel]::placeholder {
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.podbor-avto {
	padding: 0;
	margin-top: 0;
	/*max-height: 370px;*/
	max-height: initial;
	padding-top: 19px;
	border-top: 38px solid #F6F6F6;
}

.callback-banner {
	max-height: 350px;
	max-height: inherit;
	padding: 0;
}

.callback-banner input[type="text"]::placeholder {
	color: #fff;
}

.callback-banner input[type=let]::placeholder {
	color: #fff;
}

.callback-banner input {
	color: #fff;
}

.callback-banner .wpcf7-submit {
	color: #fff;
	margin-top: 10px;
	width: 210px;
	height: 70px;
	background-color: #1B3BDB;
}

#reviews .wc_email-wrapper {
	display: none !important;
}

#reviews .wpd-form-head {
	display: none !important;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
	padding: 30px 0 30px 0px;
}

.wpcf7-submit {
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 4px 17px;
	font-size: 14px;
	line-height: 2;
	border: 2px solid;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	transition: all 250ms ease-in-out;
	color: #fff;
	background-color: #1B3BDB;
	border-color: #ffeb79;
}

.wpcf7-submit::before {
	background: #1B3BDB;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 110%;
	padding-bottom: 110%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: inherit;
	pointer-events: none;
	z-index: -1;
}

.wpcf7-submit:hover::before {
	transform: translate3d(-50%, -50%, 0) scale(0);
}

.default-form .form-button {
	width: 100%;
	text-align: right;
	/*padding-right: 20%;*/
}

.default-form .btn-sub {
	margin-top: -78px;
}

.callback-banner .default-form .btn-sub {
	margin-top: -60px;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
	color: #fff !important;
}

.section-content {
	background-color: #f5f5f5;
}

.section-content h1 {
	font-size: 55px;
	text-transform: capitalize;
}

.section-content p {
	text-align: left;
}

.section-content ul {
	width: 100%;
}

.section-content ol {
	width: 100%;
}

.section-content .sub-heading h5 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: .075em;
	font-size: 24px;
	text-transform: uppercase
}

.card-group-custom .card-custom.active .collapse {
	display: block;
}

.align-flex-start {
	display: flex;
	align-items: flex-start !important;
}

.card.card-custom.card-corporate .icon {
	color: #1B3BDB !important;
	background: #ffffff !important;
	box-shadow: 0 0 5px 0 rgb(1 3 4 / 19%) !important;
	transform: none !important;
}

.card.card-custom.card-corporate.active .icon {
	border-radius: 50%;
	color: #ffffff !important;
	background: #1B3BDB !important;
	box-shadow: none !important;
	transform: rotate(
		90deg
	) !important;
	transition: all .3s ease;
}

.card-corporate .card-title a {
	cursor: pointer;
}

#reviews .section-title {
	text-align: left;

}


#reviews .section-title .h3 {
	text-transform: uppercase;
	font-size: 18px;
}

#reviews #wpd-post-rating {
	display: none;
}

/*Toogle text*/
.toggle-content .toggle-readmore__hide {
	position: relative;
	transition: all .5s ease-in-out;
	max-width: 100%;
	margin: 0 auto 22px;
	color: #72809D;
	font-size: 14px;
	max-height: 216px;
	overflow: hidden;
	text-align: justify;
}
.toggle-content .toggle-readmore__hide .row.options .col-12.col-md-6 .row p{
	display: none;
}
.toggle-content .toggle-readmore__hide h1{
	text-align: center;
}

.toggle-content .toggle-readmore__hide:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 4em;
	background: linear-gradient(0deg, rgba(246, 246, 246, 0.9), rgba(246, 246, 246, 0.5));
}

.toggle-content.white-before .toggle-readmore__hide:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 4em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.toggle-content .toggle-readmore__hide.active {
	max-height: initial;
	overflow: inherit;
}

.toggle-content .toggle-readmore__hide.active:before {
	display: none;
}

.toggle-content .toggle-readmore__btn {
	margin: 0 auto;
	transition: all ease .4s;
	border: 2px solid transparent;
	padding: 12px 7px;
	border-radius: .1rem;
	font-size: .875rem;
	max-width: max-content;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
	line-height: 1.25;
}

.toggle-content .toggle-readmore__btn span {
	font-size: 14px;
}


.toggle-content .active + .toggle-readmore__btn span:first-of-type, .toggle-content .toggle-readmore__btn span:last-of-type {
	display: none;
}

.toggle-content .active + .toggle-readmore__btn span:last-of-type {
	display: inline;
}

.toggle-readmore__btn:hover {
	cursor: pointer;
}


/*FILTER TOGGLE*/
/*Toogle text*/
.toggle-content .toggle-readmore-filter__hide {
	position: relative;
	transition: all .5s ease-in-out;
	max-width: 100%;
	margin: 0 auto 22px;
	color: #72809D;
	font-size: 14px;
	max-height: initial;
	overflow: hidden;
	text-align: justify;

}

.toggle-content .toggle-readmore-filter__hide:before {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 4em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.toggle-content .toggle-readmore-filter__hide.active {
	max-height: initial;
	overflow: inherit;
}

.toggle-content .toggle-readmore-filter__hide.active:before {
	display: none;
}

.toggle-content .toggle-readmore-filter__btn {
	display: none;
}

.toggle-content .toggle-readmore-filter__btn span {
	font-size: 14px;
}


.toggle-content .active + .toggle-readmore-filter__btn span:first-of-type, .toggle-content .toggle-readmore-filter__btn span:last-of-type {
	display: none;
}

.toggle-content .active + .toggle-readmore-filter__btn span:last-of-type {
	display: inline;
}

.toggle-readmore-filter__btn:hover {
	cursor: pointer;
}
.toggle-content h1{
	font-size: 45px;
}
.toggle-content h2,h3,h4{
	font-size: 33px;
}
.toggle-content ul{
		display: flex;
	flex-direction: column;
}
.toggle-content p{
	margin-bottom: 10px;
}
.toggle-content ol{
		display: flex;
	flex-direction: column;
}
.toggle-content li{
	list-style-type: disc;
	margin-left: 20px;
	list-style: disc;
	display: list-item;
}

.wc-field-submit input {
	margin-top: 30px !important;
	cursor: pointer !important;
	position: relative !important;
	overflow: hidden !important;
	display: inline-block !important;
	padding: 4px 17px !important;
	font-size: 14px !important;
	line-height: 2 !important;
	border: 2px solid #ffeb79 !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	text-align: center !important;
	vertical-align: middle !important;
	user-select: none !important;
	transition: all 250ms ease-in-out !important;
	color: #151515 !important;
	background-color: #ffeb79 !important;
}

.wc-field-submit input::before {
	background: #ffeb79;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 110%;
	padding-bottom: 110%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: inherit;
	pointer-events: none;
	z-index: -1;
}

.wc-field-submit input:hover::before {
	transform: translate3d(-50%, -50%, 0) scale(0);
}

/*.map-section {*/
/*    padding-top: 40px;*/
/*}*/

.wpcf7-tel {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .1em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	/* -webkit-appearance: none; */
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	border-width: 0 0 1px 0;
}

.wpcf7-email {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .1em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	/* -webkit-appearance: none; */
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	border-width: 0 0 1px 0;
}

.wpcf7-textarea {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .1em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	/* -webkit-appearance: none; */
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	border-width: 0 0 1px 0;
	max-height: 120px;
}

.wpcf7-submit {
	margin-top: 30px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 4px 17px;
	font-size: 14px;
	line-height: 2;
	border: 2px solid;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	transition: all 250ms ease-in-out;
	color: #fff;
	background-color: #1B3BDB;
	border-color: #1B3BDB;
}

.wpcf7-submit:hover {
	background-color: #fff;
	color: #1B3BDB;
}

.wpcf7-submit::before {
	background: #1B3BDB;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 110%;
	padding-bottom: 110%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: inherit;
	pointer-events: none;
	z-index: -1;
}

.wpcf7-submit:hover::before {
	transform: translate3d(-50%, -50%, 0) scale(0);
}

.form-lg.default-form .wpcf7-submit {
	margin-top: -27px;
	width: 190px;
	height: 70px;
}

.context-dark .form-input::placeholder {
	color: #fff;
}

.context-dark .wpcf7 input[type="tel"]::placeholder {
	color: #fff;
}

.callback-banner-row {
	display: flex;
	align-items: center;
		padding-bottom: 25px;
	padding-top: 25px;
}

/*.breadcrumbs-custom-path .breadcrumbs__link {*/
/*    padding-left: 17px;*/
/*    padding-right: 17px;*/
/*}*/

/*.breadcrumbs-custom-path .breadcrumbs__link{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 12px;*/
/*    line-height: 2;*/
/*    font-weight: 600;*/
/*    letter-spacing: .13em;*/
/*    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
/*    text-transform: uppercase;*/
/*}*/

/*.breadcrumbs-custom-path .breadcrumbs__link::after{*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 45%;*/
/*    right: 0;*/
/*    font-size: 14px;*/
/*    line-height: 1.72;*/
/*    font-family: "Material Design Icons";*/
/*    color: #151515;*/
/*    transform: translate3d(50%, -50%, 0);*/
/*}*/

.rd-navbar-nav .rd-nav-item a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	transition: all .25s ease-in-out;
}

.rd-navbar-nav .rd-nav-item.current-menu-item a {
	color: #1B3BDB;
	background: transparent;
}

.rd-navbar-nav .rd-nav-item:hover a {
	color: #1B3BDB;
	background: transparent;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 50px 9px 12px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-fixed .rd-nav-link {
	color: #151515;
}

.rd-navbar-fixed .rd-nav-item.active .rd-nav-link {
	color: #ffffff;
	background: #1B3BDB;
}

.docs-slider-wrapper {
	margin-bottom: 20px;
}

.docs-slider-main {
	margin-bottom: 20px;
}

.license-item {
	margin-left: 10px;
	margin-right: 10px;
	max-height: 336px;
}

/*TABS*/
/*@media screen and (max-width: 640px) {*/
/*    .custom-tabs-wrapper {*/
/*        margin-bottom: 95px;*/
/*    }*/
/*}*/
/*.custom-tabs-wrapper .custom-tabs {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*@media screen and (max-width: 568px) {*/
/*    .custom-tabs-wrapper .custom-tabs {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
/*}*/
/*.custom-tabs-wrapper .custom-tabs-content .custom-tab_content {*/
/*    transition: opacity 0.15s linear;*/
/*    display: none;*/
/*}*/
/*.custom-tabs-wrapper .custom-tabs-content .custom-tab_content.active {*/
/*    display: block;*/
/*    transition: opacity 0.15s linear;*/
/*    opacity: 1;*/
/*}*/
/*.custom-tabs-wrapper .custom-tabs-content .custom-tab_content .nav-link{*/
/*    position: relative;*/
/*}*/
/*.custom-tabs-wrapper .custom-tabs-content .custom-tab_content.active .nav-link{*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: -1px;*/
/*    left: 50%;*/
/*    width: 130%;*/
/*    height: 1px;*/
/*    border-radius: 0;*/
/*    background: #1B3BDB;*/
/*    transform: translate3d(-50%, 0, 0);*/
/*    opacity: 0;*/
/*    transition: all .25s ease;*/
/*    bottom: -4px;*/
/*    height: 4px;*/
/*    border-radius: 6px;*/

/*}*/

/*.custom-tabs .nav-item.active .nav-link{*/
/*    color: #1B3BDB;*/
/*    background: transparent;*/
/*}*/
/*.custom-tabs.nav.nav-tabs{*/
/*    position: relative;*/
/*}*/
/*.custom-tabs.nav.nav-tabs::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    border-radius: 0;*/
/*    background: #d7d7d7;*/
/*}*/

/*.custom-tabs.nav.nav-tabs::before {*/
/*    height: 4px;*/
/*    border-radius: 6px;*/
/*}*/
/*.tabs-horizontal.tabs-line .nav-item{*/
/*    padding: 0;*/
/*}*/
/*.tabs-horizontal.tabs-line .nav-link{*/
/*    margin-bottom: 5px;*/
/*}*/
/*.tabs-horizontal.tabs-line .nav-link::after{*/
/*    bottom: -5px !important;*/
/*}*/

/*.nav-item .nav-link{*/
/*    position: relative;*/
/*}*/
/*.nav-item.active .nav-link::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: -1px;*/
/*    left: 50%;*/
/*    height: 1px;*/
/*    border-radius: 0;*/
/*    background: #1B3BDB;*/
/*    transform: translate3d(-50%, 0, 0);*/
/*    transition: all .25s ease;*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*    bottom: 0;*/
/*    height: 4px;*/
/*    border-radius: 6px;*/
/*}*/

.tabs-line .nav-tabs-wrap::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-radius: 0;
	background: #d7d7d7;
}

.tabs-horizontal.tabs-line .nav-tabs-wrap::before {
	height: 4px;
	border-radius: 6px;
}

.tabs-horizontal.tabs-line .nav-tabs {
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	justify-content: space-between;
	max-width: 910px;
	margin: 0 auto;
}

.owl-dot {
	border: none;
}

#reviews {
	margin-top: 40px;
}


.stage-block-inner {
	position: relative;
	padding-top: 260px;
	padding-bottom: 260px;
}

.stage-block-inner .box-icon-classic {
	max-width: 300px;
}

.stage-block-inner .stage-1 {
	position: absolute;
	top: 100px;
	left: 0;
}

.stage-block-inner .stage-2 {
	position: absolute;
	top: 100px;
	right: 0;
	display: flex;
	justify-content: flex-end;
}

.stage-block-inner .stage-3 {
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.stage-block-inner .stage-img {
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}

.blockquote-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.table-price tr td {
	text-align: center;
}

.callback-group {
	display: flex;
	flex-direction: column;
}

.table-price.table-custom-striped tbody tr td:nth-of-type(1) {
	text-align: left;
}

.rd-navbar-wrap.initial {
	position: initial !important;
}

.swiper-slider-10 {
	min-height: 260px;
}

.select2-search.select2-search--dropdown {
	display: none !important;
}

/*.langs-switcher li {*/
/*    list-style-type: none;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.langs-switcher-wrapper {*/
/*    position: relative;*/
/*    width: 33px;*/
/*    height: 33px;*/
/*    background: #1B3BDB;*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*}*/

/*.langs-switcher {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    top: 4px;*/
/*    left: 5px;*/
/*    border-top-right-radius: 50%;*/
/*    border-top-left-radius: 50%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 87px;*/
/*    justify-content: space-between;*/
/*}*/


/*.langs-switcher li.current-lang {*/
/*    order: 1 !important;*/
/*    position: absolute;*/
/*    top: 4px;*/
/*}*/
/*.langs-switcher li*{*/
/*    position: marker;*/
/*}*/

/*.langs-switcher li {*/
/*    height: 33px;*/
/*    transition: .3s;*/
/*}*/

/*.langs-switcher a {*/
/*    line-height: 21px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 0;*/
/*    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
/*    text-align: center;*/
/*    color: #1B3BDB;*/
/*}*/

/*.langs-switcher .current-lang a {*/
/*    line-height: 21px;*/
/*    font-weight: 500;*/
/*    letter-spacing: 0;*/
/*    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/


/*.langs-switcher-wrapper:hover {*/
/*    overflow: initial;*/
/*}*/

/*.langs-switcher-wrapper:hover li {*/
/*    background-color: #fff;*/
/*    padding: 0;*/
/*    max-height: 200px;*/
/*    !*overflow-y: auto;*!*/
/*}*/

/*.langs-switcher-wrapper:hover .langs-switcher .current-lang a {*/
/*    color: #1B3BDB;*/
/*}*/

/*.langs-switcher-wrapper:hover .langs-switcher li.current-lang {*/
/*    padding: 0;*/
/*    background-color: #1B3BDB;*/
/*    border-radius: 50%;*/
/*}*/

/*.langs-switcher-wrapper:hover .langs-switcher li.current-lang a {*/
/*    color: #fff !important;*/
/*}*/

/*.langs-switcher-wrapper .langs-switcher li:hover {*/
/*    !*background-color: #1B3BDB;*!*/
/*}*/

/*.langs-switcher-wrapper .langs-switcher li.current-lang:hover {*/
/*    padding: 0;*/
/*}*/

/*.langs-switcher-wrapper .langs-switcher li:hover a {*/
/*    !*color: #fff;*!*/
/*}*/

.select2-container--default .select2-results > .select2-results__options {
	overflow-y: initial;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
}

.select2-container {
	font-size: 12px;
}

.woorelated-title {
	display: none;
}

.bapf_head > div {
	padding-bottom: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	margin-bottom: 24px;
	color: #151515;
	font-weight: 600;
}

.filter-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

.filter-container .toggle-content {
	width: 100%;
}

.filter-container .berocket_single_filter_widget {
	width: 100%;
	max-width: 285px;
}

.filter-container .berocket_single_filter_widget .checkbox-custom {
	width: 21px;
	height: 21px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-right: 20px;
}

.rd-navbar-aside-element .select2-container--default .select2-selection--single {
	border: none;
}

.rd-navbar-aside-element .select2-container--default .select2-selection--single {
	background-color: initial;
	border: none;
}


.bapf_body .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	height: auto;
	border-radius: initial;
}

.product-top-panel-sorting .bapf_head {
	display: none;
}
.katalog-section {
	padding-top: 250px;
}

.woocommerce-ordering {
	max-width: 275px;
	width: 100%;
}

.woocommerce-ordering .orderby {
	width: auto !important;
}

.bapf_head {
	display: none;
}

.berocket_single_filter_widget .bapf_head {
	display: block !important;;
}

.select2-container.select2-container--default.select2-container--open {
	z-index: 9999;
	background-color: initial;
}

.modal {
	top: 70px;
}

.modal svg {
	width: 30px;
	height: 30px;
	fill: #1B3BDB;
}

.modal .contact-form-area__title {
	font-weight: 500;
}

.modal .contact-form-area__sub-title {
	font-weight: 500;
}

.modal-header {
	border-bottom: none;
}

.scroll-logo {
	display: none;
}

.scroll-phone {
	display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer {
	display: flex;
	align-items: center;
	max-width: 1465px;
	margin: 0 auto;
}

.rd-navbar-static.rd-navbar--is-stuck .scroll-logo {
	display: block;
}

.rd-navbar-static.rd-navbar--is-stuck .scroll-phone {
	display: block;
	margin-left: 70px;
}

.slick-arrow {
	right: 15px;
	max-width: 30px;
	margin-top: 0;

}

.slick-arrow.slick-next {
	top: 50%;
}

.slick-arrow.slick-prev {
	top: 50%;
}

.mobile-phone {
	display: none;
}


.mobile-brand {
	display: none;
}

.woocommerce-main .woocommerce-result-count {
	display: none !important;
}

.woocommerce-main .section .product-top-panel .woocommerce-result-count {
	display: block;
}
.woocommerce-result-count{
	margin-bottom: 15px;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.product-figure img {
	width: 100% !important;
	margin-bottom: 14px;
}

.scroll-logo img {
	max-width: 101px !important;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main_sub {
	max-width: 1193px;
}

.rd-navbar-main_sub .rd-navbar-nav-wrap {
	width: 100%;
}

.rd-navbar-main_sub .rd-navbar-nav-wrap ul {
	text-align: left;
}

.product-button .button {
	width: 100%;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 17px;
}

.about-reviews {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bapf_slidr_all {
	padding-left: 10px;
	padding-right: 10px;
}

.wpd-thread-head {
	display: none !important;
}

#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {
	border-bottom: none;
}

.home-catalog-card .list-description {
	margin-top: 12px;
	margin-bottom: 10px;
}

.home-catalog-card .list-description li {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.home-catalog-card .list-description li span:nth-of-type(1) {
	color: #151515;
	font-weight: 500;
}

.home-catalog-card .product-button .button a {
	color: #151515;
}

.home-catalog-card .product-button .button a:hover {
	color: #fff;
}

.archive .list-description {
	margin-top: 13px;
}

.archive .list-description li span {
	font-size: 12px;
}

.archive .list-description li span:first-child {
	font-weight: 500;
	margin-right: 2px;
}

.archive .product .button a {
	color: #151515;
}

.archive .product .button:hover a {
	color: #fff;
}

#wpdcom .wpd-comment-text p {
	text-align: left;
}

.wpd-custom-field.wpd-cf-text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.wpd-custom-field.wpd-cf-text .wpd-cf-label {
	border-bottom: none;
}

.wpd-custom-field.wpd-cf-text .wpd-cf-value {
	border-bottom: none;
	text-align: left;
	color: #1B3BDB;
	font-weight: bold;
}

#reviews .wpd-thread-list {
	display: none;
}


.blue-btn {
	color: #fff;
	background-color: #1B3BDB !important;
	transition: .3s !important;
	border-color: #1B3BDB !important;
}

.blue-btn::after {
	display: none !important;
}

.blue-btn:hover {
	color: #1B3BDB !important;
	background-color: #fff !important;
	border-color: #1B3BDB !important;
	transition: .3s;
}

.cont-form .wpcf7-submit {
	color: #fff;
	background-color: #1B3BDB !important;
	transition: .3s !important;
	border-color: #1B3BDB !important;
	width: 190px !important;
	height: 70px !important;
}

.cont-form .wpcf7-submit::after {
	display: none !important;
}

.cont-form .wpcf7-submit:hover {
	color: #1B3BDB !important;
	background-color: #fff !important;
	border-color: #1B3BDB !important;
	transition: .3s;
}

.blue-btn-invert {
	color: #1B3BDB;
	background-color: #fff !important;
	transition: .3s !important;
	border-color: #1B3BDB !important;
}

.blue-btn-invert a {
	color: #1B3BDB !important;
}

.blue-btn-invert:hover {
	color: #fff !important;
	background-color: #1B3BDB !important;
	border-color: #1B3BDB !important;
	transition: .3s;
}

.blue-btn-invert:hover a {
	color: #fff !important;
}

.button-secondary.button-zakaria.blue-btn-invert:after {
	display: none !important;
}

.seo-text {
	padding: 60px 0;
}

.tax-product_cat .list-description li {
	display: flex;
	justify-content: space-between;
}

.list-description.part2 {
	margin-top: 6px;
}
.woocommerce-pagination{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.woocommerce-pagination .page-numbers{
	display: flex;
}
.woocommerce-pagination .page-numbers li{
	/*border: 1px solid #16222A;*/
	font-weight: bold;
	color: #1B3BDB;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.5s;
	background-size: 200% auto;
/*    background-color: #1B3BDB;*/
}

.woocommerce-pagination .page-numbers li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #16222A;
}


.error404 .site-main{
	margin-bottom: 10px;
}
.h2-banner{
	font-size: 55px;
	color: #fff;
	font-weight: bold;
}
.h3-banner{
	font-size: 33px;
	color: #fff;
	font-weight: bold; 
}

.slick-track .slick-product-figure img{
	max-height: 115px;
	width: auto;
	margin: 0 auto;
}

.bapf_body{
	  /*scrollbar-color: #151A30 #fff;*/
  scrollbar-width: thin;
overflow-y: scroll;
	max-height: 234px;
}

.toggle-content.white .toggle-readmore__hide{
	max-height: initial;
	/*overflow: auto;*/
}
.toggle-content.white .toggle-readmore__btn{
	display: none !important;
}
.toggle-content.white .toggle-readmore__hide:before{
	display: none !important;
}

.seo-katalog{
	margin-top: 50px;
}

.sub-menu.rd-menu.rd-navbar-dropdown li{
margin-left: 0;
text-align: left;
margin-bottom: 13px;
}

.sub-menu.rd-menu.rd-navbar-dropdown li a{
	color: #151515;
}

/* .sub-menu.rd-menu.rd-navbar-dropdown li:hover a{
		color: #1B3BDB;
} */
.docs li{
	list-style-type: none;
}
.card-group-custom2 .card-corporate .card-title a{
	cursor: inherit;
}

@media (max-width: 1366px){
   .rd-navbar-nav .rd-nav-item a{
	font-size: 13px;
   } 
}
.product-creative-img{
	position: relative;
}
.product-creative-image{
	border-radius: 20px;
	margin: 0;
	margin-bottom: 0 !important;
		max-width: 90%;
}
.product-creative-img .ugol1{
	position: absolute;
	top: -10px;
	max-width: 20px;
	left: -10px;
	transform: rotate(-90deg);
}
.product-creative-img .ugol2{
	position: absolute;
	top: -40px;
	max-width: 20px;
	right: -10px;
	transform: rotate( 0deg);
}
.product-creative-img .ugol3{
	position: absolute;
	bottom: -25px;
	max-width: 20px;
	left: -10px;
	transform: rotate(-180deg);
}
.product-creative-img .ugol4{
 position: absolute;
	bottom: -25px;
	max-width: 20px;
	right: -10px;
	transform: rotate(90deg);
}

/*Disable langs*/
/*#select2-lang_choice_1-results .select2-results__option:nth-child(3){
	display: none !important;
}
#select2-lang_choice_1-results .select2-results__option:nth-child(4){
	display: none !important;
}*/
/*END Disable langs*/
.rd-navbar-static .rd-navbar-search.active .rd-search{
		padding-top: 15%;
}
[type="search"]{
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .1em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	/* -webkit-appearance: none; */
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
	border-width: 0 0 1px 0;

	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #ffffff;
		color: #ffffff;
	font-size: 24px;
		padding-right: 50px;
			min-height: 60px;
	padding: 17px 0;
}
.search-form.rd-search .screen-reader-text{
	display: none;
}
.rd-navbar-static .rd-navbar-search-2 .search-submit{
		background-color: #fff;
	outline: none;
	border: none;
}
.product-search{
	max-width: 320px;
}
.search-result-page{
		padding-top: 15%;
	padding-bottom: 15%;
}
.search-result-page .navigation.posts-navigation{
	display: none;
}
.search-result-page__wrapper{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.search-result-page__wrapper .product-search{
	margin-bottom: 30px;
}

.text-md-left{
	padding-bottom: 40px;
}
.text-md-left a{
font-weight: 600;
	letter-spacing: .1em;
	text-transform: none;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}
.docs a{
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: none;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.woocommerce-page .rd-navbar-wrap{
	position: initial !important;
}
.woocommerce-page .katalog-section{
	padding-top: 0;
}

.bapf_sfilter {
	margin-bottom: 70px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 70px;
}
.bapf_sfa_unall{
	 margin-top: 20px;
 }
.bapf_sfa_unall a{
	color: #de2929;
}
.braapf_unselect{
	color: #72809D;
}
.braapf_unselect i{
	color: #000;
}
.single-product 	.swiper-slider-10{ 
	display: none !important;
}
.atr-wrapper{
	margin-top: 30px;
}

.car-img{
	text-align: center;
}
.car-img img{
	width: 100%;
	max-width: 800px;
}
.row.options .col-7.col-lg-5,
.row.options .col-5.col-lg-7{
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
}
.row.options p{
	margin: 0 !important;
}
#specifications > .row{
	display: block;
	width: 100%;
	position: relative;
	float: left;
}
#specifications .table-bordered th, #specifications .table-bordered td{
	border: none;
}
#techTab{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	list-style-type: none;
}
#techTab li{
	list-style-type: none;
}
#complectations-tab.nav-link.active, 
#complectations-tab.nav-link,
#specifications-tab.nav-link.active, 
#specifications-tab.nav-link{
	display: block;
	width: 50%;
	position: relative;
	float: left;
	padding: 10px 0;
	margin-top: 20px;
	margin-left: 0;
	list-style-type: none;
	font-size: 200%;
	line-height: 1.3;
	font-weight: bold;
	border: none;
	text-align: center;
	cursor: pointer;
	color: #72809D;
}
#complectations-tab.nav-link.active,
#specifications-tab.nav-link.active{
	color: #495057;
}
.exterior .h4{
	font-size: 120%;
}
#specifications .table-bordered tr{
	border-bottom: 1px solid #eee;
}

@media (max-width: 800px){
	#techTab{
		margin-top: 20px;
	}
	#complectations-tab.nav-link.active, 
	#complectations-tab.nav-link,
	#specifications-tab.nav-link.active, 
	#specifications-tab.nav-link{
		width: 100%;
		padding: 10px 0 5px;
		margin-top: 0;
		font-size: 150%;
	}
}

.img_logo_name{
	margin: 5px 20px 10px 0;
}

.pdv{
	position: absolute;
	top: -70px;
	left: 15px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #1B3BDB;
}
.pdv span{
	font-size: 70%;
}
.desktop .product-body{
	position: relative;
}
.sale-status {
	background-color: #ff0012;
}
.product-figure.sale-product-img img {
	opacity:  .6;
}
.label-sale-status {
	background-color: #ff0012;
	display: inline-block;
	padding: 10px 25px;
	position: absolute;
	right: 40px;
	top: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 1;
}
.sale-slider-product-img img{
	opacity:  .6;
}


.footer-logo{
	/* background-color:rgb(255, 255, 255, 1); */
	width: 50%;				
	margin-right: 20px;

	
}
.footer-logo img{

	height: 70px;
	object-fit: cover;
	
}
.footer-logo-row{
	display: flex;
	margin-top: 60px;
	align-items: flex-start;
}
.footer-logo-row p{
	
	margin-top: 0px;
	
}


@media (max-width: 767px){
	.footer-logo-row{
		flex-direction: column;
		align-items: center;
	}
	.footer-logo{
		margin-bottom: 20px;
		margin-right: 0px;
	}
}

@media (max-width: 576px){
	.footer-logo-row{
		flex-direction: column;
		align-items: center;
	}
	.footer-logo{
		margin-bottom: 20px;
		margin-right: 0px;
		max-width: 188px;
		width: 100%;
		
	}
}

.tax-product_cat .term-description{
	display: none;
}
.tax-product_cat .bapf_sfa_mt_hide{
	display: none;
}
.tax-product_cat .group-md{
	display: none;
}
.tax-product_cat #main .container{
	margin-top: 0px;
}


/* @media (max-width: 420px){

	.footer-logo{
		max-width: 188px;
		width: 100%;
		
	}
} */

.new-items-flex .sub-menu.rd-menu{
	display: flex!important;
}
body{
	background-color: #fff;
}

.new-inner-flex .sub-menu.rd-menu{
	display: flex!important;
	flex-direction: column!important;
	top: -30px;
	/* box-shadow: unset!important; */
}
.new-border .sub-menu{
	box-shadow: 0px 0px 13px 1px #000000!important;
}

/* .new-inner-flex .sub-menu.rd-menu.rd-navbar-dropdown li a:hover {
    color: #1B3BDB;
} */

#header-menu a:hover{
	color: #1B3BDB!important;
}

/* .sub-menu.rd-menu.rd-navbar-dropdown li:hover a {
    color: transparent!important;
} */

.m--r{

	margin-right: 99px!important;
}

.new--mr{
	margin-right: 199px!important;
}



.rd-navbar-static .new-items-flex:hover .rd-navbar-dropdown{
	display: block;
    position: absolute;
    padding: 40px 44px;
    margin-left: -44px;
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 15px #00000045;
    transition: all .25s ease-in-out !important;
    min-height: 384px;
    visibility: visible;
    opacity: 1;
    
}


.rd-navbar.rd-navbar-creative #header-menu li:hover .rd-navbar-dropdown {
    display: block;
    position: absolute;
    padding: 40px 44px;
    margin-left: -44px;
    /* background: #fff; */
    z-index: 3;
    box-shadow: 0 0 15px #00000045;
    transition: all .25s ease-in-out !important;
    min-height: 384px;
    visibility: visible;
    opacity: 1;
    /* box-shadow: 0px 0px 13px 1px #000000; */
    /* box-shadow: 0px 0px 13px 1px #000000; */
}




.header__section>.container>.row:nth-child(2)>div:nth-child(2) #header-menu li:hover .rd-navbar-dropdown {
	display: block;
    position: absolute;
    padding: 40px 44px;
    margin-left: -44px;
    /* background: #fff; */
    z-index: 3;
    box-shadow: 0 0 15px #00000045;
    transition: all .25s ease-in-out !important;
    min-height: 384px;
    visibility: visible;
    opacity: 1;
    /* box-shadow: 0px 0px 13px 1px #000000; */
    /* box-shadow: 0px 0px 13px 1px #000000; */
}
.header--fixed .rd-navbar-static .rd-menu {
    transform: unset!important;
}

.header--fixed .scroll--left .sub-menu.rd-menu{
	left: 0px;
	min-height: 384px;
	top: 17px;
}
.header--fixed .scroll--right .sub-menu.rd-menu{
    min-height: 384px;
	top: 17px;
}
/*  .new-inner-flex {
	display: none!important;
} 
 */

 @media (max-width: 1199px){
 .scroll2-1{
	display: none;
 } }

 @media (min-width: 1199px){
 .scroll3{
	display: none;
 }
}

.rd-navbar-fixed .rd-navbar-nav-wraps {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
}
.scroll3 #header-menus .d-nones .rd-navbar-submenu-toggle{
	display: none!important;
}
.scroll3 #header-menus .rd-navbar-submenu-toggle {

    display: block !important;
}

.scroll3 #header-menus .opened .rd-navbar-submenu-toggle {
    display: none !important;
}

@media (min-width: 1024px) {
.callback-banner form{
	padding-right: 60px;
}
}


.rows select option{
color: #000;
}
.country-name{
	color: #000;
}
.al-i{
	align-items: center;
}
.pr-rows {
	padding-left: 0px!important;
}
.forms-new{
    color: #fff!important;
    min-height: 44px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 8px!important;
    font-size: 11px!important;
	text-align: center;
}
.forms-new option{
    color: #000;
	
}

.wpcf7 select{
	overflow-x: hidden!important;
}

.wpcf7 select option{
	overflow-x: hidden!important;
}
@media (max-width: 520px){
/* section.section {
	overflow-x: hidden!important;
} */
.wpcf7 input{
	overflow-x: hidden!important;
}
.tel-ua{
	overflow-x: hidden!important;
}
.tel{
	overflow-x: hidden!important;
}
.default-form.form-lg input[type=tel] {
	overflow-x: hidden!important;
}
}
@media (max-width: 1199px) {
	.mobile-phone .tel-icon {
		font-size: 25px;
		color: #151515;
		font-weight: bold;
		margin-left: 0px;
	}
	.m--r-n {
		margin-right: 10px;
		
	}
}
.flex__inner-row{
	display: flex;
    align-items: flex-start;
}
.flex__inner:first-child{
	margin-right: 20px;
}
.flex__inner li{
	list-style-type: none;
}
.inner__li::before{
	content: '';
    width: 100%;
    height: 100%;
	background-image: url("../images/sad.png");
	background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
	top: 10%;
    left: -39px;
	max-height: 30px;
    max-width: 30px;
    background-size: cover;
}
.inner__li-one::before{
	content: '';
    width: 100%;
    height: 100%;
	background-image: url("../images/happy.png");
	background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
	top: 10%;
    left: -39px;
	max-height: 30px;
    max-width: 30px;
    background-size: cover;
}
.toggle-content .inner__li {
   position: relative;
   margin-left: 42px;
   min-height: 35px;;
}

 .toggle-content .inner__li-one {
	position: relative;
	margin-left: 40px;
	min-height: 35px;;
 }
 .flex__inner-title{
margin-bottom: 20px;
 }
 .toggle-content .inner__logo-li{
	list-style-type: none;
 }
 .inner__logo-li::before{
	content: '';
    width: 100%;
    height: 100%;
	background-image: url("../img/mini-logo.png");
	background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
	top: 10%;
    left: -39px;
	max-height: 30px;
    max-width: 30px;
    background-size: cover;
}
.toggle-content .inner__logo-li {
	position: relative;
	margin-left: 40px;
	min-height: 35px;;
 }

 .netto::before{
	content: '/';
    width: 100%;
    height: 100%;
	color: #1B3BDB;
	margin-right: 3px;
	margin-left: 3px;
 }
 .netto{
	
	display: flex;
    align-items: center;
	color: #777777;

 }

 .brutto-flex{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;

	
 }
.brutto-flex-product .brutto-title{
	margin-top: 15px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .05em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1B3BDB;
 }

 .brutto-flex-product .netto{
	margin-right: 5px;
	margin-top: 15px;
	vertical-align: middle;
    font-size: 22px;
    line-height: 1;
    letter-spacing: .05em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
 }

 .brutto-flex-product .netto span{
	margin-right: 5px;
    
 }
 .group-md .brutto-flex-product{
	display: flex;
    justify-content: flex-start;
	margin-bottom: 40px;
 }
 .brutto-row{
	display: flex;
    align-items: center;
 }

 .brutto-title{

 vertical-align: middle;
 font-size: 13px;
 line-height: 1;
 font-weight: 700;
 letter-spacing: 0;
 color: #1B3BDB; 
 margin-right: 5px;

}
.brutto-flex-product .brutto-row{

vertical-align: middle;
font-size: 24px;
line-height: 1;
font-weight: 500;
letter-spacing: .05em;
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #1B3BDB;
}

@media screen and (max-width: 446px) {
	.group-md .brutto-flex-product {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.brutto-flex-product .brutto-row {
		
		font-size: 22px;
	}

	.brutto-flex-product .netto {

		font-size: 20px;

	}

	.group-md .brutto-flex-product{
	
    justify-content: center;
	
 }
}

@media screen and (max-width: 391px) {
	.group-md .brutto-flex-product {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.brutto-flex-product .brutto-row {
		
		font-size: 20px;
	}

	.brutto-flex-product .netto {

		font-size: 18px;

	}
}


	.post-type-archive .cat-netto{
	
		flex-wrap: nowrap;
	}

@media screen and (max-width: 1199) {
.post-type-archive .cat-netto {
    flex-wrap: wrap;
}
}

.similar-pad{
	padding-left: 15px;
	padding-right: 15px;
}
.sim-pdv{
	left: 25px;
}
.similar-pad .product-price .list.list-description.part1{
	display: none;
}


.netto-price{
	color: #777777;
}    

.netto-title{
	color: #777777;
	font-size: 24px;
	margin-right: 5px;	
}

.prod-bottom{
	margin-top: 15px;
}

.netto-title-sim{
	margin-right: 5px;
	font-size: 13px;
}

@media  (max-width: 420px) {
.brutto-flex-product .brutto-title{
font-size: 20px;
}
.brutto-flex-product .netto-title{
font-size: 20px;
}
}


.home-link{
	width: 55px;
display: flex;
justify-content: flex-start;
align-items: center;

}


/* MODAL */

.header__link{
	position: absolute;
	top: 10px;
    right: 15px;
}
.box__img{
	position: relative;
}
.overlay {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.56);
  }
  
 /*  .modal {
	position: absolute;
	z-index: 12210;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
	
	padding: 38px 40px 40px 40px;
  } */

  .modal__subtitle {
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
  }
  .modal__descr {
	position: relative;
	color: #0d0d0d;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	z-index: 105;
  }
  .modal_mini {
	min-height: 140px;
  }
  .modal .error {
	border: 1px solid red;
  }
  .modal label.error {
	border: none;
	text-align: center;
	margin-bottom: 15px;
  }
  
  #consultation, #order, #thanks {
	display: none;
  }


  .button_main {
	margin-top: 67px;
	width: 300px;
	height: 50px;
	font-size: 16px;
  }
  .button_submit {
	width: 100%;
	height: 55px;
	color: #ffffff;
	font-size: 16px;
  }
  .button_mini {
	width: 131px;
	height: 40px;
	font-size: 14px;
  }

  .soc-thumbs{
	width: 187px;
	height: 137px;
  }
  .box__smoll iframe{
	width: 187px;
	height: 137px;
  }

  .box__img iframe {
	width: 553px;
	height: 533px;
	object-fit: cover;
  }

/*   .modal-soc .tiktok-embed iframe {
    position: unset;
} */



  .modal-soc blockquote {
  background: white;
    max-width: calc(100% - 60px);
	height: calc(100% - 40px);
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	position: absolute;
}
  

/* .modal-soc .instagram-media {
	object-fit: cover;
	height: 100%;
} */

.modal-soc .instagram-media  {
	width: auto!important;
}

.modal-soc .instagram-media .EmbeddedMediaImage {
	object-fit: cover!important;
}


@media (max-width: 520px){
	

.modal-soc iframe {

	height: calc(100% - 70px);

  }
  .modal-soc blockquote {
	
	  height: calc(100% - 0px);
	
  }

}