a {
    text-decoration: none;

    color: #555;
}

a.blue {
    text-decoration: underline;
}

b,
strong {
    font-weight: 400;
}

i {
    font-family: 'Lato';
    font-style: italic;
}

textarea {
    resize: none;
}

small {
    font-size: .6em;
}

a:hover,
a.active {
    color: #9f1f50;
}

.disabled {
    cursor: default;
}

.red {
    color: #9f1f50;
}

.blue {
    color: #007b99;
}

section {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.semi-narrow {
    padding-right: 250px;
}

section.narrow {
    padding-right: 360px;
}

.incut-section {
    width: 100%;
    padding: 20px 0;

    background-color: #eff0f2;
}

.incut-section section {
    margin-bottom: 0;
}

hr {
    height: 1px;
    margin: 10px 0;

    border: 0;
    background: #e2e2e2;
}

ol,
ul {
    padding-left: 20px;
}

ul {
    list-style-type: circle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Open Sans', Arial;
    font-weight: 300;
    line-height: 1.4;
}

h1,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 40px;
}

h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 48px;

    color: #00728c;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;

    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding: 8px 20px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #03afb9;
    background-image: none;

    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.btn > i {
    font-size: 22px;

    position: relative;

    width: 20px;
    height: 17px;

    color: #fff;
}

.btn > i:before {
    position: absolute;
    top: 1px;
    left: 15px;
}

.btn:hover {
    color: #03afb9;
    border: 1px solid #03afb9;
    background: #fff;
}

.btn:hover > i {
    color: #03afb9;
}

.btn:active {
    opacity: .7;
}

.btn.large {
    font-size: 20px;

    padding: 11px 30px;
}

.btn.large > i {
    font-size: 26px;
}

.btn.large > i:before {
    position: absolute;
    top: -2px;
    left: 15px;
}

.btn.small {
    font-size: 14px;

    padding: 3px 14px 5px 14px;
}

.btn.small > i {
    font-size: 18px;

    width: 14px;
}

.btn.small > i:before {
    position: absolute;
    top: 3px;
    left: 12px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;

    content: '';
}

.clearfix:after {
    clear: both;
}

.container {
    min-width: 960px;
    height: auto;
    min-height: 100%;
    padding-bottom: 250px;
}

.container--stiky-header {
    padding-top: 80px;
}
/* Footer */

.footer {
    position: relative;

    clear: both;

    min-width: 960px;
    height: 200px;
    margin-top: -201px;
}

.footer > .links {
    width: 100%;

    border-top: 1px solid #c5c5c5;
    background-color: #ededed;
}

.footer > .links > section {
    margin-bottom: 0;
}

.footer > .links dl {
    float: left;

    width: 25%;
    height: 170px;
    padding-top: 20px;
}

.footer > .links dl dt {
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 10px;
}

.footer > .links dl dd a {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;

    color: #333;
}

.footer .copyright {
    width: 100%;

    background-color: #79224f;
}

.footer .copyright section {
    font-size: 13px;
    line-height: 30px;

    margin-bottom: 0;

    color: #fff;
}
/* Content */

.page > .title {
    display: none;

    background: #f5f6f8;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f6f8), color-stop(1, #edf0f3));
    background:  -ms-linear-gradient(bottom, #f5f6f8, #edf0f3);
    background: -moz-linear-gradient(center bottom, #f5f6f8 0%, #edf0f3 100%);
    background:   -o-linear-gradient(#edf0f3, #f5f6f8);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#edf0f3', endColorstr='#f5f6f8', GradientType=0);
}

.page > .title > section {
    font-size: 46px;
    line-height: 120px;

    color: #9f1f50;
}

.page__menu {
    position: relative;

    width: 100%;

    border-bottom: 1px solid #003e54;
    background: #00728c;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00728c), color-stop(1, #00809e));
    background:  -ms-linear-gradient(bottom, #00728c, #00809e);
    background: -moz-linear-gradient(center bottom, #00728c 0%, #00809e 100%);
    background:   -o-linear-gradient(#00809e, #00728c);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00809e', endColorstr='#00728c', GradientType=0);
}

.page__menu:before {
    position: absolute;
    z-index: 11;
    top: -3px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #fff;
}

.container--stiky-header .page__menu {
    position: fixed;
    z-index: 10;
    top: 83px;
    left: 0;
}

.page__menu > nav {
    font-size: 13px;
    line-height: 50px;

    display: table;

    width: 1000px;
    margin: 0 auto;
}

.page__menu > nav > * {
    display: table-cell;

    text-align: center;
    vertical-align: middle;
}

.page__menu > nav > a {
    font-weight: 400;

    position: relative;

    padding: 0 15px;

    color: #fff;
}

.page__menu > nav > i {
    width: 2px;
    height: 50px;

    border-left: 1px solid #005e75;
    background-color: #0092ad;
}

.page__menu > nav > a.active,
.page__menu > nav > a:hover {
    color: #333;
    background: #fff;
}

.page__menu > nav > a.active:before,
.page__menu > nav > a:hover:before {
    position: absolute;
    z-index: 1;
    bottom: -3px;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #ba1950;
}

.page__menu > nav > a.active:after,
.page__menu > nav > a:hover:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #eee;
}

.page__header {
    position: relative;
    /*min-height: 400px;*/

    margin-bottom: 20px;
}

.page__header h1 {
    height: 190px;
    padding-top: 10px;

    color: #007b99;
}

.page__header section {
    position: relative;
}

.page__header .underlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 200px;

    background: #fff;
    background:    -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background:      -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background:         linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.page__header img {
    position: absolute;
    top: 20px;
    right: -130px;

    display: block;
}

.page__content {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page__content > .title {
    font-size: 24px;

    margin-bottom: 20px;
}

.page__content > h1 {
    margin-bottom: 40px;
}

.page__content > h2 {
    margin-bottom: 30px;
}

.page__content > .subtitle {
    font-size: 18px;

    margin-bottom: 10px;
}

.page__content > .text {
    margin: 10px 0;
}

.page__incut {
    width: 100%;

    background-color: #f4f4f4;
}

.page__incut img {
    display: inline-block;

    margin: 20px 0;
}

.page__incut.centred {
    text-align: center;
}

.side-menu {
    position: absolute;
    z-index: -1;

    width: 50px;
    height: 100%;
    padding-top: 50%;

    background-color: #eee;
}

.side-menu .item {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;

    background-color: #ddd;
}
/* Marked list */

.marked-list,
.numbered-list {
    padding: 10px 0;

    list-style: none;
}

.marked-list li,
.numbered-list li {
    position: relative;

    padding-left: 35px;
}

.marked-list li:not(:last-child),
.numbered-list li:not(:last-child) {
    padding-bottom: 10px;
}

.marked-list li:before {
    font-family: FontAwesome;

    position: absolute;
    top: 3px;
    left: 10px;

    display: inline-block;

    content: '\f00c';

    color: #ba1950;
}

.numbered-list {
    counter-reset: i 0;
}

.numbered-list li:before {
    font-weight: 700;

    margin-left: -20px;
    padding-right: .5em;

    content: counter(i) '. ';
    counter-increment: i;

    color: #007b99;
}

.features-list {
    padding-left: 0;

    list-style: none;
}

.features-list li {
    position: relative;
}

.features-list li.narrow {
    padding-right: 360px;
}

.features-list li:nth-child(odd) h2 {
    color: #ba1950;
}

.features-list li:nth-child(odd) img {
    float: right;

    margin-top: 44px;
}

.features-list li:nth-child(even) h2 {
    color: #007b99;
}

.features-list li:nth-child(even) img {
    float: left;

    margin-top: 44px;
}

.feedback-form {
    width: 540px;
}

.client-logos {
    margin-bottom: 50px;

    list-style: none;
}

.client-logos > li {
    float: left;

    width: 25%;

    text-align: center;
}

.client-logos > li:nth-child(4n + 1) {
    position: relative;

    display: block;
    clear: both;
}

.client-logos > li > img {
    width: 180px;
    height: 90px;
}

.features hr {
    margin: 40px 0;
}

.features p {
    margin-bottom: 10px;
}

.feature {
    position: relative;
}

.feature .title {
    font-size: 36px;
    line-height: 36px;

    margin-bottom: 15px;
}

.feature p:last-child {
    font-weight: 400;
}

.feature a[data-lightbox] {
    position: relative;
}

.feature a[data-lightbox]:before {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 69px;
    height: 77px;
    margin-top: -39px;
    margin-left: -35px;

    content: '';
    -webkit-transition: opacity .2s ease-in;
       -moz-transition: opacity .2s ease-in;
         -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;

    opacity: 0;
    color: #000;
    background-image: url('/National_Library/oe_/https://sendsay.ru/m/images/zoom.png');
}

.feature a[data-lightbox]:hover:before {
    opacity: 1;
}

.feature:nth-child(2n) .preview {
    float: left;

    margin-right: 20px;
    margin-left: 0;
}

.feature:nth-child(4n) .preview {
    float: right;

    margin-right: 0;
    margin-left: 20px;
}

.feature:nth-child(2n) .title {
    color: #9f1f50;
}

.feature:nth-child(4n) .title {
    color: #007b99;
}

.feature:nth-child(2n) .fade:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -192px;

    display: block;

    width: 518px;
    height: 320px;

    content: '';

    background-image: url('/National_Library/oe_/https://sendsay.ru/m/images/left-fade.png');
}

.feature:nth-child(4n) .fade:before {
    right: -190px;
    left: inherit;

    background-image: url('/National_Library/oe_/https://sendsay.ru/m/images/right-fade.png');
}

.rates__item {
    float: left;

    width: 32%;
}

.rates__item:not(:last-child) {
    margin-right: 2%;
}

.rates__item img {
    margin-bottom: 40px;
}

.rates__item .info {
    min-height: 120px;
}

.rates__item .title {
    font-size: 30px;

    display: block;

    margin-bottom: 20px;
}

.rates__item .limit {
    font-family: 'Lato';
    font-size: 18px;
    font-style: italic;

    height: 60px;
    margin-bottom: 20px;
}

.prices-table {
    width: 100%;
    margin: 40px 0;

    border-spacing: 0;
    border-collapse: none;
}

.prices-table > thead > tr > th {
    font-size: 18px;
    font-weight: 400;

    height: 80px;
    padding: 0 20px;

    text-align: left;
    vertical-align: middle;

    border-bottom: 1px solid #999;
    background-color: #eee;
}

.prices-table > thead > tr > th:nth-child(2),
.prices-table > thead > tr > th:nth-child(3) {
    font-size: 14px;

    width: 18%;

    text-align: center;
}

.prices-table > tbody > tr > td {
    height: 70px;
    padding: 0 20px;

    vertical-align: middle;
}

.prices-table > tbody > tr > td:nth-child(2),
.prices-table > tbody > tr > td:nth-child(3) {
    text-align: center;
}

.prices-table > tbody > tr:nth-child(even) {
    background-color: #f9f9f9;
}

.business-rates {
    font-size: 13px;
}

.business-rates dl {
    position: relative;

    float: left;

    width: 14%;
}

.business-rates dl dd:first-child,
.business-rates dl dt:first-child {
    font-weight: 400;
}

.business-rates dl:not(:first-child) {
    text-align: center;

    border-left: 1px solid #eee;
}

.business-rates dt,
.business-rates dd {
    min-height: 70px;
    padding: 15px 10px;

    background-color: #f9f9f9;
}

.business-rates dt:nth-child(even),
.business-rates dd:nth-child(even) {
    background-color: #fff;
}

.business-rates dl > *:last-child {
    background-color: #fff;
}

.business-rates dl:not(:first-child):hover {
    z-index: 2;

    cursor: pointer;
}

.business-rates dl:not(:first-child):hover dd:first-child {
    padding-top: 12px;

    border-top: 3px solid #bb2457;
}

.business-rates dl:not(:first-child):hover:after {
    position: absolute;
    z-index: -1;
    top: 0;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;

    content: '';

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);

         -o-box-sizing: border-box;
}

.business-rates dl:not(:first-child):hover button:hover {
    color: #03afb9;
    border-color: #03afb9;
    background-color: #fff;
}

.business-rates dl:not(:first-child):hover button:hover > i.fa {
    color: #03afb9;
}

.business-rates dl:not(:first-child):hover:before {
    position: absolute;
    top: 3px;
    right: 0;

    width: 0;
    height: 0;

    content: ' ';

    border-width: 0 6px 6px 0;
    border-style: solid;
    border-color: transparent #bb2457 transparent transparent;
}

.business-sales {
    line-height: 54px;

    height: 54px;
    margin: 40px 0;
}

.business-sales img:first-child {
    float: right;

    margin-top: -23px;
    margin-right: 200px;
}

.business-sales img {
    float: right;

    margin-top: -23px;
    margin-right: 30px;
}

#modal-login {
    width: 400px;
}

.girl {
    height: 565px;

    border-bottom: 3px solid #cac6c4;
    background-image: url('/National_Library/oe_/https://sendsay.ru/m/images/index/banner-gerl.jpg');
    background-position: 50% 0;
}

.field .no-validated input,
.field .no-validated .checkbox__label:before {
    border: 1px solid #e7c1c4 !important;
    background-color: #fdf5f5 !important;
}

.field .no-validated .select {
    border: 1px solid #e7c1c4 !important;
}

.field .no-validated .select select {
    background-color: #fdf5f5 !important;
}

.field.no-validated input,
.field.no-validated .checkbox__label:before {
    border: 1px solid #e7c1c4 !important;
    background-color: #fdf5f5 !important;
}

.field.no-validated .select {
    border: 1px solid #e7c1c4 !important;
}

.field.no-validated .select select {
    background-color: #fdf5f5 !important;
}

.err-note {
    font-size: 13px;
    line-height: 28px;

    display: inline-block;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    border: 1px solid #e7c1c4 !important;
    border-radius: 2px;
    background-color: #fdf5f5 !important;
}

.warn-note {
    font-size: 13px;
    line-height: 28px;

    display: inline-block;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    border: 1px solid #e2e214 !important;
    border-radius: 2px;
    background-color: #ffffc3 !important;
}

#login a.agses {
    font-weight: 400;
    line-height: 28px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    height: 28px;
    padding: 0 10px;

    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #03afb9;
}
/*                     *\
   Требует оптимизации
\*                     */

.md-content h1,
.md-content h2,
.md-content h3 {
    margin-top: 0;
}

.form .form__row {
    zoom: 1;

    padding: 5px 0;
}

.form .form__row:before,
.form .form__row:after {
    display: table;

    content: '';
}

.form .form__row:after {
    clear: both;
}

.form .form__row > * {
    display: block;
    float: left;
}

.form .form__row input,
.form .form__row .note,
.form .form__row .select,
.form .form__row .checkbox,
.form .form__row .file-input {
    width: 64%;
}

.form .form__row .right {
    margin-left: 36%;
}

.form .form__row .note {
    font-size: 13px;
    font-style: italic;

    float: right;

    margin-top: 10px;

    color: #888;
}

.form .form__row .checkbox {
    float: right;
}

.form .form__row .form_row__label {
    font-size: 14px;

    display: inline-block;

    width: 36%;
    padding-right: 30px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.form .form__row input[type='text'] {
    line-height: 22px;

    height: 28px;
    padding: 3px 10px;

    border: 1px solid #ddd;
    border-radius: 3px;
}

.checkbox {
    position: relative;

    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox .checkbox__label {
    font-size: 12px;

    padding-left: 22px;
}

.checkbox .checkbox__label:before {
    position: absolute;
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';
    text-align: center;

    border: 1px solid #ccc;
}

.checkbox input[type='checkbox']:checked + .checkbox__label:before {
    font: 14px FontAwesome;

    content: '\f00c';

    color: #03afb9;
}

.checkbox:hover .checkbox__label:before {
    font: 14px FontAwesome;

    content: '\f00c';

    color: #ddd;
}

.file-input input {
    display: none;
}

.file-input .file-input__button {
    font-size: 12px;
    line-height: 26px;

    display: inline-block;

    width: 120px;
    height: 26px;
    padding: 0 20px;

    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #ececec;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #fff));
    background:  -ms-linear-gradient(bottom, #ececec, #fff);
    background: -moz-linear-gradient(center bottom, #ececec 0%, #fff 100%);
    background:   -o-linear-gradient(#fff, #ececec);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}

.file-input .file-input__label {
    font-size: 12px;

    padding-left: 10px;
}

.index section {
    margin-bottom: 60px;
}

.index hr {
    margin-top: 60px;
}

.payments {
    width: 100%;
}

.payments td:not(.padding) {
    width: 225px;
    height: 100px;
    padding: 10px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;

    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff;
    background:    -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:      -o-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:     -ms-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background:         linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
       -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.payments td:not(.padding).active {
    padding: 8px;

    color: #fff;
    border: 3px solid #ddd;
    background: #00b3bc;
    box-shadow: none;
}

.payments td:not(.padding) img {
    float: right;

    margin-left: 5px;

    vertical-align: middle;
}

.payments td.padding {
    width: 33px;
}

.white-btn {
    font-size: 24px;

    min-width: 300px;
    height: 60px;
    padding: 0 30px;

    cursor: pointer;
    text-align: center;

    color: #00b4be;
    border: 3px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
       -moz-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
            box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
}

.rate-t__block {
    /*height: 252px;*/
    width: 24.25%;
    padding-top: 55px;

    cursor: pointer;
    text-align: center;

    background: url(/National_Library/oe_/https://sendsay.ru/m/images/pages/buy/ratebg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.rate-t__block:hover,
.rate-t__block.active {
    cursor: pointer;

    background: url(/National_Library/oe_/https://sendsay.ru/m/images/pages/buy/ratebg-active.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.rate-t__block:not(:last-child) {
    margin-right: 1%;
}

.rate-t__block__cost {
    font-size: 40px;
    font-style: italic;
    line-height: 24px;

    display: inline-block;

    margin-bottom: 5px;

    color: #00b4be;
}

.rate-t__block:hover .rate-t__block__cost,
.rate-t__block.active .rate-t__block__cost {
    color: #fff;
}

.rate-t__block__duration {
    font-style: italic;
    line-height: 24px;

    display: inline-block;

    margin-bottom: 50px;
}

.rate-t__block:hover .rate-t__block__duration,
.rate-t__block.active .rate-t__block__duration {
    color: #fff;
}

.payments-note {
    font-size: 11px;
}

.payments-note .images {
    float: left;

    margin-right: 20px;
}

.payments-note .images img {
    display: block;

    margin-bottom: 10px;
}

.payments__block {
    position: relative;
}

.payments__block.active .note {
    font-size: 11px;
    font-style: italic;

    position: absolute;
    top: 81px;
    left: 7px;

    display: none;

    width: 207px;
    padding: 10px;

    color: #333;
    border-top: 3px solid #007e9f;
    background-color: #ececec;
}

.payments__block .note {
    font-size: 11px;
    font-style: italic;

    position: absolute;
    top: 83px;
    left: 9px;

    display: none;

    width: 207px;
    padding: 10px;

    color: #333;
    border-top: 3px solid #007e9f;
    background-color: #ececec;
}

.payments__block .note:before {
    position: absolute;
    top: -8px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent #007e9f;
}

.payments__block:hover .note {
    display: block;
}

.rate-form__hide-login:after {
    font-family: FontAwesome;

    position: absolute;
    top: 0;
    right: 5px;

    content: '\f00d';

    color: #ddd;
}
