@charset 'UTF-8';

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

*
{
    box-sizing: border-box;
}

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

*
{
    -webkit-tap-highlight-color: transparent;
}

html
{
    -ms-overflow-x: hidden;
}

body
{
    font: 20px/1.5 'Roboto', sans-serif;

    position: relative;

    display: flex;
    overflow-x: hidden;
    flex-direction: column;

    min-height: 100vh;
    margin: 0;

    text-align: left;
    letter-spacing: .15px;
    word-break: break-word;

    color: #01142f;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1800px)
{
    body
    {
        font-size: 22px;
    }
}

@media (max-width: 600px)
{
    body
    {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    img[src*='.svg']
    {
        width: 100%;
    }
}

header
{
    flex: 0 0 auto;
}

main
{
    flex: 1 0 auto;
}

footer
{
    flex: 0 0 auto;
}

[tabindex='-1']:focus
{
    outline: none !important;
}

[role='button']
{
    cursor: pointer;
}

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

a,
button,
[role='button'],
input,
label,
select,
textarea
{
    margin: 0;

    touch-action: manipulation;
}

button,
input
{
    overflow: visible;

    text-transform: none;
}

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

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

textarea
{
    overflow: auto;

    resize: vertical;
}

svg
{
    fill: currentColor;
}

a svg,
button svg
{
    pointer-events: none;
}

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

img
{
    max-width: 100%;
    height: auto;
}

a
{
    transition: color .3s;
    text-decoration: underline;

    color: #0260e8;
    background: transparent;
}

a:hover,
a:focus
{
    text-decoration: none;

    color: #0260e8;
}

@media (min-width: 1380px)
{
    a[href^='tel:']
    {
        white-space: nowrap;
        text-decoration: inherit;
        pointer-events: none;

        color: inherit;
    }
}

hr
{
    overflow: visible;

    box-sizing: content-box;
    height: 0;
    margin-top: 2em;
    margin-bottom: 2em;

    border: 0;
    border-top: 1px solid #000;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.2;

    margin-top: 1em;
    margin-bottom: .5em;

    color: currentColor;
}

h1
{
    font-size: 40px;
}

h2
{
    font-size: 32px;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 16px;
}

h6
{
    font-size: 16px;
}

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure
{
    margin-top: 0;
    margin-bottom: 1em;
}

p:last-child
{
    margin-bottom: 0;
}

address
{
    font-style: normal;
}

ul,
ol
{
    margin-bottom: 1em;
    padding-left: 1.5em;
}

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

li
{
    line-height: inherit;
}

small
{
    font-size: .75em;
}

sub,
sup
{
    font-size: .75em;
}

b,
strong
{
    font-weight: bolder;
}

blockquote
{
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

code,
kbd,
pre
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

code
{
    padding: .06em .3em;

    color: #01142f;
    border-radius: 3px;
    background: rgba(0, 0, 0, .08);
}

kbd
{
    padding: .06em .3em;

    color: #01142f;
    border-radius: 3px;
}

kbd kbd
{
    padding: 0;
}

pre
{
    display: block;
    overflow-x: auto;

    width: 100%;
    margin-bottom: 1em;

    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2;

    background: rgba(0, 0, 0, .08);
}

pre code
{
    background: transparent;
}

/* https://github.com/mozdevs/cssremedy/issues/11#issuecomment-462867630 */

@media (prefers-reduced-motion: reduce)
{
    *:not(.safe-animation),
    *:not(.safe-animation)::before,
    *:not(.safe-animation)::after
    {
        transition-delay: 0s !important;
        transition-duration: 0s !important;
        -webkit-animation-duration: .01s !important;
                animation-duration: .01s !important;
        -webkit-animation-delay: 0s !important;
                animation-delay: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
                animation-iteration-count: 1 !important;

        scroll-behavior: auto !important;
    }
}

.h4
{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;

    text-align: left;
    letter-spacing: 0;
}

@media (max-width: 600px)
{
    .h4
    {
        font-size: 18px;
        line-height: 32px;
    }
}

/* Обертка
   ============================================== */

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

@media (max-width: 1380px)
{
    .container
    {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 1025px)
{
    .container
    {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 600px)
{
    .container
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.container--small
{
    padding-right: 258px;
    padding-left: 258px;
}

@media (max-width: 1380px)
{
    .container--small
    {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media (max-width: 1025px)
{
    .container--small
    {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 600px)
{
    .container--small
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* Логотип
   ============================================== */

.logo
{
    white-space: nowrap;
}

.logo img
{
    display: inline-block;

    width: 240px;
    height: 240px;
}

@media (max-width: 600px)
{
    .logo img
    {
        width: 220px;
        height: 220px;
    }
}

/* Кнопки
   ========================================================================== */

.btn
{
    font: bold 14px/20px 'Roboto', sans-serif;

    display: inline-flex;
    overflow: hidden;

    width: 276px;
    max-width: 100%;
    height: 72px;
    margin: 0;
    padding: 10px 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;
    text-decoration: underline;
    text-decoration: none;
    /* identical to box height, or 129% */
    letter-spacing: .75px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #01142f;
    border: 0;
    border-radius: 10px;
    background: none;
    background: #fff851;
    box-shadow: 0 2px 5px rgba(230, 221, 26, .25), 0 6px 22px rgba(222, 214, 9, .6), inset 0 -2px 1px rgba(255, 255, 255, .6);

    align-items: center;
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:active
{
    outline: 0;
    box-shadow: 0 2px 2px rgba(60, 62, 4, .2), inset 0 20px 10px rgba(255, 255, 255, .25);
}

.btn--disabled,
.btn:disabled
{
    cursor: not-allowed;
    pointer-events: none;

    opacity: .5;
}

a.btn--disabled
{
    pointer-events: none;
}

.btn--disabled:hover,
.btn--disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus
{
    cursor: not-allowed;

    opacity: .5;
}

.btn sup
{
    position: relative;
    top: -5px;
}

/* Модалка
   ========================================================================== */

.modal
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;

    outline: 0;
}

.modal .separator:before,
.modal .separator:after
{
    width: calc(50% - 62px);
}

.modal .separator .separator__img img
{
    transform: scale(1);
}

.modal__dialog
{
    position: relative;

    display: flex;

    width: 100vw;
    min-height: 100vh;

    pointer-events: none;

    align-items: center;
}

.modal__content
{
    position: relative;

    display: flex;
    overflow: auto;
    flex-direction: column;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    pointer-events: auto;

    outline: 0;
    background: #fff;
}

.modal__header
{
    position: relative;

    padding-top: 100px;
    padding-bottom: 54px;
}

@media (max-width: 600px)
{
    .modal__header
    {
        padding-top: 80px;
        padding-right: 12px;
        padding-bottom: 32px;
        padding-left: 12px;
    }
}

.modal__title
{
    font-size: 88px;
    font-weight: 700;
    font-style: normal;
    line-height: 88px;

    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 6px;

    text-align: left;
    text-align: center;
    text-align: center;
    letter-spacing: -1px;

    background: linear-gradient(180deg, #6789a9 0%, #01142f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 1170px)
{
    .modal__title
    {
        font-size: 78px;
    }
}

@media (max-width: 600px)
{
    .modal__title
    {
        font-size: 52px;
        line-height: 60px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .modal__title
    {
        background: transparent;
    }
}

@media (max-width: 600px)
{
    .modal__title
    {
        font-size: 78px;
        line-height: 88px;
    }
}

.modal__desc
{
    max-width: 600px;
    margin-bottom: 80px;

    text-align: center;
}

@media (max-width: 600px)
{
    .modal__desc
    {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 600px)
{
    .modal__desc .h4
    {
        font-size: 24px;
        line-height: 32px;
    }
}

.modal__form
{
    margin-top: 80px;
}

.modal__close
{
    font-size: 0;

    position: absolute;
    z-index: 10;
    top: 60px;
    right: calc(50% - 300px - 117px - 22px);

    width: 44px;
    height: 44px;

    cursor: pointer;

    border: 0;
    outline: 0;
    background: url(../img/icon-close.svg) 0 0/100% 100%;
}

@media (max-width: 1025px)
{
    .modal__close
    {
        right: 60px;
    }
}

@media (max-width: 769px)
{
    .modal__close
    {
        top: 32px;
        right: 32px;
    }
}

@media (max-width: 600px)
{
    .modal__close
    {
        width: 22px;
        height: 22px;
    }
}

.modal__body
{
    position: relative;

    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 160px;

    flex: 1 1 auto;
}

@media (max-width: 1025px)
{
    .modal__body
    {
        max-width: 624px;
    }
}

@media (max-width: 769px)
{
    .modal__body
    {
        max-width: none;
        padding-right: 32px;
        padding-bottom: 55px;
        padding-left: 32px;
    }
}

@media (max-width: 600px)
{
    .modal__body
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.modal__footer
{
    display: flex;

    padding: 16px;

    border-top: 1px solid #6789a9;

    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: flex-end;
}

.modal__footer > *
{
    margin-left: 8px;
}

.modal-open
{
    overflow: hidden;
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    -webkit-animation: modal-backdrop .3s 1 ease-out forwards;
            animation: modal-backdrop .3s 1 ease-out forwards;

    background: #000;
}

@-webkit-keyframes modal-backdrop
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: .6;
    }
}

@keyframes modal-backdrop
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: .6;
    }
}

@-webkit-keyframes modal-dialog
{
    from
    {
        transform: translate(0, -2em);
    }

    to
    {
        transform: translate(0, 0);
    }
}

@keyframes modal-dialog
{
    from
    {
        transform: translate(0, -2em);
    }

    to
    {
        transform: translate(0, 0);
    }
}

/* Хедер
   ========================================================================== */

.page-header
{
    position: relative;

    background: #fff;
}

.page-header__wrapper
{
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;

    height: 100vh;
    padding-top: 13.5vh;
    padding-bottom: 100px;

    align-items: center;
}

@media (min-height: 950px)
{
    .page-header__wrapper
    {
        padding-top: 20vh;
    }
}

@media (max-height: 650px) and (min-width: 1024px)
{
    .page-header__wrapper
    {
        height: auto;
    }
}

@media (max-width: 1025px)
{
    .page-header__wrapper
    {
        height: auto;
        min-height: 720px;
        padding-top: 100px;
    }
}

.page-header__logo
{
    display: inline;

    margin-bottom: 2.7vh;

    text-align: center;
}

@media (max-width: 1025px)
{
    .page-header__logo
    {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px)
{
    .page-header__logo
    {
        margin-bottom: 20px;
    }
}

.page-header__logo img
{
    transition: .7s .1s;
    transform: translateY(-15px);

    opacity: 0;
}

.page-header__link
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    position: absolute;
    top: 44px;
    left: 258px;

    transition: .7s .1s;
    transform: translateY(-10px);
    text-decoration: underline;
    /* identical to box height, or 133% */
    letter-spacing: .4px;

    opacity: 0;
    color: rgba(255, 255, 255, .6);
}
.page-header__link.l2
{
   
    left: 358px;

   
}
.algebr{
	margin-top: 40px;
  margin-bottom: -60px;
  font-size: 12px;
}
.formul{
	
}
.formul_text{
	
}
@media (max-width: 1380px)
{
    .page-header__link
    {
        left: 120px;
    }
}

@media (max-width: 1025px)
{
    .page-header__link
    {
        left: 15%;
    }
}

@media (max-width: 769px)
{
    .page-header__link
    {
        left: 32px;
    }
}

.page-header__link:hover
{
    text-decoration: none;

    color: rgba(255, 255, 255, .6);
}

.page-header__link:focus,
.page-header__link:active
{
    color: rgba(255, 255, 255, .6);
}

.page-header__year
{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;

    margin-bottom: 8px;

    transition: .75s .5s;
    transform: translateY(10%);
    text-align: left;
    text-align: center;
    letter-spacing: 0;

    opacity: 0;
    color: #fff851;
}

@media (max-width: 600px)
{
    .page-header__year
    {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 1800px)
{
    .page-header__year
    {
        font-size: 32px;
        line-height: 28px;

        max-width: 100%;
        margin-bottom: 14px;
    }
}

@media (max-width: 1025px)
{
    .page-header__year
    {
        font-size: 24px;
    }
}

@media (max-width: 600px)
{
    .page-header__year
    {
        font-size: 18px;
    }
}

.page-header__subtitle
{
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;

    display: block;

    max-width: 600px;
    margin-bottom: 20px;

    transition: .75s .5s;
    transform: translateY(10%);
    text-align: left;
    text-align: center;
    letter-spacing: .25px;

    opacity: 0;
    color: #fff;
}

@media (max-width: 1170px)
{
    .page-header__subtitle
    {
        font-size: 30px;
    }
}

@media (max-width: 600px)
{
    .page-header__subtitle
    {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1800px)
{
    .page-header__subtitle
    {
        font-size: 50px;
        line-height: 54px;

        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 1025px)
{
    .page-header__subtitle
    {
        font-size: 34px;
    }
}

@media (max-width: 600px)
{
    .page-header__subtitle
    {
        font-size: 24px;
    }
}

.page-header__desc
{
    display: block;

    max-width: 600px;

    transition: .65s .8s;
    transform: translateY(15px);
    text-align: center;

    opacity: 0;
    color: #fff;
}

.page-header__bcg
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(../img/bcg-header.jpg) top center/cover;
}

.page-header__arrow
{
    position: absolute;
    z-index: 5;
    bottom: 40px;
    left: 50%;

    width: 40px;
    height: 24px;
    margin-left: -20px;

    transition: transform .1s ease, opacity .4s 1.2s;
    -webkit-animation: jumpInfinite 1.5s infinite;
            animation: jumpInfinite 1.5s infinite;

    opacity: 0;
    background: url(../img/arrow-down-big.svg) 0 0/100% 100%;
}

.page-header__arrow:hover
{
    transform: scale(1.1);
}

.page-header__arrow--hide
{
    opacity: 0;
}

@-webkit-keyframes jumpInfinite
{
    0%
    {
        transform: translateY(0px);
    }

    50%
    {
        transform: translateY(5px);
    }

    100%
    {
        transform: translateY(0px);
    }
}

@keyframes jumpInfinite
{
    0%
    {
        transform: translateY(0px);
    }

    50%
    {
        transform: translateY(5px);
    }

    100%
    {
        transform: translateY(0px);
    }
}

/* Футер
   ========================================================================== */

.page-footer__wrapper
{
    display: flex;

    padding-bottom: 40px;

    justify-content: space-between;
}

.page-footer__copyright
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: .4px;

    color: #6789a9;
}

.page-footer__mail
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    white-space: nowrap;
    text-decoration: underline;
    /* identical to box height, or 133% */
    letter-spacing: .4px;

    color: #01142f;
}

.page-footer__mail:hover
{
    color: #01142f;
}

/* При загрузке страницы
   ============================================== */

.page-load .page-header__logo img,
.page-load .page-header__year,
.page-load .page-header__link,
.page-load .page-header__subtitle,
.page-load .page-header__desc,
.page-load .page-header__arrow
{
    transform: translateY(0);

    opacity: 1;
}

/* О реестре
   ======================================== */

.about *
{
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.about__wrapper
{
    padding-top: 100px;
    padding-bottom: 40px;
}

@media (max-width: 1380px)
{
    .about__wrapper
    {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

@media (max-width: 1025px)
{
    .about__wrapper
    {
        padding-right: 15%;
        padding-bottom: 24px;
        padding-left: 15%;
    }
}

@media (max-width: 769px)
{
    .about__wrapper
    {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 600px)
{
    .about__wrapper
    {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

.about__title
{
    font-size: 88px;
    font-weight: 700;
    font-style: normal;
    line-height: 88px;

    margin-top: 0;
    margin-bottom: 60px;

    transition: .4s 0s;
    transform: translateY(10%);
    text-align: left;
    text-align: center;
    letter-spacing: -1px;

    opacity: 0;
    background: linear-gradient(180deg, #6789a9 0%, #01142f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 1170px)
{
    .about__title
    {
        font-size: 78px;
    }
}

@media (max-width: 600px)
{
    .about__title
    {
        font-size: 52px;
        line-height: 60px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .about__title
    {
        background: transparent;
    }
}

@media (max-width: 600px)
{
    .about__title
    {
        margin-bottom: 40px;
    }
}

.about__desc
{
    margin-bottom: 80px;

    transition: .4s .3s;
    transform: translateY(10%);
    text-align: center;

    opacity: 0;
}

@media (max-width: 1380px)
{
    .about__desc
    {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px)
{
    .about__desc
    {
        margin-bottom: 40px;
    }
}

.about__principles
{
    overflow: hidden;

    margin-top: 80px;
}

@media (max-width: 1025px)
{
    .about__principles
    {
        margin-top: 60px;
    }
}

@media (max-width: 600px)
{
    .about__principles
    {
        margin-top: 40px;
    }
}

.about__principles-title
{
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;

    margin-top: 0;
    margin-bottom: 60px;

    transition: .4s 0s;
    transform: translateY(20px);
    text-align: left;
    text-align: center;
    letter-spacing: .25px;

    opacity: 0;
}

@media (max-width: 1170px)
{
    .about__principles-title
    {
        font-size: 30px;
    }
}

@media (max-width: 600px)
{
    .about__principles-title
    {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 600px)
{
    .about__principles-title
    {
        font-size: 24px;
        line-height: 32px;

        margin-bottom: 40px;

        transform: translateY(0%);

        opacity: 1;
    }
}

.about__principles-item
{
    margin-bottom: 80px;

    transition-timing-function: ease-in;
    transform: translateX(-10%);

    opacity: 0;
}

@media (max-width: 1025px)
{
    .about__principles-item
    {
        margin-bottom: 56px;
    }
}

@media (max-width: 600px)
{
    .about__principles-item
    {
        margin-bottom: 60px;

        transform: translateX(0%);

        opacity: 1;
    }
}

.about__principles-item-trigger
{
    position: absolute;
}

.about__principles-item:nth-of-type(1)
{
    grid-area: one;
}

.about__principles-item:nth-of-type(2)
{
    grid-area: two;
}

.about__principles-item:nth-of-type(3)
{
    transform: translateX(10%);

    grid-area: three;
}

@media (max-width: 600px)
{
    .about__principles-item:nth-of-type(3)
    {
        transform: translateX(0%);
    }
}

.about__principles-items
{
    position: relative;

    display: grid;

    margin: 0;
    padding: 0;

    list-style: none;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0fr 1fr;
    gap: 0 5%;
    grid-template-areas: 'one three'
    'two three';
}

@media (max-width: 600px)
{
    .about__principles-items
    {
        display: block;
    }
}

/* Критерии надежности
   ======================================== */

@media (max-width: 769px)
{
    .criteria.container
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.criteria *
{
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.criteria__wrapper
{
    padding: 100px 13% 88px;

    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #f3f7fa;
}

@media (max-width: 1025px)
{
    .criteria__wrapper
    {
        padding-top: 80px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 600px)
{
    .criteria__wrapper
    {
        padding-top: 60px;
        padding-right: 12px;
        padding-bottom: 60px;
        padding-left: 12px;
    }
}

.criteria__title
{
    font-size: 88px;
    font-weight: 700;
    font-style: normal;
    line-height: 88px;

    margin-top: 0;
    margin-bottom: 60px;

    transition: .4s 0s;
    transform: translateY(20px);
    text-align: left;
    text-align: center;
    letter-spacing: -1px;

    opacity: 0;
    background: linear-gradient(180deg, #6789a9 0%, #01142f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 1170px)
{
    .criteria__title
    {
        font-size: 78px;
    }
}

@media (max-width: 600px)
{
    .criteria__title
    {
        font-size: 52px;
        line-height: 60px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .criteria__title
    {
        background: transparent;
    }
}

@media (max-width: 600px)
{
    .criteria__title
    {
        margin-bottom: 25px;
    }
}

@media (max-width: 1025px)
{
    .criteria__inner
    {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media (max-width: 769px)
{
    .criteria__inner
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 600px)
{
    .criteria__inner
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.criteria__desc
{
    margin-bottom: 80px;

    transition: .4s .4s;
    transform: translateY(20px);
    text-align: center;

    opacity: 0;
}

@media (max-width: 1025px)
{
    .criteria__desc
    {
        margin-bottom: 68px;
    }
}

@media (max-width: 600px)
{
    .criteria__desc
    {
        font-size: 20px;
        line-height: 32px;

        margin-bottom: 40px;
    }
}

.criteria__scheme
{
    display: flex;
    flex-direction: column;

    margin-top: 80px;

    align-items: center;
}

@media (max-width: 600px)
{
    .criteria__scheme
    {
        margin-top: 60px;
    }
}

/* Разделитель
   ======================================== */

.separator
{
    position: relative;

    display: flex;

    text-align: center;

    justify-content: center;
}

.separator:after
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 0;
    height: 2px;

    content: '';
    transition: .45s 0s;
    transform: translateY(-50%);

    border-radius: 1px;
    background: linear-gradient(0deg, #eae344 0%, #eeaf4f 100%);
}

.separator:before
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 0;
    height: 2px;

    content: '';
    transition: .45s 0s;
    transform: translateY(-50%);

    border-radius: 1px;
    background: linear-gradient(0deg, #eae344 0%, #eeaf4f 100%);
}

.separator__img
{
    display: inline-block;

    width: 78px;
    height: 36px;
}

.separator__img img
{
    display: inline-block;

    max-height: 100%;

    transition: .3s .45s;
    transition-timing-function: cubic-bezier(.4, .83, .53, 1.28);
    transform: scale(0);
}

/* Отдельный блок с иконкой сверху
   ======================================== */

.iconic-item
{
    display: flex;
    flex-direction: column;

    align-items: center;
}

.iconic-item__icon
{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.iconic-item__icon img
{
    max-height: 100%;
}

.iconic-item__title
{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;

    margin-top: 0;
    margin-bottom: 8px;

    text-align: left;
    text-align: center;
    letter-spacing: 0;

    background: linear-gradient(0deg, #eae344 0%, #eeaf4f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 600px)
{
    .iconic-item__title
    {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .iconic-item__title
    {
        background: transparent;
    }
}

@media (max-width: 600px)
{
    .iconic-item__title
    {
        margin-bottom: 10px;
    }
}

.iconic-item__desc
{
    text-align: center;
}

/* Схема
   ======================================== */

.scheme__logo
{
    width: 320px;
    max-width: 100%;
    height: 64px;
    margin-bottom: 128px;

    transition: .5s .6s;
    transition-timing-function: cubic-bezier(.4, .83, .53, 1.28);
    transform: scale(0);

    opacity: 0;
}

@media (max-width: 600px)
{
    .scheme__logo
    {
        margin-bottom: 136px;
    }
}

.scheme__items
{
    display: flex;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    justify-content: space-between;
}

@media (max-width: 769px)
{
    .scheme__items
    {
        flex-direction: column;

        align-items: center;
    }
}

.scheme__item
{
    position: relative;

    width: 276px;

    text-align: center;
}

@media (max-width: 769px)
{
    .scheme__item
    {
        display: flex;
        flex-direction: column;

        width: auto;
        margin-bottom: 88px;

        align-items: center;
    }

    .scheme__item:last-child
    {
        margin-bottom: 0;
    }
}

.scheme__item:after
{
    position: absolute;
    top: -80px;
    left: 50%;

    width: 2px;
    height: 0;

    content: '';
    transition: .5s .2s;

    background: #ecd249;
}

@media (max-width: 769px)
{
    .scheme__item:after
    {
        top: -68px;
    }
}

.scheme__item:before
{
    position: absolute;
    top: -80px;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    transition: .7s .2s;

    background: #ecd249;
}

@media (max-width: 769px)
{
    .scheme__item:before
    {
        display: none;
    }
}

@media (max-width: 769px)
{
    .scheme__item:nth-child(1):after
    {
        top: -108px;
    }
}

.scheme__item:nth-child(2):after
{
    top: -100px;

    height: 0;
}

@media (max-width: 769px)
{
    .scheme__item:nth-child(2):after
    {
        top: -68px;
    }
}

.scheme__item:nth-child(2):before
{
    display: none;
}

.scheme__item:nth-child(3):after
{
    right: 50%;
    left: auto;
}

.scheme__item:nth-child(3):before
{
    right: 50%;
    left: auto;
}

.scheme__item-title
{
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    line-height: 52px;

    position: relative;

    display: inline-block;

    margin-bottom: 12px;

    transition: .4s .2s;
    transform: translateY(20px);
    text-align: left;
    text-align: center;
    text-align: center;
    letter-spacing: 0;

    opacity: 0;
    background: linear-gradient(0deg, #eae344 0%, #eeaf4f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 1170px)
{
    .scheme__item-title
    {
        font-size: 42px;
    }
}

@media (max-width: 600px)
{
    .scheme__item-title
    {
        font-size: 36px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .scheme__item-title
    {
        background: transparent;
    }
}

@media (max-width: 600px)
{
    .scheme__item-title
    {
        font-size: 42px;
    }
}

.scheme__item-text
{
    display: inline-block;

    transition: .4s .2s;
    transform: translateY(20px);
    text-align: center;

    opacity: 0;
}

@media (max-width: 600px)
{
    .scheme__item-text
    {
        font-size: 20px;
        line-height: 32px;
    }
}

/* Баннер
   ======================================== */

.banner
{
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 210px;
    padding-left: 210px;
}

.banner *
{
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

@media (max-width: 1380px)
{
    .banner
    {
        padding-right: 194px;
        padding-left: 194px;
    }
}

@media (max-width: 1025px)
{
    .banner
    {
        padding-right: 64px;
        padding-left: 64px;
    }
}

@media (max-width: 769px)
{
    .banner
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 600px)
{
    .banner
    {
        overflow: hidden;
    }
}

.banner__container
{
    position: relative;
}

.banner__container:after,
.banner__container:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 69px;

    width: 93px;
    height: 148px;
    margin-top: -74px;

    content: '';
    transition: .4s;
    transform: translateX(-30px);

    opacity: 0;
    background: url(../img/laurel-img.svg) 0 0/100% 100%;
}

@media (max-width: 769px)
{
    .banner__container:after,
    .banner__container:before
    {
        top: 100px;

        margin-top: 0;
    }
}

@media (max-width: 600px)
{
    .banner__container:after,
    .banner__container:before
    {
        top: 110px;
        left: 20px;
    }
}

@media (max-width: 360px)
{
    .banner__container:after,
    .banner__container:before
    {
        left: 10px;
    }
}

.banner__container:before
{
    right: 69px;
    left: auto;

    transform: scaleX(-1) translateX(-30px);
}

@media (max-width: 600px)
{
    .banner__container:before
    {
        right: 20px;
    }
}

@media (max-width: 360px)
{
    .banner__container:before
    {
        right: 10px;
    }
}

.banner__container.toggleClass--active:after,
.banner__container.toggleClass--active:before
{
    transform: translateX(0);

    opacity: 1;
}

.banner__container.toggleClass--active:before
{
    transform: scaleX(-1) translateX(0px);
}

.banner__wrapper
{
    position: relative;

    padding: 60px 210px;

    text-align: center;

    border-radius: 20px;
    background: linear-gradient(180deg, #6789a9 0%, #01142f 100%);
}

@media (max-width: 1380px)
{
    .banner__wrapper
    {
        padding: 40px 195px;
    }
}

@media (max-width: 769px)
{
    .banner__wrapper
    {
        padding: 40px 23px;
    }
}

.banner__wrapper:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -114px;

    width: calc(100% + 228px);
    height: 50%;

    content: '';

    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f3f7fa;
    box-shadow: inset 0 -1px 0 #d7e1e9;
}

@media (max-width: 1025px)
{
    .banner__wrapper:after
    {
        left: -32px;

        width: calc(100% + 64px);
    }
}

@media (max-width: 769px)
{
    .banner__wrapper:after
    {
        left: -12px;

        width: calc(100% + 24px);
    }
}

.banner__title
{
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;

    display: inline-block;

    margin-bottom: 20px;

    transition: .4s .3s;
    transform: translateY(20px);
    text-align: left;
    text-align: center;
    letter-spacing: .25px;

    opacity: 0;
    color: #fff;
}

@media (max-width: 1170px)
{
    .banner__title
    {
        font-size: 30px;
    }
}

@media (max-width: 600px)
{
    .banner__title
    {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1025px)
{
    .banner__title
    {
        margin-bottom: 28px;
    }
}

@media (max-width: 769px)
{
    .banner__title
    {
        font-size: 30px;
        line-height: 40px;

        margin-bottom: 135px;
    }
}

@media (max-width: 600px)
{
    .banner__title
    {
        max-width: 250px;
        margin-bottom: 80px;
    }
}

@media (max-width: 450px)
{
    .banner__title
    {
        margin-bottom: 80px;
    }
}

.banner__desc
{
    transition: .4s .6s;
    transform: translateY(20px);

    opacity: 0;
    color: #d7e1e9;
}

@media (max-width: 600px)
{
    .banner__desc
    {
        font-size: 20px;
        line-height: 32px;
    }
}

/* Перевозчики
   ======================================== */

.carrier *
{
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.carrier__wrapper
{
    padding-top: 125px;
    padding-bottom: 80px;
}

@media (max-width: 600px)
{
    .carrier__wrapper
    {
        padding-top: 80px;
        padding-bottom: 36px;
    }
}

.carrier__title
{
    font-size: 88px;
    font-weight: 700;
    font-style: normal;
    line-height: 88px;

    margin-top: 0;
    margin-bottom: 80px;

    transition: .4s 0s;
    transform: translateY(10%);
    text-align: left;
    text-align: center;
    letter-spacing: -1px;

    opacity: 0;
    background: linear-gradient(180deg, #6789a9 0%, #01142f 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 1170px)
{
    .carrier__title
    {
        font-size: 78px;
    }
}

@media (max-width: 600px)
{
    .carrier__title
    {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width: 1025px)
{
    .carrier__title
    {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px)
{
    .carrier__title
    {
        margin-bottom: 40px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .carrier__title
    {
        background: transparent;
    }
}

.carrier__desc
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    display: block;

    margin-bottom: 80px;

    transition: .4s .3s;
    transform: translateY(10%);
    text-align: center;
    /* identical to box height, or 133% */
    letter-spacing: .4px;

    opacity: 0;
    color: #6789a9;
}

@media (max-width: 1380px)
{
    .carrier__desc
    {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px)
{
    .carrier__desc
    {
        margin-bottom: 40px;
    }
}

.carrier__tables
{
    margin-top: 60px;
}

@media (max-width: 600px)
{
    .carrier__tables
    {
        margin-top: 40px;
    }
}

.carrier__tables-block
{
    margin-bottom: 72px;
}

@media (max-width: 1025px)
{
    .carrier__tables-block
    {
        margin-bottom: 64px;
    }
}

@media (max-width: 600px)
{
    .carrier__tables-block
    {
        margin-bottom: 48px;
    }
}

.carrier__tables-block:last-child
{
    margin-bottom: 0;
}

.carrier__tables-block.toggleClass--active .carrier__tables-block-title
{
    transform: translateY(0px);
text-transform: uppercase;
    opacity: 1;
}

.carrier__tables-block.toggleClass--active .carrier__table
{
    transform: translateY(0px);

    opacity: 1;
}

.carrier__tables-block-title
{
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;

    margin-top: 0;
    margin-bottom: 40px;

    transition: .4s;
    transform: translateY(30px);
    text-align: left;
    text-align: center;
    letter-spacing: .25px;

    opacity: 0;
}

@media (max-width: 1170px)
{
    .carrier__tables-block-title
    {
        font-size: 30px;
    }
}

@media (max-width: 600px)
{
    .carrier__tables-block-title
    {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 600px)
{
    .carrier__tables-block-title
    {
        margin-bottom: 32px;
    }
}

.carrier__table
{
    margin-bottom: 60px;

    transition: .4s .2s;
    transform: translateY(30px);

    opacity: 0;
}

@media (max-width: 600px)
{
    .carrier__table
    {
        margin-bottom: 20px;
    }
}

.carrier__table:last-child
{
    margin-bottom: 0;
}

/* Перевозчики (таблица за год)
   ======================================== */

.carrier-table__header
{
    display: flex;

    padding: 8px 16px;

    border-radius: 1px;
    background: #f3f7fa;

    align-items: center;
    justify-content: space-between;
}

.carrier-table__header-left
{
    margin-right: 5%;
}

.carrier-table__header-left span
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: block;

    text-decoration: underline;
    text-decoration: none;
    /* identical to box height, or 129% */
    letter-spacing: .75px;
    text-transform: uppercase;

    color: #6789a9;
}

.carrier-table__header-right span
{
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;

    display: block;

    white-space: nowrap;
    /* identical to box height, or 160% */
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #6789a9;
}

.carrier-table__header-right a
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    display: block;

    text-align: right;
    white-space: nowrap;
    text-decoration: underline;
    letter-spacing: .4px;

    color: #0260e8;
}

.carrier-table__header-right a:hover
{
    text-decoration: none;
}

.carrier-table__items
{
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    counter-reset: item;

    flex-wrap: wrap;
}

@media (max-width: 600px)
{
    .carrier-table__items
    {
        flex-direction: column;
    }
}

.carrier-table__item
{
    position: relative;

    width: 47.5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 47px;

    border-bottom: 1px solid #d7e1e9;
}

@media (max-width: 600px)
{
    .carrier-table__item
    {
        width: 100%;
        margin-right: 0;
    }
}

.carrier-table__item:before
{
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 20px;
    left: 0;

    content: counter(item) '. ';
    counter-increment: item;
    /* identical to box height, or 160% */
    letter-spacing: .15px;

    color: #6789a9;
}

.carrier-table__item:nth-child(even)
{
    margin-right: 0;
}

.carrier-table__item:last-child
{
    border-bottom: 0;
}

.carrier-table__item:nth-last-of-type(-n + 2):not(:nth-child(even))
{
    border-bottom: 0;
}

.carrier-table__item-title
{
    display: block;

    margin-bottom: 8px;
    margin-bottom: 0;
}

.carrier-table__item-value
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    position: relative;

    display: block;
    display: none;

    padding-left: 22px;
    /* identical to box height, or 133% */

    letter-spacing: .4px;
}

.carrier-table__item-value:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;

    content: '';

    background: url(../img/icon-truck.svg) 0 0/100% 100%;
}

/* Форма
   ============================================== */

.form__fieldset
{
    padding: 0;

    border: 0;
}

/* Текстовое поле в форме
   ============================================== */

.field-text
{
    display: block;

    margin-bottom: 20px;
}

.field-text:last-child
{
    margin-bottom: 0;
}

.field-text__name
{
    font-weight: 700;

    display: block;

    margin-bottom: .4em;
}

.field-text__input-wrap
{
    position: relative;

    display: block;
}

.field-text__input-wrap--not-empty .field-text__label
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    top: 6px;
    /* identical to box height, or 133% */

    letter-spacing: .4px;
}

.field-text__input
{
    font: 20px/32px 'Roboto', sans-serif;

    display: inline-block;

    width: 100%;
    height: 56px;
    margin: 0;
    padding: 19px 50px 0 18px;

    vertical-align: middle;

    color: #01142f;
    border: 0;
    border-radius: 10px;
    background: #f3f7fa;

       -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
}

.field-text__input:focus
{
    outline: 0;
}

.field-text__input[disabled],
.field-text__input[readonly]
{
    cursor: not-allowed;
}

.field-text__input::-webkit-search-cancel-button,
.field-text__input::-webkit-search-decoration,
.field-text__input::-webkit-inner-spin-button,
.field-text__input::-webkit-outer-spin-button
{
    -webkit-appearance: none;
}

.field-text__input[type='color']
{
    padding: 0;
}

.field-text__input::-moz-placeholder
{
    opacity: 1;
    color: #fff;
}

.field-text__input:-ms-input-placeholder
{
    opacity: 1;
    color: #fff;
}

.field-text__input::placeholder
{
    opacity: 1;
    color: #fff;
}

.field-text__input:focus
{
    box-shadow: inset 0 -1px 0 #01142f;
}

.field-text__input:focus + .field-text__label
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    top: 6px;
    /* identical to box height, or 133% */

    letter-spacing: .4px;
}

textarea.field-text__input
{
    height: auto;

    resize: vertical;
}

.field-text__input-button
{
    position: absolute;
    top: 20px;
    right: 21px;

    display: none;

    width: 16px;
    height: 16px;

    cursor: pointer;

    background: url(../img/cross-gray.svg);
}

.field-text__input-button--show
{
    display: block;
}

.field-text__label
{
    position: absolute;
    top: 12px;
    left: 18px;

    transition: .2s;
    pointer-events: none;

    color: #6789a9;
}

@media (max-width: 600px)
{
    .field-text__label
    {
        font-size: 20px;
        line-height: 32px;
    }
}

.field-text__help-text
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    display: block;

    min-height: 16px;
    margin-top: 4px;
    margin-bottom: 0;
    /* identical to box height, or 133% */

    letter-spacing: .4px;
}

.field-text__help-text:empty
{
    display: none;
}

.field-text--error .field-text__help-text
{
    color: #f66;
}

.field-text--error .field-text__input-button
{
    background: url(../img/cross-red.svg);
}

.field-text--error .field-text__input
{
    box-shadow: inset 0 -1px 0 #f66;
}

.field-text--ok .field-text__input
{
    box-shadow: none;
}

.field-text--ok .field-text__input-button
{
    pointer-events: none;

    background: url(../img/icon-ok.svg);
}

/* Действия формы
   ============================================== */

.field-actions
{
    display: flex;

    margin-top: 80px;

    align-items: center;
    justify-content: space-between;
}

@media (max-width: 769px)
{
    .field-actions
    {
        flex-direction: column;

        align-items: center;
    }
}

.field-actions .g-recaptcha
{
    margin-left: -14px;

    transform: scale(.9);
}

@media (max-width: 769px)
{
    .field-actions .g-recaptcha
    {
        margin-bottom: 40px;
        margin-left: 0;

        transform: scale(1);
    }
}

.field-actions .btn
{
    flex-shrink: 0;
}

@media (max-width: 450px)
{
    .field-actions .btn
    {
        width: 100%;
    }
}

/* Баннер "подать заявку"
   ============================================== */

.request *
{
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.request__wrapper
{
    position: relative;

    display: flex;
    overflow: hidden;

    margin-bottom: 80px;
    padding-top: 34px;
    padding-top: 44px;
    padding-bottom: 34px;

    border-radius: 10px;
    background: #f3f7fa;
    box-shadow: inset 0 -1px 0 #d7e1e9;

    justify-content: center;
}

@media (max-width: 1025px)
{
    .request__wrapper
    {
        padding-right: 64px;

        justify-content: flex-end;
    }
}

@media (max-width: 769px)
{
    .request__wrapper
    {
        padding-right: 30px;
    }
}

@media (max-width: 600px)
{
    .request__wrapper
    {
        padding-right: 0;
        padding-bottom: 195px;

        justify-content: center;
    }
}

.request__wrapper:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';

    background: #fff;
}

.request__bcg
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 64px;

    width: 192px;
    height: 155px;

    transition: .5s .35s;
    transform: translateY(100%);

    background: url(../img/bcg-request.png) 0 0/100% 100%;
}

@media (max-width: 769px)
{
    .request__bcg
    {
        left: 30px;
    }
}

@media (max-width: 600px)
{
    .request__bcg
    {
        left: 50%;

        margin-left: -96px;
    }
}

.request__btn
{
    transition: .3s .15s;
    transform: translateY(20px);

    opacity: 0;
}

.toggleClass.toggleClass--active .about__title,
.toggleClass.toggleClass--active .about__desc,
.toggleClass.toggleClass--active .criteria__title,
.toggleClass.toggleClass--active .criteria__desc,
.toggleClass.toggleClass--active .banner__title,
.toggleClass.toggleClass--active .banner__desc,
.toggleClass.toggleClass--active .carrier__title,
.toggleClass.toggleClass--active .carrier__desc,
.toggleClass.toggleClass--active .request__bcg,
.toggleClass.toggleClass--active .request__btn
{
    transform: translateY(0%);

    opacity: 1;
}

.toggleClass.toggleClass--active.separator:before,
.toggleClass.toggleClass--active.separator:after
{
    width: calc(50% - 62px);
}

.toggleClass.toggleClass--active.separator .separator__img img
{
    transform: scale(1);
}

.toggleClass.toggleClass--active.about__principles .about__principles-title
{
    transform: translateY(0%);

    opacity: 1;
}

.toggleClass.toggleClass--active.scheme .scheme__logo
{
    transform: scale(1);

    opacity: 1;
}

.toggleClass.toggleClass--active.scheme .scheme__item:before
{
    width: 400px;

    transition-delay: 1s;
}

.toggleClass.toggleClass--active.scheme .scheme__item:after
{
    height: 48px;

    transition-delay: 1.3s;
}

@media (max-width: 769px)
{
    .toggleClass.toggleClass--active.scheme .scheme__item:nth-child(1):after
    {
        height: 68px;
    }
}

.toggleClass.toggleClass--active.scheme .scheme__item:nth-child(2):after
{
    height: 68px;
}

@media (max-width: 769px)
{
    .toggleClass.toggleClass--active.scheme .scheme__item:nth-child(2):after
    {
        height: 48px;
    }
}

.toggleClass.toggleClass--active.scheme .scheme__item-title
{
    transition-delay: 1.8s;
    transform: translateY(0%);

    opacity: 1;
}

.toggleClass.toggleClass--active.scheme .scheme__item-text
{
    transition-delay: 2.2s;
    transform: translateY(0%);

    opacity: 1;
}
