/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

details,
main {
    display: block
}

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

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

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

a {
    background-color: transparent;
    text-decoration: none;
    display: inline-block
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.menu-wrap a {
    color: #fff
}

.menu-wrap a:focus,
.menu-wrap a:hover {
    color: #24bb9d
}

.close-button,
.menu-button {
    border: 0;
    background: 0 0;
    color: transparent;
    outline: 0
}

.menu-button {
    position: fixed;
    right: 0;
    z-index: 1000;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    text-indent: 2.5em;
    font-size: 1.5em;
    display: none
}

.menu-button::before {
    position: absolute;
    top: .5em;
    right: .5em;
    bottom: .5em;
    left: .5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #24bb9d), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #24bb9d), color-stop(60%, #24bb9d), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #24bb9d));
    background: -o-linear-gradient(#24bb9d 20%, transparent 20%, transparent 40%, #24bb9d 40%, #24bb9d 60%, transparent 60%, transparent 80%, #24bb9d 80%);
    background: linear-gradient(#24bb9d 20%, transparent 20%, transparent 40%, #24bb9d 40%, #24bb9d 60%, transparent 60%, transparent 80%, #24bb9d 80%);
    content: ""
}

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: .75em
}

.close-button::after,
.close-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #24bb9d
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-wrap {
    position: fixed;
    overflow-y: auto;
    z-index: 1001;
    width: 300px;
    background: #373a47;
    padding: 2.5em 1.5em 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.menu-wrap i {
    margin-right: 20px
}

.icon-list,
.menu,
.menu-wrap {
    height: 100%
}

.icon-list,
.icon-list a {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0s .4s;
    -o-transition: transform 0s .4s;
    transition: transform 0s .4s;
    transition: transform 0s .4s, -webkit-transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.icon-list a {
    display: block;
    padding: .8em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0)
}

.icon-list a:nth-child(2) {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
}

.icon-list a:nth-child(3) {
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0)
}

.icon-list a:nth-child(4) {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.icon-list a:nth-child(5) {
    -webkit-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0)
}

.icon-list a:nth-child(6) {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

.icon-list a span {
    margin-left: 10px;
    font-weight: 700
}

.show-menu .content::before,
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
    -webkit-transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s
}

.show-menu .icon-list a {
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

ul {
    list-style: none
}

ul,
ul li {
    margin: 0;
    padding: 0
}

.header-container {
    position: -webkit-sticky;
    position: sticky;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 15;
    background-color: #af0000;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

@media (max-height:700px) and (min-width:1024px) {
    .header-wrapper {
        height: auto;
        overflow: hidden
    }
}

.footer__menu,
.header-top,
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__menu,
.header__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__menu li+li,
.footer__pay img+img,
.header__menu li+li,
.o-flex--horizontal div+div {
    padding-left: 15px
}

.footer__menu a,
.header__menu a {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.logo-img {
    height: 70px
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button {
    position: relative;
    width: auto;
    height: auto;
    padding: 8px 16px;
    border: 0;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.login-form-open,
.register-button {
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.register-button {
    margin: 0 0 0 11px;
    background: #3598fe
}

.promo_code_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 25px
}

.promo_code_block .promo_first_block {
    min-height: 215px;
    height: auto;
    width: 27%;
    border-right: 1px solid rgba(0, 0, 0, .12);
    position: relative
}

.promo_code_block .promo_first_block>span {
    text-align: center;
    width: 100%;
    display: block
}

.promo_code_block .promo_first_block .promo_first_title {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px
}

.promo_code_block .promo_first_block .promo_first_summ {
    margin-top: 5px;
    font-size: 24px;
    line-height: 28px;
    color: #ffa420
}

.promo_code_block .promo_first_block .promo_first_date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, .38)
}

.promo_code_block .promo_first_block .promo_first_button {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: #76ab01;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer
}

.promo_code_block .promo_second_block {
    width: 73%;
    padding: 10px 10px 10px 20px;
    position: relative
}

.promo_code_block .promo_second_block .promo_second_title {
    font-size: 16px;
    font-weight: 700
}

.promo_code_block .promo_second_block .promo_second_desc {
    font-size: 14px;
    margin-top: 40px
}

.promo_code_block .promo_second_block .promo_second_desc p {
    color: #212121
}

.td-bc-logo-L {
    background: url(../images/1.png) center 0 no-repeat
}

.td-bc-logo {
    background-size: cover !important;
    display: block;
    height: 34px;
    width: 100px;
    cursor: pointer
}

.promo_code_block .promo_second_block .td-bc-logo {
    position: absolute;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .15);
    border-radius: 5px;
    top: 8px;
    right: 8px
}

.main {
    padding-top: 30px
}

.o-scrollable {
    overflow: hidden;
    width: 100%
}

.o-flex--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.o-flex--horizontal,
.o-flex-align--normal,
.o-flex-justify--normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.o-flex-align--normal {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.o-flex-justify--normal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.o-scrollable__wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden
}

.t-border-r--md {
    border-radius: 16px
}

.main .main__content h1,
.main h2 {
    text-align: center
}

.main .main__content {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px
}

.main .main__content ul {
    padding-left: 30px;
    list-style: disc
}

.promo-pull {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #32007e;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
    padding: 0 15px;
    height: 56px
}

.promo-pull_show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.promo-pull__img-holder {
    margin-top: -15px;
    border-radius: 50%;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn.footer__btn {
    background: #ffca30;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.a18 {
    margin-left: 50px
}

.footer {
    padding-bottom: 85px;
    padding-top: 30px;
    background: #af0000
}

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

.footer__pay img {
    height: 48px
}

.footer__menu,
.footer__pay {
    margin-bottom: 30px
}

.footer__copy {
    color: #fff;
    text-align: center
}

@media (max-width:1120px) {

    .header .header__inner .header__login form,
    .header__btn,
    .header__menu {
        display: none
    }

    .header .header__inner .header__login {
        border: 0
    }

    .menu-button {
        display: block;
        top: 11px
    }

    .menu-wrap {
        background: #af0000
    }

    .menu-wrap .menu__list li+li {
        padding: 0
    }

    .mb-header__login {
        display: block;
        border: 0
    }

    .mb-header__login input {
        width: 100%
    }

    .mb-header__login a {
        margin: 0
    }

    .mb-header__login .register__btn a {
        margin-right: 0
    }

    .mb-header__login .login__btn a {
        margin: 10px 0
    }

    .main__wrapper,
    .menu-wrap .menu__list {
        display: block
    }

    .buttons-wrapper {
        margin-right: 35px
    }

    .o-flex--horizontal div+div {
        padding-left: 0
    }

    .u-margin-bottom--lg,
    .u-margin-left--md {
        margin-left: 15px
    }
}

@media (max-width:560px) {
    .logo-img {
        height: 40px;
        width: 100px
    }

    .header-container {
        height: auto
    }

    .menu-button {
        top: -5px
    }

    .login-form-open,
    .register-button {
        font-size: 10px;
        padding: 8px 5px
    }

    .a18 {
        display: none
    }

    .promo_code_block {
        display: block
    }

    .promo_code_block .promo_first_block,
    .promo_code_block .promo_second_block {
        width: 100%
    }

    .promo_code_block .promo_first_block {
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .promo_code_block .promo_first_block .promo_first_title {
        padding-top: 30px
    }

    .u-margin-bottom--lg,
    .u-margin-left--md {
        width: 150px
    }
}