/* USER VARIABLES SECTION */

:root {
	--accent: #000E56;
	--text: #3e3e3e;
	--regular-text: 18px;
	--lineheight: 1.65;
	--userfont: gilroy-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/gilroy-light.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 300; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-regular.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-medium.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 500; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-bold.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 600; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-extrabold.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 800; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-heavy.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 900; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/gilroy-black.woff2") format("woff2"); font-family: "gilroy-st"; font-weight: 700; font-style: normal; font-display: swap; }

/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border: solid 2px #9E121F; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}
.hidden {
	display: none;
}

/* USER STYLES */

header {
	padding-top: 20px;
	padding-bottom: 20px;
}
header .container {
	max-width: 1170px;
}
.menublock .tline {
	display: flex;
	justify-content: flex-end;
	font-size: 24px;
	color: #9e121f;
	gap: 25px;
}
.menublock .tline .delivery {
	display: flex;
	align-items: center;
	gap: 15px;
}
.menublock .tline .delivery::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(/img/delivery.png);
}
.menublock .tline .email {
	display: flex;
	align-items: center;
	gap: 12px;
}
.menublock .tline .email::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(/img/email.png);
	flex: 0 0 auto;
}
.menublock .tline a {
	color: #3e3e3e;
	text-decoration: none;
}
.menublock .tline a:hover, .menublock .tline a:focus, .menublock .tline a:target {
	color: var(--accent);
}
.menublock .bline {
	width: 100%;
}
.menublock .bline nav {
	margin-top: 4px;
}
.menublock .bline nav ul {
	display: flex;
	gap: 52px;
	justify-content: flex-end;
	width: 100%;
}
.menublock .bline nav ul li {
	list-style: none;
	font-size: 18px;
}
.menublock .bline nav ul li a {
	color: #9e121f;
	text-decoration: none;
}
.menublock .bline nav ul li a:hover, .menublock .bline nav ul li a:focus, .menublock .bline nav ul li a:target {
	color: var(--accent);
}
.mob-menu-holder {
	display: flex;
	justify-content: flex-end;
}

.main {
	background: #EEEEEE;
	padding: 20px 0;
}
.main .container {
	max-width: 1170px;
}
.main .image {
	margin-top: 40px;
}
.main .hdr {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.main .bold {
	font-weight: 600;
}
h1 {
	font-size: 100px;
	line-height: 96px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
}
.main .col-lg-8 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.main ul {
	margin-bottom: 0;
}
.main ul li {
}
.main .square {
	font-size: 36px;
	font-weight: 800;
	display: inline-block;
	text-align: center;
	background: #9E121F;
	width: 360px;
	color: #fff;
	padding: 10px 0;
}
.main .square span {
	font-weight: 400;
	font-size: 18px;
}
.main a {
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	border-radius: 46px;
	width: 360px;
	background: #9E121F;
	display: inline-block;
	padding: 30px 0;
	text-align: center;
	transition: all .2s ease-out;
	will-change: transition;
}
.main a:hover, .main a:target, .main a:active {
	transform: scale(1.05);
	background-color: var(--accent);
}

.products {
	margin: 0 auto;
	padding: 20px 0;
}
.products .features {
	padding-top: 35px;
	padding-bottom: 70px;
}
.products .features .item {
	background: url(/img/item-bg.png) no-repeat top center;
	text-align: center;
	width: 263px;
	height: 263px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.products .features .item img {
	padding-top: 5px;
}
.products .features .item .hdr {
	font-size: 24px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
}
.products .features .item .dscr {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 40px;
}
.products .items {
	padding: 20px 0 50px;
}
.products .items .item {
	cursor: pointer;
	display: flex;
  flex-direction: column;
  align-items: center;
	width: 98%;
	min-height: 430px;
	transition: all .2s ease-out;
	will-change: transition;
}
.products .items .item:hover, .products .items .item:active, .products .items .item:target {
	transform: scale(1.01);
}
.products .items .item .hdr {
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.products .items .item .dscr {
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
	margin-bottom: 0;
}
.products .items .item img {
	max-width: 220px;
}
.products .items .item .price {
	font-size: 30px;
	color: #e11e20;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 20px;
}
.products .items .item .price span {
	font-size: 14px;
}
.products .items .item .readmore {
	transition: all .2s ease-out;
	will-change: transition;
}
.products .items .item:hover .readmore, .products .items .item:target .readmore, .products .items .item:active .readmore {
	transform: scale(1.05);
}

.products .row > .col-lg-3,
.products .row > .col-md-6,
.products .row > .col-12 {
  position: relative;
  padding-right: 20px;
}

.products .row > .col-lg-3::before,
.products .row > .col-md-6::before,
.products .row > .col-12::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: #ccc;
}

.products .row > .col-lg-3:last-child::before,
.products .row > .col-md-6:last-child::before,
.products .row > .col-12:last-child::before {
  display: none;
}

section.delivery {
	background: #EDEEED;
	text-align: center;
	padding: 50px 0;
}
section.delivery a {
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	border-radius: 46px;
	width: 360px;
	background: #9E121F;
	display: inline-block;
	padding: 30px 0;
	text-align: center;
	transition: all .2s ease-out;
	will-change: transition;
}
section.delivery a:hover, section.delivery a:target, section.delivery a:active {
	transform: scale(1.05);
	background-color: var(--accent);
}
section.delivery .bold {
	font-weight: 600;
}
section.delivery .row, section.delivery .container {
	height: 100%;
}
section.delivery .col-12 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.parts {
	background: #f0f6f6;
	padding-top: 60px;
	padding-bottom: 20px;
	max-width: 1970px;
	margin: auto;
	position: relative;
	z-index: 9;
}
.parts h2 {
	margin-top: 0;
	margin-bottom: 50px;
}
.parts .col-12 {
	margin-bottom: 20px;
}
.parts .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	padding-bottom: 20px;
	height: 100%;
}
.parts .item img {
	max-height: 185px;
	display: block;
	margin: 0 auto 10px;
}
.parts .item .hdr {
	color: var(--accent);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px;
}
.parts .item .price {
	color: #9e121f;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0;
	text-align: center;
}
.parts .item a {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	border-radius: 25px;
	width: 196px;
	margin: auto;
	background: #9E121F;
	display: block;
	padding: 14px 0;
	text-align: center;
	transition: all .2s ease-out;
	will-change: transition;
}
.parts .item a:hover, .parts .item a:target, .parts .item a:active {
	transform: scale(1.05);
	background-color: var(--accent);
}

.order {
	background: url(/img/bg03.jpg) no-repeat top center;
	height: 647px;
	padding-top: 30px;
}
.order h2 {
	margin-bottom: 20px;
}
.order .form-img {
	position: absolute;
	right: 0;
	top: -140px;
}
.order .col-12 {
	position: relative;
}
form.simple {
	width: 555px;
	margin: auto;
}
form.simple input, form.simple textarea {
	width: 100%;
	font-size: 18px;
	padding: 14px 25px;
	margin-top: 12px;
	transition: all .2s ease-out;
	will-change: transition;
}
form.simple input:focus, form.simple textarea:focus {
	transform: scale(1.02);
}
form.simple textarea {
	height: 150px;
}
form.simple .btm-dscr {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 10px;
}
form.simple button.sent {
	border: none;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	border-radius: 46px;
	width: 360px;
	background: var(--accent);
	display: inline-block;
	padding: 30px 0;
	text-align: center;
	transition: all .2s ease-out;
	will-change: transition;
	display: block;
	margin: 25px auto 0;
}
form.simple button.sent:hover, form.simple button.sent:target, form.simple button.sent:active {
	transform: scale(1.05);
	background-color: #9E121F;
}

section.faq {
	background: #F0F6F6;
	padding-top: 50px;
	padding-bottom: 35px;
	max-width: 1970px;
	margin: auto;
}
section.faq .container {
	max-width: 1170px;
}
.questions {
	margin-top: 70px;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	color: var(--accent);
	cursor: pointer;
	position: relative;
}
summary::after {
	content: '';
	display: inline-block;
	right: 0;
	position: relative;
	top: -2px;
	width: 19px;
	height: 11px;
	margin-left: 15px;
	background: url('/img/arrow.png') no-repeat top center;
	transition: all .2s ease-out;
	transform: rotateZ(-90deg);
}
details[open] > summary::after {
	transform: rotateZ(0);
}
summary ~ * {
	padding:0 1em 0 24px;
}
details[open] summary ~ *{ 
	animation: sweep .2s ease-in-out;
}
@keyframes sweep {
	0%    {opacity: 0;}
	100%  {opacity: 1;}
}
summary:focus {
	outline:0;
}
details {
	display: block;
	margin-bottom: .5rem;
}
details p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--accent);
	max-width: 970px;
}
details p a {
	text-decoration: none;
	color: #9E121F;
}

footer {
	padding-top: 36px;
	padding-bottom: 20px;
	text-align: center;
}
footer .hdr {
	font-weight: 600;
	text-transform: uppercase;
}
footer .container {
	max-width: 1170px;
}
footer .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .menublock .tline .delivery::before {
	background: url(/img/delivery-white.png);
}
footer .menublock .tline .phone::before {
	background: url(/img/phone-white.png);
}
footer .menublock .tline a {
	color: #fff;
}
footer .menublock .tline {
	color: #fff;
}
footer .menublock .tline a:hover, footer .menublock .tline a:focus, footer .menublock .tline a:target {
	color: #F0F6F6;
}
footer .menublock .bline nav ul li a {
	color: #fff;
	text-decoration: none;
}
footer .menublock .bline nav ul li a:hover, footer .menublock .bline nav ul li a:focus, footer .menublock .bline nav ul li a:target {
	color: #F0F6F6;
}
footer .socials {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
footer .socials a {
	display: flex;
	width: 30px;
	transition: all .2s ease-out;
	will-change: transition;
}
footer .socials a img {
	width: 30px;
}
footer .socials a:hover, footer .socials a:focus, footer .socials a:target {
	transform: scale(1.2);
}
footer .address {
	text-align: center;
}
footer .address-pc {
	font-size: 20px;
	text-align: right;
	color: #fff;
}


.popup-form h3 {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
}
.popup-form h4 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.popup-form.simple {
	max-width: 615px;
	width: 100%;
}
.popup-form.simple button.sent {
	background-color: #9E121F;
}
.popup-form.simple button.sent:hover, .popup-form.simple button.sent:target, .popup-form.simple button.sent:active {
	transform: scale(1.05);
	background-color: #7E0E18;
}
.popup-delivery p, .popup-delivery table {
	color: #fff;
}
.popup-delivery table {
	width: 200px;
	margin-top: 0;
}

.popup-product {
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 50px 0px rgba(34, 60, 80, 0.15);
	width: 100%;
	max-width: 1320px;
}

.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	border-radius: 6px;
	user-select: none;
	border-radius: 50em;
	transition: all .2s ease-out;
	width: 30px;
	height: 30px;
}
.form_radio_btn label[for='red'] {
	background: #DD0000;
}
.form_radio_btn label[for='orange'] {
	background: #FF9900;
}
.form_radio_btn label[for='yellow'] {
	background: #FFF723;
}
.form_radio_btn label[for='white'] {
	background: #fff;
	border: 1px solid #999;
}
.form_radio_btn label[for='black'] {
	background: #000;
}
.form_radio_btn input[type=radio]:checked + label {
	transform: scale(1.4);
}
.form_radio_btn label:hover {
	transform: scale(1.2);
}
input[type=checkbox] {
	margin-right: 6px;
	margin-top: 6px;
}
.product-img-wrapper img {
	display: block;
	margin: auto;
}
.product-img-wrapper .main-pic img {
	background: #fff;
	max-width: 220px;
}
.product-img-wrapper .thumbs {
	display: flex;
	flex-wrap: wrap;
}
.product-img-wrapper .thumbs img {
	width: 80px;
	cursor: pointer;
}
.product-img-wrapper .thumbs img.current {
	background: #f2f2f2;
	border-radius: 10px;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: rgba(255, 255, 255, 1); /* white background */
}

.popup-product .p-name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.popup-product .p-art-wrapper, .popup-product .p-cat-wrapper {
	font-size: 14px;
	font-weight: 700;
	color: var(--accent);
	margin-bottom: 0;
}
.popup-product .p-art-wrapper .p-art, .popup-product .p-cat-wrapper .p-cat {
	font-size: 14px;
	font-weight: 400;
}
.popup-product .p-price {
	font-size: 30px;
	color: #e11e20;
	font-weight: 600;
	margin-bottom: 0;
}
.popup-product .ul-dscr {
	padding-left: 18px;
}
.popup-product .ul-dscr li {
	font-size: 16px;
}
.popup-product .p-specs {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
}
.popup-product .t-specs td {
	font-size: 16px;
}
.popup-product .t-specs td:first-child {
	width: 50%;
	text-align: right;
	font-weight: 600;
	padding-right: 15px;
}
.popup-product .p-price span {
	font-size: 14px;
}
.popup-product .p-dscr {
	font-size: 14px;
}
.popup-product .p-color {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
}
.popup-product .pay-module-wrapper {
	margin-top: 30px;
}
.popup-product .p-pay-module {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.popup-product .pay-options {
	display: inline-block;
}
.popup-product .pay-options .pay-wrapper {
	display: flex;
	align-items: flex-start;
}
.popup-product .pay-options label {
	cursor: pointer;
}
.popup-product .pay-options .dscr {
	margin-top: 10px;
}
.popup-product button.buy {
	border: none;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	width: 270px;
	background: #B40800;
	display: block;
	padding: 12px 0;
	text-align: center;
	transition: all .2s ease-out;
	will-change: transition;
	border-radius: 1px;
}
.popup-product button.buy:hover, .popup-product button.buy:target, .popup-product button.buy:active {
	transform: scale(1.05);
	background-color: var(--accent);
}
.popup-product form input[type='text'], .popup-product form input[type='email'], .popup-product form textarea {
	width: 100%;
	font-size: 18px;
	padding: 14px 25px;
	margin-top: 12px;
	transition: all .2s ease-out;
	will-change: transition;
}
.popup-product form input[type='text']:focus, .popup-product form input[type='email']:focus, .popup-product form textarea:focus {
	transform: scale(1.02);
}
.popup-product form textarea {
	height: 150px;
}
.popup-product .form-parts {
	display: flex;
	gap: 30px;
}
.popup-product .form-parts > div {
	width: 100%;
  display: flex;
  gap: 8px;
}
.popup-product .form-parts div.inputs input {
	margin-bottom: 15px;
}
.popup-product .mfp-close {
	color: var(--accent);
}



/* Стили модального окна про cookies */
.nxp-policy h1 {
	color: #333;
	text-align: center;
	font-size: 30px;
  line-height: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.nxp-policy h2, .nxp-policy h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px;
    line-height: 1;
}
.nxp-policy p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 50px;
}

.cookie-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 20px;
  display: none;
  z-index: 9999;
}

.cookie-modal-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 14px;
}

.btn-accept {
  background-color: #ff6f00;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 4px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
	margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.checkbox-label input[type="checkbox"] {
  margin-top: 0;
}
.product-dscr-wrapper .checkbox-label {
	color: #333;
}