/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
    display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
    display: none;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Bold/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/Roboto-Bold/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    /*700*/
    font-style: normal;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Medium/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/Roboto-Medium/roboto-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Regular/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/Roboto-Regular/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    /*400*/
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu Medium';
    src: url('/fonts/Ubuntu-Medium.eot');
    src: url('/fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Ubuntu-Medium.woff') format('woff'),
    url('/fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSansRegular/OpenSansRegular.eot');
    src: url('/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'),
    url('/fonts/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
}

@media screen and (max-width: 992) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 13px;
    }
}

html,
body {
    height: 100%;
}

body {
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42;
    color: #000;
    min-width: 350px;
}

.wrapper {
    position: relative;
    width: 100%;
}

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

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

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

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    padding: 0;
    margin: 0;
}

footer {
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
}

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


.header {
    z-index: 2;
    min-height: 66px;
    background: #1E3953;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;

}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
@media(max-width: 720px) {
    .header__content {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__contacts-icon {
    margin-right: 0.875rem;
}

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

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.header__item:last-child {
    margin-right: 0;
}

.phone {
    margin-left: 2.5rem;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Ubuntu Medium", sans-serif;
}

@media screen and (max-width: 450px) {
    .phone {
        font-size: .7rem;
    }
}

.mail {
    margin-left: 2.5rem;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .mail {
        margin-left: 0.5rem;
    }
    .phone {
        margin-left: 0.3rem;
    }
}

@media screen and (max-width: 450px) {
    .mail {
        font-size: .7rem;
        max-width: 95px;
    }
}

.nav {
    z-index: 2;
    /* padding-top: 0.9375rem; */
    background: #ffffff;
    position: fixed;
    top: 2.0625rem;
    width: 100%;
    border-bottom: 1px solid #CCD6DD;
    padding-bottom: 0.875rem;
}

.nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .nav__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .nav__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.nav__logo {
    height: 3.4375rem;
    width: 10.75rem;
    margin-bottom: 19px;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.1rem;
}

@media screen and (max-width: 1200px) {
    .nav__list {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .nav__list {
        position: fixed;
        top: -100%;
        right: 0;
        height: 100%;
        width: 45%;
        display: block;
        background-color: #EFF2F4;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-align: right;
        padding-right: 15px;
        line-height: 2.5rem;
    }
}

.nav__list.active {
    top: 0;
    margin-top: 6.9rem
}

.nav__item {
    margin-right: 1.75rem;
}

.nav__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .nav__item {
        margin: 0 0 20px 0px;
    }
}

.nav__item-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #333;
}

@media screen and (max-width: 768px) {
    .nav__item-link {
        font-size: 20px;
    }
}

.nav__item-link:hover {
    padding-bottom: 1.875rem;
    border-bottom: 3px solid #D5383B;
}

@media screen and (max-width: 1200px) {
    .nav__item-link:hover {
        padding-bottom: 0.875rem;
    }
}

@media screen and (max-width: 768px) {
    .nav__item-link:hover {
        padding: 0;
        border: none;
    }
}

.nav__entry {
    padding-top: 1.1rem;
}

@media screen and (max-width: 1200px) {
    .nav__entry {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .nav__entry {
        margin: 0;
    }
}



.hamburger-menu-link {
    position: relative;
    width: 30px;
    height: 30px;
    display: none;
}

@media screen and (max-width: 768px) {
    .hamburger-menu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 17px;
    }
}

@media screen and (max-width: 376px) {
    .hamburger-menu-link {
        margin-right: 17px;
    }
}

.hamburger-menu-link:before,
.hamburger-menu-link:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu-link:before {
    top: 0;
}

.hamburger-menu-link:after {
    bottom: 0;
}

.hamburger-menu-link.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}

.hamburger-menu-link.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
}

.hamburger-menu-link span {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 4px;
    top: 12px;
    right: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu-link.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}




.application {
    background: url('/img/bg/auth-bg.jpg') no-repeat 50% 66px;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}

@media screen and (max-width: 768px) {
    .application {

    }
}

.bgform-auth {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #82B249;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    max-width: 754px;
    margin: 0 auto;
    color: #fff;
    padding: 80px 0;
}

.title {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    text-align: center;
    padding-top: 1rem;
}

.application__title {
    padding-top: 0;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Ubuntu Medium", sans-serif;
}

.application__subtitle {
    padding: 0 120px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 992px) {
    .application__subtitle {
        padding: 0 55px;
    }

}

.application__title-one {
    font-size: 20px;
    font-weight: 600;
}

.application__title-two {
    color: #D5383B;
}



.application__text {
    display: flex;
    justify-content: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
}

.application__text-one {
    border-right: 1px solid #000;
    padding-right: 20px;
}

.application__text-two {
    padding-left: 20px;
}

.application-highlight {
    color: #D5383B;
}

.application__form-input {
    margin-bottom: 25px;
}


.application__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.application__form-input {
    margin-bottom: 30px;
}

/* .application__form-input:last-child {
    margin: 0;
} */

.application__form-label {
    padding-right: 200px;
    padding-bottom: 10px;
}


.application__form-elem {
    border: 1px solid #BDBDBD;
    width: 28.75rem;
    padding: 0.5625rem 1rem 0.625rem 2.7em;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    color: #2E3A59;
    background: url("/img/bginp-email.svg") #fff no-repeat 12px 50%;
    border-radius: 4px;
    margin: 0;
    font-family: 'OpenSansRegular', sans-serif;
}
.application__form-input input[type="password"].application__form-elem {
    background: url("/img/bginp-pass.svg") #fff no-repeat 12px 50%;
}
@media only screen and (max-width: 576px) {
    .application__form-elem {
        width: 300px;
    }

}

.application__btn {
    margin: 35px 0 0 0;
    text-align: center;
}
.application__btn .button {
    width: 264px;
}
.footer {
    background: #EFF2F4;
    min-height: 9.25rem;
}

.footer__content {
    padding-top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 576px) {
    .footer__content {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer__logo {
    width: 27%;
}

@media screen and (max-width: 576px) {
    .footer__logo {
        width: 100%;
    }
}

.footer__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width: 992px) {
    .footer__list {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}


.footer__item {
    margin-bottom: 1.3125rem;
}

.footer__item-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
}

.footer__item-link:hover {
    color: #D5383B;
}

.footer__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 576px) {
    .footer__socials-list {
        justify-content: center;
    }
}


.footer__socials-item {
    margin-right: 1rem;
}

.footer__socials-item:last-child {
    margin-right: 0;
}

.footer__contacts {
    margin-top: 1.375rem;
}

.footer__contacts-phone {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
    text-decoration: none;
}

.footer__contacts-phone a {
    color: #6B808E;
    text-decoration: none;
    font-size: 1rem;
}

.footer__contacts-mail {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
    margin-top: 1.3125rem;
    text-decoration: none;
}

.footer__contacts-mail a {
    color: #6B808E;
    font-size: 1rem;
    text-decoration: none;
}

.footer__contacts-icon {
    margin-right: 0.9375rem;
}

.footer__copyright {
    min-height: 2.125rem;
    background: #6B808E;
    width: 100%;
    padding: 0.5625rem 0;
}

.footer__copyright-text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .footer__copyright-text {
        text-align: center;
    }
}

.button {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.8rem 1.375rem;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.05);
    border: none;
    background: #82B249;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background: #1E3953;
}

.button:active {
    background: #5C054D;
}


.agreement {
    text-decoration: none;

}

.agreement__text {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 11px;
    color: #6B808E;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 576px) {
    .agreement__text {
        padding: 0 20%;
        margin: 10px 0;
    }
}

.agreement__section {
    margin-top: 140px;
}

.agreement__section-subtitle {
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.275rem;
    padding: 0 10%;
}

.agreement__section-data {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 30px;
}

.agreement__content {
    margin-top: 10px;
    margin-bottom: 30px;
}

.agreement__content-title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin: 10px 0;
}

.agreement__content-text-bold {
    font-weight: bold;
}

.agreement__content p {
    text-indent: 30px;
    margin-bottom: 5px;
}

.agreement__content-down {
    margin-top: 20px;
}

.agreement__content-down p {
    text-indent: 0;
}

.agreement__link {
    text-decoration: none;
    color: #6B808E;
}

.agreement__link:hover {
    text-decoration: underline;
    color: #6B808E;
}

.agreement__link-1 {
    margin-bottom: 5px;
    text-decoration: none;
    color: #6B808E;
}

.agreement__link-1:hover {
    text-decoration: underline;
    color: #6B808E;
}
