.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none
}

.progress-step {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 24px
}

.progress-step:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.progress-step:last-child .progress-marker::after {
    display: none
}

.progress-marker {
    display: block;
    position: relative
}

.progress-marker_spot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffc631;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.progress-marker_spot--underlay {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255,198,49,.3);
    top: -10px;
    left: -10px;
    z-index: 2;
    transition: ease-in-out
}

.progress-step.is-complete .progress-marker_spot--underlay {
    animation: 4.5s infinite pulse;
    width: 40px;
    height: 40px
}

.progress-marker::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: -10px;
    width: 100%;
    height: 1px;
    -webkit-transition: background-color .6s,background-position .6s;
    transition: background-color .6s,background-position .6s
}

.progress-step .progress-marker {
    color: #a9a9a9
}

.progress-step .progress-marker::after,.progress-step .progress-marker::before {
    background-color: #b6b6b6
}

.progress-step .progress-text {
    color: #333
}

.progress-step.is-active .progress-marker::before,.progress-step.is-complete .progress-marker::after,.progress-step.is-complete .progress-marker::before,.progress-step.is-progress .progress-marker::after,.progress-step.is-progress .progress-marker::before {
    background-color: #ffc631
}

.progress-step.is-progress-10 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#868686),color-stop(10%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 10%,#b6b6b6 10%)
}

.progress-step.is-progress-20 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(20%,#868686),color-stop(20%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 20%,#b6b6b6 20%)
}

.progress-step.is-progress-30 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#868686),color-stop(30%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 30%,#b6b6b6 30%)
}

.progress-step.is-progress-40 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(40%,#868686),color-stop(40%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 40%,#b6b6b6 40%)
}

.progress-step.is-progress-50 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#868686),color-stop(50%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 50%,#b6b6b6 50%)
}

.progress-step.is-progress-60 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(60%,#868686),color-stop(60%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 60%,#b6b6b6 60%)
}

.progress-step.is-progress-70 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(70%,#868686),color-stop(70%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 70%,#b6b6b6 70%)
}

.progress-step.is-progress-80 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(80%,#868686),color-stop(80%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 80%,#b6b6b6 80%)
}

.progress-step.is-progress-90 .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(90%,#868686),color-stop(90%,#b6b6b6));
    background-image: linear-gradient(to right,#868686 90%,#b6b6b6 90%)
}

.progress-step:hover .progress-marker::before {
    background-color: #56adf5
}

.progress-tracker--center .progress-step:last-child,.progress-tracker--right .progress-step:last-child,.progress-tracker--text .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.progress-tracker--center {
    text-align: center
}

.progress-tracker--center .progress-marker::before,.progress-tracker--center .progress-text--dotted::before {
    margin-left: auto;
    margin-right: auto
}

.progress-tracker--center .progress-marker::after {
    right: -50%
}

.progress-tracker--right {
    text-align: right
}

.progress-tracker--right .progress-marker::before,.progress-tracker--right .progress-text--dotted::before {
    margin-left: auto
}

.progress-tracker--right .progress-marker::after {
    right: calc(-100% + 12px)
}

.progress-tracker--spaced .progress-marker::after {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px
}

.progress-tracker--border {
    padding: 4px;
    border: 2px solid #333;
    border-radius: 32px
}

.progress-text--dotted::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px -2px;
    background-size: 12px 18px;
    background-image: repeating-radial-gradient(circle at center 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%)
}

.progress-text--dotted-1::before {
    height: 12px
}

.progress-text--dotted-2::before {
    height: 30px
}

.progress-text--dotted-3::before {
    height: 48px
}

.progress-text--dotted-4::before {
    height: 66px
}

.progress-text--dotted-5::before {
    height: 84px
}

.progress-text--dotted-6::before {
    height: 102px
}

.progress-text--dotted-7::before {
    height: 120px
}

.progress-text--dotted-8::before {
    height: 138px
}

.progress-text--dotted-9::before {
    height: 156px
}

.progress-text--dotted-10::before {
    height: 174px
}

.progress-text--dotted-11::before {
    height: 192px
}

.progress-text--dotted-12::before {
    height: 210px
}

.progress-tracker--text-top .progress-text {
    height: 100%
}

.progress-tracker--text-top .progress-marker {
    top: -24px
}

.progress-tracker--text-inline {
    overflow: hidden
}

.progress-tracker--text-inline .progress-marker,.progress-tracker--text-inline .progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.progress-tracker--text-inline .progress-marker {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.progress-tracker--text-inline .progress-marker::after {
    top: auto
}

.progress-tracker--text-inline .progress-text {
    position: relative;
    z-index: 30;
    max-width: 70%;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff
}

.progress-tracker--text-inline .progress-marker .progress-text {
    display: inline-block
}

.progress-tracker--text-inline .progress-title {
    margin: 0
}

.progress-tracker--square .progress-marker::before {
    border-radius: 0
}

.progress-tracker--square .progress-marker::after {
    top: auto;
    bottom: 0
}

@media (max-width:575px) {
    .progress-tracker-wrapper {
        overflow-x: auto;
        -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity
    }

    .progress-tracker-wrapper .progress-step {
        min-width: 50%;
        scroll-snap-align: start
    }
}

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

.progress-tracker--vertical .progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.progress-tracker--vertical.progress-tracker--right .progress-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.progress-tracker--vertical .progress-marker::after {
    right: auto;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%
}

.progress-tracker--vertical .progress-text {
    padding: 0 12px 24px
}

@-webkit-keyframes scale-up {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes scale-up {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }
}

.anim-ripple .progress-link::before,.anim-ripple-large .progress-link::before,.anim-ripple-splash .progress-link::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 30;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    visibility: hidden;
    -webkit-animation: .3s ease-out scale-up;
    animation: .3s ease-out scale-up
}

.anim-ripple .progress-link:focus::before,.anim-ripple-large .progress-link:focus::before,.anim-ripple-splash .progress-link:focus::before {
    visibility: visible
}

.anim-ripple-double.progress-tracker--center .progress-link::after,.anim-ripple-double.progress-tracker--center .progress-link::before,.anim-ripple-large.progress-tracker--center .progress-link::after,.anim-ripple-large.progress-tracker--center .progress-link::before,.anim-ripple-splash.progress-tracker--center .progress-link::after,.anim-ripple-splash.progress-tracker--center .progress-link::before,.anim-ripple.progress-tracker--center .progress-link::after,.anim-ripple.progress-tracker--center .progress-link::before,.progress-tracker--center .anim-ripple .progress-link::after,.progress-tracker--center .anim-ripple .progress-link::before,.progress-tracker--center .anim-ripple-double .progress-link::after,.progress-tracker--center .anim-ripple-double .progress-link::before,.progress-tracker--center .anim-ripple-large .progress-link::after,.progress-tracker--center .anim-ripple-large .progress-link::before,.progress-tracker--center .anim-ripple-splash .progress-link::after,.progress-tracker--center .anim-ripple-splash .progress-link::before {
    left: 50%
}

.anim-ripple-double.progress-tracker--right .progress-link::after,.anim-ripple-double.progress-tracker--right .progress-link::before,.anim-ripple-large.progress-tracker--right .progress-link::after,.anim-ripple-large.progress-tracker--right .progress-link::before,.anim-ripple-splash.progress-tracker--right .progress-link::after,.anim-ripple-splash.progress-tracker--right .progress-link::before,.anim-ripple.progress-tracker--right .progress-link::after,.anim-ripple.progress-tracker--right .progress-link::before,.progress-tracker--right .anim-ripple .progress-link::after,.progress-tracker--right .anim-ripple .progress-link::before,.progress-tracker--right .anim-ripple-double .progress-link::after,.progress-tracker--right .anim-ripple-double .progress-link::before,.progress-tracker--right .anim-ripple-large .progress-link::after,.progress-tracker--right .anim-ripple-large .progress-link::before,.progress-tracker--right .anim-ripple-splash .progress-link::after,.progress-tracker--right .anim-ripple-splash .progress-link::before {
    left: calc(100% - 12px)
}

.anim-ripple-splash .progress-link::before {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,.35);
    box-shadow: 0 0 6px 6px rgba(0,0,0,.35)
}

.anim-ripple-double .progress-link::after,.anim-ripple-double .progress-link::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 30;
    background: 0 0;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    visibility: hidden;
    border: 3px solid rgba(0,0,0,.3)
}

.anim-ripple-double .progress-link:not(:active)::after,.anim-ripple-double .progress-link:not(:active)::before {
    -webkit-animation: .3s ease-out scale-up;
    animation: .3s ease-out scale-up
}

.anim-ripple-double .progress-link:not(:active)::after {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.anim-ripple-double .progress-link:focus::after,.anim-ripple-double .progress-link:focus::before {
    visibility: visible
}

.anim--large .progress-link::after,.anim--large .progress-link::before {
    width: 48px;
    height: 48px
}

.anim--path .progress-marker::after {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#b6b6b6),color-stop(50%,#868686));
    background-image: linear-gradient(to right,#b6b6b6 50%,#868686 50%);
    background-size: 200% 100%;
    background-position: 0 100%;
    -webkit-transition: background-position .3s ease-out;
    transition: background-position .3s ease-out
}

.anim--path .progress-step.is-complete .progress-marker::after,.progress-step.is-complete .anim--path .progress-marker::after {
    background-position: -100% 100%
}

[dir=rtl] .progress-marker::after {
    right: auto;
    left: -12px
}

[dir=rtl] .progress-tracker--center .progress-marker::after {
    left: -50%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html {
    scroll-behavior: smooth
}

body,html {
    overflow-x: hidden
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer
}

textarea {
    resize: none
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body {
    font-family: Roboto,sans-serif;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    color: #162739
}

body.fixed {
    position: fixed;
    width: 100%
}

body.swal2-shown {
    padding: 0!important
}

.section {
    padding: 80px 0
}

.section-nopb {
    padding: 80px 0 0
}

.section_header .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}

.section_header .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #ffc631
}

.section_header .subtitle--extended {
    padding-left: 20px;
    margin-left: 40px
}

.section_header .subtitle--extended:before {
    width: 1000%;
    left: -1000%
}

.section_header .text {
    margin: 20px 0 30px
}

.highlight {
    color: #0da574
}

.primary-bg {
    background: #001f3f;
    color: #fff
}

h1,h2,h3,h4,h5,h6 {
    font-family: Archivo,sans-serif;
    font-weight: 700
}

h1 {
    font-size: 40px;
    line-height: 1.2
}

h2 {
    font-size: 36px;
    line-height: 1.1
}

h3,h4 {
    font-size: 26px;
    line-height: 1.2
}

h5 {
    font-size: 18px;
    line-height: 1.2
}

h6 {
    font-size: 14px;
    line-height: 1.5
}

.link-arrow {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    color: #0da574;
    letter-spacing: 1px;
    font-family: Archivo,sans-serif;
    font-weight: 600
}

.link-arrow--alt {
    color: #ffc631
}

.link-arrow i {
    margin-left: 5px;
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    font-size: 16px
}

.link-arrow:hover i {
    margin-left: 10px
}

.btn {
    font-family: Archivo,sans-serif;
    font-weight: 700;
    padding: 18px 30px;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center
}

.btn:not(.btn--static):focus,.btn:not(.btn--static):hover {
    bottom: 5px
}

.btn-play {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 2px solid #001f3f;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #001f3f;
    font-size: 24px
}

.btn-play i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-play:focus,.btn-play:hover {
    border-color: #ffc631
}

.btn-play:focus i,.btn-play:hover i {
    color: #ffc631
}

.socials_item {
    margin-right: 20px
}

.socials_item:last-of-type {
    margin-right: 0
}

.socials_item-link {
    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;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #001f3f;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 30px
}

.socials_item-link:focus,.socials_item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #ffc631
}

.socials--alt .socials_item-link {
    color: #001f3f;
    background: #ffc631
}

.hamburger {
    width: 30px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hamburger .line {
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 3px
}

.hamburger .line--short {
    width: 50%
}

.hamburger.active .line--short {
    width: 100%
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+label .icon {
    color: #0da574
}

input[type=checkbox]+label {
    cursor: pointer
}

input[type=checkbox]+label .icon {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    margin-right: 20px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.field.error {
    border-color: red
}

.brand {
    display: inline-block;
    font-size: 28px;
    line-height: 22px;
    color: #fff;
    font-family: Archivo,sans-serif;
    font-weight: 700
}

.brand svg {
    margin-right: 10px
}

.brand .highlight {
    margin-left: 5px
}

#scrollToTop {
    position: fixed;
    right: 12px;
    bottom: -100px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    opacity: .5;
    background: #ffc631;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#scrollToTop.active {
    bottom: 12px
}

#scrollToTop:hover {
    opacity: 1
}

#scrollToTop .icon {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #001f3f;
    font-size: 24px;
    line-height: 24px
}

@media screen and (min-width:767.98px) {
    body {
        font-size: 19px
    }

    h1 {
        font-size: 46px;
        line-height: 1.1
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    h3,h4 {
        font-size: 26px;
        line-height: 1.2
    }

    #scrollToTop {
        right: 20px
    }

    #scrollToTop.active {
        bottom: 20px
    }

    .btn-play {
        width: 110px;
        height: 110px;
        font-size: 34px
    }
}

@media screen and (min-width:991.98px) {
    h1 {
        font-size: 58px;
        line-height: 1
    }

    h2 {
        font-size: 48px;
        line-height: 1.1
    }

    h3 {
        font-size: 30px;
        line-height: 1.2
    }

    h4 {
        Line-height: 1.1
    }

    .section {
        padding: 180px 0
    }

    .section-nopb {
        padding: 180px 0 0
    }
}

@media screen and (min-width:1199.98px) {
    #scrollToTop {
        right: 40px
    }

    #scrollToTop.active {
        bottom: 40px
    }
}

.alert_popup {
    border-radius: 0;
    padding-bottom: 30px!important
}

.alert_popup-close {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.alert_popup-title {
    font-family: Archivo,sans-serif;
    color: #001f3f!important;
    padding: 30px 30px 0
}

.alert_popup-content .main {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.header_navbar {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #001f3f
}

.header_navbar-nav {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.header_navbar-nav .link {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: .9
}

.header_navbar-nav_list {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header_navbar-nav_list.active {
    max-height: 90vh;
    margin-top: 30px;
    overflow-y: scroll
}

.header_navbar-nav_list .list-item {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Archivo,sans-serif;
    font-weight: 600;
    padding: 20px 0
}

.header_navbar-nav_list .list-item .dropdown-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px
}

.header_navbar-nav_list .list-item .dropdown-content.active {
    max-height: 1000px;
    margin: 20px 0 0 15px
}

.header_navbar-nav_list .list-item .dropdown-content .link {
    margin-bottom: 20px
}

.header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
    margin-bottom: 0
}

.header_navbar-nav_list .list-item .dropdown-trigger {
    text-transform: inherit;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header_navbar-nav_list .list-item .dropdown-trigger.active .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header_navbar-nav_list .list-item .dropdown-trigger .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffc631;
    margin: 0 10px
}

.header_extension {
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden
}

.header_extension .section_header {
    position: relative;
    z-index: 3
}

.header_extension .plan {
    position: absolute;
    width: 50%;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
    bottom: -22%;
    right: 10%;
    opacity: .8;
    z-index: 1
}

.header_extension .breadcrumbs {
    margin-top: 30px
}

.header_extension .breadcrumbs_item {
    font-weight: 500;
    position: relative;
    margin-right: 84px
}

.header_extension .breadcrumbs_item:hover:before {
    width: 100%
}

.header_extension .breadcrumbs_item:after,.header_extension .breadcrumbs_item:before {
    content: '';
    position: absolute
}

.header_extension .breadcrumbs_item:after {
    width: 30px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: -58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_extension .breadcrumbs_item:before {
    width: 0;
    height: 2px;
    background-color: #ffc631;
    bottom: -6px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.header_extension .breadcrumbs_item--current {
    font-weight: 400;
    padding: 0;
    margin: 0
}

.header_extension .breadcrumbs_item--current:after,.header_extension .breadcrumbs_item--current:before {
    display: none
}

@media screen and (min-width:575.98px) {
    .header_extension .plan {
        bottom: -50%
    }
}

@media screen and (min-width:767.98px) {
    .header_navbar {
        padding: 15px 0
    }

    .header_navbar-nav_list.active {
        max-height: 1000px;
        overflow-y: unset
    }

    .header_extension .plan {
        bottom: -73%
    }
}

@media screen and (min-width:991.98px) {
    .header .brand {
        font-size: 0
    }

    .header_navbar {
        background: 0 0;
        padding: 60px 0 0
    }

    .header_navbar.sticky {
        padding: 20px 0;
        background: #001f3f
    }

    .header_navbar .hamburger {
        display: none
    }

    .header_navbar .link--single {
        position: relative
    }

    .header_navbar .link--single:before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #ffc631;
        left: 0;
        bottom: -6px;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .header_navbar .link--single.active:before,.header_navbar .link--single:focus:before,.header_navbar .link--single:hover:before {
        width: 100%
    }

    .header_navbar-nav {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .header_navbar-nav_list {
        max-height: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 30px
    }

    .header_navbar-nav_list .list-item {
        padding: 0;
        margin-right: 20px;
        font-size: 14px;
        font-family: Archivo,sans-serif;
        font-weight: 600
    }

    .header_navbar-nav_list .list-item:last-of-type {
        margin-right: 0
    }

    .header_navbar-nav_list .list-item .dropdown-content {
        position: absolute;
        width: unset;
        max-height: unset;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        margin: 10px 0 0;
        padding: 15px;
        background: #001f3f
    }

    .header_navbar-nav_list .list-item .dropdown-content.visible,.header_navbar-nav_list .list-item .dropdown-content:hover {
        visibility: visible;
        opacity: 1
    }

    .header_navbar-nav_list .list-item .dropdown-content.active {
        margin: 10px 0 0
    }

    .header_navbar-nav_list .list-item .dropdown-content .link {
        margin-bottom: 20px;
        line-height: 22px
    }

    .header_navbar-nav_list .list-item .dropdown-content .link:last-of-type {
        margin-bottom: 0
    }

    .header_navbar-nav_list .list-item .dropdown-trigger {
        text-transform: inherit;
        font-size: inherit
    }

    .header_navbar-nav_list .list-item .dropdown-trigger:focus+.dropdown-content,.header_navbar-nav_list .list-item .dropdown-trigger:hover+.dropdown-content {
        visibility: visible;
        opacity: 1
    }

    .header_navbar-nav_list .list-item .dropdown-trigger:focus .icon,.header_navbar-nav_list .list-item .dropdown-trigger:hover .icon {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header_navbar-nav_list .list-item .dropdown-trigger .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #ffc631;
        margin-left: 10px
    }

    .header_extension {
        padding: 200px 0 80px;
        position: relative;
        overflow: hidden
    }

    .header_extension .plan {
        bottom: -62%
    }

    .header_extension .breadcrumbs {
        margin-top: 30px
    }
}

@media screen and (min-width:1199.98px) {
    .header .brand {
        font-size: 28px
    }

    .header_extension {
        padding: 200px 0 80px;
        position: relative;
        overflow: hidden
    }

    .header_extension .plan {
        width: 651px;
        bottom: -82%;
        right: 128px
    }

    .header_extension .breadcrumbs {
        margin-top: 30px
    }
}

@media screen and (min-width:1399.98px) {
    #scrollToTop {
        width: 58px;
        height: 58px;
        right: 30px
    }

    #scrollToTop.active {
        bottom: 30px
    }

    .header_navbar-nav_list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header_navbar-nav_list .list-item {
        margin-right: 40px
    }
}

.partners_card {
    margin-top: 30px
}

.partners_card .wrapper {
    border: 1px solid #c8c8c8;
    padding: 51px 0
}

@media screen and (min-width:767.98px) {
    .partners .row {
        margin: 0 -15px
    }

    .partners_card,.partners_header {
        padding: 0 15px
    }

    .partners_card[data-order="1"] {
        margin-top: 0
    }
}

@media screen and (min-width:991.98px) {
    .partners_card[data-order="2"] {
        margin-top: 0
    }
}

.about_header .text {
    margin: 30px 0 40px
}

.about_header-list_item {
    margin-bottom: 30px
}

.about_header-list_item:last-of-type {
    margin-bottom: 0
}

.about_header-list_item .icon {
    max-width: 40px;
    height: 40px;
    margin-right: 30px;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.about_header-list_item .icon * {
    fill: #ffc631
}

.about_header-list_item .label {
    display: block;
    font-weight: 500;
    max-width: 255px
}

.about_header .btn {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px
}

.about_numbers-group_group:first-of-type {
    margin-bottom: 20px
}

.about_numbers-group_group .label,.about_numbers-group_group .number {
    display: block
}

.about_numbers-group_group .number {
    font-family: Archivo,sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    color: #0da574
}

.about_numbers-group_group .label {
    font-weight: 500
}

.about_numbers-img {
    margin-top: 40px;
    max-height: 461px;
    height: 100%;
    overflow: hidden
}

.about_numbers-img_img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:575.98px) {
    .about_header .btn {
        width: unset
    }

    .about_numbers-group_group {
        max-width: 203px;
        text-align: left
    }

    .about_numbers-group_group:first-of-type {
        margin-bottom: 0;
        margin-right: 60px
    }
}

@media screen and (min-width:991.98px) {
    .about_header .title {
        width: 526px
    }

    .about_header .btn {
        margin-top: 50px;
        margin-bottom: 0
    }

    .about_numbers-group_group .number {
        font-size: 80px;
        line-height: 80px
    }

    .about_numbers-img {
        margin-top: 30px
    }
}

@media screen and (min-width:1199.98px) {
    .about_numbers-img {
        margin-top: 44px;
        max-height: 461px
    }
}

.advantages_header-list {
    margin: 30px 0 40px;
    padding: 40px;
    background: #f8f8f8
}

.advantages_header-list_item {
    margin-bottom: 15px
}

.advantages_header-list_item:last-of-type {
    margin-bottom: 0
}

.advantages_header-list_item .label,.advantages_header-list_item .number {
    display: block
}

.advantages_header-list_item .number {
    color: #0da574;
    margin-bottom: 5px;
    font-family: Archivo,sans-serif;
    font-weight: 700
}

.advantages_header-list_item .label {
    color: #202c38;
    font-weight: 500
}

.advantages_list-list {
    margin-top: 40px
}

.advantages_list-list_item {
    margin-bottom: 30px
}

.advantages_list-list_item:last-of-type {
    margin-bottom: 0
}

.advantages_list-list_item .number {
    color: #c8c8c8;
    font-family: Archivo,sans-serif;
    font-weight: 800;
    margin-right: 20px
}

.advantages_list-list_item .title {
    margin-bottom: 10px
}

@media screen and (min-width:575.98px) {
    .advantages_header-list_item .number {
        margin-bottom: 10px
    }

    .advantages_header-list_item .label {
        max-width: 170px
    }
}

@media screen and (min-width:767.98px) {
    .advantages_header-list {
        margin: 40px 0
    }

    .advantages_header-list_item {
        width: calc(50% - 15px)
    }
}

@media screen and (min-width:991.98px) {
    .advantages_header {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .advantages_header-list_item {
        width: unset;
        margin: 0
    }
}

@media screen and (min-width:1199.98px) {
    .advantages_header {
        max-width: 600px;
        margin-right: 60px
    }

    .advantages_header-list {
        padding: 80px;
        margin: 40px 0 0
    }

    .advantages_header-list_item:first-of-type,.advantages_header-list_item:nth-of-type(2) {
        margin-bottom: 60px
    }

    .advantages_list {
        padding: 30px 0
    }
}

.gallery_header {
    margin-bottom: 30px
}

.gallery_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 30px
}

.gallery_grid-item {
    max-height: 470px
}

.gallery_grid-item_trigger {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.gallery_grid-item_trigger .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0,31,63,.5);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.gallery_grid-item_trigger .overlay_caption {
    font-family: Archivo,sans-serif;
    font-weight: 700
}

.gallery_grid-item_trigger .overlay_label {
    text-transform: uppercase;
    color: #ffc631;
    margin-top: 20px;
    font-family: Archivo,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px
}

.gallery_grid-item_trigger:hover .overlay {
    opacity: 1
}

.gallery_grid-item_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:991.98px) {
    .gallery_header {
        margin-bottom: 40px
    }

    .gallery_grid-item_trigger .overlay {
        padding: 40px
    }
}

.process_header {
    max-width: 376px
}

.process_text {
    max-width: 520px;
    margin: 30px 0 40px;
    color: #e9e6e6
}

.process_steps {
    padding-right: 15px
}

.process_steps-step {
    position: relative
}

.process_steps-step_wrapper {
    margin-left: 20px;
    padding-left: 20px
}

.process_steps-step:last-of-type {
    margin-bottom: 0
}

.process_steps-step .title {
    margin-bottom: 10px
}

.process_steps-step .description {
    padding-bottom: 30px
}

@media screen and (min-width:991.98px) {
    .process_text {
        margin: 0
    }

    .process_fluid {
        position: relative
    }

    .process_fluid:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 10px;
        background: #a9a9a9
    }

    .process_steps {
        padding-right: 0;
        margin-top: 60px
    }

    .process_steps-step {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .process_steps-step_wrapper {
        margin-left: 0;
        padding-left: 10px;
        margin-top: 60px;
        max-width: 298px;
        margin-right: 32px
    }

    .process_steps-step:last-of-type {
        margin-bottom: 0
    }

    .process_steps-step .description {
        padding-bottom: 0
    }
}

.hero {
    position: relative;
    padding: 170px 0 50px;
    background-image: url(../img/content/index2/hero/slide01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.hero_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,31,63,.7);
    top: 0;
    left: 0
}

.hero_slider-nav {
    margin: 30px 0
}

.hero_slider-nav_dot {
    margin-right: 20px
}

.hero_slider-nav_dot:last-of-type {
    margin-right: 0
}

.hero_slider-slide {
    height: inherit
}

.hero_slider-slide_content .title {
    font-size: 40px;
    line-height: 48px
}

.hero_slider-slide_content .text {
    font-size: 17px;
    line-height: 26px
}

.hero_slider-slide_content .btn {
    width: 100%
}

.hero_thumbs {
    margin-top: 70px;
    position: relative;
    overflow: hidden
}

.hero_thumbs-thumb {
    color: #fff
}

.hero_thumbs-thumb_inner {
    cursor: pointer;
    position: relative;
    height: 233px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover
}

.hero_thumbs-thumb_inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,31,63,.4);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hero_thumbs-thumb_inner .title {
    z-index: 1000;
    max-width: 213px
}

.hero_thumbs-thumb.is-current .hero_thumbs-thumb_inner {
    color: #000810
}

.hero_thumbs-thumb.is-current .hero_thumbs-thumb_inner .overlay {
    background: rgba(255,255,255,.4)
}

@media screen and (min-width:575.98px) {
    .gallery_grid {
        grid-template-columns: repeat(2,1fr)
    }

    .hero_slider-slide_content .btn {
        width: unset
    }

    .hero_slider-nav {
        margin: 30px auto 30px 0
    }
}

@media screen and (min-width:767.98px) {
    .gallery_grid {
        grid-template-columns: repeat(3,1fr)
    }

    .hero_slider-slide_content .title {
        font-size: 46px;
        line-height: 52px
    }
}

@media screen and (min-width:991.98px) {
    .hero {
        padding: 315px 0 60px
    }

    .hero_thumbs {
        margin-top: 167px
    }

    .hero_slider-nav_dot {
        margin-right: 0;
        margin-bottom: 20px
    }

    .hero_slider-nav_dot:last-of-type {
        margin-bottom: 0
    }

    .hero_slider-slide_content .title {
        font-size: 58px;
        line-height: 60px
    }

    .hero_slider-slide_content .text {
        margin: 20px 0 50px;
        max-width: 578px;
        font-size: 19px;
        line-height: 28px
    }
}

.feedback {
    padding: 80px 0 138px
}

.feedback_header {
    color: #000810
}

.feedback_header .text {
    margin: 20px 0 40px;
    color: #202c38
}

.feedback_header .btn {
    width: 100%
}

.feedback .tns-outer {
    position: relative
}

.feedback .tns-nav {
    position: absolute;
    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: 100%;
    bottom: -44px
}

.feedback .tns-nav button {
    margin-right: 15px
}

.feedback .tns-nav button:last-of-type {
    margin-right: 0
}

.feedback_slider {
    margin-top: 30px
}

.feedback_slider-slide {
    height: inherit;
    border: 1px solid #c8c8c8
}

.feedback_slider-slide_wrapper {
    height: 100%;
    padding: 30px
}

.feedback_slider-slide_text {
    margin-bottom: 30px;
    color: #000810
}

.feedback_slider-slide_author {
    font-family: Archivo,sans-serif
}

.feedback_slider-slide_author .avatar {
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(174px / 3);
    margin-right: 20px
}

.feedback_slider-slide_author .avatar::before {
    float: left;
    padding-top: 100%;
    content: ''
}

.feedback_slider-slide_author .avatar::after {
    display: block;
    content: '';
    clear: both
}

.feedback_slider-slide_author .name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
    color: #000810
}

.feedback_slider-slide_author .company {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #202c38
}

.feedback_slider-slide_author .company,.feedback_slider-slide_author .name {
    display: block
}

@media screen and (min-width:575.98px) {
    .feedback_header .btn {
        width: unset
    }
}

@media screen and (min-width:991.98px) {
    .feedback {
        padding: 180px 0
    }

    .feedback .tns-nav {
        left: 0;
        width: auto
    }
}

@media screen and (min-width:1199.98px) {
    .feedback_slider {
        margin-top: 0
    }

    .feedback_slider-slide_wrapper {
        padding: 60px
    }
}

.hero_slider-nav button,.tns-nav button {
    width: 12px;
    height: 12px;
    background: #e9e6e6;
    display: block;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hero_slider-nav button:after,.tns-nav button:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hero_slider-nav button.tns-nav-active,.tns-nav button.tns-nav-active {
    background: #001f3f
}

.hero_slider-nav button.tns-nav-active:after,.tns-nav button.tns-nav-active:after {
    border-color: #001f3f
}

.hero_slider-nav--alt button.tns-nav-active,.tns-nav--alt button.tns-nav-active {
    background: #ffc631
}

.hero_slider-nav--alt button.tns-nav-active:after,.tns-nav--alt button.tns-nav-active:after {
    border-color: #ffc631
}

.contact-info {
    max-width: 285px;
    margin-bottom: 40px
}

.contact-info_group {
    font-family: Archivo,sans-serif;
    margin-bottom: 30px
}

.contact-info_group:last-of-type {
    margin-bottom: 0
}

.contact-info_group span {
    display: block
}

.contact-info_group .name {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #a9a9a9;
    font-weight: 500
}

.contact-info_group .content {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px
}

.contact-info_group .content .link {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.contact-info_group .content .link:focus,.contact-info_group .content .link:hover {
    color: #0da574
}

@media screen and (min-width:575.98px) {
    .contact .socials_item-link {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 30px
    }
}

.contact {
    padding-top: 0
}

.contact_header .text {
    margin: 30px 0 40px
}

.contact_map {
    margin-top: 40px;
    height: 350px
}

.contact_map #map {
    width: 100%;
    height: 100%
}

@media screen and (min-width:991.98px) {
    .contact-info {
        margin-bottom: 87px
    }

    .contact-info_group {
        margin-bottom: 40px
    }

    .contact_map {
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 543px;
        margin-left: 30px
    }
}

@media screen and (min-width:1399.98px) {
    .contact-wrapper {
        max-width: 500px
    }

    .contact_map {
        max-width: 660px;
        height: 543px;
        margin-left: 0
    }
}

.footer {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center
}

.footer_main-block {
    margin-bottom: 40px
}

.footer_main-block:last-of-type {
    margin-bottom: 0
}

.footer_main-block .brand,.footer_main-block_title {
    margin-bottom: 20px
}

.footer_main-block_form {
    margin-top: 20px
}

.footer_main-block_form .btn,.footer_main-block_form .field {
    width: 100%
}

.footer_main-block_form .field {
    background: #fff;
    border: 1px solid transparent;
    padding: 17px 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000810;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px
}

.footer_main-block_form .field::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px;
    line-height: 23px
}

.footer_main-block_form .field:focus {
    border-color: #ffc631
}

.footer_main-block_form .field:focus::-webkit-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::-moz-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus:-ms-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::-ms-input-placeholder {
    opacity: 0
}

.footer_main-block_form .field:focus::placeholder {
    opacity: 0
}

.footer_main-block_form .field.error {
    border-color: red
}

.footer_main-block_form .btn {
    padding: 18px 20px
}

.footer_main-block_form .btn:focus,.footer_main-block_form .btn:hover {
    background: #ffd464
}

.footer_main-block .group-wrapper:first-of-type {
    margin-bottom: 15px
}

.footer_main-block .group-wrapper .icon {
    color: #ffc631;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px
}

.footer_main-block .group-wrapper .group {
    text-align: left;
    line-height: 23px
}

.footer_main-block .group-wrapper .group a,.footer_main-block .group-wrapper .group span {
    display: inline-block
}

.footer_main-block .group-wrapper .group a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.footer_main-block .group-wrapper .group a:focus,.footer_main-block .group-wrapper .group a:hover {
    opacity: .8
}

.footer_main-block_nav .list-item {
    margin-bottom: 13px
}

.footer_main-block_nav .list-item:last-of-type {
    margin-bottom: 0
}

.footer_main-block_nav .list-item .link {
    font-family: Archivo,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative
}

.footer_main-block_nav .list-item .link .icon {
    position: absolute;
    font-size: 14px;
    color: #ffc631;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.footer_main-block_nav .list-item .link:focus .icon,.footer_main-block_nav .list-item .link:hover .icon {
    opacity: 1
}

.footer_secondary {
    border-top: 1px solid #a9a9a9;
    margin-top: 60px;
    padding-top: 60px
}

.footer_secondary-copyright {
    text-align: center;
    margin: 0 0 40px
}

.footer_secondary-copyright span {
    display: inline-block
}

@media screen and (min-width:575.98px) {
    .footer_main-block_subtitle {
        width: 100%;
        margin: 0 auto
    }

    .footer_main-block_subtitle--newsletter {
        max-width: 330px
    }

    .footer_main-block_subtitle--brand {
        max-width: 314px
    }

    .footer_main-block_form {
        max-width: 330px;
        width: 100%;
        margin: 20px auto 0
    }

    .footer_main-block_form .field {
        margin-bottom: 0
    }

    .footer_main-block_form .btn {
        width: auto
    }
}

@media screen and (min-width:767.98px) {
    .footer {
        text-align: left
    }

    .footer_main {
        padding-bottom: 80px
    }

    .footer_main-block {
        margin: 0
    }

    .footer_main-block_subtitle--brand {
        max-width: 314px;
        margin: 0 auto 30px 0
    }

    .footer_secondary {
        margin: 0;
        padding-top: 60px
    }

    .footer_secondary-copyright {
        max-width: 350px;
        text-align: left;
        margin: 0
    }
}

@media screen and (min-width:1199.98px) {
    .footer_main-block_subtitle--brand {
        margin: 0 auto 0 0
    }
}
/*# sourceMappingURL=../sourcemaps/index2.css.map */
