body {
  font-family: 'Courier New Cyr';
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  color: inherit;
}
body.noscroll {
  overflow: hidden;
}
.container {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}
.color-2 {
  color: #FCA311;
}
.button {
  outline: none;
  border: none;
  width: 100%;
  flex: 1;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.button-inline {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.button-primary {
  background: #13213C;
  color: #fff !important;
}
.button-black {
  background: #000;
}
.button-outline {
  background: #fff;
  border: 1px solid #000000;
  color: #13213C;
}
.button-danger {
  background: #dc3545;
  color: #fff !important;
}
.button.button-sm {
  padding: 5px 10px;
  font-size: 11px;
}
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button-disabled {
  cursor: not-allowed;
  font-size: 13px !important;
  opacity: 0.7;
}
.img-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.upper {
  text-transform: uppercase;
}
.color-green {
  color: #0c9e6c;
}
.form-control {
  border-color: #CFCFCF !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-select {
  height: 38px;
  border-color: #CFCFCF !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  display: block;
}
.form-select.form-select-sm {
  height: 31px;
  font-size: 12px;
}
.form-control.form-control-lg {
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px #00000040 inset !important;
}
.form-control.is-invalid {
  border-color: #FF0000 !important;
}
.form-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-label req {
  color: #FF0000;
}
.form-text a {
  color: inherit;
}
.form-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  display: flex;
}
.form-checkbox input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.form-checkbox span {
  font-size: 14px;
  line-height: 1;
  padding-left: 16px;
}
.form-checkbox span small {
  display: block;
  font-size: 12px;
  padding-top: 3px;
}
.form-checkbox span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1.7px;
  left: 0;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #B7B7B7;
}
.form-checkbox input:checked ~ span:before {
  background: #FCA311;
}
.form-checkbox.lg span:before {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  box-shadow: 2.69px 2.69px 5.38px 0px #00000040 inset;
}
.form-group {
  position: relative;
}
.form-group.required .form-label:after {
  content:"*";
  color: red;
}
.form-group .iti {
  width: 100%;
}
.form-error {
  color: #FF0000;
  margin-top: 10px;
  font-size: 13px;
}
.iti__search-input {
  outline: none !important;
  padding: 10px;
}
/**
 * Dropdown
 */
.dropdown-menu {
  border-color: #848484 !important;
  box-shadow: 3px 3px 4px 0px #00000040 !important;
}
/**
 * Loading
 */
.is-loading {
  position: relative;
  overflow: hidden;
}
.is-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .6);
}
/**
 * Scrollbar
 */
* {
  scroll-behavior: smooth;
  scrollbar-color: #1F1F1F;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #1F1F1F;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #1F1F1F;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/**
 * Slider
 */
.filter .irs-min,
.filter .irs-max,
.filter .irs-from,
.filter .irs-to {
    display: none;
}
.filter .irs--flat .irs-bar{
    background-color: #F08C56;
    height: 2px;
}
.filter .irs--flat .irs-line {
  height: 2px;
  background: #D9D9D9;
}
.filter .irs-handle i {
    display: none !important;
}
.filter .irs-handle {
    top: 20px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    background: #F08C56! important;
}
.irs-single{
    display: none !important;
}
.hidden {
  display: none !important;
}
/**
 * Keyframes
 */
@keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
.typography {
  line-height: 1.6;
  font-size: 16px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue Cyrillic';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 27px;
  color: #000;
}
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
table {
  margin-bottom: 1.2rem;
}
small {
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .button {
    font-size: 10px;
    line-height: 1.2;
    padding: 10px 12px;
    border-radius: 3px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  form .button {
    width: 100%;
    text-transform: uppercase;
    display: flex;
  }
}