/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/fonts/Onest/onest.css ***!
  \*********************************************************************************************************/
@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-SemiBold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-ExtraLight.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-Light.ttf) format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: 'Onest';
	src: url(../fonts/Onest-Thin.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/base.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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 {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  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-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Eric Meyer's CSS Reset */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #111111;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */
html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media only screen and (2px <= width <= 360px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media only screen and (2px <= width <= 360px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media only screen and (2px <= width <= 360px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media only screen and (2px <= width <= 360px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (361px <= width <= 820px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media only screen and (361px <= width <= 820px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media only screen and (361px <= width <= 820px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media only screen and (361px <= width <= 820px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (821px <= width <= 1599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media only screen and (821px <= width <= 1599px) {
  .visible-md-block {
    display: block !important;
  }
}

@media only screen and (821px <= width <= 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media only screen and (821px <= width <= 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (1600px <= width <= 4096px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media only screen and (1600px <= width <= 4096px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media only screen and (1600px <= width <= 4096px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media only screen and (1600px <= width <= 4096px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (2px <= width <= 360px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (361px <= width <= 820px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (821px <= width <= 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (1600px <= width <= 4096px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #D1D1D1;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 46px;
}
@media only screen and (max-width: 1259px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 766px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (max-width: 1259px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 766px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3,
.h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
}
@media only screen and (max-width: 1259px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 766px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 29px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1259px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 766px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
}
@media only screen and (max-width: 1259px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 766px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 14px;
}
@media only screen and (max-width: 1259px) {
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 766px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1259px) {
  p {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 766px) {
  p {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}

.lead {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
@media only screen and (max-width: 1259px) {
  .lead {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 766px) {
  .lead {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 24px;
  }
}

p.accent {
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 1259px) {
  p.accent {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 766px) {
  p.accent {
    font-size: 18px;
    line-height: 25px;
  }
}

p.small {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1259px) {
  p.small {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 766px) {
  p.small {
    font-size: 14px;
    line-height: 20px;
  }
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 14px;
}
@media only screen and (max-width: 1259px) {
  small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 766px) {
  small {
    font-size: 14px;
  }
}

mark,
ins {
  font-weight: 600;
  color: #E60F2C;
  background: #F4F4F4;
}

s,
del {
  text-decoration: line-through;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #D1D1D1;
}

.text-primary {
  color: #E60F2C;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(182.1224489796, 11.8775510204, 34.8408163265);
}

.text-primary-accent {
  color: #FF363D;
}

a.text-primary-accent:hover,
a.text-primary-accent:focus {
  color: rgb(255, 3, 11.776119403);
}

.text-secondary {
  color: #E60F2C;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(182.1224489796, 11.8775510204, 34.8408163265);
}

.text-secondary-accent {
  color: #BC1128;
}

a.text-secondary-accent:hover,
a.text-secondary-accent:focus {
  color: rgb(141.2292682927, 12.7707317073, 30.0487804878);
}

.text-darker {
  color: #2C2C2C;
}

a.text-darker:hover,
a.text-darker:focus {
  color: rgb(18.5, 18.5, 18.5);
}

.text-dark {
  color: #2C2C2C;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(18.5, 18.5, 18.5);
}

.text-gray {
  color: #808080;
}

a.text-gray:hover,
a.text-gray:focus {
  color: rgb(102.5, 102.5, 102.5);
}

.text-light {
  color: #D1D1D1;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(183.5, 183.5, 183.5);
}

.text-lighter {
  color: #E0E0E0;
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: rgb(198.5, 198.5, 198.5);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  background-color: white;
}

.bg-secondary {
  background-color: #F4F4F4;
}

.bg-brand-primary {
  background-color: #E60F2C;
}

a.bg-brand-primary:hover,
a.bg-brand-primary:focus {
  background-color: rgb(182.1224489796, 11.8775510204, 34.8408163265);
}

.bg-brand-primary-accent {
  background-color: #FF363D;
}

a.bg-brand-primary-accent:hover,
a.bg-brand-primary-accent:focus {
  background-color: rgb(255, 3, 11.776119403);
}

.bg-brand-secondary {
  background-color: #E60F2C;
}

a.bg-brand-secondary:hover,
a.bg-brand-secondary:focus {
  background-color: rgb(182.1224489796, 11.8775510204, 34.8408163265);
}

.bg-brand-secondary-accent {
  background-color: #BC1128;
}

a.bg-brand-secondary-accent:hover,
a.bg-brand-secondary-accent:focus {
  background-color: rgb(141.2292682927, 12.7707317073, 30.0487804878);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 766px) {
  .page-header {
    margin: 0 0 32px;
  }
}
.page-header .page-header-holder {
  display: inline-block;
  width: 100%;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (max-width: 1259px) {
  ul,
  ol {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 766px) {
  ul,
  ol {
    font-size: 16px;
    line-height: 21px;
  }
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
  box-sizing: border-box;
  padding-left: 10px;
}

ul.dashes {
  list-style: none;
  padding-left: 18px;
}
ul.dashes li {
  position: relative;
  margin: 0 0 5px;
}
ul.dashes li:before {
  content: "";
  width: 8px;
  height: 4px;
  background: #E60F2C;
  position: absolute;
  left: -18px;
  top: 11px;
}

ol.num {
  counter-reset: section;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 26px;
}
ol.num li {
  position: relative;
  margin: 0 0 5px;
}
ol.num li::before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: -25px;
  top: 1px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #111111;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  ol.num li::before {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 766px) {
  ol.num li::before {
    font-size: 16px;
    line-height: 21px;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (max-width: 1259px) {
  dl {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 766px) {
  dl {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 21px;
  }
}

dt,
dd {
  line-height: 1.3;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 766px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 21px;
  margin: 0 0 21px;
  font-size: 16px;
  border-left: 5px solid #E0E0E0;
}
@media only screen and (max-width: 1259px) {
  blockquote {
    padding: 10px 21px;
    margin: 0 0 21px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 766px) {
  blockquote {
    padding: 10px 21px;
    margin: 0 0 21px;
    font-size: 16px;
  }
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #E0E0E0;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}
.blockquote-reverse ul,
.blockquote-reverse ol,
blockquote.pull-right ul,
blockquote.pull-right ol {
  direction: rtl;
  padding: 0;
  padding-right: 23px;
}

address {
  margin-bottom: 21px;
  font-style: normal;
}
@media only screen and (max-width: 1259px) {
  address {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 766px) {
  address {
    margin-bottom: 21px;
  }
}

/*buttons*/
.btn {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  font-family: inherit;
  background: #F4F4F4;
  color: #E60F2C;
  padding: 12px 10px 13px;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  outline: none;
  transition: all 300ms;
}
@media (hover: hover) {
  .btn:hover {
    cursor: pointer;
    background: #E0E0E0;
    color: #E60F2C;
    transition: all 300ms;
  }
}
.btn.btn-outline {
  background-color: transparent;
  color: #F4F4F4;
}
@media (hover: hover) {
  .btn.btn-outline:hover {
    background: #F4F4F4;
    color: #E60F2C;
  }
}

.btn-primary {
  background: #E60F2C;
  border: 1px solid #E60F2C;
  color: #E0E0E0;
}
@media (hover: hover) {
  .btn-primary:hover {
    background: #FF363D;
    border: 1px solid #FF363D;
    color: #E0E0E0;
  }
}
.btn-primary.btn-outline {
  background: transparent;
  color: #E60F2C;
}
@media (hover: hover) {
  .btn-primary.btn-outline:hover {
    background: #E60F2C;
    border: 1px solid #E60F2C;
    color: white;
  }
}

.btn-secondary {
  background: #E60F2C;
  border: 1px solid #E60F2C;
  color: white;
}
@media (hover: hover) {
  .btn-secondary:hover {
    background: #BC1128;
    border: 1px solid #BC1128;
    color: white;
  }
}
.btn-secondary.btn-outline {
  background: transparent;
  color: #E60F2C;
}
@media (hover: hover) {
  .btn-secondary.btn-outline:hover {
    background: #E60F2C;
    border: 1px solid #E60F2C;
    color: white;
  }
}

.btn-gradient {
  position: relative;
  color: white;
  overflow: hidden;
}
.btn-gradient:before, .btn-gradient:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#FF363D 0%, #E60F2C 50%, #BC1128 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: all 300ms;
}
.btn-gradient:after {
  background: linear-gradient(#BC1128 0%, #E60F2C 50%, #FF363D 100%);
  opacity: 0;
  transition: all 300ms;
}
.btn-gradient .text {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .btn-gradient:hover {
    color: white;
  }
  .btn-gradient:hover:before {
    opacity: 0;
    transition: all 300ms;
  }
  .btn-gradient:hover:after {
    opacity: 1;
    transition: all 300ms;
  }
}

/*Mobile menu
-----------------------------------------------------------------------------*/
.mobile-menu .mobile-menu-holder .menu-background {
  position: fixed;
  z-index: 1201;
  top: 0;
  left: 0;
  background: #111111;
  opacity: 0.64;
  width: 100%;
  height: 100%;
  transition: ease-in-out all 300ms;
}
.mobile-menu .mobile-menu-holder .menu-background.animated {
  opacity: 0;
  transition: ease-in-out all 300ms;
}
.mobile-menu .mobile-menu-holder .menu-background.closed {
  display: none;
}
.mobile-menu .mobile-menu-holder .menu-body {
  position: fixed;
  z-index: 1202;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  background: white;
  opacity: 1;
  transform: translateX(0);
  overflow-y: auto;
  transition: ease-in-out all 300ms;
}
.mobile-menu .mobile-menu-holder .menu-body.animated {
  transform: translateX(100%);
  transition: ease-in-out all 300ms;
}
.mobile-menu .mobile-menu-holder .menu-body.closed {
  display: none;
}
@media only screen and (max-width: 766px) {
  .mobile-menu .mobile-menu-holder .menu-body {
    width: 100%;
  }
  .mobile-menu .mobile-menu-holder .menu-body.animated {
    transform: translateX(100%);
  }
}
.mobile-menu .mobile-menu-holder .menu-body .main-body {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 0;
  height: 100%;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .mobile-main-menu-nav {
  width: 100%;
  padding: 96px 0 0;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .mobile-main-menu-nav ul {
  padding: 0 0 0 9px;
  margin: 0 0 -32px;
  list-style: none;
}
@media only screen and (max-width: 766px) {
  .mobile-menu .mobile-menu-holder .menu-body .menu-content-container .mobile-main-menu-nav ul {
    padding: 0 0 0 17px;
  }
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .mobile-main-menu-nav ul li {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 32px;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .mobile-main-menu-nav ul li a {
  color: #111111;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form {
  width: 100%;
  padding-bottom: 15px;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder {
  margin-left: -4px;
  width: calc(100% + 8px);
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form {
  width: 100%;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field {
  margin: 0;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input input {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  border-color: #D1D1D1;
  background-color: #F4F4F4;
  border-radius: 0;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input input:-moz-placeholder {
  color: #D1D1D1;
}

.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input input::-moz-placeholder {
  color: #D1D1D1;
}

.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input input:-ms-input-placeholder {
  color: #D1D1D1;
}

.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input .action {
  width: 47px;
  height: 46px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.mobile-menu .mobile-menu-holder .menu-body .menu-content-container .search-form .search-form-holder form .form-field .input .action .btn {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #808080;
  background-color: #E0E0E0;
  border-radius: 0;
  border-color: #E0E0E0;
}
.swiper-slider {
  position: relative;
}
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-top: 0px;
  color: #E60F2C;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms;
  border-radius: 50%;
  user-select: none;
}
@media (hover: hover) {
  .swiper-slider .swiper-button-prev:hover,
  .swiper-slider .swiper-button-next:hover {
    color: white;
    background-color: #E60F2C;
    transition: all 300ms;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-slider .swiper-button-prev,
  .swiper-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.swiper-slider .swiper-button-prev::after,
.swiper-slider .swiper-button-next::after {
  display: none;
}
.swiper-slider .swiper-button-prev svg,
.swiper-slider .swiper-button-next svg {
  width: 12px;
  height: 20px;
}
.swiper-slider .swiper-button-prev.swiper-button-disabled,
.swiper-slider .swiper-button-next.swiper-button-disabled {
  background-color: #D1D1D1;
  color: #808080;
  opacity: 1;
  pointer-events: none;
}
.swiper-slider .swiper-button-next,
.swiper-slider .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 0px;
}
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper-slider .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-slider .swiper-pagination-fraction,
.swiper-slider .swiper-pagination-custom,
.swiper-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}
.swiper-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: all 300ms;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D1D1;
}
.swiper-slider .swiper-pagination-bullet-active {
  background-color: #E60F2C;
  transition: all 300ms;
}
.swiper-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-slider .swiper-inline-controls {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .swiper-slider .swiper-inline-controls {
    gap: 17px;
  }
}
@media only screen and (max-width: 766px) {
  .swiper-slider .swiper-inline-controls {
    gap: 20px;
  }
}
.swiper-slider .swiper-inline-controls .swiper-button-prev,
.swiper-slider .swiper-inline-controls .swiper-button-next {
  position: relative;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.swiper-overflow {
  overflow: hidden;
}

form .action {
  display: inline-block;
  width: 100%;
}
form .action .agree-col {
  padding-top: 15px;
  padding-left: 20px;
  box-sizing: border-box;
  width: calc(100% - 200px);
  float: left;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 17px;
  color: #808080;
}
form .action .agree-col a {
  color: #808080;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
@media (hover: hover) {
  form .action .agree-col a:hover {
    text-decoration-color: transparent;
  }
}
form .action .submit {
  width: 200px;
  float: left;
}
form .action .submit .btn {
  width: 100%;
  text-align: center;
}
form .action.full {
  display: inline-block;
  width: 100%;
}
form .action.full .agree-col {
  padding: 0;
  width: 100%;
  margin: 20px 0 0;
}
form .action.full .submit {
  width: 100%;
}
form .action.full .submit .btn {
  width: 100%;
  text-align: center;
}
form .note-block {
  display: inline-block;
  width: 100%;
}
form .note-block .note {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (max-width: 1259px) {
  form .note-block .note {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 766px) {
  form .note-block .note {
    font-size: 16px;
    line-height: 21px;
  }
}
form .note-block .note.success {
  color: #5cb85c;
}
form .note-block .note.success:before {
  border-color: #5cb85c;
}
form .note-block .note.error {
  color: #d9534f;
}
form .note-block .note.error:before {
  border-color: #d9534f;
}
form .note-block .note.warning {
  color: #f0ad4e;
}
form .note-block .note.warning:before {
  border-color: #f0ad4e;
}
form .note-block .note:before {
  content: "";
  display: inline-block;
  width: 88px;
  height: 0;
  border-top: 2px solid #808080;
  position: absolute;
  left: 0;
  top: 0;
}
form .form-group {
  display: inline-block;
  width: calc(100% + 20px);
  margin-left: -10px;
}
form .form-group .form-col {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
form .form-group .form-col.col-20 {
  width: 20%;
}
form .form-group .form-col.col-25 {
  width: 25%;
}
form .form-group .form-col.col-33 {
  width: 33.333%;
}
form .form-group .form-col.col-50 {
  width: 50%;
}
form .form-group .form-col.col-66 {
  width: 66.666%;
}
form .form-group .form-col.col-75 {
  width: 75%;
}
form .form-group .form-col.col-80 {
  width: 80%;
}
form .form-group .form-col.col-100 {
  width: 100%;
}
@media only screen and (max-width: 1259px) {
  form .form-group .form-col.col-20-sm {
    width: 20%;
  }
  form .form-group .form-col.col-25-sm {
    width: 25%;
  }
  form .form-group .form-col.col-33-sm {
    width: 33.333%;
  }
  form .form-group .form-col.col-50-sm {
    width: 50%;
  }
  form .form-group .form-col.col-66-sm {
    width: 66.666%;
  }
  form .form-group .form-col.col-75-sm {
    width: 75%;
  }
  form .form-group .form-col.col-80-sm {
    width: 80%;
  }
  form .form-group .form-col.col-100-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  form .form-group .form-col.col-20-xs {
    width: 20%;
  }
  form .form-group .form-col.col-25-xs {
    width: 25%;
  }
  form .form-group .form-col.col-33-xs {
    width: 33.333%;
  }
  form .form-group .form-col.col-50-xs {
    width: 50%;
  }
  form .form-group .form-col.col-66-xs {
    width: 66.666%;
  }
  form .form-group .form-col.col-75-xs {
    width: 75%;
  }
  form .form-group .form-col.col-80-xs {
    width: 80%;
  }
  form .form-group .form-col.col-100-xs {
    width: 100%;
  }
}
form .form-field {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
form .form-field .select, form .form-field .input, form .form-field .checkcontainer, form .form-field .file-upload {
  display: inline-block;
  width: 100%;
  position: relative;
}
form .form-field .select.error .name, form .form-field .input.error .name, form .form-field .checkcontainer.error .name, form .form-field .file-upload.error .name {
  color: #d9534f;
}
form .form-field .select.success .name, form .form-field .input.success .name, form .form-field .checkcontainer.success .name, form .form-field .file-upload.success .name {
  color: #5cb85c;
}
form .form-field .select.warning .name, form .form-field .input.warning .name, form .form-field .checkcontainer.warning .name, form .form-field .file-upload.warning .name {
  color: #f0ad4e;
}
form .form-field .select .name, form .form-field .input .name, form .form-field .checkcontainer .name, form .form-field .file-upload .name {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
form .form-field .select .name mark, form .form-field .input .name mark, form .form-field .checkcontainer .name mark, form .form-field .file-upload .name mark {
  color: #E60F2C;
  background: none;
  font-weight: bold;
}
form .form-field .select .note, form .form-field .input .note, form .form-field .checkcontainer .note, form .form-field .file-upload .note {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0.65;
  color: #808080;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}
form .form-field .checkcontainer {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .form-field .checkcontainer.radio .checkmark {
  border-radius: 50%;
}
form .form-field .checkcontainer.error .checkmark {
  border-color: #d9534f;
}
form .form-field .checkcontainer.success .checkmark {
  border-color: #5cb85c;
}
form .form-field .checkcontainer.warning .checkmark {
  border-color: #f0ad4e;
}
form .form-field .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .form-field .checkcontainer input:checked ~ .checkmark {
  background-color: white;
  border-color: #E60F2C;
}
form .form-field .checkcontainer input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 300ms ease;
}
@media (hover: hover) {
  form .form-field .checkcontainer:hover input ~ .checkmark {
    background-color: #E0E0E0;
    transition: all 300ms;
  }
}
form .form-field .checkcontainer .checkmark {
  float: left;
  left: 0px;
  top: 0px;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  position: relative;
  transition: all 300ms;
}
form .form-field .checkcontainer .checkmark::after {
  content: "";
  position: absolute;
  display: inline-block;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 6px;
  border: solid #111111;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 300ms ease;
}
form .form-field .checkcontainer .name {
  margin: 0;
  float: left;
  width: calc(100% - 16px - 8px);
  margin-left: 8px;
  font-size: 13px;
  line-height: 13px;
}
form .form-field .select.error .selectric-selectric-select .selectric {
  border-color: #d9534f;
}
form .form-field .select.error .selectric-selectric-select .selectric .label {
  color: #d9534f;
}
form .form-field .select.success .selectric-selectric-select .selectric {
  border-color: #5cb85c;
}
form .form-field .select.success .selectric-selectric-select .selectric .label {
  color: #5cb85c;
}
form .form-field .select.warning .selectric-selectric-select .selectric {
  border-color: #f0ad4e;
}
form .form-field .select.warning .selectric-selectric-select .selectric .label {
  color: #f0ad4e;
}
form .form-field .select .selectric-selectric-select .selectric {
  background: white;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
}
form .form-field .select .selectric-selectric-select .selectric .label {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  color: #1a1a1a;
  display: block;
  margin: 0 48px 0 13px;
  height: 100%;
  width: calc(100% - 60px);
}
form .form-field .select .selectric-selectric-select .selectric .button {
  height: 48px;
  width: 48px;
  border-left: 1px solid #CED2D5;
  box-sizing: border-box;
  transition: all 300ms;
  right: 0;
}
form .form-field .select .selectric-selectric-select .selectric .button:hover {
  background-color: #E0E0E0;
  transition: all 300ms;
}
form .form-field .select .selectric-selectric-select .selectric .button:after {
  border: none;
  background-image: url(../img/select-shevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  height: 100%;
}
form .form-field .select .selectric-selectric-select .selectric-items {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}
form .form-field .select .selectric-selectric-select .selectric-items .selectric-scroll ul {
  position: relative;
  width: 100%;
  max-height: 282px;
  overflow: hidden;
}
form .form-field .select .selectric-selectric-select .selectric-items .selectric-scroll ul li {
  display: flex;
  align-items: center;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  min-height: 40px;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
}
form .form-field .select .selectric-selectric-select .selectric-items .selectric-scroll ul li:hover {
  background: #E0E0E0;
}
form .form-field .select .selectric-selectric-select .selectric-items .selectric-scroll ul li.selected {
  background: #E60F2C;
  color: white;
}
form .form-field .input.addon input {
  padding: 0px 30px 0 14px;
}
form .form-field .input.error input, form .form-field .input.error textarea {
  border-color: #d9534f;
  color: #d9534f;
}
form .form-field .input.error input::-webkit-input-placeholder, form .form-field .input.error textarea::-webkit-input-placeholder {
  color: #d9534f;
}

form .form-field .input.error input:-moz-placeholder, form .form-field .input.error textarea:-moz-placeholder {
  color: #d9534f;
}

form .form-field .input.error input::-moz-placeholder, form .form-field .input.error textarea::-moz-placeholder {
  color: #d9534f;
}

form .form-field .input.error input:-ms-input-placeholder, form .form-field .input.error textarea:-ms-input-placeholder {
  color: #d9534f;
}

form .form-field .input.error input:focus, form .form-field .input.error textarea:focus {
  border-color: #d9534f;
}
form .form-field .input.success input, form .form-field .input.success textarea {
  border-color: #5cb85c;
}
form .form-field .input.success input::-webkit-input-placeholder, form .form-field .input.success textarea::-webkit-input-placeholder {
  color: #5cb85c;
}

form .form-field .input.success input:-moz-placeholder, form .form-field .input.success textarea:-moz-placeholder {
  color: #5cb85c;
}

form .form-field .input.success input::-moz-placeholder, form .form-field .input.success textarea::-moz-placeholder {
  color: #5cb85c;
}

form .form-field .input.success input:-ms-input-placeholder, form .form-field .input.success textarea:-ms-input-placeholder {
  color: #5cb85c;
}

form .form-field .input.success input:focus, form .form-field .input.success textarea:focus {
  border-color: #5cb85c;
}
form .form-field .input.warning input, form .form-field .input.warning textarea {
  border-color: #f0ad4e;
}
form .form-field .input.warning input::-webkit-input-placeholder, form .form-field .input.warning textarea::-webkit-input-placeholder {
  color: #f0ad4e;
}

form .form-field .input.warning input:-moz-placeholder, form .form-field .input.warning textarea:-moz-placeholder {
  color: #f0ad4e;
}

form .form-field .input.warning input::-moz-placeholder, form .form-field .input.warning textarea::-moz-placeholder {
  color: #f0ad4e;
}

form .form-field .input.warning input:-ms-input-placeholder, form .form-field .input.warning textarea:-ms-input-placeholder {
  color: #f0ad4e;
}

form .form-field .input.warning input:focus, form .form-field .input.warning textarea:focus {
  border-color: #f0ad4e;
}
form .form-field .input input, form .form-field .input textarea {
  display: inline-flex;
  float: left;
  width: 100%;
  height: 48px;
  align-items: center;
  padding: 0px 10px 0 15px;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  background: white;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 300ms;
  color: #111111;
}
form .form-field .input input:focus, form .form-field .input textarea:focus {
  outline: none;
  border-color: #E60F2C;
  transition: all 300ms;
}
form .form-field .input input:disabled, form .form-field .input textarea:disabled {
  background: #D1D1D1;
  color: #808080;
  border: 1px solid #E0E0E0;
}
form .form-field .input input:disabled:focus, form .form-field .input textarea:disabled:focus {
  background: #D1D1D1;
  color: #808080;
  border: 1px solid #E0E0E0;
}
form .form-field .input input::-webkit-input-placeholder, form .form-field .input textarea::-webkit-input-placeholder {
  color: #808080;
}

form .form-field .input input:-moz-placeholder, form .form-field .input textarea:-moz-placeholder {
  color: #808080;
}

form .form-field .input input::-moz-placeholder, form .form-field .input textarea::-moz-placeholder {
  color: #808080;
}

form .form-field .input input:-ms-input-placeholder, form .form-field .input textarea:-ms-input-placeholder {
  color: #808080;
}

form .form-field .input textarea {
  padding: 14px 10px 0 14px;
  height: 100px;
}
form .form-field .input .addon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
form .form-field .input .addon button {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  color: #111111;
  transition: all 300ms;
}
form .form-field .input .addon button:hover {
  color: #E60F2C;
  transition: all 300ms;
}
form .form-field .input .addon a {
  display: inline-block;
  color: #111111;
  text-decoration: none;
  transition: all 300ms;
}
form .form-field .input .addon a:hover {
  color: #E60F2C;
  transition: all 300ms;
}
form .form-field .file-upload {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .form-field .file-upload.error .filename {
  color: #d9534f;
}
form .form-field .file-upload.success .filename {
  color: #5cb85c;
}
form .form-field .file-upload.warning .filename {
  color: #f0ad4e;
}
form .form-field .file-upload input {
  display: none;
}
form .form-field .file-upload .btn {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 14px 12px;
  margin: 0 0 5px;
}
form .form-field .file-upload .btn .icon {
  float: left;
  margin-right: 10px;
}
form .form-field .file-upload .btn .icon svg {
  width: 24px;
  height: 24px;
}
form .form-field .file-upload .btn .text {
  float: left;
}
form .form-field .file-upload .filename {
  float: left;
  margin-left: 20px;
}
form .form-field .rating {
  display: flex;
  align-items: center;
}
form .form-field .rating .name {
  color: #808080;
  font-size: 16px;
  line-height: 140%;
  margin-right: 10px;
}
form .form-field .rating .review-rating {
  margin: 0 -1.5px;
}
form .form-field .rating .review-rating .star {
  margin: 0 1.5px;
  float: left;
}
form .form-field .rating .review-rating .star.selected a {
  color: #E60F2C;
}
form .form-field .rating .review-rating .star.focus a {
  color: #E60F2C;
}
form .form-field .rating .review-rating .star a {
  color: #E0E0E0;
}
form .form-field .rating .review-rating .star a svg {
  width: 18px;
  height: auto;
}

.ps.custom-scroll {
  position: relative;
}
.ps.custom-scroll .ps__rail-y {
  position: absolute;
  opacity: 1;
  width: 3px;
  background-color: #F4F4F4;
  border-radius: 3px;
  margin-right: 3px;
}
.ps.custom-scroll .ps__rail-y .ps__thumb-y {
  border-radius: 3px;
  width: 7px;
  right: -2px;
  background: #E60F2C;
}
.ps.custom-scroll .ps__rail-y .ps__thumb-y:hover {
  cursor: pointer;
}
.ps.custom-scroll .ps__rail-y .ps__thumb-y:focus {
  outline: none;
}
.ps.custom-scroll .ps__rail-y.ps--clicking {
  background-color: #FF363D;
}
.ps.custom-scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 7px;
  right: -2px;
  background: #E60F2C;
}
.ps.custom-scroll .ps__rail-y.ps--clicking .ps__thumb-y:hover {
  cursor: pointer;
}
.ps.custom-scroll .ps__rail-y:hover .ps__thumb-y {
  width: 7px;
  background: #E60F2C;
}
.ps.custom-scroll:hover .ps__rail-y {
  opacity: 1;
  width: 3px;
  background-color: #F4F4F4;
  border-radius: 3px;
}

.custom-tabs .tab-selector > * {
  display: inline-block;
  float: left;
  margin: 0 20px;
}
.custom-tabs .tab-selector > *.current {
  color: red;
}
.custom-tabs .tabs {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.custom-tabs .tabs .tab {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 300ms;
}
.custom-tabs .tabs .tab.animated {
  position: relative;
  z-index: 1;
  transition: all 300ms;
}
.custom-tabs .tabs .tab.current {
  opacity: 1;
  position: relative;
  transition: all 300ms;
  z-index: 2;
}

.faq-block .question {
  width: 100%;
  float: left;
}
.faq-block .answer {
  width: 100%;
  float: left;
  overflow: hidden;
}

.common-actions {
  width: 100%;
  margin: 41px 0 0;
}
@media only screen and (max-width: 1259px) {
  .common-actions {
    margin: 31px 0 0;
  }
}
@media only screen and (max-width: 766px) {
  .common-actions {
    margin: 40px 0 0;
  }
}
.common-actions .common-actions-holder {
  display: inline-block;
  width: 100%;
}
.common-actions .common-actions-holder .pagination-action {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pagination ul {
  display: flex;
  list-style: none;
  gap: 8px;
}
.pagination ul > li a {
  display: inline-block;
}
.pagination ul > li.page.current a {
  border-color: #E60F2C;
  background-color: transparent;
  color: #111111;
  transition: all 300ms;
  pointer-events: none;
}
.pagination ul > li.page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border: 2px solid transparent;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  background-color: transparent;
  transition: all 300ms;
}
@media (hover: hover) {
  .pagination ul > li.page a:hover {
    border-color: #E60F2C;
    background-color: transparent;
    color: #111111;
    transition: all 300ms;
  }
}
.pagination ul > li.disabled a {
  color: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
.pagination ul > li.next, .pagination ul > li.prev {
  margin: 0 10px;
}
.pagination ul > li.next a, .pagination ul > li.prev a {
  transition: all 300ms;
}
@media (hover: hover) {
  .pagination ul > li.next a:hover, .pagination ul > li.prev a:hover {
    color: black;
    transition: all 300ms;
  }
}
.pagination ul > li.next a svg {
  transform: rotate(180deg);
}
pre.code {
  tab-size: 4;
  line-height: 1.2em;
  background: #09122C;
  color: #EBE8DB;
  margin: 0 0 30px;
  box-sizing: border-box;
  padding: 20px;
  /* some extra styles*/
  text-align: justify;
  font-family: calibri, arial, sans-serif;
}
pre.code .query {
  color: #E17564;
}
pre.code .func {
  color: #BE3144;
}
pre.code .opts {
  color: #D76C82;
}
pre.code .val {
  color: #EBE8DB;
}

.my-custom-fancybox .fancybox__content {
  padding: 30px;
  overflow: initial;
  background: white;
}

.popup {
  position: relative;
}
.popup .custom-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup .custom-close a {
  display: inline-block;
  text-decoration: none;
}
.popup .custom-close a svg {
  width: 18px;
  height: 18px;
  color: #BBB;
  transition: all 300ms;
}
.popup .custom-close a:hover svg {
  color: #808080;
  transition: all 300ms;
}

.catalog-root-block {
  width: 100%;
}
.catalog-root-block .catalog-root-block-holder {
  display: inline-block;
  width: 100%;
  padding: 16px 0 64px;
}
@media only screen and (max-width: 766px) {
  .catalog-root-block .catalog-root-block-holder {
    padding: 16px 0 55px;
  }
}

.catalog-root-list {
  width: 100%;
  padding: 40px 0 31px;
}
@media only screen and (max-width: 1259px) {
  .catalog-root-list {
    padding: 26px 0 7px;
  }
}
@media only screen and (max-width: 766px) {
  .catalog-root-list {
    padding: 25px 0 0;
  }
}
.catalog-root-list .sub-heading {
  width: 100%;
  margin: 0 0 16px;
}
.catalog-root-list .sub-heading .sub-heading-holder {
  display: inline-block;
  width: 100%;
}
.catalog-root-list .catalog-root-list-holder {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  gap: 38px 0;
}
@media only screen and (max-width: 1259px) {
  .catalog-root-list .catalog-root-list-holder {
    width: calc(100% + 8px);
    margin-left: -4px;
    gap: 34px 0;
  }
}
@media only screen and (max-width: 766px) {
  .catalog-root-list .catalog-root-list-holder {
    gap: 16px 0;
  }
}
.catalog-root-list .catalog-root-list-holder .category-item {
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 0 8px;
}
@media only screen and (max-width: 1259px) {
  .catalog-root-list .catalog-root-list-holder .category-item {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 766px) {
  .catalog-root-list .catalog-root-list-holder .category-item {
    width: 50%;
  }
}

.category-item {
  width: 100%;
}
.category-item .category-item-holder {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.category-item .category-item-holder a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.category-item .category-item-holder a .image {
  width: 100%;
  height: 240px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
@media (hover: hover) {
  .category-item .category-item-holder a .image:hover img {
    transform: scale(1.1);
    transition: all 300ms;
  }
}
@media only screen and (max-width: 1259px) {
  .category-item .category-item-holder a .image {
    height: 160px;
  }
}
@media only screen and (max-width: 766px) {
  .category-item .category-item-holder a .image {
    height: 140px;
  }
}
.category-item .category-item-holder a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}
.category-item .category-item-holder a .name {
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: end;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #111111;
  transition: all 300ms;
  /*height: 42px;*/
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
@media (hover: hover) {
  .category-item .category-item-holder a .name:hover {
    color: #E60F2C;
    transition: all 300ms;
  }
}
@media only screen and (max-width: 1259px) {
  .category-item .category-item-holder a .name {
    font-size: 14px;
    line-height: 20px;
    /*height: 40px;*/
  }
}

.catalog-root-list-with-sub-categories {
  width: 100%;
  padding: 52px 0 65px;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories {
    padding: 40px 0 0;
  }
}
.catalog-root-list-with-sub-categories .sub-heading {
  width: 100%;
  margin: 0 0 16px;
}
.catalog-root-list-with-sub-categories .sub-heading .sub-heading-holder {
  display: inline-block;
  width: 100%;
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  gap: 16px 0;
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 0 8px;
}
@media only screen and (max-width: 1023px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item {
    width: 100%;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (hover: hover) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder:hover .desc {
    background-color: #E60F2C;
    transition: all 300ms;
  }
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder:hover .desc .name a {
    color: white;
    transition: all 300ms;
  }
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder:hover .desc .sub-categories ul li a {
    color: white;
    transition: all 300ms;
  }
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder:hover .desc .category-link a {
    border-color: white;
    color: white;
    transition: all 300ms;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .image {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 240px;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .image a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .image a:hover img {
    transform: scale(1.1);
    transition: all 300ms;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc {
  width: 51.4%;
  min-height: 360px;
  flex-grow: 1;
  background-color: white;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 28px 16px 16px 25px;
  display: flex;
  flex-direction: column;
  transition: all 300ms;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc {
    width: 100%;
    padding: 14px 8px 8px 12px;
    min-height: auto;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .name {
  width: 100%;
  margin: 0 0 23px;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .name {
    margin: 0 0 12px;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .name a {
  color: #111111;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  transition: all 300ms;
}
@media (hover: hover) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .name a:hover {
    text-decoration-color: currentColor;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories {
  width: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories {
    margin: 0 0 38px;
    flex-grow: 0;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -16px;
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories ul li {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 14px;
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories ul li a {
  color: #111111;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: all 300ms;
}
@media (hover: hover) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .sub-categories ul li a:hover {
    text-decoration-color: currentColor;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .category-link {
  display: flex;
  width: 100%;
  justify-content: end;
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: 0;
  box-sizing: border-box;
  padding: 0 16px 0 25px;
}
@media only screen and (max-width: 766px) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .category-link {
    padding: 0 8px 0 12px;
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .category-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 37px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  color: #D1D1D1;
  border-radius: 50%;
}
@media (hover: hover) {
  .catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .category-link a:hover {
    transform: translateX(3px);
  }
}
.catalog-root-list-with-sub-categories .catalog-root-list--with-sub-categories-holder .category-item .category-item-holder .desc .category-link a svg {
  width: 15px;
  height: auto;
}

:root {
  --app-height: 100%;
}

body {
  height: 100%;
}
body.non-scrollable {
  height: 100vh;
  height: var(--app-height);
  overflow: hidden;
}

.wrapper {
  min-width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 1259px) {
  .wrapper {
    min-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    min-width: 768px;
  }
}
@media only screen and (max-width: 766px) {
  .wrapper {
    min-width: 320px;
  }
}

.wrapper-inside {
  width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .wrapper-inside {
    width: 96.094%;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper-inside {
    width: 94.146%;
  }
}
@media only screen and (max-width: 766px) {
  .wrapper-inside {
    width: 91.115%;
  }
}

/* Basics
-----------------------------------------------------------------------------*/
img, svg {
  vertical-align: top;
}

.clearfix {
  clear: both !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

a {
  color: #E60F2C;
  text-decoration: none;
  transition: all 300ms;
}
@media (hover: hover) {
  a:hover {
    color: #FF363D;
    transition: all 300ms;
  }
}

.top-lined {
  border-top: 1px solid #D1D1D1;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  background: white;
  height: 72px;
  position: relative;
  z-index: 962;
}
@media only screen and (max-width: 1259px) {
  .header {
    height: 55px;
  }
}
.header .header-holder {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #D1D1D1;
}
.header .header-holder .wrapper-inside {
  height: 100%;
}
.header .header-holder .header-top {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .header-holder .header-top .header-top-holder {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header .header-holder .header-top .header-top-holder .left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .left {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .left .logo a svg {
    width: 122px;
    height: auto;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .left .logo a svg {
    width: 116px;
  }
}
.header .header-holder .header-top .header-top-holder .center {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center {
    margin: 0 28px 0 0;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center {
    margin: 0 9vw 0 0;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 23px);
  z-index: 1005;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 600ms;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu {
    top: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu {
    max-height: none;
    height: 0;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder {
  display: inline-block;
  width: 100%;
  padding: 23px 0 0;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder {
    padding: 0;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list {
  width: 100%;
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder {
  width: calc(100% + 52px);
  margin-left: -26px;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder {
    box-sizing: border-box;
    padding: 0 8px;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav {
  display: flex;
  width: calc(100% + 72px);
  margin-left: -36px;
  flex-wrap: wrap;
  padding: 32px 0 41px;
  gap: 6px 0;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav {
    width: calc(100% + 8px);
    margin-left: -4px;
    padding: 42px 0 59px;
    gap: 30px 0;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav {
    gap: 22px 0;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item {
  width: 20%;
  box-sizing: border-box;
  padding: 0 36px;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item {
    width: 50%;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item .category-item-holder a .image {
  height: 160px;
    border-radius: 8px;
    border: 1px solid var(--Grey-Gray-3, #D1D1D1);
    background: #FFF;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item .category-item-holder a .image {
    height: 130px;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item .category-item-holder a .name {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 0;
  height: 36px;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item .category-item-holder a .name {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .header-catalog-menu .header-catalog-menu-holder .catalog-menu-list .catalog-menu-list-holder nav .category-item .category-item-holder a .name {
    margin: 10px 0 0;
  }
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu:hover .btn .text {
    color: #111111;
    transition: all 300ms;
  }
  .header .header-holder .header-top .header-top-holder .center .catalog-menu:hover .btn .icon svg {
    color: #111111;
    transform: rotate(45deg);
    transition: all 300ms;
  }
  .header .header-holder .header-top .header-top-holder .center .catalog-menu:hover .header-catalog-menu {
    pointer-events: all;
    max-height: 514px;
    transition: all 600ms;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu.open .btn .text {
  color: #111111;
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu.open .btn .icon svg {
  color: #111111;
  transform: rotate(45deg);
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu.open .header-catalog-menu {
  pointer-events: all;
  max-height: 514px;
  transition: all 600ms;
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu.open .header-catalog-menu {
    max-height: none;
    height: var(--app-height);
    overflow-y: auto;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .btn {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px 7px 24px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1259px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .btn {
    padding: 7px 7px 7px 26px;
    gap: 5px;
  }
}
@media only screen and (max-width: 766px) {
  .header .header-holder .header-top .header-top-holder .center .catalog-menu .btn {
    padding: 7px 9px 7px 22px;
    gap: 4px;
  }
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .btn .text {
  color: #E60F2C;
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .center .catalog-menu .btn .icon svg {
  color: #E60F2C;
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li {
  margin: 0;
  padding: 0;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu {
  position: relative;
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu:hover a {
    color: #E60F2C;
  }
  .header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms;
  }
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu {
  position: absolute;
  left: -4px;
  top: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  padding-top: 4px;
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder {
  min-width: 152px;
  background-color: #BC1128;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder ul li {
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder ul li a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: transparent;
  color: white;
    white-space: nowrap;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder ul li a.current {
  background-color: #E60F2C;
  pointer-events: none;
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .center .main-menu nav ul li.has-sub-menu .sub-menu .sub-menu-holder ul li a:hover {
    background-color: #E60F2C;
  }
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li a {
  color: #111111;
}
.header .header-holder .header-top .header-top-holder .center .main-menu nav ul li a.current {
  color: #E60F2C;
  pointer-events: none;
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .center .main-menu nav ul li a:hover {
    color: #E60F2C;
  }
}
.header .header-holder .header-top .header-top-holder .right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .header-holder .header-top .header-top-holder .right .search.bar-open .search-holder .search-form {
  transform: translateY(0px);
  opacity: 1;
  transition: all 300ms;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-72px);
  transition: all 300ms;
  pointer-events: none;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder {
  width: 100%;
  box-sizing: border-box;
  padding-left: 196px;
  padding-right: 190px;
  pointer-events: none;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form {
  width: 100%;
  position: relative;
  pointer-events: all;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .form-field {
  position: relative;
  z-index: 1;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .form-field .input input {
  width: 100%;
  height: 72px;
  background-color: #F4F4F4;
  border-color: #D1D1D1;
  border-radius: 0;
  padding: 0 189px 0 31px;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .action {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 109px;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .action .btn {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .close {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .close a {
  color: #111111;
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .right .search .search-holder .search-form .search-form-holder form .close a:hover {
    color: #E60F2C;
  }
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.header .header-holder .header-top .header-top-holder .right .search .search-holder .search-icon a {
  color: #808080;
}
@media (hover: hover) {
  .header .header-holder .header-top .header-top-holder .right .search .search-holder .search-icon a:hover {
    color: #E60F2C;
  }
}
.header .header-holder .header-top .header-top-holder .right .contact-infoes .phone {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.header .header-holder .header-top .header-top-holder .right .contact-infoes .info {
  margin: 8px 0 0;
}
.header .header-holder .header-top .header-top-holder .right .contact-infoes .info .info-data {
  font-size: 11px;
  line-height: 16px;
  color: #808080;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action {
  width: 30px;
  height: 30px;
  position: relative;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action.open a.mobile-menu-open {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action.open a.mobile-menu-close {
  opacity: 1;
  pointer-events: all;
  transition: opacity 300ms;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action a {
  display: block;
  width: 100%;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action a.mobile-menu-open {
  opacity: 1;
  transition: opacity 300ms;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action a.mobile-menu-close {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.header .header-holder .header-top .header-top-holder .mobile-menu .menu-action a svg {
  width: 100%;
  height: auto;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 0 0 509px;
}
@media only screen and (max-width: 1259px) {
  .content {
    padding: 0 0 721px;
  }
}
@media only screen and (max-width: 766px) {
  .content {
    padding: 0 0 1331px;
  }
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -509px auto 0;
  height: 509px;
  background: linear-gradient(#353535 0%, #171717 100%);
  color: white;
}
@media only screen and (max-width: 1259px) {
  .footer {
    margin: -721px auto 0;
    height: 721px;
  }
}
@media only screen and (max-width: 766px) {
  .footer {
    margin: -1331px auto 0;
    height: 1331px;
    overflow: hidden;
  }
}
.footer .footer-holder {
  width: 100%;
}
.footer .footer-holder .footer-top {
  display: inline-block;
  width: 100%;
}
.footer .footer-holder .footer-top .footer-top-holder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 39px 0 39px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder {
    flex-direction: column;
    gap: 35px;
    padding: 38px 0 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-holder .footer-top .footer-top-holder {
    gap: 37px;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder {
    padding: 40px 0 38px;
    gap: 39px;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu {
  width: 62.25%;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu {
    width: 100%;
    border-bottom: 1px solid #747478;
    padding: 0 0 35px;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu {
    border-color: transparent;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder {
  width: 100%;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav {
    width: 78.3%;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav {
    width: 88%;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col {
    width: 46%;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col.big-col {
    width: 100%;
    border-bottom: 1px solid #747478;
    padding: 0 0 36px;
    margin: 0 0 39px;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col .col-holder .heading {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 13px;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col .col-holder .menu-items ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -9px;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col .col-holder .menu-items ul li {
  margin: 0 0 9px;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col .col-holder .menu-items ul li a {
  color: white;
  font-size: 14px;
  line-height: 14px;
}
@media (hover: hover) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-menu .footer-menu-holder nav .col .col-holder .menu-items ul li a:hover {
    color: #E60F2C;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts {
  width: 32%;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts {
    width: 100%;
    position: relative;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder {
  display: inline-block;
  width: 100%;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes {
  display: inline-block;
  width: 100%;
  margin: 0 0 35px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes {
    margin: 0 0 14px;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder {
  display: inline-block;
  width: 100%;
  margin: 0 0 -34px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line {
  display: inline-block;
  width: 100%;
  margin: 0 0 34px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line {
    width: auto;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder {
    width: auto;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .heading {
  display: inline-block;
  width: 100%;
  color: #808080;
  margin: 0 0 3px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .heading {
    width: auto;
    display: block;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .data {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .data {
    width: auto;
    max-width: 381px;
    display: block;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .data.big {
  font-size: 32px;
  line-height: 35px;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .data a {
  color: white;
}
@media (hover: hover) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .contacts-infoes .contacts-infoes-holder .info-line .info-line-holder .data a:hover {
    color: #E60F2C;
  }
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials {
    position: absolute;
    right: 0;
    bottom: 12px;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 23px 0 0;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul {
    gap: 16px;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li {
  margin: 0;
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li a {
  display: block;
  width: 50px;
    color: rgba(255, 255, 255, 0.8);
}
@media (hover: hover) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li a:hover {
    color: white;
  }
}
@media only screen and (max-width: 1259px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li a {
    width: 40px;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li a {
    width: 50px;
  }
}
.footer .footer-holder .footer-top .footer-top-holder .footer-contacts .footer-contacts-holder .socials .socials-holder ul li a svg {
  width: 100%;
  height: auto;
}
.footer .footer-holder .footer-bottom {
  width: 100%;
}
.footer .footer-holder .footer-bottom .footer-bottom-holder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #747478;
  font-size: 13px;
  line-height: 13px;
  color: white;
  padding: 40px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-bottom .footer-bottom-holder {
    flex-direction: column;
    gap: 23px;
  }
}
.footer .footer-holder .footer-bottom .footer-bottom-holder a {
  color: white;
}
@media (hover: hover) {
  .footer .footer-holder .footer-bottom .footer-bottom-holder a:hover {
    color: #E60F2C;
  }
}
.footer .footer-holder .footer-bottom .footer-bottom-holder .center {
  width: 25%;
}
.footer .footer-holder .footer-bottom .footer-bottom-holder .right {
  display: flex;
  gap: 89px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-holder .footer-bottom .footer-bottom-holder .right {
    gap: 50px;
  }
}
@media only screen and (max-width: 766px) {
  .footer .footer-holder .footer-bottom .footer-bottom-holder .right {
    margin: 18px 0 0;
    justify-content: space-between;
    width: 100%;
  }
}
.footer .footer-holder .footer-bottom .footer-bottom-holder .right .developer a {
  opacity: 0.5;
  color: white;
}
@media (hover: hover) {
  .footer .footer-holder .footer-bottom .footer-bottom-holder .right .developer a:hover {
    opacity: 1;
  }
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/includes/_price_sldier.scss ***!
  \***************************************************************************************************************************************************************************************/
.price-range {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 12px;
}
.price-range .represent-text {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.price-range .represent-text .represent-from, .price-range .represent-text .represent-to {
  display: none;
}
.price-range .price-inputs {
  display: inline-block;
  width: calc(100% + 14px);
  margin-left: -10px;
  margin-bottom: 17px;
  position: relative;
}
.price-range .price-inputs .sep {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #3D3D3D;
}
.price-range .price-inputs label {
  display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
.price-range .price-inputs label .name {
  display: none;
}
.price-range .price-inputs label input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #3D3D3D;
  border: 1px solid #BDBDBD;
  padding: 0 9px 0 11px;
  border-radius: 6px;
  background: white;
  transition: all 300ms;
}
.price-range .price-inputs label input::-webkit-input-placeholder {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #8B8B8B;
}

.price-range .price-inputs label input:-moz-placeholder {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #8B8B8B;
}

.price-range .price-inputs label input::-moz-placeholder {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #8B8B8B;
}

.price-range .price-inputs label input:-ms-input-placeholder {
  font-family: "Onest", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #8B8B8B;
}

.price-range .price-inputs label input:focus {
  outline: none;
  border-color: #E60F2C;
  transition: all 300ms;
}
.price-range .slider-holder {
  display: inline-block;
  display: inline-block;
  width: calc(100% - 24px);
  box-sizing: border-box;
  margin-left: 12px;
}
.price-range .slider-holder .noUi-target {
  background: white;
  box-shadow: none;
}
.price-range .slider-holder .noUi-target.noUi-horizontal {
  height: 4px;
}
.price-range .slider-holder .noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -12px;
  border: none;
  border-radius: 50%;
  background: #E60F2C;
  box-shadow: none;
  box-shadow: 0px 6px 10px rgba(255, 80, 0, 0.15);
  transition: all 300ms;
}
.price-range .slider-holder .noUi-target.noUi-horizontal .noUi-handle:focus, .price-range .slider-holder .noUi-target.noUi-horizontal .noUi-handle:hover {
  outline: none;
  transition: all 300ms;
}
.price-range .slider-holder .noUi-target .noUi-base {
  background: #E60F2C;
  border-radius: 1px;
}
.price-range .slider-holder .noUi-target .noUi-connect {
  background: #E60F2C;
}
.price-range .slider-holder .noUi-target .noUi-handle::after, .price-range .slider-holder .noUi-target .noUi-handle::before {
  content: none;
}
