@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
/* --------------- Style to null --------------- */
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html,body{height:100%;}body{line-height:1;color:#000;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #000;
    color: #fff;
}
/* --------------- Style to null --------------- */

/*
    main styles
    version: 04.05.2020
*/

/* ------------ btn ------------ */
.btn {
    display: inline-block;
    position: relative;
    width: 200px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #f1188e;
    text-transform: uppercase;
    background: -moz-linear-gradient(left,  #f1188e 0%, #03b1f3 100%);
    background: -webkit-linear-gradient(left,  #f1188e 0%,#03b1f3 100%);
    background: linear-gradient(to right,  #f1188e 0%,#03b1f3 100%);
}
.btn:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    background: #03b1f3;
    background: -moz-linear-gradient(left,  #03b1f3 0%, #f1188e 100%);
    background: -webkit-linear-gradient(left,  #03b1f3 0%,#f1188e 100%);
    background: linear-gradient(to right,  #03b1f3 0%,#f1188e 100%);
}
.btn span {
    position: relative;
}
.btn_2 {
    width: 100%;
    max-width: 507px;
    font-size: 16px;
}
.btn_3 {
    width: auto;
    padding: 0 20px;
}
/* ------------ /btn ------------ */

/* ------------ social ------------ */
.social {
    margin-bottom: 10px;
}
.social__item:first-child {
    margin-left: 0;
}
.social__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    border-bottom: none !important;
    text-decoration: none !important;
}
.social__item svg {
    fill: #666;
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
}
.social__item i {
    font-size: 24px;
    color: #666;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
/* ------------ /social ------------ */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.site__content {
    position: relative;
    z-index: 2;
}
.site__centered {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}
.site__header {
    position: relative;
}
.site__header .site__centered {
    position: relative;
    height: 88px;
}
.site__title {
    color: inherit;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}
.site__footer {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.site__footer .site__centered {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site__footer p {
    margin-bottom: 15px;
}
.site__footer p:last-child {
    margin-bottom: 0;
}
.site__footer-txt p {
    line-height: 1.3;
    margin-bottom: 5px;
}
.site__footer-link p {
    margin-bottom: 10px;
}
.site__footer a {
    color: #00b3f4;
    font-weight: 400;
    border-bottom: 1px solid #00b3f4;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.site__footer-up {
    text-transform: uppercase;
}
.site__footer-title {
    margin-bottom: 15px;
}
.site__footer-terms {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2;
    margin-bottom: 10px;
}
.site__footer-terms ol {
    list-style-type: decimal;
    padding-left: 15px;
}
.site__footer-terms li {
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
}
.site__footer-terms li:last-child {
    margin-bottom: 0;
}
/* --------------- /site --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    top: 20px;
    left: 50%;
    height: auto;
    margin-left: -108px;
}
.logo img {
    display: block;
}
/* --------------- /logo --------------- */

/* ------------ intro ------------ */
.intro {
    padding: 40px 0;
}
.intro__wrap {
    margin: 0 -15px;
}
.intro__wrap:after {
    content: '';
    clear: both;
    display: table;
}
.intro__side {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.intro__side_img {
    display: none;
}
.intro__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.intro__img {
    display: block;
    width: 100%;
    height: auto;
}
/* ------------ /intro ------------ */

/* ------------ logos ------------ */
.logos {
    background: #fff;
    padding: 40px 0;
    color: #222;
}
.logos__wrap {
    text-align: center;
}
.logos__pic {
    display: block;
    margin: 0 auto 20px;
    height: auto;
    max-width: 100%;
}
/* ------------ /logos ------------ */

/* ------------ formats ------------ */
.formats {
    background: #000;
    text-align: center;
    padding: 40px 0;
}
.formats__wrap {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 30px;
}
.formats__title {
    font-weight: 700;
    font-size: 18px;
    color: #f1188e;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
.formats__pic {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.formats p {
    text-align: center;
    line-height: 1.3;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}
.formats p:last-child {
    margin-bottom: 0;
}
.formats .swiper-button-next,
.formats .swiper-button-prev {
    background: none;
    width: 25px;
    height: 25px;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
.formats .swiper-button-prev {
    border-bottom: 5px solid #00b3f4;
    border-left: 5px solid #00b3f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 9px;
}
.formats .swiper-button-next {
    border-bottom: 5px solid #00b3f4;
    border-right: 5px solid #00b3f4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 9px;
}
.formats .swiper-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ------------ /formats ------------ */

/* ------------ why-us ------------ */
.why-us {
    padding: 40px 0;
    background: #efefef;
    color: #222;
}
.why-us__pic {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/* ------------ /why-us ------------ */

/* ------------ promote ------------ */
.promote {
    padding: 57px 0 75px;
    background: #efefef;
    color: #222;
    text-align: center;
}
.promote__title {
    color: #f1188e;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 23px;
}
/* ------------ /promote ------------ */

/* ------------ benefits ------------ */
.benefits {
    color: #222;
    padding: 40px 0;
    background: #fff;
}
.benefits__item {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 100px 0 0;
    max-width: 200px;
    margin: 0 auto 30px;
}
.benefits__item:last-child {
    margin-bottom: 0;
}
.benefits__item:after {
    content:'';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
    margin-left: -40px;
    background: #f1188e;
    border-radius: 50%;
}
.benefits__item:before {
    content:'';
    position: absolute;
    width: 46px;
    top: 21px;
    left: 50%;
    margin-left: -23px;
    background: url("../img/benefits.png") no-repeat;
    background-size: 46px 217px;
    z-index: 1;
}
.benefits__item_1:before {
    height: 38px;
    background-position: 0 0;
}
.benefits__item_2:before {
    top: 17px;
    height: 41px;
    background-position: 0 -41px;
}
.benefits__item_3:before {
    top: 18px;
    height: 44px;
    background-position: 0 -85px;
}
.benefits__item_4:before {
    top: 20px;
    height: 39px;
    width: 39px;
    margin-left: -20px;
    background-position: 0 -132px;
}
.benefits__item_5:before {
    top: 18px;
    height: 43px;
    width: 41px;
    margin-left: -20px;
    background-position: 0 -174px;
}
.benefits__item span {
    color: #f1188e;
}
/* ------------ /benefits ------------ */

/* ------------ our-numbers ------------ */
.our-numbers {
    background: #ebf9fe;
    color: #00abf5;
    padding: 40px 0;
}
.our-numbers__side {
    max-width: 500px;
    margin: 0 auto 40px;
}
.our-numbers__side + .our-numbers__side {
    margin-bottom: 0;
}
/* ------------ /our-numbers ------------ */

/* ------------ list-1 ------------ */
.list-1__item {
    position: relative;
    padding-left: 80px;
    font-size: 13px;
    color: #222;
    line-height: 1.3;
    min-height: 60px;
    margin-bottom: 20px;
}
.list-1__item:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    background: url("../img/list-1.png") no-repeat;
    background-size: 64px 121px;
}
.list-1__item_1:before {
    height: 60px;
    left: 0;
}
.list-1__item_2:before {
    background-position: 0 -63px;
    height: 60px;
    left: 10px;
}
.list-1__item span {
    display: block;
    font-size: 24px;
    color: #ea008a;
    font-weight: 700;
}
/* ------------ /list-1 ------------ */

/* ------------ list-2 ------------ */
.list-2 {
    text-align: center;
}
.list-2__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 80px 10px 0;
    color: #222;
    font-size: 13px;
    line-height: 1.3;
    width: 30%;
}
.list-2__item span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.list-2__item:before {
    content:'';
    position: absolute;
    top: 0;
    left: 50%;
    width: 63px;
    height: 63px;
    margin-left: -32px;
    background: url("../img/list-2.png") no-repeat;
    background-size: 63px 195px;
}
.list-2__item_2:before {
    background-position: 0 -66px;
}
.list-2__item_3:before {
    background-position: 0 -132px;
}
/* ------------ /list-2 ------------ */

/* ------------ performing ------------ */
.performing {
    padding: 40px 0 10px;
    background: #efefef;
    color: #222;
}
.performing__wrap:after {
    content: '';
    clear: both;
    display: table;
}
.performing__item {
    color: #222;
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width: 50%;
}
.performing__pic {
    display: block;
    margin: 0 auto 10px;
    width: 103px;
    height: auto;
}
/* ------------ /performing ------------ */

@media screen and (min-width: 580px) {

    /* ------------ logos ------------ */
    .logos__pic {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 20px;
    }
    /* ------------ /logos ------------ */

    /* ------------ benefits ------------ */
    .benefits__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .benefits__item {
        width: 33.3333%;
        max-width: none;
        margin: 0 0 30px;
    }
    .benefits__item_4 {
        margin-bottom: 0;
    }
    /* ------------ /benefits ------------ */

    /* ------------ performing ------------ */
    .performing__item {
        width: 33.3333%;
    }
    /* ------------ /performing ------------ */

}

@media screen and (min-width: 768px) {

    /* ------------ site ------------ */
    .site__footer-txt {
        position: absolute;
        top: 28px;
        left: 15px;
    }
    .site__footer-link {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .site__title_2 {
        text-align: left;
    }
    /* ------------ /site ------------ */

    /* ------------ intro ------------ */
    .intro__side {
        width: 50%;
        text-align: left;
    }
    .intro__side_img {
        display: block;
    }
    /* ------------ /intro ------------ */

    /* ------------ formats ------------ */
    .formats__wrap {
        padding: 30px 60px;
    }
    .formats .swiper-button-prev {
        left: 20px;
    }
    .formats .swiper-button-next {
        right: 20px;
    }
    /* ------------ /formats ------------ */

    /* ------------ benefits ------------ */
    .benefits {
        position: relative;
        overflow: hidden;
    }
    .benefits:before {
        content:'';
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: 50%;
        width: 100%;
        background: #ebf9fe;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .benefits .site__centered {
        position: relative;
        z-index: 1;
    }
    .benefits__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .benefits__item {
        width: 33.3333%;
        max-width: none;
        margin: 0 0 30px;
    }
    .benefits__item_4 {
        margin-bottom: 0;
    }
    /* ------------ /benefits ------------ */

    /* ------------ our-numbers ------------ */
    .our-numbers {
        position: relative;
        overflow: hidden;
    }
    .our-numbers:before {
        content:'';
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: 50%;
        width: 100%;
        background: #000;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .our-numbers .site__centered {
        position: relative;
        z-index: 1;
    }
    .our-numbers__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .our-numbers__side {
        float: left;
        width: 50%;
    }
    /* ------------ /our-numbers ------------ */

    /* ------------ list-2 ------------ */
    .list-2__item {
        color: #fff;
    }
    /* ------------ /list-2 ------------ */

}

@media screen and (min-width: 1024px) {

    /* ------------ btn ------------ */
    .btn {
        width: 335px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }
    .btn:hover:before {
        opacity: 1;
    }
    .btn_2 {
        width: 100%;
    }
    .btn_3 {
        width: auto;
        padding: 0 40px;
    }
    /* ------------ /btn ------------ */

    /* ------------ social ------------ */
    .social__item:hover svg {
        fill: #fff;
    }
    /* ------------ /social ------------ */

    /* --------------- site --------------- */
    .site__header .site__centered {
        height: 136px;
    }
    .site__title {
        font-size: 38px;
        margin-bottom: 28px;
    }
    .site__footer .site__centered {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .site__footer .site__footer-title {
        margin-bottom: 35px;
    }
    .site__footer a:hover {
        border-bottom: 1px solid transparent;
    }
    .site__footer-wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .site__footer-side {
        float: left;
        width: 60%;
    }
    .site__footer-side + .site__footer-side {
        float: right;
        width: 30%;
        text-align: right;
    }
    .site__footer-terms {
        line-height: 1.6;
        margin-bottom: 0;
    }
    .site__footer-inner {
        display: inline-block;
        text-align: left;
    }
    .site__footer-terms ol {}
    .site__footer-terms li {}
    /* --------------- /site --------------- */

    /* --------------- logo --------------- */
    .logo {
        top: 44px;
        left: 15px;
        margin-left: 0;
    }
    /* --------------- /logo --------------- */

    /* ------------ intro ------------ */
    .intro {
        padding: 26px 0 87px;
    }
    .intro__title {
        font-size: 42px;
        font-weight: 900;
        line-height: 1.25;
        margin-bottom: 61px;
    }
    /* ------------ /intro ------------ */

    /* ------------ logos ------------ */
    .logos {
        padding: 76px 0;
    }
    .logos__wrap {
        padding-top: 76px;
    }
    .logos__pic {
        margin: 0 55px 57px;
    }
    /* ------------ /logos ------------ */

    /* ------------ formats ------------ */
    .formats {
        position: relative;
        padding: 58px 0;
    }
    .formats:after,
    .formats:before {
        content:'';
        position: absolute;
        background: url("../img/birds.png") no-repeat;
        background-size: cover;
    }
    .formats:after {
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
    }
    .formats:before {
        bottom: 0;
        left: 0;
        width: 200px;
        height: 200px;
        background-position: top right;
        background-size: 160%;
    }
    .formats__wrap {
        padding: 30px 140px 60px;
        margin-bottom: 54px;
    }
    .formats .swiper-button-next:hover,
    .formats .swiper-button-prev:hover {
        border-color: #f1188e;
    }
    .formats .swiper-button-prev {
        left: 80px;
    }
    .formats .swiper-button-next {
        right: 80px;
    }
    /* ------------ /formats ------------ */

    /* ------------ why-us ------------ */
    .why-us {
        padding: 67px 0;
    }
    /* ------------ /why-us ------------ */

    /* ------------ benefits ------------ */
    .benefits {
        padding: 60px 0 0;
    }
    .benefits__wrap {
        padding-top: 30px;
    }
    .benefits__item {
        font-size: 20px;
        line-height: 1.8;
        padding-top: 95px;
        margin-bottom: 46px;
    }
    .benefits__item span {
        font-size: 26px;
    }
    /* ------------ /benefits ------------ */

    /* ------------ our-numbers ------------ */
    .our-numbers {
        padding: 60px 0 170px;
    }
    .our-numbers__wrap {
        padding-top: 70px;
    }
    .our-numbers__side {
        margin: 0;
    }
    .our-numbers__side + .our-numbers__side {
        padding-top: 10px;
    }
    /* ------------ /our-numbers ------------ */

    /* ------------ list-1 ------------ */
    .list-1__item {
        padding-left: 86px;
        line-height: 1;
        font-size: 15px;
        margin-bottom: 55px;
    }
    .list-1__item:last-child {
        margin-bottom: 0;
    }
    .list-1__item:before {
        top: -3px;
    }
    .list-1__item span {
        font-size: 46px;
    }
    /* ------------ /list-1 ------------ */

    /* ------------ list-2 ------------ */
    .list-2 {
        text-align: right;
    }
    .list-2__item {
        width: auto;
        margin-left: 49px;
        padding-top: 98px;
        font-size: 16px;
        text-align: center;
        line-height: 1;
    }
    .list-2__item:first-child {
        margin-left: 0;
    }
    .list-2__item span {
        font-size: 38px;
    }
    /* ------------ /list-2 ------------ */

    /* ------------ performing ------------ */
    .performing {
        padding: 60px 0 15px;
    }
    .performing__wrap {
        padding-top: 26px;
        margin: 0 -86px;
    }
    .performing__item {
        margin-bottom: 68px;
        font-size: 24px;
    }
    .performing__pic {
        width: 206px;
        margin-bottom: 35px;
    }
    /* ------------ /performing ------------ */

}

@media screen and (min-width: 1280px)  {

    /* ------------ intro ------------ */
    .intro__side {
        position: relative;
        min-height: 270px;
    }
    .intro__img {
        position: absolute;
        top: -50px;
        left: -16px;
        width: 547px;
    }
    /* ------------ /intro ------------ */

}