@charset "UTF-8";
/* utilities */
/* plugins */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 6px 30px;
  line-height: 1.5;
  font-weight: 700;
  border-width: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.btn.rounded {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
}

.btn.normal {
  font-weight: 400;
}

.btn-md {
  padding: 9px 20px;
  font-style: italic;
  font-size: 28px;
}

@media (min-width: 768px) {
  .btn-md {
    font-size: 30px;
    padding: 9px 30px;
  }
}

.btn-xl {
  font-size: 20px;
  padding: 15px 30px;
  line-height: 1.47;
}

@media (min-width: 1200px) {
  .btn-xl {
    font-size: 30px;
    padding: 25px 40px;
  }
}

.btn-xl.rounded {
  -webkit-border-radius: 0 50px 50px 50px !important;
  -moz-border-radius: 0 50px 50px 50px !important;
  -ms-border-radius: 0 50px 50px 50px !important;
  -o-border-radius: 0 50px 50px 50px !important;
  border-radius: 0 50px 50px 50px !important;
}

.btn-primary {
  background: #ec174f;
  border-color: #ec174f;
  color: #ffffff;
}

.btn-primary.bordered {
  border-width: 3px !important;
}

.btn-primary.bordered:hover {
  border-width: 3px !important;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background: #ec174f;
  border: 2px solid #ec174f;
}

.btn-primary:focus.bordered, .btn-primary.focus.bordered {
  border-width: 3px !important;
}

.btn-primary:focus:hover, .btn-primary.focus:hover {
  background-color: #ffffff;
  border: 2px solid #ec174f;
  color: #ec174f;
}

.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid #ec174f;
  color: #ec174f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-color: #ffffff !important;
  border: 2px solid #ec174f !important;
  color: #ec174f;
}

.btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  background-color: #ffffff !important;
  border: 2px solid #ec174f !important;
  color: #ec174f;
}

.btn-primary:not(:disabled):not(.disabled):active:hover.bordered, .btn-primary:not(:disabled):not(.disabled):active:focus.bordered, .btn-primary:not(:disabled):not(.disabled):active.focus.bordered, .btn-primary.active:hover.bordered, .btn-primary.active:focus.bordered, .btn-primary.active.focus.bordered,
.open > .btn-primary.dropdown-toggle:hover.bordered,
.open > .btn-primary.dropdown-toggle:focus.bordered,
.open > .btn-primary.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background: #ec174f;
  border-color: #ec174f;
  color: #ffffff;
  opacity: .5;
  border-width: 2px;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ffffff !important;
  border: 2px solid #ec174f !important;
  color: #ec174f;
}

.btn-dark {
  background: #040506;
  border-color: #040506;
  color: #ffffff;
}

.btn-dark.bordered {
  border-width: 3px !important;
}

.btn-dark.bordered:hover {
  border-width: 3px !important;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background: #040506;
  border: 2px solid #040506;
}

.btn-dark:focus.bordered, .btn-dark.focus.bordered {
  border-width: 3px !important;
}

.btn-dark:focus:hover, .btn-dark.focus:hover {
  background-color: #2d3843;
  border: 2px solid #2d3843;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #2d3843;
  border: 1px solid #2d3843;
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  background-color: #2d3843 !important;
  border: 2px solid #2d3843 !important;
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled):active:hover, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled):active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus {
  background-color: #2d3843 !important;
  border: 2px solid #2d3843 !important;
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled):active:hover.bordered, .btn-dark:not(:disabled):not(.disabled):active:focus.bordered, .btn-dark:not(:disabled):not(.disabled):active.focus.bordered, .btn-dark.active:hover.bordered, .btn-dark.active:focus.bordered, .btn-dark.active.focus.bordered,
.open > .btn-dark.dropdown-toggle:hover.bordered,
.open > .btn-dark.dropdown-toggle:focus.bordered,
.open > .btn-dark.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:active, .btn-dark.active,
.open > .btn-dark.dropdown-toggle {
  background-image: none;
}

.btn-dark.disabled, .btn-dark[disabled] {
  background: #040506;
  border-color: #040506;
  color: #ffffff;
  opacity: .5;
  border-width: 2px;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #2d3843 !important;
  border: 2px solid #2d3843 !important;
  color: #ffffff;
}

.btn-green {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
}

.btn-green.bordered {
  border-width: 3px !important;
}

.btn-green.bordered:hover {
  border-width: 3px !important;
}

.btn-green:focus, .btn-green.focus {
  color: #84C341;
  background: #84C341;
  border: 2px solid #84C341;
}

.btn-green:focus.bordered, .btn-green.focus.bordered {
  border-width: 3px !important;
}

.btn-green:focus:hover, .btn-green.focus:hover {
  background-color: #9dcf68;
  border: 2px solid #ffffff;
  color: #84C341;
}

.btn-green:hover {
  background-color: #9dcf68;
  border: 1px solid #ffffff;
  color: #84C341;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green.active,
.open > .btn-green.dropdown-toggle {
  background-color: #9dcf68 !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-green:not(:disabled):not(.disabled):active:hover, .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled):active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus,
.open > .btn-green.dropdown-toggle:hover,
.open > .btn-green.dropdown-toggle:focus,
.open > .btn-green.dropdown-toggle.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-green:not(:disabled):not(.disabled):active:hover.bordered, .btn-green:not(:disabled):not(.disabled):active:focus.bordered, .btn-green:not(:disabled):not(.disabled):active.focus.bordered, .btn-green.active:hover.bordered, .btn-green.active:focus.bordered, .btn-green.active.focus.bordered,
.open > .btn-green.dropdown-toggle:hover.bordered,
.open > .btn-green.dropdown-toggle:focus.bordered,
.open > .btn-green.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-green:not(:disabled):not(.disabled).active, .btn-green:active, .btn-green.active,
.open > .btn-green.dropdown-toggle {
  background-image: none;
}

.btn-green.disabled, .btn-green[disabled] {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
  opacity: .5;
  border-width: 2px;
}

.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-green.border-green {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
}

.btn-green.border-green.bordered {
  border-width: 3px !important;
}

.btn-green.border-green.bordered:hover {
  border-width: 3px !important;
}

.btn-green.border-green:focus, .btn-green.border-green.focus {
  color: #84C341;
  background: #84C341;
  border: 2px solid #84C341;
}

.btn-green.border-green:focus.bordered, .btn-green.border-green.focus.bordered {
  border-width: 3px !important;
}

.btn-green.border-green:focus:hover, .btn-green.border-green.focus:hover {
  background-color: #9dcf68;
  border: 2px solid #9dcf68;
  color: #ffffff;
}

.btn-green.border-green:hover {
  background-color: #9dcf68;
  border: 1px solid #9dcf68;
  color: #ffffff;
}

.btn-green.border-green:not(:disabled):not(.disabled):active, .btn-green.border-green.active,
.open > .btn-green.border-green.dropdown-toggle {
  background-color: #9dcf68 !important;
  border: 2px solid #9dcf68 !important;
  color: #ffffff;
}

.btn-green.border-green:not(:disabled):not(.disabled):active:hover, .btn-green.border-green:not(:disabled):not(.disabled):active:focus, .btn-green.border-green:not(:disabled):not(.disabled):active.focus, .btn-green.border-green.active:hover, .btn-green.border-green.active:focus, .btn-green.border-green.active.focus,
.open > .btn-green.border-green.dropdown-toggle:hover,
.open > .btn-green.border-green.dropdown-toggle:focus,
.open > .btn-green.border-green.dropdown-toggle.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #9dcf68 !important;
  color: #ffffff;
}

.btn-green.border-green:not(:disabled):not(.disabled):active:hover.bordered, .btn-green.border-green:not(:disabled):not(.disabled):active:focus.bordered, .btn-green.border-green:not(:disabled):not(.disabled):active.focus.bordered, .btn-green.border-green.active:hover.bordered, .btn-green.border-green.active:focus.bordered, .btn-green.border-green.active.focus.bordered,
.open > .btn-green.border-green.dropdown-toggle:hover.bordered,
.open > .btn-green.border-green.dropdown-toggle:focus.bordered,
.open > .btn-green.border-green.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-green.border-green:not(:disabled):not(.disabled).active, .btn-green.border-green:active, .btn-green.border-green.active,
.open > .btn-green.border-green.dropdown-toggle {
  background-image: none;
}

.btn-green.border-green.disabled, .btn-green.border-green[disabled] {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
  opacity: .5;
  border-width: 2px;
}

.btn-green.border-green.disabled:hover, .btn-green.border-green.disabled:focus, .btn-green.border-green.disabled.focus, .btn-green.border-green[disabled]:hover, .btn-green.border-green[disabled]:focus, .btn-green.border-green[disabled].focus,
fieldset[disabled] .btn-green.border-green:hover,
fieldset[disabled] .btn-green.border-green:focus,
fieldset[disabled] .btn-green.border-green.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #9dcf68 !important;
  color: #ffffff;
}

.btn-green.bordered {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
}

.btn-green.bordered.bordered {
  border-width: 3px !important;
}

.btn-green.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-green.bordered:focus, .btn-green.bordered.focus {
  color: #84C341;
  background: #84C341;
  border: 2px solid #84C341;
}

.btn-green.bordered:focus.bordered, .btn-green.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-green.bordered:focus:hover, .btn-green.bordered.focus:hover {
  background-color: #9dcf68;
  border: 2px solid #040506;
  color: #ffffff;
}

.btn-green.bordered:hover {
  background-color: #9dcf68;
  border: 1px solid #040506;
  color: #ffffff;
}

.btn-green.bordered:not(:disabled):not(.disabled):active, .btn-green.bordered.active,
.open > .btn-green.bordered.dropdown-toggle {
  background-color: #9dcf68 !important;
  border: 2px solid #040506 !important;
  color: #ffffff;
}

.btn-green.bordered:not(:disabled):not(.disabled):active:hover, .btn-green.bordered:not(:disabled):not(.disabled):active:focus, .btn-green.bordered:not(:disabled):not(.disabled):active.focus, .btn-green.bordered.active:hover, .btn-green.bordered.active:focus, .btn-green.bordered.active.focus,
.open > .btn-green.bordered.dropdown-toggle:hover,
.open > .btn-green.bordered.dropdown-toggle:focus,
.open > .btn-green.bordered.dropdown-toggle.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #040506 !important;
  color: #ffffff;
}

.btn-green.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-green.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-green.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-green.bordered.active:hover.bordered, .btn-green.bordered.active:focus.bordered, .btn-green.bordered.active.focus.bordered,
.open > .btn-green.bordered.dropdown-toggle:hover.bordered,
.open > .btn-green.bordered.dropdown-toggle:focus.bordered,
.open > .btn-green.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-green.bordered:not(:disabled):not(.disabled).active, .btn-green.bordered:active, .btn-green.bordered.active,
.open > .btn-green.bordered.dropdown-toggle {
  background-image: none;
}

.btn-green.bordered.disabled, .btn-green.bordered[disabled] {
  background: #84C341;
  border-color: #84C341;
  color: #84C341;
  opacity: .5;
  border-width: 2px;
}

.btn-green.bordered.disabled:hover, .btn-green.bordered.disabled:focus, .btn-green.bordered.disabled.focus, .btn-green.bordered[disabled]:hover, .btn-green.bordered[disabled]:focus, .btn-green.bordered[disabled].focus,
fieldset[disabled] .btn-green.bordered:hover,
fieldset[disabled] .btn-green.bordered:focus,
fieldset[disabled] .btn-green.bordered.focus {
  background-color: #9dcf68 !important;
  border: 2px solid #040506 !important;
  color: #ffffff;
}

.btn-green.light {
  background: #b6db8f;
  border-color: #b6db8f;
  color: #84C341;
}

.btn-green.light.bordered {
  border-width: 3px !important;
}

.btn-green.light.bordered:hover {
  border-width: 3px !important;
}

.btn-green.light:focus, .btn-green.light.focus {
  color: #84C341;
  background: #b6db8f;
  border: 2px solid #b6db8f;
}

.btn-green.light:focus.bordered, .btn-green.light.focus.bordered {
  border-width: 3px !important;
}

.btn-green.light:focus:hover, .btn-green.light.focus:hover {
  background-color: #b6db8f;
  border: 2px solid #ffffff;
  color: #84C341;
}

.btn-green.light:hover {
  background-color: #b6db8f;
  border: 1px solid #ffffff;
  color: #84C341;
}

.btn-green.light:not(:disabled):not(.disabled):active, .btn-green.light.active,
.open > .btn-green.light.dropdown-toggle {
  background-color: #b6db8f !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-green.light:not(:disabled):not(.disabled):active:hover, .btn-green.light:not(:disabled):not(.disabled):active:focus, .btn-green.light:not(:disabled):not(.disabled):active.focus, .btn-green.light.active:hover, .btn-green.light.active:focus, .btn-green.light.active.focus,
.open > .btn-green.light.dropdown-toggle:hover,
.open > .btn-green.light.dropdown-toggle:focus,
.open > .btn-green.light.dropdown-toggle.focus {
  background-color: #b6db8f !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-green.light:not(:disabled):not(.disabled):active:hover.bordered, .btn-green.light:not(:disabled):not(.disabled):active:focus.bordered, .btn-green.light:not(:disabled):not(.disabled):active.focus.bordered, .btn-green.light.active:hover.bordered, .btn-green.light.active:focus.bordered, .btn-green.light.active.focus.bordered,
.open > .btn-green.light.dropdown-toggle:hover.bordered,
.open > .btn-green.light.dropdown-toggle:focus.bordered,
.open > .btn-green.light.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-green.light:not(:disabled):not(.disabled).active, .btn-green.light:active, .btn-green.light.active,
.open > .btn-green.light.dropdown-toggle {
  background-image: none;
}

.btn-green.light.disabled, .btn-green.light[disabled] {
  background: #b6db8f;
  border-color: #b6db8f;
  color: #84C341;
  opacity: .5;
  border-width: 2px;
}

.btn-green.light.disabled:hover, .btn-green.light.disabled:focus, .btn-green.light.disabled.focus, .btn-green.light[disabled]:hover, .btn-green.light[disabled]:focus, .btn-green.light[disabled].focus,
fieldset[disabled] .btn-green.light:hover,
fieldset[disabled] .btn-green.light:focus,
fieldset[disabled] .btn-green.light.focus {
  background-color: #b6db8f !important;
  border: 2px solid #ffffff !important;
  color: #84C341;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #040506;
}

.btn-white.bordered {
  border-width: 3px !important;
}

.btn-white.bordered:hover {
  border-width: 3px !important;
}

.btn-white:focus, .btn-white.focus {
  color: #040506;
  background: #ffffff;
  border: 2px solid #ffffff;
}

.btn-white:focus.bordered, .btn-white.focus.bordered {
  border-width: 3px !important;
}

.btn-white:focus:hover, .btn-white.focus:hover {
  background-color: #ffffff;
  border: 2px solid #040506;
  color: #040506;
}

.btn-white:hover {
  background-color: #ffffff;
  border: 1px solid #040506;
  color: #040506;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-white:not(:disabled):not(.disabled):active:hover, .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled):active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle.focus {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-white:not(:disabled):not(.disabled):active:hover.bordered, .btn-white:not(:disabled):not(.disabled):active:focus.bordered, .btn-white:not(:disabled):not(.disabled):active.focus.bordered, .btn-white.active:hover.bordered, .btn-white.active:focus.bordered, .btn-white.active.focus.bordered,
.open > .btn-white.dropdown-toggle:hover.bordered,
.open > .btn-white.dropdown-toggle:focus.bordered,
.open > .btn-white.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled, .btn-white[disabled] {
  background: #ffffff;
  border-color: #ffffff;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-white.bordered {
  background: #ffffff;
  border-color: #040506;
  color: #040506;
}

.btn-white.bordered.bordered {
  border-width: 3px !important;
}

.btn-white.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-white.bordered:focus, .btn-white.bordered.focus {
  color: #040506;
  background: #ffffff;
  border: 2px solid #040506;
}

.btn-white.bordered:focus.bordered, .btn-white.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-white.bordered:focus:hover, .btn-white.bordered.focus:hover {
  background-color: #ffffff;
  border: 2px solid #040506;
  color: #040506;
}

.btn-white.bordered:hover {
  background-color: #ffffff;
  border: 1px solid #040506;
  color: #040506;
}

.btn-white.bordered:not(:disabled):not(.disabled):active, .btn-white.bordered.active,
.open > .btn-white.bordered.dropdown-toggle {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-white.bordered:not(:disabled):not(.disabled):active:hover, .btn-white.bordered:not(:disabled):not(.disabled):active:focus, .btn-white.bordered:not(:disabled):not(.disabled):active.focus, .btn-white.bordered.active:hover, .btn-white.bordered.active:focus, .btn-white.bordered.active.focus,
.open > .btn-white.bordered.dropdown-toggle:hover,
.open > .btn-white.bordered.dropdown-toggle:focus,
.open > .btn-white.bordered.dropdown-toggle.focus {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-white.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-white.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-white.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-white.bordered.active:hover.bordered, .btn-white.bordered.active:focus.bordered, .btn-white.bordered.active.focus.bordered,
.open > .btn-white.bordered.dropdown-toggle:hover.bordered,
.open > .btn-white.bordered.dropdown-toggle:focus.bordered,
.open > .btn-white.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-white.bordered:not(:disabled):not(.disabled).active, .btn-white.bordered:active, .btn-white.bordered.active,
.open > .btn-white.bordered.dropdown-toggle {
  background-image: none;
}

.btn-white.bordered.disabled, .btn-white.bordered[disabled] {
  background: #ffffff;
  border-color: #040506;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-white.bordered.disabled:hover, .btn-white.bordered.disabled:focus, .btn-white.bordered.disabled.focus, .btn-white.bordered[disabled]:hover, .btn-white.bordered[disabled]:focus, .btn-white.bordered[disabled].focus,
fieldset[disabled] .btn-white.bordered:hover,
fieldset[disabled] .btn-white.bordered:focus,
fieldset[disabled] .btn-white.bordered.focus {
  background-color: #ffffff !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-yellow {
  background: #FBC84A;
  border-color: #FBC84A;
  color: #040506;
}

.btn-yellow.bordered {
  border-width: 3px !important;
}

.btn-yellow.bordered:hover {
  border-width: 3px !important;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #040506;
  background: #FBC84A;
  border: 2px solid #FBC84A;
}

.btn-yellow:focus.bordered, .btn-yellow.focus.bordered {
  border-width: 3px !important;
}

.btn-yellow:focus:hover, .btn-yellow.focus:hover {
  background-color: #fab918;
  border: 2px solid #fab918;
  color: #040506;
}

.btn-yellow:hover {
  background-color: #fab918;
  border: 1px solid #fab918;
  color: #040506;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow.active,
.open > .btn-yellow.dropdown-toggle {
  background-color: #fab918 !important;
  border: 2px solid #fab918 !important;
  color: #040506;
}

.btn-yellow:not(:disabled):not(.disabled):active:hover, .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled):active.focus, .btn-yellow.active:hover, .btn-yellow.active:focus, .btn-yellow.active.focus,
.open > .btn-yellow.dropdown-toggle:hover,
.open > .btn-yellow.dropdown-toggle:focus,
.open > .btn-yellow.dropdown-toggle.focus {
  background-color: #fab918 !important;
  border: 2px solid #fab918 !important;
  color: #040506;
}

.btn-yellow:not(:disabled):not(.disabled):active:hover.bordered, .btn-yellow:not(:disabled):not(.disabled):active:focus.bordered, .btn-yellow:not(:disabled):not(.disabled):active.focus.bordered, .btn-yellow.active:hover.bordered, .btn-yellow.active:focus.bordered, .btn-yellow.active.focus.bordered,
.open > .btn-yellow.dropdown-toggle:hover.bordered,
.open > .btn-yellow.dropdown-toggle:focus.bordered,
.open > .btn-yellow.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:active, .btn-yellow.active,
.open > .btn-yellow.dropdown-toggle {
  background-image: none;
}

.btn-yellow.disabled, .btn-yellow[disabled] {
  background: #FBC84A;
  border-color: #FBC84A;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled.focus, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #fab918 !important;
  border: 2px solid #fab918 !important;
  color: #040506;
}

.btn-yellow.bordered {
  background: #FBC84A;
  border-color: #FBC84A;
  color: #040506;
}

.btn-yellow.bordered.bordered {
  border-width: 3px !important;
}

.btn-yellow.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-yellow.bordered:focus, .btn-yellow.bordered.focus {
  color: #040506;
  background: #FBC84A;
  border: 2px solid #FBC84A;
}

.btn-yellow.bordered:focus.bordered, .btn-yellow.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-yellow.bordered:focus:hover, .btn-yellow.bordered.focus:hover {
  background-color: #fcd77c;
  border: 2px solid #040506;
  color: #040506;
}

.btn-yellow.bordered:hover {
  background-color: #fcd77c;
  border: 1px solid #040506;
  color: #040506;
}

.btn-yellow.bordered:not(:disabled):not(.disabled):active, .btn-yellow.bordered.active,
.open > .btn-yellow.bordered.dropdown-toggle {
  background-color: #fcd77c !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-yellow.bordered:not(:disabled):not(.disabled):active:hover, .btn-yellow.bordered:not(:disabled):not(.disabled):active:focus, .btn-yellow.bordered:not(:disabled):not(.disabled):active.focus, .btn-yellow.bordered.active:hover, .btn-yellow.bordered.active:focus, .btn-yellow.bordered.active.focus,
.open > .btn-yellow.bordered.dropdown-toggle:hover,
.open > .btn-yellow.bordered.dropdown-toggle:focus,
.open > .btn-yellow.bordered.dropdown-toggle.focus {
  background-color: #fcd77c !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-yellow.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-yellow.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-yellow.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-yellow.bordered.active:hover.bordered, .btn-yellow.bordered.active:focus.bordered, .btn-yellow.bordered.active.focus.bordered,
.open > .btn-yellow.bordered.dropdown-toggle:hover.bordered,
.open > .btn-yellow.bordered.dropdown-toggle:focus.bordered,
.open > .btn-yellow.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-yellow.bordered:not(:disabled):not(.disabled).active, .btn-yellow.bordered:active, .btn-yellow.bordered.active,
.open > .btn-yellow.bordered.dropdown-toggle {
  background-image: none;
}

.btn-yellow.bordered.disabled, .btn-yellow.bordered[disabled] {
  background: #FBC84A;
  border-color: #FBC84A;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-yellow.bordered.disabled:hover, .btn-yellow.bordered.disabled:focus, .btn-yellow.bordered.disabled.focus, .btn-yellow.bordered[disabled]:hover, .btn-yellow.bordered[disabled]:focus, .btn-yellow.bordered[disabled].focus,
fieldset[disabled] .btn-yellow.bordered:hover,
fieldset[disabled] .btn-yellow.bordered:focus,
fieldset[disabled] .btn-yellow.bordered.focus {
  background-color: #fcd77c !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-blue {
  background: #74B3D6;
  border-color: #74B3D6;
  color: #040506;
}

.btn-blue.bordered {
  border-width: 3px !important;
}

.btn-blue.bordered:hover {
  border-width: 3px !important;
}

.btn-blue:focus, .btn-blue.focus {
  color: #040506;
  background: #74B3D6;
  border: 2px solid #74B3D6;
}

.btn-blue:focus.bordered, .btn-blue.focus.bordered {
  border-width: 3px !important;
}

.btn-blue:focus:hover, .btn-blue.focus:hover {
  background-color: #4d9dca;
  border: 2px solid #4d9dca;
  color: #040506;
}

.btn-blue:hover {
  background-color: #4d9dca;
  border: 1px solid #4d9dca;
  color: #040506;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  background-color: #4d9dca !important;
  border: 2px solid #4d9dca !important;
  color: #040506;
}

.btn-blue:not(:disabled):not(.disabled):active:hover, .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled):active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus,
.open > .btn-blue.dropdown-toggle:hover,
.open > .btn-blue.dropdown-toggle:focus,
.open > .btn-blue.dropdown-toggle.focus {
  background-color: #4d9dca !important;
  border: 2px solid #4d9dca !important;
  color: #040506;
}

.btn-blue:not(:disabled):not(.disabled):active:hover.bordered, .btn-blue:not(:disabled):not(.disabled):active:focus.bordered, .btn-blue:not(:disabled):not(.disabled):active.focus.bordered, .btn-blue.active:hover.bordered, .btn-blue.active:focus.bordered, .btn-blue.active.focus.bordered,
.open > .btn-blue.dropdown-toggle:hover.bordered,
.open > .btn-blue.dropdown-toggle:focus.bordered,
.open > .btn-blue.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  background-image: none;
}

.btn-blue.disabled, .btn-blue[disabled] {
  background: #74B3D6;
  border-color: #74B3D6;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #4d9dca !important;
  border: 2px solid #4d9dca !important;
  color: #040506;
}

.btn-blue.bordered {
  background: #74B3D6;
  border-color: #74B3D6;
  color: #040506;
}

.btn-blue.bordered.bordered {
  border-width: 3px !important;
}

.btn-blue.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-blue.bordered:focus, .btn-blue.bordered.focus {
  color: #040506;
  background: #74B3D6;
  border: 2px solid #74B3D6;
}

.btn-blue.bordered:focus.bordered, .btn-blue.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-blue.bordered:focus:hover, .btn-blue.bordered.focus:hover {
  background-color: #88bedc;
  border: 2px solid #040506;
  color: #040506;
}

.btn-blue.bordered:hover {
  background-color: #88bedc;
  border: 1px solid #040506;
  color: #040506;
}

.btn-blue.bordered:not(:disabled):not(.disabled):active, .btn-blue.bordered.active,
.open > .btn-blue.bordered.dropdown-toggle {
  background-color: #88bedc !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-blue.bordered:not(:disabled):not(.disabled):active:hover, .btn-blue.bordered:not(:disabled):not(.disabled):active:focus, .btn-blue.bordered:not(:disabled):not(.disabled):active.focus, .btn-blue.bordered.active:hover, .btn-blue.bordered.active:focus, .btn-blue.bordered.active.focus,
.open > .btn-blue.bordered.dropdown-toggle:hover,
.open > .btn-blue.bordered.dropdown-toggle:focus,
.open > .btn-blue.bordered.dropdown-toggle.focus {
  background-color: #88bedc !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-blue.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-blue.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-blue.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-blue.bordered.active:hover.bordered, .btn-blue.bordered.active:focus.bordered, .btn-blue.bordered.active.focus.bordered,
.open > .btn-blue.bordered.dropdown-toggle:hover.bordered,
.open > .btn-blue.bordered.dropdown-toggle:focus.bordered,
.open > .btn-blue.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-blue.bordered:not(:disabled):not(.disabled).active, .btn-blue.bordered:active, .btn-blue.bordered.active,
.open > .btn-blue.bordered.dropdown-toggle {
  background-image: none;
}

.btn-blue.bordered.disabled, .btn-blue.bordered[disabled] {
  background: #74B3D6;
  border-color: #74B3D6;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-blue.bordered.disabled:hover, .btn-blue.bordered.disabled:focus, .btn-blue.bordered.disabled.focus, .btn-blue.bordered[disabled]:hover, .btn-blue.bordered[disabled]:focus, .btn-blue.bordered[disabled].focus,
fieldset[disabled] .btn-blue.bordered:hover,
fieldset[disabled] .btn-blue.bordered:focus,
fieldset[disabled] .btn-blue.bordered.focus {
  background-color: #88bedc !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-red {
  background: #ec174f;
  border-color: #ec174f;
  color: #040506;
}

.btn-red.bordered {
  border-width: 3px !important;
}

.btn-red.bordered:hover {
  border-width: 3px !important;
}

.btn-red:focus, .btn-red.focus {
  color: #040506;
  background: #ec174f;
  border: 2px solid #ec174f;
}

.btn-red:focus.bordered, .btn-red.focus.bordered {
  border-width: 3px !important;
}

.btn-red:focus:hover, .btn-red.focus:hover {
  background-color: #c0103e;
  border: 2px solid #c0103e;
  color: #040506;
}

.btn-red:hover {
  background-color: #c0103e;
  border: 1px solid #c0103e;
  color: #040506;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  background-color: #c0103e !important;
  border: 2px solid #c0103e !important;
  color: #040506;
}

.btn-red:not(:disabled):not(.disabled):active:hover, .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled):active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus,
.open > .btn-red.dropdown-toggle:hover,
.open > .btn-red.dropdown-toggle:focus,
.open > .btn-red.dropdown-toggle.focus {
  background-color: #c0103e !important;
  border: 2px solid #c0103e !important;
  color: #040506;
}

.btn-red:not(:disabled):not(.disabled):active:hover.bordered, .btn-red:not(:disabled):not(.disabled):active:focus.bordered, .btn-red:not(:disabled):not(.disabled):active.focus.bordered, .btn-red.active:hover.bordered, .btn-red.active:focus.bordered, .btn-red.active.focus.bordered,
.open > .btn-red.dropdown-toggle:hover.bordered,
.open > .btn-red.dropdown-toggle:focus.bordered,
.open > .btn-red.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-red:not(:disabled):not(.disabled).active, .btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  background-image: none;
}

.btn-red.disabled, .btn-red[disabled] {
  background: #ec174f;
  border-color: #ec174f;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red.focus {
  background-color: #c0103e !important;
  border: 2px solid #c0103e !important;
  color: #040506;
}

.btn-red.bordered {
  background: #ec174f;
  border-color: #ec174f;
  color: #040506;
}

.btn-red.bordered.bordered {
  border-width: 3px !important;
}

.btn-red.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-red.bordered:focus, .btn-red.bordered.focus {
  color: #040506;
  background: #ec174f;
  border: 2px solid #ec174f;
}

.btn-red.bordered:focus.bordered, .btn-red.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-red.bordered:focus:hover, .btn-red.bordered.focus:hover {
  background-color: #ee2f61;
  border: 2px solid #040506;
  color: #040506;
}

.btn-red.bordered:hover {
  background-color: #ee2f61;
  border: 1px solid #040506;
  color: #040506;
}

.btn-red.bordered:not(:disabled):not(.disabled):active, .btn-red.bordered.active,
.open > .btn-red.bordered.dropdown-toggle {
  background-color: #ee2f61 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-red.bordered:not(:disabled):not(.disabled):active:hover, .btn-red.bordered:not(:disabled):not(.disabled):active:focus, .btn-red.bordered:not(:disabled):not(.disabled):active.focus, .btn-red.bordered.active:hover, .btn-red.bordered.active:focus, .btn-red.bordered.active.focus,
.open > .btn-red.bordered.dropdown-toggle:hover,
.open > .btn-red.bordered.dropdown-toggle:focus,
.open > .btn-red.bordered.dropdown-toggle.focus {
  background-color: #ee2f61 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-red.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-red.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-red.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-red.bordered.active:hover.bordered, .btn-red.bordered.active:focus.bordered, .btn-red.bordered.active.focus.bordered,
.open > .btn-red.bordered.dropdown-toggle:hover.bordered,
.open > .btn-red.bordered.dropdown-toggle:focus.bordered,
.open > .btn-red.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-red.bordered:not(:disabled):not(.disabled).active, .btn-red.bordered:active, .btn-red.bordered.active,
.open > .btn-red.bordered.dropdown-toggle {
  background-image: none;
}

.btn-red.bordered.disabled, .btn-red.bordered[disabled] {
  background: #ec174f;
  border-color: #ec174f;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-red.bordered.disabled:hover, .btn-red.bordered.disabled:focus, .btn-red.bordered.disabled.focus, .btn-red.bordered[disabled]:hover, .btn-red.bordered[disabled]:focus, .btn-red.bordered[disabled].focus,
fieldset[disabled] .btn-red.bordered:hover,
fieldset[disabled] .btn-red.bordered:focus,
fieldset[disabled] .btn-red.bordered.focus {
  background-color: #ee2f61 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-purple {
  background: #6e6181;
  border-color: #6e6181;
  color: #040506;
}

.btn-purple.bordered {
  border-width: 3px !important;
}

.btn-purple.bordered:hover {
  border-width: 3px !important;
}

.btn-purple:focus, .btn-purple.focus {
  color: #040506;
  background: #6e6181;
  border: 2px solid #6e6181;
}

.btn-purple:focus.bordered, .btn-purple.focus.bordered {
  border-width: 3px !important;
}

.btn-purple:focus:hover, .btn-purple.focus:hover {
  background-color: #554b64;
  border: 2px solid #554b64;
  color: #040506;
}

.btn-purple:hover {
  background-color: #554b64;
  border: 1px solid #554b64;
  color: #040506;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple.active,
.open > .btn-purple.dropdown-toggle {
  background-color: #554b64 !important;
  border: 2px solid #554b64 !important;
  color: #040506;
}

.btn-purple:not(:disabled):not(.disabled):active:hover, .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled):active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus,
.open > .btn-purple.dropdown-toggle:hover,
.open > .btn-purple.dropdown-toggle:focus,
.open > .btn-purple.dropdown-toggle.focus {
  background-color: #554b64 !important;
  border: 2px solid #554b64 !important;
  color: #040506;
}

.btn-purple:not(:disabled):not(.disabled):active:hover.bordered, .btn-purple:not(:disabled):not(.disabled):active:focus.bordered, .btn-purple:not(:disabled):not(.disabled):active.focus.bordered, .btn-purple.active:hover.bordered, .btn-purple.active:focus.bordered, .btn-purple.active.focus.bordered,
.open > .btn-purple.dropdown-toggle:hover.bordered,
.open > .btn-purple.dropdown-toggle:focus.bordered,
.open > .btn-purple.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-purple:not(:disabled):not(.disabled).active, .btn-purple:active, .btn-purple.active,
.open > .btn-purple.dropdown-toggle {
  background-image: none;
}

.btn-purple.disabled, .btn-purple[disabled] {
  background: #6e6181;
  border-color: #6e6181;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled].focus,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple.focus {
  background-color: #554b64 !important;
  border: 2px solid #554b64 !important;
  color: #040506;
}

.btn-purple.bordered {
  background: #6e6181;
  border-color: #6e6181;
  color: #040506;
}

.btn-purple.bordered.bordered {
  border-width: 3px !important;
}

.btn-purple.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-purple.bordered:focus, .btn-purple.bordered.focus {
  color: #040506;
  background: #6e6181;
  border: 2px solid #6e6181;
}

.btn-purple.bordered:focus.bordered, .btn-purple.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-purple.bordered:focus:hover, .btn-purple.bordered.focus:hover {
  background-color: #7a6c90;
  border: 2px solid #040506;
  color: #040506;
}

.btn-purple.bordered:hover {
  background-color: #7a6c90;
  border: 1px solid #040506;
  color: #040506;
}

.btn-purple.bordered:not(:disabled):not(.disabled):active, .btn-purple.bordered.active,
.open > .btn-purple.bordered.dropdown-toggle {
  background-color: #7a6c90 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-purple.bordered:not(:disabled):not(.disabled):active:hover, .btn-purple.bordered:not(:disabled):not(.disabled):active:focus, .btn-purple.bordered:not(:disabled):not(.disabled):active.focus, .btn-purple.bordered.active:hover, .btn-purple.bordered.active:focus, .btn-purple.bordered.active.focus,
.open > .btn-purple.bordered.dropdown-toggle:hover,
.open > .btn-purple.bordered.dropdown-toggle:focus,
.open > .btn-purple.bordered.dropdown-toggle.focus {
  background-color: #7a6c90 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-purple.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-purple.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-purple.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-purple.bordered.active:hover.bordered, .btn-purple.bordered.active:focus.bordered, .btn-purple.bordered.active.focus.bordered,
.open > .btn-purple.bordered.dropdown-toggle:hover.bordered,
.open > .btn-purple.bordered.dropdown-toggle:focus.bordered,
.open > .btn-purple.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-purple.bordered:not(:disabled):not(.disabled).active, .btn-purple.bordered:active, .btn-purple.bordered.active,
.open > .btn-purple.bordered.dropdown-toggle {
  background-image: none;
}

.btn-purple.bordered.disabled, .btn-purple.bordered[disabled] {
  background: #6e6181;
  border-color: #6e6181;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-purple.bordered.disabled:hover, .btn-purple.bordered.disabled:focus, .btn-purple.bordered.disabled.focus, .btn-purple.bordered[disabled]:hover, .btn-purple.bordered[disabled]:focus, .btn-purple.bordered[disabled].focus,
fieldset[disabled] .btn-purple.bordered:hover,
fieldset[disabled] .btn-purple.bordered:focus,
fieldset[disabled] .btn-purple.bordered.focus {
  background-color: #7a6c90 !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-dark-yellow {
  background: #e9af20;
  border-color: #e9af20;
  color: #040506;
}

.btn-dark-yellow.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow.bordered:hover {
  border-width: 3px !important;
}

.btn-dark-yellow:focus, .btn-dark-yellow.focus {
  color: #040506;
  background: #e9af20;
  border: 2px solid #e9af20;
}

.btn-dark-yellow:focus.bordered, .btn-dark-yellow.focus.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow:focus:hover, .btn-dark-yellow.focus:hover {
  background-color: #c39013;
  border: 2px solid #c39013;
  color: #040506;
}

.btn-dark-yellow:hover {
  background-color: #c39013;
  border: 1px solid #c39013;
  color: #040506;
}

.btn-dark-yellow:not(:disabled):not(.disabled):active, .btn-dark-yellow.active,
.open > .btn-dark-yellow.dropdown-toggle {
  background-color: #c39013 !important;
  border: 2px solid #c39013 !important;
  color: #040506;
}

.btn-dark-yellow:not(:disabled):not(.disabled):active:hover, .btn-dark-yellow:not(:disabled):not(.disabled):active:focus, .btn-dark-yellow:not(:disabled):not(.disabled):active.focus, .btn-dark-yellow.active:hover, .btn-dark-yellow.active:focus, .btn-dark-yellow.active.focus,
.open > .btn-dark-yellow.dropdown-toggle:hover,
.open > .btn-dark-yellow.dropdown-toggle:focus,
.open > .btn-dark-yellow.dropdown-toggle.focus {
  background-color: #c39013 !important;
  border: 2px solid #c39013 !important;
  color: #040506;
}

.btn-dark-yellow:not(:disabled):not(.disabled):active:hover.bordered, .btn-dark-yellow:not(:disabled):not(.disabled):active:focus.bordered, .btn-dark-yellow:not(:disabled):not(.disabled):active.focus.bordered, .btn-dark-yellow.active:hover.bordered, .btn-dark-yellow.active:focus.bordered, .btn-dark-yellow.active.focus.bordered,
.open > .btn-dark-yellow.dropdown-toggle:hover.bordered,
.open > .btn-dark-yellow.dropdown-toggle:focus.bordered,
.open > .btn-dark-yellow.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow:not(:disabled):not(.disabled).active, .btn-dark-yellow:active, .btn-dark-yellow.active,
.open > .btn-dark-yellow.dropdown-toggle {
  background-image: none;
}

.btn-dark-yellow.disabled, .btn-dark-yellow[disabled] {
  background: #e9af20;
  border-color: #e9af20;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled.focus, .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled].focus,
fieldset[disabled] .btn-dark-yellow:hover,
fieldset[disabled] .btn-dark-yellow:focus,
fieldset[disabled] .btn-dark-yellow.focus {
  background-color: #c39013 !important;
  border: 2px solid #c39013 !important;
  color: #040506;
}

.btn-dark-yellow.bordered {
  background: #e9af20;
  border-color: #e9af20;
  color: #040506;
}

.btn-dark-yellow.bordered.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow.bordered.bordered:hover {
  border-width: 3px !important;
}

.btn-dark-yellow.bordered:focus, .btn-dark-yellow.bordered.focus {
  color: #040506;
  background: #e9af20;
  border: 2px solid #e9af20;
}

.btn-dark-yellow.bordered:focus.bordered, .btn-dark-yellow.bordered.focus.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow.bordered:focus:hover, .btn-dark-yellow.bordered.focus:hover {
  background-color: #eec04e;
  border: 2px solid #040506;
  color: #040506;
}

.btn-dark-yellow.bordered:hover {
  background-color: #eec04e;
  border: 1px solid #040506;
  color: #040506;
}

.btn-dark-yellow.bordered:not(:disabled):not(.disabled):active, .btn-dark-yellow.bordered.active,
.open > .btn-dark-yellow.bordered.dropdown-toggle {
  background-color: #eec04e !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-dark-yellow.bordered:not(:disabled):not(.disabled):active:hover, .btn-dark-yellow.bordered:not(:disabled):not(.disabled):active:focus, .btn-dark-yellow.bordered:not(:disabled):not(.disabled):active.focus, .btn-dark-yellow.bordered.active:hover, .btn-dark-yellow.bordered.active:focus, .btn-dark-yellow.bordered.active.focus,
.open > .btn-dark-yellow.bordered.dropdown-toggle:hover,
.open > .btn-dark-yellow.bordered.dropdown-toggle:focus,
.open > .btn-dark-yellow.bordered.dropdown-toggle.focus {
  background-color: #eec04e !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-dark-yellow.bordered:not(:disabled):not(.disabled):active:hover.bordered, .btn-dark-yellow.bordered:not(:disabled):not(.disabled):active:focus.bordered, .btn-dark-yellow.bordered:not(:disabled):not(.disabled):active.focus.bordered, .btn-dark-yellow.bordered.active:hover.bordered, .btn-dark-yellow.bordered.active:focus.bordered, .btn-dark-yellow.bordered.active.focus.bordered,
.open > .btn-dark-yellow.bordered.dropdown-toggle:hover.bordered,
.open > .btn-dark-yellow.bordered.dropdown-toggle:focus.bordered,
.open > .btn-dark-yellow.bordered.dropdown-toggle.focus.bordered {
  border-width: 3px !important;
}

.btn-dark-yellow.bordered:not(:disabled):not(.disabled).active, .btn-dark-yellow.bordered:active, .btn-dark-yellow.bordered.active,
.open > .btn-dark-yellow.bordered.dropdown-toggle {
  background-image: none;
}

.btn-dark-yellow.bordered.disabled, .btn-dark-yellow.bordered[disabled] {
  background: #e9af20;
  border-color: #e9af20;
  color: #040506;
  opacity: .5;
  border-width: 2px;
}

.btn-dark-yellow.bordered.disabled:hover, .btn-dark-yellow.bordered.disabled:focus, .btn-dark-yellow.bordered.disabled.focus, .btn-dark-yellow.bordered[disabled]:hover, .btn-dark-yellow.bordered[disabled]:focus, .btn-dark-yellow.bordered[disabled].focus,
fieldset[disabled] .btn-dark-yellow.bordered:hover,
fieldset[disabled] .btn-dark-yellow.bordered:focus,
fieldset[disabled] .btn-dark-yellow.bordered.focus {
  background-color: #eec04e !important;
  border: 2px solid #040506 !important;
  color: #040506;
}

.btn-scroll {
  width: 40px;
  height: 60px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 0 10px;
}

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.white-space {
  white-space: nowrap;
}

.table-responsive {
  border: none;
}

.pagination .btn {
  margin: 0 10px;
  min-width: 120px;
}

@media (min-width: 768px) {
  .pagination .btn {
    margin: 0 25px;
  }
}

dl, ul, ol {
  margin-bottom: 20px;
}

.card {
  border: 0;
  border-radius: 0;
}

.card-header {
  border: none;
  border-radius: 0 !important;
  background-color: #ec174f;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 15px;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .card-header {
    font-size: 22px;
  }
}

.card-header .btn:not(.collapsed) {
  background-color: #ec174f;
  border-color: #ec174f;
}

.card-body {
  font-size: 15px;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb {
    padding-left: 80px;
  }
}

.breadcrumb-item {
  font-size: 16px;
  color: #040506;
}

@media (min-width: 768px) {
  .breadcrumb-item {
    font-size: 20px;
  }
}

.breadcrumb-item a, .breadcrumb-item.active {
  color: #040506;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '|';
  color: #ffffff;
}

/* base */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 40px;
  height: 36px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 6px;
  background-color: #040506;
  border-radius: 6px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -15px;
}

.hamburger-inner::after {
  bottom: -15px;
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background .14s;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, background 0.14s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, background .14s, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, background 0.14s, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

*, *:after, *:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (max-width: 767px) {
  *, *:after, *:before {
    outline: none !important;
  }
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea,
select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

button {
  border: 0;
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.218s linear, border-color 0.218s linear, color 0.218s linear;
  -moz-transition: background-color 0.218s linear, border-color 0.218s linear, color 0.218s linear;
  -o-transition: background-color 0.218s linear, border-color 0.218s linear, color 0.218s linear;
  transition: background-color 0.218s linear, border-color 0.218s linear, color 0.218s linear;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

a {
  -webkit-transition: color 0.218s linear, background-color 0.218s linear;
  -moz-transition: color 0.218s linear, background-color 0.218s linear;
  -o-transition: color 0.218s linear, background-color 0.218s linear;
  transition: color 0.218s linear, background-color 0.218s linear;
  color: #2316a3;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #ec174f;
}

a.white {
  color: #ffffff;
}

a.white:hover, a.white:focus, a.white:active {
  text-decoration: none;
  color: #ec174f;
}

a.nounder {
  text-decoration: none;
}

a.nounder:hover, a.nounder:focus, a.nounder:active {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover, a.underline:focus, a.underline:active {
  text-decoration: none;
}

a:focus,
a:active,
button,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  border-color: transparent;
  outline: none;
  -moz-outline-style: none;
  outline-offset: 0;
}

:-moz-any-link:focus {
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1.42857;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    margin-bottom: 45px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, h6 {
  font-size: 16px;
}

strong, b {
  font-weight: 700;
}

html {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  color: #040506;
  overflow-x: hidden;
  line-height: 1.2;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-size: 16px;
  padding-top: 80px;
}

body.home {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 230px;
  }
}

body.bg-blue {
  background-color: #74B3D6;
  color: #ffffff;
}

body.bg-green {
  background-color: #84C341;
}

body.bg-yellow {
  background-color: #FBC84A;
}

body.bg-purple {
  color: #ffffff;
  background-color: #6e6181;
}

body.bg-red {
  color: #ffffff;
  background-color: #ec174f;
}

body.bg-dark-yellow {
  color: #ffffff;
  background-color: #e9af20;
}

body.bg-red {
  color: #ffffff;
  background-color: #ec174f;
}

.page-container {
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
}

.px-content {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .px-content {
    padding: 0 50px;
  }
}

.clear {
  height: 0;
  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
}

.clear.clear10 {
  height: 10px;
}

.clear.clear15 {
  height: 15px;
}

.clear.clear20 {
  height: 20px;
}

.clear.clear25 {
  height: 25px;
}

.clear.clear30 {
  height: 30px;
}

.clear.clear-50 {
  height: 50px;
}

figure {
  margin: 0;
}

.col-shrink {
  width: auto;
  max-width: none;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  margin-right: auto;
}

.col-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-primary {
  color: #ec174f;
}

a.color-primary {
  color: #ec174f;
}

a.color-primary:hover {
  color: #2316a3;
}

a.color-primary:focus, a.color-primary:active {
  color: #ec174f;
}

a.color-primary:focus:hover, a.color-primary:active:hover {
  color: #2316a3;
}

.bold {
  font-weight: 700;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination a {
  margin: 0 2px;
}

.fz-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .fz-md-24 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .fz-lg-28 {
    font-size: 28px;
  }
}

.mx--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 768px) {
  .mx-md--15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.font-light {
  font-weight: 300;
}

.hu .navbar .nav .langs__hu {
  display: none;
}

.hu .navbar .container-fluid {
  margin-right: 0;
  margin-left: 140px;
}

@media (max-width: 767px) {
  .hu .navbar .container-fluid {
    margin-left: 45px;
  }
}

.hu .navbar .nav.langs {
  right: auto;
  left: 0;
  -webkit-border-radius: 70px 0 0 70px;
  -moz-border-radius: 70px 0 0 70px;
  -ms-border-radius: 70px 0 0 70px;
  -o-border-radius: 70px 0 0 70px;
  border-radius: 70px 0 0 70px;
}

.hu .navbar .nav.langs > li {
  margin: 0 auto 0 50px;
}

@media (max-width: 767px) {
  .hu .navbar .nav.langs > li {
    margin: 0 0 0 12px;
  }
}

.en .navbar .nav .langs__en {
  display: none;
}

.navbar {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px 0 0;
}

@media (min-width: 1200px) {
  .navbar {
    padding: 50px 0 0;
  }
}

.navbar .container-fluid {
  background-color: #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  padding: 6px 15px 7px;
  margin-right: 140px;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (max-width: 767px) {
  .navbar .container-fluid {
    margin-right: 45px;
    width: auto;
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  .navbar {
    -webkit-transition: padding 0.218s linear;
    -moz-transition: padding 0.218s linear;
    -o-transition: padding 0.218s linear;
    transition: padding 0.218s linear;
    display: block;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    -webkit-transition: right 0.218s;
    -moz-transition: right 0.218s;
    -o-transition: right 0.218s;
    transition: right 0.218s;
    text-align: center;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 140px 0 0;
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    margin: 0;
    -webkit-transition: right 0.218s linear, background-color 0.218s linear;
    -moz-transition: right 0.218s linear, background-color 0.218s linear;
    -o-transition: right 0.218s linear, background-color 0.218s linear;
    transition: right 0.218s linear, background-color 0.218s linear;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .navbar .nav {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar .nav {
    margin-left: auto;
  }
}

.navbar .nav.langs {
  background-color: #040506;
  height: 140px;
  margin: -10px -15px -10px 0;
  width: 210px;
  -webkit-border-radius: 0 70px 70px 0;
  -moz-border-radius: 0 70px 70px 0;
  -ms-border-radius: 0 70px 70px 0;
  -o-border-radius: 0 70px 70px 0;
  border-radius: 0 70px 70px 0;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 25px;
  display: flex;
  flex-direction: row;
}

@media (min-width: 1200px) {
  .navbar .nav.langs {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .navbar .nav.langs {
    height: 44px;
    width: 70px;
  }
}

.navbar .nav.langs > li {
  margin: 0 50px 0 auto;
}

@media (max-width: 1199px) {
  .navbar .nav.langs > li {
    padding-right: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .navbar .nav.langs > li {
    margin: 0 10px 0 auto;
  }
}

.navbar .nav.langs > li > a {
  color: #ffffff;
  font-size: 16px;
}

@media (min-width: 768px) {
  .navbar .nav.langs > li > a {
    font-size: 30px;
  }
}

.navbar .nav.langs > li > a:before {
  font-size: 20px;
}

@media (min-width: 768px) {
  .navbar .nav.langs > li > a:before {
    font-size: 34px;
  }
}

.navbar .nav.langs > li > a:hover, .navbar .nav.langs > li > a:focus, .navbar .nav.langs > li > a:active, .navbar .nav.langs > li > a:focus:hover, .navbar .nav.langs > li > a:active:hover {
  color: #040506;
}

.navbar .nav.langs > li > a:hover:before, .navbar .nav.langs > li > a:focus:before, .navbar .nav.langs > li > a:active:before, .navbar .nav.langs > li > a:focus:hover:before, .navbar .nav.langs > li > a:active:hover:before {
  color: #ec174f;
}

.navbar .nav > li {
  margin: 0;
}

@media (max-width: 1199px) {
  .navbar .nav > li {
    padding-right: 20px;
    width: 200px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .navbar .nav > li {
    margin: 0 auto;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .nav > li + li {
    margin-left: 20px;
  }
}

@media (min-width: 1367px) {
  .navbar .nav > li + li {
    margin-left: 40px;
  }
}

@media (min-width: 1440px) {
  .navbar .nav > li + li {
    margin-left: 60px;
  }
}

.navbar .nav > li .basket {
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .navbar .nav > li .basket {
    max-width: 30px;
    margin-top: -7px;
  }
}

@media (max-width: 1199px) {
  .navbar .nav > li .lock {
    max-width: 40px;
    margin-right: -5px;
  }
}

.navbar .nav > li > a {
  padding: 0;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 44px;
  font-weight: 800;
  text-transform: uppercase;
  color: #040506;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .navbar .nav > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1279px) {
  .navbar .nav > li > a {
    font-size: 20px;
  }
}

@media (min-width: 1365px) {
  .navbar .nav > li > a {
    font-size: 24px;
  }
}

.navbar .nav > li > a:before {
  content: attr(aria-label);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.218s linear;
  -moz-transition: color 0.218s linear;
  -o-transition: color 0.218s linear;
  transition: color 0.218s linear;
  color: transparent;
  font-size: 24px;
}

@media (min-width: 1367px) {
  .navbar .nav > li > a:before {
    font-size: 28px;
  }
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li > a:active, .navbar .nav > li > a:focus:hover, .navbar .nav > li > a:active:hover {
  color: #ffffff;
}

.navbar .nav > li > a:hover:before, .navbar .nav > li > a:focus:before, .navbar .nav > li > a:active:before, .navbar .nav > li > a:focus:hover:before, .navbar .nav > li > a:active:hover:before {
  color: #ec174f;
}

.navbar .nav > li > a .rounded-circle {
  width: 20px;
  height: 20px;
  background-color: #ec174f;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
}

@media (min-width: 1200px) {
  .navbar .nav > li > a .rounded-circle {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 90%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    right: auto;
  }
}

.navbar .nav > li.show > a, .navbar .nav > li.active > a {
  color: #ec174f;
  background-color: transparent;
  text-decoration: none;
}

.navbar .nav > li.show > a:hover, .navbar .nav > li.show > a:focus, .navbar .nav > li.show > a:active, .navbar .nav > li.show > a:focus:hover, .navbar .nav > li.show > a:active:hover, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus, .navbar .nav > li.active > a:active, .navbar .nav > li.active > a:focus:hover, .navbar .nav > li.active > a:active:hover {
  color: #ffffff;
}

.navbar .nav > li.show > a:hover:before, .navbar .nav > li.show > a:focus:before, .navbar .nav > li.show > a:active:before, .navbar .nav > li.show > a:focus:hover:before, .navbar .nav > li.show > a:active:hover:before, .navbar .nav > li.active > a:hover:before, .navbar .nav > li.active > a:focus:before, .navbar .nav > li.active > a:active:before, .navbar .nav > li.active > a:focus:hover:before, .navbar .nav > li.active > a:active:hover:before {
  color: #ec174f;
}

.navbar .dropdown-menu {
  background-clip: border-box;
  border: none;
  -webkit-border-radius: 0 0 100px 100px;
  -moz-border-radius: 0 0 100px 100px;
  -ms-border-radius: 0 0 100px 100px;
  -o-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  width: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 0;
    position: absolute;
    -webkit-box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
  }
}

.navbar .dropdown-menu .dropdown-divider {
  height: 28px;
  width: 6px;
  background-color: #040506;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 5px;
  border: none;
  -webkit-transform: scaleX(0.6);
  -moz-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

.navbar .dropdown-menu .dropdown-item {
  font-weight: 800;
  text-transform: uppercase;
  color: #040506;
  background-color: transparent;
  padding: .5rem 1.5rem;
  white-space: normal;
  line-height: 1.1;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu .dropdown-item {
    font-size: 22px;
  }
}

.navbar .dropdown-menu .dropdown-item:hover span:before, .navbar .dropdown-menu .dropdown-item:focus span:before, .navbar .dropdown-menu .dropdown-item:active span:before, .navbar .dropdown-menu .dropdown-item:focus:hover span:before, .navbar .dropdown-menu .dropdown-item:active:hover span:before {
  -webkit-transform: translateY(-4px) scaleY(0.6);
  -moz-transform: translateY(-4px) scaleY(0.6);
  -ms-transform: translateY(-4px) scaleY(0.6);
  -o-transform: translateY(-4px) scaleY(0.6);
  transform: translateY(-4px) scaleY(0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.navbar .dropdown-menu .dropdown-item.image span:before {
  bottom: 3px;
}

.navbar .dropdown-menu .dropdown-item span {
  position: relative;
  display: inline-block;
}

.navbar .dropdown-menu .dropdown-item span:before {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  height: 6px;
  background-color: #ec174f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  bottom: -10px;
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.218s linear, opacity 0.218s linear;
  -moz-transition: -moz-transform 0.218s linear, opacity 0.218s linear;
  -o-transition: -o-transform 0.218s linear, opacity 0.218s linear;
  transition: transform 0.218s linear, opacity 0.218s linear;
}

.navbar .navbar-brand {
  padding: 0;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand .logo {
    max-width: 60px;
  }
  .navbar .navbar-brand .logo-text {
    max-width: 40px;
  }
}

@media (max-width: 1199px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .btn-mobile-menu {
    position: absolute;
    right: 60px;
    top: 45px;
    z-index: 10000000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    margin: 0 !important;
    height: 47px;
    outline: none !important;
  }
  body.smenu {
    width: 100%;
    overflow: hidden;
  }
  body.smenu .navbar-collapse {
    right: 0;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .btn-mobile-menu {
    top: 0;
    right: 20px;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  .hamburger-inner {
    height: 4px;
  }
  .hamburger-inner::before {
    top: -10px;
    height: 4px;
  }
  .hamburger-inner::after {
    bottom: -10px;
    height: 4px;
  }
}

.main-header {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 15px;
  right: 15px;
}

@media (min-width: 1200px) {
  .main-header {
    left: 50px;
    right: 50px;
  }
}

.main-footer {
  background-color: #040506;
  font-size: 16px;
}

@media (max-width: 1600px) {
  .main-footer {
    text-align: center;
  }
  .main-footer .col-auto {
    width: 100%;
    padding-bottom: 10px;
  }
  .main-footer .col-auto.footer-social {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.footer-nav {
  margin-left: 2rem;
  display: block;
}

@media (max-width: 1366px) {
  .footer-nav {
    display: block;
    padding: 15px 0;
    margin-left: 0;
  }
}

.footer-nav li {
  display: inline-block;
  font-size: 0;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .footer-nav li {
    display: block;
  }
}

.footer-nav li > a {
  padding: 0;
  display: inline-block;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.footer-nav li > a:before {
  content: attr(aria-label);
  display: block;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-nav li > a:hover, .footer-nav li > a:focus, .footer-nav li > a:active, .footer-nav li > a:focus:hover, .footer-nav li > a:active:hover {
  color: #ec174f;
  font-weight: bold;
}

.footer-nav li.active > a {
  color: #ec174f;
  background-color: transparent;
  text-decoration: none;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 10000000;
}

.modal {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10000001;
}

.modal .modal-dialog {
  max-width: 800px;
}

@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 1.2rem;
  }
}

.modal .modal-content {
  border: none;
  background-clip: border-box;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: 0;
}

.modal .modal-header .modal-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.modal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  padding: 10px 15px;
  font-size: 32px;
}

.modal .modal-body {
  color: #646464;
  padding: 3rem 1.2rem 1.2rem;
}

@media (min-width: 768px) {
  .modal .modal-body {
    padding: 2rem;
  }
}

.modal .modal-footer {
  border: none;
  padding: 0 1.2rem;
}

@media (min-width: 768px) {
  .modal .modal-footer {
    padding: 0 2rem;
  }
}

.modal .modal-footer .btn {
  margin: 0 0 2rem;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .modal .modal-footer .btn {
    font-size: 13px;
    width: 100%;
    margin: 0 0 1.2rem;
  }
}

.custom-selecter select,
.form-control {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px !important;
  color: #040506 !important;
  font-size: 18px;
  background-color: #91c954 !important;
  border: 1px solid #040506 !important;
  outline: none;
  padding: 5px 10px;
  font-weight: 500;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.218s linear;
  -moz-transition: 0.218s linear;
  -o-transition: 0.218s linear;
  transition: 0.218s linear;
}

.custom-selecter select:focus,
.form-control:focus {
  border-color: #040506 !important;
  color: #040506 !important;
}

textarea.form-control {
  resize: none;
  height: inherit !important;
}

.form-group {
  margin-bottom: 20px;
  display: block;
}

.form-group .label-txt {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .form-group .label-txt {
    font-size: 20px;
  }
}

.form-group.d-flex {
  flex-flow: row wrap;
}

.form-group.d-flex .custom-selecter,
.form-group.d-flex .form-control {
  width: auto;
  max-width: none;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  margin-right: auto;
}

.form-group.d-flex .custom-selecter .form-control {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.form-group.d-flex .label-txt {
  min-width: 100%;
}

@media (min-width: 768px) {
  .form-group.d-flex .label-txt {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 29%;
    min-width: 225px;
    align-self: center;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form-group.d-flex .col-md-6 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
}

@media (max-width: 767px) {
  .form-group.d-flex .radio-line {
    flex-flow: inherit;
  }
  .form-group.d-flex .radio-line .white-box {
    margin-left: 40px;
    margin-top: 10px;
  }
}

.form-group.d-flex .radio-line .label-txt {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-group.d-flex .radio-line .label-txt {
    width: calc(29% - 40px);
    min-width: calc(225px - 40px);
  }
}

@media (max-width: 767px) {
  .form-group.d-flex .radio-line .label-txt {
    min-width: inherit;
  }
}

.custom-selecter {
  position: relative;
  display: block;
}

.custom-selecter .form-control {
  position: relative;
}

.custom-selecter select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 75px;
  padding-right: 35px;
}

.custom-selecter:after {
  content: '▼';
  color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 30px;
  text-align: center;
  pointer-events: none;
  font-size: 12px;
  line-height: 40px;
}

.radio-line {
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 768px) {
  .radio-line {
    font-size: 20px;
  }
}

.radio-line input {
  display: none;
}

.radio-line input + i {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 1px 10px 0 0;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #040506;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.radio-line input + i:after {
  width: 16px;
  height: 16px;
  content: '';
  background: #040506;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.218s linear;
  -moz-transition: all 0.218s linear;
  -o-transition: all 0.218s linear;
  transition: all 0.218s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.radio-line input:checked + i:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.checkbox-line {
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  min-height: 40px;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 768px) {
  .checkbox-line {
    font-size: 20px;
  }
}

.checkbox-line strong {
  font-weight: 600;
}

.checkbox-line input {
  display: none !important;
}

.checkbox-line input + i {
  content: '';
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #91c954;
  border: 1px solid #040506;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  position: relative;
  display: block;
  font-style: normal;
  margin-right: 10px;
}

.checkbox-line input + i:before {
  content: '\f00c';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 600;
  position: absolute;
  right: -7px;
  top: 5px;
  color: #040506;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: left;
  z-index: 2;
  width: 30px;
}

.checkbox-line input {
  display: none;
}

.checkbox-line input:checked + i:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main-slider .owl-dots {
  position: absolute;
  right: 3%;
  z-index: 100;
  bottom: 6%;
}

@media (min-width: 1440px) {
  .main-slider .owl-dots {
    bottom: 15%;
  }
}

.main-slider .owl-dots .owl-dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 2px;
  outline: none;
  margin: 0 3px;
}

@media (min-width: 768px) {
  .main-slider .owl-dots .owl-dot {
    width: 2vw;
    height: 2vw;
  }
}

.main-slider .owl-dots .owl-dot.active {
  border: 2px solid #ffffff;
  padding: 0;
}

/* home */
.home-clothes img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.we-page {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .we-page {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .main-article {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .home-video {
    min-height: calc(100vh - 120px);
  }
  .home-video video {
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.home-clothes-slider .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .home-clothes-slider .owl-dots {
    display: none !important;
  }
}

.home-clothes-slider .owl-dots .owl-dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  outline: none;
  margin: 0 5px;
  border: 2px solid #ffffff;
  padding: 0;
}

.home-clothes-slider .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

/* basket */
.main-basket-steps {
  font-weight: 800;
  font-size: 16px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .main-basket-steps {
    font-size: 13px;
  }
}

@media (min-width: 1500px) {
  .main-basket-steps {
    font-size: 20px;
  }
}

.main-basket-steps .rounded-circle {
  width: 40px;
  height: 40px;
  background-color: #040506;
  font-size: 20px;
}

@media (min-width: 1230px) {
  .main-basket-steps .rounded-circle {
    font-size: 30px;
    width: 80px;
    height: 80px;
  }
}

.main-basket-steps__item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=51);
  opacity: 0.51;
}

.main-basket-steps__item .rounded-circle {
  color: #84C341;
}

.main-basket-steps__item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main-basket-steps__item.active .rounded-circle {
  color: #ffffff;
}

@media (max-width: 767px) {
  .main-basket-steps__item {
    min-width: 100%;
  }
  .main-basket-steps__item + .main-basket-steps__item {
    margin-top: 15px;
  }
}

.main-basket-steps__item:last-child {
  margin-right: 0 !important;
}

.main-basket-steps .basket {
  margin-top: -13px;
}

@media (max-width: 1230px) {
  .main-basket-steps .basket {
    max-width: 24px;
    margin-top: -6px;
  }
}

.main-basket {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .main-basket {
    padding-bottom: 60px;
  }
}

.basket {
  overflow: hidden;
}

.basket__item {
  text-align: center;
}

@media (max-width: 767px) {
  .basket__item {
    min-width: 100% !important;
    margin-top: 15px;
    margin-right: 0 !important;
    padding-left: 0;
  }
}

.basket__item-1 {
  max-width: 40%;
  margin-right: 0;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .basket__item-1 {
    margin-top: 0;
  }
}

.basket__item-2 {
  width: 110px;
}

@media (max-width: 1280px) {
  .basket__item-2 {
    display: none;
  }
}

.basket__item-3 {
  text-align: right;
  min-width: 130px;
  width: 20%;
}

@media (min-width: 992px) {
  .basket__item-3 {
    min-width: 180px;
    width: 8%;
  }
}

@media (max-width: 767px) {
  .basket__item-3 {
    text-align: center;
  }
}

.basket__item-4 {
  min-width: 210px;
}

@media (min-width: 992px) {
  .basket__item-4 {
    margin-left: 3%;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .basket__item-4 {
    margin-left: auto;
    margin-right: auto;
  }
}

.basket__item-5 {
  width: 20%;
  margin-right: -20px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .basket__item-5 {
    margin-left: 0 !important;
    margin-right: auto;
  }
}

.basket__item-6 {
  width: 60px;
  padding: 0;
}

.basket__header {
  background-color: #040506;
  font-size: 20px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 767px) {
  .basket__header {
    display: none;
  }
}

@media (max-width: 1280px) {
  .basket__header .basket__item-1 {
    max-width: 280px;
  }
}

.basket__header .basket__item-1:before {
  content: '';
  position: absolute;
  left: -100em;
  width: 100em;
  top: -.5rem;
  bottom: -.5rem;
  background-color: #040506;
}

.basket__body {
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  background-color: #ffffff;
  padding: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .basket__body {
    -webkit-border-radius: 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px;
    -ms-border-radius: 70px 0 0 70px;
    -o-border-radius: 70px 0 0 70px;
    border-radius: 70px 0 0 70px;
  }
}

.basket__body:before {
  content: '';
  position: absolute;
  right: -100em;
  width: 100em;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}

.basket__body .basket__item-1 {
  font-weight: 300;
}

@media (max-width: 1280px) {
  .basket__body .basket__item-1 {
    min-width: 100%;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .basket__body .basket__item-1 {
    padding-right: 40px;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .basket__body .basket__item-3 {
    margin-left: 260px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .basket__body .basket__item-3 {
    margin-left: 220px;
  }
}

@media (max-width: 991px) {
  .basket__body .basket__item-6 {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

@media (max-width: 767px) {
  .basket__body .basket__item-6 {
    left: 100%;
    margin-left: -70px;
    top: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}

.basket__image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .basket__image {
    width: 120px;
    height: 120px;
    margin-right: 0;
  }
}

.basket__size {
  border: 3px solid #040506;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  padding: 2px 3px;
  word-break: break-all;
  text-align: left;
  line-height: .9;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .basket__size {
    margin: 0;
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}

.basket__delete {
  padding-left: 25px;
  padding-right: 0;
  height: 50px;
  border: 0 !important;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  position: relative;
  width: 100em;
  text-align: left;
  font-size: 28px;
}

.basket__delete .fa {
  top: -1px;
  position: relative;
}

.basket__input-holder {
  position: relative;
  padding: 0 15px;
  z-index: 10;
  overflow: hidden;
}

.basket__input-holder:before, .basket__input-holder:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  width: 20px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basket__input-holder:before {
  left: 0;
}

.basket__input-holder:after {
  right: 0;
}

.basket__quantity-btn {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
}

.basket__quantity-btn:first-child {
  margin-right: -10px;
  padding-right: 25px;
  padding-left: 20px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}

.basket__quantity-btn:last-child {
  margin-left: -10px !important;
  padding-left: 25px;
  padding-right: 20px;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}

.basket__input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #cccccc !important;
  border: none !important;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 10;
}

.basket__footer {
  background-color: #040506;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  position: relative;
  font-size: 18px;
}

@media (min-width: 768px) {
  .basket__footer {
    padding-right: 9%;
    -webkit-border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -ms-border-radius: 0 90px 90px 0;
    -o-border-radius: 0 90px 90px 0;
    border-radius: 0 90px 90px 0;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .basket__footer {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .basket__footer .basket__item {
    margin-top: 0;
  }
  .basket__footer .col {
    min-width: 100%;
    text-align: center;
  }
}

.basket__footer:before {
  content: '';
  position: absolute;
  left: -100em;
  width: 100em;
  top: 0;
  bottom: 0;
  background-color: #040506;
}

@media (max-width: 767px) {
  .basket__buttons {
    justify-content: center;
  }
}

.basket__buttons .btn {
  font-size: 20px;
  -webkit-border-radius: 0 50px 50px 50px;
  -moz-border-radius: 0 50px 50px 50px;
  -ms-border-radius: 0 50px 50px 50px;
  -o-border-radius: 0 50px 50px 50px;
  border-radius: 0 50px 50px 50px;
}

@media (min-width: 992px) {
  .basket__buttons .btn {
    min-width: 420px;
  }
}

@media (min-width: 1200px) {
  .basket__buttons .btn {
    min-width: 520px;
  }
}

@media (max-width: 767px) {
  .basket__buttons .btn {
    margin-bottom: 15px;
    width: 100%;
  }
}

.basket__payment-boxes {
  margin: 0 -10px;
}

@media (max-width: 1260px) {
  .basket__payment-boxes {
    width: calc(100% + 20px);
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .basket__payment-boxes {
    justify-content: center;
  }
}

.basket__payment-boxes--box {
  max-width: 290px;
  background-color: #ffffff;
  margin: 0 10px;
  -webkit-border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -ms-border-radius: 0 0 24px 24px;
  -o-border-radius: 0 0 24px 24px;
  border-radius: 0 0 24px 24px;
  padding: 5px;
}

.basket__payment-boxes--box .btn {
  min-width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  padding: 0 15px;
  line-height: 1.42;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.basket__payment-boxes--box figure {
  height: 63px;
}

.basket__payment-boxes--box h5 {
  font-size: 15px;
  color: #0b3783;
  font-weight: 500;
  margin-bottom: 10px;
}

.basket__payment-boxes--box.simple-pay {
  position: relative;
}

.basket__payment-boxes--box.simple-pay h5 {
  color: #00a2e0;
}

.basket__payment-boxes--box.simple-pay .logos {
  position: absolute;
  left: 0;
  bottom: -50px;
}

.main-payment {
  font-weight: 500;
}

.main-payment p {
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-payment .basket__header {
    display: block;
  }
}

.main-payment .basket__header .basket__item-1 {
  max-width: inherit;
}

@media (min-width: 768px) {
  .main-payment .basket__buttons .d-inline-block {
    max-width: 355px;
  }
}

@media (min-width: 992px) {
  .main-payment .basket__buttons .d-inline-block {
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .main-payment .basket__buttons .d-inline-block {
    max-width: 520px;
  }
}

.payment-choose .white-box {
  background-color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  padding: 10px 20px;
  min-height: 70px;
}

@media (max-width: 767px) {
  .main-complete-order .basket__header {
    display: block;
  }
}

.main-complete-order .basket__header .basket__item-1 {
  max-width: inherit;
}

.complete-order {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .complete-order {
    margin-top: 5%;
  }
}

.complete-order .title {
  font-size: 100px;
}

@media (min-width: 1200px) {
  .complete-order .title {
    font-size: 200px;
  }
}

/* datasheet */
.datasheet {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .datasheet {
    padding-bottom: 60px;
  }
}

.datasheet__image {
  width: 100%;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .datasheet__image {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .datasheet__image {
    padding-right: 15px;
    width: 30%;
  }
}

@media (min-width: 1367px) {
  .datasheet__image {
    width: 38%;
  }
}

@media (max-width: 991px) {
  .datasheet__image-big img {
    max-width: 70%;
  }
}

.datasheet__image-small {
  margin: 0 -10px;
}

.datasheet__image-small .col-4 {
  padding: 0 10px 20px;
}

.datasheet__image-small .col-4 img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .datasheet__image-small .col-4 img {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
  }
}

.datasheet__content {
  background-color: #ffffff;
  -webkit-border-radius: 0 0 0 80px;
  -moz-border-radius: 0 0 0 80px;
  -ms-border-radius: 0 0 0 80px;
  -o-border-radius: 0 0 0 80px;
  border-radius: 0 0 0 80px;
  padding: 15px;
}

@media (max-width: 991px) {
  .datasheet__content {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .datasheet__content {
    -webkit-border-radius: 0 0 0 160px;
    -moz-border-radius: 0 0 0 160px;
    -ms-border-radius: 0 0 0 160px;
    -o-border-radius: 0 0 0 160px;
    border-radius: 0 0 0 160px;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .datasheet__content {
    padding: 50px;
  }
}

.datasheet__blue-box {
  background-color: #74B3D6;
  margin: 15px -15px;
  padding: 15px 15px 30px 15px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .datasheet__blue-box {
    margin: 30px -30px;
    padding: 30px 30px 40px 90px;
  }
}

@media (min-width: 1200px) {
  .datasheet__blue-box {
    font-size: 30px;
    margin: 50px -50px;
    padding: 50px 50px 60px 110px;
  }
}

@media (max-width: 767px) {
  .datasheet__blue-box img {
    max-width: 50px;
  }
}

.datasheet__blue-box--purple {
  background-color: #6e6181;
}

.datasheet__blue-box--lighter {
  background-color: #94C7DD;
}

@media (min-width: 768px) {
  .datasheet__blue-box--lighter {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .datasheet__blue-box--lighter {
    padding-left: 50px;
  }
}

.datasheet__blue-box p {
  font-weight: 500;
}

.datasheet__blue-box .h2 {
  font-size: 30px;
  font-weight: 300;
}

@media (min-width: 767px) {
  .datasheet__blue-box .h2 {
    font-size: 40px;
    margin-left: -60px;
  }
}

@media (min-width: 1460px) {
  .datasheet__blue-box .h2 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .datasheet__head .col-auto {
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 1475px) {
  .datasheet__head .col-auto {
    max-width: 410px;
    font-size: 50px;
    width: 100%;
  }
}

.datasheet__head-title {
  max-width: 330px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .datasheet__head-title {
    font-size: 40px;
  }
}

.datasheet__head-price {
  font-size: 24px;
}

@media (min-width: 767px) {
  .datasheet__head-price {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .datasheet__head-price {
    font-size: 40px;
  }
}

.datasheet__head-price--button {
  position: relative;
  overflow: hidden;
  height: 72px;
  font-size: 28px;
  width: 100%;
}

@media (max-width: 1385px) {
  .datasheet__head-price--button {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .datasheet__head-price--button {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .datasheet__head-price--button {
    height: 100px;
  }
}

.datasheet__head-price--button .basket {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}

@media (max-width: 1199px) {
  .datasheet__head-price--button .basket {
    max-width: 26px;
  }
}

.datasheet__head-price--button .text-select {
  display: none;
}

.datasheet__head-price--button.btn-white:hover .text {
  position: relative;
  top: -100px;
  margin-bottom: -34px;
}

@media (min-width: 992px) {
  .datasheet__head-price--button.btn-white:hover .text {
    margin-bottom: -34px;
  }
}

@media (min-width: 1200px) {
  .datasheet__head-price--button.btn-white:hover .text {
    margin-bottom: -45px;
  }
}

.datasheet__head-price--button.btn-white:hover .text-select {
  display: block;
}

@media (min-width: 767px) {
  .datasheet__body {
    padding-left: 60px;
  }
}

.datasheet__sizes, .datasheet__colors {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .datasheet__sizes, .datasheet__colors {
    font-size: 30px;
  }
}

.datasheet__size {
  border: 3px solid #040506;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  padding: 2px 3px;
  word-break: break-all;
  text-align: left;
  line-height: .9;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.datasheet__size.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  pointer-events: none;
}

.datasheet__size input {
  display: none;
}

.datasheet__size input:checked + i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FBC84A;
  z-index: -1;
}

@media (min-width: 768px) {
  .datasheet__size {
    margin: 0;
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}

.datasheet__color {
  display: block;
  width: 40px;
  height: 40px;
}

.datasheet__color--gray {
  background-color: #9D9C9C;
}

.datasheet__color--black {
  background-color: #000000;
}

.datasheet__color--white {
  background-color: #ffffff;
  border: 2px solid #000000;
}

.datasheet__color--gray-opaque {
  background-color: #404041;
}

.datasheet__color--transparent {
  background-color: #E1E5F3;
}

.datasheet__color--red {
  background-color: #ec174f;
}

@media (max-width: 767px) {
  .datasheet__buttons {
    padding-bottom: 15px;
  }
}

.datasheet__buttons .btn.rounded-circle {
  width: 160px;
  height: 160px;
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .datasheet__buttons .btn.rounded-circle {
    width: 230px;
    height: 230px;
  }
}

.datasheet__buttons .btn.rounded-circle .lock {
  width: 160px;
  margin: -25px 0;
}

.datasheet__buttons .btn.rounded-circle img {
  margin-bottom: 5px;
}

.datasheet__buttons .btn-yellow strong {
  font-weight: 800;
}

.datasheet__technical-info {
  border: 3px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  margin: 30px auto 0;
}

@media (max-width: 991px) {
  .datasheet__technical-info {
    width: calc(100% - 30px);
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  .datasheet__technical-info {
    margin: 15% 0 0;
  }
}

@media (max-width: 1199px) {
  .datasheet__technical-info {
    font-size: 16px;
  }
  .datasheet__technical-info h4 {
    font-size: 20px;
  }
}

.datasheet__technical-info p:last-child {
  margin-bottom: 0;
}

/* rules */
.rules {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .rules {
    padding-bottom: 60px;
  }
}

.rules__image {
  width: 100%;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .rules__image {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .rules__image {
    padding-right: 15px;
    width: 30%;
  }
}

@media (min-width: 1367px) {
  .rules__image {
    width: 38%;
  }
}

@media (max-width: 1199px) {
  .rules__image-small img {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .rules__image-chess {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .rules__image-chess {
    justify-content: center;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .rules__image-chess {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .rules__image-chess img {
    height: auto;
  }
}

.rules__image-chess .col-auto {
  max-width: calc(100% / 6);
}

.rules__content {
  padding: 0 15px 15px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .rules__content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .rules__content {
    padding: 0 30px 30px;
  }
}

@media (min-width: 1200px) {
  .rules__content {
    padding: 0 50px 50px;
  }
}

.rules__buttons {
  color: #040506;
  font-weight: 500;
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .rules__buttons {
    margin-top: 10%;
  }
}

.rules__buttons .col-auto {
  padding: 0 5px;
}

@media (max-width: 991px) {
  .rules__buttons .col-auto {
    min-width: 25px;
  }
}

@media (max-width: 767px) {
  .rules__buttons .col-auto {
    width: 50%;
  }
}

.rules__buttons .btn.rounded-circle {
  width: 130px;
  height: 130px;
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 360px) {
  .rules__buttons .btn.rounded-circle {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .rules__buttons .btn.rounded-circle {
    width: 230px;
    height: 230px;
  }
}

.rules__buttons .btn.rounded-circle .lock {
  width: 160px;
  margin: -25px 0;
}

.rules__buttons .btn.rounded-circle img {
  margin-bottom: 5px;
}

/* product-list */
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .product-list {
    padding-bottom: 60px;
  }
  .product-list__row {
    margin: 0 -25px;
  }
}

.product-list__item {
  margin-bottom: 70px;
  padding-top: 140px;
}

@media (min-width: 768px) {
  .product-list__item {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 100px;
    padding-top: 15%;
  }
}

@media (max-width: 767px) {
  .product-list__item {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-list__card {
  background-color: #ffffff;
  color: #040506;
}

@media (min-width: 1200px) {
  .product-list__card--body {
    font-size: 30px;
  }
}

.product-list__card--footer {
  padding-top: 20px;
}

.product-list__card--footer--button {
  margin-bottom: -32px;
}

@media (min-width: 768px) {
  .product-list__card--footer--button {
    margin-bottom: -50px;
  }
}

@media (min-width: 1200px) {
  .product-list__card--footer--button {
    min-width: 300px;
  }
}

.product-list__image {
  margin: -140px -10px 30px;
}

@media (min-width: 768px) {
  .product-list__image {
    margin: -40% -10px 30px;
  }
}

@media (min-width: 992px) {
  .product-list__image {
    margin: -50% -10px 30px;
  }
}

.product-list__title {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .product-list__title {
    font-size: 30px;
  }
}
