* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, 
body {
    height: 100%;
}
img:not([src]):not([srcset]) {
	visibility: hidden;
} 
img {
	display: block;
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
.img-position {
	display: block;
	position: relative;
	font-size: 0;
	-webkit-transform: none;-ms-transform: none;transform: none;
}
.img-position img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}
a img {
	border: none;
}
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #393939;
	background: #fff;
	font-size: 16px;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
::-webkit-input-placeholder {color: #393939;}
::-moz-placeholder          {color: #393939;}
:-moz-placeholder           {color: #393939;}
:-ms-input-placeholder      {color: #393939;}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
	overflow-x: auto;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.a-i_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-c_evenly {
-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}

.boxPlug {
	width: 100%;
	height: 100vh;
	background: url(../image/fond-1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 30px;
}
.boxPlug__item {
	max-width: 870px;
    margin: 0 auto;
}
.boxPlug__title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
}
.boxPlug__text {
    font-size: 28px;
    color: #fff;
    margin-top: 24px;
    text-align: center;
    line-height: 1.6;
}
.boxPlug_left {
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
}
.boxPlug_thumb {
	width: 56%;
	height: auto;
}
.boxPlug_thumb img {
	height: 100%;
	border-radius: 16px;
}
.boxCard {
	width: 100%;
	height: 100vh;
	background: url(../image/fond-1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 100px;
}
.boxCard__left {
    width: 60%;
    box-sizing: border-box;
    padding-right: 6vw;
}
.boxCard__right {
	width: 40%;
	height: 100%;
}
.boxCard__thumb {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 16px;
}
.boxCard__thumb img {
	width: 100%;
	border-radius: 16px;
}
.boxCard__bottom {
	margin-top: 30px;
}
.boxCard__price {
	font-size: 136px;
    font-weight: 700;
    color: #F7CF32;
    box-sizing: border-box;
    padding: 3vw 0;
}
.boxCard__price--right {
	text-align: left;
	margin-left: 25px;
}
.boxCard__price i,
.boxCard__price span {
	font-size: 40%;
	font-style: normal;
}
.boxCard__title {
	font-size: 72px;
	color: #fff;
	font-weight: 500;
    line-height: 1.2;
    border-top: 1px solid rgba(0,128,0,0.6);
    border-bottom: 1px solid rgba(0,128,0,0.6);
    box-sizing: border-box;
    padding: 3vw 0;
}
.boxCard__text,
.boxCard__article {
	font-size: 18px;
    color: #fff;
    margin-top: 15px;
    line-height: 1.26;
}
.boxCard__bottom {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
       
.boxCard__article {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 0 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}
.boxPlug__link {
	width: 300px;
	height: 56px;
	border-radius: 15px;
	background-color: #6FBEBC;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	margin: 15px auto 0 auto;

	-webkit-box-shadow: -3px -3px 3px 0px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: -3px -3px 3px 0px rgba(34, 60, 80, 0.2) inset;
	box-shadow: -3px -3px 3px 0px rgba(34, 60, 80, 0.2) inset;
}
.progressbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 20px;
	font-size: 0;
}
.barcodeBlock {
	text-align: center;
	margin-top: 20px;
}
.inputBarcode {
	display: block;
	width: 400px;
	margin: 0 auto;
	height: 60px;
	border-bottom: 2px solid #6FBEBC;
	background-color: transparent;
	text-align: center;
	font-size: 30px !important;
	color: #fff;
}
.inputBarcode::-webkit-input-placeholder {color: #fff;}
.inputBarcode::-moz-placeholder          {color: #fff;}
.inputBarcode:-moz-placeholder           {color: #fff;}
.inputBarcode:-ms-input-placeholder      {color: #fff;}

.header {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 30px;
	z-index: 2;
	/*background-color: #003519;*/
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
}
.header__logo {
	font-size: 0;
	max-width: 215px;
	margin-right: 15px;
	max-height: 40px;
}
.header__name {
	font-size: 18px;
	color: #fff;
}
/*
.boxPlug.boxPlug--2 {
	padding-bottom: 200px;
}
.boxPlug--2 .boxPlug_left {
	padding-bottom: 80px;
}
*/
.keyboard-open .boxPlug.boxPlug--2 {
	padding-bottom: 200px;
}
.keyboard-open .boxPlug--2 .boxPlug_left {
	padding-bottom: 80px;
}


@media screen and (max-width: 1680px) {
	.boxCard {
		padding: 50px;
	}
	.boxCard__title {
        font-size: 50px;
        word-break: break-word;
    }
    .boxCard__price {
        font-size: 100px;
    }
    .boxCard__text, .boxCard__article {
    	margin-top: 0;
    }
}

@media screen and (max-width: 1199px) {
	.boxCard {
        padding: 50px 30px;
    }
    .boxCard__title {
        font-size: 44px;
    }
    .boxCard__thumb {
    	max-height: 450px;
    }
    .boxPlug__title {
	    font-size: 36px;
	}
	.boxPlug__text {
	    font-size: 20px;
	}
	.boxPlug_thumb {
		width: 400px;
	    height: auto;
	}

}
@media screen and (max-width: 991px) {
	.boxCard__price {
        font-size: 80px;
    }
    .boxCard__title {
        font-size: 30px;
        padding: 2vw 0;
    }
	.boxPlug_thumb {
	    height: auto;
	    width: 340px;
	}
	.boxCard__bottom {
	    margin-top: 15px;
	}


}
@media screen and (max-width: 768px) {
    .boxPlug__title {
        font-size: 30px;
    }
    .boxPlug_thumb {
        height: auto;
        width: 280px;
    }
    .boxPlug {
	    padding: 15px;
	}
	.boxCard__price {
	    padding: 1vw 0;
	}

}
@media screen and (max-width: 639px) {

}
@media screen and (max-width: 479px) {

}
@media screen and (max-width: 374px) {

}
@media screen and (max-width: 359px) {

}