/* Reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: 0;
    line-height: 0;
}

a,
img,
legend,
fieldset {
    border: 0 none;
}

a {
    color: #231f20;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

p a {
    text-decoration: underline;
}

p a:hover,
p a:focus {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

input,
textarea {
    display: block;
    width: 100%;
    padding: 15px 15px 14px;
    background: #fff;
    border: 1px solid #E5E5E4;
    border-radius: 5px;
    outline: 0 none;
    font-size: 14px;
    color: #231F20;
    letter-spacing: 0;
    line-height: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    transition: all 0.42s;
}

select {
    display: block;
    width: 100%;
    height: 48px;
    visibility: hidden;
}

textarea {
    min-height: 150px;
}

input[readonly='readonly'] {
    background: #F7F7F7;
    border-color: #E5E5E4;
    color: #838381;
    font-weight: 400;
}

input:not([readonly='readonly']):focus,
textarea:focus {
    border-color: #231F20;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

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

button[disabled] {
    cursor: default;
}

input[disabled],
textarea[disabled],
select[disabled] {
    background-color: #F7F7F7;
    border-color: #E5E5E4;
    font-size: 14px;
    color: #838381;
    letter-spacing: 0;
    line-height: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

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

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

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

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

::-webkit-input-placeholder {
    color: #838381;
    font-weight: 400;
}

:-moz-placeholder {
    color: #838381;
    font-weight: 400;
}

::-moz-placeholder {
    color: #838381;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #838381;
    font-weight: 400;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

ul,
ol {
    list-style: none;
}

b,
strong {
    font-weight: 600;
}

h1 {
    color: #000;
}

.fancybox__container {
    z-index: 9999999999 !important;
}

.fancybox__backdrop {
    background: rgba(35, 31, 32, 0.75) !important;
}

.compensate-for-scrollbar {
    padding-right: 0 !important;
}

/* Helpers */
.hidden {
    display: none !important;
}

.c-both {
    clear: both;
}

.unclickable {
    pointer-events: none;
}

/* Select2 */
.select2-container {
    color: #231F20;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
}

.select2-container--default .select2-selection--single {
    position: relative;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E4;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 5px !important;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #E74C3C !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #231F20;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #F7F7F7;
    border-color: #E5E5E4;
    box-shadow: none;
    pointer-events: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single * {
    opacity: 0.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 17px 30px 15px 15px;
    font-weight: 500;
    line-height: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #231F20;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/icons/icon-chevron-down-dark-small.svg') no-repeat center;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.select2-dropdown {
    background: #FFFFFF;
    border: 1px solid #E5E5E4 !important;
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.2);
}

.select2-dropdown.select2-dropdown--below {
    margin-top: 6px;
}

.select2-search--dropdown {
    padding: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 11px 12px 10px;
    border: 1px solid #E5E5E4;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #231F20;
}

.select2-results__option {
    position: relative;
    padding: 14px 15px;
    border-bottom: 1px solid #E5E5E4;
    color: #231F20;
    line-height: 19px;
}

.select2-results__option:last-child {
    border-bottom: 0 none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 239px;
}

.select2-container--default .select2-results__option--selected {
    padding-right: 30px;
    background: #FFFFFF;
    font-weight: 600;
}

.select2-container--default .select2-results__option--selected:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/icons/icon-check-dark-small.svg') no-repeat center;
    transform: translateY(-50%);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #F7F7F7;
    color: #231F20;
}