@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, picture {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: disc;
}

/*li::before {*/
/*    content: "\2022";*/
/*    color: #CC1111;*/
/*    font-weight: bold;*/
/*    font-size: 15px;*/
/*    display: inline-block;*/
/*    width: 0.7em;*/
/*    margin-left: -1em;*/
/*}*/

input, textarea {
    outline: none;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    resize: none;
    border: none;
}

.edit-check-box-filter input[type='checkbox']:checked {
    background-color: #fff;
}

.edit-check-box-filter input[type='checkbox']:checked:after {
    content: '\2713';
    font-size: 22px;
    font-weight: bold;
    color: #CC1111;
}


.edit-check-box-filter input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    /*margin-right: 5px;*/
}

input, textarea {
    outline: none;
}

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

p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button:hover, button:focus, button:active {
    border: none;
    outline: none;
}

html {
    font-size: 16px;
    height: 100%;
}

body {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    line-height: 1.5;
    overflow-x: hidden;
}

footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.centered__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    width: 100%;
    /*height: 100%;*/
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 67px;
    min-height: 67px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 20;
}

.header .burger-menu__wrap {
    display: none;
}

.header .burger-menu__wrap .line {
    width: 18px;
    height: 2px;
    background-color: #333333;
    display: block;
    margin: 4px auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .burger-menu__wrap .line:nth-child(3) {
    width: 12px;
    margin: 4px 0 4px auto;
}

.header .burger-menu__wrap.active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.header .burger-menu__wrap.active .line:nth-child(2) {
    opacity: 0;
}

.header .burger-menu__wrap.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 18px;
}

.header .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header .header__wrapper .logo__wrap {
    max-width: 140px;
    width: 100%;
    display: block;
    margin-right: 80px;
}

.header .header__wrapper .logo__wrap img {
    display: block;
    width: 100%;
}

.header .header__wrapper .main-menu {
    max-width: 550px;
    width: 100%;
}

.header .header__wrapper .menu-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: left;
    color: #333333;
}

.header .header__wrapper .menu-list li {
    margin-right: 70px;
}

.header .header__wrapper .menu-list a {
    font-size: 15px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.header .header__wrapper .menu-list a:hover {
    color: #CC1111;
}

.header .header__wrapper .header-settings__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.header .header__wrapper .header-settings__wrap .lang-block {
    color: #CC1111;
    font-size: 15px;
    position: relative;
}

.header .header__wrapper .header-settings__wrap .lang-block a {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.header .header__wrapper .header-settings__wrap .lang-block a:hover {
    opacity: 0.7;
}

.header .header__wrapper .header-settings__wrap .lang-block .lang-hidden {
    position: absolute;
    top: 44px;
    left: -15px;
    display: none;
    background: #ffffff;
    padding: 0 15px;
    height: 60px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
}

.header .header__wrapper .header-settings__wrap .lang-block .lang-hidden a {
    display: block;
    margin: 3px 0 5px 0;
}

.header .header__wrapper .header-settings__wrap .auth__button {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #333333;
    margin-left: 10px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.header .header__wrapper .header-settings__wrap .auth__button:hover {
    opacity: 0.7;
}

.header .header__wrapper .header-settings__wrap .auth__button img {
    position: absolute;
    top: 7px;
    left: 8px;
    display: block;
    width: 14px;
    height: auto;
}

.mobile-menu__wrapper {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: none;
    overflow-y: auto;
}

.mobile-menu__wrapper .header-settings__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.mobile-menu__wrapper .header-settings__wrap .lang-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

.mobile-menu__wrapper .header-settings__wrap .lang-block a {
    color: #cccccc;
    margin-right: 20px;
}

.mobile-menu__wrapper .header-settings__wrap .lang-block .current-lang {
    color: #CC1111;
}

.mobile-menu__wrapper .header-settings__wrap .auth__button {
    display: block;
    position: relative;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #CC1111;
    margin-left: 20px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.mobile-menu__wrapper .header-settings__wrap .auth__button:hover {
    opacity: 0.7;
}

.mobile-menu__wrapper .header-settings__wrap .auth__button img {
    position: absolute;
    top: 8px;
    left: 9px;
    display: block;
    width: 9px;
    height: auto;
}

.mobile-menu__wrapper .mob-menu-content {
    padding: 30px 15px;
    min-height: 480px;
}

.mobile-menu__wrapper .menu-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333333;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 40px;
}

.mobile-menu__wrapper .menu-list li {
    margin-bottom: 22px;
}

.mobile-menu__wrapper .menu-list a {
    display: block;
    width: 100%;
}

.mobile-menu__wrapper .socials-buttons__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu__wrapper .socials-buttons__block a {
    width: 20px;
    height: 25px;
    position: relative;
    margin-left: 30px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.mobile-menu__wrapper .socials-buttons__block a:hover {
    opacity: 0.7;
}

.mobile-menu__wrapper .socials-buttons__block a:first-child {
    margin-left: 0;
}

.mobile-menu__wrapper .socials-buttons__block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: 14px;
}

.no-scroll {
    margin-right: 15px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .header .header__wrapper .main-menu {
        max-width: 500px;
    }
}

@media (max-width: 1000px) {
    .header {
        background: #ffffff;
        z-index: 15;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 53px;
        min-height: 53px;
    }

    .header .header__wrapper .logo__wrap {
        max-width: 110px;
        margin-right: 0;
    }

    .wrapper {
        padding-top: 53px;
    }

    .header .header__wrapper .main-menu, .header .header__wrapper .header-settings__wrap {
        display: none;
    }

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

    .mobile-menu__wrapper {
        display: block;
        opacity: 0;
        -webkit-transition: all ease 0.6s;
        transition: all ease 0.6s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .mobile-menu__wrapper .menu-list li {
        opacity: 0;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .mobile-menu__wrapper .header-settings__wrap {
        opacity: 0;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .mobile-menu__wrapper .socials-buttons__block {
        opacity: 0;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .mobile-menu__wrapper.opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .mobile-menu__wrapper.opened .menu-list li {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .mobile-menu__wrapper.opened .header-settings__wrap {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .mobile-menu__wrapper.opened .socials-buttons__block {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header__wrapper .burger-menu__wrap {
        display: block;
    }

    .header__wrapper .burger-menu__wrap:hover {
        cursor: pointer;
    }

    .no-scroll {
        margin-right: 0;
    }
}

.footer {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CECECE;
    left: 0;
    top: 67px;
    opacity: 0.5;
}

.footer .footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
}

.footer .footer__wrapper .logo__wrap {
    max-width: 100px;
    width: 100%;
    display: block;
    margin-right: 120px;
}

.footer .footer__wrapper .logo__wrap img {
    display: block;
    width: 100%;
}

.footer .footer__wrapper .ftr-menu {
    max-width: 550px;
    width: 100%;
}

.footer .footer__wrapper .menu-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
}

.footer .footer__wrapper .menu-list a {
    font-size: 15px;
    letter-spacing: 0.3px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.footer .footer__wrapper .menu-list a:hover {
    color: #C21D1D;
}

.footer .footer__wrapper .ftr-socials__block {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer__wrapper .ftr-socials__block a {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 25px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.footer .footer__wrapper .ftr-socials__block a:hover {
    opacity: 0.7;
}

.footer .footer__wrapper .ftr-socials__block a:first-child {
    margin-left: 0;
}

.footer .footer__wrapper .ftr-socials__block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: 13px;
}

.footer .ftr-bottom__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .ftr-bottom__line .rights__block {
    font-size: 11px;
    color: #A2A2A2;
    font-weight: 200;
    letter-spacing: 0.2px;
}

.footer .ftr-bottom__line .dbnktl, .footer .ftr-bottom__line .dbnktl_logo {
    height: 18px;
    width: 20px;
    display: block;
    position: relative;
}

.footer .ftr-bottom__line .dbnktl_logo {
    display: block;
    fill: #333333;
    -webkit-transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .ftr-bottom__line .dbnktl_dscr_wr {
    display: block;
    position: absolute;
    right: 100%;
    top: -1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: 0;
    width: 0;
    overflow: hidden;
    text-align: left;
    color: #A2A2A2;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    text-transform: none;
}

.footer .ftr-bottom__line .dbnktl_dscr, .footer .ftr-bottom__line .dbnktl:hover .dbnktl_dscr_wr {
    width: 80px;
}

.footer .ftr-bottom__line .dbnktl_st1 {
    fill: #CB1417;
}

@media (max-width: 1100px) {
    .footer .footer__wrapper .ftr-menu {
        max-width: 500px;
    }
}

@media (max-width: 1000px) {
    .footer .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 142px;
    }

    .footer .footer__wrapper .logo__wrap {
        max-width: 110px;
        margin: 3px auto 13px auto;
    }

    .footer .footer__wrapper .menu-list a {
        font-size: 14px;
    }

    .footer .footer__wrapper .ftr-socials__block {
        margin: 0 auto;
    }

    .footer .footer__wrapper .ftr-menu {
        max-width: 450px;
        margin: 0 auto 20px auto;
    }

    .footer:after {
        top: 142px;
    }

    .footer .ftr-bottom__line {
        height: 40px;
    }

    .footer .ftr-bottom__line .rights__block {
        font-size: 12px;
    }

    .footer .ftr-bottom__line .dbnktl, .footer .ftr-bottom__line .dbnktl_logo {
        width: 16px;
        height: 16px;
    }

    .footer .ftr-bottom__line .dbnktl_dscr, .footer .ftr-bottom__line .dbnktl:hover .dbnktl_dscr_wr {
        width: 70px;
    }

    .footer .ftr-bottom__line .dbnktl_dscr_wr {
        font-size: 10px;
        top: -3px;
    }
}

@media (max-width: 400px) {
    .footer .footer__wrapper .logo__wrap {
        margin: 3px auto 10px auto;
    }

    .footer .footer__wrapper .menu-list a {
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .footer .footer__wrapper .menu-list a {
        font-size: 11px;
    }
}

.main-block__wrapper {
    width: 100%;
    height: -webkit-calc(100vh - 67px);
    height: calc(100vh - 67px);
    min-height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-block__wrapper .media__wrapper {
    width: 50%;
    height: 100%;
    /*background: url(../img/mockup_mbp.png);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

.main-block__wrapper .media__wrapper img {
    display: block;
    width: 100%;
    height: 125%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-block__wrapper .content__wrapper {
    background: #FFFFFF;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.main-block__wrapper .content__wrapper .content-info__block {
    max-width: 380px;
    width: 100%;
    margin: 0 100px;
}

.main-block__wrapper .content__wrapper .content-info__block .logo__wrap {
    max-width: 360px;
    width: 100%;
    margin-bottom: 30px;
}

.main-block__wrapper .content__wrapper .content-info__block .logo__wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.main-block__wrapper .content__wrapper .content-info__block .bepeam__descr {
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 60px;
}

.main-block__wrapper .content__wrapper .content-info__block .bepeam__descr p {
    display: block;
    margin-bottom: 15px;
}

.main-block__wrapper .content__wrapper .content-info__block .red-btn {
    background: #CC1111;
    margin-bottom: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    margin-right: 25px;
    height: 48px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.main-block__wrapper .content__wrapper .content-info__block .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.main-block__wrapper .content__wrapper .content-info__block .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.main-block__wrapper .content__wrapper .content-info__block .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.main-block__wrapper .content__wrapper .content-info__block .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.main-block__wrapper .content__wrapper .content-info__block .socials-buttons__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-block__wrapper .content__wrapper .content-info__block .socials-buttons__block a {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 25px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.main-block__wrapper .content__wrapper .content-info__block .socials-buttons__block a:hover {
    opacity: 0.7;
}

.main-block__wrapper .content__wrapper .content-info__block .socials-buttons__block a:first-child {
    margin-left: 0;
}

.main-block__wrapper .content__wrapper .content-info__block .socials-buttons__block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: 13px;
}

.why-us__section {
    width: 100%;
    background: #F7F7F7;
    padding: 80px 0 80px 0;
    min-height: 520px;
    position: relative;
}

.why-us__section .section__title {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-align: center;
    display: block;
    margin: 0 auto 70px auto;
    position: relative;
    z-index: 2;
}

.why-us__section .benefits__wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why-us__section .benefits__wrapper .benefit__item {
    width: -webkit-calc(25% - 60px);
    width: calc(25% - 60px);
}

.why-us__section .benefits__wrapper .benefit__item .number {
    font-size: 36px;
    font-weight: 900;
    color: #CC1111;
    display: block;
    margin-bottom: 15px;
}

.why-us__section .benefits__wrapper .benefit__item .description {
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    opacity: 0.8;
}

.why-us__section .section__letters {
    color: #FFFFFF;
    font-size: 320px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 290px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    white-space: nowrap;
    letter-spacing: 0.5px;
    z-index: 0;
    opacity: 0.65;
}

.main-block__wrapper.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 580px;
    height: auto;
}

.main-block__wrapper.reversed .section-title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    display: block;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.main-block__wrapper.reversed .content__wrapper {
    height: auto;
}

.main-block__wrapper.reversed .content__wrapper .content-info__block .bepeam__descr {
    margin-bottom: 40px;
}

.main-block__wrapper.reversed .content__wrapper .content-info__block {
    margin-left: -webkit-calc(100% - 600px);
    margin-left: calc(100% - 600px);
    padding-left: 15px;
    max-width: 400px;
}

.main-block__wrapper.reversed .content__wrapper .content-info__block .red-btn {
    white-space: nowrap;
    background: #CC1111;
    width: 225px;
    margin-bottom: 0;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.media__wrapper {
    background: #F1F1F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: center;
    -ms-flex-align: end;
    align-items: end;
    padding: 60px 0;
}

.media__wrapper .text__wrapper {
    position: relative;
    color: #F1F1F1;
    font-size: 2em;
    font-weight: bold;
    text-align: end;
    margin-top: 20px;
    margin-right: -35px;
}

.media__wrapper .media-inner__wrapper {
    max-width: 540px;
    width: 100%;
    margin: 0 100px;
}

.media__wrapper .view-all {
    color: #CC1111;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 230px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    margin: 5px auto 20px;
}

.media__wrapper .view-all:hover {
    opacity: 0.8;
}

.media__wrapper .view-all:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.media__wrapper .view-all img {
    display: block;
    max-width: 5px;
    margin-top: 4px;
    margin-left: 10px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.media__wrapper .products__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.media__wrapper .products__wrapper .product-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 20px);
    margin: 10px 10px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: perspective(500px) translate3d(0, 0, 0);
    transform: perspective(500px) translate3d(0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.media__wrapper .products__wrapper .product-item:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0, 15px);
    transform: perspective(500px) translate3d(0, 0, 15px);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
}

.media__wrapper .products__wrapper .product-item .img__wrapper {
    /*height: 190px;*/
}

.media__wrapper .products__wrapper .product-item .img__wrapper .ends {
    filter: grayscale(100%);
}

.media__wrapper .products__wrapper .product-item .img__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media__wrapper .products__wrapper .product-item .title {
    background: #ffffff;
    text-align: center;
    font-weight: 900;
    color: #333333;
    padding: 12px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.main-block__wrapper.reversed .media__wrapper {
    background: #F1F1F1;
    padding: 0px;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper {
    /*width: calc(100% - 2px);*/
    max-width: 100%;
    margin: 0px;
    align-self: flex-end;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .play__button:hover .cls-176 {
    fill-opacity: 1;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .play__button svg {
    width: 100%;
    height: 100%;
    display: block;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .play__button svg .cls-176 {
    fill-opacity: 0.8;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .player-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .player-poster:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
}

.main-block__wrapper.reversed .media__wrapper .media-inner__wrapper .player__container .player-poster img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


@media (max-width: 1400px) {
    .main-block__wrapper.reversed .media__wrapper .media-inner__wrapper {
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .main-block__wrapper.reversed .content__wrapper .content-info__block {
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 1100px) {
    .why-us__section .benefits__wrapper .benefit__item {
        width: -webkit-calc(25% - 40px);
        width: calc(25% - 40px);
    }
}

@media (max-width: 1000px) {
    .main-block__wrapper .content__wrapper .content-info__block .logo__wrap {
        max-width: 320px;
    }

    .main-block__wrapper {
        height: auto;
        min-height: inherit;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-block__wrapper .content__wrapper {
        width: 100%;
        height: -webkit-calc(100vh - 53px);
        height: calc(100vh - 53px);
        min-height: 550px;
    }

    .main-block__wrapper .content__wrapper .content-info__block {
        margin: 0 auto;
    }

    .main-block__wrapper .media__wrapper {
        width: 100%;
        height: 400px;
        display: none;
    }

    .why-us__section .benefits__wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    .why-us__section .benefits__wrapper .benefit__item {
        width: -webkit-calc(50% - 40px);
        width: calc(50% - 40px);
        margin-bottom: 20px;
    }

    .main-block__wrapper.reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-block__wrapper.reversed .content__wrapper, .main-block__wrapper.reversed .media__wrapper {
        width: 100%;
    }

    .main-block__wrapper.reversed .media__wrapper {
        height: auto;
    }

    .main-block__wrapper.reversed .media__wrapper .media-inner__wrapper {
        max-width: 840px;
    }

    .main-block__wrapper.reversed .content__wrapper {
        height: -webkit-calc(100vh - 53px);
        height: calc(100vh - 53px);
        min-height: 500px;
        max-height: 550px;
        /* comment if want fullscreen section */
    }
}

@media (max-width: 650px) {
    .media__wrapper {
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
        height: unset;
        display: flex;
    }

    .media__wrapper .products__wrapper .product-item {
        width: 100%;
    }

    .why-us__section .section__letters {
        display: none;
    }

    .why-us__section .benefits__wrapper .benefit__item .number {
        margin-bottom: 10px;
    }

    .why-us__section {
        padding: 40px 0;
    }

    .why-us__section .section__title {
        font-size: 32px;
        line-height: 1.3;
        margin: 0 auto 40px auto;
    }
}

@media (max-width: 550px) {
    .main-block__wrapper .content__wrapper .content-info__block .logo__wrap {
        max-width: 260px;
        margin-bottom: 25px;
    }

    .main-block__wrapper .content__wrapper .content-info__block .bepeam__descr {
        margin-bottom: 45px;
        max-width: 280px;
        font-size: 14px;
    }

    .main-block__wrapper .content__wrapper .content-info__block {
        padding: 0 25px;
    }

    .main-block__wrapper.reversed .content__wrapper .content-info__block {
        padding: 0 25px;
    }

    .main-block__wrapper.reversed .section-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .why-us__section .section__title {
        margin: 0 auto 30px auto;
    }

    .why-us__section .benefits__wrapper .benefit__item {
        width: 100%;
    }

    .why-us__section .benefits__wrapper .benefit__item .description {
        font-size: 16px;
    }

    .main-block__wrapper.reversed .media__wrapper .media-inner__wrapper {
        padding: 0 15px;
    }

    .main-block__wrapper.reversed .media__wrapper .products__wrapper .product-item {
        width: -webkit-calc(50% - 7px);
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }

    .main-block__wrapper.reversed .media__wrapper .products__wrapper .product-item .img__wrapper {
        height: 130px;
    }

    .main-block__wrapper.reversed .media__wrapper .products__wrapper .product-item .title {
        font-size: 14px;
        padding: 10px 15px;
    }

    .main-block__wrapper.reversed .media__wrapper {
        padding: 40px 0;
    }

    .main-block__wrapper.reversed .media__wrapper .view-all {
        font-size: 14px;
    }

    .main-block__wrapper.reversed .media__wrapper .view-all img {
        margin-top: 3px;
    }
}

@media (max-width: 350px) {
    .main-block__wrapper .content__wrapper .content-info__block .logo__wrap {
        max-width: 250px;
    }

    .main-block__wrapper.reversed .media__wrapper .products__wrapper .product-item .img__wrapper {
        height: 110px;
    }
}

.events__wrapper {
    width: 100%;
    height: 100%;
    background: #F1F1F1;
}

.events__wrapper .grid-container {
    padding: 0 5px;
    margin-bottom: 60px;
}

.events__wrapper .grid-container .show-more__btn {
    max-width: 220px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.events__wrapper .grid-container .show-more__btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.events__wrapper .grid-container .show-more__btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

/*.events__wrapper .grid-container .show-more__btn:hover .btn-text {*/
/*opacity: 0;*/
/*margin-right: 160px; }*/
/*.events__wrapper .grid-container .show-more__btn:hover img {*/
/*opacity: 1;*/
/*left: 50%; }*/
.events__wrapper .title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 15px 50px 15px;
}

.events__wrapper .title-row .section__title {
    font-size: 40px;
    color: #333333;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.events__wrapper .title-row .search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.events__wrapper .title-row .seach-btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.events__wrapper .title-row .seach-btn:hover {
    opacity: 0.7;
}

.events__wrapper .title-row .seach-btn:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.events__wrapper .title-row .seach-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.events__wrapper .title-row .search__input {
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    width: 300px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0 48px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 14px;
    color: #999999;
}

.events__wrapper .title-row .search__input:focus {
    background: white;
}

.events__wrapper .title-row .search__input::-webkit-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    color: #CCCCCC;
}

.events__wrapper .title-row .search__input::-moz-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    color: #CCCCCC;
}

.events__wrapper .title-row .search__input:-ms-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    color: #CCCCCC;
}

.events__wrapper .title-row .search__input::placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    color: #CCCCCC;
}

.events__wrapper .title-row .search__input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.events__wrapper .title-row .search__input:focus::-moz-placeholder {
    opacity: 0;
}

.events__wrapper .title-row .search__input:focus:-ms-input-placeholder {
    opacity: 0;
}

.events__wrapper .title-row .search__input:focus::placeholder {
    opacity: 0;
}

.events__wrapper .products__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.events__wrapper .products__wrapper .product-item {
    background-color: white;
    width: -webkit-calc(100% * 1 / 4 - 20px);
    width: calc(100% * 1 / 4 - 20px);
    margin: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: perspective(500px) translate3d(0, 0, 0);
    transform: perspective(500px) translate3d(0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.events__wrapper .products__wrapper .product-item:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0, 15px);
    transform: perspective(500px) translate3d(0, 0, 15px);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
}

.events__wrapper .products__wrapper .product-item .img__wrapper {
    height: 220px;
}

.events__wrapper .products__wrapper .product-item .img__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.events__wrapper .products__wrapper .product-item .img__wrapper .ends {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.events__wrapper .products__wrapper .product-item .title {
    background: #ffffff;
    text-align: center;
    font-weight: 900;
    color: #333333;
    padding: 12px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.events__wrapper .products__wrapper .special-item {
    background: #ffffff;
    padding: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.events__wrapper .products__wrapper .special-item .text-content {
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.events__wrapper .products__wrapper .special-item .red-btn {
    margin: 0 auto;
    max-width: 210px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.events__wrapper .products__wrapper .special-item .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.events__wrapper .products__wrapper .special-item .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.events__wrapper .products__wrapper .special-item .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.events__wrapper .products__wrapper .special-item .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.events__wrapper .products__wrapper .special-item:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0, 0);
    transform: perspective(500px) translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1100px) {
    .events__wrapper .products__wrapper .special-item {
        padding: 25px;
    }
}

@media (max-width: 1000px) {
    .events__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% * 1 / 3 - 20px);
        width: calc(100% * 1 / 3 - 20px);
    }
}

@media (max-width: 770px) {
    .events__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% * 1 / 2 - 14px);
        width: calc(100% * 1 / 2 - 14px);
        margin: 7px;
    }

    .events__wrapper .title-row {
        padding: 40px 15px 30px 15px;
    }

    .events__wrapper .title-row .section__title {
        font-size: 32px;
    }

    .events__wrapper .title-row .search__input {
        width: 260px;
        height: 42px;
    }
}

@media (max-width: 600px) {
    .events__wrapper .title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 15px 25px 15px;
    }

    .events__wrapper .title-row .section__title {
        padding-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .events__wrapper .products__wrapper .product-item .img__wrapper {
        height: 130px;
    }

    .events__wrapper .products__wrapper .product-item .title {
        font-size: 14px;
    }

    .events__wrapper .grid-container {
        margin-bottom: 40px;
    }

    .events__wrapper .products__wrapper {
        margin-bottom: 25px;
    }

    .events__wrapper .products__wrapper .special-item {
        padding: 10px;
    }

    .events__wrapper .products__wrapper .special-item .red-btn {
        max-width: 170px;
        height: 40px;
        font-size: 12px;
    }

    .events__wrapper .products__wrapper .special-item .red-btn .btn-text {
        letter-spacing: 0;
    }

    .events__wrapper .products__wrapper .special-item .text-content {
        font-size: 14px;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 450px) {
    .events__wrapper .products__wrapper .product-item .img__wrapper {
        height: 220px;
    }

    .events__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 auto 15px auto;
    }

    .events__wrapper .products__wrapper .special-item {
        padding: 40px 25px;
    }

    .events__wrapper .products__wrapper .special-item .text-content {
        font-size: 18px;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }
}

.registration-container {
    padding: 60px 15px 80px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 950px;
}

.registration-container .title-block {
    max-width: 500px;
    margin: 0 auto 60px auto;
    display: block;
    text-align: center;
    color: #333333;
}

.registration-container .title-block .section__title {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.registration-container .title-block p {
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.7;
}

.registration-container .registration-type__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.registration-container .registration-type__wrapper .reg-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    background: #ffffff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration-container .registration-type__wrapper .reg-item:hover {
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.registration-container .registration-type__wrapper .reg-item .title {
    font-size: 24px;
    text-align: center;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.registration-container .registration-type__wrapper .reg-item .red-btn {
    max-width: 210px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.registration-container .registration-type__wrapper .reg-item .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.registration-container .registration-type__wrapper .reg-item .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.registration-container .registration-type__wrapper .reg-item .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.registration-container .registration-type__wrapper .reg-item .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.registration-block {
    max-width: 750px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 40px auto;
    padding: 50px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration-block .social-auth__block {
    max-width: 310px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: 200;
    font-size: 14px;
    margin: 0 auto;
}

.registration-block .social-auth__block p {
    margin-right: 30px;
}

.registration-block .social-auth__block .social-auth__btn {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3F5D94;
    position: relative;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.registration-block .social-auth__block .social-auth__btn:hover {
    opacity: 0.8;
}

.registration-block .social-auth__block .social-auth__btn img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.registration-block .social-auth__block .g-button {
    background: #DD4B39;
    margin-left: 18px;
}

.registration-block .social-auth__block .g-button img {
    height: 17px;
}

.registration-block .section__title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}

.registration-block .reg-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.registration-block .reg-form__wrap .red-btn {
    margin-top: 35px;
    max-width: 180px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.registration-block .reg-form__wrap .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.registration-block .reg-form__wrap .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.registration-block .reg-form__wrap .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.registration-block .reg-form__wrap .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.registration-block .reg-form__wrap .inputs__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
}

.registration-block .reg-form__wrap .inputs__wrapper .input-lbl {
    font-size: 12px;
    font-weight: 200;
    color: #999999;
    margin: 0 0 5px 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

.registration-block .reg-form__wrap .inputs__wrapper .input-lbl.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.registration-block .reg-form__wrap .inputs__wrapper input {
    background: #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    padding: 0 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

.registration-block .reg-form__wrap .inputs__wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.registration-block .reg-form__wrap .inputs__wrapper input:focus::-moz-placeholder {
    opacity: 0;
}

.registration-block .reg-form__wrap .inputs__wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.registration-block .reg-form__wrap .inputs__wrapper input:focus::placeholder {
    opacity: 0;
}

.registration-block .reg-form__wrap .inputs__wrapper input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.registration-block .reg-form__wrap .inputs__wrapper input::-moz-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.registration-block .reg-form__wrap .inputs__wrapper input:-ms-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.registration-block .reg-form__wrap .inputs__wrapper input::placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.registration-block .reg-form__wrap .checkbox__wrapper {
    max-width: 200px;
    width: 100%;
    padding-top: 30px;
}

.registration-block .check-box-filter .check-btn:checked ~ .checkmark:after {
    display: block;
}

.registration-block .check-box-filter .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #CC1111;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.registration-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.registration-block .check-box-filter .check-btn:checked ~ .checkmark {
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
}

.registration-block .checkmark {
    position: absolute;
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.registration-block .check-box-filter .check-btn {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
}

.registration-block .check-box-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 45px;
    font-size: 14px;
    height: 25px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px;
}

.user-reg-block {
    max-width: 470px;
    padding: 40px 60px;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.user-reg-block .reg-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.user-reg-block .reg-form__wrap .red-btn {
    max-width: 200px;
    margin: 30px auto 25px auto;
}

@media (max-width: 850px) {
    .registration-container .title-block {
        margin: 0 auto 40px auto;
    }

    .registration-container .title-block .section__title {
        font-size: 40px;
    }

    .registration-container .title-block p {
        font-size: 14px;
        line-height: 1.5;
    }

    .registration-container .registration-type__wrapper .reg-item {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        padding: 40px 20px;
    }

    .registration-container .registration-type__wrapper .reg-item .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

@media (max-width: 750px) {
    .registration-block {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .registration-block .reg-form__wrap .checkbox__wrapper {
        margin-left: 30px;
    }
}

@media (max-width: 700px) {
    .registration-container .registration-type__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration-container .registration-type__wrapper .reg-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }

    .registration-container {
        padding: 40px 15px 40px 15px;
    }

    .registration-container .title-block {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 650px) {
    .registration-block {
        padding: 50px 30px;
        margin: 0 auto 20px auto;
    }

    .user-reg-block .reg-form__wrap .inputs__wrapper {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .registration-block {
        max-width: 470px;
    }

    .registration-block .reg-form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration-block .reg-form__wrap .inputs__wrapper {
        max-width: 100%;
    }

    .registration-block .reg-form__wrap .checkbox__wrapper {
        margin-left: 0;
        max-width: 100%;
    }

    .registration-block .reg-form__wrap .red-btn {
        margin: 35px auto 0 auto;
        max-width: 200px;
    }

    .registration-block .social-auth__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration-block .social-auth__block p {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .user-reg-block .reg-form__wrap {
        margin-bottom: 25px;
    }
}

@media (max-width: 360px) {
    .registration-block {
        padding: 50px 20px;
    }
}

.main-block__wrapper.fullheight__sec {
    height: -webkit-calc(100vh - 67px);
    height: calc(100vh - 67px);
    min-height: 600px;
}

.main-block__wrapper.fullheight__sec .media__wrapper {
    background: transparent;
    display: block;
    padding: 0;
}

.main-block__wrapper.fullheight__sec .content__wrapper .content-info__block {
    margin-left: -webkit-calc(100% - 530px);
    margin-left: calc(100% - 530px);
}

.main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .bepeam__descr {
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .red-btn {
    margin-top: 45px;
}

.main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .section-title {
    font-size: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.about-service__section {
    width: 100%;
    background: #F7F7F7;
    min-height: 600px;
    height: 70vh;
}

.about-service__section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1430px;
    height: 100%;
    padding: 0 15px;
}

.about-service__section .half__block {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-service__section .half__block .content__wrapper {
    max-width: 450px;
    width: 100%;
    margin-left: 100px;
}

.about-service__section .half__block .content__wrapper .section-title {
    font-size: 40px;
    color: #333333;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.about-service__section .half__block .content__wrapper .descr {
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.about-service__section .half__block .img__wrapper {
    max-width: 750px;
    margin-top: 100px;
    width: 100%;
    display: block;
}

.about-service__section .half__block .img__wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}

.rollup__section {
    width: 100%;
    padding: 100px 0;
}

.rollup__section .container {
    max-width: 480px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.rollup__section .container img {
    display: block;
    width: 40px;
    margin: 0 auto 25px auto;
}

.rollup__section .container .descr {
    font-size: 24px;
    margin-bottom: 20px;
}

.rollup__section .container .counter {
    font-size: 60px;
}

.rolls__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 15px;
}

.rolls__section .video-slide__block {
    width: 50%;
}

.rolls__section .video-slide__block .player__container {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.rolls__section .video-slide__block .player__container .play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.rolls__section .video-slide__block .player__container .play__button:hover .cls-176 {
    fill-opacity: 1;
}

.rolls__section .video-slide__block .player__container .play__button svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rolls__section .video-slide__block .player__container .play__button svg .cls-176 {
    fill-opacity: 0.8;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.rolls__section .video-slide__block .player__container .player-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.rolls__section .video-slide__block .player__container .player-poster:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
}

.rolls__section .video-slide__block .player__container .player-poster img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rolls__section .section-title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    display: block;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.rolls__section .content__wrapper {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rolls__section .content__wrapper .content-info__block {
    max-width: 400px;
    width: 100%;
    margin: 0 0px 0 100px;
}

.rolls__section .content__wrapper .content-info__block .bepeam__descr {
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 40px;
}

.rolls__section .content__wrapper .content-info__block .red-btn {
    white-space: nowrap;
    background: #CC1111;
    width: 225px;
    margin-bottom: 0;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.rolls__section .content__wrapper .content-info__block .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.rolls__section .content__wrapper .content-info__block .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.rolls__section .content__wrapper .content-info__block .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.rolls__section .content__wrapper .content-info__block .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.form__section {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.form__section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.18);
}

.form__section .container {
    max-width: 600px;
    position: relative;
    z-index: 5;
}

.form__section .container .section-title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.form__section .container .red-btn {
    white-space: nowrap;
    background: #CC1111;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    margin: 0 auto;
    height: 48px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.form__section .container .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.form__section .container .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.form__section .container .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.form__section .container .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.form__section .container .form__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.form__section .container .form__block input, .form__section .container .form__block textarea {
    font-size: 14px;
    font-weight: 200;
    color: #000000;
}

.form__section .container .form__block input:focus::-webkit-input-placeholder, .form__section .container .form__block textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__section .container .form__block input:focus::-moz-placeholder, .form__section .container .form__block textarea:focus::-moz-placeholder {
    opacity: 0;
}

.form__section .container .form__block input:focus:-ms-input-placeholder, .form__section .container .form__block textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__section .container .form__block input:focus::placeholder, .form__section .container .form__block textarea:focus::placeholder {
    opacity: 0;
}

.form__section .container .form__block input::-webkit-input-placeholder, .form__section .container .form__block textarea::-webkit-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
}

.form__section .container .form__block input::-moz-placeholder, .form__section .container .form__block textarea::-moz-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
}

.form__section .container .form__block input:-ms-input-placeholder, .form__section .container .form__block textarea:-ms-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
}

.form__section .container .form__block input::placeholder, .form__section .container .form__block textarea::placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 14px;
    font-weight: 200;
    color: #000000;
}

.form__section .container .form__block .inputs__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form__section .container .form__block .inputs__wrapper input {
    display: block;
    width: 100%;
    padding: 0 25px;
    height: 44px;
    margin-bottom: 30px;
    background: rgba(241, 241, 241, 0.8);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__section .container .form__block .inputs__wrapper input:last-child {
    margin-bottom: 0;
}

.form__section .container .form__block textarea {
    padding: 15px 20px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    background: rgba(241, 241, 241, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 1200px) {
    .main-block__wrapper.fullheight__sec .content__wrapper .content-info__block {
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .main-block__wrapper.fullheight__sec .media__wrapper {
        display: none;
    }

    .main-block__wrapper.fullheight__sec {
        min-height: inherit;
        height: auto;
    }

    .main-block__wrapper.reversed .content__wrapper {
        max-height: inherit;
    }

    .main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .section-title {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .bepeam__descr {
        font-size: 14px;
    }

    .about-service__section {
        height: auto;
    }

    .about-service__section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-service__section .half__block .img__wrapper {
        margin: 0 auto;
        max-width: 650px;
    }

    .about-service__section .half__block {
        width: 100%;
    }

    .about-service__section .half__block .content__wrapper {
        padding: 40px 0 20px 0;
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
    }

    .rolls__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .rolls__section .content__wrapper {
        width: 100%;
    }

    .rolls__section .content__wrapper .content-info__block {
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .rolls__section .video-slide__block {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .rollup__section .container .descr {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .rollup__section .container .counter {
        font-size: 46px;
    }

    .rollup__section .container img {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 550px) {
    .main-block__wrapper.fullheight__sec .content__wrapper .content-info__block .bepeam__descr {
        max-width: inherit;
    }

    .about-service__section .half__block .content__wrapper {
        text-align: left;
    }

    .about-service__section .half__block .content__wrapper .section-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .about-service__section .half__block .content__wrapper .descr {
        font-size: 14px;
    }

    .rolls__section .section-title {
        font-size: 32px;
    }

    .rolls__section .content__wrapper .content-info__block .bepeam__descr {
        font-size: 14px;
    }

    .rolls__section .content__wrapper .content-info__block {
        max-width: 320px;
    }

    .rolls__section {
        padding: 40px 15px;
    }

    .rolls__section .content__wrapper .content-info__block {
        padding-bottom: 40px;
    }

    .form__section {
        padding: 40px 0;
    }

    .form__section .container .form__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__section .container .form__block .inputs__wrapper, .form__section .container .form__block textarea {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .form__section .container .form__block textarea {
        height: 120px;
    }

    .form__section .container .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .form__section .container .form__block .inputs__wrapper {
        margin-bottom: 25px;
    }

    .form__section .container .form__block .inputs__wrapper input {
        margin-bottom: 25px;
    }
}

.contacts__section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100vh - 67px);
    height: calc(100vh - 67px);
    min-height: 600px;
}

.contacts__section .contacts-info__wrapper {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__section .contacts-info__wrapper .content-info__block {
    margin-left: -webkit-calc(100% - 530px);
    margin-left: calc(100% - 530px);
}

.contacts__section .contacts-info__wrapper .contact-info__item {
    margin-bottom: 20px;
}

.contacts__section .contacts-info__wrapper .special {
    position: relative;
    font-weight: 900;
    font-size: 50px;
    color: #F7F7F7;
}

.contacts__section .contacts-info__wrapper .special img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
}

.contacts__section .contacts-info__wrapper .info-block {
    color: #CC1111;
    font-size: 17px;
    letter-spacing: 1.5px;
}

.contacts__section .contacts-info__wrapper .socials-buttons__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.contacts__section .contacts-info__wrapper .socials-buttons__block a {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 25px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.contacts__section .contacts-info__wrapper .socials-buttons__block a:hover {
    opacity: 0.7;
}

.contacts__section .contacts-info__wrapper .socials-buttons__block a:first-child {
    margin-left: 0;
}

.contacts__section .contacts-info__wrapper .socials-buttons__block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: 13px;
}

.contacts__section .contacts-info__wrapper .section-title {
    font-size: 60px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #333333;
    display: block;
    line-height: 1.4;
}

.contacts__section .form__section {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.contacts__section .form__section .container {
    max-width: 410px;
}

.contacts__section .form__section .container .red-btn {
    margin: 0 auto 0 0;
}

.contacts__section .form__section .container .section-title {
    text-align: left;
    margin-bottom: 25px;
}

.contacts__section .form__section .container .form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__section .form__section .container textarea {
    height: 110px;
}

.contacts__section .form__section .container textarea, .contacts__section .form__section .container .inputs__wrapper {
    width: 100%;
}

.contacts__section .form__section .container textarea input:last-child, .contacts__section .form__section .container .inputs__wrapper input:last-child {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .contacts__section .contacts-info__wrapper .content-info__block {
        margin: 0 auto;
    }
}

@media (max-width: 850px) {
    .contacts__section {
        height: auto;
        min-height: inherit;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__section .contacts-info__wrapper {
        width: 100%;
        padding: 40px 15px 60px 15px;
    }

    .contacts__section .contacts-info__wrapper .content-info__block {
        margin: 0;
        padding-left: 15px;
    }

    .contacts__section .contacts-info__wrapper .section-title {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .contacts__section .form__section {
        width: 100%;
        padding: 60px 0;
    }

    .contacts__section .form__section .container .section-title {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .form__section .container .contacts__form .inputs__wrapper {
        margin-bottom: 0;
    }

    .contacts__section .form__section .container .red-btn {
        margin: 0 auto;
    }

    .contacts__section .form__section .container .inputs__wrapper input:last-child {
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .contacts__section .form__section .container .section-title {
        font-size: 32px;
    }

    .contacts__section .contacts-info__wrapper .special {
        font-size: 40px;
    }

    .contacts__section .contacts-info__wrapper .socials-buttons__block {
        margin-top: 40px;
    }
}

.terms-grey__section {
    width: 100%;
    background: #F7F7F7;
    padding: 100px 0;
    position: relative;
}

.terms-grey__section .section__letters {
    color: #FFFFFF;
    font-size: 320px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0.39;
    white-space: nowrap;
    letter-spacing: 0.5px;
    z-index: 0;
    opacity: 0.65;
}

.terms-grey__section .container {
    max-width: 1060px;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.terms-grey__section .container .section-title {
    max-width: 380px;
    line-height: 1.3;
    width: 100%;
    font-size: 48px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.5px;
}

.terms-grey__section .container .terms-list__wrapper {
    margin-left: 60px;
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
}

.terms-grey__section .container .term-item__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.terms-grey__section .container .term-item__wrapper:last-child {
    margin-bottom: 0;
}

.terms-grey__section .container .term-item__wrapper .number {
    font-size: 36px;
    font-weight: 900;
    color: #CC1111;
    margin-right: 30px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.terms-grey__section .container .term-item__wrapper .descr {
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 200;
    color: #333333;
}

.create-terms__section {
    max-width: 1060px;
    padding: 80px 15px;
}

.create-terms__section .section-title {
    line-height: 1.3;
    width: 100%;
    font-size: 48px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.create-terms__section .term-item__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    max-width: 830px;
}

.create-terms__section .term-item__wrapper:last-child {
    margin-bottom: 0;
}

.create-terms__section .term-item__wrapper .number {
    font-size: 36px;
    font-weight: 900;
    color: #CC1111;
    margin-right: 35px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

.create-terms__section .term-item__wrapper .descr {
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    margin-bottom: 25px;
}

.info__section {
    max-width: 1060px;
    padding: 80px 15px;
}

.info__section .section-title {
    line-height: 1.3;
    width: 100%;
    font-size: 48px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.info__section .show-more {
    font-size: 12px;
    font-weight: 600;
    color: #CC1111;
}

.info__section .content__wrapper {
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    max-width: 830px;
    width: 100%;
    margin-bottom: 30px;
}

.info__section .content__wrapper .text-block {
    margin-bottom: 25px;
    display: none;
}

.info__section .content__wrapper .text-block:last-child {
    margin-bottom: 0;
}

.info-grey__section {
    width: 100%;
    background: #F7F7F7;
}

@media (max-width: 1000px) {
    .terms-grey__section .container .section-title {
        font-size: 40px;
        max-width: 360px;
    }

    .terms-grey__section .container .terms-list__wrapper {
        width: -webkit-calc(100% - 430px);
        width: calc(100% - 430px);
        margin-left: 0;
    }

    .create-terms__section .section-title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .info__section .section-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .terms-grey__section {
        padding: 40px 0;
    }

    .terms-grey__section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .terms-grey__section .container .section-title {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .terms-grey__section .container .terms-list__wrapper {
        width: 100%;
    }

    .terms-grey__section .container .terms-list__wrapper .term-item__wrapper {
        margin-bottom: 30px;
    }

    .terms-grey__section .container .terms-list__wrapper .term-item__wrapper:last-child {
        margin-bottom: 0;
    }

    .terms-grey__section .container .term-item__wrapper .number {
        margin-right: 25px;
    }

    .create-terms__section {
        padding: 40px 15px;
    }

    .info__section {
        padding: 40px 15px;
    }
}

@media (max-width: 550px) {
    .terms-grey__section .container .section-title, .info__section .section-title, .create-terms__section .section-title {
        font-size: 32px;
    }

    .create-terms__section .term-item__wrapper .number {
        margin-right: 25px;
    }

    .create-terms__section .term-item__wrapper {
        margin-bottom: 30px;
    }

    .create-terms__section .term-item__wrapper .descr {
        margin-bottom: 15px;
    }

    .terms-grey__section .container .term-item__wrapper .descr {
        font-size: 15px;
        letter-spacing: 0.2px;
    }
}

.owl-carousel {
    opacity: 0;
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}

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

.event-inner__wrapper .sidebar__wrapper {
    padding: 50px 50px 40px 0;
    max-width: 480px;
    width: 100%;
}

.event-inner__wrapper .sidebar__wrapper .section-title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    line-height: 1.3;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 50px;
    overflow: hidden;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .slide-counter {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #CC1111;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider {
    position: relative;
    height: 300px;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    width: 16px;
    height: 16px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-prev:hover {
    opacity: 0.8;
    -webkit-transform: translate(-2px);
    -ms-transform: translate(-2px);
    transform: translate(-2px);
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-prev img {
    display: block;
    width: 100%;
    height: 100%;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    width: 16px;
    height: 16px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-next:hover {
    opacity: 0.8;
    -webkit-transform: translate(2px);
    -ms-transform: translate(2px);
    transform: translate(2px);
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-nav .owl-next img {
    display: block;
    width: 100%;
    height: 100%;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-stage-outer, .event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-stage, .event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .owl-item, .event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .item-slide {
    height: 100%;
}

.event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider .item-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-inner__wrapper .sidebar__wrapper .product-description__wrapper {
    margin-bottom: 60px;
}

.event-inner__wrapper .sidebar__wrapper .product-description__wrapper .section-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 25px;
}

.event-inner__wrapper .sidebar__wrapper .product-description__wrapper .product__description {
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.event-inner__wrapper .sidebar__wrapper .product-description__wrapper .opened {
    height: auto;
}

.event-inner__wrapper .sidebar__wrapper .product-description__wrapper .show-more {
    font-size: 12px;
    font-weight: 600;
    color: #CC1111;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper {
    margin-bottom: 60px;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper .section-title {
    font-size: 18px;
    margin-bottom: 25px;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper .rule-item__wrap {
    display: none;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper .rules__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper .rules__item .number {
    color: #CC1111;
    font-weight: 900;
    font-size: 15px;
    margin-right: 15px;
}

.event-inner__wrapper .sidebar__wrapper .rules-section__wrapper .show-more {
    font-size: 12px;
    font-weight: 600;
    color: #CC1111;
}

.event-inner__wrapper .main-content__wrapper {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    background: #F5F5F5;
    position: relative;
    padding: 60px 0 40px 50px;
}

.event-inner__wrapper .main-content__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -500%;
    width: 500%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}

.event-inner__wrapper .main-content__wrapper .timer__wrapper {
    opacity: 0;
    padding-bottom: 40px;
}

.event-inner__wrapper .main-content__wrapper .timer__wrapper .title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.3px;
}

.event-inner__wrapper .main-content__wrapper .timer__wrapper .clock-timer {
    font-size: 60px;
    font-weight: 600;
    color: #CC1111;
    letter-spacing: 1px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.event-inner__wrapper .main-content__wrapper .timer__wrapper .clock-timer.expired {
    color: #CCCCCC;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper {
    width: 100%;
    padding-bottom: 60px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    margin-right: 25px;
    letter-spacing: 0.5px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block {
    max-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: 200;
    font-size: 14px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block p {
    margin-right: 20px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3F5D94;
    position: relative;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn:hover {
    opacity: 0.8;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 17px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block .g-button {
    background: #DD4B39;
    margin-left: 15px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block .g-button img {
    height: 14px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper {
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .inputs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper {
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl {
    font-size: 12px;
    font-weight: 200;
    color: #999999;
    margin: 0 0 5px 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input {
    width: 100%;
    height: 44px;
    background: #F1F1F1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::-moz-placeholder {
    opacity: 0;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::placeholder {
    opacity: 0;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input::-moz-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input:-ms-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper input::placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .descr {
    max-width: 330px;
    line-height: 1.6;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.3px;
    font-weight: 200;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
    min-width: 170px;
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    white-space: nowrap;
    background: #CC1111;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.3px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.event-inner__wrapper .main-content__wrapper .participants__section {
    margin-bottom: 60px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .section-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 40px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .section-title span {
    font-size: 28px;
    margin-left: 15px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper {
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 15px 15px 20px 15px;
    font-size: 80%;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner {
    height: 342px;
    overflow: auto;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar-thumb {
    background: rgba(216, 36, 36, 0.55);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(216, 36, 36, 0.85);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .number {
    max-width: 50px;
    padding: 0 5px;
    width: 100%;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .mail {
    width: -webkit-calc(65% - 25px);
    width: calc(65% - 25px);
    padding: 0 5px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .date {
    width: -webkit-calc(35% - 25px);
    width: calc(35% - 25px);
    padding: 0 5px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 5px;
    font-size: 15px;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item:nth-child(2n - 1) {
    background: #F7F7F7;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item:nth-child(2n - 1) .number {
    opacity: 0.7;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-heading {
    font-size: 13px;
    font-weight: 200;
    color: #999999;
    letter-spacing: 0.3px;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    padding: 0 5px 10px 5px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper td {
    padding: 5px;
}

.event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper th {
    padding: 5px;
    text-align: left;
}

.event-inner__wrapper .main-content__wrapper .verify-result__section .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.event-inner__wrapper .main-content__wrapper .verify-result__section .descr {
    font-weight: 200;
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.event-inner__wrapper .main-content__wrapper .verify-result__section .formula__block {
    font-size: 28px;
    color: #CC1111;
    letter-spacing: 0.3px;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section {
    padding: 70px 0;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block {
    width: 100%;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .play__button:hover .cls-176 {
    fill-opacity: 0.8;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .play__button svg {
    width: 100%;
    height: 100%;
    display: block;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .play__button svg .cls-176 {
    fill-opacity: 1;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .player-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .player-poster:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.event-inner__wrapper .main-content__wrapper .roll-video__section .video-slide__block .player__container .player-poster img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-inner__wrapper .main-content__wrapper .participate__block {
    display: none;
    padding-top: 10px;
    padding-bottom: 60px;
}

.event-inner__wrapper .main-content__wrapper .participate__block .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn {
    max-width: 200px;
    width: 100%;
    white-space: nowrap;
    background: #CC1111;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.3px;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn.disabled {
    pointer-events: none;
    background: #CCCCCC;
    max-width: 240px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn.disabled:hover .btn-text {
    opacity: 1;
    margin-right: 0;
}

.event-inner__wrapper .main-content__wrapper .participate__block .red-btn.disabled:hover img {
    opacity: 0;
    left: 90%;
}

.event-inner__wrapper .main-content__wrapper .winners__section {
    display: none;
    padding-bottom: 60px;
}

.event-inner__wrapper .main-content__wrapper .winners__section .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winners-table {
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    font-weight: 200;
    font-size: 16px;
    color: #333333;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item .number {
    max-width: 100px;
    width: 100%;
    padding-right: 10px;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item .name {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    padding-right: 10px;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item .mail {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item .info {
    font-weight: 600;
    margin-left: 3px;
}

.event-inner__wrapper .main-content__wrapper .winners__section .winner-item:nth-child(2n) {
    background: #F7F7F7;
}

.thanks-popup__wrapper {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 51;
    padding: 70px 60px;
    text-align: center;
    color: #333333;
}

.thanks-popup__wrapper .title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.thanks-popup__wrapper .text {
    font-size: 15px;
    font-weight: 200;
}

.thanks-popup__wrapper .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}

.thanks-popup__wrapper .close-popup:hover img {
    opacity: 0.8;
}

.thanks-popup__wrapper .close-popup img {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    display: block;
}

.popup-overlay {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #747474;
    opacity: 0.75;
    z-index: 50;
}

@media (max-width: 1200px) {
    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl {
        margin: 3px 0 3px 15px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        padding: 30px 25px 0 25px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .title {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .reg-inner__wrap {
        background: #ffffff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        max-width: 500px;
        -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 10px 25px 30px 25px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .inputs__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .inputs__row .input__wrapper {
        width: 100%;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .descr {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
        max-width: 220px;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .date {
        width: -webkit-calc(40% - 25px);
        width: calc(40% - 25px);
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .mail {
        width: -webkit-calc(60% - 25px);
        width: calc(60% - 25px);
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    .event-inner__wrapper .main-content__wrapper {
        padding: 60px 0 40px 25px;
    }

    .event-inner__wrapper .sidebar__wrapper {
        padding: 50px 25px 40px 0;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item {
        font-size: 12px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner {
        height: 340px;
    }
}

@media (max-width: 1000px) {
    .event-inner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .event-inner__wrapper .sidebar__wrapper .rules-section__wrapper {
        margin-bottom: 20px;
    }

    .event-inner__wrapper .sidebar__wrapper, .event-inner__wrapper .main-content__wrapper {
        max-width: 780px;
        width: 100%;
        padding: 40px 15px;
        margin: 0 auto;
    }

    .event-inner__wrapper .main-content__wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: -500%;
        width: 500%;
        height: 100%;
        background: #F5F5F5;
        z-index: -1;
    }

    .event-inner__wrapper .main-content__wrapper .timer__wrapper {
        text-align: center;
    }

    .reg-inner__wrap {
        margin: 0 auto;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item {
        font-size: 15px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner {
        height: 342px;
    }

    .event-inner__wrapper .main-content__wrapper .participate__block .section-title {
        text-align: center;
    }

    .event-inner__wrapper .main-content__wrapper .participate__block .red-btn {
        margin: 0 auto;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .event-inner__wrapper .sidebar__wrapper .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .timer__wrapper .clock-timer {
        font-size: 48px;
    }

    .event-inner__wrapper .main-content__wrapper .participate__block .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .section-title span {
        font-size: 20px;
        margin-left: 10px;
    }

    .event-inner__wrapper .main-content__wrapper .verify-result__section .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .roll-video__section .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event-inner__wrapper .main-content__wrapper .roll-video__section {
        padding: 40px 0;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item {
        font-size: 12px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item {
        font-size: 12px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-inner {
        height: 340px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row {
        padding: 30px 15px 0 15px;
        text-align: center;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .title {
        font-size: 22px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .social-auth__block p {
        margin-right: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 15px;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item .number, .event-inner__wrapper .main-content__wrapper .winners__section .winner-item .name, .event-inner__wrapper .main-content__wrapper .winners__section .winner-item .mail {
        padding: 0;
        width: 100%;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winner-item .number, .event-inner__wrapper .main-content__wrapper .winners__section .winner-item .name {
        padding-bottom: 3px;
    }

    .event-inner__wrapper .main-content__wrapper .winners__section .winners-table {
        padding: 5px 0;
    }
}

@media (max-width: 450px) {
    .event-inner__wrapper .sidebar__wrapper .product-slider__wrapper .prod-slider {
        height: 240px;
    }

    .event-inner__wrapper .main-content__wrapper .timer__wrapper .title {
        font-size: 16px;
    }

    .thanks-popup__wrapper {
        padding: 50px 25px;
    }

    .thanks-popup__wrapper .title {
        font-size: 32px;
        line-height: 1.3;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
        max-width: 100%;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .table-heading {
        font-size: 12px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper {
        padding: 15px 5px 20px 5px;
    }

    .event-inner__wrapper .main-content__wrapper .participants__section .participants-table__wrapper .participant-item {
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .form__wrapper {
        padding: 10px 15px 30px 15px;
    }

    .event-inner__wrapper .main-content__wrapper .fast-registration__wrapper .top__row .title {
        font-size: 20px;
    }
}

.profile-inner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 0 15px;
}

.profile-inner__wrapper .profile-sidebar__wrapper {
    padding: 50px 50px 80px 0;
    max-width: 350px;
    width: 100%;
    position: relative;
}

.profile-inner__wrapper .profile-sidebar__wrapper .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .red-btn {
    white-space: nowrap;
    background: #CC1111;
    width: 230px;
    margin-bottom: 35px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.profile-inner__wrapper .profile-sidebar__wrapper .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.profile-inner__wrapper .profile-sidebar__wrapper .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.profile-inner__wrapper .profile-sidebar__wrapper .avatar__block {
    margin-bottom: 30px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-avatar {
    width: 100px;
    height: 100px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #F1F1F1;
    margin-bottom: 8px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-avatar .letter {
    font-size: 30px;
    font-weight: 900;
    color: #CC1111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-inner__wrapper .profile-sidebar__wrapper .add-avatar {
    color: #CC1111;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-sidebar__wrapper .add-avatar:hover {
    opacity: 0.7;
}

.profile-inner__wrapper .profile-sidebar__wrapper .add-avatar span {
    margin-right: 6px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .name {
    font-size: 30px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .mail, .profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .phone, .profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .mail img, .profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .phone img, .profile-inner__wrapper .profile-sidebar__wrapper .profile-info__block .company img {
    display: block;
    width: 14px;
    height: auto;
    margin-right: 12px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 50px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .edit-profile, .profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .exit-profile {
    font-size: 12px;
    font-weight: 500;
    color: #cc1111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .edit-profile:hover, .profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .exit-profile:hover {
    opacity: 0.7;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .edit-profile img, .profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .exit-profile img {
    display: block;
    width: 12px;
    margin-right: 8px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .profile-control__row .edit-profile {
    margin-right: 50px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .public-offer {
    font-size: 15px;
    font-weight: 600;
    color: #CC1111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.3px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-decoration: underline;
    max-width: 180px;
    margin-bottom: 40px;
}

.profile-inner__wrapper .profile-sidebar__wrapper .public-offer:hover {
    text-decoration: none;
    opacity: 0.7;
}

.profile-inner__wrapper .profile-sidebar__wrapper .public-offer img {
    width: 23px;
    display: block;
    margin-right: 10px;
}

.profile-inner__wrapper .profile-edit__wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 50px 80px 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}

.profile-inner__wrapper .profile-edit__wrapper .section-title {
    font-size: 30px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.profile-inner__wrapper .profile-edit__wrapper .red-btn {
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    max-width: 250px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.profile-inner__wrapper .profile-edit__wrapper .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.2px;
}

.profile-inner__wrapper .profile-edit__wrapper .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.profile-inner__wrapper .profile-edit__wrapper .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.profile-inner__wrapper .profile-edit__wrapper .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.profile-inner__wrapper .profile-edit__wrapper .edit-form__profile {
    margin-bottom: 50px;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper {
    max-width: 250px;
    width: 100%;
    margin-bottom: 10px;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper .input-lbl {
    font-size: 12px;
    font-weight: 200;
    color: #999999;
    margin: 0 0 5px 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper .input-lbl.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input {
    width: 100%;
    height: 44px;
    background: #F1F1F1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input:focus::-moz-placeholder {
    opacity: 0;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input:focus::placeholder {
    opacity: 0;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input::-moz-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input:-ms-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-edit__wrapper .input__wrapper input::placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.profile-inner__wrapper .profile-content__wrapper {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    background: #F1F1F1;
    position: relative;
    padding: 50px 0 80px 40px;
}

.profile-inner__wrapper .profile-content__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -500%;
    width: 500%;
    height: 100%;
    background: #F1F1F1;
    z-index: -1;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .section-title {
    font-size: 30px;
    color: #333333;
    font-weight: 900;
    margin-right: 40px;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap {
    white-space: nowrap;
    background: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #CC1111;
    padding: 0 18px;
    height: 42px;
    margin-right: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap:hover {
    -webkit-box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap span {
    color: #CCCCCC;
    margin-left: 12px;
}

.profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap.active {
    -webkit-box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    pointer-events: none;
    opacity: 1;
}

.profile-inner__wrapper .profile-content__wrapper .show-more__btn {
    max-width: 220px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.profile-inner__wrapper .profile-content__wrapper .show-more__btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.profile-inner__wrapper .profile-content__wrapper .show-more__btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

/*.profile-inner__wrapper .profile-content__wrapper .show-more__btn:hover .btn-text {*/
/*opacity: 0;*/
/*margin-right: 160px; }*/
/*.profile-inner__wrapper .profile-content__wrapper .show-more__btn:hover img {*/
/*opacity: 1;*/
/*left: 50%; }*/
.profile-inner__wrapper .profile-content__wrapper .products__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item {
    width: -webkit-calc(100% * 1 / 3 - 20px);
    width: calc(100% * 1 / 3 - 20px);
    margin: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: perspective(500px) translate3d(0, 0, 0);
    transform: perspective(500px) translate3d(0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0, 15px);
    transform: perspective(500px) translate3d(0, 0, 15px);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .img__wrapper {
    height: 190px;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .img__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .title {
    background: #ffffff;
    text-align: center;
    font-weight: 900;
    color: #333333;
    padding: 12px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item {
    background: #ffffff;
    padding: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .text-content {
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .red-btn {
    max-width: 210px;
    white-space: nowrap;
    background: #CC1111;
    width: 100%;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.5px;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.profile-inner__wrapper .profile-content__wrapper .products__wrapper .special-item:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0, 0);
    transform: perspective(500px) translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-profile__heading {
    width: 100%;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-profile__heading .user-info {
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-profile__heading .user-info p {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.mobile-profile__heading .user-info .profile-avatar {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #F1F1F1;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 15px;
}

.mobile-profile__heading .user-info .profile-avatar .letter {
    font-size: 16px;
    font-weight: 900;
    color: #CC1111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-profile__heading .user-info .profile-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobile-profile__heading .arr-down__wrap {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-profile__heading .arr-down__wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-profile__heading .arr-down__wrap.opened {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-profile__heading.opened {
    border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 1200px) {
    .profile-inner__wrapper .profile-sidebar__wrapper {
        max-width: 300px;
        padding: 50px 30px 80px 0;
    }

    .profile-inner__wrapper .profile-content__wrapper {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 50px 0 80px 10px;
    }
}

@media (max-width: 1000px) {
    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% * 1 / 2 - 20px);
        width: calc(100% * 1 / 2 - 20px);
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row {
        margin-bottom: 0;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .section-title {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap {
        margin-bottom: 20px;
        font-size: 12px;
        padding: 0 12px;
        height: 34px;
        margin-right: 12px;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap:hover {
        -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap span {
        margin-left: 8px;
    }

    .profile-inner__wrapper .profile-content__wrapper .top-controls__row .filters__wrapper .filter-btn__wrap.active {
        -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 850px) {
    .profile-inner__wrapper .profile-sidebar__wrapper {
        display: none;
    }

    .profile-inner__wrapper .profile-sidebar__wrapper .public-offer {
        margin-bottom: 20px;
    }

    .profile-inner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .profile-inner__wrapper .profile-sidebar__wrapper {
        max-width: 100%;
        width: 100%;
        padding: 30px 15px 40px 15px;
    }

    .profile-inner__wrapper .profile-content__wrapper {
        width: 100%;
        padding: 40px 5px 50px 5px;
    }

    .profile-inner__wrapper .profile-content__wrapper .products__wrapper {
        margin-bottom: 30px;
    }

    .profile-inner__wrapper .profile-edit__wrapper {
        padding: 40px 15px;
    }

    .profile-inner__wrapper .profile-edit__wrapper .input__wrapper {
        max-width: 400px;
        margin: 0 auto 10px auto;
    }

    .profile-inner__wrapper .profile-edit__wrapper .red-btn {
        margin: 0 auto;
    }

    .profile-inner__wrapper .profile-edit__wrapper .edit-form__profile {
        margin-bottom: 30px;
    }

    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% * 1 / 3 - 20px);
        width: calc(100% * 1 / 3 - 20px);
    }

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

    .profile-inner__wrapper .profile-sidebar__wrapper .section-title {
        display: none;
    }

    .profile-inner__wrapper .profile-edit__wrapper .section-title {
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 650px) {
    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% * 1 / 2 - 14px);
        width: calc(100% * 1 / 2 - 14px);
        margin: 7px;
    }
}

@media (max-width: 550px) {
    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .img__wrapper {
        height: 130px;
    }

    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .title {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 10px;
    }

    .profile-inner__wrapper .profile-content__wrapper .products__wrapper .product-item .img__wrapper {
        height: 160px;
    }
}

.create-event__wrap {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding: 50px 0;
}

.create-event__wrap .create-event__inner {
    max-width: 900px;
    padding-bottom: 50px;
}

.create-event__wrap .create-event__inner .input__wrapper {
    width: 100%;
    margin-bottom: 25px;
}

.create-event__wrap .create-event__inner .input__wrapper .lbl {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 10px;
    margin-left: 20px;
}

.create-event__wrap .create-event__inner .input__wrapper input[type="date"], .create-event__wrap .create-event__inner .input__wrapper input[type="time"] {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.create-event__wrap .create-event__inner .input__wrapper textarea {
    width: 100%;
    height: 400px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.create-event__wrap .create-event__inner .input__wrapper input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 0 20px;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
}


.create-event__wrap .create-event__inner .input__wrapper textarea {
    outline: none;
    border: none;
    resize: none;
    width: 100%;
    height: 150px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.create-event__wrap .create-event__inner .input__wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.create-event__wrap .create-event__inner .input__wrapper input:focus::-moz-placeholder {
    opacity: 0;
}

.create-event__wrap .create-event__inner .input__wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.create-event__wrap .create-event__inner .input__wrapper input:focus::placeholder {
    opacity: 0;
}

.create-event__wrap .create-event__inner .input__wrapper input::-webkit-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.create-event__wrap .create-event__inner .input__wrapper input::-moz-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.create-event__wrap .create-event__inner .input__wrapper input:-ms-input-placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.create-event__wrap .create-event__inner .input__wrapper input::placeholder {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.create-event__wrap .create-event__inner .section-title {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.create-event__wrap .create-event__inner .main-form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.create-event__wrap .create-event__inner .left-column {
    max-width: 350px;
    width: 100%;
    margin-right: 40px;
}

.create-event__wrap .create-event__inner .left-column .img-title {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 10px;
}

.create-event__wrap .create-event__inner .left-column .img-drop {
    width: 100%;
    height: 250px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.create-event__wrap .create-event__inner .left-column .img-drop .uploaded__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

.create-event__wrap .create-event__inner .left-column .img-drop .image-descr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 220px;
    padding: 8px 10px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.create-event__wrap .create-event__inner .left-column .img-drop .image-descr p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px auto;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload .file-input {
    display: none;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload .upload__btn {
    display: block;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload .upload__btn:hover {
    cursor: pointer;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload .upload__btn:hover img {
    -webkit-transform: perspective(300px) translate3d(0, 0, 10px);
    transform: perspective(300px) translate3d(0, 0, 10px);
    opacity: 0.7;
}

.create-event__wrap .create-event__inner .left-column .img-drop .file-upload .upload__btn img {
    -webkit-transform: perspective(300px) translate3d(0, 0, 0);
    transform: perspective(300px) translate3d(0, 0, 0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;
    width: 100%;
    height: 100%;
}

.create-event__wrap .create-event__inner .left-column .mini-img__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.create-event__wrap .create-event__inner .left-column .mini-img__wrapper .img-mini {
    height: 65px;
    width: 78px;
}

.create-event__wrap .create-event__inner .left-column .mini-img__wrapper .img-mini .image-descr {
    max-width: 100%;
    background: none;
}

.create-event__wrap .create-event__inner .left-column .mini-img__wrapper .img-mini .file-upload {
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

.create-event__wrap .create-event__inner .left-column .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 25px;
}

.create-event__wrap .create-event__inner .left-column .description .text-wrapper {
    max-width: 300px;
}

.create-event__wrap .create-event__inner .left-column .description img {
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 12px;
    margin-top: 0px;
}

.create-event__wrap .create-event__inner .left-column .description p {
    font-size: 14px;
    font-weight: 200;
    color: #333333;
    margin-bottom: 15px;
}

.create-event__wrap .create-event__inner .right-column {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
}

.create-event__wrap .create-event__inner .right-column .inputs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.create-event__wrap .create-event__inner .right-column .inputs__row .input__wrapper {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.create-event__wrap .create-event__inner .social-part__wrapper {
    /*margin-left: auto;*/
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input {
    padding-bottom: 15px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper .inner-input {
    position: relative;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper .inner-input img {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper input {
    padding: 0 20px 0 50px;
    font-size: 15px;
    font-weight: 200;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 200;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper input::-moz-placeholder {
    font-size: 15px;
    font-weight: 200;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 200;
}

.create-event__wrap .create-event__inner .social-part__wrapper .socials__input .input__wrapper input::placeholder {
    font-size: 15px;
    font-weight: 200;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block {
    padding-bottom: 30px;
    width: 200px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .title {
    color: #333333;
    font-weight: 900;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkbox__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 250px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkbox__wrapper .check-box-filter {
    margin-right: 30px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkbox__wrapper .check-box-filter:last-child {
    margin-right: 0;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter .check-btn:checked ~ .checkmark:after {
    display: block;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #CC1111;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter .check-btn:checked ~ .checkmark {
    border: 1px solid #fff;
    background: #fff;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter .check-btn.disabled:checked ~ .checkmark {
    border: 1px solid #E3E3E3;
    background: #E3E3E3;
    opacity: 0.8;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter.disabled {
    cursor: auto;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkmark {
    position: absolute;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter .check-btn {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .check-box-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 37px;
    font-size: 14px;
    height: 25px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .red-btn {
    max-width: 200px;
    width: 100%;
    white-space: nowrap;
    background: #CC1111;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.create-event__wrap .create-event__inner .social-part__wrapper .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.3px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.create-event__wrap .create-event__inner .social-part__wrapper .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.create-event__wrap .create-event__inner .social-part__wrapper .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

@media (max-width: 900px) {
    .create-event__wrap .create-event__inner .right-column {
        width: 100%;
    }

    .create-event__wrap .create-event__inner .left-column {
        max-width: 100%;
        width: 100%;
    }

    .main-form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .create-event__wrap .create-event__inner .left-column .description .text-wrapper {
        max-width: 100%;
    }

    .create-event__wrap .create-event__inner .social-part__wrapper {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .create-event__wrap .create-event__inner .left-column .mini-img__wrapper .img-mini {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }
}

@media (max-width: 550px) {
    .create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block .checkbox__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .create-event__wrap .create-event__inner .input__wrapper .lbl {
        font-size: 12px;
        margin-left: 12px;
    }

    .create-event__wrap .create-event__inner .left-column .img-title {
        font-size: 12px;
    }

    .create-event__wrap .create-event__inner .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .create-event__wrap {
        padding: 40px 0;
    }

    .create-event__wrap .create-event__inner .social-part__wrapper .checkbox-block {
        padding-bottom: 20px;
    }

    .create-event__wrap .create-event__inner .left-column .img-drop {
        margin-bottom: 15px;
    }

    .create-event__wrap .create-event__inner {
        max-width: 900px;
        padding-bottom: 20px;
    }

    .create-event__wrap .create-event__inner .social-part__wrapper .red-btn {
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .create-event__wrap .create-event__inner .right-column .inputs__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .create-event__wrap .create-event__inner .right-column .inputs__row .input__wrapper {
        width: 100%;
    }
}

.error-container {
    max-width: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 15px;
}

.error-container p {
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.error-container .img__wrapper {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.error-container .img__wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.error-container .red-btn {
    white-space: nowrap;
    background: #CC1111;
    width: 230px;
    margin-bottom: 0;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.error-container .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.error-container .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.error-container .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.error-container .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

@media (max-width: 550px) {
    .error-container p {
        font-size: 20px;
    }

    .error-container .img__wrapper {
        margin-bottom: 40px;
    }
}


.touchevents .red-btn img {
    display: none !important;
}

.touchevents .red-btn:hover img {
    opacity: 0 !important;
    left: 100% !important;
    pointer-events: none !important;
}

.touchevents .red-btn:hover .btn-text {
    opacity: 1 !important;
    margin-right: 0 !important;
}

.preload-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CC1111;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    opacity: 0.95;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    /*border-color: #fff transparent transparent transparent;*/
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.howto__section {
    padding: 40px 0;
}

.howto__section .string-block {
    display: block;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 15px;
    height: 144px;
    overflow: hidden;
}

.howto__section .winner-code {
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.howto__section .winner-code span {
    color: #CC1111;
}

.howto__section .code {
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    line-height: 1.6;
}

.howto__section .code span {
    font-size: 18px;
    color: #CC1111;
    font-weight: 600;
}

.howto__section .string-block.opened {
    height: auto;
}

.howto__section .show-more {
    font-size: 12px;
    font-weight: 600;
    color: #CC1111;
}

.howto__section .block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
}

.howto__section .fast-registration__wrapper {
    width: 100%;
}

.howto__section .fast-registration__wrapper .top__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.howto__section .fast-registration__wrapper .top__row .title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    margin-right: 25px;
    letter-spacing: 0.5px;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block {
    max-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: 200;
    font-size: 14px;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block p {
    margin-right: 20px;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3F5D94;
    position: relative;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn:hover {
    opacity: 0.8;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block .social-auth__btn img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 17px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block .g-button {
    background: #DD4B39;
    margin-left: 15px;
}

.howto__section .fast-registration__wrapper .top__row .social-auth__block .g-button img {
    height: 14px;
}

.howto__section .fast-registration__wrapper .form__wrapper {
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.howto__section .fast-registration__wrapper .form__wrapper .inputs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper {
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl {
    font-size: 12px;
    font-weight: 200;
    color: #999999;
    margin: 0 0 5px 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input {
    width: 100%;
    height: 44px;
    background: #F1F1F1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::-moz-placeholder {
    opacity: 0;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input:focus::placeholder {
    opacity: 0;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input::-moz-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input:-ms-input-placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper input::placeholder {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .descr {
    max-width: 330px;
    line-height: 1.6;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.3px;
    font-weight: 200;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
    min-width: 170px;
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    white-space: nowrap;
    background: #CC1111;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.3px;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.howto__section .fast-registration__wrapper .form__wrapper .input__wrapper .input-lbl {
    margin: 3px 0 3px 15px;
}

.howto__section .fast-registration__wrapper .top__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 25px 0 25px;
}

.howto__section .fast-registration__wrapper .top__row .title {
    margin-right: 0;
    padding-bottom: 10px;
}

.howto__section .reg-inner__wrap {
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.howto__section .fast-registration__wrapper .form__wrapper {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 25px 30px 25px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.howto__section .fast-registration__wrapper .form__wrapper .inputs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto 30px auto;
}

.howto__section .fast-registration__wrapper .form__wrapper .inputs__row .input__wrapper {
    width: 100%;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .descr {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 10px auto;
}

.howto__section .participate__block {
    display: none;
    padding-top: 10px;
}

.howto__section .participate__block .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.howto__section .participate__block .red-btn {
    max-width: 200px;
    width: 100%;
    white-space: nowrap;
    background: #CC1111;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.howto__section .participate__block .red-btn .btn-text {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    letter-spacing: 0.3px;
}

.howto__section .participate__block .red-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    display: block;
    width: 40px;
    opacity: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.howto__section .participate__block .red-btn:hover .btn-text {
    opacity: 0;
    margin-right: 160px;
}

.howto__section .participate__block .red-btn:hover img {
    opacity: 1;
    left: 50%;
}

.howto__section .participate__block .red-btn.disabled {
    pointer-events: none;
    background: #CCCCCC;
    max-width: 240px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
}

.howto__section .participate__block .red-btn.disabled:hover .btn-text {
    opacity: 1;
    margin-right: 0;
}

.howto__section .participate__block .red-btn.disabled:hover img {
    opacity: 0;
    left: 90%;
}

.howto__section .description-side {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-top: 10px;
}

.howto__section .description-side:last-child {
    margin-bottom: 0;
}

.howto__section .description-side .number {
    font-size: 36px;
    font-weight: 900;
    color: #CC1111;
    margin-right: 30px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.howto__section .description-side .descr {
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 200;
    color: #333333;
}

.howto__section .description-side .descr p {
    margin-bottom: 15px;
}

.howto__section .content-side {
    width: 48%;
}

.howto__section .participants__section .section-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #333333;
    margin-bottom: 30px;
}

.howto__section .participants__section .section-title span {
    font-size: 28px;
    margin-left: 15px;
}

.howto__section .participants__section .participants-table__wrapper {
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 15px 15px 20px 15px;
}

.howto__section .participants__section .participants-table__wrapper .table-inner {
    height: 342px;
    overflow: auto;
}

.howto__section .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

.howto__section .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar-thumb {
    background: rgba(216, 36, 36, 0.55);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.howto__section .participants__section .participants-table__wrapper .table-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(216, 36, 36, 0.85);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.howto__section .participants__section .participants-table__wrapper .number {
    max-width: 50px;
    padding: 0 5px;
    width: 100%;
}

.howto__section .participants__section .participants-table__wrapper .mail {
    width: -webkit-calc(65% - 25px);
    width: calc(65% - 25px);
    padding: 0 5px;
}

.howto__section .participants__section .participants-table__wrapper .date {
    width: -webkit-calc(35% - 25px);
    width: calc(35% - 25px);
    padding: 0 5px;
}

.howto__section .participants__section .participants-table__wrapper .participant-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 5px;
    font-size: 15px;
    color: #333333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.howto__section .participants__section .participants-table__wrapper .participant-item:nth-child(2n - 1) {
    background: #F7F7F7;
}

.howto__section .participants__section .participants-table__wrapper .participant-item:nth-child(2n - 1) .number {
    opacity: 0.7;
}

.howto__section .participants__section .participants-table__wrapper .table-heading {
    font-size: 14px;
    font-weight: 200;
    color: #999999;
    letter-spacing: 0.3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 10px 5px;
}

.howto__section .winners__section {
    display: block;
}

.howto__section .winners__section .section-title {
    font-size: 20px;
    font-weight: 900;
    color: #333333;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.howto__section .winners__section .winners-table {
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

.howto__section .winners__section .winner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    font-weight: 200;
    font-size: 14px;
    color: #333333;
}

.howto__section .winners__section .winner-item .number {
    max-width: 100px;
    width: 100%;
    padding-right: 10px;
}

.howto__section .winners__section .winner-item .name {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    padding-right: 10px;
}

.howto__section .winners__section .winner-item .mail {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}

.howto__section .winners__section .winner-item .info {
    font-weight: 600;
    margin-left: 3px;
}

.howto__section .winners__section .winner-item:nth-child(2n) {
    background: #F7F7F7;
}

@media (max-width: 1100px) {
    .howto__section .participants__section .participants-table__wrapper .participant-item {
        font-size: 12px;
    }

    .howto__section .participants__section .participants-table__wrapper .table-inner {
        height: 340px;
    }

    .howto__section .participants__section .participants-table__wrapper .mail {
        width: -webkit-calc(60% - 25px);
        width: calc(60% - 25px);
    }

    .howto__section .participants__section .participants-table__wrapper .date {
        width: -webkit-calc(40% - 25px);
        width: calc(40% - 25px);
    }
}

@media (max-width: 1000px) {
    .howto__section {
        max-width: 780px;
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }

    .howto__section .block-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .howto__section .block-item .content-side, .howto__section .block-item .description-side {
        width: 100%;
    }

    .howto__section .block-item .description-side {
        margin-bottom: 30px;
    }
}

@media (max-width: 650px) {
    .howto__section .participate__block .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .howto__section .block-item {
        padding: 30px 0;
    }

    .howto__section .winners__section .winner-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 15px;
    }

    .howto__section .winners__section .winner-item .number, .howto__section .winners__section .winner-item .name, .howto__section .winners__section .winner-item .mail {
        padding: 0;
        width: 100%;
    }

    .howto__section .winners__section .winner-item .number, .howto__section .winners__section .winner-item .name {
        padding-bottom: 3px;
    }

    .howto__section .winners__section .winners-table {
        padding: 5px 0;
    }

    .howto__section .fast-registration__wrapper .top__row {
        padding: 30px 15px 0 15px;
        text-align: center;
    }

    .howto__section .fast-registration__wrapper .top__row .title {
        font-size: 22px;
    }

    .howto__section .fast-registration__wrapper .top__row .social-auth__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .howto__section .fast-registration__wrapper .top__row .social-auth__block p {
        margin-right: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .howto__section .participants__section .participants-table__wrapper .table-inner {
        height: 340px;
    }

    .howto__section .fast-registration__wrapper .form__wrapper .submit__row .red-btn {
        max-width: 100%;
    }

    .howto__section .participants__section .participants-table__wrapper .table-heading {
        font-size: 12px;
    }

    .howto__section .participants__section .participants-table__wrapper {
        padding: 15px 5px 20px 5px;
    }

    .howto__section .participants__section .participants-table__wrapper .participant-item {
        font-size: 10px;
    }
}

.input__wrapper select {
    border: none;
    width: 100%;
    height: 44px;
    display: block;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
}