@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&display=swap&subset=cyrillic,cyrillic-ext);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui:after,
.plyr--full-ui:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.plyr__control {
    background: transparent;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5)
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(0, 179, 255, .8);
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #00b3ff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui::-webkit-media-controls {
    display: none
}

.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}

.plyr__controls:empty {
    display: none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    -o-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a5764;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: rgba(74, 87, 100, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: rgba(74, 87, 100, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back:before {
    background: #c1c9d1;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -o-linear-gradient(135deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 41, 47, .6) 0, rgba(35, 41, 47, .6) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

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

.plyr--is-ios.plyr--vimeo [data-plyr=mute],
.plyr--is-ios .plyr__volume {
    display: none!important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: rgba(35, 41, 47, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0!important;
    height: 1px!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.plyr [hidden] {
    display: none!important
}

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

body,
figcaption,
figure,
h1,
h2,
h3,
input,
p,
ul {
    padding: 0;
    margin: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

html {
    font-size: 10px
}

button {
    cursor: pointer
}

button:focus {
    outline: none
}

strong {
    font-weight: 600
}

form {
    display: block
}

.select {
    margin: 20px 0
}

.select label {
    margin: 0
}

label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
    font-weight: 400
}

label input {
    margin-top: 10px
}

label input::-webkit-input-placeholder {
    font-weight: 400
}

label input::-moz-placeholder {
    font-weight: 400
}

label input:-ms-input-placeholder {
    font-weight: 400
}

label input::-ms-input-placeholder {
    font-weight: 400
}

label input::placeholder {
    font-weight: 400
}

label textarea {
    margin-top: 10px
}

input,
textarea {
    width: 100%;
    outline: none;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 130%
}

input.err,
textarea.err {
    border: 1px solid red
}

textarea {
    padding: 15px 20px;
    resize: none;
    min-height: 125px
}

input {
    height: 50px;
    padding: 0 20px
}

label.req span:after,
p.req span:after {
    content: "*";
    color: red;
    display: inline
}

ul {
    list-style-type: none
}

a {
    text-decoration: none
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 150%;
    background: #fff;
    color: #000;
    padding-top: 70px;
    -webkit-tap-highlight-color: transparent
}

.wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

article.wrap,
aside.wrap,
section.wrap {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.cn {
    max-width: 1200px;
    margin: 0 auto
}

.btn-tr {
    outline: none;
    border: none;
    background: transparent;
    padding: 5px 10px
}

.btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-width: 200px;
    height: 52px;
    border: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px
}

.btn.blue {
    width: 100%;
    background: #0A3161;
    -webkit-box-shadow: 0 6px 11px rgba(0, 64, 204, .2);
    box-shadow: 0 6px 11px rgba(0, 64, 204, .2);
    border-radius: 6px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.btn.blue:hover {
    background: #0b133c
}

.btn.black {
    width: 100%;
    background: #B31942;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.btn.brd {
    font-weight: 600;
    color: #1e1e1e;
    background: hsla(0, 0%, 100%, .3);
    border: 2.5px solid #1e1e1e
}

.btn .ico-right {
    position: absolute;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn .ico-left {
    position: absolute;
    left: 20px;
    width: 25px;
    height: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn .ico-left,
.cn__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cn__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-input {
    cursor: pointer
}

.btn-input input {
    display: none
}

.btn-input span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 240px;
    height: 65px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn-input [type=radio]:checked+span {
    border: 1px solid #0057ff;
    color: #0057ff
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0
}

.checkbox span {
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease
}

.checkbox strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px
}

.checkbox [type=radio]+span:after,
.checkbox [type=radio]+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    border-radius: 50%;
    border: 1px solid #000
}

.checkbox [type=radio]:checked+span:after {
    border: 1px solid #2864ff;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: #2864ff
}

.checkbox [type=radio]:not(:checked)+span:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox [type=radio]:focus+span:before {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

h1,
h2,
h3 {
    color: #1e1e1e
}

h1 {
    font-family: Montserrat, sans-serif;
    line-height: 124%
}

h1,
h2.title {
    font-weight: 800;
    font-size: 2.6rem
}

h2.title {
    margin-bottom: 2rem;
    font-style: normal;
    line-height: 130%
}

.list {
    font-size: 16px;
    line-height: 150%;
    margin: 2px 0 -20px
}

.list_it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

.list_it:before {
    content: "";
    margin: 5px 20px 0 0;
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #2864ff
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width:450px) {
    .btn.black,
    .btn.blue {
        width: 280px
    }
}

@media screen and (min-width:768px) and (min-width:450px) {
    html {
        font-size: 14px
    }
    .wrap {
        padding-left: 30px;
        padding-right: 30px
    }
    .title-des {
        font-size: 1.2rem
    }
}

@media screen and (max-width:992px) {
    .desktop {
        display: none!important
    }
}

@media screen and (min-width:992px) {
    html {
        font-size: 16px
    }
    body {
        font-size: 18px;
        padding-top: 80px
    }
    .mobile {
        display: none!important
    }
    h1 {
        line-height: 133%;
        font-size: 3rem
    }
    h2.title {
        font-size: 2.6rem;
        line-height: 110%;
        margin-bottom: 2.5rem
    }
    h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -.01em
    }
    .list {
        margin: -1.5rem 0
    }
    .list_it {
        margin: 1.5rem 0!important
    }
}

@media screen and (min-width:1240px) {
    html {
        font-size: 18px
    }
    body::-webkit-scrollbar {
        -webkit-appearance: none;
        display: block;
        width: 8px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%
    }
    body::-webkit-scrollbar:vertical {
        width: 8px
    }
    body::-webkit-scrollbar-thumb {
        background: #0A3161
    }
    body::-webkit-scrollbar-track {
        border: 8px solid #e5e5e5
    }
}

@media screen and (min-width:1350px) {
    html {
        font-size: 20px
    }
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    font-size: 18px;
    line-height: 150%
}

.header .menu {
    height: 70px
}

.header .menu__li {
    display: none
}

.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px
}

.header .link {
    text-transform: uppercase
}

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

.btn-mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    right: -10px
}

.mob-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 17, 60, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.mob-menu-bg.active {
    opacity: 1;
    visibility: visible
}

.mob-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    padding: 0 0 65px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, -webkit-transform .25s ease;
    transition: opacity .3s ease, -webkit-transform .25s ease;
    -o-transition: opacity .3s ease, transform .25s ease;
    transition: opacity .3s ease, transform .25s ease;
    transition: opacity .3s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 99
}

.mob-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.mob-menu.active .mob-menu_nav {
    margin: 10vh 40px
}

.mob-menu.active .mob-menu_nav li {
    position: relative;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.mob-menu.active .mob-menu_nav li:nth-child(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.mob-menu.active .mob-menu_nav li:nth-child(3) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.mob-menu.active .mob-menu_nav li:nth-child(4) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.mob-menu.active .mob-menu_nav li:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mob-menu.active .mob-menu_nav li:nth-child(6) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.mob-menu.active .mob-menu_nav li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.mob-menu.active .mob-menu_nav li:nth-child(8) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.mob-menu.active .meet_ul li {
    position: relative;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mob-menu.active .meet_ul li:nth-child(2) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.mob-menu.active .meet_ul li:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.mob-menu.active .meet_ul li:nth-child(4) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.mob-menu.active .meet_ul li:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.mob-menu .link {
    display: inline-block;
    margin-top: 4vh;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.01em
}

.mob-menu .af-link {
    font-size: 16px;
    margin: 0 0 3vh
}

.mob-menu_nav {
    display: block;
    margin: auto 0;
    padding: 25px 0
}

.mob-menu_nav ul {
    height: 100%
}

.mob-menu_nav li {
    opacity: 0
}

.link {
    color: #000
}

.dropdown {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #0047ff
}

.dropdown.active .dropdown_menu {
    visibility: visible;
    opacity: 1
}

.dropdown.active .link {
    color: #2684ff
}

.dropdown.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown li {
    line-height: 34px;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    color: #1e1e1e;
    font-weight: 700
}

.dropdown li:hover {
    background: rgba(0, 0, 0, .04)
}

.dropdown_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0047ff;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.dropdown_btn svg {
    margin-left: 5px
}

.dropdown_btn path,
.dropdown_btn svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.dropdown_menu {
    background: #d7e4ff;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 5px);
    max-width: 280px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: -7px 8px 15px 0 rgba(0, 0, 0, .04);
    box-shadow: -7px 8px 15px 0 rgba(0, 0, 0, .04);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    min-width: 55px
}

.dropdown__link {
    display: inline-block;
    padding: 5px 15px;
    text-transform: capitalize;
    color: inherit
}

.header .btn {
    font-size: 16px;
    height: 44px;
    line-height: normal
}

.header hr {
    margin: 5vh 25px 4vh
}

.header .btn-tr {
    padding: 10px
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    to {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    to {
        opacity: 1;
        left: 0
    }
}

@media screen and (orientation:landscape) and (max-height:450px) {
    .header .menu {
        height: 50px
    }
}

@media screen and (min-width:768px) and (min-height:450px) {
    .header {
        border-bottom: 1px solid rgba(175, 176, 179, .4)
    }
    .header .logo {
        width: 116px;
        height: 44px
    }
}

@media screen and (min-width:992px) {
    .header {
        font-size: 16px
    }
    .header .menu {
        height: 80px
    }
    .header .link {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -.01em
    }
    .header .menu__li-logo {
        display: inline-block;
        margin-right: auto
    }
    .header .menu__li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 3rem
    }
    .header .menu__li:not(.dropdown) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
    .header .menu__li:not(.dropdown).active {
        border-bottom: 3px solid #B31942;
        border-radius: 1px
    }
    .btn-mob {
        display: none
    }
}

.head {
    position: relative;
    background-size: cover;
    background: rgb(10,49,97);
    background: linear-gradient(109deg, rgba(10,49,97,0.4) 20%, rgba(255,255,255,0.05) 63%, rgba(179,25,66,0.1) 86%);
}

.head:not(.not-home).wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
}

.head.not-home {
    min-height: 300px
}

.head.not-home h1 {
    font-weight: 800
}

.head.not-home .wrap {
    padding-top: 4.3rem;
    padding-bottom: 4.8rem
}

.head h1 {
    margin-bottom: 18px
}

.head .cn__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.head .img {
    -o-object-fit: cover;
    object-fit: cover
}

.head .title-des {
    line-height: 150%
}

@media screen and (min-width:550px) {
    .head.not-home .title-des {
        max-width: 76%
    }
    .head h1 {
        max-width: 75%
    }
    .head .title-des {
        max-width: 70%
    }
}

@media screen and (min-width:768px) {
    .head.not-home h1 {
        margin-bottom: 1.55rem
    }
    .head h1 {
        margin-bottom: 2.55rem
    }
}

@media screen and (min-width:992px) {
    .head.not-home .wrap {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .head .title {
        font-size: 18px;
        margin: 2.2rem 0 .8rem
    }
    .head .cn__img {
        max-height: 100%
    }
}

.get-select-service .info-count {
    font-size: 18px;
    line-height: 22px
}

.get-select-service .info-count b {
    color: #B31942
}

.get-select-service .info-count p {
    margin: 10px 0
}

.get-select-service form {
    margin: 30px 0 0;
    position: relative
}

.get-select-service form .btn-tr {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 20px
}

.get-select-service input {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding-right: 50px;
    border: 2px solid rgba(10, 49, 97, .8);
    padding-left: 15px
}

.get-select-service .cn__select-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get-select-service .select-link {
    width: 100%;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 7.5px 0;
    min-height: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    background: rgba(10,49,97,0.1);
    border-radius: 4px;
    font-weight: 700;
    color: #1e1e1e;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.get-select-service .select-link.active {
    color: #fff;
    background: #0A3161
}

.get-select-service .select-link.active .count {
    border-color: #fff
}

.get-select-service .select-link .count {
    display: block;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #97a7cc;
    border-radius: 4px;
    text-align: center
}

.get-select-service .btn {
    margin-left: auto
}

.accordion .accordion__it {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px 17px 20px 10px;
    margin-top: 10px
}

.accordion .accordion__it .ico {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.accordion .accordion__it.active .ico {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.search__dropdown {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 100%;
    max-height: 50vh;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden auto;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.search__dropdown.active {
    visibility: visible;
    opacity: 1
}

.search__dropdown li {
    margin: 5px 0
}

.search__dropdown a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 15px;
    color: #1e1e1e
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion__header:hover {
    cursor: pointer
}

.accordion__info {
    padding-right: 15px
}

.accordion__info p {
    font-size: 12px;
    line-height: 110%;
    margin-top: 10px
}

.accordion__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px
}

.accordion__content {
    font-size: 12px;
    line-height: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.accordion__content ul {
    margin-top: 30px
}

.accordion__content li {
    margin-top: 10px;
    background: hsla(0, 0%, 96.1%, .3);
    border: 1px solid hsla(0, 0%, 85.1%, .5);
    border-radius: 4px
}

.accordion__content a {
    display: inline-block;
    width: 100%;
    padding: 15px 10px 20px;
    color: #1e1e1e
}

.get-select-service__ctg.accordion.mobile {
    margin-top: 30px
}

.active .select-accordion__header {
    background: #0A3161;
    color: #fff
}

.active .select-accordion__header .count {
    border-color: #fff
}

.select-accordion__content {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out
}

.select-accordion__content li {
    display: block
}

.select-accordion__content .accordion__it {
    margin: 0 0 1rem
}

.accordion__it__link {
    display: block;
    background: hsla(0, 0%, 100%, .6);
    border: 1px solid #d7e4ff;
    border-radius: 8px;
    color: #000;
    padding: 0 18px 15px 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.accordion__it__link time {
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e
}

@media screen and (min-width:768px) {
    .get-select-service form {
        margin: 0 0 2rem
    }
    .get-select-service input {
        padding-left: 20px;
        font-size: 14px
    }
    .get-select-service h2.title {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 1.5rem
    }
    .get-select-service .info-count {
        width: 100%;
        text-align: end
    }
    .get-select-service .select-link {
        margin: 10px 0;
        padding: 10px 20px
    }
    .get-select-service .cn__select-link {
        margin: -10px 0
    }
    .get-select-service__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .accordion .accordion__it {
        padding: 1.1rem 1.5rem .75rem
    }
    .accordion__title {
        font-size: 16px;
        line-height: 22px
    }
    .accordion__content {
        font-size: 14px
    }
    .accordion__content a {
        padding: .75rem .7rem .75rem .9rem
    }
    .accordion__ctg-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .accordion__ctg-count p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 2rem 0 0
    }
    .search__dropdown a {
        padding: 15px 20px;
        font-size: 14px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }
    .search__dropdown a:hover {
        background: rgba(0, 0, 0, .04)
    }
}

@media screen and (min-width:992px) {
    .accordion-tabs {
        margin: 0 -1rem
    }
    .accordion-tabs__it {
        width: 50%;
        margin: -20px 1rem 0
    }
    .get-select-service.wrap {
        padding-bottom: 2.6rem
    }
    .get-select-service:not(.wrap) {
        margin-top: 5rem
    }
    .get-select-service form {
        margin-bottom: 2.5rem
    }
    .get-select-service input {
        font-size: 16px
    }
    .get-select-service .select-link {
        width: auto;
        font-size: 16px;
        margin: 10px
    }
    .get-select-service .select-link:not(.active):hover {
        background: rgba(10,49,97,0.3)
    }
    .get-select-service .cn__select-link {
        margin: -10px
    }
    .get-select-service .accordion-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2rem
    }
    .get-select-service .accordion-tabs .accordion__it {
        margin-top: 20px
    }
    .get-select-service .accordion__content {
        font-size: 14px
    }
    .get-select-service .accordion__content ul {
        margin-top: 20px
    }
    .get-select-service .accordion__content a {
        padding: .75rem .7rem .75rem .9rem;
        text-shadow: 0 0 1px transparent;
        -webkit-transition: text-shadow .25s;
        -o-transition: text-shadow .25s;
        transition: text-shadow .25s
    }
    .get-select-service .accordion__content li {
        overflow: hidden;
        position: relative
    }
    .get-select-service .accordion__content li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        width: 0;
        background: #0047ff;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }
    .get-select-service .accordion__content li:hover {
        background: #f0f5ff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        border-color: transparent
    }
    .get-select-service .accordion__content li:hover a {
        text-shadow: 0 0 1px #1e1e1e
    }
    .get-select-service .accordion__content li:hover:before {
        width: 3px
    }
    .accordion__it__link {
        font-size: 16px;
        line-height: 22px;
        padding: 0 1.1rem .75rem 1.5rem;
        margin: 20px 0 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        position: relative;
        overflow: hidden
    }
    .accordion__it__link:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        background: #B31942;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }
    .accordion__it__link:hover {
        background: rgba(10,49,97,0.03)
    }
    .accordion__it__link:hover:before {
        width: 3px
    }
    .accordion__it__link time {
        font-size: 14px;
        line-height: 20px
    }
    .accordion__it__link p {
        margin-top: 15px
    }
}

.select-service {
    background: rgb(10,49,97);
    background: linear-gradient(109deg, rgba(10,49,97,0.1) 30%, rgba(255,255,255,0.05) 60%, rgba(179,25,66,0.1) 80%);
}

.select-service .cn__img {
    width: 280px;
    height: 165px;
    margin: 40px auto 30px
}

.select-service .btn {
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .select-service .cn {
        display: grid;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        grid-template-columns: 62% 38%
    }
    .select-service .info {
        padding-right: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .select-service.wrap {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem
    }
}

.blog .gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px
}

.blog .gall__it {
    display: block
}

.blog .cn__img {
    overflow: hidden;
    border-radius: 4px;
    height: 56vw;
    max-height: 230px
}

.blog .img {
    -o-object-fit: cover;
    object-fit: cover
}

.blog figcaption {
    margin: 10px 0 25px;
    font-weight: 700;
    color: #1e1e1e
}

.blog time {
    font-size: 14px;
    line-height: 120%;
    color: #6e7377
}

.blog .btn {
    margin: 40px auto 0
}

@media screen and (min-width:992px) {
    .blog.wrap {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .blog h2.title {
        text-align: center
    }
    .blog figcaption {
        margin: 1rem 0 0.5rem
    }
    .blog .gall {
        grid-gap: 3rem
    }
    .blog .btn {
        margin-top: 2.7rem
    }
}

.e-government {
    background: rgb(10,49,97);
    background: linear-gradient(109deg, rgba(10,49,97,0.1) 30%, rgba(255,255,255,0.05) 60%, rgba(179,25,66,0.1) 80%);
}

.e-government .title {
    margin-bottom: 40px
}

.e-government .gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 250px));
    grid-gap: 50px
}

.e-government .gall__it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.e-government .cn__img {
    width: 80px;
    height: 80px;
    margin-bottom: 28px
}

@media screen and (min-width:992px) {
    .e-government {
        overflow: hidden
    }
    .e-government.wrap {
        padding-top: 4.5rem;
        padding-bottom: 3.25rem
    }
    .e-government .gall {
        grid-template-columns: 1fr 1fr 1.15fr 1fr;
        grid-gap: 4.6rem
    }
}

.partners .gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-gap: 25px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center
}

.partners .gall__it {
    max-height: 52px;
    height: 100%
}

@media screen and (min-width:992px) {
    .partners.wrap {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
    .partners .gall {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 3rem
    }
    .partners .title {
        margin-bottom: 3rem
    }
    .partners .gall__it {
        max-height: 60px
    }
}

.to_partner {
    
    background: rgb(10,49,97);
    background: linear-gradient(109deg, rgba(10,49,97,0.1) 30%, rgba(255,255,255,0.05) 60%, rgba(179,25,66,0.1) 80%);
}

.to_partner .title {
    margin-bottom: 33px
}

.to_partner h3 {
    margin-bottom: 20px
}

.to_partner .cn__btn {
    margin: 40px auto 0
}

.to_partner .btn {
    text-transform: uppercase;
    width: 100%;
    font-size: 14px
}

.to_partner .btn.brd {
    margin-top: 10px;
    padding-left: 30px
}

@media screen and (min-width:450px) {
    .to_partner .cn__btn {
        max-width: 300px;
        margin-left: 0;
        width: 100%
    }
    .to_partner .btn.brd {
        font-size: 13px
    }
}

@media screen and (min-width:768px) {
    .to_partner .info {
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-template-columns: 60% 40%
    }
    .to_partner .des {
        padding-right: 25px
    }
    .to_partner .cn__btn {
        margin: 0 auto
    }
}

@media screen and (min-width:992px) {
    .to_partner h2.title {
        margin-bottom: 2.55rem
    }
    .to_partner p {
        font-size: 16px
    }
    .to_partner .btn.brd {
        margin-top: 20px
    }
    .to_partner .btn {
        font-weight: 700
    }
}

.subscribe.wrap {
    padding-bottom: 2.5rem
}

.subscribe form {
    margin: 30px auto 0
}

.subscribe .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin: 10px auto 0
}

.subscribe .ico {
    margin-left: 25px
}

@media screen and (min-width:730px) {
    .subscribe.wrap {
        padding-bottom: 4rem
    }
    .subscribe form {
        margin-top: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .subscribe .btn {
        width: 200px;
        margin: 0 0 0 20px
    }
}

@media screen and (min-width:992px) {
    .subscribe {
        text-align: center
    }
    .subscribe form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .subscribe input {
        width: 350px
    }
}

.breadcrumbs {
    margin-top: 1.5rem
}

.breadcrumbs ul {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    overflow-x: auto;
    position: relative;
    left: -20px
}

.breadcrumbs ul::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs__link {
    margin-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-position: under;
    white-space: nowrap;
    color: #1e1e1e
}

.breadcrumbs__link.active {
    font-weight: 600;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #0A3161
}

.breadcrumbs__arrow {
    display: inline-block;
    margin-right: 20px
}

@media screen and (min-width:768px) and (min-height:450px) {
    .breadcrumbs {
        margin-top: 3rem
    }
    .breadcrumbs ul {
        padding: 0 30px;
        left: -30px
    }
    .breadcrumbs .breadcrumbs__link {
        font-size: 16px
    }
    .breadcrumbs__arrow svg {
        width: 16px;
        height: 12px
    }
}

.service.wrap {
    padding-top: 3.8rem;
    padding-bottom: 0
}

.service.service-laws.wrap {
    padding-bottom: 4rem
}

.service .cn__img {
    border: 1px solid rgba(229, 237, 255, .5);
    border-radius: 6px;
    padding: 29px 20px
}

.service p {
    margin-top: 20px
}

@media screen and (min-width:500px) {
    .service .cn__img {
        float: right;
        width: 20rem;
        height: 14.3rem;
        padding: 2.1rem 1.4rem;
        margin: 0 0 20px 15px
    }
}

@media screen and (min-width:992px) {
    .service.wrap {
        padding-top: 2.5rem
    }
    .service h1.title {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 900;
        max-width: 770px
    }
    .service h1.title.big {
        font-size: 2.6rem
    }
    .service p {
        max-width: 700px;
        margin-top: 1.5rem
    }
    .service.service-laws .get-select-service {
        margin-top: 3.5rem
    }
    .service.service-laws .get-select-service .select-link {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
    .service.service-laws .get-select-service .accordion-tabs {
        margin-top: 2.5rem
    }
}

@media screen and (min-width:1200px) {
    .service .cn {
        position: relative
    }
    .service .info {
        width: 65%
    }
    .service .cn__img {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        width: 400px;
        height: 286px;
        margin: 0
    }
}

.link-category.wrap {
    padding-bottom: 0
}

.link-category p.title {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 20px
}

.link-category .gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 1rem 1.5rem
}

.link-category .gall__it {
    background: hsla(0, 0%, 100%, .6);
    border: 1px solid #d7e4ff;
    border-radius: 8px
}

.link-category a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #000;
    padding: 20px
}

.link-category a:before {
    content: "";
    background: url(/src/img/icon-svg/link.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
    min-width: 24px;
    min-height: 24px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .link-category p.title {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 25px
    }
    .link-category .gall {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))
    }
    .link-category .gall__it {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .link-category .gall__it,
    .link-category a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .link-category a {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }
    .link-category a:before {
        margin-right: 1.2rem
    }
}

@media screen and (min-width:992px) {
    .link-category h2.title {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 700;
        margin-bottom: 30px
    }
}

.service-about {
    margin-top: 4rem;
    background: -o-linear-gradient(183.54deg, rgba(153, 170, 255, .16) 4.21%, rgba(26, 45, 255, .16) 90.12%);
    background: linear-gradient(266.46deg, rgba(153, 170, 255, .16) 4.21%, rgba(26, 45, 255, .16) 90.12%)
}

.service-about .cn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px
}

.service-about p.title {
    max-width: 85%;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 28px;
    position: relative
}

.service-about p.title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 80px;
    height: 6px
}

.service-about li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

.service-about li:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 13px
}

.service-about li:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .service-about {
        margin-top: 2.8rem
    }
    .service-about.wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .service-about li:before {
        width: 10px;
        height: 10px;
        margin-right: 1rem
    }
}

@media screen and (min-width:992px) {
    .service-about {
        font-size: 16px;
        background: -o-linear-gradient(211.41deg, rgba(153, 170, 255, .16) 4.21%, rgba(26, 45, 255, .16) 90.12%);
        background: linear-gradient(238.59deg, rgba(153, 170, 255, .16) 4.21%, rgba(26, 45, 255, .16) 90.12%)
    }
    .service-about .cn {
        grid-template-columns: 1fr 1fr;
        grid-gap: 5rem
    }
    .service-about p.title {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding-bottom: 30px
    }
    .service-about li {
        margin: 30px 0
    }
    .service-about li:first-of-type {
        margin-top: 40px
    }
    .service-about li:before {
        width: 10px;
        height: 10px
    }
}

.partnership .btn {
    text-transform: uppercase;
    font-size: 14px
}

.partnership__gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
    margin: 30px 0 20px;
    font-size: 16px;
    line-height: 20px
}

.partnership__it {
    display: block;
    background: rgba(10,49,97,0.1);
    border-radius: 4px;
    padding: 30px 28px 30px 24px;
    min-height: 230px;
    height: 100%
}

.partnership__it__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 6px;
    margin-bottom: 20px;
    width: 80px;
    height: 80px
}

@media screen and (min-width:768px) {
    .partnership.wrap {
        padding-top: 3.3rem;
        padding-bottom: 5rem
    }
    .partnership .btn {
        font-size: inherit;
        min-width: 232px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .partnership__gall {
        grid-gap: 1.6rem;
        margin: 2.5rem 0 2rem
    }
}

@media screen and (min-width:992px) {
    .partnership h2.title {
        margin-bottom: 30px
    }
    .partnership .btn {
        text-transform: none
    }
    .partnership__it,
    .partnership__it path {
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    .partnership__it:hover {
        background: #0A3161;
        color: #fff
    }
    .partnership__it:hover path {
        fill: #fff!important
    }
}

.offer {
    background: rgb(179,25,66);
    background: linear-gradient(109deg, rgba(179,25,66,0.1) 30%, rgba(10,49,97,0.1) 70%);
}

.offer .cn__img {
    max-width: 535px;
    max-height: 350px;
    margin-bottom: 30px
}

.offer .img {
    -o-object-fit: cover;
    object-fit: cover
}

.offer__list {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 35px
}

.offer__it {
    margin: 10px 0
}

@media screen and (min-width:768px) {
    .offer.wrap {
        padding-top: 4.5rem;
        padding-bottom: 5rem
    }
    .offer p {
        max-width: 565px
    }
    .offer .btn {
        font-size: inherit;
        min-width: 232px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .offer__it {
        margin: 15px 0
    }
    .offer__list {
        max-width: 565px;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width:992px) {
    .offer .cn {
        position: relative
    }
    .offer h2.title {
        margin-bottom: 20px
    }
    .offer .cn__img {
        position: absolute;
        top: 10px;
        right: 0;
        width: 45%
    }
    .offer .btn {
        text-transform: none
    }
    .offer__content {
        max-width: 50%
    }
}

.grant h2.title {
    margin-bottom: 25px
}

.grant .cn__img {
    max-width: 400px;
    max-height: 233.33333px;
    width: 100%
}

.grant .img {
    -o-object-fit: cover;
    object-fit: cover
}

.grant__it {
    margin-top: 40px
}

.grant__it:first-of-type {
    margin-top: 35px
}

.grant__it__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0
}

.grant__it__des {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .grant .btn {
        font-size: inherit;
        min-width: 232px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width:768px) and (min-height:450px) {
    .grant.wrap {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .grant .cn__img {
        max-width: 600px;
        max-height: 350px
    }
    .grant__it__title {
        font-size: 20px;
        line-height: 28px;
        margin: 0
    }
    .grant__it__des {
        font-size: 16px;
        line-height: 22px;
        margin: 20px 0 30px
    }
    .grant__it_content {
        margin: 25px 0;
        max-width: calc(485px + 3rem)
    }
}

@media screen and (min-width:992px) {
    .grant h2.title {
        margin-bottom: 30px
    }
    .grant .btn {
        text-transform: none
    }
    .grant .cn__img {
        width: 50%
    }
    .grant__des {
        margin-bottom: 2.5rem
    }
    .grant__it {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
    .grant__it:first-of-type {
        margin: 0
    }
    .grant__it:first-of-type .grant__it_content {
        padding-left: 3rem
    }
    .grant__it:last-of-type {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .grant__it:last-of-type .cn__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .grant__it:last-of-type .grant__it_content {
        padding-right: 3rem
    }
}

.advantage {
    background: #0A3161;
    color: #fff;
    font-size: 16px;
    line-height: 140%
}

.advantage h2.title {
    color: #fff;
    margin-bottom: 30px
}

.advantage .cn__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 20px
}

.advantage__gall {
    display: grid;
    grid-gap: 34px
}

.advantage__it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .advantage h2.title {
        margin-bottom: 2.4rem
    }
    .advantage .cn__img {
        width: 4rem;
        height: 4rem
    }
    .advantage__gall {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 30px 4.5rem
    }
}

@media screen and (min-width:922px) {
    .advantage {
        font-size: 18px;
        line-height: 125%
    }
    .advantage.wrap {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.regions.wrap {
    padding-top: 3rem
}

.regions h2.title {
    margin-bottom: 1rem
}

.regions .cn__img {
    max-width: 745px;
    max-height: 437px;
    margin: 25px 0 35px
}

.regions .cn__img svg {
    width: 100%;
    height: 100%
}

.regions__cn {
    margin-top: 2rem
}

.regions__it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid #e0e5ff
}

.regions__link {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 700;
    color: #000
}

@media screen and (min-width:660px) {
    .regions__gall {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 25px
    }
    .regions.wrap {
        padding-top: 2rem
    }
}

@media screen and (max-width:992px) {
    .select-map__it[data-region] {
        fill: #0047ff
    }
}

@media screen and (min-width:992px) {
    .regions .cn__img {
        margin: 0
    }
    .regions__cn {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        grid-gap: 0 .5rem;
        margin-top: 2.25rem
    }
    .regions__gall {
        grid-gap: 10px 2rem;
        grid-template-columns: 1fr .8fr
    }
    .regions__it {
        min-height: 30px;
        border: none
    }
    .regions__link {
        padding: 0;
        position: relative
    }
    .regions__link,
    .regions__link:before {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    .regions__link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background: #B31942
    }
    .regions__link.active,
    .regions__link:hover {
        color: #B31942;
        padding-left: 10px
    }
    .regions__link.active:before,
    .regions__link:hover:before {
        width: 2px
    }
    .select__map-select {
        pointer-events: none;
        display: block;
        position: absolute;
        top: 50%;
        background: url(/src/img/icon-svg/resion.svg) no-repeat 50%;
        background-size: contain;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        min-width: 120px;
        min-height: 44px;
        padding: 18px 15px 10px;
        text-align: center;
        color: #000;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .3));
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .3))
    }
    .select__map-select.active {
        visibility: visible;
        opacity: 1
    }
    .select-map__it {
        cursor: pointer;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    .select-map__it.active,
    .select-map__it:hover {
        fill: #0047ff
    }
    .regions .cn__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.we-offer {
    font-size: 14px;
    line-height: 150%
}

.we-offer.wrap {
    padding-bottom: 0
}

.we-offer li:nth-of-type(2) .we-offer__link {
    background: rgba(179,25,66,0.05)
}

.we-offer li:nth-of-type(2) .we-offer__link:hover {
    background: #e3e7eb
}

.we-offer li:nth-of-type(3) .we-offer__link {
    background: rgba(179,25,66,0.03)
}

.we-offer li:nth-of-type(3) .we-offer__link:hover {
    background: #ebeff3
}

.we-offer__link {
    display: block;
    min-height: 182px;
    color: #1e1e1e;
    background: rgba(179,25,66,0.08);
    padding: 30px 20px 20px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.we-offer__link:hover {
    background: #d0dae4
}

.we-offer__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    color: #1e1e1e;
    margin-bottom: 13px
}

@media screen and (min-width:768px) {
    .we-offer {
        font-size: medium
    }
}

@media screen and (min-width:992px) {
    .we-offer {
        margin-bottom: -1.5rem
    }
    .we-offer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .we-offer li {
        width: 100%
    }
    .we-offer__link {
        padding: 4rem 3rem 2rem 2rem;
        min-height: 230px
    }
    .we-offer__title {
        margin-bottom: .9rem;
        font-size: 1.8rem
    }
}

@media screen and (min-width:1250px) {
    .we-offer {
        font-size: 20px;
        line-height: 26px
    }
}

.how-we-work-card {
    background: rgb(10,49,97);
    background: linear-gradient(109deg, rgba(10,49,97,0.1) 30%, rgba(255,255,255,0.05) 60%, rgba(179,25,66,0.1) 80%);
}

.how-we-work-card h2.title {
    margin-bottom: 25px
}

.plyr {
    margin-bottom: 20px;
    height: 53vw;
    max-height: 479px
}

.plyr__control--overlaid {
    background: hsla(0, 0%, 100%, .8);
    color: #0057ff
}

.plyr--video {
    border-radius: 10px
}

.plyr--video,
.plyr__video-wrapper {
    background: transparent
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #0057ff
}

.plyr--full-ui input[type=range] {
    color: #0057ff
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 87, 255, .5);
    box-shadow: 0 0 0 5px rgba(0, 87, 255, .5);
    outline: 0
}

.how-we-work {
    font-size: 12px;
    line-height: 150%
}

.how-we-work .gall {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px
}

.how-we-work .gall__it {
    padding: 20px 25px 20px 20px;
    border: 1px solid #c4c4c4;
    border-radius: 4px
}

.how-we-work strong {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .how-we-work {
        font-size: 14px
    }
    .how-we-work .gall {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem
    }
    .how-we-work .gall__it {
        padding: 1.5rem
    }
}

@media screen and (min-width:992px) {
    .how-we-work-card.wrap {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem
    }
    .how-we-work-card .cn {
        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
    }
    .how-we-work-card .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 47%;
        max-width: 570px
    }
    .how-we-work-card .content-video {
        width: 48%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-height: 325px
    }
    .how-we-work-card p {
        max-width: 90%
    }
    .how-we-work-card .plyr {
        height: 100%;
        margin-bottom: 0
    }
    .plyr__control--overlaid {
        padding: 2rem
    }
    .plyr__control--overlaid svg {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    .how-we-work h2.title {
        margin-bottom: 30px
    }
    .how-we-work .gall {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.contacts {
    width: 100%;
    overflow: hidden
}

.contacts h2.title {
    margin-bottom: 1.3rem
}

.contacts .cn__img {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

.contacts__gall {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem
}

.contacts__gall li {
    overflow: hidden
}

.contacts__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

.contacts__pos {
    margin: 10px 0;
    font-size: 14px;
    line-height: 120%
}

.contacts__link {
    display: inline-block;
    width: 24px!important;
    height: 24px!important;
    margin-right: 13px!important
}

.contacts__link.in {
    background: url(/src/img/icon-svg/LinkedIn.svg) no-repeat 50% 50%;
    background-size: contain
}

.contacts__link.twi {
    background: url(/src/img/icon-svg/Twitter.svg) no-repeat 50% 50%;
    background-size: contain
}

.contacts__link.fac {
    background: url(/src/img/icon-svg/Facebook.svg) no-repeat 50% 50%;
    background-size: contain
}

.contacts__mail {
    display: block;
    margin: 10px 0 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.agent hr {
    margin: 13px 0 15px;
    width: 100%;
    height: 1px;
    background: #000;
    border: none
}

header.agent__head {
    display: block
}

.agent__cn {
    margin: 0 -1.65rem -35px
}

.agent__cn,
.agent__gall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.agent__gall {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.agent__gall li {
    margin: 0 1.65rem 35px
}

.agent__location {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.agent__name {
    font-size: 18px;
    line-height: 28px
}

.agent__content {
    overflow: hidden
}

.agent__content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agent__content a {
    padding: 0
}

@media screen and (min-width:650px) {
    .contacts__gall {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
    }
}

@media screen and (min-width:768px) {
    .contacts h2.title {
        margin-bottom: 2.5rem
    }
}

.map {
    position: relative
}

.map__contacts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(10, 49, 97, .84);
    color: #fff
}

.map__contacts.wrap {
    padding-top: 20px;
    padding-bottom: 35px
}

.map__address {
    margin-bottom: 30px
}

.map__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.map__link {
    color: #fff
}

#map {
    position: relative;
    width: 100vw;
    height: 500px
}

#map .gmnoprint {
    display: none
}

@media screen and (min-width:600px) {
    .map__contacts {
        max-width: 450px;
        right: auto;
        border-bottom-right-radius: 10px
    }
}

@media screen and (min-width:922px) {
    .map__contacts {
        font-size: 16px;
        top: 80px;
        left: 30px;
        width: 250px;
        height: 290px;
        border-radius: 10px
    }
    .map__contacts.wrap {
        padding-top: 2.5rem;
        padding-bottom: 2.7rem
    }
    #map {
        height: 450px
    }
    #map .gm-style-pbt {
        width: 400px;
        margin: 0 auto
    }
}

@media screen and (min-width:1200px) {
    .map__contacts {
        left: calc(50% - 600px)
    }
}

.material {
    background: hsla(0, 0%, 95.7%, .6);
    font-size: 20px;
    line-height: 130%
}

.material h2.title {
    margin-bottom: 3rem
}

.material .cn__img {
    overflow: hidden;
    background: #c4c4c4;
    border-radius: 6px;
    width: 100%;
    min-height: 157px;
    height: 50vw;
    max-height: 180px
}

.material .img {
    -o-object-fit: cover;
    object-fit: cover
}

.material .btn {
    min-width: auto;
    width: 150px;
    height: 44px;
    font-weight: 400;
    font-size: 18px
}

.material figcaption {
    margin: 20px 0
}

.material__gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px
}

@media screen and (min-width:992px) {
    .material.wrap {
        padding-bottom: 3.5rem
    }
    .material__gall {
        grid-gap: 4rem
    }
}

@media screen and (min-width:1240px) {
    .material__gall {
        grid-gap: 6rem
    }
}

.footer {
    background-color: hsla(0, 0%, 95.7%, .7);
    overflow: hidden
}

.footer .content {
    padding: 40px 0
}

.footer .info a {
    display: block
}

.footer .logo {
    width: 116px;
    height: 49px
}

.footer .des {
    max-width: 350px;
    margin: 8px 0 20px
}

.footer .mail {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #0A3161;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-bottom: 12px
}

.footer .address {
    max-width: 200px;
    font-size: 16px;
    line-height: 24px;
    color: #6e7377
}

.footer .nav__it {
    margin-top: 40px
}

.footer .title {
    display: block;
    color: #0A3161;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 24px
}

.footer .link {
    display: inline-block;
    padding: 9px 0;
    font-size: 16px;
    line-height: 125%;
    font-weight: 500;
    color: #585959
}

.copy {
    padding: 25px 0 35px;
    line-height: 15px;
    border-top: 1px solid rgba(0, 71, 255, .1);
    font-size: 12px;
    font-weight: 600;
    color: #7d7d7d;
    opacity: .8
}

@media screen and (min-width:700px) {
    .footer .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 50px -5.4rem 0 0
    }
    .footer .nav__it {
        margin: 0 5.4rem 0 0
    }
}

@media screen and (min-width:992px) {
    .footer .content {
        padding-top: 2.5rem;
        padding-bottom: 3rem
    }
    .footer .des {
        margin: 26px 0 42px
    }
}

@media screen and (min-width:1240px) {
    .footer .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer .nav {
        margin-top: 15px
    }
}

.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh + 60px);
    overflow: hidden;
    background: rgba(11, 31, 68, .8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.modal-bg.active {
    display: block;
    opacity: 1
}

.modal {
    display: block;
    visibility: hidden;
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: scaleX(.8) scaleY(.8);
    transform: scaleX(.8) scaleY(.8);
    -webkit-transition: opacity .2s ease-in-out, visibility .1s ease-in-out, z-index .21s, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .1s ease-in-out, z-index .21s, -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .1s ease-in-out, z-index .21s;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .1s ease-in-out, z-index .21s;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .1s ease-in-out, z-index .21s, -webkit-transform .2s ease-in-out;
    z-index: -1;
    padding: 60px 15px;
    background: #fff;
    overflow: auto;
    width: 100%;
    height: calc(100% + 120px)
}

.modal p,
.modal strong {
    line-height: 130%
}

.modal.active {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    visibility: visible;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    opacity: 1;
    z-index: 1000
}

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

.modal.sent.error .ico {
    background: #ff2a0a
}

.modal.sent.error strong {
    color: #ff2a0a
}

.modal.sent .cn {
    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;
    text-align: center;
    margin: 20px 0 60px;
    min-height: 245px;
    max-height: 430px
}

.modal.sent strong {
    font-size: 24px;
    color: #0057ff
}

.modal.sent .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #0057ff;
    border-radius: 50%;
    margin-bottom: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal.sent p {
    max-width: 500px;
    font-size: 16px;
    line-height: 130%;
    margin: 24px 0 66px
}

.modal.post-message {
    padding-left: 0;
    padding-right: 0
}

.modal.post-message .cn {
    position: relative;
    background: #fafafa
}

.modal.post-message .modal-close {
    position: absolute;
    top: 15px;
    right: 10px
}

.modal.post-message form {
    padding-top: 30px;
    padding-bottom: 30px
}

.modal.post-message form strong {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    padding-right: 40px
}

.modal.post-message form .btn {
    margin-top: 30px
}

@media screen and (max-height:450px) and (max-width:900px) {
    .modal.sent .cn {
        margin: 10px 0 25px
    }
    .modal.sent .ico {
        margin-bottom: 10px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    .modal.sent strong {
        font-size: 18px
    }
    .modal.sent p {
        margin: 15px 0 25px
    }
}

@media screen and (min-width:768px) and (min-height:450px) {
    .modal {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        border-radius: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%) scaleX(.8) scaleY(.8);
        transform: translateY(-50%) scaleX(.8) scaleY(.8)
    }
    .modal.active {
        -webkit-transform: translateY(-50%) scaleX(1) scaleY(1);
        transform: translateY(-50%) scaleX(1) scaleY(1)
    }
    .modal.sent {
        width: 600px;
        height: 482px
    }
    .modal.sent .cn {
        margin: 0
    }
    .modal.sent .ico {
        margin-bottom: 50px
    }
    .modal.sent p {
        font-size: 18px;
        margin: 22px 0 50px
    }
    .modal.post-message {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        border-radius: 10px;
        max-width: 1200px;
        width: 90vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 600px;
        padding: 0
    }
    .modal.post-message .cn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .modal.post-message .btn {
        margin-top: 1rem
    }
    .modal.post-message .wrap {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:992px) {
    .modal.post-message {
        overflow: hidden;
        max-width: 600px;
        height: 100%;
        width: 80vw
    }
    .modal.post-message .cn {
        height: 100%
    }
    .modal.post-message strong {
        font-size: 1.8rem;
        margin-bottom: 35px
    }
    .modal.post-message label {
        margin: 0 0 20px
    }
}

@media screen and (min-width:1350px) {
    .modal .btn {
        width: 100%;
        max-width: 250px
    }
    .modal.post-message .cn {
        height: 100%
    }
    .modal.post-message .btn {
        margin-left: auto;
        margin-right: auto
    }
}
