/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .9
}

.hamburger.is-active:hover {
    opacity: .9
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

::-webkit-input-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

::placeholder {
    color: #fff
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: roboto-example, sans-serif;
    overflow-x: hidden;
    background: url(../img/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center
}

body input, body textarea {
    outline: 0 !important
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid, body textarea:required:valid {
    border-color: green
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b, strong {
    font-weight: 700
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

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

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

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: space-between;
    -ms-flex-direction: space-between;
    flex-direction: space-between;
    width: 100%
}

@media (max-width: 767.98px) {
    .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header {
    padding: 25px 0
}

.header__info {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto
}

.header .columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700
}

.header__contacts div {
    padding: 7px 10px
}

.header__menu {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__menu li {
    padding: 7px 12px
}

.header__menu a {
    color: #fff;
    position: relative
}

.header__menu a:after {
    position: absolute;
    height: 2px;
    width: 0;
    display: block;
    content: '';
    background: -webkit-linear-gradient(left, #2d6ac2 0, #bf4153 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2d6ac2), to(#bf4153));
    background: -o-linear-gradient(left, #2d6ac2 0, #bf4153 100%);
    background: linear-gradient(to right, #2d6ac2 0, #bf4153 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6ac2', endColorstr='#bf4153', GradientType=1);
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.header__menu a:hover:after {
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    width: 100%
}

.header__menu a:hover {
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    background: -webkit-linear-gradient(#2d6ac2, #bf4153);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none
}

.header__menu .active {
    display: block;
    background: -webkit-linear-gradient(#2d6ac2, #bf4153);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none
}

.header__menu .active:after {
    width: 100%
}

.header__menu-button {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px
}

@media (max-width: 767.98px) {
    .header {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__logo {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }

    .header__info {
        width: 100%;
        margin-right: auto;
        margin-left: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

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

    .header__menu {
        display: none
    }

    .header__menu-button {
        display: block
    }

    .header__menu.is-active {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-transition: all 300s;
        -o-transition: all 300s;
        transition: all 300s
    }
}

.h1 {
    font-size: 2.5em;
    line-height: 1.4em;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.title {
    font-size: 2.2em;
    line-height: 1.1em;
    text-align: center;
    padding-bottom: 25px
}

.subtitle {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 25px
}

@media (max-width: 767.98px) {
    .h1 {
        font-size: 2em
    }
}

.main {
    margin-bottom: 80px
}

.main .column {
    width: 33%
}

.main__form {
    max-width: 360px
}

.main__content ul {
    list-style-type: none;
    font-size: 17px
}

.main__content b {
    font-size: 20px;
    display: block;
    padding-bottom: 5px
}

@media (max-width: 767.98px) {
    .main .column {
        width: 100%
    }

    .main__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .main__content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .main__content ul {
        padding-left: 0;
        margin: 20px auto
    }

    .main__form {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.form {
    padding: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2d6ac2;
    background: -webkit-linear-gradient(-45deg, #2d6ac2 0, #bf4153 100%);
    background: -webkit-linear-gradient(315deg, #2d6ac2 0, #bf4153 100%);
    background: -o-linear-gradient(315deg, #2d6ac2 0, #bf4153 100%);
    background: linear-gradient(135deg, #2d6ac2 0, #bf4153 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6ac2', endColorstr='#bf4153', GradientType=1);
    color: #fff
}

.form__title {
    text-align: center;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 700;
    padding-bottom: 20px
}

.form__subtitle {
    font-size: 18px;
    line-height: 1.1em;
    padding-bottom: 20px
}

.form__body {
    width: 100%
}

.form__inner {
    padding: 50px 45px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #010825;
    background: -webkit-linear-gradient(left, #010825 0, #010825 100%);
    background: -webkit-gradient(linear, left top, right top, from(#010825), to(#010825));
    background: -o-linear-gradient(left, #010825 0, #010825 100%);
    background: linear-gradient(to right, #010825 0, #010825 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010825', endColorstr='#010825', GradientType=1)
}

.form__input {
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #b92a49;
    background: -webkit-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b92a49), to(#0c5ba6));
    background: -o-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: linear-gradient(to right, #b92a49 0, #0c5ba6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b92a49', endColorstr='#0c5ba6', GradientType=1)
}

.form input[type=text] {
    width: 100%;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #08062e;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(left, #08062e 0, #080730 100%);
    background: -webkit-gradient(linear, left top, right top, from(#08062e), to(#080730));
    background: -o-linear-gradient(left, #08062e 0, #080730 100%);
    background: linear-gradient(to right, #08062e 0, #080730 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08062e', endColorstr='#080730', GradientType=1)
}

.form .button {
    width: 100%
}

.form__footer {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%
}

.form__footer .form__inner {
    padding: 25px 45px !important
}

.form__footer .form__body {
    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
}

.form__footer .form__body .button {
    margin: 15px
}

.form__footer .form__input {
    margin: 25px
}

.form__footer .form__subtitle {
    padding-bottom: 10px
}

@media (max-width: 767.98px) {
    .form__footer .form__subtitle {
        text-align: center;
        font-size: 18px
    }

    .form__footer .form__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__footer .form__input {
        margin: 15px
    }
}

.button {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
    color: #fff;
    -webkit-transition-duration: none;
    -o-transition-duration: none;
    transition-duration: none;
    padding: 10px 25px;
    background: #2d6ac2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px 0 rgba(17, 230, 255, .3);
    box-shadow: 0 0 15px 0 rgba(17, 230, 255, .3);
    background: -webkit-linear-gradient(left, #2d6ac2 0, #bf4153 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2d6ac2), to(#bf4153));
    background: -o-linear-gradient(left, #2d6ac2 0, #bf4153 100%);
    background: linear-gradient(to right, #2d6ac2 0, #bf4153 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6ac2', endColorstr='#bf4153', GradientType=1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff
}

.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: space-between;
    -ms-flex-direction: space-between;
    flex-direction: space-between;
    padding-bottom: 60px
}

.icon {
    width: 33%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px
}

.icon__title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    max-width: 200px
}

@media (max-width: 767.98px) {
    .icons {
        -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
    }

    .icon {
        width: 100%;
        margin-bottom: 20px
    }

    .icon__title {
        font-size: 20px;
        line-height: 1.2em
    }
}

.payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.payments .payment__img {
    padding: 16px
}

.footer__logo {
    text-align: center
}

.footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__contacts div {
    padding: 7px 10px
}

.footer__menu {
    list-style-type: none;
    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;
    font-size: 20px;
    padding: 0
}

.footer__menu a {
    padding: 7px 12px;
    color: #fff
}

.footer__menu a:hover {
    color: rgba(255, 255, 255, .5)
}

.footer__menu .active {
    padding: 7px 12px;
    color: rgba(255, 255, 255, .5)
}

.footer .copyright {
    color: #818181;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 20px
}

.content a {
    color: #4d62ab
}

@media (max-width: 767.98px) {
    .footer__contacts {
        -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
    }

    .footer__menu {
        -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
    }
}

.menu__info {
    list-style-type: none;
    padding-left: 0
}

.menu__info a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding-right: 10px
}

.menu__info a:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: -1;
    background: #b92a49;
    background: -webkit-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b92a49), to(#0c5ba6));
    background: -o-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: linear-gradient(to right, #b92a49 0, #0c5ba6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b92a49', endColorstr='#0c5ba6', GradientType=1)
}

.menu__info a:after {
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    background: #010b26
}

.menu__info a:hover {
    color: #fff;
    text-decoration: none
}

.menu__info a:hover:after {
    height: 25px;
    background: #b92a49;
    background: -webkit-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b92a49), to(#0c5ba6));
    background: -o-linear-gradient(left, #b92a49 0, #0c5ba6 100%);
    background: linear-gradient(to right, #b92a49 0, #0c5ba6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b92a49', endColorstr='#0c5ba6', GradientType=1);
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    width: 100%;
    z-index: -1;
    left: 0
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-size: 18px
}

.breadcrumbs div {
    padding-right: 10px
}

.breadcrumbs div:last-child {
    padding-left: 10px
}

.breadcrumbs a {
    color: #818181;
    text-decoration: underline;
    font-size: 18px
}

.breadcrumbs a:hover {
    color: rgba(255, 255, 255, .7)
}

.validate-error {
    background: rgba(185, 42, 73, .5) !important
}

.notice-page {
    min-height: 400px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.visibleText {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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
}

.visibleText .shwHdnBtn {
    border: 7px solid transparent;
    border-top: 7px solid #4d62ab;
    cursor: pointer;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
    margin-left: 10px
}

.visibleText .shwHdnBtn:active, .visibleText .shwHdnBtn:focus {
    outline: 0
}

.active .shwHdnBtn {
    border-top-color: transparent;
    border-bottom-color: #4d62ab;
    margin-top: -8px
}

.collapsedText {
    padding: 0 25px 0 50px;
    height: 0;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    list-style: none;
    color: rgba(255, 255, 255, .6)
}

.collapsedText.active {
    height: auto
}

img.center {
    display: block;
    margin: 10px auto
}

img.left {
    display: block;
    float: left;
    margin: 10px 10px 10px 0
}

img.right {
    display: block;
    float: right;
    margin: 10px 0 10px 10px
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.lang{
    list-style: none;
    display: flex;
    min-width: 60px;
    justify-content: space-evenly;
    margin: 0 10px;
    font-size: 17px;
    text-transform: uppercase;
    align-items: center
}

.lang li a{
    color: #fff;
    text-decoration: none;
}

.lang li:last-child{
    display: none;
}