.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: rgba(0, 0, 0, 0);
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?lki8po);
    src: url(../fonts/icomoon.eot?lki8po#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?lki8po) format("truetype"), url(../fonts/icomoon.woff?lki8po) format("woff"), url(../fonts/icomoon.svg?lki8po#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-bookmark-black:before {
    content: "\e9af"
}

.icon-checked-icon:before {
    content: "\e9ae";
    color: #289ed8
}

.icon-heart-red:before {
    content: "\e9ad";
    color: #ef4444
}

.icon-PlatformApple:before {
    content: "\e9a3";
    color: #a3a3a3
}

.icon-StyleGray:before {
    content: "\e9a3";
    color: #a3a3a3
}

.icon-StateDefault:before {
    content: "\e9a3";
    color: #a3a3a3
}

.icon-PlatformFacebook:before {
    content: "\e9a4";
    color: #a3a3a3
}

.icon-StyleGray1:before {
    content: "\e9a4";
    color: #a3a3a3
}

.icon-StateDefault1:before {
    content: "\e9a4";
    color: #a3a3a3
}

.icon-PlatformGitHub:before {
    content: "\e9a5";
    color: #a3a3a3
}

.icon-StyleGray2:before {
    content: "\e9a5";
    color: #a3a3a3
}

.icon-StateDefault2:before {
    content: "\e9a5";
    color: #a3a3a3
}

.icon-PlatformGoogle:before {
    content: "\e9a6";
    color: #a3a3a3
}

.icon-StyleGray3:before {
    content: "\e9a6";
    color: #a3a3a3
}

.icon-StateDefault3:before {
    content: "\e9a6";
    color: #a3a3a3
}

.icon-PlatformInstagram:before {
    content: "\e9a7";
    color: #a3a3a3
}

.icon-StyleGray4:before {
    content: "\e9a7";
    color: #a3a3a3
}

.icon-StateDefault4:before {
    content: "\e9a7";
    color: #a3a3a3
}

.icon-PlatformLinkedIn:before {
    content: "\e9a8";
    color: #a3a3a3
}

.icon-StyleGray5:before {
    content: "\e9a8";
    color: #a3a3a3
}

.icon-StateDefault5:before {
    content: "\e9a8";
    color: #a3a3a3
}

.icon-PlatformPinterest:before {
    content: "\e9a9";
    color: #a3a3a3
}

.icon-StyleGray6:before {
    content: "\e9a9";
    color: #a3a3a3
}

.icon-StateDefault6:before {
    content: "\e9a9";
    color: #a3a3a3
}

.icon-PlatformSnapchat:before {
    content: "\e9aa";
    color: #a3a3a3
}

.icon-StyleGray7:before {
    content: "\e9aa";
    color: #a3a3a3
}

.icon-StateDefault7:before {
    content: "\e9aa";
    color: #a3a3a3
}

.icon-PlatformTwitter:before {
    content: "\e9ab";
    color: #a3a3a3
}

.icon-StyleGray8:before {
    content: "\e9ab";
    color: #a3a3a3
}

.icon-StateDefault8:before {
    content: "\e9ab";
    color: #a3a3a3
}

.icon-PlatformYouTube:before {
    content: "\e9ac";
    color: #a3a3a3
}

.icon-StyleGray9:before {
    content: "\e9ac";
    color: #a3a3a3
}

.icon-StateDefault9:before {
    content: "\e9ac";
    color: #a3a3a3
}

.icon-add-user:before {
    content: "\e900"
}

.icon-Archive:before {
    content: "\e901"
}

.icon-Archive-1:before {
    content: "\e902"
}

.icon-Arrow---Down-2:before {
    content: "\e903"
}

.icon-Arrow---Left-2:before {
    content: "\e904"
}

.icon-Arrow---Right-2:before {
    content: "\e905"
}

.icon-Arrow---Up-2:before {
    content: "\e906"
}

.icon-Arrow-Down-Left_LG:before {
    content: "\e907"
}

.icon-Arrow-Down-Left_MD:before {
    content: "\e908"
}

.icon-Arrow-Down-Left_SM:before {
    content: "\e909"
}

.icon-Arrow-Down-LG:before {
    content: "\e90a"
}

.icon-Arrow-Down-MD:before {
    content: "\e90b"
}

.icon-Arrow-Down-Right_LG:before {
    content: "\e90c"
}

.icon-Arrow-Down-Right_MD:before {
    content: "\e90d"
}

.icon-Arrow-Down-Right_SM:before {
    content: "\e90e"
}

.icon-Arrow-Down-SM:before {
    content: "\e90f"
}

.icon-Arrow-Left-LG:before {
    content: "\e910"
}

.icon-Arrow-left-MD:before {
    content: "\e911"
}

.icon-Arrow-Left-SM:before {
    content: "\e912"
}

.icon-Arrow-Right-LG:before {
    content: "\e913"
}

.icon-Arrow-Right-MD:before {
    content: "\e914"
}

.icon-Arrow-Right-SM:before {
    content: "\e915"
}

.icon-Arrow-Up-Left_LG:before {
    content: "\e916"
}

.icon-Arrow-Up-Left_MD:before {
    content: "\e917"
}

.icon-Arrow-Up-Left_SM:before {
    content: "\e918"
}

.icon-Arrow-Up-LG:before {
    content: "\e919"
}

.icon-Arrow-Up-MD:before {
    content: "\e91a"
}

.icon-Arrow-Up-Right_LG:before {
    content: "\e91b"
}

.icon-Arrow-Up-Right_MD:before {
    content: "\e91c"
}

.icon-Arrow-Up-Right_SM:before {
    content: "\e91d"
}

.icon-Arrow-Up-SM:before {
    content: "\e91e"
}

.icon-Attach:before {
    content: "\e91f"
}

.icon-Backward-15s:before {
    content: "\e920"
}

.icon-Backward:before {
    content: "\e921"
}

.icon-Ban:before {
    content: "\e922"
}

.icon-Book:before {
    content: "\e923"
}

.icon-Bookmark-plus:before {
    content: "\e924"
}

.icon-Bookmark:before {
    content: "\e925"
}

.icon-Building-office:before {
    content: "\e926"
}

.icon-Calendar-check:before {
    content: "\e927"
}

.icon-Calendar-star:before {
    content: "\e928"
}

.icon-Call-Phone:before {
    content: "\e929"
}

.icon-Camera:before {
    content: "\e92a"
}

.icon-Chart-3-bar-square:before {
    content: "\e92b"
}

.icon-check:before {
    content: "\e92c"
}

.icon-Checkmark:before {
    content: "\e92d"
}

.icon-Chemistry-flask:before {
    content: "\e92e"
}

.icon-Circle-Clock:before {
    content: "\e92f"
}

.icon-Circle:before {
    content: "\e930"
}

.icon-Clipboard-2-lines:before {
    content: "\e931"
}

.icon-Close-remove:before {
    content: "\e932"
}

.icon-Cloud-Sunny:before {
    content: "\e933"
}

.icon-Copy-2:before {
    content: "\e934"
}

.icon-cup:before {
    content: "\e935"
}

.icon-Delete:before {
    content: "\e936"
}

.icon-Docuemtn-2-line-edit:before {
    content: "\e937"
}

.icon-Document:before {
    content: "\e938"
}

.icon-Documents:before {
    content: "\e939"
}

.icon-Dollar-send:before {
    content: "\e93a"
}

.icon-Dots-hozirontal:before {
    content: "\e93b"
}

.icon-Dots-vertical:before {
    content: "\e93c"
}

.icon-Edit-profile:before {
    content: "\e93d"
}

.icon-Edit:before {
    content: "\e93e"
}

.icon-email-2:before {
    content: "\e93f"
}

.icon-email:before {
    content: "\e940"
}

.icon-Emoji:before {
    content: "\e941"
}

.icon-Feather:before {
    content: "\e942"
}

.icon-Filter:before {
    content: "\e943"
}

.icon-Filter-1:before {
    content: "\e944"
}

.icon-fire-3:before {
    content: "\e945"
}

.icon-Flag-Pin:before {
    content: "\e946"
}

.icon-Flag:before {
    content: "\e947"
}

.icon-Folder-File:before {
    content: "\e948"
}

.icon-font-typeface:before {
    content: "\e949"
}

.icon-Forward-15s:before {
    content: "\e94a"
}

.icon-Forward:before {
    content: "\e94b"
}

.icon-Grid-interface:before {
    content: "\e94c"
}

.icon-Grid-interface-1:before {
    content: "\e94d"
}

.icon-Grid-interface-2:before {
    content: "\e94e"
}

.icon-Grip:before {
    content: "\e94f"
}

.icon-Hamburger-menu:before {
    content: "\e950"
}

.icon-hand-watch-circle:before {
    content: "\e951"
}

.icon-heart-like-2:before {
    content: "\e952"
}

.icon-Hide-3:before {
    content: "\e953"
}

.icon-hipchat:before {
    content: "\e954"
}

.icon-Home:before {
    content: "\e955"
}

.icon-Image:before {
    content: "\e956"
}

.icon-info-circle:before {
    content: "\e957"
}

.icon-Key:before {
    content: "\e958"
}

.icon-King:before {
    content: "\e959"
}

.icon-Link:before {
    content: "\e95a"
}

.icon-Location:before {
    content: "\e95b"
}

.icon-Lock:before {
    content: "\e95c"
}

.icon-Log-out:before {
    content: "\e95d"
}

.icon-Login-user:before {
    content: "\e95e"
}

.icon-Login-user-1:before {
    content: "\e95f"
}

.icon-Male-man:before {
    content: "\e960"
}

.icon-Map:before {
    content: "\e961"
}

.icon-Marker:before {
    content: "\e962"
}

.icon-mention:before {
    content: "\e963"
}

.icon-Microphone:before {
    content: "\e964"
}

.icon-Minus-1:before {
    content: "\e965"
}

.icon-Minus-2:before {
    content: "\e966"
}

.icon-Minus-4:before {
    content: "\e967"
}

.icon-Minus-5:before {
    content: "\e968"
}

.icon-minus:before {
    content: "\e969"
}

.icon-More-Circle:before {
    content: "\e96a"
}

.icon-Navigation:before {
    content: "\e96b"
}

.icon-New-Ringtone-message-2:before {
    content: "\e96c"
}

.icon-Notes:before {
    content: "\e96d"
}

.icon-Notifications:before {
    content: "\e96e"
}

.icon-Pause:before {
    content: "\e96f"
}

.icon-Pencil:before {
    content: "\e970"
}

.icon-Pills:before {
    content: "\e971"
}

.icon-Play:before {
    content: "\e972"
}

.icon-Plus-2:before {
    content: "\e973"
}

.icon-Plus-3:before {
    content: "\e974"
}

.icon-Plus-4:before {
    content: "\e975"
}

.icon-Plus:before {
    content: "\e976"
}

.icon-question-mark-circle:before {
    content: "\e977"
}

.icon-Refresh-left:before {
    content: "\e978"
}

.icon-Remove-user:before {
    content: "\e979"
}

.icon-Remove-user-1:before {
    content: "\e97a"
}

.icon-Reply-Share-Left:before {
    content: "\e97b"
}

.icon-Reply-Share-Right:before {
    content: "\e97c"
}

.icon-reverse-left:before {
    content: "\e97d"
}

.icon-Ringtone-mute-hide-2:before {
    content: "\e97e"
}

.icon-Search-1:before {
    content: "\e97f"
}

.icon-Seen-checkmark:before {
    content: "\e980"
}

.icon-Send-message:before {
    content: "\e981"
}

.icon-Send-message-1:before {
    content: "\e982"
}

.icon-Send-message-2:before {
    content: "\e983"
}

.icon-Setting:before {
    content: "\e984"
}

.icon-Share:before {
    content: "\e985"
}

.icon-Shield-Done:before {
    content: "\e986"
}

.icon-Shield-error:before {
    content: "\e987"
}

.icon-Shield-Fail:before {
    content: "\e988"
}

.icon-Shield-information:before {
    content: "\e989"
}

.icon-Shopping-bag:before {
    content: "\e98a"
}

.icon-Show:before {
    content: "\e98b"
}

.icon-Sign-out:before {
    content: "\e98c"
}

.icon-Smiling-add:before {
    content: "\e98d"
}

.icon-sparkling:before {
    content: "\e98e"
}

.icon-Square:before {
    content: "\e98f"
}

.icon-Star:before {
    content: "\e990"
}

.icon-Sun:before {
    content: "\e991"
}

.icon-Translate-language:before {
    content: "\e992"
}

.icon-Type:before {
    content: "\e993"
}

.icon-Type-1:before {
    content: "\e994"
}

.icon-Upload:before {
    content: "\e995"
}

.icon-Uppercase:before {
    content: "\e996"
}

.icon-User-checked:before {
    content: "\e997"
}

.icon-User-delete:before {
    content: "\e998"
}

.icon-User-gem:before {
    content: "\e999"
}

.icon-User-hearing:before {
    content: "\e99a"
}

.icon-User-information:before {
    content: "\e99b"
}

.icon-User-lock:before {
    content: "\e99c"
}

.icon-User-love:before {
    content: "\e99d"
}

.icon-user:before {
    content: "\e99e"
}

.icon-user-1:before {
    content: "\e99f"
}

.icon-user-2:before {
    content: "\e9a0"
}

.icon-user-multiple-02-stroke-rounded:before {
    content: "\e9a1"
}

.icon-users-plus:before {
    content: "\e9a2"
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #171717;
    font: 500 16px/24px Inter;
    font-family: 'Inter', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    width: 100%;
    height: auto
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

a {
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

button,
input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none
}

input {
    color: #171717;
    border: 1px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font: 400 16px/24px Inter
}

input:focus {
    border-color: #289ed8
}

button {
    cursor: pointer
}

p {
    margin: 0;
    padding: 0
}

i {
    margin: 0;
    font-style: normal
}

form {
    width: 100%
}

.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width:992px) {
    .container {
        width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        width: 992px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1320px) {
    .container {
        width: 1280px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px
}

.row--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col {
    padding: 0 16px
}

.col.padding--small {
    padding: 0 12px
}

.w-25 {
    width: 25%
}

.w-75 {
    width: 75%
}

.w-33 {
    width: 33.33%
}

.w-50 {
    width: 50%
}

.w-66 {
    width: 66.66%
}

.w-60 {
    width: 60%
}

.w-40 {
    width: 40%
}

.btn {
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff;
    font: 600 14px/20px Inter;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.btn:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1)
}

.btn.btn--disabled {
    background: #f5f5f5;
    color: #a3a3a3;
    border-color: #a3a3a3
}

.btn.btn--disabled:hover {
    background: #f5f5f5;
    color: #a3a3a3;
    border-color: #a3a3a3
}

.btn.btn--cancel {
    border-color: #a3a3a3;
    color: #404040
}

.btn.btn--cancel:hover {
    background: #404040;
    border-color: #404040;
    color: #fff
}

.btn.btn--blue {
    background: #187ab1;
    border-color: #187ab1
}

.btn.btn--blue:hover {
    background: 0 0
}

.btn.btn--blue.hover--blue:hover {
    color: #187ab1
}

.view--btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #a3a3a3;
    padding: 10px 14px;
    color: #404040;
    font: 600 14px/20px Inter
}

.view--btn:hover {
    background: #171717;
    border-color: #171717;
    color: #fff
}

.view--btn span {
    font-size: 20px;
    margin-left: 4px
}

h1 {
    margin-bottom: 40px;
    display: block;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700
}

h1.regular--case {
    text-transform: initial
}

h1.font--oswald {
    font-family: Oswald
}

h1.font--merry {
    font-family: Merriweather
}

h1.heading--big {
    font-size: 44px;
    line-height: 58px
}

h1 a {
    color: #171717;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

h1 a span {
    font-size: 20px;
    margin-left: 18px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

h1 a:hover span {
    margin-left: 4px
}

h2 {
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: Oswald
}

h2.news--titles {
    text-transform: initial;
    font-family: Merriweather;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700
}

h3 {
    margin-bottom: 16px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

h3.news--titles {
    font-family: Merriweather
}

h5 {
    font: 700 30px/38px Merriweather;
    display: block;
    margin: 0
}

.text--default {
    text-transform: initial
}

.status {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2px 8px;
    color: #e5e5e5;
    font: 500 14px/20px Inter
}

.status.color--grey {
    color: #404040
}

.status:before {
    content: '';
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    display: block
}

.status.status--red:before {
    background: #ef4444
}

.status.status--blue:before {
    background: #289ed8
}

.status.color--gray {
    color: #404040
}

.status.status--orange:before {
    background: #ef6820
}

.arrowsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.arrowsContainer .slick-prev {
    margin-right: 8px
}

body .slick-arrow {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

body .slick-arrow:hover {
    background: #404040;
    border-color: #404040
}

body .slick-arrow:hover span {
    color: #fff
}

body .slick-arrow span {
    font-size: 20px;
    text-indent: 0;
    color: #404040
}

.bg--gray {
    background: #262626
}

.bg--black {
    background: #171717
}

.liner {
    overflow: hidden;
    width: 100%;
    height: 80px
}


.mainSearch {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%;
    background: #fff;
    padding: 32px 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    opacity: 0
}

.mainSearch.active {
    top: 100%;
    opacity: 1
}

.mainSearch__inner {
    position: relative
}

.mainSearch input {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 12px;
    background: #f5f5f5;
    font: 400 18px/28px Inter;
    color: #737373
}

.mainSearch button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #a3a3a3
}

.mainSearch button span {
    font-size: 24px
}

.megaMenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    -webkit-box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    -webkit-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08);
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08);
    background: #fff;
    padding: 32px 0 40px 0;
    color: #171717;
    width: 100%;
    display: none
}

.megaMenu h4 {
    display: block;
    font: 700 16px/24px Merriweather;
    margin-bottom: 12px
}

.megaMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.megaMenu__left {
    width: 430px;
    padding-right: 24px;
    border-right: 1px solid #d4d4d4
}

.megaMenu__left ul {
    -webkit-column-count: 2;
    column-count: 2
}

.megaMenu__left ul li {
    padding: 0 6px
}

.megaMenu__left a {
    display: block;
    width: 100%;
    background: 0 0;
    padding: 8px;
    border-radius: 6px;
    font: 500 16px/24px Inter;
    color: #171717;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.megaMenu__left a:hover {
    background: #f5f5f5
}

.megaMenu__right {
    width: calc(100% - 430px);
    padding-left: 24px
}

.megaMenu__right__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.megaMenu__right__item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 32px
}

.megaMenu__right__item__inner {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px
}

.megaMenu__right__item a {
    display: block;
    width: calc(100% - 24px);
    height: 100%;
    position: absolute;
    left: 12px
}

.megaMenu__right__item img {
    width: 144px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.megaMenu__right__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 144px);
    padding-left: 12px
}

.megaMenu__right__item__text p {
    display: block;
    margin-bottom: 4px;
    color: #171717;
    font: 700 16px/24px Merriweather
}

.megaMenu__right__item__text span {
    color: #525252;
    font-weight: 400
}

.megaMenu__right__item:nth-child(3),
.megaMenu__right__item:nth-child(4) {
    margin-bottom: 0
}

.megaMenu__right__item:nth-child(3) .megaMenu__right__item__inner,
.megaMenu__right__item:nth-child(4) .megaMenu__right__item__inner {
    border-bottom: none
}

.footer {
    background: #121212;
    width: 100%
}

.footer__top {
    overflow: hidden;
    width: 100%;
    padding: 64px 0;
    color: #d4d4d4
}

.footer__top__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__top__menu {
    width: calc(100% - 550px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px
}

.footer__top__menu__part {
    padding: 0 16px
}

.footer__top__menu__part ul li {
    margin-bottom: 12px
}

.footer__top__menu__part ul li a {
    color: #a3a3a3;
    font: 500 16px/24px Inter
}

.footer__top__menu__part ul li a:hover {
    color: #fafafa
}

.footer__top__menu__part ul li:last-child {
    margin-bottom: 0
}

.footer__top__logo {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__top__logo img {
    width: 140px;
    margin-bottom: 32px
}

.footer__top h4 {
    display: block;
    color: #fafafa;
    font: 600 14px/20px Inter;
    margin-bottom: 16px
}

.footer__top__download {
    width: 135px
}

.footer__top__download a {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    height: 40px
}

.footer__top__download a:last-child {
    margin-bottom: 0
}

.footer__bottom {
    color: #a3a3a3
}

.footer__bottom__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #525252;
    padding: 28px 0
}

.footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom ul li {
    margin-right: 24px
}

.footer__bottom ul li:last-child {
    margin-right: 0
}

.footer__bottom ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px
}

.footer__bottom ul li a span {
    font-size: 24px
}

.footer__bottom ul li a span:before {
    color: #a3a3a3
}

.footer__bottom ul li a:hover span:before {
    color: #fff
}

.subscribe {
    overflow: hidden;
    width: 100%;
    padding: 48px 0;
    border-bottom: 1px solid #525252;
    color: #fafafa
}

.subscribe h5 {
    margin-bottom: 16px
}

.subscribe p {
    color: #a3a3a3;
    font: 400 20px/30px Inter
}

.subscribe__right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscribe__right input {
    display: block;
    width: calc(100% - 130px);
    background: #fff;
    height: 44px;
    border-radius: 8px;
    font: 400 16px/44px Inter;
    padding: 0 14px;
    color: #121212
}

.subscribe__right button {
    width: 114px
}

.overlay {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .5);
    top: 0;
    left: 0;
    display: none
}

.appModal {
    z-index: 1005;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f5f5f5;
    width: 540px;
    padding: 40px;
    border-radius: 20px;
    max-height: 95%;
    overflow-y: auto
}

.appModal.signOutModal h3,
.appModal.signOutModal p {
    text-align: left
}

.appModal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -8px
}

.appModal__buttons a {
    color: #404040;
    font-weight: 600;
    margin: 0 8px
}

.appModal__buttons a:hover {
    text-decoration: none !important;
    background: #404040;
    color: #fafafa
}

.appModal__buttons a.btn--blue {
    color: #fafafa
}

.appModal__buttons a.btn--blue:hover {
    color: #187ab1
}

.appModal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 20px -6px
}

.appModal__row .appModal__part {
    padding: 0 6px;
    margin-bottom: 0;
    width: 50%
}

.appModal__passCheck {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px
}

.appModal__passCheck div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    color: #525252;
    font: 400 14px/20px Inter
}

.appModal__passCheck div.passed p {
    background: #16a34a
}

.appModal__passCheck div.notValid p {
    background: #ef4444
}

.appModal__passCheck div p {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #a3a3a3;
    margin: 0 8px 0 0
}

.appModal__passCheck div p span {
    color: #fff;
    font-size: 10px
}

.appModal__passCheck div:last-child {
    margin-bottom: 0
}

.appModal .close--modal {
    display: block;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 26px
}

.appModal .close--modal:before {
    color: #a3a3a3
}

.appModal img {
    width: 55px;
    margin: 0 auto 32px auto;
    display: block
}

.appModal h3 {
    text-align: center;
    display: block;
    margin-bottom: 16px;
    font: 700 24px/32px Merriweather
}

.appModal p {
    text-align: center;
    display: block;
    margin-bottom: 32px;
    color: #525252
}

.appModal form {
    width: 100%
}

.appModal a:hover {
    text-decoration: underline
}

.appModal .errors {
    color: #dc2626;
    font: 400 14px/20px Inter;
    padding-top: 6px;
    margin: 0
}

.appModal__part {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.appModal__part__holder {
    position: relative
}

.appModal__part.has--error .errors {
    display: block
}

.appModal__part.has--error input {
    border-color: #fca5a5
}

.appModal__part label {
    display: block;
    margin-bottom: 6px;
    color: #404040;
    font: 500 14px/20px Inter
}

.appModal__part label i {
    font-style: normal;
    color: #187ab1
}

.appModal__part input {
    display: block;
    width: 100%;
    height: 44px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    padding: 0 44px 0 14px;
    line-height: 44px;
    color: #171717;
    -webkit-box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05)
}

.appModal__part input:focus {
    border-color: #289ed8
}

.appModal__part .password--show {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 17px;
    line-height: 1;
    cursor: pointer
}

.appModal__part .password--show span {
    font-size: 20px
}

.appModal__part .password--show span:before {
    color: #a3a3a3
}

.appModal__forgot {
    width: 100%;
    text-align: right;
    margin-bottom: 32px;
    padding-top: 12px
}

.appModal__forgot a {
    color: #187ab1;
    font: 600 14px/20px Inter
}

.appModal button {
    width: 100%;
    margin-bottom: 32px
}

.appModal button:hover {
    color: #187ab1;
    background: #fff
}

.appModal__already {
    color: #525252;
    text-align: center;
    margin-bottom: 32px;
    font: 400 14px/20px Inter
}

.appModal__already a {
    color: #187ab1;
    font-weight: 600
}

.appModal__private {
    text-align: center;
    color: #525252;
    font: 400 14px/20px Inter
}

.appModal__private a {
    color: #525252;
    text-decoration: underline
}

.appModal__private a:hover {
    text-decoration: none
}

main {
    padding-top: 60px;
    padding-bottom: 80px
}

.topStories {
    overflow: hidden;
    padding: 80px 0
}

.topStories.no--margin {
    padding-bottom: 0
}

.topStories .newsCard {
    margin-bottom: 24px
}

.topStories.bg--gray h1 {
    color: #fff
}

.topStories.bg--gray .newsCard .topContent {
    color: #d4d4d4
}

.topStories.bg--gray .mainNews {
    border-radius: 0
}

.topStories.bg--gray .mainNews__text {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #525252
}

.topStories.bg--gray .mainNews__text h2 {
    color: #fafafa
}

.topStories.bg--gray .mainNews__video iframe {
    border-radius: 20px;
    width: 100%;
    height: 500px
}

.topStories__heading {
    overflow: hidden;
    position: relative;
    padding-top: 24px;
    border-top: 1px solid #525252
}

.topStories__heading:before {
    content: '';
    background: #7ab032;
    width: 88px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0
}

.mainNews {
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 20px;
    background: #262626
}

.mainNews .topContent {
    margin-bottom: 16px
}

.mainNews.splitted {
    border-radius: 0
}

.mainNews.splitted .mainNews__image {
    border-radius: 20px;
    overflow: hidden
}

.mainNews.theme--light {
    background: 0 0
}

.mainNews.theme--light .mainNews__text {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    color: #525252
}

.mainNews.theme--light .mainNews__text .bottomContent__comment {
    color: #404040
}

.mainNews.theme--light .mainNews__text .bottomContent__comment span {
    color: #a3a3a3
}

.mainNews.theme--light .mainNews__text .bottomContent__bookmark span {
    color: #a3a3a3
}

.mainNews.theme--light .mainNews__text h2 {
    color: #171717
}

.mainNews.theme--light .mainNews__text h2.news--titles {
    color: #171717
}

.mainNews.theme--light .mainNews__text .topContent {
    color: #525252
}

.mainNews__image {
    width: 100%;
    height: 480px
}

.mainNews__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainNews__text {
    border-top: 4px solid #b5dc7a;
    padding: 24px;
    color: #d4d4d4;
    font: 400 14px/20px Inter
}

.mainNews__text.no--border {
    border-top: none
}

.mainNews__text.has--border {
    border-bottom: 1px solid #d4d4d4
}

.mainNews__text h2 {
    color: #8ec53f
}

.mainNews__text p {
    font: 400 18px/28px Inter;
    display: block;
    margin-bottom: 16px
}

.mainNews .bottomContent__comment {
    color: #d4d4d4
}

.bottomContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottomContent__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #404040
}

.bottomContent__comment span {
    margin-right: 6px;
    font-size: 20px
}

.bottomContent__bookmark span {
    font-size: 24px
}

.topContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.topContent__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topContent__left .status {
    margin-right: 16px
}

.newsCard {
    font: 400 14px/20px Inter
}

.newsCard__date {
    width: calc(100% - 680px);
    color: #525252;
    padding-right: 16px
}

.newsCard.flex--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 24px
}

.newsCard.flex--row .newsCard__image {
    width: 350px;
    height: 200px;
    margin-bottom: 0
}

.newsCard.flex--row .newsCard__text {
    width: calc(100% - 350px);
    padding-left: 16px
}

.newsCard.flex--row.space--between .newsCard__image {
    width: 300px;
    height: 170px
}

.newsCard.flex--row.space--between .newsCard__text {
    width: 380px;
    padding-left: 0;
    padding-right: 16px
}

.newsCard.space--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.newsCard p {
    color: #525252;
    margin-bottom: 8px;
    display: block;
    font-weight: 300
}

.newsCard__video {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 150px;
    border: 1px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    margin-bottom: 16px
}

.newsCard__video span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    background: rgba(18, 18, 18, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: transparent;
    font: 500 20px/30px Inter;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0
}

.newsCard__video:hover {
    border-color: #146290
}

.newsCard__video:hover span {
    opacity: 1
}

.newsCard__video.active {
    border-color: #146290
}

.newsCard__video.active span {
    opacity: 1;
    color: #fff
}

.newsCard__video img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newsCard.theme--light {
    color: #fafafa
}

.newsCard.theme--light .bottomContent__bookmark span {
    color: #d4d4d4
}

.newsCard.title--small h3 {
    font-size: 18px;
    line-height: 28px
}

.newsCard .topContent {
    color: #525252
}

.newsCard .bottomContent__comment span {
    color: #a3a3a3
}

.newsCard .bottomContent__bookmark span {
    color: #a3a3a3
}

.newsCard__image {
    height: 230px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 20px
}

.newsCard__image.h-150 {
    height: 150px
}

.newsCard__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainSidebar__inner {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 56px
}

.mainSidebar__inner.bg--black {
    background: #171717
}

.mainSidebar__inner.bg--black .mainHeading {
    color: #fafafa
}

.mainSidebar__inner.bg--black .newsCard {
    border-color: #525252;
    color: #fafafa
}

.mainSidebar__inner.bg--black .newsCard .topContent {
    color: #d4d4d4
}

.mainSidebar__inner.bg--black .newsCard .bottomContent__bookmark span {
    color: #e5e5e5
}

.mainSidebar__inner.bg--black .newsCard .bottomContent__comment {
    color: #d4d4d4
}

.mainSidebar__inner.bg--black .newsCard .bottomContent__comment span {
    color: #d4d4d4
}

.mainSidebar__inner .newsCard {
    border-top: 1px solid #d4d4d4;
    padding-top: 16px;
    margin-bottom: 16px
}

.mainSidebar__inner .newsCard:nth-of-type(2) {
    border: none;
    padding-top: 0
}

.C .newsCard:last-of-type {
    margin-bottom: 0
}

.mainSidebar__ads {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px
}

.mainSidebar__ads:last-child {
    margin-bottom: 0
}

.mainSidebar h3.news--titles {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px
}

.mainSidebar .newsCard__image {
    height: 200px
}

.mainSidebar .topContent {
    margin-bottom: 8px
}

.mainSidebar h2 {
    margin-bottom: 32px
}

.mainSidebar .view--btn {
    margin-top: 32px
}

.commentSection {
    overflow: hidden;
    width: 100%;
    margin: 80px 0 56px 0;
    position: relative;
    border-top: 1px solid #d4d4d4;
    padding-top: 24px
}

.commentSection__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.commentSection__heading h1 {
    margin-bottom: 0
}

.commentSection:before {
    content: '';
    background: #7ab032;
    width: 88px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0
}

.commentSection__slide__item {
    margin-bottom: 24px
}

.commentSection__slide__item__inner {
    height: 104px;
    background: #fff;
    padding: 20px 24px;
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.commentSection__slide__item__image {
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.commentSection__slide__item__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.commentSection__slide__item__text {
    padding-left: 16px
}

.commentSection__slide__item__text p {
    display: block;
    margin-bottom: 4px;
    font: 700 20px/30px Merriweather
}

.commentSection__slide__item__text span {
    color: #737373
}

.mainHeading {
    overflow: hidden;
    position: relative;
    padding-top: 24px;
    border-top: 1px solid #525252
}

.mainHeading.border--grey {
    border-color: #d4d4d4
}

.mainHeading.theme--light {
    border-color: #d4d4d4
}

.mainHeading:before {
    content: '';
    background: #7ab032;
    width: 88px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0
}

.mainHeading.no--border {
    padding-top: 0;
    border: none
}

.mainHeading.no--border:before {
    display: none
}

.hidden--iframe {
    display: none
}

.otherNewsSection {
    margin-bottom: -16px
}

.otherNewsSection .newsCard {
    height: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 16px;
    margin-bottom: 0
}

.otherNewsSection .col {
    margin-bottom: 16px
}

.otherNewsSection .col:nth-child(3) .newsCard,
.otherNewsSection .col:nth-child(4) .newsCard {
    border-bottom: none
}

.noticelCategories {
    overflow: hidden;
    padding: 80px 0
}

.noticelCategories__part {
    margin-bottom: 80px
}

.noticelCategories__part:last-child {
    margin-bottom: 0
}

.noticelCategories__part .otherNewsSection {
    margin-bottom: 0
}

.noticelCategories__part .otherNewsSection .newsCard {
    margin-bottom: 16px
}

.noticelCategories__part .otherNewsSection .newsCard:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.adBlock {
    width: 100%;
    margin-bottom: 56px
}

.adBlock img {
    width: 100%
}

main.innerPageMain {
    padding-top: 265px
}

.opinionBlock {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.opinionBlock img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.opinionBlock__text {
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.opinionBlock__text h3 {
    font: 700 20px/30px Merriweather;
    display: block;
    margin-bottom: 4px
}

.opinionBlock__text p {
    color: #737373
}

.singleArticle .newsCard__image img {
    width: 100%
}

.singleArticle ol {
    list-style: none;
    counter-reset: section;
    margin: 0 0 18px 0
}

.singleArticle ol li {
    font: 400 18px/28px Inter;
    margin-bottom: 4px
}

.singleArticle ol li:before {
    counter-increment: section;
    content: counters(section, ".") ". "
}

.singleArticle ol li:last-child {
    margin-bottom: 0
}

.singleArticle .status {
    margin-bottom: 14px
}

.singleArticle__content {
    font: 400 20px/30px Inter;
    margin-bottom: 32px
}

.singleArticle h1 {
    text-transform: initial;
    margin-bottom: 24px
}

.singleArticle h2 {
    display: block;
    margin-bottom: 20px;
    font: 700 30px/38px Merriweather;
    text-transform: initial
}

.singleArticle h3 {
    display: block;
    margin-bottom: 20px;
    font: 700 24px/32px Merriweather;
    text-transform: initial
}

.singleArticle img {
    width: auto;
    max-width: 100%
}

.singleArticle .header__account__head {
    color: #404040
}

.singleArticle .header__account__head:hover {
    color: #fff
}

.singleArticle .header__account__dropdown {
    width: 100%
}

.articleControls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d4d4d4
}

.articleControls__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.articleControls__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
    height: 36px
}

.articleControls__comment span {
    font-size: 24px;
    color: #7ab032
}

.articleControls__comment i {
    font-style: normal;
    display: inline-block;
    margin-left: 6px
}

.articleControls__block {
    margin-right: 12px;
    position: relative
}

.articleControls__block:last-child {
    margin-right: 0
}

.articleControls__block__inner {
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    height: 36px;
    position: relative;
    font: 600 14px/20px Inter;
    color: #404040;
    cursor: pointer
}

.articleControls__block__inner:before {
    content: '';
    border: 2px solid #289ed8;
    border-radius: 12px;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -5px;
    top: -4.5px;
    display: none
}

.articleControls__block__inner.active:before {
    display: block
}

.articleControls__block.margin--left i {
    margin-right: 0;
    margin-left: 6px
}

.articleControls__block i {
    display: inline-block;
    font-style: normal;
    margin-right: 6px
}

.articleControls__block span {
    font-size: 20px
}

.articleControls__block span:before {
    color: #404040
}

.articleControls__block:last-child {
    margin-bottom: 0
}

.articleControls__block.no--border {
    border-color: transparent
}

.topicSection {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.topicSection span {
    font-weight: 500;
    color: #525252;
    display: inline-block;
    margin-right: 24px
}

.topicSection ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topicSection ul li {
    margin-right: 8px
}

.topicSection ul li:last-child {
    margin-right: 0
}

.topicSection ul li a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    background: #fff;
    color: #404040;
    border: 1px solid #d4d4d4
}

.attachedBy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #737373;
    font: 400 14px/20px Inter
}

.attachedBy a {
    color: #737373;
    text-decoration: underline
}

.attachedBy a:hover {
    text-decoration: none
}

.attachedBy span {
    color: #737373;
    font-size: 14px;
    margin-right: 8px
}

.shareSection {
    overflow: hidden;
    padding: 32px 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d4d4d4;
    color: #525252;
    font-weight: 500
}

.shareSection ul {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shareSection ul li {
    margin-right: 12px
}

.shareSection ul li:last-child {
    margin-bottom: 0
}

.shareSection ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #a3a3a3;
    width: 36px;
    height: 36px
}

.shareSection ul li a:hover {
    border-color: #171717;
    background: #171717
}

.shareSection ul li a:hover span:before {
    color: #fff
}

.shareSection ul li a span {
    font-size: 20px
}

.shareSection ul li a span:before {
    color: #404040
}

.popularSection {
    overflow: hidden;
    padding-top: 160px;
    margin-bottom: 80px
}

.popularSection .mainHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.popularSection .mainHeading h1 {
    margin-bottom: 0
}

.popularSection .slick-list {
    margin: 0 -12px
}

.popularSection .slick-slide {
    padding: 0 12px
}

.quoteSection {
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    border-left: 2px solid #289ed8;
    padding-left: 20px;
    margin-bottom: 64px
}

.quoteSection p {
    display: block;
    margin-bottom: 24px;
    font: 500 20px/30px Inter;
    font-style: italic
}

.quoteSection__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.quoteSection__author img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px
}

.quoteSection__author span {
    margin: 0;
    background: url(../images/icons/badge.svg) no-repeat center;
    background-size: contain;
    display: block;
    width: 26px;
    height: 48px;
    margin-left: 8px
}

.articleComments {
    background: #fff;
    border-radius: 16px;
    padding: 32px 0;
    overflow: hidden;
    width: 100%
}

.articleComments__block {
    padding: 0 32px 32px 32px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 28px
}

.articleComments__block:last-child {
    border: none
}

.articleComments__block__reply {
    margin-left: 90px;
    margin-bottom: 28px
}

.articleComments__block__reply:last-child {
    margin-bottom: 0
}

.articleComments__block__reply__inner {
    padding: 28px 0 0 0;
    position: relative
}

.articleComments__block__reply__inner:before {
    content: '';
    height: 1px;
    border-top: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px)
}

.articleComments__block__reply__inner__bordered {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e5e5e5
}

.articleComments__block__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.articleComments__block__main.has--reply {
    margin-bottom: 28px
}

.articleComments__block img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.articleComments__block__text {
    padding-left: 32px;
    width: calc(100% - 56px)
}

.articleComments__block__text__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font: 600 18px/28px Inter
}

.articleComments__block__text p {
    color: #404040;
    font: 400 18px/28px Inter;
    margin: 0
}

.articleComments__block__text i {
    color: #525252;
    font: 400 14px/20px Inter;
    font-style: normal;
    display: inline-block;
    margin-left: 24px
}

.articleComments__top {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.articleComments__top h2 {
    font-family: Oswald;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.articleComments__top h2 b {
    font-style: normal;
    color: #289ed8;
    display: inline-block;
    margin-left: 12px
}

.articleComments__top a {
    display: inline-block;
    height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #a3a3a3;
    color: #404040;
    font: 600 14px/40px Inter
}

.articleComments__top a:hover {
    color: #fff;
    background: #a3a3a3
}

.premBadge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 6px;
    border: 1px solid #c1e3f6;
    color: #146290;
    font: 500 14px/20px Inter;
    background: #f2f9fd
}

.premBadge:before {
    content: '';
    background: url(../images/icons/crown.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background-size: 10px
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px
}

.buttons__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.buttons__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #404040;
    font: 600 14px/20px Inter
}

.buttons__right span {
    margin-left: 6px;
    font-size: 16px
}

.buttons button {
    margin-right: 16px;
    color: #404040;
    font: 600 14px/20px Inter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buttons button span {
    margin-right: 6px;
    font-size: 20px
}

.buttons button span:before {
    color: #404040
}

.loadMoreBlock {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.loadMoreBlock a {
    padding: 10px 14px;
    background: 0 0;
    color: #404040;
    display: inline-block;
    font: 600 14px/20px Inter
}

.loadMoreBlock a:hover {
    color: #fff;
    background: #404040
}

.dropdownEl {
    position: absolute;
    top: 48px;
    left: 0;
    display: none;
    -webkit-box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    -webkit-box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    -webkit-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08);
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08);
    background: #fff;
    border-radius: 12px;
    z-index: 99
}

.dropdownEl.active {
    display: block
}

.dropdownEl:before {
    content: '';
    background: url(../images/icons/dropdown-shape.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 9px;
    position: absolute;
    top: -6px;
    left: 15px
}

.shareDropdown {
    width: 212px
}

.shareDropdown__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
    font: 700 16px/24px Merriweather;
    border-bottom: 1px solid #d4d4d4
}

.shareDropdown__top span {
    font-size: 20px;
    cursor: pointer
}

.shareDropdown__top span:before {
    color: #a3a3a3
}

.shareDropdown ul {
    padding: 12px 16px
}

.shareDropdown ul li {
    margin-bottom: 12px
}

.shareDropdown ul li:last-child {
    margin-bottom: 0
}

.shareDropdown ul li a {
    padding: 8px 12px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #404040;
    font: 600 14px/20px Inter;
    border-radius: 8px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.shareDropdown ul li a:hover {
    background: #2a2a2a;
    color: #fff
}

.shareDropdown ul li a:hover span:before {
    color: #fff
}

.shareDropdown ul li span {
    font-size: 20px;
    margin-right: 8px
}

.shareDropdown ul li span:before {
    color: #404040
}

.sizeDropdown {
    width: 70px
}

.sizeDropdown__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 16px;
    font: 700 16px/24px Merriweather;
    border-bottom: 1px solid #d4d4d4
}

.sizeDropdown__grid {
    padding: 12px 14px
}

.sizeDropdown__grid span {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer
}

.sizeDropdown__grid span.active:before,
.sizeDropdown__grid span:hover:before {
    color: #289ed8
}

.sizeDropdown__grid span:last-child {
    margin-bottom: 0
}

.sizeDropdown__grid span:before {
    color: #404040
}

.sizeDropdown__grid span.sizeDefault {
    font-size: 24px
}

.sizeDropdown__grid span.sizeBig {
    font-size: 32px
}

.sizeDropdown__grid span.sizeBiggest {
    font-size: 40px
}

.transparentOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 450;
    background: 0 0;
    display: none
}

.audioPlayerModal {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 500;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    width: 100%;
    padding: 16px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px -1px rgba(10, 13, 18, .1);
    box-shadow: 0 1px 2px -1px rgba(10, 13, 18, .1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(10, 13, 18, .1);
    box-shadow: 0 1px 3px 0 rgba(10, 13, 18, .1)
}

.audioPlayerModal.active {
    top: 168px;
    opacity: 1
}

.audioPlayerModal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.audioPlayerModal__inner p {
    display: block;
    width: 600px;
    color: #181d27;
    font-weight: 700;
    margin-bottom: 0
}

.audioPlayerModal__player {
    width: calc(100% - 600px);
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.audioPlayerModal__player__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.audioPlayerModal__player__controls span {
    font-size: 20px;
    cursor: pointer
}

.audioPlayerModal__player__controls span:before {
    color: #404040
}

.audioPlayerModal__player__controls i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #187ab1;
    position: relative;
    cursor: pointer;
    margin: 0 24px
}

.audioPlayerModal__player__controls i:before {
    content: '';
    background: url(../images/icons/player-play.svg) no-repeat center;
    background-size: contain;
    width: 13px;
    position: relative;
    left: 1px;
    height: 15px
}

.audioPlayerModal__player__timeline {
    width: 320px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 24px
}

.audioPlayerModal__player__timeline span {
    display: block;
    width: 100%;
    height: 4px;
    background: #a3a3a3;
    border-radius: 37px
}

.audioPlayerModal__player__timeline span i {
    display: block;
    height: 100%;
    width: 20%;
    background: #289ed8;
    border-radius: 37px;
    position: relative
}

.audioPlayerModal__player__timeline span i:after {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #289ed8;
    content: '';
    top: -6px;
    right: -3px
}

.audioPlayerModal__player__playtime {
    font: 400 14px/20px Inter
}

.audioPlayerModal__player__playtime i {
    font-style: normal
}

.audioPlayerModal__close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.audioPlayerModal__close span {
    font-size: 20px;
    position: relative;
    top: 2px
}

.audioPlayerModal__close span:before {
    color: #525252
}

.tagSections {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px
}

.tagSections ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tagSections ul li {
    margin-right: 8px
}

.tagSections ul li:last-child {
    margin-right: 0
}

.tagSections ul li a {
    display: inline-block;
    padding: 10px 12px;
    color: #525252;
    font-weight: 600
}

.tagSections ul li a:hover {
    background: #fff
}

.moreNewsSection {
    padding-bottom: 48px;
    border-bottom: 1px solid #d4d4d4
}

.moreNewsSection .newsCard:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.mainPagination {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px
}

.mainPagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mainPagination ul li {
    margin-right: 2px
}

.mainPagination ul li.active a {
    background: #262626;
    color: #fff
}

.mainPagination ul li:last-child {
    margin-bottom: 0
}

.mainPagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #525252;
    font: 400 14px/14px Inter;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mainPagination ul li a:hover {
    background: #262626;
    color: #fff
}

.mainPagination__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #525252;
    font: 400 14px/20px Inter
}

.mainPagination__btn.btn--prev span {
    margin-right: 6px
}

.mainPagination__btn.btn--next span {
    margin-left: 6px
}

.mainPagination__btn span {
    color: #525252;
    font-size: 20px
}

.latestNewsSection {
    padding-bottom: 48px;
    border-bottom: 1px solid #d4d4d4
}

.latestNewsSection .newsCard:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.subscribeSection {
    overflow: hidden;
    width: 100%;
    padding-top: 80px
}

.subscribeSection__tabBlock {
    display: none
}

.subscribeSection__tabBlock.active {
    display: block
}

.subscribeSection__heading {
    overflow: hidden;
    width: 100%;
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.subscribeSection__heading span {
    font-weight: 600;
    margin-bottom: 12px;
    color: #289ed8
}

.subscribeSection__heading h1 {
    margin-bottom: 24px;
    font: 700 48px/60px Inter;
    text-transform: initial
}

.subscribeSection__heading p {
    margin: 0;
    font: 300 20px/30px Inter
}

.subscribeSection__tabs {
    overflow: hidden;
    margin-bottom: 32px
}

.subscribeSection__tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.subscribeSection__tabs ul li {
    margin: 0 4px
}

.subscribeSection__tabs ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 44px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    color: #525252;
    font-weight: 600;
    border-radius: 6px
}

.subscribeSection__tabs ul li.active span,
.subscribeSection__tabs ul li:hover span {
    color: #fafafa;
    background: #262626
}

.subscribeSection__blocks a {
    display: block;
    width: 100%;
    text-align: center;
    font: 400 16px/24px Inter
}

.subscribeSection__blocks a:hover {
    color: #187ab1
}

.subscribeSection__blocks__inner {
    height: 700px;
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    box-shadow: 0 2px 2px -1px rgba(10, 13, 18, .04);
    -webkit-box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    box-shadow: 0 4px 6px -2px rgba(10, 13, 18, .03);
    -webkit-box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08);
    box-shadow: 0 12px 16px -4px rgba(10, 13, 18, .08)
}

.subscribeSection__blocks__inner__features {
    padding: 40px 32px 0 32px
}

.subscribeSection__blocks__inner__features h4 {
    display: block;
    margin-bottom: 24px;
    font: 600 16px/24px Inter
}

.subscribeSection__blocks__inner__features ul li {
    width: 100%;
    margin-bottom: 16px;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscribeSection__blocks__inner__features ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 100%;
    background: #e3f1fb;
    margin-right: 12px
}

.subscribeSection__blocks__inner__features ul li:last-child {
    margin-bottom: 0
}

.subscribeSection__blocks__inner__top {
    padding: 32px;
    border-bottom: 1px solid #d4d4d4
}

.subscribeSection__blocks__inner__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.subscribeSection__blocks__inner__head h3 {
    font: 700 24px/32px Inter;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0
}

.subscribeSection__blocks__inner__head span {
    display: inline-block;
    background: #fffbed;
    border: 1px solid #ffeba8;
    border-radius: 8px;
    color: #c56a09;
    font: 400 14px/20px Inter;
    padding: 4px 10px
}

.subscribeSection__blocks__inner__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 32px -8px
}

.subscribeSection__blocks__inner__prices__price {
    width: 50%;
    padding: 0 8px;
    color: #525252;
    height: 75px
}

.subscribeSection__blocks__inner__prices__price i {
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    width: 100%
}

.subscribeSection__blocks__inner__prices__price i strong {
    font: 700 36px/44px Inter;
    margin-right: 4px;
    color: #171717
}

.subscribeSection__blocks__inner p {
    color: #525252;
    display: block;
    margin-bottom: 16px
}

.faqSection {
    overflow: hidden;
    padding-top: 220px
}

.faqSection span {
    color: #289ed8;
    display: block;
    margin-bottom: 12px;
    font-weight: 600
}

.faqSection h2 {
    display: block;
    margin-bottom: 20px;
    font: 700 36px/44px Inter;
    text-transform: initial
}

.faqSection p {
    color: #525252;
    font: 300 18px/28px Inter;
    margin: 0
}

.faqSection__item {
    overflow: hidden;
    margin-bottom: 32px
}

.faqSection__item.active h4 span.icon-Plus-4 {
    display: none
}

.faqSection__item.active h4 span.icon-Minus-5 {
    display: block
}

.faqSection__item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: 400 18px/28px Inter;
    cursor: pointer
}

.faqSection__item h4 span {
    display: none;
    font-size: 24px;
    font-weight: 300;
    color: #a3a3a3;
    margin: 0
}

.faqSection__item h4 span.icon-Plus-4 {
    display: block
}

.faqSection__item__hidden {
    padding-top: 12px;
    color: #525252;
    display: none
}

.librarySection .newsCard {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 32px;
    margin-bottom: 32px
}

.librarySection .newsCard h3.news--titles {
    height: 90px
}

.librarySection .newsCard .bottomContent__bookmark span:before {
    color: #171717
}

.librarySection__wrapper {
    overflow: hidden;
    margin-bottom: -32px
}

body.account-page {
    background: #fff
}

.accountWrapper {
    overflow: hidden;
    padding-top: 64px
}

.accountWrapper__heading {
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d4d4d4
}

.accountWrapper__heading h1 {
    text-transform: initial;
    margin-bottom: 0
}

.accountWrapper__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px
}

.accountWrapper__sidebar {
    padding: 0 20px;
    width: 200px
}

.accountWrapper__sidebar ul li {
    margin-bottom: 6px
}

.accountWrapper__sidebar ul li:last-child {
    margin-bottom: 0
}

.accountWrapper__sidebar ul li a {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    color: #525252;
    font-weight: 600;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.accountWrapper__sidebar ul li.active a,
.accountWrapper__sidebar ul li:hover a {
    background: #262626;
    color: #fafafa
}

.accountWrapper__main {
    width: calc(100% - 200px);
    padding: 0 20px
}

.accountWrapper__section {
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d4d4d4
}

.accountWrapper__section:last-child {
    border-bottom: none
}

.accountWrapper__section input:not(input[type=file]) {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    padding: 0 14px;
    line-height: 44px;
    font-weight: 300;
    -webkit-box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, .05)
}

.accountWrapper__section input:not(input[type=file]):active,
.accountWrapper__section input:not(input[type=file]):focus {
    border-color: #289ed8
}

.accountWrapper__section input:not(input[type=file]):disabled {
    background: #fafafa;
    cursor: not-allowed
}

.accountWrapper__section h2 {
    display: block;
    font: 600 20px/30px Inter;
    margin-bottom: 2px
}

.accountWrapper__section p {
    color: #525252;
    font: 300 14px/20px Inter;
    margin: 0
}

.accountWrapper__section label {
    display: inline-block;
    color: #404040;
    font: 600 14px/20px Inter
}

.accountWrapper__section label em {
    font-style: normal;
    color: #187ab1
}

.accountWrapper__section button {
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    height: 44px;
    padding: 0 16px;
    color: #404040
}

.accountWrapper__section button:hover {
    background: #187ab1;
    border-color: #187ab1;
    color: #fff
}

.accountWrapper__section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px
}

.accountWrapper__section__left {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px
}

.accountWrapper__section__right {
    width: 512px;
    padding: 0 16px
}

.accountWrapper__section__right.w--full {
    width: calc(100% - 280px)
}

.accountWrapper__section__right__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.accountWrapper__section__right__block {
    width: 50%;
    padding: 0 12px
}

.uploadBox {
    position: relative;
    width: 150px
}

.uploadBox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.uploadBox__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #187ab1;
    font: 400 14px/20px Inter;
    cursor: pointer
}

.uploadBox__block span {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-right: 24px;
    font-size: 32px;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.emailBox {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.emailBox input {
    width: 386px !important;
    padding-left: 44px !important
}

.emailBox span {
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 20px
}

.emailBox span:before {
    color: #737373
}

.formBox {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.formBox input {
    width: 386px !important
}

.formBox .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent
}

.formBox .iti__flag {
    height: auto;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto !important;
    text-transform: uppercase;
    color: #404040;
    font-size: 16px;
    line-height: 24px
}

.formBox .iti__selected-dial-code {
    color: #404040;
    font-size: 16px;
    line-height: 24px
}

.formBox .iti__arrow {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    border: none !important;
    color: #a3a3a3;
    font-size: 20px;
    margin-left: 0
}

.formBox .iti__arrow:before {
    content: "\e903"
}

.formBox .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fafafa
}

.formBox .iti__selected-flag {
    padding: 0 6px 0 14px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.acceptButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 24px
}

.acceptButtons .btn--cancel {
    margin-right: 12px
}

.achievments__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}

.achievments__item {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px
}

.achievments__item__inner {
    height: 192px;
    border: 1px solid #d4d4d4;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    cursor: pointer
}

.achievments__item__inner:hover .achievments__item__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.achievments__item__image {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.achievments__item__image img {
    width: 100%
}

.achievments__item h4 {
    margin-bottom: 4px;
    font: 700 16px/24px Inter
}

.achievments__item p {
    font-size: 12px;
    line-height: 18px
}

.iti__country-list {
    width: 150px
}

.iti__country-list .iti__country {
    color: #404040;
    font-size: 16px;
    line-height: 24px
}

.iti__country-list .iti__country .iti__country-name {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

body {
            font-family: 'Inter', sans-serif;
        }
        .video-item {
            width: 281px;
            height: 450px;
            flex: 0 0 281px;
            scroll-snap-align: start;
        }
        .carousel-container {
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .carousel-container::-webkit-scrollbar {
            display: none;
        }
        .progress-bar {
            width: 100%;
            height: 3px;
            background: rgba(255,255,255,0.3);
            border-radius: 2px;
            overflow: hidden;
        }
        .progress-fill {
            height: 100%;
            background: white;
            transition: width 0.1s linear;
            width: 0%;
        }
        .nav-btn {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
        }
        .carousel-wrapper:hover .nav-btn {
            opacity: 1;
        }
        .video-item {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .video-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        .video-item {
            animation: slideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }
        .video-item:nth-child(1) { animation-delay: 0.1s; }
        .video-item:nth-child(2) { animation-delay: 0.2s; }
        .video-item:nth-child(3) { animation-delay: 0.3s; }
        .video-item:nth-child(4) { animation-delay: 0.4s; }
        .video-item:nth-child(5) { animation-delay: 0.5s; }
        .video-item:nth-child(6) { animation-delay: 0.6s; }
        .video-item:nth-child(7) { animation-delay: 0.7s; }
        .video-item:nth-child(8) { animation-delay: 0.8s; }
        
        /* Video elementini o'zgarmas o'lchamda saqlash */
        .video-element {
            width: 281px !important;
            height: 450px !important;
            object-fit: cover;
        }

        .recipes-carousel {
            scroll-behavior: smooth;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .recipes-carousel::-webkit-scrollbar {
            display: none;
        }
         .diversions-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 0.5rem;
        }
        
        @media (min-width: 640px) {
            .diversions-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (min-width: 768px) {
            .diversions-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        @media (min-width: 1024px) {
            .diversions-container {
                grid-template-columns: repeat(5, 1fr);
            }
        }
        
        @media (min-width: 1280px) {
            .diversions-container {
                grid-template-columns: repeat(9, 1fr);
                gap: 0.75rem;
            }
        }
        
        .diversion-item:hover .diversion-text {
            color: #6b7280; /* xira kulrang rang */
        }

          .submenu {
            transition: all 0.3s ease-in-out;
            visibility: hidden;
            opacity: 0;
            transform: translateX(20px);
        }
        
        .group:hover .submenu {
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }
        
        #mainSidebar {
            box-shadow: 2px 0 8px rgba(0,0,0,0.1);
            height: calc(100vh - 80px);
            top: 80px;
        }
        
        /* Smooth overlay transition */
        #sidebarOverlay {
            transition: opacity 0.3s ease-in-out;
        }
        
        /* Improve button hover states */
        #openSidebar:hover, #closeSidebar:hover {
            background-color: rgba(0,0,0,0.05);
        }

        /* Custom scrollbar for sidebar */
        #mainSidebar {
            scrollbar-width: thin;
            scrollbar-color: rgba(0,0,0,0.2) transparent;
        }

        #mainSidebar::-webkit-scrollbar {
            width: 6px;
        }

        #mainSidebar::-webkit-scrollbar-track {
            background: transparent;
        }

        #mainSidebar::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,0.2);
            border-radius: 3px;
        }

        /* Search input animation */
        .search-container {
            position: relative;
            margin: 16px;
        }

        .search-input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .search-input:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .search-input:focus + .search-placeholder,
        .search-input:not(:placeholder-shown) + .search-placeholder {
            top: -8px;
            left: 12px;
            font-size: 12px;
            color: #3b82f6;
            background: white;
            padding: 0 4px;
        }

        .search-placeholder {
            position: absolute;
            top: 12px;
            left: 16px;
            font-size: 14px;
            color: #9ca3af;
            pointer-events: none;
            transition: all 0.3s ease;
        }

        /* Subscribe button styles */
        .subscribe-btn {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            color: white;
            border: none;
            border-radius: 8px;
            padding: 12px 24px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 16px;
            width: calc(100% - 32px);
        }

        .subscribe-btn:hover {
            background: linear-gradient(135deg, #b91c1c, #991b1b);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
        }
        