@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/myriadpro-regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/opensans-regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/opensans-bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/opensans-italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/opensans-semibold.ttf);
    font-weight: 600;
    font-style: normal
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

button[disabled],html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul li {
    list-style: none
}

button {
    border: none;
    background: 0 0;
    cursor: pointer
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    margin: 0
}

.wrapper {
    min-width: 1240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    overflow: hidden
}

p {
    margin: 0
}

a {
    text-decoration: none;
    color: #000
}

html {
    font-size: 16px
}

button:active,button:focus {
    outline: 0
}

img {
    display: block;
    max-width: 100%
}

.container {
    max-width: 1240px;
    width: 95%;
    margin: 0 auto
}

.label {
    background: inherit;
    position: absolute;
    padding: .125rem;
    z-index: 10;
    top: 0;
    left: 3.3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .75rem;
    font-family: OpenSans;
    color: #231f20
}

.input {
    background: inherit;
    padding: .75rem .5rem;
    border: .0625rem solid #000;
    border-radius: .1875rem;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__up {
    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: 1.875rem 0;
    position: relative
}

.header__humburger {
    position: absolute;
    right: 0;
    bottom: 10%;
    display: none;
    cursor: pointer
}

.header__socials-wrap {
    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-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.header__socials-title {
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20;
    font-style: italic;
    margin-bottom: 1.25rem
}

.header__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 20px;
}

.header__socials-item:not(:last-child) {
    margin-right: .5rem
}

.header__socials-link {
    display: block
}

.header__socials-icon {
    fill: #fff200
}
.header__down {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #231f20;
    padding: 1.25rem 1rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

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

.header__nav-link {
    font-size: .875rem;
    font-family: OpenSans;
    color: #fff;
    text-transform: uppercase
}

.header__nav-item {
    margin-right: 1rem
}

.header__nav-item:hover .header__nav-link {
    color: #fff200
}

.header__nav-item:hover .header__nav-icon {
    fill: #fff200
}

.header__nav-icon {
    display: none;
    fill: #fff
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}

.logo__wrap {
    width: 9.4375rem;
    height: 5.4375rem
}

.logo__img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%
}

.logo__text {
    font-size: 1.5rem;
    font-family: OpenSans;
    color: #00aeef;
    font-weight: 700;
    margin-left: 1.675rem
}

.countdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 4
}

.countdown__title {
    font-size: 12px;
    color: #231f20;
    line-height: 1.286;
}

.countdown__time-list {
    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
}

.countdown__time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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
}

.countdown__time-item:not(:last-child) {
    margin-right: .5rem
}

.countdown__time-item:not(:last-child) .countdown__time-value:after {
    content: ":";
    margin-left: .5rem;
    display: block
}
.timer__items {
    display: flex;
    font-size: 38px;
}
.timer__item {
    position: relative;
    min-width: 60px;
    padding-bottom: 15px;
    text-align: center;
    font-family: OpenSans;
    font-weight: bold;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
}
.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -5px;
}
.countdown__time-value {
    font-size: 2.3rem;
    font-family: OpenSans;
    color: #231f20;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.countdown__time-title {
    font-size: .75rem;
    font-family: OpenSans;
    color: #231f20;
    margin-left: .25rem
}
.date_timer {
    font-size: 11px;
    font-family: OpenSans;
    color: #00aeef;
    padding-left: 12px;
}
.btn-involve, .btn-involve2 {
    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: 1.25rem 1rem;
    background: #fff200;
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .25rem
}

a.involve-btn, a.involve-btn2 {
    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: 1.25rem 1rem;
    background: #fff200;
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .25rem;

}
.header__down .involve-btn, a.involve-btn2, .footer__up .involve-btn, a.involve-btn2 {
    display: none !important;
}


.footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 6rem
}

.footer__donat {
    font-size: 1rem;
    font-family: OpenSans;
    color: #f6f6f6;
    text-transform: uppercase;
    width: 100%;
    padding: 1.125rem 1rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00aeef;
    margin-bottom: 2rem
}

.footer .btn-involve {
    height: 100%
}

.footer__up {
    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: 1.675rem
}

.footer__up .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__up .logo__text {
    display: none;
    margin-left: 0;
    max-width: 11rem;
    margin-top: .625rem
}

.footer__row {
    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-bottom: .125rem solid #000;
    border-top: .125rem solid #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative
}

.footer__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    position: relative
}

.footer__socials-item:not(:last-child) {
    margin-right: 1.5rem
}

.footer__socials-icon {
    fill: #000
}

.footer__socials-link {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__nav {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 0;
}

.footer__nav-link {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20
}

.footer__nav-item {
    margin-right: 1.25rem
}

.footer__down {
    padding-left: 16%;
    width: 100%
}

.footer__mail {
    text-decoration: underline
}

.footer__mail-wrap {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20;
    line-height: 1.429;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.675rem
}

.footer__mobile-link {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20;
    text-decoration: underline;
    margin-bottom: 1.675rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.footer__copyright {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20;
    line-height: 1.429
}

.wrapper__scroll {
    position: fixed;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
    width: 3.3125rem;
    height: 3.3125rem;
    cursor: pointer;
    z-index: 99999
}

.wrapper__scroll-icon {
    fill: #fff
}

/* INDEX.CSS */

.articles {
    width: 100%;
    margin: 0 0 2rem
}

.articles__heading {
    font-size: 1.875rem;
    font-family: OpenSans;
    color: #231f20;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: 700
}

.articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.articles__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.articles__item-inner {
    width: 50%;
    padding: 20px 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.articles__title {
    font-size: 1.875rem;
    font-family: OpenSans;
    color: #231f20;
    text-align: left;
    margin-bottom: 2rem;
    max-width: 22rem;
    line-height: 2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.articles__subtitle {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20;
    font-style: italic;
    text-align: left
}

.articles__text {
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20;
    text-align: left;
    margin-bottom: 2rem
}

.articles__btn-ref {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background: #00aeef;
    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
}

.articles__btn-ref:hover {
    background: #4b5767
}

.articles__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.articles__img-wrap {
    height: 25.625rem;
    width: 50%
}

.articles__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0rem !important;
}

.articles__btn-wrap .btn-involve, .articles__btn-wrap .btn-involve2 {
    margin-right: .75rem
}

.articles__btn-wrap .btn-involve:hover, .articles__btn-wrap .btn-involve2:hover {
    outline: .0625rem solid #000
}

.articles__btn-photos {
    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: 1.25rem 1.875rem;
    background: #eff2f4;
    font-size: 1rem;
    font-family: OpenSans;
    color: #231f20;
    cursor: pointer;
    margin-right: .75rem
}

.articles__btn-photos:hover {
    outline: .0625rem solid #000
}

.articles__btn-bold {
    font-weight: 700;
    margin-right: .125rem
}

.articles__btn-icon {
    fill: #fff
}

.articles__socials {
    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;
    margin-bottom: 1.5rem
}

.articles__socials-item {
    margin-right: .675rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #000
}

.articles__socials-item:hover {
    background: #ed5338
}

.articles__socials-item:active {
    outline: .0625rem solid #c0c0c1
}

.articles__socials-icon {
    fill: #fff
}

.articles__socials-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.overlay-acc__form {
    width: 95%;
    max-width: 40rem
}

.overlay-acc__form-wrap {
    margin-bottom: 3rem;
    width: 100%;
    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;
    padding-bottom: 2.5rem
}

.overlay-acc__submit {
    font-size: 1rem;
    font-family: OpenSans;
    color: #fff;
    background: #03aff5;
    border-radius: .1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 2rem
}

.overlay-acc__input-wrap {
    max-width: 27rem;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 1rem
}

.overlay-acc__heading {
    font-size: 1rem;
    font-family: OpenSans;
    color: #fff;
    font-weight: 700;
    background: #00aeef;
    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: 2rem
}

.overlay-acc__close {
    fill: #fff;
    cursor: pointer
}

.overlay-acc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75rem 2.5rem;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.overlay-acc__list {
    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;
    width: 100%;
    margin-bottom: 1rem
}

.overlay-acc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.25rem
}

.overlay-acc__info,.overlay-acc__link {
    font-size: .875rem;
    font-family: "Myriad Pro";
    color: #231f20;
    text-align: center;
    line-height: 1.714
}

.overlay-acc__link {
    text-decoration: underline
}

.overlay-acc__socials {
    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
}

.overlay-acc__socials-heading {
    font-size: .875rem;
    font-family: OpenSans;
    color: #231f20;
    margin-bottom: 1rem
}

.overlay-acc__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay-acc__socials-item {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: .0625rem solid #000;
    margin-right: 1.25rem
}

.overlay-acc__socials-link {
    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: 100%;
    height: 100%
}

.overlay-acc__socials-icon {
    fill: #000
}

.banner {
    height: 53.75rem;
    width: 100%;
    margin-bottom: 4rem
}

.banner__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

/* NOMINATIONS */
.banner{height:53.75rem;width:100%;margin-bottom:4rem}.banner__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 2rem}.breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__item:not(:last-child){margin-right:.25rem}.breadcrumbs__item:not(:last-child):after{content:"/";display:block;margin-left:.25rem;color:#00aeef}.breadcrumbs__item:not(:last-child) .breadcrumbs__item-link{text-decoration:underline}.breadcrumbs__item-link{font-size:.875rem;font-family:OpenSans;color:#00aeef;text-transform:uppercase}.articles{width:100%;margin:0 0 2rem}.articles__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem;font-weight:700}.articles__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.articles__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.articles__item-inner{width:50%;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles__title{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem;max-width:22rem;line-height:2rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles__subtitle{font-size:.875rem;font-family:OpenSans;color:#231f20;font-style:italic;text-align:left}.articles__text{font-size:1rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem}.articles__btn-ref{display:block;width:1.875rem;height:1.875rem;background:#00aeef;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}.articles__btn-ref:hover{background:#4b5767}.articles__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.articles__img-wrap{height:25.625rem;width:50%}.articles__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.articles__btn-wrap .btn-involve{margin-right:.75rem}.articles__btn-wrap .btn-involve:hover{outline:.0625rem solid #000}.articles__btn-photos{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:1.25rem 1.875rem;background:#eff2f4;font-size:1rem;font-family:OpenSans;color:#231f20;cursor:pointer;margin-right:.75rem}.articles__btn-photos:hover{outline:.0625rem solid #000}.articles__btn-bold{font-weight:700;margin-right:.125rem}.articles__btn-icon{fill:#fff}.articles__socials{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;margin-bottom:1.5rem}.articles__socials-item{margin-right:.675rem;width:2.5rem;height:2.5rem;background:#000}.articles__socials-item:hover{background:#ed5338}.articles__socials-item:active{outline:.0625rem solid #c0c0c1}.articles__socials-icon{fill:#fff}.articles__socials-link{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}

/* PHOTOS_BEST */
.banner{height:53.75rem;width:100%;margin-bottom:4rem}.banner__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.mfp-no-margins img.mfp-img{padding:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-no-margins .mfp-container{padding:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.photos-best{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:2rem 0 10rem}.photos-best__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;width:100%;font-weight:700;text-align:left;margin-bottom:2rem}
.photos-best__photos{-o-object-fit:cover;object-fit:cover;width:auto;height:100%; display: initial}.photos-best__photos-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.photos-best__photos-item{max-width:15rem;width:100%;margin-right:4rem;margin-bottom:2rem}.photos-best__photos-wrap{height:10rem;width:100%;margin-bottom:1.5rem;cursor:pointer; text-align: center}.photos-best__caption-wrap{padding-bottom:1.125rem;border-bottom:.0625rem dotted #000;margin-bottom:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.photos-best__caption-title{font-size:.875rem;font-family:OpenSans;color:#8b8b8b;text-align:left}.photos-best__caption-value{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;text-transform:uppercase;margin-left:.25rem}.photos-best__caption-name{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;max-width:11rem}.photos-best__like{cursor:pointer;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}.photos-best__like-icon{fill:#a3afb3}.photos-best__like-icon:hover{fill:#00aeef}.active .photos-best__like-icon{fill:#00aeef}.photos-best__like-value{font-size:.75rem;font-family:OpenSans;color:#231f20;margin-top:.25rem;display:none}.active .photos-best__like-value{display:block}

/* PHOTOS */
.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.photos{width:100%;margin:2.5rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.photos .no-transition{-webkit-transition:0;-o-transition:0;transition:0}.photos__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.photos__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.photos__rename{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem}.photos__rename-title{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:center;width:100%}.rename .photos__rename-title{display:none}.photos__rename-wrap{position:relative;max-width:25rem;width:100%;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}.rename .photos__rename-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.photos__rename-submit{font-family:OpenSans;background:#898989;color:#fff;height:100%;padding:.75rem 2.25rem;font-size:1rem;border-radius:.1875rem;margin-left:1rem;display:none}.rename .photos__rename-submit{display:-webkit-box;display:-ms-flexbox;display:flex}.photos__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.photos__img-wrap{width:100%;height:47rem;margin-bottom:2.25rem}.photos__caption{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem 0;margin-bottom:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:.0625rem dotted #000;border-bottom:.0625rem dotted #000}.photos__author,.photos__date{font-size:.875rem;font-family:OpenSans;color:#8b8b8b;display:-webkit-box;display:-ms-flexbox;display:flex}.photos__author-bold,.photos__date-bold{color:#231f20;font-weight:700;text-transform:uppercase;margin-left:.125rem}.photos__likes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.photos__likes-value{font-size:.75rem;font-family:OpenSans;color:#231f20;margin-top:.25rem}.photos__tools{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}.photos__tools-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.photos__tools-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.5rem;cursor:pointer}.photos__tools-title{font-size:.875rem;font-family:OpenSans;color:#00aeef;text-decoration:underline;margin-left:.5rem}.photos__black-icon{fill:#000}.photos__blue-icon{fill:#00aeef}

/* CONTACTS */
.banner{height:53.75rem;width:100%;margin-bottom:4rem}.banner__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.articles{width:100%;margin:0 0 2rem}.articles__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem;font-weight:700}.articles__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.articles__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.articles__item-inner{width:50%;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles__title{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem;max-width:22rem;line-height:2rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles__subtitle{font-size:.875rem;font-family:OpenSans;color:#231f20;font-style:italic;text-align:left}.articles__text{font-size:1rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem}.articles__btn-ref{display:block;width:1.875rem;height:1.875rem;background:#00aeef;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}.articles__btn-ref:hover{background:#4b5767}.articles__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.articles__img-wrap{height:25.625rem;width:50%}.articles__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.articles__btn-wrap .btn-involve{margin-right:.75rem}.articles__btn-wrap .btn-involve:hover{outline:.0625rem solid #000}.articles__btn-photos{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:1.25rem 1.875rem;background:#eff2f4;font-size:1rem;font-family:OpenSans;color:#231f20;cursor:pointer;margin-right:.75rem}.articles__btn-photos:hover{outline:.0625rem solid #000}.articles__btn-bold{font-weight:700;margin-right:.125rem}.articles__btn-icon{fill:#fff}.articles__socials{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;margin-bottom:1.5rem}.articles__socials-item{margin-right:.675rem;width:2.5rem;height:2.5rem;background:#000}.articles__socials-item:hover{background:#ed5338}.articles__socials-item:active{outline:.0625rem solid #c0c0c1}.articles__socials-icon{fill:#fff}.articles__socials-link{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.articles__heading{display:none}.articles__item-inner{margin-bottom:0}

/* JURY */
.banner{height:53.75rem;width:100%;margin-bottom:4rem}.banner__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.experts__city,.experts__description,.experts__name{font-size:.75rem;font-family:OpenSans;color:#231f20;line-height:1.5;text-align:left}.experts{margin:4.5rem 0;padding-left:3.75rem}.experts__heading{font-size:1.5rem;font-family:OpenSans;color:#231f20;text-align:left;font-weight:700;margin-bottom:2.25rem}.experts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.experts__btn-icon{fill:#fff}.experts__item{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:start;-ms-flex-align:start;align-items:flex-start;max-width:11.25rem;margin:0 3.5rem 2.375rem 0}.experts__item-inner{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:start;-ms-flex-align:start;align-items:flex-start}.experts__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.experts__img-wrap{border:.125rem solid #000;width:100%;height:11.25rem;margin-bottom:1rem}.experts__name{text-transform:uppercase;font-weight:700;margin-bottom:.5rem}.experts__city{font-style:italic;margin-bottom:.5rem}.experts__description{margin-bottom:1.25rem}.experts__btn-ref{display:block;background:#00aeef;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:1rem;height:1rem}.experts__btn-ref:hover{background:#4b5767}

/* ACCOUNT */
.account__aside{width:16rem;margin-right:3.75rem;padding-top:3rem}.account__aside-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:1.675rem}.account__aside-link{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account__aside-icon{fill:#000}.account__aside-text{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-left:1rem}.account__aside-item{padding:1rem 0;border-bottom:.0625rem dotted #000}.account__aside-item:first-child{border-top:.0625rem dotted #000}.account__socials{margin-bottom:2rem}.account__socials .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.account__socials-open{fill:#fff;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;display:none}.account__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;text-align:left;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}.account__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.25rem}.account__socials-link{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}.account__socials-circle{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.375rem}.account__socials-icon{fill:#fff}.account__socials-add{font-size:.75rem;font-family:OpenSans;color:#231f20;text-decoration:underline}.account__reset-open{fill:#fff;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;display:none}.account__reset-submit{width:100%;border-radius:.1875rem;background:#8b8b8b;font-size:.875rem;font-family:OpenSans;color:#fff;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 0}.account__reset-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.account__reset-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;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}.account__reset-heading .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.account__reset-wrap{margin-top:1.5rem;width:100%}.account__reset-inner{width:100%;position:relative;margin-bottom:1rem;background:#fff}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.account{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;margin:3rem 0 10rem}.account__wrap{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:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.account__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;width:100%;text-align:left;margin-bottom:1rem}.account__section-title{font-size:1.125rem;font-family:OpenSans;color:#231f20;line-height:1.111;text-align:left;width:100%;margin-bottom:1.675rem}.account__photos{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.account__photos-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.account__photos-item{max-width:15rem;width:100%}.account__photos-item:not(:last-child){margin-right:1rem}.account__photos-wrap{height:10rem;width:100%;margin-bottom:1.5rem}.account__caption-wrap{padding-bottom:1.125rem;border-bottom:.0625rem dotted #000;margin-bottom:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex}.account__caption-title{font-size:.875rem;font-family:OpenSans;color:#8b8b8b;text-align:left}.account__caption-value{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;text-transform:uppercase;margin-left:.25rem}

/* ACCOUNT PHOTOS */
.account__aside{width:16rem;margin-right:3.75rem;padding-top:3rem}.account__aside-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:1.675rem}.account__aside-link{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account__aside-icon{fill:#000}.account__aside-text{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-left:1rem}.account__aside-item{padding:1rem 0;border-bottom:.0625rem dotted #000}.account__aside-item:first-child{border-top:.0625rem dotted #000}.account__socials{margin-bottom:2rem}.account__socials .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.account__socials-open{fill:#fff;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;display:none}.account__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;text-align:left;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}.account__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.25rem}.account__socials-link{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}.account__socials-circle{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:.375rem}.account__socials-icon{fill:#fff}.account__socials-add{font-size:.75rem;font-family:OpenSans;color:#231f20;text-decoration:underline}.account__reset-open{fill:#fff;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;display:none}.account__reset-submit{width:100%;border-radius:.1875rem;background:#8b8b8b;font-size:.875rem;font-family:OpenSans;color:#fff;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 0}.account__reset-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.account__reset-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;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}.account__reset-heading .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.account__reset-wrap{margin-top:1.5rem;width:100%}.account__reset-inner{width:100%;position:relative;margin-bottom:1rem;background:#fff}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.account{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;margin:3rem 0 10rem}.account__wrap{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:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.account__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;width:100%;text-align:left;margin-bottom:1rem}
.account__section-title{font-size:1.125rem;font-family:OpenSans;color:#231f20;line-height:1.111;text-align:left;width:100%;margin-top:1.675rem; margin-bottom:.5rem}.account__photos{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.account__photos-list{background: #f1f4f8; padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.account__photos-item{max-width:15rem;width:100%;margin-bottom:1rem;margin-right:1rem}.account__photos-wrap{height:10rem;width:100%;margin-bottom:1.5rem}
.account__caption-wrap{padding-bottom:0.5rem;border-bottom:.0625rem dotted #000;margin-bottom:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex}.account__caption-title{font-size:.875rem;font-family:OpenSans;color:#8b8b8b;text-align:left}.account__caption-value{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;text-transform:uppercase;margin-left:.25rem}.photos-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}
.photos-form__open{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:1.5rem 2rem;cursor:pointer; background: #00aeef;border-bottom:.0625rem solid #028fc4;border-top:.0625rem solid #028fc4}.photos-form__open .rotate{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.photos-form__open-icon{fill:#fff;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.photos-form__wrap{width:100%;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:end;-ms-flex-align:end;align-items:flex-end}.photos-form__title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700}.photos-form__title-value{font-weight:400;margin-left:.25rem}.photos-form__title-each{font-size:.875rem;font-family:OpenSans;color:#231f20;font-weight:700;margin-bottom:.875rem}.photos-form__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.25rem}
.photos-form__item{margin-top:.75rem;background:#f1f4f8;width:100%;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:start;-ms-flex-align:start;align-items:flex-start;padding:1.5rem}.photos-form__item-wrap{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;width:100%}.photos-form__file-label{padding:.875rem .675rem;border-radius:.1875rem;background:#8b8b8b;font-size:.875rem;font-family:OpenSans;color:#fff;margin-right:.5rem;cursor:pointer}.photos-form__file-input{display:none}
.photos-form__input-wrap{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:15rem;margin-right:.5rem;position:relative;background:#f1f4f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.photos-form__select-wrap{position:relative;min-width:8.75rem;background:#f1f4f8;min-width:13.75rem}.photos-form__select{outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.875rem;font-family:OpenSans;color:#231f20;padding:1rem;border-radius:.1875rem;border:.0625rem solid #000;background:inherit;width:100%;cursor:pointer}.photos-form__select-icon{position:absolute;top:50%;right:1rem;-webkit-transform:translate(-100%,-50);-ms-transform:translate(-100%,-50);transform:translate(-100%,-50);pointer-events:none;width:.8rem;background:no-repeat;height:.8rem}
.photos-form__submit{padding:1rem 2.5rem;background:#fff200;font-size:1rem;font-weight: bold; font-family:OpenSans;color:#000;border-radius:.1875rem;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}

/* PARTNER */
.banner{height:53.75rem;width:100%;margin-bottom:4rem}.banner__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.overlay-acc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__form{width:95%;max-width:40rem}.overlay-acc__form-wrap{margin-bottom:3rem;width:100%;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;padding-bottom:2.5rem}.overlay-acc__submit{font-size:1rem;font-family:OpenSans;color:#fff;background:#03aff5;border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 2rem}.overlay-acc__input-wrap{max-width:27rem;width:100%;background:#fff;position:relative;margin-bottom:1rem}.overlay-acc__heading{font-size:1rem;font-family:OpenSans;color:#fff;font-weight:700;background:#00aeef;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:2rem}.overlay-acc__close{fill:#fff;cursor:pointer}.overlay-acc__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3.75rem 2.5rem;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-acc__list{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;width:100%;margin-bottom:1rem}.overlay-acc__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.25rem}.overlay-acc__info,.overlay-acc__link{font-size:.875rem;font-family:"Myriad Pro";color:#231f20;text-align:center;line-height:1.714}.overlay-acc__link{text-decoration:underline}.overlay-acc__socials{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}.overlay-acc__socials-heading{font-size:.875rem;font-family:OpenSans;color:#231f20;margin-bottom:1rem}.overlay-acc__socials-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overlay-acc__socials-item{width:2.5rem;height:2.5rem;border-radius:50%;border:.0625rem solid #000;margin-right:1.25rem}.overlay-acc__socials-link{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:100%;height:100%}.overlay-acc__socials-icon{fill:#000}.partners{width:100%;margin-bottom:2rem}.partners__heading{font-size:1.875rem;font-family:OpenSans;color:#231f20;text-align:left;margin-bottom:2rem;font-weight:700}.partners__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.partners__btn-icon{fill:#fff}.partners__item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:1.25rem;padding:2rem 4rem;border:.0625rem solid #c0c0c1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.partners__item-inner{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:start;-ms-flex-align:start;align-items:flex-start}.partners__img{-o-object-fit:contain;object-fit:contain;height:100%}.partners__img-wrap{max-width:8.125rem;height:5.4375rem;margin-right:2.5rem}.partners__text{font-size:.875rem;font-family:OpenSans;color:#231f20;line-height:1.429;text-align:left;margin-bottom:1rem;max-width:50rem}.partners__title{font-weight:700;margin-bottom:1rem;font-size:1.125rem;font-family:OpenSans;color:#231f20;line-height:1.111;text-align:left}.partners__btn-ref{width:1rem;height:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#00aeef}.partners__btn-ref:hover{background:#4b5767}

/* MY */
.register_form{
    margin: 0 0 30px 0;
}
.register_form fieldset, #in-support-of-the-appeal fieldset{
    border: none;
}
.register_form a.btn-form-oform{
    font-size: 1rem;
    font-family: OpenSans;
    color: #fff;
    background: #03aff5;
    border-radius: .1875rem;
    display: block;
    width: 250px;
    text-align: center;
    padding: .75rem 2rem;    
    cursor: pointer;
    margin: 10px 0 10px 0;
}
.register_form .g-recaptcha{
    margin: 10px 0 10px 0;
}
.register_form .fogot_link{
    margin: 10px 0 10px 0;
}
.register_form a{
    cursor: pointer;
    text-decoration: underline;
}

span.error {
    display: block;
    margin: 15px 0 5px 0;
}    
span.error span{
    display: block;
    margin: 0px 0 5px 0;
    color:#ed5338;
}
span.error span a{
    text-decoration: underline;
}

.account__aside{
    min-width: 256px;
}

.participate-text{
    padding-bottom: 5px;
}

.photos-form{
    margin-bottom: 20px;
}

.photos-form__file-label {
    width: 120px;
    overflow: hidden;
}
span.account__caption-value a.del{
    color:#ed5338;
    text-decoration: underline;
    font-size: 10px;
}
.account li.account__socials-item{
    margin-right: 10px;
}
.articles .articles__list .articles__item a.involve-btn{
    margin-right: 15px;
}
.articles .articles__list .articles__item a.involve-btn:hover{
    outline: 1px solid #000;
}

.photos-form__title {
    font-size: 1.5rem;
}    
    
.photos-form__file-label:hover, .photos-form__submit:hover {
    background: #03aff5;
}
.header__socials-icon:hover, .footer__socials-icon:hover {
    fill: #03aff5;
}
.partners__img-wrap {
    min-width: 150px;
}
.photos_add_text{
    margin-top: 10px;
    font-size: 1.1rem;
}
.photos_add_text p{
    padding-bottom: 5px;
}

.photos__img-wrap {
    height: auto;
}

.photos__list .vert .photos__img{
    height: 800px;
    width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;    
}

.admin_editor{position: fixed; left: 0; bottom: 0; width: 30px; height: 20px; background: #FFF; border: 1px solid #F00; padding: 3px;
border-bottom: 3px solid #000; overflow: hidden;}
.admin_editor:hover{height: 130px;}
.admin_editor a{display: block; text-align: center; margin-bottom: 8px;}

.articles__heading {
    display: block;
}

.header__nav-link {
    font-weight: bold;
}

.wrapper__scroll {
    background: #03aff5;
}
#in-support-of-the-appeal a{text-decoration: underline;}

.text_pages a:hover, .container p a:hover{
    color:#00aeef;
    text-decoration: underline; 
}
.photos-best__like-value{
    display: block;
}

.photo_full .photos__blue-icon{
    fill: #a3afb3;    
}
.active .photos__blue-icon{
    fill: #00aeef;    
}

.photos__likes.photo_full{
    cursor: pointer;
}

table.table1{
    margin-bottom: 15px;
}
table.table1 th, table.table1 td{
    border: 1px solid #000;
    padding: 3px;
}
.overlay-acc__socials-list .overlay-acc__socials-item:nth-child(-n+2) {
    display: none;
}
.counts {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: .75rem;
    color: #000;
    background: #fff200;
    padding: 4px 6px;
    border-radius: 3px;
    font-family: OpenSans;
}
.not_show_photo {
    display: none;
}
.choice_year {
    background: #ccc;
    cursor: pointer;
    padding: 7px 10px;
}
.active_year {
    display: flex;
}
.photos-form__open-icon.rotate {
    transform: rotate(180deg);
}
.sert_link {
    float: right;
    background: #fff200;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
}
.choice_year span {
    padding-top: 5px;
    line-height: 30px;
}
.overlay-acc__socials-item {
    margin: 5px;
}
.overlay-acc__form-wrap {
    margin-bottom: 0rem;
}
.auth_link {
    margin-top: 20px;
}
.auth_link li {
    margin-bottom: 10px;
}
.auth_link a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: navajowhite;
}
.overlay-acc__form {
    width: 95%;
    max-width: 32rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 7px #000;
}
.photos-best__like, .photos__likes.photo_full {
    display: none !important;
}