@import url("res.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none;
    color: inherit
}

@font-face {
    font-family: 'Cera Pro';
    src: url("../fonts/CeraPro-Light.woff2") format("woff2"), url("../fonts/CeraPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 0.836vw
    /* font-size: 0.521vw */
}

body {
    font-family: 'Montserrat', sans-serif;
    min-width: 280px;
    position: relative;
    line-height: 1.42857;
    -webkit-font-smoothing: antialised
}

.container {
    max-width: 90rem;
    padding: 0 0.93rem;
    margin: 0 auto
}

.visible-mob {
    display: none !important;
}

.header {
    padding: 2rem 0 4rem;
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.header .logo img {
    height: 8rem
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #CECECE;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 1.37rem;
    border-bottom: 0.125rem solid rgba(150, 150, 150, 0.1)
}

.header .logo-text {
    font-family: OldST;
    letter-spacing: 0.063rem;
    font-size: 1.3rem;
    padding-left: 1rem
}

.header .logo-text span {
    display: block;
    font-size: 0.8rem;
    font-family: OldST;
    font-style: italic
}

.header__top-text {
    margin-left: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff
}

.header__main {
    padding-top: 4rem
}

.header__box {
    /* margin-bottom: 2.12rem; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.header__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.125rem solid rgba(150, 150, 150, 0.1);
    padding-bottom: 4rem
}

.header__title {
    font-family: 'Bebas Neue';
    font-size: 4.62rem;
    line-height: 5.25rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.header__title span {
    color: #E83522
}

.header__text {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #fff;
    padding-top: 0.18rem;
    position: relative;
    max-width: 35.62rem
}

.header__video iframe {
    border: 0.125rem solid #E83522;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(image.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(image.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(image.png);
    -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
    width: 39.37rem;
    height: 21.87rem
}

.header__form {
    padding-top: 4.5rem;
    position: relative;
}

.header__form input.err {
    color: red !important;
}

.form__checkbox {
    color: #fff;
    padding-left: 1.5rem;
    position: relative;
}

.form__checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    height: 1rem;
    width: 1rem;
    background: url(../images/checkbox.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.header__form [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E83522;
    cursor: pointer;
    color: #fff;
    font-size: 1.37rem;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.header__form [type="submit"]:hover {
    background: #FF1800;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.header__form form {
    -webkit-border-radius: 0.62rem;
    border-radius: 0.62rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header__form input {
    width: 20rem;
    height: 4rem;
    margin-bottom: 1.25rem;
    -webkit-border-radius: 0.31rem;
    border-radius: 0.31rem;
    outline: none;
    border: 0.063rem solid black;
    padding: 0 1.37rem;
    font-size: 1.12rem;
    font-weight: 300;
    background-color: rgba(250, 250, 250, 0.2);
    color: #fff
}

.header__form input::-webkit-input-placeholder {
    color: #828282
}

.header__form input::-moz-placeholder {
    color: #828282
}

.header__form input:-ms-input-placeholder {
    color: #828282
}

.header__form input::-ms-input-placeholder {
    color: #828282
}

.header__form input::placeholder {
    color: #828282
}

.header__form input+input {
    margin-left: 0.62rem
}

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

.header__form label {
    position: absolute;
    bottom: 0.93rem;
    font-size: 0.81rem;
    font-weight: 300;
    color: #CECECE
}

.header__form .checkbox+label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header__form .checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0.56rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/checked-icon.png)
}

.result {
    background-image: url(../images/vector-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    background-size: cover
}

.result__inner {
    padding: 6.5rem 0 0rem 0;
    margin-bottom: -9.8rem;
}

.result__title {
    position: relative;
    max-width: 75rem;
    margin-bottom: 1.7rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    color: #000000;
}

.result__title span {
    color: #E83522;
    position: relative;
}

.result__title span::after {
    content: "";
    position: absolute;
    height: 0.063rem;
    width: 100%;
    right: 0;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #E83522;
}

.result__img img {
    width: 47.6rem;
}

.result__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3.75rem
}

.result__content-stat {
    width: 47rem;
    height: auto;
    border: 0.3rem solid #e83522;
    -webkit-border-radius: 0.62rem;
    border-radius: 0rem;
    padding: 1.5rem 0.5rem 1rem 2rem;
    position: relative;
    background-color: #F2F2F2;
}

.result__content-text {
    max-width: 30rem;
    position: relative;
    top: -6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result__content-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    position: relative;
    padding-left: 1.8rem;
}

.result__content-text p:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    content: "";
    width: 0.8rem;
    height: 0.6rem;
    background: url("../images/check-red.svg") center / contain no-repeat;
}

.result__content-text p+p {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    position: relative;
}

.result__content-before {
    position: relative;
    top: 0rem;
    height: auto;
    background-color: #F2F2F2;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 2.3rem;
}

.result__content-before span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #8A8A8A;
}

.result__content-after {
    position: relative;
    top: 0rem;
    height: auto;
    background-color: #F2F2F2;
    font-size: 1.0rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 2.3rem;
}

.result__content-after span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 1.8rem;
    color: #8A8A8A;
}

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

.result__content-list ul {
    flex: 1;
}

.result__content-list ul:nth-child(1) {
    min-width: 25%;
}

.result__content-name li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #000000;
    margin-bottom: 2.3rem;
}

.result__content-name li:last-child,
.result__content-finish li:last-child,
.result__content-start li:last-child {
    margin-bottom: 1.7rem;
}

.result__content-start,
.result__content-finish {
    position: relative
}

.result__content-start li,
.result__content-finish li {
    padding: 0 0 0 0;
}

.result__content-name .split {
    font-size: 1.8rem;
    line-height: 1.8rem;
    min-height: 4.4rem;
    margin-bottom: 0;
}

.result__content-start li {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.result__content-finish li {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 700;
    margin-bottom: 2.81rem;
    color: #E83522;
    margin-bottom: 3.2rem;
}

.result__content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
    position: absolute;
    left: -7.5rem;
    top: 18.8rem;
    max-width: 26.8rem;
    padding: 1.4rem 1.8rem;
}

.result__content--wrap h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    padding-bottom: 1rem;
}

.result__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.37rem;
    line-height: 1.62rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #E83522;
    width: 27.5rem;
    height: 4.37rem;
    margin: 0 auto;
    -webkit-border-radius: 0.31rem;
    border-radius: 0.31rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.result__btn:hover {
    background-color: #FF1800;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}


/*######### END result #########*/

.owners {
    background-image: url(../images/owners-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 0.063rem solid #131A24
}

.owners__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
    max-width: 91.87rem;
    margin: 0 auto
}

.owners__alex {
    position: relative
}

.owners__alex-backlight {
    height: 21.87rem;
    width: 21.87rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #E83522;
    opacity: 0.5;
    -webkit-filter: blur(6.25rem);
    filter: blur(6.25rem)
}

.owners__alex-bg {
    position: relative;
    z-index: 2
}

.owners__alex-bg img {
    height: 42.5rem
}

.owners__alex-desc {
    z-index: 3;
    width: 35.62rem;
    height: 15.43rem;
    background-color: #000;
    position: absolute;
    top: 19.62rem;
    left: 6.25rem;
    padding: 1rem 1.87rem
}

.owners__alex-title {
    font-size: 2.25rem;
    line-height: 2.93rem;
    font-weight: 700;
    color: white;
    position: relative;
    margin-bottom: 1.56rem
}

.owners__alex-title::after {
    content: '';
    position: absolute;
    height: 0.063rem;
    width: 6rem;
    right: 3.43rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #E83522
}

.owners__alex-ul {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.87rem;
    font-weight: 500
}

.owners__alex-ul li {
    padding-left: 1.56rem;
    position: relative;
    margin-bottom: 0.62rem
}

.owners__alex-ul li::before {
    content: '';
    position: absolute;
    top: 0.62rem;
    left: 0;
    height: 0.56rem;
    width: 0.75rem;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-size: contain
}

.owners__yuri {
    position: relative
}

.owners__yuri-backlight {
    height: 18.75rem;
    width: 18.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #E83522;
    opacity: 0.5;
    -webkit-filter: blur(6.25rem);
    filter: blur(6.25rem)
}

.owners__yuri-bg {
    margin-left: auto;
    padding-right: 2.5rem;
    position: relative;
    z-index: 2
}

.owners__yuri-bg img {
    height: 42.5rem
}

.owners__yuri-subtext {
    color: #fff;
    position: absolute;
    top: -3.43rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    left: 0;
    right: -1rem;
}

.owners__yuri-desc {
    width: 35.62rem;
    height: 15.43rem;
    background-color: #000;
    position: absolute;
    top: 19.62rem;
    right: 6.25rem;
    padding: 1rem 1.87rem;
    z-index: 3
}

.owners__yuri-title {
    font-size: 2.25rem;
    line-height: 2.93rem;
    font-weight: 700;
    color: white;
    position: relative;
    margin-bottom: 1.56rem
}

.owners__yuri-title::after {
    content: '';
    position: absolute;
    height: 0.063rem;
    width: 6rem;
    right: 3.43rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #E83522
}

.owners__yuri-ul {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.87rem;
    font-weight: 500
}

.owners__yuri-ul li {
    padding-left: 1.56rem;
    position: relative;
    margin-bottom: 0.62rem
}

.owners__yuri-ul li::before {
    content: '';
    position: absolute;
    top: 0.62rem;
    left: 0;
    height: 0.56rem;
    width: 0.75rem;
    background-image: url(../images/check-icon.png);
    background-size: contain;
    background-repeat: no-repeat
}

.owners__bottom {
    z-index: 4;
    position: absolute;
    padding-bottom: 1.87rem;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}

.footer .holder:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.fade {
    opacity: 0;
    display: none
}

@media (max-width: 1100px) {
    html {
        font-size: 2.1vw
    }
    .header {
        min-height: 100vh
    }
    .visible-mob {
        display: block !important;
    }
    .hidden-mob {
        display: none !important;
    }
    .header__top {
        display: none
    }
    .header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header__main {
        padding-top: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header__title {
        font-size: 4.5rem;
        line-height: 4.7rem
    }
    .header__desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .header__video {
        position: relative;
        padding-top: 52%;
        width: 100%;
        margin-bottom: 4rem
    }
    .header__video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .header__form {
        padding-top: 0
    }
    .header__form form {
        height: auto;
        width: 43rem;
        padding: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header__form input {
        height: 5rem;
        font-size: 1.8rem;
        width: auto
    }
    .header__form input+input {
        margin-left: 0
    }
    .header__form [type='submit'] {
        height: 5rem;
        font-size: 1.7rem
    }
    .header__form label {
        font-size: 1rem
    }
    .result__inner {
        padding: 5rem 0
    }
    .result__content {
        padding: 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .result__content-stat {
        width: 45rem;
        margin-bottom: 3.12rem;
        border: 0.5rem solid #e83522
    }
    .result__content-text {
        max-width: 100%;
        padding-left: 0;
        font-size: 1.7rem
    }
    .result__title {
        max-width: 33rem
    }
    .result__btn {
        font-size: 1.8rem;
        width: 33rem;
        height: 6rem
    }
    .owners {
        padding-bottom: 10rem
    }
    .owners__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .owners__alex {
        padding-left: 0;
        margin-bottom: 1.56rem
    }
    .owners__alex-ul {
        font-size: 1.5rem
    }
    .owners__alex-ul li+li {
        margin-top: 2rem
    }
    .owners__alex-ul li {
        padding-left: 2.5rem
    }
    .owners__alex-ul li::before {
        top: 0.3rem;
        height: 1.5rem;
        width: 1.5rem
    }
    .owners__alex-title {
        max-width: 33rem
    }
    .owners__alex-desc {
        width: 44rem;
        height: auto;
        top: auto;
        bottom: 0;
        left: 0rem;
        padding: 3rem
    }
    .owners__yuri {
        padding-right: 0;
        margin-left: auto
    }
    .owners__yuri-ul {
        font-size: 1.5rem
    }
    .owners__yuri-ul li+li {
        margin-top: 2rem
    }
    .owners__yuri-ul li {
        padding-left: 2.5rem
    }
    .owners__yuri-ul li::before {
        top: 0.3rem;
        height: 1.5rem;
        width: 1.5rem
    }
    .owners__yuri-title {
        max-width: 33rem
    }
    .owners__yuri-desc {
        width: 44rem;
        height: auto;
        padding: 3rem;
        right: 0;
        top: auto;
        bottom: 0
    }
}

@media (max-width: 1100px) {
    .result__inner {
        padding: 7rem 0 4.4rem;
        margin-bottom: 0;
    }
    .result__img {
        order: 1;
    }
    .result__content {
        padding: 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .result__content-stat {
        width: 100%;
        margin-bottom: 3.12rem;
        border: 0.5rem solid #e83522;
        padding: 1rem;
    }
    .result__content-text {
        max-width: 100%;
        padding-left: 0;
        font-size: 1.7rem
    }
    .result__content-name .split {
        font-size: 2rem;
        line-height: 4rem;
        min-height: 4.6rem;
        margin-bottom: 0;
    }
    .result__content-list ul:nth-child(1) {
        min-width: 34%;
    }
    .result__title {
        max-width: 54rem;
        text-align: center;
        font-size: 3rem;
        line-height: 3rem;
        margin: 0 auto 5rem;
        order: 1;
    }
    .result__btn {
        font-size: 1.8rem;
        width: 33rem;
        height: 6rem
    }
    .result__content {
        margin-bottom: 0;
        flex-direction: column-reverse;
    }
    .result__content-before,
    .result__content-after {
        font-size: 1.6rem;
    }
    .result__content-before span,
    .result__content-after span,
    .result__content-name li {
        font-size: 1.6rem;
    }
    .result__content-name li {
        margin-bottom: 4rem;
    }
    .result__content-start li,
    .result__content-finish li {
        font-size: 1.7rem;
        line-height: 3rem;
        margin-bottom: 3.1rem;
    }
    .result__content-name .split {
        min-height: 6.8rem;
    }
    .result__content-text {
        top: 0;
        order: 1;
        margin-bottom: 4rem;
    }
    .result__content--wrap {
        left: 1.8rem;
        top: auto;
        bottom: 4rem;
        max-width: calc(100% - 3.6rem);
    }
    .result__content-start li,
    .result__content-finish li {
        padding: 0;
    }
}


/*footer*/

.holder {
    height: 100%;
    max-width: 75.2vw;
    position: relative;
    margin: 0 auto;
}

.footer {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    background: #161414;
    position: relative;
    z-index: 1;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.footer .holder:first-child {
    border-bottom: .1rem solid #313131;
    padding: 0;
    max-width: 88rem;
    padding: 0.6rem 0 1.5rem;
    width: 100%;
}

.footer .holder:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 88rem;
    width: 100%;
    padding: 1rem 0 1rem;
    margin: 0 auto;
}

.footer .holder:last-child a {
    color: #8A8A8A;
    text-decoration: none;
    font-weight: 400;
    margin-right: 2rem;
    font-size: 0.9rem;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-links li:last-child a {
    text-transform: none;
}

.footer-links svg {
    width: 2.7rem;
    height: 1.8rem;
    margin-bottom: -.3rem;
}

.footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-block a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

.footer-phone {
    font-size: 2.4rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 25rem;
    margin: 0;
    padding: 0;
    margin-top: 2.2rem;
    margin-bottom: .55rem;
}

.footer-phone-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-phone span {
    display: block;
    color: #8a8a8a;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
}

.footer-contacts h3 {
    font-family: 'Montserrat';
    text-align: left;
    font-weight: 400;
    font-size: 0.9rem;
    color: #8A8A8A;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
}

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

.footer-contacts ul>li {
    width: calc(1/2*100% - (1 - 1/2)*3rem);
}

.footer-contacts a {
    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;
    background-color: #161414;
    color: #8A8A8A;
    font-size: 0.9rem;
    border: 1px solid #8A8A8A;
    padding: .1rem 0;
    height: 100%;
    border-radius: 0.6rem;
}

.footer-contacts img {
    width: 1.7rem;
    height: auto;
    display: block;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.6rem;
}

.footer-copy {
    font-size: 0.9rem;
    color: #8A8A8A;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
    .footer-block a {
        font-size: 2rem;
    }
    .footer .holder:last-child {
        max-width: 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.68rem;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-transform: none;
        padding: 3rem 0 .6rem;
    }
    .footer .holder:last-child a {
        text-decoration: none;
        margin-right: 0;
        font-size: 1.3rem;
    }
    .footer-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3rem;
        width: 100%;
    }
    .footer-copy {
        text-align: center;
        padding: 0.3rem 1rem 1rem;
        font-size: 1.4rem;
    }
    .footer-phone {
        font-size: 2.55rem;
        width: 100%;
        max-width: 38rem;
        margin: 2.6rem auto 2rem;
    }
    .footer-phone span {
        font-size: 2rem;
    }
    .footer-contacts img {
        height: 3.2rem;
    }
    .footer-contacts a {
        font-size: 1.8rem;
        padding: 0.7rem 0;
    }
    .footer-contacts h3 {
        font-weight: 400;
        font-size: 1.6rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }
    .footer .holder:first-child {
        max-width: 90%;
        padding: 0rem 0 3rem;
    }
    .footer-phone-number {
        width: 100%;
    }
    .footer-contacts {
        width: 100%;
        padding-bottom: 0;
    }
}


/*ENDfooter*/

.header__form input.err {
    color: red;
}