/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************************/
/*  ...  **********************************************************************/
/******************************************************************************/

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

._clearfix:before,
._clearfix:after {
    display: table;
    content: " ";
}
._clearfix::after {
    clear: both;
}

/******************************************************************************/
/*  Grid system  **************************************************************/
/******************************************************************************/

._container:before,
._container:after,
._container-fluid:before,
._container-fluid:after,
._row:before,
._row:after {
    display: table;
    content: " ";
}
._container:after,
._container-fluid:after,
._row:after {
    clear: both;
}

._container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){._container{width:750px}}@media (min-width:992px){._container{width:970px}}@media (min-width:1200px){._container{width:1170px}}._container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}._row{margin-right:-15px;margin-left:-15px}._row-no-gutters{margin-right:0;margin-left:0}._row-no-gutters [class*=_col-]{padding-right:0;padding-left:0}._col-lg-1,._col-lg-10,._col-lg-11,._col-lg-12,._col-lg-2,._col-lg-3,._col-lg-4,._col-lg-5,._col-lg-6,._col-lg-7,._col-lg-8,._col-lg-9,._col-md-1,._col-md-10,._col-md-11,._col-md-12,._col-md-2,._col-md-3,._col-md-4,._col-md-5,._col-md-6,._col-md-7,._col-md-8,._col-md-9,._col-sm-1,._col-sm-10,._col-sm-11,._col-sm-12,._col-sm-2,._col-sm-3,._col-sm-4,._col-sm-5,._col-sm-6,._col-sm-7,._col-sm-8,._col-sm-9,._col-xs-1,._col-xs-10,._col-xs-11,._col-xs-12,._col-xs-2,._col-xs-3,._col-xs-4,._col-xs-5,._col-xs-6,._col-xs-7,._col-xs-8,._col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}._col-xs-1,._col-xs-10,._col-xs-11,._col-xs-12,._col-xs-2,._col-xs-3,._col-xs-4,._col-xs-5,._col-xs-6,._col-xs-7,._col-xs-8,._col-xs-9{float:left}._col-xs-12{width:100%}._col-xs-11{width:91.66666667%}._col-xs-10{width:83.33333333%}._col-xs-9{width:75%}._col-xs-8{width:66.66666667%}._col-xs-7{width:58.33333333%}._col-xs-6{width:50%}._col-xs-5{width:41.66666667%}._col-xs-4{width:33.33333333%}._col-xs-3{width:25%}._col-xs-2{width:16.66666667%}._col-xs-1{width:8.33333333%}._col-xs-pull-12{right:100%}._col-xs-pull-11{right:91.66666667%}._col-xs-pull-10{right:83.33333333%}._col-xs-pull-9{right:75%}._col-xs-pull-8{right:66.66666667%}._col-xs-pull-7{right:58.33333333%}._col-xs-pull-6{right:50%}._col-xs-pull-5{right:41.66666667%}._col-xs-pull-4{right:33.33333333%}._col-xs-pull-3{right:25%}._col-xs-pull-2{right:16.66666667%}._col-xs-pull-1{right:8.33333333%}._col-xs-pull-0{right:auto}._col-xs-push-12{left:100%}._col-xs-push-11{left:91.66666667%}._col-xs-push-10{left:83.33333333%}._col-xs-push-9{left:75%}._col-xs-push-8{left:66.66666667%}._col-xs-push-7{left:58.33333333%}._col-xs-push-6{left:50%}._col-xs-push-5{left:41.66666667%}._col-xs-push-4{left:33.33333333%}._col-xs-push-3{left:25%}._col-xs-push-2{left:16.66666667%}._col-xs-push-1{left:8.33333333%}._col-xs-push-0{left:auto}._col-xs-offset-12{margin-left:100%}._col-xs-offset-11{margin-left:91.66666667%}._col-xs-offset-10{margin-left:83.33333333%}._col-xs-offset-9{margin-left:75%}._col-xs-offset-8{margin-left:66.66666667%}._col-xs-offset-7{margin-left:58.33333333%}._col-xs-offset-6{margin-left:50%}._col-xs-offset-5{margin-left:41.66666667%}._col-xs-offset-4{margin-left:33.33333333%}._col-xs-offset-3{margin-left:25%}._col-xs-offset-2{margin-left:16.66666667%}._col-xs-offset-1{margin-left:8.33333333%}._col-xs-offset-0{margin-left:0}@media (min-width:768px){._col-sm-1,._col-sm-10,._col-sm-11,._col-sm-12,._col-sm-2,._col-sm-3,._col-sm-4,._col-sm-5,._col-sm-6,._col-sm-7,._col-sm-8,._col-sm-9{float:left}._col-sm-12{width:100%}._col-sm-11{width:91.66666667%}._col-sm-10{width:83.33333333%}._col-sm-9{width:75%}._col-sm-8{width:66.66666667%}._col-sm-7{width:58.33333333%}._col-sm-6{width:50%}._col-sm-5{width:41.66666667%}._col-sm-4{width:33.33333333%}._col-sm-3{width:25%}._col-sm-2{width:16.66666667%}._col-sm-1{width:8.33333333%}._col-sm-pull-12{right:100%}._col-sm-pull-11{right:91.66666667%}._col-sm-pull-10{right:83.33333333%}._col-sm-pull-9{right:75%}._col-sm-pull-8{right:66.66666667%}._col-sm-pull-7{right:58.33333333%}._col-sm-pull-6{right:50%}._col-sm-pull-5{right:41.66666667%}._col-sm-pull-4{right:33.33333333%}._col-sm-pull-3{right:25%}._col-sm-pull-2{right:16.66666667%}._col-sm-pull-1{right:8.33333333%}._col-sm-pull-0{right:auto}._col-sm-push-12{left:100%}._col-sm-push-11{left:91.66666667%}._col-sm-push-10{left:83.33333333%}._col-sm-push-9{left:75%}._col-sm-push-8{left:66.66666667%}._col-sm-push-7{left:58.33333333%}._col-sm-push-6{left:50%}._col-sm-push-5{left:41.66666667%}._col-sm-push-4{left:33.33333333%}._col-sm-push-3{left:25%}._col-sm-push-2{left:16.66666667%}._col-sm-push-1{left:8.33333333%}._col-sm-push-0{left:auto}._col-sm-offset-12{margin-left:100%}._col-sm-offset-11{margin-left:91.66666667%}._col-sm-offset-10{margin-left:83.33333333%}._col-sm-offset-9{margin-left:75%}._col-sm-offset-8{margin-left:66.66666667%}._col-sm-offset-7{margin-left:58.33333333%}._col-sm-offset-6{margin-left:50%}._col-sm-offset-5{margin-left:41.66666667%}._col-sm-offset-4{margin-left:33.33333333%}._col-sm-offset-3{margin-left:25%}._col-sm-offset-2{margin-left:16.66666667%}._col-sm-offset-1{margin-left:8.33333333%}._col-sm-offset-0{margin-left:0}}@media (min-width:992px){._col-md-1,._col-md-10,._col-md-11,._col-md-12,._col-md-2,._col-md-3,._col-md-4,._col-md-5,._col-md-6,._col-md-7,._col-md-8,._col-md-9{float:left}._col-md-12{width:100%}._col-md-11{width:91.66666667%}._col-md-10{width:83.33333333%}._col-md-9{width:75%}._col-md-8{width:66.66666667%}._col-md-7{width:58.33333333%}._col-md-6{width:50%}._col-md-5{width:41.66666667%}._col-md-4{width:33.33333333%}._col-md-3{width:25%}._col-md-2{width:16.66666667%}._col-md-1{width:8.33333333%}._col-md-pull-12{right:100%}._col-md-pull-11{right:91.66666667%}._col-md-pull-10{right:83.33333333%}._col-md-pull-9{right:75%}._col-md-pull-8{right:66.66666667%}._col-md-pull-7{right:58.33333333%}._col-md-pull-6{right:50%}._col-md-pull-5{right:41.66666667%}._col-md-pull-4{right:33.33333333%}._col-md-pull-3{right:25%}._col-md-pull-2{right:16.66666667%}._col-md-pull-1{right:8.33333333%}._col-md-pull-0{right:auto}._col-md-push-12{left:100%}._col-md-push-11{left:91.66666667%}._col-md-push-10{left:83.33333333%}._col-md-push-9{left:75%}._col-md-push-8{left:66.66666667%}._col-md-push-7{left:58.33333333%}._col-md-push-6{left:50%}._col-md-push-5{left:41.66666667%}._col-md-push-4{left:33.33333333%}._col-md-push-3{left:25%}._col-md-push-2{left:16.66666667%}._col-md-push-1{left:8.33333333%}._col-md-push-0{left:auto}._col-md-offset-12{margin-left:100%}._col-md-offset-11{margin-left:91.66666667%}._col-md-offset-10{margin-left:83.33333333%}._col-md-offset-9{margin-left:75%}._col-md-offset-8{margin-left:66.66666667%}._col-md-offset-7{margin-left:58.33333333%}._col-md-offset-6{margin-left:50%}._col-md-offset-5{margin-left:41.66666667%}._col-md-offset-4{margin-left:33.33333333%}._col-md-offset-3{margin-left:25%}._col-md-offset-2{margin-left:16.66666667%}._col-md-offset-1{margin-left:8.33333333%}._col-md-offset-0{margin-left:0}}@media (min-width:1200px){._col-lg-1,._col-lg-10,._col-lg-11,._col-lg-12,._col-lg-2,._col-lg-3,._col-lg-4,._col-lg-5,._col-lg-6,._col-lg-7,._col-lg-8,._col-lg-9{float:left}._col-lg-12{width:100%}._col-lg-11{width:91.66666667%}._col-lg-10{width:83.33333333%}._col-lg-9{width:75%}._col-lg-8{width:66.66666667%}._col-lg-7{width:58.33333333%}._col-lg-6{width:50%}._col-lg-5{width:41.66666667%}._col-lg-4{width:33.33333333%}._col-lg-3{width:25%}._col-lg-2{width:16.66666667%}._col-lg-1{width:8.33333333%}._col-lg-pull-12{right:100%}._col-lg-pull-11{right:91.66666667%}._col-lg-pull-10{right:83.33333333%}._col-lg-pull-9{right:75%}._col-lg-pull-8{right:66.66666667%}._col-lg-pull-7{right:58.33333333%}._col-lg-pull-6{right:50%}._col-lg-pull-5{right:41.66666667%}._col-lg-pull-4{right:33.33333333%}._col-lg-pull-3{right:25%}._col-lg-pull-2{right:16.66666667%}._col-lg-pull-1{right:8.33333333%}._col-lg-pull-0{right:auto}._col-lg-push-12{left:100%}._col-lg-push-11{left:91.66666667%}._col-lg-push-10{left:83.33333333%}._col-lg-push-9{left:75%}._col-lg-push-8{left:66.66666667%}._col-lg-push-7{left:58.33333333%}._col-lg-push-6{left:50%}._col-lg-push-5{left:41.66666667%}._col-lg-push-4{left:33.33333333%}._col-lg-push-3{left:25%}._col-lg-push-2{left:16.66666667%}._col-lg-push-1{left:8.33333333%}._col-lg-push-0{left:auto}._col-lg-offset-12{margin-left:100%}._col-lg-offset-11{margin-left:91.66666667%}._col-lg-offset-10{margin-left:83.33333333%}._col-lg-offset-9{margin-left:75%}._col-lg-offset-8{margin-left:66.66666667%}._col-lg-offset-7{margin-left:58.33333333%}._col-lg-offset-6{margin-left:50%}._col-lg-offset-5{margin-left:41.66666667%}._col-lg-offset-4{margin-left:33.33333333%}._col-lg-offset-3{margin-left:25%}._col-lg-offset-2{margin-left:16.66666667%}._col-lg-offset-1{margin-left:8.33333333%}._col-lg-offset-0{margin-left:0}}

/******************************************************************************/
/*  Responsive utilities  *****************************************************/
/******************************************************************************/

._visible-lg,._visible-md,._visible-sm,._visible-xs{display:none!important}._visible-lg-block,._visible-lg-inline,._visible-lg-inline-block,._visible-md-block,._visible-md-inline,._visible-md-inline-block,._visible-sm-block,._visible-sm-inline,._visible-sm-inline-block,._visible-xs-block,._visible-xs-inline,._visible-xs-inline-block{display:none!important}@media (max-width:767px){._visible-xs{display:block!important}table._visible-xs{display:table!important}tr._visible-xs{display:table-row!important}td._visible-xs,th._visible-xs{display:table-cell!important}}@media (max-width:767px){._visible-xs-block{display:block!important}}@media (max-width:767px){._visible-xs-inline{display:inline!important}}@media (max-width:767px){._visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){._visible-sm{display:block!important}table._visible-sm{display:table!important}tr._visible-sm{display:table-row!important}td._visible-sm,th._visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){._visible-md{display:block!important}table._visible-md{display:table!important}tr._visible-md{display:table-row!important}td._visible-md,th._visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){._visible-lg{display:block!important}table._visible-lg{display:table!important}tr._visible-lg{display:table-row!important}td._visible-lg,th._visible-lg{display:table-cell!important}}@media (min-width:1200px){._visible-lg-block{display:block!important}}@media (min-width:1200px){._visible-lg-inline{display:inline!important}}@media (min-width:1200px){._visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){._hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){._hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){._hidden-md{display:none!important}}@media (min-width:1200px){._hidden-lg{display:none!important}}._visible-print{display:none!important}@media print{._visible-print{display:block!important}table._visible-print{display:table!important}tr._visible-print{display:table-row!important}td._visible-print,th._visible-print{display:table-cell!important}}._visible-print-block{display:none!important}@media print{._visible-print-block{display:block!important}}._visible-print-inline{display:none!important}@media print{._visible-print-inline{display:inline!important}}._visible-print-inline-block{display:none!important}@media print{._visible-print-inline-block{display:inline-block!important}}@media print{._hidden-print{display:none!important}}

/******************************************************************************/
/*  Text alignment utilities  *************************************************/
/******************************************************************************/

._text-xs-left {
    text-align: left !important;
}
._text-xs-right {
    text-align: right !important;
}
._text-xs-center {
    text-align: center !important;
}
._text-xs-justify {
    text-align: justify !important;
}

@media (min-width: 768px) {
    ._text-sm-left {
        text-align: left !important;
    }
    ._text-sm-right {
        text-align: right !important;
    }
    ._text-sm-center {
        text-align: center !important;
    }
    ._text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    ._text-md-left {
        text-align: left !important;
    }
    ._text-md-right {
        text-align: right !important;
    }
    ._text-md-center {
        text-align: center !important;
    }
    ._text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    ._text-lg-left {
        text-align: left !important;
    }
    ._text-lg-right {
        text-align: right !important;
    }
    ._text-lg-center {
        text-align: center !important;
    }
    ._text-lg-justify {
        text-align: justify !important;
    }
}

/******************************************************************************/
/*  Basic styles  *************************************************************/
/******************************************************************************/

body {
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    overflow-y: auto;
}

:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

a {
    text-decoration: none;
}

input[type=text] {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    max-width: 100%;
    min-width: 100%;
    padding: 15px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;

    -webkit-transition-property: background-color;
       -moz-transition-property: background-color;
        -ms-transition-property: background-color;
         -o-transition-property: background-color;
            transition-property: background-color;

    -webkit-transition-timing-function: cubic-bezier(.25,.8,.25,1);
       -moz-transition-timing-function: cubic-bezier(.25,.8,.25,1);
        -ms-transition-timing-function: cubic-bezier(.25,.8,.25,1);
         -o-transition-timing-function: cubic-bezier(.25,.8,.25,1);
            transition-timing-function: cubic-bezier(.25,.8,.25,1);
}

input[type=text]:hover,
input[type=text]:focus {
    background-color: rgba(255, 255, 255, 0.9);

    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
}

input[type=email] {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    max-width: 100%;
    min-width: 100%;
    padding: 15px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;

    -webkit-transition-timing-function: cubic-bezier(.25,.8,.25,1);
    -moz-transition-timing-function: cubic-bezier(.25,.8,.25,1);
    -ms-transition-timing-function: cubic-bezier(.25,.8,.25,1);
    -o-transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
}

input[type=email]:hover,
input[type=email]:focus {
    background-color: rgba(255, 255, 255, 0.9);

    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.select-container{
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    max-width: 100%;
    min-width: 100%;
    padding: 15px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;

    -webkit-transition-property: background-color;
       -moz-transition-property: background-color;
        -ms-transition-property: background-color;
         -o-transition-property: background-color;
            transition-property: background-color;

    -webkit-transition-timing-function: cubic-bezier(.25,.8,.25,1);
       -moz-transition-timing-function: cubic-bezier(.25,.8,.25,1);
        -ms-transition-timing-function: cubic-bezier(.25,.8,.25,1);
         -o-transition-timing-function: cubic-bezier(.25,.8,.25,1);
            transition-timing-function: cubic-bezier(.25,.8,.25,1);
}
/******************************************************************************/
/*  Page header  **************************************************************/
/******************************************************************************/

.page-header {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .page-header {
        font-size: 32px;
    }
}

/******************************************************************************/
/*  Bullet  *******************************************************************/
/******************************************************************************/

.bullet {
    display: table;
    margin: 5px 0;
    width: 100%;
}

.bullet__icon,
.bullet__text {
    display: table-cell;
    vertical-align: middle;
}

.bullet__icon {
    padding-right: 15px;
}
.bullet__icon_ar {
    padding-right: 0px;
    padding-left: 15px;
}
.bullet__text {
    color: #78909c;
    line-height: 1.4285714285714286;
    width: 100%;
}

@media (min-width: 768px) {
    .bullet,
    .bullet__icon,
    .bullet__text {
        display: block;
    }

    .bullet__icon {
        padding-right: 0;
        text-align: center;
    }

    .bullet__text {
        text-align: center;
    }
}

/******************************************************************************/
/*  Top Line  *****************************************************************/
/******************************************************************************/

.top-line {
    padding: 15px 0;
}

.top-line__image {
    display: block;
    margin: 0 auto;
    max-height: 65px;
    max-width: 100%;
}

/******************************************************************************/
/*  Section #1  ***************************************************************/
/******************************************************************************/
.section-1 {
    background-image: url("/i/img/real_account_main/head_back2.jpg");
    background-position: 100% 50%;
    min-height: 100vh;
    position: relative;

    -webkit-background-size: cover;
            background-size: cover;
}

.section-1 > ._container {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.section-1__header {
    color: #f5f5f5;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.25;
    margin: 30px 0;
    text-transform: uppercase;
}

.section-1__paragraph {
    color: #f5f5f5;
    font-size: 20px;
    line-height: 1.4285714285714286;
    margin: 30px 0;
}

.section-1__divider {
    background-color: #bdbdbd;
    height: 2px;
}

/*@media (min-width: 1200px) {*/
    /*.section-1 {*/
        /*padding: 120px 0 150px;*/
    /*}*/
/*}*/

/******************************************************************************/
/*  Section #2  ***************************************************************/
/******************************************************************************/

.section-2 {
    padding: 45px 0;
}

/******************************************************************************/
/*  Section #3  ***************************************************************/
/******************************************************************************/

.no-webp .section-3 {
    background-attachment: fixed;
    background-image: url("/i/img/real_account_main/bg-2.jpg");
    color: #fafafa;
    padding: 45px 0;

    -webkit-background-size: cover;
            background-size: cover;
}
.webp .section-3 {
    background-attachment: fixed;
    background-image: url("/i/img/real_account_main/bg-2.webp");
    color: #fafafa;
    padding: 45px 0;

    -webkit-background-size: cover;
            background-size: cover;
}

/******************************************************************************/
/*  Section #4  ***************************************************************/
/******************************************************************************/

.section-4 {
    padding: 45px 0;
}

.section-4__paragraph-1 {
    color: #78909c;
    font-size: 18px;
    line-height: 1.4285714285714286;
    margin: 30px 0;
    text-align: center;
}

.section-4__paragraph-2 {
    color: #78909c;
    font-size: 24px;
    line-height: 1.4285714285714286;
    margin: 30px 0;
    text-align: center;
}

.section-4 .bullet {
    padding: 10px 15px;
}

.section-4 .bullet__icon {
    position: relative;
}

.section-4 .bullet__text > p:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
}

.section-4 .bullet__text > p:nth-child(2) {
    font-size: 14px;
    line-height: 1.25;
    margin-top: 5px;
}

.section-4 ._row:nth-child(2) {
    overflow: hidden;
}

.section-4 ._row:nth-child(2) [class*="_col-"]::before {
    background-color: #eeeeee;
    bottom: 0;
    content: " ";
    left: 15px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
}

/******************************************************************************/
/*  Section #5  ***************************************************************/
/******************************************************************************/

.no-webp .section-5 {
    background-image: url("/i/img/real_account_main/bg-3.jpg");
    color: #ffffff;
    padding: 45px 0;

    -webkit-background-size: cover;
            background-size: cover;
}

.webp .section-5 {
    background-image: url("/i/img/real_account_main/bg-3.webp");
    color: #ffffff;
    padding: 45px 0;

    -webkit-background-size: cover;
            background-size: cover;
}

.section-5__inner {
    margin: -15px 0;
}

.section-5__item {
    padding: 15px 0;
}

.section-5__item p {
    line-height: 1.4285714285714286;
}

.section-5__header {
    display: table;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.section-5__header > div {
    display: table-cell;
    vertical-align: middle;
}

.section-5__header > div:nth-child(1) {
    padding-right: 15px;
}

.section-5__header > div:nth-child(2) {
    width: 100%;
}

/******************************************************************************/
/*  Section #6  ***************************************************************/
/******************************************************************************/

.section-6, .section-8 {
    padding: 45px 0;
}

/******************************************************************************/
/*  Section #7  ***************************************************************/
/******************************************************************************/

.section-7 {
    background-color: #f5f5f5;
    padding: 45px 0;
}

.section-7 .bullet__icon {
    position: relative;
}

.section-7 .bullet__text {
    font-size: 18px;
}

.section-7 .bullet__text > span {
    color: #212121;
}

/******************************************************************************/
/*  Spritesheet #1 (Awards)  **************************************************/
/******************************************************************************/
.spritesheet-1 {
    background-image: url("/i/img/real_account_main/spritesheet-1.png");
    display: inline-block;
    height: 55.5px;
    width: 55.5px;

    -webkit-background-size: 211.5px 141px;
            background-size: 211.5px 141px;
}

.award_7 {
    background-image: url("/i/img/real_account_main/award_7.png");
    background-size: cover !important;
}

.award_8 {
    background-image: url("/i/img/real_account_main/award_8.png");
    background-size: cover !important;
}

.spritesheet-1_frame-1 {
    background-position: -7.5px -7.5px;
}

.spritesheet-1_frame-2 {
    background-position: -78px -7.5px;
}

.spritesheet-1_frame-4 {
    background-position: -7.5px -78px;
}

.spritesheet-1_frame-5 {
    background-position: -78px -78px;
}

.spritesheet-1_frame-6 {
    background-position: -360.5px -77.5px;
}

@media (min-width: 768px) {
    .spritesheet-1 {
        height: 74px;
        width: 74px;

        -webkit-background-size: 282px 188px;
                background-size: 282px 188px;
    }

    .spritesheet-1_frame-1 {
        background-position: -10px -10px;
    }

    .spritesheet-1_frame-2 {
        background-position: -104px -10px;
    }

   

    .spritesheet-1_frame-4 {
        background-position: -10px -104px;
    }

    .spritesheet-1_frame-5 {
        background-position: -104px -104px;
    }

    .spritesheet-1_frame-6 {
        background-position: -198px -104px;
    }
}

/******************************************************************************/
/*  Spritesheet #2  ***********************************************************/
/******************************************************************************/

.spritesheet-2 {
    background-image: url("/i/img/real_account_main/spritesheet-2_v4.png");
    display: inline-block;
    height: 53px;
    width: 53px;

        -webkit-background-size: 189px 125px;
                background-size: 189px 125px;
}

.spritesheet-2_frame-1 {
    background-position: -5px -5px;
}

.spritesheet-2_frame-2 {
    background-position: -68px -5px;
}

.spritesheet-2_frame-3 {
    background-position: -5px -67.5px;
}

.spritesheet-2_frame-4 {
    background-position: -68px -67.5px;
}

.spritesheet-2_frame-5 {
    background-position: -131px -5px;
}

.spritesheet-2_frame-6 {
    background-position: -131px -67.5px;
}

.select2-container--default .select2-selection--single{border: 1px solid #fff; height: 56px; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -webkit-transition: all 200ms linear; border-radius: 4px; background: rgba(255, 255, 255, 0.6);}
.select2-container--default .select2-selection--single:hover{background-color: rgba(255, 255, 255, 0.9);}
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #212121; line-height: 52px; font-size: 20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 56px;}
.select2-container{max-width: 100%; margin: 0 auto; display: block; width: 100% !important;}
.select2-dropdown{border-color: #ddd;}
.select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus{border-color: #d6d6d6; box-shadow: 0px 0px 3px 0px #bdbdbd;}
.select2-container{min-width: 120px;}
.select2-container--default .promo-flag{vertical-align: middle;}

.promo-phone__code{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}
.promo-phone__code__one{margin-right: 20px;}
.promo-phone__code__one:last-child{margin-right: 0px;}

@media (min-width: 768px) {
    .spritesheet-2 {
        height: 106px;
        width: 107px;

        -webkit-background-size: 378px 250px;
                background-size: 378px 250px;
    }

    .spritesheet-2_frame-1 {
        background-position: -10px -10px;
    }

    .spritesheet-2_frame-2 {
        background-position: -136px -10px;
    }

    .spritesheet-2_frame-3 {
        background-position: -10px -135px;
    }

    .spritesheet-2_frame-4 {
        background-position: -136px -135px;
    }

    .spritesheet-2_frame-5 {
        background-position: -262px -10px;
    }

    .spritesheet-2_frame-6 {
        background-position: -262px -135px;
    }
}

/******************************************************************************/
/*  Spritesheet #3  ***********************************************************/
/******************************************************************************/

.no-webp .spritesheet-3 {
    background-image: url("/i/img/real_account_main/spritesheet-3.png");
    display: inline-block;
    height: 80px;
    width: 80px;

    -webkit-background-size: 80px 320px;
            background-size: 80px 320px;
}
.webp .spritesheet-3 {
    background-image: url("/i/img/real_account_main/spritesheet-3.webp");
    display: inline-block;
    height: 80px;
    width: 80px;

    -webkit-background-size: 80px 320px;
            background-size: 80px 320px;
}

.spritesheet-3_frame-1 {
    background-position: 0 0;
}

.spritesheet-3_frame-2 {
    background-position: 0 -80px;
}

.spritesheet-3_frame-3 {
    background-position: 0 -160px;
}

.spritesheet-3_frame-4 {
    background-position: 0 -240px;
}

@media (min-width: 768px) {
    .spritesheet-3 {
        height: 160px;
        width: 160px;

        -webkit-background-size: 160px 640px;
                background-size: 160px 640px;
    }

    .spritesheet-3_frame-1 {
        background-position: 0 0;
    }

    .spritesheet-3_frame-2 {
        background-position: 0 -160px;
    }

    .spritesheet-3_frame-3 {
        background-position: 0 -320px;
    }

    .spritesheet-3_frame-4 {
        background-position: 0 -480px;
    }
}

/******************************************************************************/
/*  Spritesheet #4  ***********************************************************/
/******************************************************************************/
.section-8 .page-header{
    color:#212121
}
.spritesheet-4 {
    display: inline-block;
    height: 80px;
    width: 300px;
    align-self: center;
    -webkit-background-size: 360px 1300px;
            background-size: 360px 1300px;
}

.visa_mastercard {
    background-position: -100px 0;
    width: 165px;
}

.mastercard {
    background-position: -125px -82px;
    width: 110px;
}

.skrill {
    background-position: -100px -895px;
    width: 160px;
}

.neteller {
    background-position: -70px -460px;
    height: 60px;
    width: 220px;
}

.bitcoin {
    background-position: -55px -159px;
    width: 250px;
}

.litecoin {
    background-position: -78px -653px;
    width: 210px;
}
.tether {
    background-position: -65px -385px;
    width: 230px;
}
/*
.spritesheet-4 {
    display: inline-block;
    height: 90px;
    width: 360px;

    -webkit-background-size: 360px 540px;
            background-size: 360px 540px;
}

.spritesheet-4_frame-1 {
    background-position: 0 0;
}

.spritesheet-4_frame-2 {
    background-position: 0 -90px;
}

.spritesheet-4_frame-3 {
    background-position: 0 -180px;
}

.spritesheet-4_frame-4 {
    background-position: 0 -270px;
}

.spritesheet-4_frame-5 {
    background-position: 0 -360px;
}

.spritesheet-4_frame-6 {
    background-position: 0 -450px;
}*/
@media (max-width: 420px) {
    
    /*.spritesheet-4 {
        width: 320px;
    }
    .spritesheet-4_frame-1 {
        background-position: -20px 0;
    }

    .spritesheet-4_frame-2 {
        background-position: -20px -90px;
    }

    .spritesheet-4_frame-3 {
        background-position: -20px -180px;
    }

    .spritesheet-4_frame-4 {
        background-position: -20px -270px;
    }

    .spritesheet-4_frame-5 {
        background-position: -20px -360px;
    }

    .spritesheet-4_frame-6 {
        background-position: -20px -450px;
    }*/
}
/******************************************************************************/
/*  Spritesheet #5  ***********************************************************/
/******************************************************************************/

.spritesheet-5 {
    background-image: url("/i/img/real_account_main/spritesheet-5.png");
    display: inline-block;
    height: 54px;
    width: 54px;
}

.spritesheet-5_frame-1 {
    background-position: 0 0;
}

.spritesheet-5_frame-2 {
    background-position: 0 -54px;
}

.spritesheet-5_frame-3 {
    background-position: 0 -108px;
}

.spritesheet-5_frame-4 {
    background-position: 0 -162px;
}

/******************************************************************************/
/*  Spritesheet #6  ***********************************************************/
/******************************************************************************/

.spritesheet-6 {
    background-image: url("/i/img/real_account_main/spritesheet-6_v2.png");
    display: inline-block;
    height: 50px;
    width: 50px;
}

.spritesheet-6_frame-1 {
    background-position: -10px -10px;
}

.spritesheet-6_frame-2 {
    background-position: -80px -10px;
}

.spritesheet-6_frame-3 {
    background-position: -10px -80px;
}

.spritesheet-6_frame-4 {
    background-position: -80px -80px;
}

/******************************************************************************/
/*  trading asset  ************************************************************/
/******************************************************************************/

.trading-asset {
    background-position: 50% 100%;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    margin: 5px 0;
    overflow: hidden;
    position: relative;

    -webkit-background-size: cover;
            background-size: cover;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.trading-asset_type-1 {
    background-image: url("/i/img/real_account_main/trading-asset_type-1.webp");
    border-color: #005ac3;
}
.no-webp .trading-asset_type-2 {
    background-image: url("/i/img/real_account_main/trading-asset_type-2.webp");
    border-color: #009cfc;
}
.no-webp .trading-asset_type-3 {
    background-image: url("/i/img/real_account_main/trading-asset_type-3.webp");
    border-color: #afc8cc;
}
.webp .trading-asset_type-2 {
    background-image: url("/i/img/real_account_main/trading-asset_type-2.webp");
    border-color: #009cfc;
}
.webp .trading-asset_type-3 {
    background-image: url("/i/img/real_account_main/trading-asset_type-3.webp");
    border-color: #afc8cc;
}

.trading-asset_type-4 {
    background-image: url("/i/img/real_account/trading-asset_type-4.webp");
    border-color: #f4c300;
}
.no-webp .trading-asset_type-5 {
    background-image: url("/i/img/real_account_main/trading-asset_type-5.webp");
    border-color: #f6e6bb;
}
.webp .trading-asset_type-5 {
    background-image: url("/i/img/real_account_main/trading-asset_type-5.webp");
    border-color: #f6e6bb;
}
.no-webp .trading-asset_type-6 {
    background-image: url("/i/img/real_account_main/trading-asset_type-6.webp");
    border-color: #4683b9;
}
.webp .trading-asset_type-6 {
    background-image: url("/i/img/real_account_main/trading-asset_type-6.webp");
    border-color: #4683b9;
}

.trading-asset::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.trading-asset__inner {
    font-size: 16px;
    padding: 20px 15px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .trading-asset {
        margin: 15px 0;
        padding-top: 100%;

        -webkit-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
           -moz-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
            -ms-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
             -o-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
                transition: transform 500ms cubic-bezier(.25,.8,.25,1);
    }

    .trading-asset:hover {
        -webkit-transform: translateY(-15px);
           -moz-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
             -o-transform: translateY(-15px);
                transform: translateY(-15px);
    }

    .trading-asset::before {
        display: none;
    }

    .trading-asset__inner {
        font-size: 24px;
        left: 50%;
        position: absolute;
        top: 10px;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

/******************************************************************************/
/*  Payment banner  ***********************************************************/
/******************************************************************************/
.payment-main{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:center
}
.payment-banner {
    background-color: #f5f5f5;
    cursor: pointer;
    text-align:center;
    height: 90px;
    max-width: 300px;
    width: 300px;
    margin: 5px 20px;
    position: relative;
    display:flex;
    justify-content:center;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-transition: background-color 500ms cubic-bezier(.25,.8,.25,1);
       -moz-transition: background-color 500ms cubic-bezier(.25,.8,.25,1);
        -ms-transition: background-color 500ms cubic-bezier(.25,.8,.25,1);
         -o-transition: background-color 500ms cubic-bezier(.25,.8,.25,1);
            transition: background-color 500ms cubic-bezier(.25,.8,.25,1);
}

.payment-banner > div {
    left: 50%;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    -webkit-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
       -moz-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
        -ms-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
         -o-transition: transform 500ms cubic-bezier(.25,.8,.25,1);
            transition: transform 500ms cubic-bezier(.25,.8,.25,1);
}

.payment-banner:hover {
    background-color: #e0e0e0;
}
.payment-banner:hover > a {
   -webkit-transform:  scale(.75);
       -moz-transform: scale(.75);
        -ms-transform: scale(.75);
         -o-transform: scale(.75);
            transform: scale(.75);

    -webkit-transition: transform 500ms ;
       -moz-transition: transform 500ms;
        -ms-transition: transform 500ms;
         -o-transition: transform 500ms;
            transition: transform 500ms;
}
.payment-banner:hover > div {
    -webkit-transform: translate(-50%, -50%) scale(.75);
       -moz-transform: translate(-50%, -50%) scale(.75);
        -ms-transform: translate(-50%, -50%) scale(.75);
         -o-transform: translate(-50%, -50%) scale(.75);
            transform: translate(-50%, -50%) scale(.75);
}

@media (min-width: 768px) {
    .payment-banner {
        margin: 15px 20px;
    }
}
@media screen and (max-width: 400px) { 
.payment-banner {
        margin: 15px 0px;
    max-width: 100%;
    width: 100%;
}
}
/******************************************************************************/
/*  Award  ********************************************************************/
/******************************************************************************/

.award {
    background-color: rgba(0, 0, 0, 0.3);
    display: table;
    margin: 5px 0;
    position: relative;
    width: 100%;

    -webkit-border-radius: 27.25px;
       -moz-border-radius: 27.25px;
            border-radius: 27.25px;
}

.award::before {
    left: 0;
}

.award::after {
    right: 0px;

    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
}

.award__icon,
.award__text {
    display: table-cell;
    vertical-align: middle;
}

.award__icon {
    padding-right: 15px;
}
.award__icon > div {
    vertical-align: middle;
}

.award__text {
    color: #eeeeee;
    padding-right: 13.625px;
    width: 100%;
}

.award__text p:nth-child(1) {
    font-size: 13.8px;
    font-weight: 500;
}

.award__text p:nth-child(2) {
    font-size: 11px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .award {
        background-color: transparent;
        padding: 0 22px;
    }

    .award__text {
        color: #bdbdbd;
        line-height: 1.4285714285714286;
    }

    .award__text p:nth-child(2) {
        margin-top: 0;
    }

    .award::before,
    .award::after {
        content: " ";
        position: absolute;
        background-image: url("/i/img/real_account_main/laurel.png");
        width: 22px;
        height: 58px;
        top: 50%;
        margin-top: -29px;
    }
}

/******************************************************************************/
/*  Chevron (right)  **********************************************************/
/******************************************************************************/

.chevron-right {
    border-color: #00ccd9;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: none;
    height: 16px;
    position: absolute;
    right: -24px;
    top: 50%;
    width: 16px;

    -webkit-transform: rotate(45deg) translate(-50%);
       -moz-transform: rotate(45deg) translate(-50%);
        -ms-transform: rotate(45deg) translate(-50%);
         -o-transform: rotate(45deg) translate(-50%);
            transform: rotate(45deg) translate(-50%);
}

.chevron-left {
    border-color: #00ccd9;
    border-style: solid;
    border-width: 0 0 2px 2px;
    display: none;
    height: 16px;
    position: absolute;
    left: -24px;
    top: 50%;
    width: 16px;

    -webkit-transform: rotate(45deg) translate(-50%);
       -moz-transform: rotate(45deg) translate(-50%);
        -ms-transform: rotate(45deg) translate(-50%);
         -o-transform: rotate(45deg) translate(-50%);
            transform: rotate(45deg) translate(-50%);
}

@media (min-width: 768px) {
    .chevron-right, .chevron-left {
        display: block;
    }
}

/******************************************************************************/
/*  shine  ********************************************************************/
/******************************************************************************/

@-webkit-keyframes shine {
    0% {
        -webkit-transform: translateX(-120%);
                transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%)
    }
}
@keyframes shine {
    0% {
        -webkit-transform: translateX(-120%);
                transform: translateX(-120%)
    }
    100% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%)
    }
}

.shine {
    position: relative;
    overflow: hidden;
}
.shine::after {
    background: linear-gradient(45deg, rgba(255,255,255,0) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 75%);
    bottom: 0;
	content: " ";
    left: 0;
    position: absolute;
	right: 0;
    top: 0;
	width: 120%;

    -webkit-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
         -o-animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
            animation: shine 3s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

/******************************************************************************/
/*  Button  *******************************************************************/
/******************************************************************************/

.button {
    background-color: #ff9410;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 1.3;
    text-transform: uppercase;
    width: 100%;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);

    padding-top: 10px;
    padding-bottom: 10px;
}

.button.transparent {
    background-color: transparent;
}

/******************************************************************************/
/*  fly  **********************************************************************/
/******************************************************************************/

@-webkit-keyframes fly
{
    0% {-webkit-transform:translateY(0);transform:translateY(0)}
    50% {-webkit-transform:translateY(10px);transform:translateY(10px)}
    100% {-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes fly
{
    0% {-webkit-transform:translateY(0);transform:translateY(0)}
    50% {-webkit-transform:translateY(10px);transform:translateY(10px)}
    100% {-webkit-transform:translateY(0);transform:translateY(0)}
}

/******************************************************************************/
/*  flyer  ********************************************************************/
/******************************************************************************/

.flyer {
    background-color: #00ccd9;
    line-height: 1.4285714285714286;
    margin: 30px 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

@media (min-width: 1200px) {
    .flyer {
        margin-bottom: 45px;

        -webkit-animation: fly 2s infinite ease-in-out;
             -o-animation: fly 2s infinite ease-in-out;
                animation: fly 2s infinite ease-in-out;

    }
    .flyer::before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 13px solid #00ccd9;
        bottom: -12px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0;
    }
}

.flyer p:nth-child(1) {
    color: #fff;
    font-size: 20px;
}

.flyer p:nth-child(2) {
    color: #00666c;
    font-size: 16px;
}

.flyer img {
    vertical-align: middle;
}

/******************************************************************************/
/*  Form  *********************************************************************/
/******************************************************************************/

.form {
    margin: -15px 0;
}

.form__group {
    padding: 15px 0;
}

.form__group .tip_invalid {
    color: red;
    margin-top: 5px;
    display: inline-block;
    text-shadow: 1px 1px #0000006b;
}

.form__agree {
    display: table;
    line-height: 1.4285714285714286;
    width: 100%;
}

.form__agree > div {
    display: table-cell;
}

.form__agree > div:nth-child(1) {
    padding-right: 15px;
    vertical-align: middle;
}

.form__agree > div:nth-child(2) {
    color: #e0e0e0;
    width: 100%;
}

.form a {
    color: #ff9410;
    text-decoration: underline;
}

.form a:hover {
    text-decoration: none;
}

/******************************************************************************/
/*  Footer  *******************************************************************/
/******************************************************************************/

.footer {
    background-color: #242529;
    color: #ffffff;
    padding: 30px 0 45px 0;
}

.footer img {
    display: block;
    margin: 15px auto 0 auto;
    max-width: 100%;
}

.footer__paragraph-1,
.footer__paragraph-2,
.footer__paragraph-3 {
    line-height: 1.4285714285714286;
}

.footer__paragraph-1 {
    margin-top: 15px;
    text-align: center;
}

.footer__paragraph-2,
.footer__paragraph-3 {
    margin-top: 15px;
}


@media (min-width: 992px) {
    .footer ._row {
        position: relative;
    }

    .footer ._row::before {
        content: " ";
        position: absolute;
        left: 33.333333333333336%;
        top: 0;
        width: 1px;
        background-color: #424242;
        height: 100%;
    }
    .footer_ar ._row::before{
        right: 33.333333333333336%;
        left:0;
    }
}

.thanks-visible {
    display: none;
}

body.thanks .thanks-hidden {
    display: none;
}

body.thanks .thanks-visible {
    display: block;
}

.thanks-visible {
    color: #FFF;
}

.thanks-visible ._paragraph {
    font-size: 18px;
    font-weight: lighter;
}

.thanks-visible .button-container {
    margin-top: 35px;
}

.thanks-visible .button {
    width: auto;
    padding: 10px 20px;
}

.button .preloader_white_mini {
    position: relative;
    margin: 0 auto;
}

.thanks-visible .button {
    height: auto;
}

.button .preloader_white_mini,
.button .preloader_white_mini::before,
.button .preloader_white_mini::after {
    display: block;
    width: 32px;
    height: 32px;
}

.button .preloader_white_mini::before {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABXpJREFUeNrkm22IVFUYx8%2FMjovFuBK15aZJia69Uu6uuV9MSwgKsZTovT6W1IfCVSgUpBJ6gU2zN7IaQ7I3IxNbgiCzzNrKisrMpLAk2jfNt43VsZ3p%2F3T%2F0eXOOXfmXu+duScP%2FEDvzDnn+c+55zzPec7ZdLFYVFVibdFc1lbLjrQ6wUoUgjPgLnB1jHbOYR+ZWgu+HHwDngZPgZExiJU2V7CPr8DMWgieCN4Cm8D5fHYOuDcGwYvYtpSLwAfse2Ko1gJO+nrwMDhqWHwOgzP53RRoAXeD1aDfZ9HqAzl+t4V1pY2xbFNXhsAyMCKIhn8aDlBS4BPQ7vOdDeBncB2o51vwBdgJfgF9YAgcAaeAM8AEcB6YxmnyJ3gTTAazffraCqbLuMU1wkIbKPiM1gHwJLjUNVJBSLHucvCHTz%2FDtCVQ+2H92UsaA3rAAnByhH4zCxaCXk1%2FuTBthjVkjGtu5cFjNC6ugEHa7gTH2OdB2hC4rbB+bRDsAllwK+donEX66wCvkv18FplbqucCpSuyyHwEfgdtVRDrLttAK+gFH4LTfRbX+iCCH6K%2Fm+J53siOpONrweEaRIeHwFzwNW1p9HwuNn8MHqh0lZ4EjrhWwhdBE+fRt2BVyNU3alK0pZsLZRNtHabtomFCJX74bXCN59kBzll5leaB4YTsBeoYdTXRj2c1Wub6jfCVPn5vFxiVgJH1Mhr85GP3LNP2UFbsTsMv+Re4qUZztlw5CG6gjbqywr3LcguW7deFhkrLwZcJ3uaKbSsNn4mmO3WCd4M9mgoS+z5owd5+KdcYb9nDGL5E8EZwLljiceqPhHXyVS6Dnik5SC2iqavc5mEc6AL7Yw4Z4whBZcOxkW6q4tDyN74Guy0ZXfeovs4FrCdIpJXmfvYVC%2FN0a2h7OojgNgYX3RYK7qYbag0ieAY3CAULBRe5D5geRLD8Op9ZnH7uNo2wDP0bmudXgNUWC5b82f06bbJ5MCXAJnPDYGNpBj8GzUsPWDzCA2ES8YMWCz4URnBB%2FQ+Ln+AGi3U1hBHcaLFgo+3iltYZ3NIki1dpOWjbywCkRPD1mgqv0S11WSpYtoTvgVsqfaUlg9Bu8Ss9zZShMQmWfK+c4qUsFJvilNwSRPA2uqV2S0e3EHSEpYKcz95moeDbGUMXggg+C5wNblSlye0klyxtFtubKhF8ElgMdijnVo6c0M+3SPB82jybLnUxNbl2y%2F8luOaBXw0H3VlLEng9GvtF0xzdycM4MF7zq41RppO4ZJWltNVbxlNbyQhnwHbD+YycvLcmeHSnuG4HeMt31FYywpLaXOATgkr6c3QCR3aUcrKrppTzPcp17uRdtCQc26CpJMel+5STAq1LkFix5WXlXHPS7d%2FluHRTObckN9+OuvxxTjm37WYp50bccwmJwMSGZ5VzBeMypnVyLv8rGjpKahnmxKNgM+eG+3kj2AleAHU1nLN1tOEH2uSdz1t5Y7Dim3hyIeSY0t9wk1%2F0XeUcx9xcg1RQA1%2FjseAq0G8Y%2FREgX2mklVfm63x9fIWkQ7nB01JFsW2M8yWKmmEQq2h7PmjGo9zK2Mx9pyTsO2MOQbPs41MmJppD9xfx1cOOiKOyLNvsqeXVw6llLpfuiFDw51FfLk2HcAUry7ilPsPzS5g2Ok05t9xH8t%2FybKqhTn+ZjOsTQV1kUMGy8m02LQj0gYsMny1TzpmPnAoMkQE+e9xQ5z5lvp2TZ5IuE6dg6UQOqS4A6zWfr+EqGlXZDp7XPF9PG5bQfca+aP2LXPr6vsIrve%2F4zMctPvVOdV0Ul83NzOOx+Xj%2FLOZ9cDG4g%2F%2FvjcElSQy%2FkHN+lc8rXlHJRGCQGPBMzAFHLqqGTri%2FTPtbgAEA1EZTrD32jtkAAAAASUVORK5CYII=) no-repeat;
}

.button .preloader_white_mini::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.button .preloader_white_mini::after {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABBhJREFUeNrsm2tIFFEUx2fNoELSwIq+iJWhRA%2FSBKnFtTAqqA+VXyoikiAQDIsgJPpURgQlIfWpIoLsgdqnykhitQdF+SpQexj2oswgi1722v6XPQsSzsx9zczuugd+sO7MnHP%2F48y995x71xcKhYzRZEnGKLOE4IRgZyyVcN2SHfTtA%2FPBYrAQzAMzQNp%2F5w2C56ATtILb9NmR3tTnQC+dCzaCEpAh6eMFqAPn6CboMyZYE8UgGNJvQfKtpZ063uEscAVcBwEHnsIA+b5KsTzrtNg7WgEegZUu9DcrKNYOiu2q4BRQD6rBOBc7WRbrCL3fKW4JngqCYI2Hw+laasMUp4elyaAZZEs29AM4C9qH9egbQLqErzxqSyEYcKKXTgEPFXrbOpA2gl%2F2Xb2C37tgAq8OXrE+xUY1gzEW%2FseCmwr+66mN2oalcnpvZI315n8sjv+ic1Te6XJdM60sGg5ke+M+MF1ghiU7O%2FsB5oJnqr10jeLQ81rg3FeKQ1aN6rBUTAO+iqU7dK7Z5KRYRfAei2NfORuRzflIzxQY7r5bHNsrKzgfFFkcZ9lQlU3wyBS0ikPEAU6hVTYdaCGlo8Lj8DGbocBP52WACxxDx0GQNEIc9t0hjusbQBZd47c5t0Z0HGaN6OcUHKEItNlc0w62gXyCfe6wuaaTfA+PZSf4rcnNNRWcy3HH%2FSY3aisY0JAHMx9lIHmEOH6O6%2FNEJh5LJXvJv+AEmAUOg58SPn6Do+TjOP0tm0dzd1q5isMDq1PtAnNAo8B1jVQHqyAfKpYnIjhHUxr3lIoDjJcW570Dq+i8Lk2xZ4sIztScSzfS9NTM2HTwsuY8PlPkwkkcDs+DUpdr22xM30Kx7SyNV%2FBEzuDTwEnwACxyQWwBuANOUWweS9VZxIvYAnAL1CpkOnY3tpbEFjhRtfws+aitBz1gt0axrLd+Qr5lKpWfeP%2FDHyUbOB6UaRRcKludNBvWkiyS9li3PhHBPXEguEtEcFscCG4VEXwjDgQ3iwjuAO9jWCxre7uIYJb11MWw4IukQWhOejqGBZ+RmYTfBy0xKLaF2i6VdeyLQcH7VdKsJsEE3mu7ZoR3CyjllduN8DJGtBtro+36Eo9gVrWojAHBldRWLVULVlRriGKxDdRGQ5dgtsS4OUqnnPfAJoNzI5tIAeCLEV6sehxFYlmSsxp8UykAWBnbSxEwdO+Ok08OAobI%2Fg5DrsTTb4QX2S55%2FM4Wycz3ZWta7PFeB3aCIReFDlHMEmqD4ZbgSEfGNqaxIl7QBbFBilVtKOy01VG17AZLwDKzHFRDXrucYnSrOtO5X7qJyNHok+3269V595xYNTCrh70xee%2FYd2brTr26G+fz6Gc8kWWQQbcDJxve2KBHcRO%2FakkIjjf7J8AAJpCcb5SurHgAAAAASUVORK5CYII=) no-repeat;
}

.button .preloader_white_mini::before,
.button .preloader_white_mini::after {
    position: absolute;
    content: "";
    background-size: cover;
}

@-moz-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.icon-block {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    width: 120px;
}
.icon-block div{
    display: flex;
    flex-direction:column;
}
.icon {
    width: 60px;
    height: 60px;
    background: url(/i/img/real_account_main/thanks_icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 auto;
}

.icon-windows {
    background-position: 0 0;
}

.icon-web {
    background-position: 0 -60px;
}

.icon-mobile {
    background-position: 0 -120px;
}

.icon-block > div {
    color: #FFF;
}
