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

body {
    margin: 0
}

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

hr {
    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;
    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
}

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

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

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

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

legend {
    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"] {
    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
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: FuturaStd-b;
    src: url(../fonts/FuturaStd-Bold.ttf)
}

@font-face {
    font-family: FuturaStd-r;
    src: url(../fonts/Futura-Std-Book_19044.ttf)
}

@font-face {
    font-family: FuturaStd-l;
    src: url(../fonts/FuturaStd-Light.ttf)
}
@font-face {
    font-family: AvenirNextCyr;
    src: url(../fonts/AvenirNextCyr-Thin.ttf)
}
ul {
    padding: 0;
    margin: 0
}

.container {
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    width: 100%
}

.logo {
    /* margin-top: 16px */
}

.row:before, .row:after {
    content: "";
    display: block;
    clear: both
}

.section-1 {
    background: url(../images/section-bg_1.png) no-repeat;
    background-size: cover
}

.section-2 {
    background: url(../images/section-bg_2.png) no-repeat;
    background-size: cover
}

.section-5 {
    background: url(../images/bg-contact.jpg) no-repeat;
    background-size: cover
}

.menu.fp-viewing-main #fp-nav {
    display: none
}

.menu.fp-viewing-about_us .top-menu {
    top: 0
}


.menu.fp-viewing-a-p .top-menu {
    top: 0
}

.menu.fp-viewing-contact-us .top-menu {
    top: 0
}

.menu.fp-viewing-contact-us .footer {
    bottom: 0
}

.left-nav {
    right: auto;
    left: 0
}

.top-menu {
    height: 100px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    transition: all .6s;
    z-index: 22;
    -webkit-box-shadow: 0 .5px 8px 0 rgba(168, 168, 168, 1);
    -moz-box-shadow: 0 .5px 8px 0 rgba(168, 168, 168, 1);
    box-shadow: 0 .5px 8px 0 rgba(168, 168, 168, 1)
}

.top-menu .nav-block {
    margin-top: 00px;
}

.top-menu .logo {
    width: 100px;
    float: left;
    margin-right: 117px;
    margin-top: 10px;
}

.top-menu .header__buttons a {
    line-height: 35px;
    width: 144px;
    font-size: 14px
}

.top-menu .header__buttons {
    margin-top: 7px
}

.header__nav .active a {
    color: #000;
    border-bottom: 1px solid #000
}

.top-menu .header__nav {
    margin-top: 16px
}

/* .fp-viewing-about_us .header__nav li:nth-child(3n) a {
    color: #000;
    border-bottom: 1px solid #000
} */

.footer {
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: -100%;
    left: 0;
    transition: all 1s;
    z-index: 22;
    background: #fff;
    text-align: center;
}

.header {
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.header__logo {
    width: 150px;
    float: left;
    margin-right: 86px;
    margin-left: 15px;
}

.header__nav {
    float: left;
    margin-top: 14px;
}

.header__nav li {
    display: inline-block;
    margin: 0 5px;
    line-height: 20px
}

.header__nav li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #454545;
    text-decoration: none
}

.header__buttons {
    float: right;
    margin-left: 32px
}

.header__buttons a {
    width: 166px;
    line-height: 50px;
    border-radius: 30px;
    border: 1px solid #F71046;
    display: block;
    float: left;
    text-align: center;
    font-family: FuturaStd-b, sans-serif;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s
}

.burger {
    display: none
}

.header__buttons a:hover {
    border-radius: 29px 0 30px 0;
    -moz-border-radius: 29px 0 30px;
    -webkit-border-radius: 29px 0 30px 0
}

.buttons__join {
    background: #F71046;
    color: #fff
}

.buttons__sign {
    background: none;
    color: #F71046
}
.buttons__contact{
    margin-right: 16px;
    color: #F71046;
}
.login .header__buttons{
    /* padding: 15px 0; */
}
.header__buttons a:last-child {
    margin-left: 16px
}
.form__in .row .form-group{
    width: 49%;
    float: left;
}

.form__in .row .form-group:first-child{
    margin-right: 1%;
}
.form__in .row .form-group:last-child{
    margin-left: 1%;
}
.top {
    margin-top: 88px
}

.top-block h1 {
    font-family: FuturaStd-b, sans-serif;
    font-size: 68px;
    margin: 0 0 33px
}

.top-block p {
    font-family: FuturaStd-r, sans-serif;
    line-height: 34px;
    font-size: 21px;
    margin: 0;
    max-width: 600px;
    font-weight: 400
}

.top-block a {
    font-family: FuturaStd-b, sans-serif;
    line-height: 49px;
    font-size: 34px;
    display: inline-block;
    margin-top: 26px;
    color: #F71046;
    text-decoration: none;
    position: relative;
    padding-right: 30px
}

.top-block a:before {
    content: "";
    width: 7px;
    height: 20px;
    background: #F71046;
    position: absolute;
    top: 13px;
    right: 0;
    transition: all .3s
}

.top-block a:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/arr-bottom.png) no-repeat center;
    position: absolute;
    right: -5px;
    top: 29px;
    transition: all .3s
}

.top-block a:hover:before {
    height: 40px
}

.top-block a:hover:after {
    top: 49px
}

.top-block__description {
    margin-left: 345px
}

.top-block {
    display: table-cell;
    vertical-align: middle;
    height: calc(100vh - 68px)
}

.top-block__info {
    background: #179ED9;
    display: inline-block;
    padding: 41px 60px;
    font-family: FuturaStd-b, sans-serif;
    color: #fff;
    line-height: 48px;
    font-size: 34px;
    margin-top: 114px;
    margin-left: 116px
}

.affiliate h2 {
    font-family: FuturaStd-l, sans-serif;
    line-height: 98px;
    font-size: 60px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0 0 18px
}

.affiliate h3 {
    font-family: FuturaStd-b, sans-serif;
    line-height: normal;
    font-size: 50px;
    text-align: center;
    margin: 0 0 18px;
    color: #179ED9
}

.inner {
    display: table-cell;
    vertical-align: middle;
    height: 100vh
}

.form {
    margin-left: 360px;
    width: 778px
}

.affiliate__text {
    font-family: FuturaStd-r, sans-serif;
    line-height: 34px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    margin: 0
}

.affiliate__list {
    margin-top: 50px
}

.affiliate__item {
    width: 33%;
    float: left;
    text-align: center
}

.affiliate__item h5 {
    font-family: FuturaStd-b, sans-serif;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 12px 0 0
}

.affiliate__item.icon-1 img{
    width: 48px;
}
.affiliate__item.icon-2 img{
    width: 70px;
    margin-top: -20px;
}
.affiliate__item.icon-3 img{
    width: 51px;
}
.affiliate__item.icon-1 h5{
    margin-top: 14px;
}
.affiliate__item.icon-3 h5{
    margin-top: 9px;
}
.join-block {
    text-align: center
}

.join-block a {
    font-family: FuturaStd-b, sans-serif;
    line-height: 49px;
    font-size: 34px;
    display: inline-block;
    margin-top: 16px;
    color: #F71046;
    text-decoration: none;
    position: relative;
    padding-right: 30px
}

.join-block a:hover:before {
    width: 37px
}

.join-block a:hover:after {
    right: -34px
}

.join-block a:before {
    content: "";
    width: 27px;
    height: 7px;
    background: #F71046;
    position: absolute;
    left: 94%;
    transition: all .3s;
    top: 22px
}

.join-block a:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/arr-bottom.png) no-repeat center;
    position: absolute;
    right: -26px;
    top: 17px;
    transition: all .3s;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.affiliate__item span {
    font-family: FuturaStd-l, sans-serif;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff
}

.affiliate__item p {
    font-family: FuturaStd-r, sans-serif;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    max-width: 81%;
    display: block;
    margin: 7px auto 0
}

.info__item {
    width: 25%;
    float: left;
    text-align: center
}

.info__item span {
    display: block;
    font-family: FuturaStd-b, sans-serif;
    font-size: 42px;
    text-align: center;
    color: #179ED9
}

.info__item p {
    font-family: FuturaStd-r, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 0
}

.info {
    margin-left: -160px;
    margin-right: -160px;
    margin-top: 85px
}

.affiliates__left {
    float: left;
    width: 40%
}

.affiliates__right {
    float: left;
    width: 60%
}

.affiliates__title span {
    display: block;
    font-family: FuturaStd-b, sans-serif;
    line-height: 37px;
    font-size: 26px;
    color: #454545
}

.affiliates__title {
    position: relative;
    padding-left: 70px
}

.affiliates__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 50px;
    height: 50px
}

.affiliates__title p {
    font-size: 16px;
    font-family: FuturaStd-r, sans-serif;
    color: #a5a5a5;
    margin: 0
}

.affiliates .affiliates__title-1:before {
    background: url(../images/advertisers-icon1.png) no-repeat center
}

.affiliates .affiliates__title-2:before {
    background: url(../images/advertisers-icon2.png) no-repeat center
}

.affiliates .affiliates__title-3:before {
    background: url(../images/advertisers-icon3.png) no-repeat center
}

.affiliates .affiliates__title-4:before {
    background: url(../images/advertisers-icon4.png) no-repeat center
}

.affiliates .affiliates__title-5:before {
    background: url(../images/af-icon4.png) no-repeat center
}

.affiliates__text {
    font-family: FuturaStd-r, sans-serif;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    margin: 0
}

.affiliates__list {
    border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
    padding-bottom: 30px;
    padding-top: 30px
}

.affiliates__description {
    font-family: FuturaStd-r, sans-serif;
    line-height: 34px;
    font-size: 21px;
    text-align: center;
    color: #333;
    margin: 11px 0 0
}

.affiliates h2, .advertisers h2 {
    font-family: FuturaStd-b, sans-serif;
    line-height: normal;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.87)
}

.form h2 {
    font-family: FuturaStd-b, sans-serif;
    line-height: normal;
    font-size: 55px;
    color: #FFF;
    margin-top: 0
}

.form label {
    display: block;
    margin-bottom: 10px;
    font-family: FuturaStd-r, sans-serif;
    line-height: normal;
    font-size: 16px;
    color: #fff
}

.form textarea {
    max-width: 100%;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: none;
    resize: none;
    height: 170px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 0 0;
    outline: none;
    text-indent: 15px;
    font-family: FuturaStd-r, sans-serif;
    color: #000;
    font-size: 17px
}

.form input {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    text-indent: 15px;
    outline: none;
    margin-bottom: 27px;
    font-family: FuturaStd-r, sans-serif;
    color: #000;
    font-size: 17px
}

.form-col {
    float: left;
    width: 31%;
    margin-left: 3.5%
}

.form-col:first-child {
    margin-left: 0
}

.btn-submit {
    font-family: FuturaStd-b, sans-serif;
    line-height: 56px;
    font-size: 34px;
    margin-top: 49px;
    color: #FFF;
    background: none;
    border: none;
    cursor: pointer;
    position: relative
}

.btn-submit:hover:before {
    width: 94%
}

.btn-submit:hover:after {
    left: 92%
}

.btn-submit:before {
    content: "";
    width: 42px;
    height: 7px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    transition: all .4s;
    left: 8px
}

.btn-submit:after {
    content: "";
    width: 20px;
    height: 23px;
    background: url(../images/arr-rigt.png) no-repeat center;
    position: absolute;
    bottom: -20px;
    transition: all .4s;
    left: 40px
}

.contact {
    position: relative
}

.animation-block {
    width: 350px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0
}

@keyframes border-top {
    0%, 100% {
        height: 100vh
    }
    0% {
        height: 0
    }
}

@keyframes border-bottom {
    0%, 100% {
        height: 201px
    }
    0% {
        height: 0
    }
}

@keyframes border-bottom-2 {
    0%, 100% {
        height: 312px
    }
    0% {
        height: 0
    }
}

@keyframes border-bottom-3 {
    0%, 100% {
        height: 617px
    }
    0% {
        height: 0
    }
}

@keyframes border-bottom-4 {
    0%, 100% {
        height: 136px
    }
    0% {
        height: 0
    }
}

@keyframes arrow {
    0%, 100% {
        width: 117px;
        opacity: 1
    }
    0% {
        width: 0;
        opacity: 0
    }
}

@keyframes hide-text {
    0%, 100% {
        opacity: 1
    }
    0% {
        opacity: 0
    }
}

@keyframes short-left {
    0%, 100% {
        width: 78px
    }
    0% {
        width: 0
    }
}

.animation .border-top {
    width: 1px;
    border-left: 1px dotted #fff;
    position: absolute;
    top: 0;
    left: 117px;
    animation-fill-mode: forwards;
    -webkit-animation-name: border-top;
    -moz-animation-name: border-top;
    -o-animation-name: border-top;
    animation-name: border-top;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animation .border-bottom {
    width: 1px;
    border-left: 1px dotted #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    animation-fill-mode: forwards;
    -webkit-animation-name: border-bottom;
    -moz-animation-name: border-bottom;
    -o-animation-name: border-bottom;
    animation-name: border-bottom;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animation .arrows span {
    display: block;
    text-align: center;
    font-family: FuturaStd-r, sans-serif;
    line-height: 34px;
    font-size: 21px;
    color: #FFF;
    margin-bottom: 15px;
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-name: hide-text;
    -moz-animation-name: hide-text;
    -o-animation-name: hide-text;
    animation-name: hide-text;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animation .animation-block {
    display: block
}

.animation-block {
    display: none
}

.arrows {
    position: absolute;
    left: 117px;
    bottom: 204px;
    width: 232px
}

.animation .arrow-left {
    right: 115px;
    height: 1px;
    opacity: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrow;
    -moz-animation-name: arrow;
    -o-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animation .arrow-left:before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/arr-rigt.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -6px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.animation .arrow-right {
    left: 115px;
    height: 1px;
    opacity: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrow;
    -moz-animation-name: arrow;
    -o-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.questions {
    position: absolute;
    top: 300px;
    left: 0;
    padding-left: 141px
}

.animation .questions:before {
    content: "";
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    animation-fill-mode: forwards;
    -webkit-animation-name: short-left;
    -moz-animation-name: short-left;
    -o-animation-name: short-left;
    animation-name: short-left;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.questions span {
    display: none
}

.animation .questions span {
    font-family: FuturaStd-r, sans-serif;
    line-height: normal;
    font-size: 34px;
    display: block;
    color: #FFF;
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-name: hide-text;
    -moz-animation-name: hide-text;
    -o-animation-name: hide-text;
    animation-name: hide-text;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.arrow-right:before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/arr-rigt.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -6px
}
.footer .container {    margin: 33px auto;}
.footer .contacts span {
    display: block;
    font-family: FuturaStd-r, sans-serif;
}
.footer span {
    font-family: FuturaStd-b, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.section-1 .container {
    position: relative
}

.animation-first {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 235px
}

.line-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border-left: 1px dotted #000;
    animation-fill-mode: forwards;
    -webkit-animation-name: border-top;
    -moz-animation-name: border-top;
    -o-animation-name: border-top;
    animation-name: border-top;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.line-2 {
    position: absolute;
    bottom: 305px;
    right: 0;
    width: 1px;
    border-left: 1px dotted #000;
    animation-fill-mode: forwards;
    -webkit-animation-name: border-bottom-2;
    -moz-animation-name: border-bottom-2;
    -o-animation-name: border-bottom-2;
    animation-name: border-bottom-2;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animation-first .arrows {
    position: absolute;
    left: 1px;
    bottom: 620px;
    width: 232px
}

.animation-first .arrow-left:before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/arr-rigt-blue.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -6px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.animation-first .arrow-right {
    left: 115px;
    height: 1px;
    opacity: 0;
    border-bottom: 1px solid #179ED9;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrow;
    -moz-animation-name: arrow;
    -o-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animation-first .arrow-left {
    right: 115px;
    height: 1px;
    opacity: 0;
    border-bottom: 1px solid #179ED9;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrow;
    -moz-animation-name: arrow;
    -o-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animation-first .arrow-right:before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/arr-rigt-blue.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -6px
}

.animation-first .arrows span {
    display: block;
    text-align: center;
    font-family: FuturaStd-r, sans-serif;
    line-height: 34px;
    font-size: 21px;
    color: #000;
    margin-bottom: 15px;
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-name: hide-text;
    -moz-animation-name: hide-text;
    -o-animation-name: hide-text;
    animation-name: hide-text;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.line-3 {
    position: absolute;
    bottom: 0;
    right: 118px;
    height: 617px;
    width: 1px;
    border-left: 1px dotted #000;
    animation-fill-mode: forwards;
    -webkit-animation-name: border-bottom-3;
    -moz-animation-name: border-bottom-3;
    -o-animation-name: border-bottom-3;
    animation-name: border-bottom-3;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.nav-block {
    float: right;
    margin-top: 30px;
}

.line-4 {
    border-left: 1px dotted #000;
    position: absolute;
    top: -1px;
    left: -58px;
    width: 1px;
    transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    animation-fill-mode: forwards;
    -webkit-animation-name: border-bottom-4;
    -moz-animation-name: border-bottom-4;
    -o-animation-name: border-bottom-4;
    animation-name: border-bottom-4;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.line-5 {
    border-left: 1px dotted #000;
    position: absolute;
    top: -1px;
    right: -59px;
    width: 1px;
    transform: skewX(41deg);
    -moz-transform: skewX(41deg);
    -ms-transform: skewX(41deg);
    -webkit-transform: skewX(41deg);
    -o-transform: skewX(41deg);
    animation-fill-mode: forwards;
    -webkit-animation-name: border-bottom-4;
    -moz-animation-name: border-bottom-4;
    -o-animation-name: border-bottom-4;
    animation-name: border-bottom-4;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

#fp-nav ul li a span {
    transition: all .5s
}

#fp-nav {
    margin-left: 10px
}

.fp-viewing-about_us #fp-nav ul li a span, .fp-viewing-contact-us #fp-nav ul li a span {
    background: #fff
}
.login {
    height: calc(100vh - 80px);
    background: url(../images/section-bg_1.png) no-repeat;
    background-size: cover;
    position: relative;
}
.login .footer{
    bottom: 0;
}
.modal{
    position: absolute;
    top: 50%;
    max-width: 600px;
    width: 100%;
    background: #fff;

    left: 50%;
    transform: translate(-50%, -50%)
}
.form__in{
    padding: 20px 25%;
}
.form__in h2{
    font-family: FuturaStd-l, sans-serif;
    line-height: normal;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;

    color: #1E1E1E;
}
.form__in .form__field{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    color: black;
    box-sizing: border-box;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 15px;
    font-family: FuturaStd-r, sans-serif;
    outline: none;
    text-indent: 15px;
}
.form__in label{
    font-family: FuturaStd-l, sans-serif;
    line-height: normal;
    font-size: 16px;
    color: #454545;
}
.form__in label.error{
    position: absolute;
    bottom: -5px;
    right: 0;
    text-align: right;
    display: block;
    color: red;
    font-size: 14px;
}
.form-group .form__field.error{
    border: 1px solid red;
}
#sign-up_form .form-group label.error{
    display: none!important;
}
.form-group{
    position: relative;
}
.btn-send{
    background: #179ED9;
    width: 100%;
    height: 50px;
    border-radius: 45px;
    font-family: FuturaStd-b, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    outline: none;
    transition: all 0.2s;
    margin-top: 15px;
    cursor: pointer;

}
.btn-send:hover{
    background: #1789c0;
}
.forgot__password{
    font-family: AvenirNextCyr, sans-serif;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    color: #179ED9;
}
.forgot__password:hover{
    text-decoration: underline;
}
.forgot__password_block{
    text-align: center;
    margin-top: 13px;
    margin-bottom: 15px;
}
.sign-up .modal__form .form__in{
    padding: 20px 13%;
}
.sign-up .modal__form{
    padding-bottom: 20px;
}
.sign-up .form__in .form__field, .sign-up .form__in select {
    height: 40px;
    margin-bottom: 11px;
}
.form__in select{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 15px;
    font-family: FuturaStd-r, sans-serif;
    outline: none;
    text-indent: 15px;
}
.form__in .im-block.row .form-group:first-child{
    width: 30%;
}
.form__in .im-block.row .form-group:last-child{
    width: 68%;
}
.successful .form__in {
    padding: 20px 10%!important;
    font-family: AvenirNextCyr, sans-serif;
    line-height: 23px;
}
.successful .form__in a{
    color: #179ED9;

}
.error-ms {
    text-align: center;
    color: red;
    font-family: AvenirNextCyr, sans-serif;
    margin-bottom: 15px;
}

.notice-msg{
    float: right;
    background: white;
    border-radius: 5px;
    margin-top: 54px;
    margin-bottom: 110px;
    padding: 11px 18px 16px;
    color: #333;
    font-size: 18px;
    font-family: FuturaStd-r, sans-serif;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.notice-msg.err{
    max-width: 450px;
    border: 2px solid red;
}
.errorUnexpected {
    text-align: center;
    padding-top: 15px;
    color: red;
    font-family: 'Arial';
    font-weight: bold;
    display: initial;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.tabs{
    width:100%;
    font-family: FuturaStd-r, sans-serif;
    font-size: 26px;
    color: #F71046;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 78px;
    position: relative;
}
.tabs:after {
    content: "|";
    width: 100%;
    height: 10px;
    font-family: FuturaStd-l, sans-serif;
    color: #c7c7c7;
    position: absolute;
    left:0;
    right:0;
}
.tab{
    margin: 0 5px;
    padding: 10px;
}
label span{
    color: red;
}
.cta {
    display: none;
}
.wrapper-modal .active {
    color: #000;
}

.wrapper-modal{
    display:none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: white;
    max-height: calc(100vh - 0px);
    overflow-y: auto;
    z-index: 99;
}
.btn-cancel{
    width: 18px;
    height: 18px;
    float: right;
    margin: 20px 24px 0 0;
}
.btn-cancel img{
    width: 18px;
    height: 18px;
}
.modal-scroll {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-height: 768px) {
    .top-block__info {
        margin-top: 55px
    }


    .animation-first {
        height: 120vh
    }

    .info {
        top: 55px
    }

    .affiliates__list {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .affiliates__text {
        line-height: 28px;
        font-size: 16px
    }

    .affiliates__title span {
        line-height: 30px;
        font-size: 24px
    }

    .affiliates h2, .advertisers h2 {
        margin-top: 35px
    }

    .btn-submit {
        margin-top: 25px
    }

    .form h2 {
        margin-top: -40px
    }


}
@media (max-height: 920px){
    .header {
        margin-top: 6px;
    }
    .sign-up {
        height: 100%;
    }
    .sign-up .modal {
        position: relative;
        margin: 0 auto 50px;
        top: inherit;
        max-width: 600px;
        width: 100%;
        background: #fff;
        left: inherit;
        transform: inherit;
    }
    .inner {
        padding-top: 100px;
    }
}
@media (max-width: 1330px) {
    .info {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1174px) {
    .container {
        max-width: 940px
    }

    .top-block__info {
        margin-top: 44px
    }

    .header__logo {
        margin-right: 39px;
        width: 100px;
    }

    .header__buttons a {
        width: 113px;
        line-height: 36px;
        font-size: 12px
    }

    .header__buttons {
        margin-top: 5px;
        margin-left: 20px
    }

    .top-menu .logo {
        width: 100px;
        margin-right: 30px;
    }

    .top-menu .header__buttons a {
        width: 113px;
        line-height: 36px;
        font-size: 12px
    }

    .affiliates__text {
        font-size: 16px;
        line-height: 25px
    }

    .affiliates__title span {
        font-size: 22px
    }

    .affiliates__list {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .affiliates__description {
        font-size: 16px
    }

    .form {
        margin-left: 304px;
        width: 634px
    }

    .affiliates h2, .advertisers h2 {
        margin-bottom: 15px;
        margin-top: 32px
    }

    #fp-nav {
        margin-left: 4px
    }

    .animation-block {
        left: -33px
    }

    .info {
        margin-top: 53px
    }

    .inner {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
        padding: 0 15px
    }

    .top-menu .burger {
        margin-top: 30px;
    }

    .burger {
        display: block;
        width: 40px;
        height: 26px;
        float: right;
        margin-top: 20px;
        padding: 9px;
        cursor: pointer;
        transition: all .6s
    }

    .burger.active {
        background: #fff
    }

    .section-3 {
        padding: 30px 0
    }

    .burger span {
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 4px;
        background: #F71046;
        border-radius: 10px
    }

    .header {
        position: relative
    }

    .nav-block {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 23;
        display: none;
    }

    .header__nav {
        width: 100%
    }

    .header__nav li {
        display: block;
        text-align: center;
        margin: 0 0 10px
    }

    .header__buttons {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .header__buttons a {
        display: block;
        float: none;
        margin: 0 auto 15px;
        width: 200px;
        line-height: 41px;
        font-size: 15px
    }

    .header__buttons a:last-child {
        margin: 0 auto 15px
    }

    .header__nav li a {
        font-size: 16px
    }

    .header__nav li {
        margin: 0 0 19px
    }

    .header {
        margin-top: 20px
    }

    .animation-first {
        display: none
    }

    .top-block__description {
        margin-left: 0
    }

    .info__item span {
        font-size: 31px
    }

    .affiliate h3 {
        font-size: 43px
    }

    .info__item p {
        font-size: 15px
    }

    .affiliate__text {
        line-height: 28px;
        font-size: 19px
    }

    .info {
        margin-top: 43px
    }

    .affiliate__item {
        max-width: 93%
    }

    .affiliates__title span {
        padding-right: 20px;
        line-height: 29px
    }

    .animation-block {
        display: none !important
    }

    .form {
        margin-left: 0;
        width: 716px
    }

    .footer span {
        margin-left: 0
    }

    .top-block__info {
        margin-left: 0
    }

    .section-1 {
        background: url(../images/section-bg_1.png) no-repeat center;
        background-size: cover
    }

    .affiliate__item {
        max-width: 100%
    }

    #fp-nav {
        margin-left: 0
    }

    .fp-viewing-main #fp-nav {
        display: none
    }

    .inner {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .affiliates h2, .advertisers h2 {
        margin-top: 10px;
    }
    .container {
        max-width: 100%;
        width: auto
    }
    .successful .form__in h2{
        font-size: 22px!important;
    }
    .login{
        height: auto;
        min-height: 140vh;

    }
    .sign-up .modal__form .form__in{
        padding: 20px 7%;
    }

    .modal{
        position: static;
        display: block;
        margin: 20px auto 100px auto;
        transform: translate(0, 0);
    }
    .sign-in {
        padding-bottom: 0;
    }
    .section-4 {
        margin-top: 40px;
        margin-bottom: 50px
    }

    .affiliates__list {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .btn-submit {
        margin-top: 20px
    }

    .top-block {
        height: auto;
        padding: 50px 0;
        display: block
    }

    .fp-tableCell, .fp-section.fp-table, .fp-slide.fp-table {
        height: auto !important
    }

    .top-block h1 {
        font-size: 46px
    }

    .top-block__info {
        padding: 20px 23px;
        line-height: 42px;
        font-size: 30px
    }

    .section-2 {
        padding: 30px 0
    }

    .affiliate__item {
        width: 100%;
        margin-bottom: 20px
    }

    .info__item {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%
    }

    .info__item p {
        margin: 7px 0 0
    }

    .affiliates__left {
        width: 100%
    }

    .affiliates__right {
        width: 100%;
        margin-top: 20px
    }

    .inner {
        height: auto
    }

    .form {
        width: 100%;
        margin-bottom: 160px
    }

    .affiliates__description {
        line-height: 26px
    }

    .form-col {
        width: 100%;
        margin-left: 0
    }

    .form h2 {
        margin-top: 53px;
        font-size: 44px
    }

    .affiliates h2, .advertisers h2 {
        font-size: 40px
    }

    .affiliates__list:last-child {
        border-bottom: none
    }
}
@media (max-width: 768px){
    .form__in .row .form-group{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .form__in .row .form-group:last-child{
        margin: 0;
    }
    .form__in .im-block.row .form-group:first-child {
        width: 36%;
    }
    .form__in .im-block.row .form-group:last-child {
        width: 63%;
    }
    .form__in {
        padding: 20px 6%;
    }

    .errorUnexpected {
        padding-top: 6px;
    }
    .cta {
        font-family: FuturaStd-b, sans-serif;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        background: rgba(255, 0, 71, 0.9);
        border-radius: 3px;
        border: 1px solid #980c39;
        padding: 13px 28px;
        display: block;
        right: 15px;
        bottom: 10px;
        position: fixed;
        z-index: 99;
        -webkit-box-shadow: 0px 6px 11px -1px rgba(82, 16, 36, 0.7);
        -moz-box-shadow: 0px 6px 11px -1px rgba(82, 16, 36, 0.7);
        box-shadow: 0px 6px 11px -1px rgba(82, 16, 36, 0.7);
        transition: all 1s;
    }
    .menu.fp-viewing-contact-us .cta {
        bottom: 104px;
    }
}
.contact-button__item {
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 1%;
    transition: all .2s;
    padding: 25px 5px;
}
.contact-button__item:hover{
    background: #eeeeee;
}
.contact-button__item img{
    max-width: 96px;
}
.contact-button h2{
    font-family: FuturaStd-b, sans-serif;
    line-height: normal;
    font-size: 36px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.87);
}
.contact-button{
    background: #fff;
    padding: 48px 50px;
    border-radius: 20px;
    margin-top: 4%;
    max-width: 70%;
    float: right
}
.contact-button:before, .contact-button:after{
    content: "";
    display: block;
    clear: both;
}
.contact-button__item a, .contact-button__item span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    display: block;
    color: #000;
    text-decoration: none;
}

@media (max-width: 1175px) {
    .contact-button__item{
        padding: 19px 4px;
    }
    .contact-button{
        margin-top: 0;
    }
    .contact-button__item a, .contact-button__item span{
        font-size: 17px;
    }
}
@media (max-width: 991px){
    .contact-button{
        max-width: 100%;
    }
}
@media (max-width: 767px){
.section-5{
    min-height: 800px;
}
    .contact-button__item{
        width: auto;
        margin: 20px;
        padding: 15px  0;
        display: block;
        float: none;
    }
    .contact-button{
        float: none;
    }
    .inner{
        display: block;
    }
    .section-5 {
        min-height: 1000px;
    }
    .contact-button h2{
        font-size: 30px;
    }
}