@charset "UTF-8";@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0) );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,:after,:before {
    box-sizing: border-box
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[type=button],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.text-center {
    text-align: center!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("webfa-regular-400.eot/index.html");
    src: url("webfa-regular-400.eot/index.html") format("embedded-opentype"),url("webfa-regular-400.woff2/index.html") format("woff2"),url("webfa-regular-400.woff/index.html") format("woff"),url("webfa-regular-400.ttf/index.html") format("truetype"),url("webfa-regular-400.svg/index.html") format("svg")
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("webfa-solid-900.eot/index.html");
    src: url("webfa-solid-900.eot/index.html") format("embedded-opentype"),url("webfa-solid-900.woff2/index.html") format("woff2"),url("webfa-solid-900.woff/index.html") format("woff"),url("webfa-solid-900.ttf/index.html") format("truetype"),url("webfa-solid-900.svg/index.html") format("svg")
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("");
    src: url("") format("embedded-opentype"),url("") format("woff2"),url("") format("woff"),url("") format("truetype"),url("") format("svg")
}

header {
    background-color: #fff;
    z-index: 2;
    position: relative
}

.header-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0
}

@media (max-width: 1280px) {
    .header-wrap {
        padding:16px 15px
    }
}

.logo img {
    max-width: 68px
}

@media (max-width: 767px) {
    .header-wrap {
        padding:16px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .logo {
        margin-bottom: 20px
    }
}

.rand_places {
    font-size: 1rem;
    font-weight: 700;
    color: #191919;
    font-family: Open Sans,sans-serif
}

.why-useful {
    margin-top: 120px;
    margin-bottom: 8rem
}

.why-useful .section-wrap {
    background-color: #014f92;
    padding-left: 5rem;
    padding-right: 5rem;
    display: -webkit-box;
    display: flex
}

@media (max-width: 991px) {
    .why-useful {
        margin-top:5rem;
        margin-bottom: 5rem
    }

    .why-useful .section-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .why-useful .section-wrap {
        padding-left:15px;
        padding-right: 15px
    }
}

.why-useful .cont-item-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(25,25,25,.3);
    padding: 20px;
    margin: -60px 20px 20px
}

@media (max-width: 991px) {
    .why-useful .cont-item-left {
        margin:30px auto;
        max-width: 500px
    }
}

.why-useful .cont-item-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(25,25,25,.3);
    padding: 20px;
    margin: 20px 20px -60px
}

.why-useful .img-content {
    width: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.president {
    margin-bottom: 8rem
}

@media (max-width: 991px) {
    .why-useful .cont-item-right {
        margin:0 auto 30px;
        max-width: 500px
    }

    .president {
        margin-bottom: 5rem
    }
}

.president .cont-presd {
    display: -webkit-box;
    display: flex;
    border-radius: 7px;
    box-shadow: 1px 1px 3px 3px rgba(25,25,25,.3)
}

.president .article {
    padding: 12px 12px 12px
}

.president .article .h4,.president .article h4 {
    margin-bottom: .5rem;
    color: #2d344e
}

.president .article .h5,.president .article h5 {
    color: #000;
    opacity: .5;
    font-size: 18px;
    font-weight: 400
}

.president .article p {
    margin-bottom: 2rem;
    font-size: 18px;
    color: #2d344e
}

.president .farkas-img {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    height: 100%
}

@media (max-width: 1199px) {
    .president .cont-presd {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .president .farkas-img {
        height: auto;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.posts {
    margin-bottom: 5rem
}

.posts .post {
    height: 560px;
    position: relative;
    overflow: hidden
}

.posts .post:hover .post-img-wrapper:after {
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),color-stop(.01%,rgba(45,52,78,.1)),to(rgba(0,0,0,.4)));
    background: linear-gradient(180deg,hsla(0,0%,100%,.4),rgba(45,52,78,.1) .01%,rgba(0,0,0,.4))
}

.posts .post-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.posts .post-img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.6)),color-stop(.01%,rgba(45,52,78,.36)),to(rgba(0,0,0,.6)));
    background: linear-gradient(180deg,hsla(0,0%,100%,.6),rgba(45,52,78,.36) .01%,rgba(0,0,0,.6));
    -webkit-transition: .4s;
    transition: .4s
}

.posts .posts-content {
    position: relative;
    padding: 2rem
}

@media (max-width: 991px) {
    .posts {
        margin-bottom:2rem
    }

    .posts .posts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .posts .posts-content {
        margin: 0 auto;
        display: block;
        max-width: 500px;
        text-align: center
    }
}

/*!Ion.RangeSlider, 2.3.1, Ã‚Â© Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: 700
}

.irs,.irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: 0!important
}

.irs-bar {
    display: block
}

.irs-bar,.irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,.irs-single,.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(-50%,#ddd),color-stop(150%,#fff));
    background: linear-gradient(180deg,#ddd -50%,#fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(30%,#428bca),to(#b9d4ec));
    background: linear-gradient(180deg,#fff 0,#428bca 30%,#b9d4ec);
    box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66,139,202,.5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,.3);
    background-color: #cbcfd5;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(30%,#b4b9be),to(#fff));
    background: linear-gradient(180deg,#fff 0,#b4b9be 30%,#fff);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover {
    border-color: rgba(0,0,0,.45);
    background-color: #939ba7;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(30%,#919ba5),to(#fff));
    background: linear-gradient(180deg,#fff 0,#919ba5 30%,#fff)
}

.irs--big .irs-max,.irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3071a9));
    background: linear-gradient(180deg,#428bca 0,#3071a9);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--flat {
    height: 50px
}

.irs--flat.irs-with-grid {
    height: 65px
}

.irs--flat .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #f79336
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222,228,236,.5)
}

.irs--flat .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #f79336;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,.3);
    border: 4px solid #006cfa;
    background-color: white !important;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--flat .irs-handle.state_hover,.irs--flat .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--flat .irs-max,.irs--flat .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px
}

.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #f79336;
    color: #fff;
    border-radius: 4px
}

.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #f79336
}

.irs--flat .irs-grid {
    height: 25px
}

.irs--flat .irs-grid-pol {
    background-color: #dedede
}

.irs--flat .irs-grid-text {
    color: silver;
    font-size: 13px
}

/*! purgecss  ignore */
body,html {
    font-size: 16px
}

body {
    margin: 0;
    font-family: Ubuntu,sans-serif;
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f9fe),to(#f9fbff));
    background: linear-gradient(180deg,#f6f9fe,#f9fbff)
}

.w-1440 {
    max-width: 1440px
}

.w-1280 {
    max-width: 1280px
}

.font-ubuntu {
    font-family: Ubuntu,sans-serif
}

.font-bold {
    font-weight: 700
}

.w-half {
    width: 50%
}

.tr-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.h-full {
    height: 100%
}

.text-2xl {
    font-size: 1.5rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 49px
}

@media (max-width: 991px) {
    .w-half {
        width:100%
    }

    .text-4xl {
        font-size: 1.75rem;
        line-height: 32px
    }
}

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

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.items-center {
    -webkit-box-align: center;
    align-items: center
}

.items-end {
    -webkit-box-align: end;
    align-items: flex-end
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-4 {
    margin-bottom: 1rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.w-1\/3 {
    width: 33.333333%
}

@media (max-width: 991px) {
    .w-1\/3 {
        width:100%
    }
}

.w-4\/5 {
    width: 80%
}

.w-3\/5 {
    width: 60%
}

.w-2\/5 {
    width: 40%
}

.text-lg {
    font-size: 1.125rem
}

.pl-3 {
    padding-left: .75rem
}

.h3,h3 {
    margin: 40px 0 0
}

p {
    margin: 0;
    font-family: Open Sans,sans-serif
}

.btn-register {
    -webkit-transition: .3s;
    transition: .3s;
    font-family: Open Sans,sans-serif;
    border-radius: .25rem;
    background-color: var(--main);
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 224px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 16px;
    text-decoration: none;
    display: block;
    cursor: pointer
}

@media (max-width: 991px) {
    .btn-register {
        margin:0 auto
    }
}

.btn-register:hover {
    background-color: #2d344e;
    color: #fff
}

.btn-register.small {
    width: 158px
}

.attention-banner {
    background: red;
    height: 3rem;
    color: #fff;
    display: grid;
    padding: .5rem 1rem;
    place-items: center center
}

@media screen and (max-width: 1600px) {
    .attention-banner {
        height:auto;
        font-size: .9rem;
        text-align: center
    }
}

.flex {
    display: flex
}

.winners-widget {
    padding: 0 0 0 1.5rem
}

header .logo,header .winners-widget {
    width: 20%
}

@media screen and (max-width: 991px) {
    .winners-widget {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .rand_places {
        text-align:center
    }
}

@media screen and (max-width: 479px) {
    .president .w-3\/5 {
        width:90%!important
    }
}

.load {
    -display: none;
    position: fixed;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,.05);
    width: 100%;
    height: 100%
}

.loader {
    color: #65abf8;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: 1.3s linear infinite load4;
    animation: 1.3s linear infinite load4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load4 {
    0%,100% {
        box-shadow: 0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0
    }

    12.5% {
        box-shadow: 0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    25% {
        box-shadow: 0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    50% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em
    }

    75% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0
    }

    87.5% {
        box-shadow: 0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em
    }
}

@keyframes load4 {
    0%,100% {
        box-shadow: 0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0
    }

    12.5% {
        box-shadow: 0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    25% {
        box-shadow: 0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    50% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em
    }

    75% {
        box-shadow: 0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0
    }

    87.5% {
        box-shadow: 0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em
    }
}

.post-img-wrapper img {
    object-fit: cover
}
