* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

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

::-webkit-input-placeholder {
	color: #8C8C8C;
	opacity: 1;
}
::-moz-placeholder {
	color: #8C8C8C;
	opacity: 1;
}
::-moz-placeholder {
	color: #8C8C8C;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #8C8C8C;
	opacity: 1;
}
*::-webkit-scrollbar-track {
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: .5em;
    height: .5em;
    background: #dcdcdc;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--bgbtn);
}

*::-webkit-scrollbar-track {
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: .5em;
    height: .5em;
}

*::-webkit-scrollbar-thumb {
    background: var(--bgbtn);
}

*:hover::-webkit-scrollbar-thumb {
    background: var(--bgbtn);
}

.nobar::-webkit-scrollbar {
  display: none;
}
.nobar {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}

input[type='number'] {
    -moz-appearance:textfield;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icon/trig.svg) 96% 50% no-repeat !important;
    cursor: pointer;
}
select option {
    color: #000;
    background: #fff
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
html {
    font-size: 1.1125vw;
    font-variant-numeric: normal;
}
body {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #232323;
    /* padding-right: 0 !important; */
    /* margin: 0; */
    background: #F4F4F4;
    margin-top: 8em;
}
body.main_page{
	 margin-top: 5em;
}
@media screen and (max-width:600px) {
    html {
        font-size: 20px;
    }
    body,body.main_page {
        margin-top: 50px;
    }
}

body, html {
    overflow-x: hidden;
}


.container {
    padding: 0 6vw;
    max-width: unset;
}

.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
}

.padding-right-6vw {
    padding-right: 6vw;
    height: 100%;
}

.padding-left-6vw {
    padding-left: 6vw;
}



a, a:visited {
	color: var(--col);
    text-decoration: none;
    background-color: transparent;
		transition:0.2s;
}

a:hover, a:focus {
	text-decoration: none;
    color:var(--bgbtn);
	
}


ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none
}
p {
    margin: 0;
}
.font-small {
    font-size: 0.87rem;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a:active,
a:hover {
    /* outline: 0; */
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.5em;
    margin: 00px 0 15px 0;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: bounded;
    /* color: #fff; */
    font-weight: bold;
    /* position: relative; */
    /* z-index: 1; */
}

h2 {
    font-size: 2.5em;
    /* text-transform: uppercase; */
    font-family: Bounded;
    margin: 0 0 1em 0em;
    line-height: 1em;
    position: relative;
    font-weight: bold;
}
h2:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:1.5em;
    height:50%;
    background: var(--bgbtn);
    z-index:-1;
}
h2:has(+p){
    margin-bottom:0.25em;
}
h2+p{
    margin-bottom: 2em;
}

h3 {
    font-size: 1.9em;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-size: 1.1em;
    font-family: 'bounded';
}

h5 {
    font-size: 1.25em;
    text-transform: initial;
}

.h2-center {
    padding: 10px 0;
}

h1 span,h2 span {
    color: var(--color-a);
}

h1 small {
    color: var(--gray);
    display: block;
    font-size: 0.6em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    /* height: 0; */
    /* -webkit-box-sizing: content-box; */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    border-width: 0;
    border-bottom: 1px solid #c5c5c5;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input,textarea {width: 100%;color: var(--col);padding: 1em 1em;cursor: pointer;outline: none;background: #ffffff;border: none;}
textarea{
	height:6em;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
*/

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background: #fff;
}

td,
th {
    padding: 0;
}

.hidden {
    display: none;
}

@media screen and (max-width: 600px) {
    .hidden-xs {
        display: none !important;
    }
}

*:disabled,
*[disabled],
.disabled {
    opacity: 0.7;
    pointer-events: none;
}

@media screen and (min-width: 601px) {
    .visible-xs {
        display: none !important;
    }	
}
.jquery-modal.blocker.current{
	background: #ebebeb;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	/* align-items: center; */
	/* padding: 0; */
}