body {
    background: none transparent;
    color: #282223;
    font-family: 'fact-variable', sans-serif;
	font-size: 20px;
	font-variation-settings: "wdth" 100, "wght" 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    -ms-interpolation-mode: bicubic;
}

.btn a {
    color: #FFFFFF;
}

.content {
    min-height: 400px;
    padding: 2% 0;
    /* background-color: #ffffff; */
}

.footer {
    padding: 2% 0;
}

.footer .img-fluid {
    display: inline-block !important;
    width: auto !important;
    height: 100px !important;
    margin: 0 16px;
}

.btn-primary {
    background: #ff4618;
    padding: 18px 35px;
    border-radius: 35px 0px 35px 35px;
    border: none;
}

.btn-secondary {
    padding: 18px 35px;
    border-radius: 0px 35px 35px 35px;
    border: none;
}

.btn-lang {
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 0px 35px 35px 35px;
    border: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #01155a;
}

.btn-lang:hover,
.btn-lang:active,
.btn-lang:focus {
    background: #ff4618;
}

.form-control-lg {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.select2-selection--multiple {
    height: 2rem;
    max-height: 2rem;
    overflow: auto;
}

.select2-results__options {
    max-height: 320px !important;
}

.sales {
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #bebebe;
}

.badges img {
    display: inline-block;
    width: 120px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.small img {
    height: 45px !important;
    width: auto !important;
}

a {
    color: #282223;
    text-decoration: underline;
}

a:hover {
    color: #282223;
    text-decoration: none;
}

.btn-primary {
    background: red;
    padding: 18px 35px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.btn-secondary {
    background: #2C644D;
    padding: 18px 35px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;


    color: #FFFDEE;
    font-family: 'americane-condensed', sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
    line-height: .9em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #000000;
    color: #ffffff;
}

h3 {
    color: #2C644D;
    font-family: 'americane-condensed', sans-serif;
    font-weight: 900;
    font-size: 90px;
    font-style: normal;
    line-height: .9em;
    margin: 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
}


@media( max-width: 670px ) {
    h3 {
        font-size: 50px;
    }
}

p.intro {
    margin-bottom: 2.3em;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #F5AB2E;
    color: #282223 !important;
    font-size: 20px;
    padding: 23px 36px !important;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

    .select2-container {
        width: 100% !important;
    }

@media( max-width  : 670px ) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: .8em;
        padding: 15px 36px !important;
    }
    .select_2 {
        position: relative;
    }
    .select2-container {
        width: 100% !important;
    }
    .form-group.submit button, .btn-secondary {
        padding: .4em !important;
    }
    .form-control {
        font-size: .8em !important;
        padding: 15px !important;
    }
    .form-group.contains_select {
        padding: 0 !important;
    }
    .form-group.contains_select select {
        padding: 15px !important;
    }
    input.form-control {
        padding: 15px !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 18px !important;
    top: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #282223 transparent transparent transparent !important;
    border-width: 15px 12px 15px !important;
}

.select2-container--open .select2-dropdown {
    top: 46px;
}

.main_content_mb {
    text-align: center;
}

.form-group.submit {
    margin-top: 75px;
    text-align: left;
}

.form-group.submit button {
    color: #FFFDEE;
    font-family: 'americane-condensed', sans-serif;
    font-weight: 900;
    font-size: 30px;
    font-style: normal;
    line-height: .9em;
    margin: 0 17px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.form-group {
    margin-top: 1.3em;
    position: relative;
}

.form-group.contains_select {
    background-color: #F5AB2E;
    padding: 24px 42px;
}

.form-group.contains_select select {
    padding: 0 !important;
}

.form-group.password {
    margin-top: 4.8em;
}

.form-group label {
    left: -9999px;
    position: absolute;
}
.form-control {
    background-color: #F5AB2E;
    border : none;
    border-radius: 0;
    color: #282223 !important;
    font-size: 20px;
    padding: 47px 43px !important;
    text-align: left;
}


.form-control::placeholder {
    color: #282223 !important;
}

.form-control:focus {
    background-color: #F5AB2E;
    border : none;
    border-radius: 0;
    color: #282223 !important;
}

.checkboxes {
    margin-top: 4em;
}

.form-check {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.3em;
    padding: 0 !important;
}

.form-check label {
    align-items: center;
    display: flex;
    font-style: italic;
    justify-content: flex-start;
    left: auto;
    position: relative;
}

.form-check label a {
    margin-left: 7px;
}

.form-check input {
    appearance: none;
    background-color: #F5AB2E;
    border-color: #F5AB2E !important;
    border-width: 0 !important;
    border-radius: 0;
    cursor: pointer;
    flex: 0 0 46px;
    height: 46px;
    margin: 0 18px 0 0;
    outline: none;
    position: relative;
    width: 46px;
}

.form-check input:checked {
    background-color: #2C644D;
}

.form-check input:checked:before {
    background-image: url(../img/burger_toggle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    height: 30px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 30px;
}

small {
    display: block;
    margin-top: 17px;
}

.not_in_list {
    margin-top: 3.5em;
}