.link,.arrow_link,.footer__list_link,.header__menu__list__item__link,.footer_nav__link{
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000;
    position:relative;
    text-decoration:none;
    font-size:15px;
    cursor:pointer;
    border-bottom:1px solid transparent;
    -webkit-transition:border-bottom-color .2s ease;
    transition:border-bottom-color .2s ease
}
.link:hover,.arrow_link:hover,.footer__list_link:hover,.header__menu__list__item__link:hover,.footer_nav__link:hover{
    border-bottom-color:#6f81a5
}
.link:hover,.arrow_link:hover,.footer__list_link:hover,.header__menu__list__item__link:hover,.footer_nav__link:hover,.link:focus,.arrow_link:focus,.footer__list_link:focus,.header__menu__list__item__link:focus,.footer_nav__link:focus{
    text-decoration:none
}
.link--icon{
    position:relative
}
.link--icon:before{
    content:"";
    position:absolute;
    bottom:0;
    top:0;
    margin:auto
}
.link--icon-download{
    padding-left:24px
}
.link--icon-download:before{
    width:15px;
    height:18px;
    left:0;
    background:url(../img/download-icon.svg) no-repeat center/auto 100%
}
.link--icon-download.large{
    padding-left:30px
}
.link--icon-download.large:before{
    width:20px;
    top:50%;
    margin-top:-12px;
    height:24px
}
.subtitle,.working_process__title{
    font-size:.9375em;
    font-weight:500;
    text-transform:uppercase
}
.subtitle--#FF6600,.working_process__title{
    color:#e8072a
}
.arrow_link{
    color:#365160;
    font-size:.875em;
    text-decoration:underline;
    text-transform:uppercase;
    position:relative
}
.arrow_link{
    text-decoration:none
}
.arrow_link:hover{
    color:inherit
}
.arrow_link:before{
    content:"";
    position:absolute;
    right:-25px;
    bottom:0;
    top:0;
    margin:auto;
    width:12px;
    height:9px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease;
    background:url(../img/i--arrow-right--black--long.png) no-repeat center/100% auto
}
.arrow_link:hover:before{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
.arrow_link:hover,.arrow_link:focus{
    color:#365160
}
.arrow_link--two-rows-on-mobiles{
    line-height:1.7
}
@media (max-width: 767px){
    .arrow_link--two-rows-on-mobiles:before{
        right:-20px;
        top:1.5em
    }
}
@media (min-width: 768px){
    .arrow_link__break--visible-mobiles{
        display:none
    }
}
.tabs__box{
    display:inline-block;
    font-size:0
}
.tabs__box.major{
    width:100%
}
.tabs__button{
    position:relative;
    vertical-align:top;
    z-index:1;
    display:inline-block;
    min-width:130px;
    height:44px;
    line-height:44px;
    background-color:#ececec;
    border:1px solid #ddd;
    cursor:pointer;
    -webkit-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.tabs__button:before{
    content:"";
    position:absolute;
    z-index:-1;
    opacity:0;
    -webkit-transform:translateY(45%) rotateZ(45deg);
    transform:translateY(45%) rotateZ(45deg);
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:0;
    height:0;
    height:8px;
    width:8px;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    -webkit-transition:opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition:opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition:opacity 0.2s ease, transform 0.2s ease;
    transition:opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease
}
.tabs__box.major .tabs__button{
    height:57px
}
.tabs__button.state-active-tab{
    z-index:5;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    background-color:white;
    border:none
}
.tabs__button.state-active-tab:before{
    -webkit-transform:translateY(50%) rotateZ(45deg);
    transform:translateY(50%) rotateZ(45deg);
    opacity:1
}
.tabs__button:hover{
    background-color:white
}
.tabs__button__text_box{
    display:table;
    padding:0 20px;
    height:100%;
    width:100%;
    text-align:center;
    color:white;
    font-size:14px;
    line-height:1.2;
    text-transform:uppercase;
    -webkit-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.state-active-tab .tabs__button__text_box{
    background-color:white
}
.tabs__button__text{
    color:#1f5060;
    display:table-cell;
    vertical-align:middle
}
.state-active-tab .tabs__button__text{
    color:#292929
}
.slider_arrow{
    position:absolute;
    width:55px;
    height:55px;
    font-size:0;
    border-radius:50%;
    -webkit-transition:background-color .4s ease, box-shadow .4s ease, -webkit-transform .4s ease;
    transition:background-color .4s ease, box-shadow .4s ease, -webkit-transform .4s ease;
    transition:transform .4s ease, background-color .4s ease, box-shadow .4s ease;
    transition:transform .4s ease, background-color .4s ease, box-shadow .4s ease, -webkit-transform .4s ease
}
.slider_arrow:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:16px;
    height:30px
}
.slider_arrow:hover{
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.19)
}
.slider_arrow--left{
    left:0
}
.slider_arrow--left:hover{
    -webkit-transform:translateX(-5px);
    transform:translateX(-5px)
}
.slider_arrow--left:before{
    background:url(../img/i--arrow-left--black.png) no-repeat center/100% auto
}
.slider_arrow--right{
    right:0
}
.slider_arrow--right:hover{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
.slider_arrow--right:before{
    background:url(../img/i--arrow-right--black.png) no-repeat center/100% auto
}
.slider_arrow--left.slider_arrow--white:before{
    background:url(../img/i--arrow-left--white.png) no-repeat center/100% auto
}
.slider_arrow--left.slider_arrow--white:hover:before{
    background:url(../img/i--arrow-left--black.png) no-repeat center/100% auto
}
.slider_arrow--right.slider_arrow--white:before{
    background:url(../img/i--arrow-right--white.png) no-repeat center/100% auto
}
.slider_arrow--right.slider_arrow--white:hover:before{
    background:url(../img/i--arrow-right--black.png) no-repeat center/100% auto
}
.slider__dots_box,.slider_jumbotron__dots,.apps__dots{
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
    z-index:10
}
.slider__dots_box li,.slider_jumbotron__dots li,.apps__dots li{
    float:left;
    height:15px;
    width:15px;
    margin:0 8px 0 0
}
.slider__dots_box li:last-child,.slider_jumbotron__dots li:last-child,.apps__dots li:last-child{
    margin:auto
}
.slider__dots_box button,.slider_jumbotron__dots button,.apps__dots button{
    display:block;
    height:100%;
    width:100%;
    background-color:white;
    border:2px solid white;
    border-radius:50%;
    font-size:0;
    -webkit-transition:background-color .4s ease;
    transition:background-color .4s ease
}
.slider__dots_box button:hover,.slider_jumbotron__dots button:hover,.apps__dots button:hover{
    opacity:1
}
.slider__dots_box .slick-active button,.slider_jumbotron__dots .slick-active button,.apps__dots .slick-active button{
    background-color:#e9082a
}
.borders_box{
    position:relative;
    overflow:hidden
}
.borders{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto
}
.borders:before,.borders:after{
    content:"";
    position:absolute;
    opacity:0;
    margin:auto;
    background-color:white
}
.borders--top-bottom:before,.borders--top-bottom:after{
    height:1px;
    width:100%
}
.borders--top-bottom:before{
    top:0;
    left:0;
    right:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
}
.borders_box:hover .borders--top-bottom:before{
    -webkit-transition:-webkit-transform .1333s .2666s ease;
    transition:-webkit-transform .1333s .2666s ease;
    transition:transform .1333s .2666s ease;
    transition:transform .1333s .2666s ease, -webkit-transform .1333s .2666s ease
}
.borders--top-bottom:after{
    bottom:0;
    left:0;
    right:0;
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
}
.borders_box:hover .borders--top-bottom:after{
    -webkit-transition:-webkit-transform .1333s ease;
    transition:-webkit-transform .1333s ease;
    transition:transform .1333s ease;
    transition:transform .1333s ease, -webkit-transform .1333s ease
}
.borders--sides:before,.borders--sides:after{
    height:100%;
    width:1px
}
.borders--sides:before{
    top:0;
    bottom:0;
    left:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%)
}
.borders_box:hover .borders--sides:before{
    -webkit-transition:-webkit-transform .1333s .1333s ease;
    transition:-webkit-transform .1333s .1333s ease;
    transition:transform .1333s .1333s ease;
    transition:transform .1333s .1333s ease, -webkit-transform .1333s .1333s ease
}
.borders--sides:after{
    top:0;
    bottom:0;
    right:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
}
.borders_box:hover .borders--sides:after{
    -webkit-transition:-webkit-transform .1333s .3999s ease;
    transition:-webkit-transform .1333s .3999s ease;
    transition:transform .1333s .3999s ease;
    transition:transform .1333s .3999s ease, -webkit-transform .1333s .3999s ease
}
.borders_box:hover .borders:before,.borders_box:hover .borders:after{
    opacity:1;
    -webkit-transform:none;
    transform:none
}
@media (max-width: 1024px){
    .borders{
        display:none
    }
}
.dashed_list{
    padding:0;
    margin:0;
    list-style:none
}
.dashed_list__item{
    position:relative;
    margin-bottom:7px;
    padding-left:30px;
    font-size:15px;
    color:black;
    position:relative
}
.dashed_list__item:last-child{
    margin-bottom:0
}
.dashed_list__item:before{
    content:"";
    position:absolute;
    left:3px;
    top:9px;
    margin:auto;
    height:1px;
    width:19px;
    background-color:#e8072a
}
.numbe#FF6600_list{
    padding:0;
    margin:0;
    list-style:none
}
.numbe#FF6600_list__item{
    margin-bottom:20px
}
.numbe#FF6600_list__item::after{
    content:"";
    display:table;
    clear:both
}
.numbe#FF6600_list__item:last-child{
    margin-bottom:0
}
.numbe#FF6600_list__item_number{
    float:left;
    width:33px;
    opacity:0.73;
    color:#245063;
    font-size:19px;
    vertical-align:top
}
.numbe#FF6600_list__item_text{
    float:left;
    width:calc(98% - 33px);
    color:black;
    font-size:15px
}
.text-center{
    text-align:center !important
}
@media (min-width: 968px) and (max-width: 1200px){
    .tabs__button__text_box{
        font-size:11px
    }
}
.button{
    position:relative;
    overflow:hidden;
    display:inline-block;
    min-width:14.64286em;
    padding:0 1.78571em;
    height:50px;
    line-height:50px;
    color:white;
    font-size:.875em;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:0.05em;
    cursor:pointer;
    text-align:center;
    border:1px solid #e8072a;
    background-color:#e8072a;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease
}
.buttons{
    text-decoration:none
}
.buttons:hover{
    color:inherit
}
.buttons:hover,.buttons:focus,.buttons:active{
    text-decoration:none;
    color:white !important;
    border-color:#c20724
}
.buttons:hover:before,.buttons:focus:before,.buttons:active:before{
    -webkit-transform:none;
    transform:none
}
.buttons:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background-color:#c20724;
    -webkit-transform:translateX(-101%);
    transform:translateX(-101%);
    -webkit-transition:-webkit-transform 0.2s ease;
    transition:-webkit-transform 0.2s ease;
    transition:transform 0.2s ease;
    transition:transform 0.2s ease, -webkit-transform 0.2s ease
}
.buttons[disabled]{
    border:none;
    cursor:default
}
.buttons[disabled]:hover,.buttons[disabled]:focus,.buttons[disabled]:active,.buttons[disabled]{
    color:#8d8d8d;
    background-color:#ececec
}
.buttons[disabled]:before{
    content:none
}
.buttons--blue{
    background-color:#0089ce;
    border-color:#0089ce
}
.buttons--blue:before{
    background-color:#006293
}
.buttons--blue:hover,.buttons--blue:focus,.buttons--blue:active{
    border-color:#006293
}
.buttons--outline{
    border-color:#e9082a;
    color:#e9082a;
    background-color:transparent
}
.buttons--outline:before{
    background-color:#e8072a
}
.buttons--outline:active{
    color:#e9082a
}
.buttons--outline:hover,.buttons--outline:focus{
    border-color:#e9082a;
    color:white
}
.buttons--outline[disabled]{
    border:1px solid #8d8d8d
}
.buttons--outline[disabled]:hover,.buttons--outline[disabled]:focus,.buttons--outline[disabled]:active,.buttons--outline[disabled]{
    color:#8d8d8d;
    background-color:transparent
}
.buttons--outline-white{
    border-color:white;
    background-color:transparent;
    color:white
}
.buttons--outline-white:active{
    border-color:white;
    color:white
}
.buttons--outline-white:hover,.buttons--outline-white:focus{
    border-color:#c20724
}
.buttons--outline-night{
    border-color:#1f5060;
    background-color:transparent;
    color:#1f5060
}
.buttons--outline-night:active{
    border-color:#1f5060;
    color:#1f5060
}
.buttons--outline-night:hover{
    border-color:#1f5060;
    color:white
}
.buttons--outline-night:before{
    background-color:#1f5060
}
.buttons--arrow-night .buttons__text{
    position:relative;
    padding-right:27px
}
.buttons--arrow-night .buttons__text:before{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:12px;
    height:9px;
    background:url(../img/i--arrow--right-black.png) no-repeat center/100% auto
}
@media (min-width: 993px){
    .buttons--big-on-mobiles br{
        display:none
    }
}
@media (max-width: 992px){
    .buttons--big-on-mobiles{
        height:auto;
        line-height:1.2;
        padding-top:20px;
        padding-bottom:20px
    }
}
@media (max-width: 500px){
    .buttons--big-on-mobiles .buttons__text{
        line-height:1.3
    }
}
.buttons--small{
    text-transform:none;
    min-width:111px;
    padding:0 11px;
    font-size:14px;
    height:30px;
    line-height:30px;
    letter-spacing:0.03em
}
.buttons__text{
    position:relative;
    z-index:1;
    line-height:1.2
}
.risk-hidden-en,.risk-hidden-ru{
    position:relative;
    display:inline-block
}
.risk-hidden-en:after,.risk-hidden-ru:after{
    display:none;
    border:1px solid #ccc;
    border-radius:8px;
    background-color:#fff;
    z-index:999999;
    position:absolute;
    bottom:-120px;
    left:0;
    padding:5px 10px;
    font-size:15px;
    color:#000;
    line-height:1;
    width:200px
}
.slider_jumbotron__item .risk-hidden-en:after,.slider_jumbotron__item .risk-hidden-ru:after{
    bottom:-36px;
    left:210px
}

.risk-hidden-en:hover:after,.risk-hidden-ru:hover:after{
    display:block
}
.not-ready-platform-en,.not-ready-platform-ru{
    position:relative;
    display:inline-block
}
.not-ready-platform-en:after,.not-ready-platform-ru:after{
    display:none;
    -webkit-perspective:10000;
    border:1px solid #ccc;
    border-radius:8px;
    background-color:#fff;
    z-index:999999;
    position:absolute;
    bottom:-63px;
    left:0;
    padding:5px 10px;
    font-size:15px;
    color:#000;
    line-height:1;
    width:200px;
    text-align:left
}

.not-ready-platform-en:hover:after,.not-ready-platform-ru:hover:after{
    display:block
}
.techs__slider__item.not-ready-platform-en:after,.techs__slider__item.not-ready-platform-ru:after{
    bottom:0;
    left:23px
}
.platforms .platforms__variants_box .platforms__variant_content .risk-hidden-en:after,.platforms .platforms__variants_box .platforms__variant_content .risk-hidden-ru:after{
    bottom:-115px
}
.risk-hidden-en .call_to_action__button,.risk-hidden-ru .call_to_action__button{
    position:static;
    right:0;
    top:0
}
.call_to_action__container .risk-hidden-en,.call_to_action__container .risk-hidden-ru{
    position:absolute;
    right:15px;
    top:50%;
    bottom:-15px
}
.header__container .risk-hidden-en,.header__container .risk-hidden-ru{
    float:right
}
.container.call_to_action__container.cancel-position-for-btn .risk-hidden-en,.call_to_action__container.cancel-position-for-btn.slider_jumbotron__dots_container .risk-hidden-en,.call_to_action__container.cancel-position-for-btn.techs__slider .risk-hidden-en,.container.call_to_action__container.cancel-position-for-btn .risk-hidden-ru,.call_to_action__container.cancel-position-for-btn.slider_jumbotron__dots_container .risk-hidden-ru,.call_to_action__container.cancel-position-for-btn.techs__slider .risk-hidden-ru{
    position:relative;
    right:0;
    top:0
}
.account-types-page table .risk-hidden-en,.account-types-page table .risk-hidden-ru,.account-types-page table .not-ready-platform-ru,.account-types-page table .not-ready-platform-en{
    width:100%
}
.account-types-page table .risk-hidden-en:after,.account-types-page table .risk-hidden-ru:after,.account-types-page table .not-ready-platform-ru:after,.account-types-page table .not-ready-platform-en:after{
    text-transform:none;
    text-align:left;
    width:80%;
    bottom:-175%;
    left:10%
}
.action-button-wrapper .risk-hidden-en,.action-button-wrapper .risk-hidden-ru,.arumpro-become-client .risk-hidden-en,.arumpro-become-client .risk-hidden-ru,.comparison-demo-account .risk-hidden-en,.comparison-demo-account .risk-hidden-ru{
    text-align:left
}
.comparison table .risk-hidden-en:after,.comparison table .risk-hidden-ru:after,.comparison table .not-ready-platform-ru:after,.comparison table .not-ready-platform-en:after{
    bottom:-110px;
    text-align:left
}
.arumpro .arumpro-windows .arumpro-windows-links .not-ready-platform-ru,.arumpro .arumpro-windows .arumpro-windows-links .not-ready-platform-en{
    width:49%;
    margin-right:10%;
    vertical-align:middle
}
.arumpro .arumpro-windows .arumpro-windows-links .not-ready-platform-ru a.button,.arumpro .arumpro-windows .arumpro-windows-links .not-ready-platform-en a.button{
    width:100%
}
.arumpro .arumpro-windows ul.arumpro-dropdown.not-ready-platform-en:after,.arumpro .arumpro-windows ul.arumpro-dropdown.not-ready-platform-ru:after{
    bottom:-80px
}
.arumpro .arumpro-windows .arumpro-windows-links .risk-hidden-en,.arumpro .arumpro-windows .arumpro-windows-links .risk-hidden-ru{
    width:49%;
    margin-right:10%;
    vertical-align:middle
}
.arumpro .arumpro-windows .arumpro-windows-links .risk-hidden-en a.button,.arumpro .arumpro-windows .arumpro-windows-links .risk-hidden-ru a.button{
    width:100%
}
@media (max-width: 767px){
    .risk-hidden-en,.risk-hidden-ru{
        top:10%;
        right:0;
        vertical-align:middle
    }
    .risk-hidden-en .call_to_action__button,.risk-hidden-ru .call_to_action__button{
        margin:0;
        position:absolute
    }
    .risk-hidden-en.mobile-view,.risk-hidden-ru.mobile-view{
        position:relative;
        display:block
    }
    .risk-hidden-en.mobile-view a,.risk-hidden-ru.mobile-view a{
        width:60%;
        margin:10px auto
    }
    .risk-hidden-en.mobile-view_bottom-indent,.risk-hidden-ru.mobile-view_bottom-indent{
        margin-bottom:95px;
        position:relative;
        display:block
    }
    .risk-hidden-en.mobile-view_inside-link-bottom-indent,.risk-hidden-ru.mobile-view_inside-link-bottom-indent{
        position:relative;
        display:block
    }
    .risk-hidden-en.mobile-view_inside-link-bottom-indent a,.risk-hidden-ru.mobile-view_inside-link-bottom-indent a{
        margin-bottom:10px
    }
    .call_to_action__container .risk-hidden-en,.call_to_action__container .risk-hidden-ru{
        top:105%
    }
    .apps .not-ready-platform-ru,.apps .not-ready-platform-en,.arumpro-windows .not-ready-platform-ru,.arumpro-windows .not-ready-platform-en{
        margin-right:0
    }
}
.dropdown{
    position:absolute;
    z-index:999;
    display:none;
    background-color:white;
    box-shadow:0 1px 6px rgba(0,0,0,0.2);
    -webkit-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition:-webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:-webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
}
.dropdown.state-visible{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.dropdown--border-black{
    border:1px solid #292929
}
.dropdown__list{
    padding:0;
    margin:0;
    list-style:none;
    text-align:left;
    -webkit-transition:all .4s .2s ease;
    transition:all .4s .2s ease
}
.dropdown__item{
    height:46px;
    line-height:46px;
    padding:0 29px 0 27px;
    cursor:pointer;
    -webkit-transition:background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
}
.dropdown__item--small{
    height:40px;
    line-height:40px
}
.dropdown__item:hover{
    background-color:#ececec
}
.dropdown__item:hover .dropdown__item_text{
    color:#e8072a
}
.dropdown__btn{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    white-space:nowrap
}
.dropdown__btn.state-active:before{
    content:"";
    position:absolute;
    left:15px;
    top:0;
    bottom:0;
    margin:auto;
    height:4px;
    width:4px;
    border-radius:50%
}
.dropdown__item_text{
    position:relative;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    text-align:left;
    color:#292929
}
.dropdown__item_text--lowercase{
    text-transform:none
}
.dropdown__item_text--arrow-down{
    position:relative
}
.dropdown__item_text--arrow-down:before{
    content:"";
    position:absolute;
    right:-20px;
    bottom:0;
    top:0;
    margin:auto;
    width:10px;
    height:5px;
    background:url(../img/i--arrow-down--black.svg) no-repeat center/100% auto
}
.social{
    padding:0;
    margin:0;
    list-style:none
}
.social__item{
    display:inline-block
}
.social__item--equal_margin{
    margin-left:7.5px;
    margin-right:7.5px
}
.social__item--left_margin{
    margin-left:15px
}
.social__item--left_margin:first-child{
    margin-left:0
}
.social__link{
    display:inline-block;
    position:relative
}
.social__link:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0
}
.social__link--twitter,.social__link--twitter--black{
    width:14px;
    height:12px
}
.social__link--twitter:before,.social__link--twitter--black:before{
    background:url(../img/i--twitter--white.svg) no-repeat center/14px 12px
}
.social__link--twitter--black:before{
    background:url(../img/i--twitter--black.svg) no-repeat center/14px 12px
}
.social__link--facebook,.social__link--facebook--black{
    width:6px;
    height:12px
}
.social__link--facebook:before,.social__link--facebook--black:before{
    background:url(../img/i--facebook--white.svg) no-repeat center/6px 12px
}
.social__link--facebook--black:before{
    background:url(../img/i--facebook--black.svg) no-repeat center/6px 12px
}
.social__link--g_plus,.social__link--g_plus--black{
    width:16px;
    height:10px
}
.social__link--g_plus:before,.social__link--g_plus--black:before{
    background:url(../img/i--g_plus--white.svg) no-repeat center/16px 10px
}
.social__link--g_plus--black:before{
    background:url(../img/i--g_plus--black.svg) no-repeat center/16px 10px
}
.social__link--tumblr,.social__link--tumblr--black{
    width:6px;
    height:10px
}
.social__link--tumblr:before,.social__link--tumblr--black:before{
    background:url(../img/i--tumblr--white.svg) no-repeat center/6px 10px
}
.social__link--tumblr--black:before{
    background:url(../img/i--tumblr--black.svg) no-repeat center/6px 10px
}
.social__link--pinterest,.social__link--pinterest--black{
    width:9px;
    height:11px
}
.social__link--pinterest:before,.social__link--pinterest--black:before{
    background:url(../img/i--pinterest--white.svg) no-repeat center/9px 11px
}
.social__link--pinterest--black:before{
    background:url(../img/i--pinterest--black.svg) no-repeat center/9px 11px
}
.social__link--linkedin,.social__link--linkedin--black{
    width:11px;
    height:10px
}
.social__link--linkedin:before,.social__link--linkedin--black:before{
    background:url(../img/i--linkedin--white.svg) no-repeat center/11px 10px
}
.social__link--linkedin--black:before{
    background:url(../img/i--linkedin--black.svg) no-repeat center/11px 10px
}
.social__link--behance,.social__link--behance--black{
    width:13px;
    height:11px
}
.social__link--behance:before,.social__link--behance--black:before{
    background:url(../img/i--behance--white.svg) no-repeat center/13px 11px
}
.social__link--behance--black:before{
    background:url(../img/i--behance--black.svg) no-repeat center/13px 11px
}
.social__link--dribbble,.social__link--dribbble--black{
    width:13px;
    height:13px
}
.social__link--dribbble:before,.social__link--dribbble--black:before{
    background:url(../img/i--dribbble--white.svg) no-repeat center/13px 13px
}
.social__link--dribbble--black:before{
    background:url(../img/i--dribbble--black.svg) no-repeat center/13px 13px
}
.social__link--rounded{
    height:36px;
    width:36px;
    line-height:36px;
    border:white 1px solid;
    border-radius:50%;
    -webkit-transition:opacity .4s ease;
    transition:opacity .4s ease;
    opacity:0.7
}
.social__link--rounded:hover{
    opacity:1
}
.overlay{
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:200;
    background-color:rgba(12,12,12,0.31);
    cursor:pointer;
    -webkit-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease
}
.popup{
    display:none;
    position:absolute;
    padding:0 0 50px;
    z-index:210;
    left:0;
    right:0;
    margin:auto;
    margin-top:70px;
    background-color:white;
    box-shadow:0 11px 10px rgba(0,0,0,0.15)
}
.popup input::-webkit-input-placeholder{
    color:#fff
}
.popup input::-moz-placeholder{
    color:#fff
}
.popup input:-ms-input-placeholder{
    color:#fff
}
.popup input::placeholder{
    color:#fff
}
.popup--sign{
    max-width:480px
}
.popup--callback{
    padding-left:15px;
    padding-right:15px;
    max-width:642px
}
.popup .text-center{
    text-align:center
}
@media (max-width: 1279px){
    .popup{
        margin-top:64px
    }
}
@media (max-width: 767px){
    .popup{
        padding-bottom:30px;
        margin-top:64px;
        max-height:calc(100vh - 64px);
        overflow:auto
    }
}
@media (max-width: 500px){
    .popup{
        width:100% !important;
        height:100% !important;
        padding:0 0 30px
    }
    .popup span.checkbox_box__label.popup__sign_form_box__checkbox_label{
        font-size:12px !important
    }
    .popup input::-webkit-input-placeholder{
        color:#717171
    }
    .popup input::-moz-placeholder{
        color:#717171
    }
    .popup input:-ms-input-placeholder{
        color:#717171
    }
    .popup input::placeholder{
        color:#717171
    }
    .popup .popup__sign_form_box{
        padding-top:60px
    }
    .popup .popup__sign_form_box__input_row{
        margin:15px 0px
    }
    .popup label.input_box__label{
        display:none
    }
    .popup .popup__title{
        display:none
    }
}
@media (max-height: 700px) and (min-width: 1300px){
    .popup{
        margin-top:60px;
        padding-bottom:20px
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .popup.ie-popup{
        width:50%
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 800px){
    .popup.ie-popup{
        width:80%
    }
}
.popup__close_btn{
    position:absolute;
    right:-46px;
    top:-46px;
    width:46px;
    height:46px;
    background-color:white;
    box-shadow:0 2px 5px rgba(0,0,0,0.15);
    border-radius:50%;
    cursor:pointer;
    -webkit-transition:box-shadow .4s ease;
    transition:box-shadow .4s ease
}
.popup__close_btn:hover{
    box-shadow:0 2px 5px rgba(0,0,0,0.4)
}
.popup__close_btn:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:22px;
    height:22px;
    background:url(../img/i--cross--thin.svg) no-repeat center/100% auto
}
@media (max-width: 767px){
    .popup__close_btn{
        right:3px;
        top:23px;
        box-shadow:none !important
    }
}
.popup__title{
    color:#1e1e1e;
    font-size:30px;
    font-weight:300;
    text-align:center
}
@media (max-width: 767px){
    .popup__title{
        padding:0 15px;
        margin-bottom:10px;
        text-align:left
    }
}
.popup__tabs_box{
    height:52px;
    line-height:52px
}
.popup__tabs_box::after{
    content:"";
    display:table;
    clear:both
}
@media (max-width: 767px){
    .popup__tabs_box{
        display:none
    }
}
.popup__tabs_item{
    float:left;
    width:50%;
    width:240px;
    height:52px;
    background-color:#ececec;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    text-align:center;
    color:#1f5060;
    font-size:15px;
    text-transform:uppercase;
    -webkit-transition:background-color .2s ease, border-color .2s ease;
    transition:background-color .2s ease, border-color .2s ease
}
.popup__tabs_item:first-child{
    border-right:1px solid #ddd
}
.popup__tabs_item:last-child{
    border-left:1px solid #ddd
}
.popup__tabs_item.state-active-tab{
    background-color:white;
    border-color:white
}
.popup__tabs_item:hover{
    background-color:rgba(236,236,236,0.4)
}
.popup__content_box{
    display:none
}
.popup__content_box.state-visible{
    display:block;
    overflow:auto;
    max-height:857px
}
.popup__sign_form_box{
    padding:0 30px 30px
}
@media (max-width: 767px){
    .popup__sign_form_box{
        padding:0 15px
    }
}
.popup__sign_form_box__input_row{
    margin-bottom:20px
}
.popup__sign_form_box__input_row::after{
    content:"";
    display:table;
    clear:both
}
.popup__sign_form_box__input_row--checkbox{
    margin-top:30px
}
@media (max-width: 767px){
    .popup__sign_form_box__input_row--checkbox{
        margin-top:20px
    }
}
@media (max-width: 767px){
    .popup__sign_form_box__input_row{
        margin-bottom:6px
    }
}
.popup__sign_form_box__checkbox_box{
    width:70%;
    float:right
}
@media (max-width: 767px){
    .popup__sign_form_box__checkbox_box{
        width:100%;
        float:left
    }
}
.popup__sign_form_box__submit_form_box{
    margin-top:30px;
    text-align:center
}
@media (max-width: 767px){
    .popup__sign_form__button{
        width:100%;
        margin-bottom:15px
    }
    .popup__sign_form__button:last-child{
        margin-bottom:0
    }
}
@media (min-width: 768px){
    .popup__sign_form__button--mobile{
        display:none
    }
}
@media (max-width: 767px){
    .popup__sign_form__button--desktop{
        display:none
    }
}
.callback-time-columns{
    white-space:nowrap
}
a.form_link{
    padding-left:5px
}
#modal_language_selection_overlay{
    background:rgba(0,0,0,0.7);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000;
    display:none
}
#modal_language_selection_overlay .modal_language_selection{
    position:fixed;
    top:110px;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:500px;
    height:110px;
    background-color:#fff;
    z-index:100001;
    text-align:center;
    background-image:url(../img/marketing-site/bg/lang-select-bg.jpg);
    background-size:cover
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper{
    position:relative;
    width:100%;
    height:100%
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper button{
    position:absolute;
    top:0;
    right:0;
    background-image:url(../img/close-icon.png);
    background-size:cover;
    width:35px;
    height:35px
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper p{
    font-size:18px;
    color:#fff;
    margin:0;
    padding:16px
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper a{
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:10px;
    padding-left:30px
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper a .header__location_dropdown__img{
    left:6px
}
#modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper a:hover{
    border:1px solid #fff;
    border-radius:8px
}
@media (max-width: 767px){
    #modal_language_selection_overlay .modal_language_selection{
        height:155px;
        width:300px
    }
    #modal_language_selection_overlay .modal_language_selection .modal_language_selection-wrapper .col-lg-6:last-child{
        margin-top:25px
    }
}
#success-callbackForm-send_overlay{
    background:rgba(0,0,0,0.7);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000;
    display:none
}
#success-callbackForm-send_overlay #success-callbackForm-send{
    padding:20px 0;
    width:30%;
    height:130px;
    text-align:center;
    background-color:#fff;
    border:1px solid #ccc;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto
}
#success-callbackForm-send_overlay #success-callbackForm-send p{
    margin:0;
    padding-bottom:10px;
    font-size:17px
}
#success-callbackForm-send_overlay #success-callbackForm-send button:hover{
    color:#fff
}
@media (max-width: 767px){
    #success-callbackForm-send_overlay #success-callbackForm-send{
        width:250px;
        height:200px
    }
}
.phone-tip p{
    width:100%;
    margin-bottom:18px;
    font-size:14px;
    text-align:justify;
    font-weight:300
}
.phone-tip p span{
    color:#FF6600
}
.phone-tip p:first-of-type{
    margin-bottom:0
}
@media (min-width: 768px){
    .phone-tip p{
        padding-left:30%
    }
}
.slider_jumbotron{
    position:relative;
    z-index:0
}
.slider_jumbotron__item{
    padding-top:64px;
    padding-bottom:140px;
    background-color:#B4CACF;
    background-size:cover;
    background-position:center
}
@media (max-height: 700px) and (min-width: 1300px){
    .slider_jumbotron__item{
        padding-top:25px;
        padding-bottom:125px
    }
}
@media (max-width: 992px){
    .slider_jumbotron__item{
        padding-top:44px;
        padding-bottom:125px
    }
}
@media (max-width: 767px){
    .slider_jumbotron__item{
        padding-top:46px;
        padding-bottom:60px
    }
}
.slider_jumbotron__arrows_box{
    position:absolute;
    left:0;
    right:0;
    top:100px;
    z-index:10;
    margin:auto;
    width:100%;
    height:55px
}
@media (max-width: 767px){
    .slider_jumbotron__arrows_box{
        max-width:100%;
        top:auto;
        bottom:108px;
        height:50px
    }
}
.slider_jumbotron__arrow{
    height:100%
}
@media (max-width: 767px){
    .slider_jumbotron__arrow{
        background-color:white;
        border-radius:0;
        width:57px;
        height:50px
    }
}
.slider_jumbotron__arrow--left{
    left:0
}
.slider_jumbotron__arrow--right{
    left:650px;
    right:auto
}
@media (max-width: 767px){
    .slider_jumbotron__arrow--right{
        left:auto;
        right:0
    }
}
.slider_jumbotron__text_box{
    max-width:670px;
    padding-left:55px
}
@media (max-width: 500px){
    .slider_jumbotron__text_box{
        padding-left:0
    }
}
.slider_jumbotron__item__title{
    margin:0 0 25px;
    color:#070707;
    font-weight:700;
    font-size:2.25em
}
.slider_jumbotron__item__title--white{
    color:white
}
@media (max-width: 767px){
    .slider_jumbotron__item__title{
        font-weight:300
    }
}
@media (max-width: 500px){
    .slider_jumbotron__item__title{
        margin-bottom:15px;
        font-size:1.875em
    }
}
.slider_jumbotron__item__text{
    margin-bottom:80px;
    height:60px;
    width:90%;
    color:#070707;
    font-size:1em;
    font-weight:400;
    line-height:1.4
}
.slider_jumbotron__item__text--white{
    color:white
}
@media (max-width: 992px){
    .slider_jumbotron__item__text{
        width:71%
    }
}
@media (max-width: 767px){
    .slider_jumbotron__item__text{
        width:100%
    }
}
@media (max-width: 767px){
    .slider_jumbotron__button{
        display:none
    }
}
.slider_jumbotron__dots_container{
    position:relative
}
@media (max-width: 767px){
    .slider_jumbotron__dots_container{
        display:none
    }
}
.slider_jumbotron__dots{
    bottom:225px;
    left:calc(15px + 55px)
}
@media (max-width: 992px){
    .slider_jumbotron__dots{
        bottom:205px
    }
}
.slick-list{
    z-index:1
}
.slider_jumbotron__features{
    position:absolute;
    z-index:1;
    padding:15px 0;
    width:100%;
    bottom:0;
    left:0;
    background-color:rgba(31,80,96,0.85)
}
@media (max-width: 767px){
    .slider_jumbotron__features{
        position:static;
        padding:22px 0
    }
}
.slider_jumbotron__container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.slider_jumbotron__container:after{
    content:none
}
.slider_jumbotron__features__item{
    height:40px;
    padding-right:30px;
    padding-left:30px;
    border-right:1px solid rgba(255,255,255,0.3)
}
.slider_jumbotron__features__item:last-child{
    border:none
}
@media (min-width: 1280px){
    .slider_jumbotron__features__item--hidden-desktop{
        display:none
    }
}
@media (max-width: 1279px){
    .slider_jumbotron__features__item--hidden-tablets{
        display:none
    }
}
@media (max-width: 767px){
    .slider_jumbotron__features__item{
        border-right:none;
        height:auto;
        text-align:center;
        padding-left:20px;
        padding-right:20px
    }
}
.slider_jumbotron__features__item_text{
    display:inline-block;
    vertical-align:middle;
    color:white;
    font-size:.9375em
}
@media (max-width: 767px){
    .slider_jumbotron__features__item_text{
        font-size:.8125em
    }
}
@media (max-width: 767px){
    .slider_jumbotron__features__item_text--hide-mobiles{
        display:none
    }
}
.slider_jumbotron__features__number{
    margin-right:20px;
    vertical-align:middle;
    font-weight:300;
    color:white;
    font-size:2em
}
@media (max-width: 767px){
    .slider_jumbotron__features__number{
        display:block;
        font-size:1.5em;
        margin-bottom:7px;
        margin-right:0
    }
}
.slider_jumbotron__down_button{
    position:absolute;
    z-index:0;
    left:0;
    right:0;
    margin:auto;
    bottom:0;
    -webkit-transform:translateY(35%);
    transform:translateY(35%);
    width:93px;
    height:93px;
    border-radius:50%;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.19);
    -webkit-transition:box-shadow .4s ease, -webkit-transform .4s ease;
    transition:box-shadow .4s ease, -webkit-transform .4s ease;
    transition:box-shadow .4s ease, transform .4s ease;
    transition:box-shadow .4s ease, transform .4s ease, -webkit-transform .4s ease
}
.slider_jumbotron__down_button:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:13px;
    margin:auto;
    width:24px;
    height:11px;
    background:url(../img/i--arrow-down--black.png) no-repeat center/100% auto
}
.slider_jumbotron__down_button:hover{
    -webkit-transform:translateY(40%);
    transform:translateY(40%);
    box-shadow:0 4px 15px rgba(0,0,0,0.23)
}
@media (max-width: 767px){
    .slider_jumbotron__down_button{
        display:none
    }
}
.slider_jumbotron__mobiles_button{
    position:absolute;
    z-index:10;
    bottom:108px;
    left:0;
    right:0;
    width:100%
}
@media (min-width: 768px){
    .slider_jumbotron__mobiles_button{
        display:none
    }
}
.working_process__item{
    padding-left:50px;
    margin-bottom:32px;
    position:relative
}
.working_process__item:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0
}
.working_process__item:last-child{
    margin-bottom:0
}
.working_process__item--icon-magnifier:before{
    width:2.1875em;
    height:2.1875em;
    background:url(../img/i--magnifier.svg) no-repeat center/100% auto
}
.working_process__item--icon-arrows:before{
    width:1.9375em;
    height:2.25em;
    background:url(../img/i--arrows-flow.svg) no-repeat center/100% auto
}
.working_process__item--icon-bid-ask:before{
    width:2.125em;
    height:2.125em;
    background:url(../img/i--bid-ask.svg) no-repeat center/100% auto
}
.working_process__title{
    margin-bottom:0.8em
}
.working_process__text{
    color:#070707;
    font-size:.9375em
}
.quotes__tabs_box::after{
    content:"";
    display:table;
    clear:both
}
@media (max-width: 767px){
    .quotes__tabs_box{
        margin-left:-15px;
        width:calc(100% + 0px)
    }
}
.quotes__tab{
    float:left;
    width:33.3%;
    padding:15px 0
}
.quotes__tab:hover{
    background-color:rgba(239,239,239,0.4)
}
.quotes__tab.state-active-tab{
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    background-color:#efefef;
    cursor:default
}
.quotes__tab.state-active-tab .quotes__tab__title{
    border-bottom:none
}
.quotes__tab__title{
    color:#365160;
    font-size:.9375em;
    text-transform:uppercase;
    -webkit-transition:border-bottom-color .4s ease;
    transition:border-bottom-color .4s ease
}
.state-active-tab .quotes__tab__title{
    color:#292929
}
.quotes__table{
    display:none;
    position:relative;
    width:100%;
    margin-bottom:32px;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    background-color:#efefef;
    text-align:left
}
.quotes__table.state-visible{
    display:table
}
@media (max-width: 767px){
    .quotes__table{
        margin-left:-15px;
        width:calc(100% + 30px);
        margin-bottom:15px
    }
}
.quotes__table__row:last-child .quotes__table__cell{
    padding-bottom:25px;
    border-bottom:none
}
.quotes__table__row:not(.quotes__table__head_row):hover{
    background-color:white;
    cursor:pointer
}
.quotes__table__head_row{
    border-bottom:1px solid #ddd
}
.quotes__table__cell{
    padding:13px 0
}
.quotes__table__cell:first-child{
    padding-left:29px
}
@media (max-width: 500px){
    .quotes__table__cell:first-child{
        padding-left:15px
    }
}
@media (max-width: 500px){
    .quotes__table__cell--hidden-on-mobiles{
        display:none
    }
}
.quotes__table__head_text{
    color:#8a8a8a;
    font-weight:300
}
.quotes__table__cell_text{
    font-size:.9375em
}
.quotes__table__cell_text--#FF6600{
    color:#c20724
}
.quotes__table__cell_text--#FF6600:before{
    background:url(../img/i--arrow-down--#FF6600.png) no-repeat center/auto 100%
}
.quotes__table__cell_text--green{
    color:#00a925
}
.quotes__table__cell_text--green:before{
    background:url(../img/i--arrow-up--green.png) no-repeat center/auto 100%
}
.quotes__table__cell_text--arrow{
    padding-left:21px;
    position:relative
}
.quotes__table__cell_text--arrow:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
    width:11px;
    height:15px
}
.liquidity{
    padding-top:45px;
    padding-bottom:70px
}
@media (max-width: 767px){
    .liquidity{
        padding-top:25px;
        padding-bottom:50px
    }
}
@media (max-width: 1024px){
    .liquidity--with-text{
        margin-bottom:30px
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .liquidity--with-text{
        font-size:0.8em
    }
}
.liquidity__container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.liquidity__container:after{
    content:none
}
@media (max-width: 1024px){
    .liquidity--with-text .liquidity__container{
        max-width:100%
    }
}
@media (max-width: 767px){
    .liquidity__container{
        display:block;
        text-align:center
    }
}
.liquidity__item{
    position:relative;
    height:135px
}
.liquidity--with-text .liquidity__item{
    height:180px;
    text-align:center
}
@media (max-width: 767px){
    .liquidity--with-text .liquidity__item{
        height:160px
    }
}
@media (max-width: 1279px){
    .liquidity__item{
        height:106px
    }
}
@media (max-width: 767px){
    .liquidity__item{
        display:block
    }
}
@media (max-width: 767px){
    .liquidity__item{
        height:auto
    }
}
.liquidity__img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-height:87px;
    max-width:359px;
    margin-bottom:34px
}
@media (max-width: 1279px){
    .liquidity__img--laptop-hidden{
        display:none
    }
}
@media (min-width: 1280px){
    .liquidity__img--desktop-hidden{
        display:none
    }
}
@media (max-width: 767px){
    .liquidity__img--desktop-hidden{
        display:none
    }
}
@media (min-width: 768px){
    .liquidity__img--tablet-hidden{
        display:none
    }
}
.liquidity--with-text .liquidity__img{
    height:87px;
    margin-bottom:59px
}
@media (max-width: 1279px){
    .liquidity--with-text .liquidity__img{
        margin-bottom:39px
    }
}
@media (max-width: 767px){
    .liquidity--with-text .liquidity__img{
        margin-bottom:29px
    }
}
@media (max-width: 1279px){
    .liquidity__img{
        max-height:58px
    }
}
@media (max-width: 767px){
    .liquidity__img{
        margin-bottom:10px
    }
}
.liquidity__item__title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    color:#365160;
    font-size:.9375em;
    text-transform:uppercase;
    white-space:pre-wrap;
    text-align:center
}
.liquidity--with-text .liquidity__item__title{
    bottom:35px
}
@media (max-width: 1279px){
    .liquidity--with-text .liquidity__item__title{
        bottom:81px
    }
}
@media (max-width: 1279px){
    .liquidity__item__title{
        height:1.875em;
        white-space:normal
    }
}
@media (max-width: 767px){
    .liquidity__item__title{
        position:static;
        height:auto;
        margin-bottom:5px
    }
}
.liquidity__item__text{
    color:#070707;
    font-size:.9375em;
    white-space:pre-wrap
}
@media (max-width: 767px){
    .liquidity__item__text{
        position:static
    }
}
.liquidity__arrow{
    position:relative;
    bottom:25px
}
@media (max-width: 1279px){
    .liquidity__arrow--laptop-hidden{
        display:none
    }
}
@media (min-width: 1280px){
    .liquidity__arrow--desktop-hidden{
        display:none
    }
}
@media (max-width: 767px){
    .liquidity__arrow--desktop-hidden{
        display:none
    }
}
@media (min-width: 768px){
    .liquidity__arrow--tablet-hidden{
        display:none
    }
}
@media (max-width: 767px){
    .liquidity__arrow{
        margin:10px 0;
        bottom:0
    }
}
@media (min-width: 768px){
    .liquidity__break--tablet-hidden--tablet-hidden{
        display:none
    }
}
.platforms__variants_box{
    background-color:#023E48
}
.platforms__variants_box::after{
    content:"";
    display:table;
    clear:both
}
.platforms__variant{
    position:relative;
    padding-top:95px;
    padding-bottom:60px;
    float:left;
    width:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}
.platforms__variant--left{
    padding-left:145px;
    text-align:left
}
@media (max-width: 1279px){
    .platforms__variant--left{
        padding-left:40px;
        padding-right:40px
    }
}
.platforms__variant--right{
    padding-right:145px;
    text-align:center
}
@media (max-width: 1279px){
    .platforms__variant--right{
        padding-left:40px;
        padding-right:40px
    }
}
@media (max-width: 767px){
    .platforms__variant{
        width:100%;
        padding-top:60px;
        padding-bottom:60px;
        padding-left:20px;
        padding-right:20px
    }
}
.platforms__variant_content{
    text-align:center
}
@media (min-width: 1280px){
    .platforms__variant_content{
        display:inline-block
    }
}
.platforms__variant__logo_box{
    display:inline-block;
    width:120px;
    margin-bottom:56px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
@media (min-width: 768px){
    .platforms__variant:hover .platforms__variant__logo_box{
        opacity:0;
        -webkit-transform:translateY(-10%);
        transform:translateY(-10%)
    }
}
@media (max-width: 767px){
    .platforms__variant__logo_box{
        margin-bottom:0
    }
}
.platforms__variant__logo{
    width:100%;
    -webkit-transform:translateX(25%);
    transform:translateX(25%)
}
.platforms__variant__title{
    margin-bottom:20px;
    color:#fbfbfb;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
@media (min-width: 768px){
    .platforms__variant:hover .platforms__variant__title{
        opacity:0;
        -webkit-transform:translateY(-10%);
        transform:translateY(-10%)
    }
}
.platforms__variant__info{
    display:block;
    max-width:380px;
    margin:auto auto 135px;
    color:#fbfbfb;
    -webkit-transition:all .4s .1s ease;
    transition:all .4s .1s ease
}
@media (min-width: 768px){
    .platforms__variant:hover .platforms__variant__info{
        opacity:0;
        -webkit-transform:translateY(-10%);
        transform:translateY(-10%)
    }
}
@media (max-width: 767px){
    .platforms__variant__info{
        margin-bottom:35px
    }
}
.platforms__jumbotron{
    display:block;
    padding:20px 0;
    background-color:#191919;
    text-align:center;
    -webkit-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease
}
.platforms__jumbotron:hover{
    background-color:#c20724
}
.platforms__jumbotron__text{
    display:inline-block;
    position:relative;
    text-transform:uppercase;
    font-size:.9375em;
    line-height:1.6;
    color:white
}
.platforms__jumbotron__text:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-2px;
    height:1px;
    background-color:#eee
}
@media (max-width: 767px){
    .platforms__jumbotron__text:before{
        content:none
    }
}
.platforms__variant__description{
    opacity:0;
    position:absolute;
    z-index:100;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(21,57,70,0.8);
    text-align:center;
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease
}
.platforms__variant--right .platforms__variant__description{
    -webkit-transform-origin:right top;
    transform-origin:right top
}
.platforms__variant--left .platforms__variant__description{
    -webkit-transform-origin:left top;
    transform-origin:left top
}
@media (min-width: 768px){
    .platforms__variant:hover .platforms__variant__description{
        opacity:1
    }
}
.platforms__variant__button{
    position:relative;
    z-index:105
}
@media (min-width: 768px){
    .platforms__variant:hover .platforms__variant__button{
        border:1px solid #e8072a;
        background-color:#e8072a
    }
}
.platforms__variant__description__content{
    padding-top:49px;
    max-width:480px;
    display:inline-block
}
.platforms__variant--right .platforms__variant__description__content{
    margin-right:95px
}
@media (max-width: 1279px){
    .platforms__variant--right .platforms__variant__description__content{
        margin-right:0;
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width: 767px){
    .platforms__variant--right .platforms__variant__description__content{
        display:none
    }
}
.platforms__variant--left .platforms__variant__description__content{
    float:left;
    margin-left:95px
}
@media (max-width: 1279px){
    .platforms__variant--left .platforms__variant__description__content{
        margin-left:0;
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width: 767px){
    .platforms__variant--left .platforms__variant__description__content{
        display:none
    }
}
.platforms__variant__description__title{
    display:inline-block;
    position:relative;
    margin-bottom:20px;
    color:#fbfbfb;
    font-size:30px;
    font-weight:300;
    cursor:pointer;
    text-decoration:none
}
.platforms__variant__description__title:hover,.platforms__variant__description__title:focus,.platforms__variant__description__title:active{
    color:#fbfbfb
}
.platforms__variant__description__title:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-2px;
    height:1px;
    width:100%;
    background-color:#fbfbfb
}
.platforms__variant__description__text{
    margin:0 0 10px;
    color:#fbfbfb;
    font-size:14px;
    font-weight:400
}
.platforms__variant__description__text:last-child{
    margin-bottom:0
}
.platforms__variant__description__text--narrow{
    max-width:340px;
    margin-left:auto;
    margin-right:auto
}
.platforms__variant__description__logos{
    padding:0;
    margin:0;
    list-style:none;
    margin:30px 0
}
.platforms__variant__description__logo_item{
    display:inline-block;
    margin:0 10px
}
.platforms__variant__description_button{
    margin-top:35px
}
.invest{
    width:100%;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.invest sup{
    position:relative;
    top:-0.3em;
    left:0.1em
}
@media (max-width: 767px){
    .invest{
        margin-left:-15px;
        width:calc(100% + 30px)
    }
}
.invest .wrapper-row>td{
    width:50%
}
.invest .deal-table{
    width:100%
}
.invest .deal-table-wrapper{
    width:100%;
    min-height:270px
}
.invest__cell{
    padding-left:24px;
    padding-right:24px;
    height:34px
}
.invest__cell--gray{
    background-color:#efefef
}
.invest__cell--gray .invest__cell_value{
    color:#0e0e0e;
    font-weight:700
}
.invest__cell--center{
    text-align:center
}
.invest__title{
    color:#232323;
    font-size:.875em;
    text-transform:uppercase;
    font-weight:400
}
.invest__big_cell{
    position:relative;
    padding:22px 20px 15px 24px;
    background-color:rgba(186,186,186,0.15);
    border-bottom:4px solid transparent
}
.invest__big_cell.#FF6600-type{
    border-bottom-color:#e9082a
}
.invest__big_cell.green-type{
    border-bottom-color:#00a925
}
@media (max-width: 767px){
    .invest__big_cell{
        padding:14px 20px 10px 14px
    }
}
.invest__big_cell__left_box{
    display:inline-block;
    float:left;
    clear:both
}
.invest__big_cell__right_box{
    position:absolute;
    right:27px;
    top:50%;
    margin:auto;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
@media (max-width: 767px){
    .invest__big_cell__right_box{
        bottom:7px;
        -webkit-transform:none;
        transform:none;
        top:auto;
        right:10px
    }
}
.invest__big_cell__left_box__title{
    font-size:.9375em;
    line-height:1.7;
    text-transform:uppercase
}
.#FF6600-type .invest__big_cell__left_box__title{
    color:#e9082a
}
.green-type .invest__big_cell__left_box__title{
    color:#00a925
}
.invest__big_cell__left_box__value{
    font-size:1.125em;
    font-weight:700
}
.#FF6600-type .invest__big_cell__left_box__value{
    color:#e9082a
}
.green-type .invest__big_cell__left_box__value{
    color:#00a925
}
.invest__big_cell__right_box__value{
    font-size:3em;
    font-weight:300
}
.#FF6600-type .invest__big_cell__right_box__value{
    color:#e9082a
}
.green-type .invest__big_cell__right_box__value{
    color:#00a925
}
@media (max-width: 767px){
    .invest__big_cell__right_box__value{
        font-size:2em
    }
}
.invest__header{
    color:#8a8a8a;
    text-align:center
}
.invest__cell_value{
    color:#333;
    font-size:.9375em
}
.invest__borde#FF6600_right_cell{
    border-right:1px solid #ddd
}
.invest__borde#FF6600_bottom_cell{
    border-bottom:1px solid #ddd
}
.features_list{
    padding:0;
    margin:0;
    list-style:none
}
.features_list.state-visible{
    display:block
}
.features_list__item{
    position:relative;
    padding-left:1.9em;
    margin-bottom:.75em
}
.features_list__item:before{
    content:"";
    position:absolute;
    left:-0.18em;
    top:0;
    width:1.3125em;
    height:1.3125em;
    background:url(../img/i--tick--black.png) no-repeat center/100% auto
}
.features_list__item:last-child{
    margin-bottom:0
}
.features_list__item--large-margin{
    margin-bottom:35px
}
.features_list__item__text{
    color:black;
    font-size:.9375em
}
.features_list__item__title{
    margin:0 0 10px;
    color:#1f5060;
    font-size:.9375em;
    font-weight:500;
    text-transform:uppercase
}
.features_jumbotron{
    padding:44px 0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
@media (max-width: 767px){
    .features_jumbotron .container,.features_jumbotron .slider_jumbotron__dots_container,.features_jumbotron .techs__slider{
        text-align:center
    }
}
@media (max-width: 767px){
    .features_jumbotron{
        padding-top:54px
    }
}
@media (max-width: 767px){
    .features_jumbotron__item_box{
        float:none;
        display:inline-block;
        width:auto;
        text-align:left
    }
    .features_jumbotron__item_box:last-child{
        margin-bottom:0
    }
}
.features_jumbotron__item{
    display:block;
    position:relative;
    overflow:hidden;
    height:160px;
    color:white;
    position:relative
}
.features_jumbotron__item{
    text-decoration:none
}
.features_jumbotron__item:hover{
    color:inherit
}
.features_jumbotron__item:hover,.features_jumbotron__item:focus,.features_jumbotron__item:active,.features_jumbotron__item:visited{
    color:white
}
.features_jumbotron__item:before{
    content:"";
    position:absolute;
    left:33px;
    bottom:0;
    top:0;
    margin:auto
}
@media (max-width: 1024px){
    .features_jumbotron__item:before{
        position:static;
        display:block;
        margin:0 0 40px
    }
}
@media (max-width: 767px){
    .features_jumbotron__item:before{
        margin:0 20px 0 0;
        width:52px !important;
        position:absolute;
        top:0;
        left:0
    }
}
.features_jumbotron__item--grow-icon:before{
    width:56px;
    height:49px;
    background:url(../img/i--grow.svg) no-repeat center/98% auto
}
.features_jumbotron__item--trend-icon:before{
    width:56px;
    height:34px;
    background:url(../img/i--trend.png) no-repeat center/auto 98%
}
.features_jumbotron__item--view-icon:before{
    width:41px;
    height:41px;
    background:url(../img/i--view.svg) no-repeat center/auto 98%
}
.features_jumbotron__item--desk-icon:before{
    width:60px;
    height:64px;
    background:url(../img/i--desk.svg) no-repeat center/auto 98%
}
@media (max-width: 1024px){
    .features_jumbotron__item--desk-icon:before{
        background:url(../img/i--desk.svg) no-repeat left top/auto 80%
    }
}
.features_jumbotron__item--io-icon:before{
    width:40px;
    height:69px;
    background:url(../img/i--io.svg) no-repeat center/auto 98%
}
@media (max-width: 1024px){
    .features_jumbotron__item--io-icon:before{
        background:url(../img/i--io.svg) no-repeat left top/auto 80%
    }
}
.features_jumbotron__item--phone-icon:before{
    width:52px;
    height:52px;
    background:url(../img/i--phone.svg) no-repeat center/98% auto
}
@media (max-width: 1024px){
    .features_jumbotron__item--phone-icon:before{
        background:url(../img/i--phone.svg) no-repeat left top/80% auto
    }
}
@media (max-width: 1024px){
    .features_jumbotron__item{
        height:125px
    }
}
@media (max-width: 767px){
    .features_jumbotron__item{
        width:290px;
        padding-top:3px
    }
}
.features_jumbotron__item__text{
    position:absolute;
    left:111px;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    margin:auto;
    font-size:1.375em;
    font-weight:500
}
@media (max-width: 1024px){
    .features_jumbotron__item__text{
        left:0;
        top:auto;
        -webkit-transform:none;
        transform:none;
        bottom:0
    }
}
@media (max-width: 767px){
    .features_jumbotron__item__text{
        position:static;
        float:left;
        -webkit-transform:translateY(-4px);
        transform:translateY(-4px);
        padding-left:70px
    }
}
.benefits__tabs_box{
    margin-bottom:34px
}
@media (max-width: 992px){
    .benefits__tabs_box{
        width:100%
    }
}
.benefits__tabs_box__button{
    text-decoration:none
}
@media (max-width: 992px){
    .benefits__tabs_box__button{
        width:50%
    }
}
.benefits__info{
    display:none;
    margin-bottom:34px
}
.benefits__info.state-visible{
    display:block
}
.benefits__featurs_list{
    display:none
}
thead.strategies{
    box-shadow:0 -1px 6px rgba(0,0,0,0.15)
}
.strategies{
    width:100%;
    overflow:hidden;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
@media (max-width: 767px){
    .strategies{
        margin-left:-15px;
        width:calc(100% + 30px)
    }
}
.strategies__row{
    border-bottom:1px solid #ddd
}
.strategies__row:last-child{
    border:none
}
.strategies__row:last-child .strategies__cell{
    padding-bottom:25px
}
.strategies__row:nth-child(2) .strategies__cell{
    padding-top:25px
}
.strategies__content_row:hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
.strategies__cell{
    padding:13px 21px;
    text-align:left
}
@media (max-width: 500px){
    .strategies_pageblock .strategies__cell:last-child{
        display:none
    }
}
.strategies__cell a{
    text-decoration:none
}
.strategies__cell a:hover{
    text-decoration:underline
}
.strategies__cell.profitable{
    color:darkgreen
}
.strategies__cell.lossy{
    color:dark#FF6600
}
.strategies__cell_header{
    padding-top:5px;
    padding-bottom:5px
}
@media (max-width: 992px){
    .strategies__cell_header{
        padding-top:15px;
        padding-bottom:15px
    }
}
@media (max-width: 767px){
    .strategies__cell_header{
        padding-top:5px;
        padding-bottom:5px
    }
}
.strategies__cell__title{
    color:#db0825;
    font-size:.875em;
    width:25%;
    text-align:left
}
.strategies__cell__title:last-child{
    width:50%
}
.sct{
    padding:13px 0
}
.sc{
    padding:13px 30px
}
.strategies__cell__name{
    margin-bottom:3px;
    color:#1f5060;
    font-size:.9375em
}
.strategies__cell__currency{
    color:#8d8d8d;
    font-size:.8125em;
    white-space:nowrap;
    padding:0
}
.strategies__cell__value{
    position:relative;
    bottom:9px;
    color:black;
    font-size:.9375em
}
.strategies__cell__graph{
    max-width:100%
}
.strategies__ps{
    display:block;
    margin-top:10px;
    font-size:.8125em;
    color:#1f1f1f
}
@media (max-width: 767px){
    .strategies__ps{
        font-size:.75em
    }
}
.strategies__buttons_box{
    margin-top:90px
}
@media (max-width: 992px){
    .strategies__buttons_box{
        margin-top:22px
    }
}
@media (max-width: 992px){
    .strategies__buttons_box__button{
        float:left;
        width:calc(50% - 8px)
    }
}
@media (max-width: 767px){
    .strategies__buttons_box__button{
        width:100%;
        margin-bottom:15px
    }
    .strategies__buttons_box__button:last-child{
        margin-bottom:0
    }
}
.strategies__buttons_box__left_button{
    margin-right:16px
}
.strategies__cell__text{
    font-size:15px;
    -webkit-transition:opacity .1s ease;
    transition:opacity .1s ease
}
@media (max-width: 992px){
    .strategies__cell__text{
        font-size:12px;
        line-height:1.1
    }
}
.strategies__row:hover .strategies__cell__text--hide-on-hover{
    opacity:0
}
.strategies__cell__call_to_action{
    color:#e8072a;
    font-size:14px;
    text-transform:uppercase
}
@media (max-width: 992px){
    .strategies__cell__call_to_action{
        font-size:12px
    }
}
@media (max-width: 992px){
    .strategies__cell__call_to_action.desktop{
        display:none
    }
}
@media (min-width: 993px){
    .strategies__cell__call_to_action.mobile{
        display:none
    }
}
.strategies__big_cell{
    padding-top:17px !important;
    padding-bottom:17px !important;
    text-align:center
}
.strategies__big_cell_title{
    text-transform:uppercase;
    font-size:14px;
    color:#245063
}
.strategies__cell__inout_method_box{
    display:inline-block;
    vertical-align:middle;
    width:55px;
    margin-right:17px
}
.strategies__cell__inout_method{
    max-width:100%
}
.payment-image-cell,.payment-text-cell{
    display:inline-block;
    vertical-align:middle;
    width:30%
}
.payment-text-cell{
    width:auto;
    display:inline-block;
    vertical-align:middle
}
.call_to_action{
    padding:34px 0;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
@media (max-width: 992px){
    .call_to_action{
        background-position:40% center
    }
}
@media (max-width: 767px){
    .call_to_action{
        padding-bottom:70px
    }
}
@media (max-width: 500px){
    .call_to_action{
        background-position:20% center
    }
}
.call_to_action__container{
    position:relative
}
.call_to_action__text{
    display:inline-block;
    max-width:350px;
    color:#1f5060;
    font-size:1.5em;
    font-weight:300
}
.call_to_action__text--big{
    font-size:30px;
    line-height:50px
}
@media (max-width: 992px){
    .call_to_action__text--big{
        display:block;
        max-width:100%;
        margin-bottom:30px;
        margin-left:auto;
        margin-right:auto;
        line-height:1.2;
        text-align:center
    }
}
.call_to_action__text--white{
    color:white
}
@media (max-width: 767px){
    .call_to_action__text{
        line-height:1.4;
        font-weight:400
    }
}
.call_to_action__buttons_box{
    float:right
}
@media (max-width: 992px){
    .call_to_action__buttons_box{
        float:none;
        text-align:center
    }
}
.call_to_action__button__item{
    margin-right:19px
}
.call_to_action__button__item:last-child{
    margin-right:0
}
@media (max-width: 767px){
    .call_to_action__button__item{
        display:block;
        margin-right:0;
        margin-bottom:11px
    }
    .call_to_action__button__item:last-child{
        margin-bottom:0
    }
}
.call_to_action__button{
    position:absolute;
    right:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
@media (max-width: 1024px) and (min-width: 768px){
    .call_to_action__button--blue{
        border-color:#0089ce;
        background-color:#0089ce;
        color:white
    }
}
@media (max-width: 767px){
    .call_to_action__button{
        display:inline-block;
        position:relative;
        top:0;
        right:0;
        -webkit-transform:none;
        transform:none;
        margin-top:30px
    }
}
.strong_points__list{
    padding:0;
    margin:0;
    list-style:none;
    display:inline-block;
    vertical-align:top;
    width:48%;
    margin-right:3%;
    margin-bottom:50px
}
.strong_points__list:last-child{
    margin-right:0
}
@media (max-width: 767px){
    .strong_points__list{
        width:100%;
        margin-right:0;
        margin-bottom:25px
    }
    .strong_points__list:last-child{
        margin-right:0
    }
}
.strong_points__list__item{
    position:relative;
    margin-bottom:25px;
    padding-left:33px
}
.strong_points__list__item:last-child{
    margin-bottom:0
}
.strong_points__list__item__number{
    position:absolute;
    left:0;
    opacity:0.73;
    color:#ababab;
    font-size:1.1875em;
    font-weight:700
}
.strong_points__list__item__text{
    vertical-align:middle;
    color:#1f5060;
    font-size:.9375em
}
.strong_points__list__item__text:hover,.strong_points__list__item__text:focus{
    color:#1f5060
}
.card{
    position:relative;
    padding:5px 37px 59px;
    box-shadow:0 2px 5px rgba(0,0,0,0.15);
    background-color:white
}
.card:before{
    content:"";
    position:absolute;
    right:-2px;
    top:-2px;
    height:42px;
    width:42px;
    background:url(../img/marketing-site/etc/card-corner.jpg) no-repeat center/100% auto
}
@media (max-width: 992px){
    .card{
        padding:5px 20px 40px
    }
}
.card__link{
    display:block;
    width:90%;
    margin-bottom:36px;
    color:#1f5060;
    -webkit-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease
}
.card__link{
    text-decoration:none
}
.card__link:hover{
    color:inherit
}
.card__link:hover{
    opacity:0.8
}
@media (max-width: 992px){
    .card__link{
        float:left;
        width:50%;
        padding-right:30px
    }
}
@media (max-width: 767px){
    .card__link{
        width:100%;
        padding-right:20px
    }
}
.card__title{
    margin-bottom:45px
}
.card__text{
    color:#1f5060;
    font-size:.9375em
}
.card__date{
    display:block;
    margin-top:10px;
    color:#828282;
    font-size:.75em;
    text-transform:uppercase
}
.input_box .help-text{
    padding-top:8px;
    padding-left:30%;
    font-size:14px;
    font-weight:300
}
@media (max-width: 500px){
    .input_box .help-text{
        padding-top:60px;
        padding-left:0;
        font-size:12px
    }
}
.input_box__label{
    color:black;
    font-size:.9375em;
    line-height:50px
}
.input_box__label.normal{
    line-height:1;
    display:inline-block;
    padding-top:10px
}
@media (max-width: 767px){
    .input_box__label{
        display:block
    }
}
.input_box__input{
    float:right;
    width:70%;
    height:50px;
    line-height:50px;
    padding-left:16px;
    border:1px solid #d1d1d1;
    font-size:.9375em;
    -webkit-transition:border-color .3s ease;
    transition:border-color .3s ease
}
.input_box__input:focus{
    border-color:#FF6600
}
.input_box__input.select{
    display:block;
    height:50px;
    border-radius:0;
    background-color:white;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image:url(../img/i--arrow-down--black.svg);
    background-repeat:no-repeat;
    background-size:12px;
    background-position:95% center
}
.input_box__input.textarea{
    height:80px;
    resize:none;
    padding-top:10px;
    max-width:70%;
    line-height:1.2
}
.input_box__input::-webkit-input-placeholder{
    color:#8d8d8d;
    font-size:.9375em;
    font-style:italic
}
.input_box__input:-moz-placeholder{
    color:#8d8d8d;
    font-size:.9375em;
    font-style:italic
}
.input_box__input::-moz-placeholder{
    color:#8d8d8d;
    font-size:.9375em;
    font-style:italic
}
.input_box__input:-ms-input-placeholder{
    color:#8d8d8d;
    font-size:.9375em;
    font-style:italic
}
.input_box__input--has-start{
    width:calc(100% - 76px) !important
}
.input_box__input--search{
    border:none;
    background:url(../img/i--zoom.png) no-repeat calc(100% - 40px) center/20px 21px
}
@media (max-width: 767px){
    .input_box__input{
        float:left;
        width:100%
    }
}
.input_box__wrapper{
    float:right;
    width:70%
}
@media (max-width: 767px){
    .input_box__wrapper{
        float:left;
        width:100%
    }
}
.input_box__start_info{
    display:block;
    float:left;
    height:50px;
    width:76px;
    padding-left:12px;
    border-radius:0;
    background-color:white;
    line-height:50px;
    border:1px solid #d1d1d1;
    border-right:none;
    font-size:.9375em;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(../img/i--arrow-down--black.svg) no-repeat 55px center/10px 5px
}
.radio_box{
    padding-bottom:15px
}
.radio_box__input{
    display:none !important
}
.radio_box__tick{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    margin-right:7px;
    border-radius:50%;
    height:20px;
    width:20px;
    border:1px solid #d1d1d1;
    background-color:white;
    cursor:pointer
}
.radio_box__tick:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    opacity:0;
    margin:auto;
    border-radius:50%;
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
    width:6px;
    height:6px;
    background-color:#e8072a;
    -webkit-transition:opacity .3s ease, -webkit-transform .3s ease;
    transition:opacity .3s ease, -webkit-transform .3s ease;
    transition:transform .3s ease, opacity .3s ease;
    transition:transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}
input:checked ~ label .radio_box__tick{
    border-color:#e8072a
}
input:checked ~ label .radio_box__tick:before{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.radio_box__label{
    vertical-align:middle;
    font-size:.9375em;
    cursor:pointer
}
.carousel-hide{
    display:none
}
.checkbox_box{
    position:relative
}
.checkbox_box__input{
    opacity:0;
    position:absolute;
    left:0
}
.checkbox_box__tick{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    margin-right:7px;
    height:20px;
    width:20px;
    border:1px solid #d1d1d1;
    background-color:white;
    cursor:pointer
}
.checkbox_box__tick:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    opacity:0;
    margin:auto;
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
    width:14px;
    height:11px;
    background:url(../img/i--tick--#FF6600.svg) no-repeat center;
    background-size:100%;
    -webkit-transition:opacity .3s ease, -webkit-transform .3s ease;
    transition:opacity .3s ease, -webkit-transform .3s ease;
    transition:transform .3s ease, opacity .3s ease;
    transition:transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}
input:checked ~ label .checkbox_box__tick{
    border-color:#e8072a
}
input:checked ~ label .checkbox_box__tick:before{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.checkbox_box__label{
    vertical-align:middle;
    font-size:.9375em;
    cursor:pointer
}
.page_head{
    padding:100px 0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
@media (max-width: 767px){
    .page_head{
        padding:70px 0
    }
}
@media (max-width: 500px){
    .page_head{
        padding:50px 0
    }
}
.page_head__title{
    font-size:52px;
    font-weight:400;
    margin:12px 0 0
}
.page_head__title--white{
    color:white
}
@media (max-width: 767px){
    .page_head__title{
        font-size:36px
    }
}
.page_head__title__img{
    display:inline-block;
    margin-top:50px;
    margin-right:-60px;
    margin-bottom:10px
}
@media (max-width: 1024px){
    .page_head__title__img{
        width:99px;
        margin-top:30px;
        margin-right:-44px;
        margin-bottom:30px
    }
}
@media (max-width: 992px){
    .page_head__title__img{
        margin-bottom:14px
    }
}
.page_head__title__info{
    display:inline-block;
    vertical-align:baseline;
    margin-left:30px;
    max-width:390px;
    font-size:18px;
    font-weight:300
}
.page_head__title__info--white{
    color:white
}
@media (max-width: 1024px){
    .page_head__title__info{
        display:block;
        margin-left:0;
        margin-top:44px;
        font-size:15px
    }
}
.breadcrumbs__list{
    padding:0;
    margin:0;
    list-style:none
}
.breadcrumbs__list::after{
    content:"";
    display:table;
    clear:both
}
.breadcrumbs__item{
    float:left;
    margin-right:5px
}
.white-bc .breadcrumbs__item{
    color:white
}
.breadcrumbs__text{
    color:#262626;
    font-size:15px
}
.breadcrumbs__text{
    text-decoration:none
}
.breadcrumbs__text:hover{
    color:inherit
}
.white-bc .breadcrumbs__text{
    color:white
}
.white-bc .breadcrumbs__text:hover,.white-bc .breadcrumbs__text:focus,.white-bc .breadcrumbs__text:active{
    color:white
}
.white-bc .breadcrumbs__text:after{
    background-color:white
}
.bonuses{
    padding:100px 0
}
@media (max-width: 767px){
    .bonuses{
        padding:70px 0
    }
}
@media (max-width: 500px){
    .bonuses{
        padding:55px 0 45px
    }
}
@media (max-width: 767px){
    .bonuses__box{
        margin-bottom:33px
    }
}
.bonuses__box:last-child{
    margin-bottom:0
}
.bonuses__item{
    position:relative;
    padding-left:30px
}
.bonuses__number{
    position:absolute;
    top:0;
    left:0;
    color:#1f5060;
    font-size:16px
}
.bonuses__text{
    display:inline-block;
    margin-top:15px;
    color:#070707;
    font-size:15px
}
.techs{
    position:relative;
    padding:92px 0 95px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    text-align:center
}
@media (max-width: 992px){
    .techs{
        padding:42px 0 55px
    }
}
@media (max-width: 500px){
    .techs{
        padding:27px 0 52px
    }
}
@media (max-width: 500px){
    .techs__title{
        margin-bottom:10px
    }
}
.techs__container{
    position:relative;
    z-index:5
}
.techs__slider{
    max-width:1100px
}
@media (max-width: 1200px){
    .techs__slider{
        max-width:900px
    }
}
@media (max-width: 1000px){
    .techs__slider{
        max-width:600px
    }
}
.techs__slider__item{
    display:inline-block;
    padding:0 1px;
    text-align:center
}
.techs__slider__item{
    text-decoration:none
}
.techs__slider__item:hover{
    color:inherit
}
.techs__slider__item_box{
    display:inline-block;
    padding:48px 52px 44px;
    margin:auto;
    height:calc(100% - 2px);
    width:calc(100% - 2px)
}
.techs__slider__img{
    position:relative;
    height:66px
}
.slick-slide .techs__slider__img{
    display:inline
}
.techs__slider__img--invest-img{
    left:47px
}
.techs__slider__img--texted-img{
    left:35px
}
.techs__slider__text{
    display:block;
    margin-top:27px;
    font-size:14px;
    text-transform:uppercase;
    color:white;
    line-height:1.4
}
.tech__slider_arrow{
    top:50px
}
@media (min-width: 1024px){
    .tech__slider_arrow--left{
        left:-20px
    }
}
@media (min-width: 1024px){
    .tech__slider_arrow--right{
        right:-20px
    }
}
@media (max-width: 500px){
    .tech__slider_arrow{
        top:70px
    }
}
.tech__buttons_box{
    margin-top:80px
}
@media (max-width: 992px){
    .tech__buttons_box{
        margin-top:20px
    }
}
@media (max-width: 500px){
    .tech__buttons_box{
        margin-top:0
    }
}
.tech__buttons_box__button{
    margin-right:13px
}
.tech__buttons_box__button:last-child{
    margin-right:0
}
@media (max-width: 500px){
    .tech__buttons_box__button{
        margin-bottom:12px;
        margin-right:0
    }
    .tech__buttons_box__button:last-child{
        margin-bottom:0
    }
}
.regularity{
    padding:64px 0 93px;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#eae2cf;
    background-position:left center
}
@media (max-width: 1600px){
    .regularity{
        background-position:100% center
    }
}
@media (max-width: 1279px){
    .regularity{
        padding-top:40px;
        background-position:60% center
    }
}
@media (max-width: 1024px){
    .regularity{
        position:relative;
        background-image:none !important;
        padding-bottom:330px
    }
}
@media (max-width: 767px){
    .regularity{
        padding-top:30px
    }
}
@media (max-width: 500px){
    .regularity{
        padding-top:20px
    }
}
@media (max-width: 1024px){
    .regularity__col{
        width:70%;
        margin-left:0
    }
}
@media (max-width: 767px){
    .regularity__col{
        width:100%
    }
}
.regularity__title{
    margin-bottom:29px
}
.regularity__text{
    margin-bottom:20px;
    font-size:15px
}
.regularity__list{
    padding:0;
    margin:0;
    list-style:none;
    margin-bottom:55px
}
.regularity__info::after{
    content:"";
    display:table;
    clear:both
}
.regularity__img{
    float:left;
    margin-right:13px
}
.regularity__text_box{
    float:left;
    width:calc(100% - 62px)
}
.regularity__text_box__content{
    margin:0
}
.regularity__man_img{
    height:270px;
    margin-top:30px;
    font-size:0;
    position:absolute;
    bottom:0;
    right:0
}
@media (min-width: 1025px){
    .regularity__man_img{
        display:none
    }
}
@media (max-width: 500px){
    .regularity__man_img{
        right:-10%
    }
}
.numbers{
    padding:91px 0 100px;
    max-width:1170px;
    margin:auto
}
@media (max-width: 1279px){
    .numbers{
        padding:60px 0 70px
    }
}
@media (max-width: 767px){
    .numbers{
        padding:40px 0 50px
    }
}
.numbers__row{
    text-align:center;
    margin-bottom:-30px
}
.numbers__item{
    display:inline-block;
    text-align:left;
    margin-bottom:30px
}
@media (max-width: 500px){
    .numbers__item{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width: 1111px){
    .numbers__item{
        padding-right:20px
    }
}
.numbers__title{
    margin:auto auto 68px;
    text-align:center
}
@media (max-width: 992px){
    .numbers__title{
        margin-bottom:40px
    }
}
@media (max-width: 500px){
    .numbers__title{
        margin-bottom:30px
    }
}
.numbers__value{
    display:inline-block;
    margin-right:15px;
    color:#e9082a;
    font-size:36px;
    font-weight:300;
    text-align:right
}
@media (max-width: 1110px){
    .numbers__value{
        width:83px
    }
}
.numbers__info{
    display:inline-block;
    width:165px;
    font-size:15px;
    color:#262626
}
@media (max-width: 1110px){
    .numbers__info{
        width:165px
    }
}
.profits{
    padding:50px 0 55px;
    background-color:#f4f4f4
}
@media (max-width: 992px){
    .profits{
        padding-bottom:15px
    }
}
@media (max-width: 992px){
    .profits__item{
        margin-bottom:39px;
        text-align:center
    }
}
.profits__img{
    position:absolute;
    top:0;
    left:15px
}
@media (max-width: 992px){
    .profits__img{
        right:15px;
        margin:auto
    }
}
.profits__text{
    display:block;
    margin-top:69px;
    color:#275467;
    font-size:13px;
    font-weight:500;
    text-transform:uppercase
}
@media (max-width: 992px){
    .profits__text{
        margin-top:59px;
        word-break:break-all
    }
}
.apps__item{
    padding:80px 0 90px
}
.apps__item:nth-child(even){
    background-color:#f4f4f4
}
@media (max-width: 767px){
    .apps__item{
        padding-top:60px;
        padding-bottom:70px
    }
}
@media (max-width: 500px){
    .apps__item{
        padding-top:30px
    }
}
.apps__item__col--left{
    float:left
}
.apps__item__col--right{
    float:right
}
.apps__title{
    margin-bottom:34px;
    margin-top:0
}
.apps__links_box{
    margin-top:40px
}
@media (max-width: 1279px){
    .apps__links_box{
        text-align:center
    }
}
.apps__link{
    display:inline-block;
    margin-right:34px;
    vertical-align:middle
}
.apps__link:last-child{
    margin-right:0
}
@media (max-width: 1279px){
    .apps__link{
        margin-bottom:20px
    }
}
.apps__slider_item_box{
    text-align:center
}
.apps__slider_item_pic{
    display:inline-block;
    margin:70px auto auto;
    max-width:400px;
    width:100%
}
@media (max-width: 500px){
    .apps__slider_item_pic{
        margin-top:30px
    }
}
.apps__slider_item_pic--small{
    max-width:167px
}
.apps__slider_item_pic--big{
    max-width:499px
}
.apps__slider_box--windows .apps__slider_item_pic{
    margin-top:70px
}
@media (max-width: 500px){
    .apps__slider_box--windows .apps__slider_item_pic{
        margin-top:30px
    }
}
@media (max-width: 992px){
    .apps__slider_box--android .apps__slider_item_pic{
        margin-top:100px
    }
}
@media (max-width: 500px){
    .apps__slider_box--android .apps__slider_item_pic{
        width:50%;
        margin-top:40px
    }
}
.apps__slider_box{
    padding:0 55px
}
.apps__slider{
    text-align:center
}
.apps__slider_arrow_box{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:10;
    margin:auto;
    width:100%;
    height:55px
}
.apps__slider_box--windows .apps__slider_arrow_box{
    top:70px
}
@media (max-width: 992px){
    .apps__slider_box--android .apps__slider_arrow_box{
        top:100px
    }
}
@media (max-width: 767px){
    .apps__slider_arrow_box{
        display:none
    }
}
.apps__slider_arrow{
    height:100%
}
.apps__slider_arrow--left{
    left:0
}
.apps__slider_arrow--right{
    right:0
}
.apps__dots{
    left:50%;
    bottom:-30px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.apps__dots li{
    height:11px;
    width:11px
}
.apps__dots button{
    border:1px solid #8d8d8d
}
.apps__dots .slick-active button{
    border-color:transparent
}
.cover{
    display:none;
    padding:70px 40px 57px;
    margin-top:-30px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.cover.state-visible{
    display:block
}
@media (max-width: 767px){
    .cover{
        max-width:100%;
        padding-top:40px;
        padding-left:0;
        padding-right:0;
        margin-top:0;
        background-color:#f6f6f6;
        background-image:url("..img/bg/bg--young-man--cropped.png") !important;
        padding-bottom:306px;
        background-position:right bottom;
        background-size:auto 300px
    }
}
@media (max-width: 767px){
    .cover__col{
        padding-left:30px;
        padding-right:30px;
        max-width:100%
    }
}
.cover__title{
    margin-top:0;
    margin-bottom:40px
}
@media (max-width: 767px){
    .cover__title{
        margin-bottom:35px
    }
}
.cover__button{
    margin-top:33px
}
.advantages{
    margin-top:61px
}
.advantages::after{
    content:"";
    display:table;
    clear:both
}
.advantages__item{
    position:relative;
    overflow:hidden;
    width:calc(50% - 15px);
    padding:80px 15px 0 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.advantages__item::after{
    content:"";
    display:table;
    clear:both
}
.advantages__item--01{
    float:left;
    padding-bottom:120px;
    padding-top:60px
}
.advantages__item--01 .advantages__item__content{
    float:right
}
.advantages__item--01 .advantages__item__picture{
    -webkit-transform:none !important;
    transform:none !important;
    top:0;
    bottom:0;
    left:0;
    right:auto;
    height:100%
}
@media (min-width: 993px){
    .advantages__item--01 .advantages__item__picture{
        display:none
    }
}
@media (max-width: 1400px){
    .advantages__item--01{
        background-position:right center
    }
}
@media (max-width: 992px){
    .advantages__item--01{
        background-image:none !important
    }
}
.advantages__item--02{
    float:right;
    padding-bottom:80px;
    padding-top:60px
}
.advantages__item--03{
    float:right;
    padding-bottom:230px;
    background-color:#edf4f8
}
.advantages__item--04{
    float:left;
    padding-bottom:90px
}
.advantages__item--04 .advantages__item__content{
    float:right
}
.advantages__item--04 .advantages__item__picture{
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    left:0;
    right:auto
}
.advantages__item--05{
    float:right;
    padding-bottom:80px
}
.advantages__item--06{
    float:left;
    padding-top:70px;
    padding-bottom:130px;
    background-color:#f8f8f8
}
.advantages__item--06 .advantages__item__content{
    float:right
}
.advantages__item--06 .advantages__item__picture{
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    left:0;
    right:auto
}
@media (max-width: 1250px){
    .advantages__item--06 .advantages__item__picture{
        opacity:0.3
    }
}
.advantages__item--07{
    float:right;
    padding-top:70px;
    padding-bottom:95px;
    background-color:#f9f9f9
}
.advantages__item--07 .advantages__item__picture{
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom
}
@media (max-width: 1800px){
    .advantages__item--07 .advantages__item__picture{
        -webkit-transform:scale(0.5);
        transform:scale(0.5)
    }
}
@media (max-width: 1200px){
    .advantages__item--07 .advantages__item__picture{
        opacity:0.4
    }
}
.advantages__item--08{
    float:left;
    padding-top:70px;
    padding-bottom:95px
}
.advantages__item--08 .advantages__item__content{
    float:right
}
.advantages__item--08 .advantages__item__picture{
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    left:0;
    right:auto
}
.advantages__item--09{
    float:right;
    padding-top:70px;
    padding-bottom:95px
}
.advantages__item--10{
    float:left;
    padding-top:70px;
    padding-bottom:95px;
    background-color:#f9f9f9
}
.advantages__item--10 .advantages__item__content{
    float:right
}
.advantages__item--10 .advantages__item__picture{
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    left:0;
    right:auto
}
@media (max-width: 1400px){
    .advantages__item--10 .advantages__item__picture{
        opacity:0.4
    }
}
.advantages__item p{
    font-size:15px;
    color:#070707
}
@media (max-width: 992px){
    .advantages__item{
        float:none !important;
        width:100%;
        padding:40px 0 60px 0
    }
}
.advantages__item__content{
    position:relative;
    z-index:1;
    float:left;
    padding-left:40px;
    max-width:585px
}
@media (min-width: 1200px){
    .advantages__item__content{
        max-width:585px
    }
}
@media (min-width: 992px){
    .advantages__item__content{
        max-width:470px
    }
}
@media (max-width: 992px){
    .advantages__item__content{
        float:none !important;
        max-width:100%;
        padding-left:15px;
        padding-right:15px
    }
}
.advantages__item__subtitle{
    font-size:19px;
    margin:0 0 15px 0
}
.advantages__item__title{
    margin:0 0 30px 0
}
.advantages__item__logo{
    display:inline-block;
    width:190px;
    height:60.5px;
    margin-top:10px
}
.advantages__item__logo--bigger-margin{
    margin-top:20px
}
.advantages__item__picture{
    position:absolute;
    right:0;
    bottom:0
}
@media (max-width: 1400px){
    .advantages__item__picture{
        -webkit-transform:scale(0.7);
        transform:scale(0.7);
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom
    }
}
@media (max-width: 1279px){
    .advantages__item__picture{
        opacity:0.2 !important
    }
}
.advantages__ps{
    margin:20px 0 90px;
    text-align:center
}
.advantages__ps .page_title{
    margin:0 auto 25px
}
.tooltip{
    color:#1f5060;
    border-bottom:1px dashed #a5b9bf
}
.tooltipster-sidetip .tooltipster-box{
    border:none;
    max-width:200px;
    background-color:rgba(31,80,96,0.95)
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{
    border-bottom-color:transparent
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{
    border-left-color:transparent
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{
    border-right-color:transparent
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
    border-top-color:transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color:#1f5060
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
    border-left-color:#1f5060
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
    border-right-color:#1f5060
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
    border-top-color:#1f5060
}
.tooltipster-sidetip .tooltipster-content{
    font-size:13px
}
.pagination{
    text-align:center
}
.pagination__button{
    display:inline-block;
    vertical-align:middle;
    color:#1f5060;
    font-size:14px;
    text-transform:uppercase
}
.pagination__button,.pagination__button:hover{
    text-decoration:none
}
.pagination__button--margin{
    margin:0 15px
}
.pagination__number_button{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    width:46px;
    height:50px;
    border:1px solid transparent;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.pagination__number_button.state-active{
    border-color:#1f5060
}
.pagination__number_button:hover{
    background-color:#ececec;
    border-color:transparent
}
@media (max-width: 500px){
    .pagination__number_button{
        width:40px;
        height:40px
    }
}
.pagination__number_button .pagination__button{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    margin:auto
}
.pagination__arrow_button{
    position:relative
}
@media (max-width: 500px){
    .pagination__arrow_button{
        font-size:0
    }
}
.pagination__arrow_button:before{
    content:"";
    position:absolute;
    bottom:0;
    top:0;
    margin:auto;
    width:12px;
    height:9px;
    -webkit-transition:all .4s ease;
    transition:all .4s ease
}
.pagination__arrow_button--left{
    margin-right:50px;
    padding-left:21px
}
.pagination__arrow_button--left:hover:before{
    -webkit-transform:translateX(-5px);
    transform:translateX(-5px)
}
.pagination__arrow_button--left:before{
    left:0;
    background:url(../img/i--pagination-arrow--left.png) no-repeat left center/100% auto
}
@media (max-width: 500px){
    .pagination__arrow_button--left{
        margin-right:10px
    }
}
.pagination__arrow_button--right{
    margin-left:50px;
    padding-right:21px
}
.pagination__arrow_button--right:hover:before{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
.pagination__arrow_button--right:before{
    right:0;
    background:url(../img/i--pagination-arrow--right.png) no-repeat right center/100% auto
}
@media (max-width: 500px){
    .pagination__arrow_button--right{
        margin-left:10px
    }
}
.flag-icon{
    background-size:100%;
    border-radius:50%
}
.flag-icon-ru{
    background-image:url("../flag-svg-collection/flags/1x1/ru.svg")
}
.flag-icon-en{
    background-image:url("../flag-svg-collection/flags/1x1/gb.svg")
}
.flag-icon-id{
    background-image:url("../flag-svg-collection/flags/1x1/id.svg")
}
.flag-icon-zh-cn{
    background-image:url("../flag-svg-collection/flags/1x1/cn.svg")
}
.flag-icon-pl{
    background-image:url("../flag-svg-collection/flags/1x1/pl.svg")
}
.flag-icon-pt{
    background-image:url("../flag-svg-collection/flags/1x1/pt.svg")
}
.flag-icon-ar{
    background-image:url("../flag-svg-collection/flags/1x1/sa.svg")
}
.flag-icon-uk{
    background-image:url("../flag-svg-collection/flags/1x1/ua.svg")
}
.flag-icon-fa{
    background-image:url("../flag-svg-collection/flags/1x1/ir.svg")
}
.flag-icon-hy{
    background-image:url("../flag-svg-collection/flags/1x1/am.svg")
}
.flag-icon-ka{
    background-image:url("../flag-svg-collection/flags/1x1/ge.svg")
}
.flag-icon-fr{
    background-image:url("../flag-svg-collection/flags/1x1/fr.svg")
}
.flag-icon-th{
    background-image:url("../flag-svg-collection/flags/1x1/th.svg")
}
.flag-country-icon-ad{
    background-image:url("../flag-svg-collection/flags/4x3/ad.svg")
}
.flag-country-icon-ae{
    background-image:url("../flag-svg-collection/flags/4x3/ae.svg")
}
.flag-country-icon-af{
    background-image:url("../flag-svg-collection/flags/4x3/af.svg")
}
.flag-country-icon-ag{
    background-image:url("../flag-svg-collection/flags/4x3/ag.svg")
}
.flag-country-icon-ai{
    background-image:url("../flag-svg-collection/flags/4x3/ai.svg")
}
.flag-country-icon-al{
    background-image:url("../flag-svg-collection/flags/4x3/al.svg")
}
.flag-country-icon-am{
    background-image:url("../flag-svg-collection/flags/4x3/am.svg")
}
.flag-country-icon-ao{
    background-image:url("../flag-svg-collection/flags/4x3/ao.svg")
}
.flag-country-icon-aq{
    background-image:url("../flag-svg-collection/flags/4x3/aq.svg")
}
.flag-country-icon-ar{
    background-image:url("../flag-svg-collection/flags/4x3/ar.svg")
}
.flag-country-icon-as{
    background-image:url("../flag-svg-collection/flags/4x3/as.svg")
}
.flag-country-icon-at{
    background-image:url("../flag-svg-collection/flags/4x3/at.svg")
}
.flag-country-icon-au{
    background-image:url("../flag-svg-collection/flags/4x3/au.svg")
}
.flag-country-icon-aw{
    background-image:url("../flag-svg-collection/flags/4x3/aw.svg")
}
.flag-country-icon-ax{
    background-image:url("../flag-svg-collection/flags/4x3/ax.svg")
}
.flag-country-icon-az{
    background-image:url("../flag-svg-collection/flags/4x3/az.svg")
}
.flag-country-icon-ba{
    background-image:url("../flag-svg-collection/flags/4x3/ba.svg")
}
.flag-country-icon-bb{
    background-image:url("../flag-svg-collection/flags/4x3/bb.svg")
}
.flag-country-icon-bd{
    background-image:url("../flag-svg-collection/flags/4x3/bd.svg")
}
.flag-country-icon-be{
    background-image:url("../flag-svg-collection/flags/4x3/be.svg")
}
.flag-country-icon-bf{
    background-image:url("../flag-svg-collection/flags/4x3/bf.svg")
}
.flag-country-icon-bg{
    background-image:url("../flag-svg-collection/flags/4x3/bg.svg")
}
.flag-country-icon-bh{
    background-image:url("../flag-svg-collection/flags/4x3/bh.svg")
}
.flag-country-icon-bi{
    background-image:url("../flag-svg-collection/flags/4x3/bi.svg")
}
.flag-country-icon-bj{
    background-image:url("../flag-svg-collection/flags/4x3/bj.svg")
}
.flag-country-icon-bl{
    background-image:url("../flag-svg-collection/flags/4x3/bl.svg")
}
.flag-country-icon-bm{
    background-image:url("../flag-svg-collection/flags/4x3/bm.svg")
}
.flag-country-icon-bn{
    background-image:url("../flag-svg-collection/flags/4x3/bn.svg")
}
.flag-country-icon-bo{
    background-image:url("../flag-svg-collection/flags/4x3/bo.svg")
}
.flag-country-icon-bq{
    background-image:url("../flag-svg-collection/flags/4x3/bq.svg")
}
.flag-country-icon-br{
    background-image:url("../flag-svg-collection/flags/4x3/br.svg")
}
.flag-country-icon-bs{
    background-image:url("../flag-svg-collection/flags/4x3/bs.svg")
}
.flag-country-icon-bt{
    background-image:url("../flag-svg-collection/flags/4x3/bt.svg")
}
.flag-country-icon-bv{
    background-image:url("../flag-svg-collection/flags/4x3/bv.svg")
}
.flag-country-icon-bw{
    background-image:url("../flag-svg-collection/flags/4x3/bw.svg")
}
.flag-country-icon-by{
    background-image:url("../flag-svg-collection/flags/4x3/by.svg")
}
.flag-country-icon-bz{
    background-image:url("../flag-svg-collection/flags/4x3/bz.svg")
}
.flag-country-icon-ca{
    background-image:url("../flag-svg-collection/flags/4x3/ca.svg")
}
.flag-country-icon-cc{
    background-image:url("../flag-svg-collection/flags/4x3/cc.svg")
}
.flag-country-icon-cd{
    background-image:url("../flag-svg-collection/flags/4x3/cd.svg")
}
.flag-country-icon-cf{
    background-image:url("../flag-svg-collection/flags/4x3/cf.svg")
}
.flag-country-icon-cg{
    background-image:url("../flag-svg-collection/flags/4x3/cg.svg")
}
.flag-country-icon-ch{
    background-image:url("../flag-svg-collection/flags/4x3/ch.svg")
}
.flag-country-icon-ci{
    background-image:url("../flag-svg-collection/flags/4x3/ci.svg")
}
.flag-country-icon-ck{
    background-image:url("../flag-svg-collection/flags/4x3/ck.svg")
}
.flag-country-icon-cl{
    background-image:url("../flag-svg-collection/flags/4x3/cl.svg")
}
.flag-country-icon-cm{
    background-image:url("../flag-svg-collection/flags/4x3/cm.svg")
}
.flag-country-icon-cn{
    background-image:url("../flag-svg-collection/flags/4x3/cn.svg")
}
.flag-country-icon-co{
    background-image:url("../flag-svg-collection/flags/4x3/co.svg")
}
.flag-country-icon-cr{
    background-image:url("../flag-svg-collection/flags/4x3/cr.svg")
}
.flag-country-icon-cu{
    background-image:url("../flag-svg-collection/flags/4x3/cu.svg")
}
.flag-country-icon-cv{
    background-image:url("../flag-svg-collection/flags/4x3/cv.svg")
}
.flag-country-icon-cw{
    background-image:url("../flag-svg-collection/flags/4x3/cw.svg")
}
.flag-country-icon-cx{
    background-image:url("../flag-svg-collection/flags/4x3/cx.svg")
}
.flag-country-icon-cy{
    background-image:url("../flag-svg-collection/flags/4x3/cy.svg")
}
.flag-country-icon-cz{
    background-image:url("../flag-svg-collection/flags/4x3/cz.svg")
}
.flag-country-icon-de{
    background-image:url("../flag-svg-collection/flags/4x3/de.svg")
}
.flag-country-icon-dj{
    background-image:url("../flag-svg-collection/flags/4x3/dj.svg")
}
.flag-country-icon-dk{
    background-image:url("../flag-svg-collection/flags/4x3/dk.svg")
}
.flag-country-icon-dm{
    background-image:url("../flag-svg-collection/flags/4x3/dm.svg")
}
.flag-country-icon-do{
    background-image:url("../flag-svg-collection/flags/4x3/do.svg")
}
.flag-country-icon-dz{
    background-image:url("../flag-svg-collection/flags/4x3/dz.svg")
}
.flag-country-icon-ec{
    background-image:url("../flag-svg-collection/flags/4x3/ec.svg")
}
.flag-country-icon-ee{
    background-image:url("../flag-svg-collection/flags/4x3/ee.svg")
}
.flag-country-icon-eg{
    background-image:url("../flag-svg-collection/flags/4x3/eg.svg")
}
.flag-country-icon-eh{
    background-image:url("../flag-svg-collection/flags/4x3/eh.svg")
}
.flag-country-icon-er{
    background-image:url("../flag-svg-collection/flags/4x3/er.svg")
}
.flag-country-icon-es{
    background-image:url("../flag-svg-collection/flags/4x3/es.svg")
}
.flag-country-icon-et{
    background-image:url("../flag-svg-collection/flags/4x3/et.svg")
}
.flag-country-icon-fi{
    background-image:url("../flag-svg-collection/flags/4x3/fi.svg")
}
.flag-country-icon-fj{
    background-image:url("../flag-svg-collection/flags/4x3/fj.svg")
}
.flag-country-icon-fk{
    background-image:url("../flag-svg-collection/flags/4x3/fk.svg")
}
.flag-country-icon-fm{
    background-image:url("../flag-svg-collection/flags/4x3/fm.svg")
}
.flag-country-icon-fo{
    background-image:url("../flag-svg-collection/flags/4x3/fo.svg")
}
.flag-country-icon-fr{
    background-image:url("../flag-svg-collection/flags/4x3/fr.svg")
}
.flag-country-icon-ga{
    background-image:url("../flag-svg-collection/flags/4x3/ga.svg")
}
.flag-country-icon-gb{
    background-image:url("../flag-svg-collection/flags/4x3/gb.svg")
}
.flag-country-icon-gd{
    background-image:url("../flag-svg-collection/flags/4x3/gd.svg")
}
.flag-country-icon-ge{
    background-image:url("../flag-svg-collection/flags/4x3/ge.svg")
}
.flag-country-icon-gf{
    background-image:url("../flag-svg-collection/flags/4x3/gf.svg")
}
.flag-country-icon-gg{
    background-image:url("../flag-svg-collection/flags/4x3/gg.svg")
}
.flag-country-icon-gh{
    background-image:url("../flag-svg-collection/flags/4x3/gh.svg")
}
.flag-country-icon-gi{
    background-image:url("../flag-svg-collection/flags/4x3/gi.svg")
}
.flag-country-icon-gl{
    background-image:url("../flag-svg-collection/flags/4x3/gl.svg")
}
.flag-country-icon-gm{
    background-image:url("../flag-svg-collection/flags/4x3/gm.svg")
}
.flag-country-icon-gn{
    background-image:url("../flag-svg-collection/flags/4x3/gn.svg")
}
.flag-country-icon-gp{
    background-image:url("../flag-svg-collection/flags/4x3/gp.svg")
}
.flag-country-icon-gq{
    background-image:url("../flag-svg-collection/flags/4x3/gq.svg")
}
.flag-country-icon-gr{
    background-image:url("../flag-svg-collection/flags/4x3/gr.svg")
}
.flag-country-icon-gs{
    background-image:url("../flag-svg-collection/flags/4x3/gs.svg")
}
.flag-country-icon-gt{
    background-image:url("../flag-svg-collection/flags/4x3/gt.svg")
}
.flag-country-icon-gu{
    background-image:url("../flag-svg-collection/flags/4x3/gu.svg")
}
.flag-country-icon-gw{
    background-image:url("../flag-svg-collection/flags/4x3/gw.svg")
}
.flag-country-icon-gy{
    background-image:url("../flag-svg-collection/flags/4x3/gy.svg")
}
.flag-country-icon-hk{
    background-image:url("../flag-svg-collection/flags/4x3/hk.svg")
}
.flag-country-icon-hm{
    background-image:url("../flag-svg-collection/flags/4x3/hm.svg")
}
.flag-country-icon-hn{
    background-image:url("../flag-svg-collection/flags/4x3/hn.svg")
}
.flag-country-icon-hr{
    background-image:url("../flag-svg-collection/flags/4x3/hr.svg")
}
.flag-country-icon-ht{
    background-image:url("../flag-svg-collection/flags/4x3/ht.svg")
}
.flag-country-icon-hu{
    background-image:url("../flag-svg-collection/flags/4x3/hu.svg")
}
.flag-country-icon-id{
    background-image:url("../flag-svg-collection/flags/4x3/id.svg")
}
.flag-country-icon-ie{
    background-image:url("../flag-svg-collection/flags/4x3/ie.svg")
}
.flag-country-icon-il{
    background-image:url("../flag-svg-collection/flags/4x3/il.svg")
}
.flag-country-icon-im{
    background-image:url("../flag-svg-collection/flags/4x3/im.svg")
}
.flag-country-icon-in{
    background-image:url("../flag-svg-collection/flags/4x3/in.svg")
}
.flag-country-icon-io{
    background-image:url("../flag-svg-collection/flags/4x3/io.svg")
}
.flag-country-icon-iq{
    background-image:url("../flag-svg-collection/flags/4x3/iq.svg")
}
.flag-country-icon-ir{
    background-image:url("../flag-svg-collection/flags/4x3/ir.svg")
}
.flag-country-icon-is{
    background-image:url("../flag-svg-collection/flags/4x3/is.svg")
}
.flag-country-icon-it{
    background-image:url("../flag-svg-collection/flags/4x3/it.svg")
}
.flag-country-icon-je{
    background-image:url("../flag-svg-collection/flags/4x3/je.svg")
}
.flag-country-icon-jm{
    background-image:url("../flag-svg-collection/flags/4x3/jm.svg")
}
.flag-country-icon-jo{
    background-image:url("../flag-svg-collection/flags/4x3/jo.svg")
}
.flag-country-icon-jp{
    background-image:url("../flag-svg-collection/flags/4x3/jp.svg")
}
.flag-country-icon-ke{
    background-image:url("../flag-svg-collection/flags/4x3/ke.svg")
}
.flag-country-icon-kg{
    background-image:url("../flag-svg-collection/flags/4x3/kg.svg")
}
.flag-country-icon-kh{
    background-image:url("../flag-svg-collection/flags/4x3/kh.svg")
}
.flag-country-icon-ki{
    background-image:url("../flag-svg-collection/flags/4x3/ki.svg")
}
.flag-country-icon-km{
    background-image:url("../flag-svg-collection/flags/4x3/km.svg")
}
.flag-country-icon-kn{
    background-image:url("../flag-svg-collection/flags/4x3/kn.svg")
}
.flag-country-icon-kp{
    background-image:url("../flag-svg-collection/flags/4x3/kp.svg")
}
.flag-country-icon-kr{
    background-image:url("../flag-svg-collection/flags/4x3/kr.svg")
}
.flag-country-icon-kw{
    background-image:url("../flag-svg-collection/flags/4x3/kw.svg")
}
.flag-country-icon-ky{
    background-image:url("../flag-svg-collection/flags/4x3/ky.svg")
}
.flag-country-icon-kz{
    background-image:url("../flag-svg-collection/flags/4x3/kz.svg")
}
.flag-country-icon-la{
    background-image:url("../flag-svg-collection/flags/4x3/la.svg")
}
.flag-country-icon-lb{
    background-image:url("../flag-svg-collection/flags/4x3/lb.svg")
}
.flag-country-icon-lc{
    background-image:url("../flag-svg-collection/flags/4x3/lc.svg")
}
.flag-country-icon-li{
    background-image:url("../flag-svg-collection/flags/4x3/li.svg")
}
.flag-country-icon-lk{
    background-image:url("../flag-svg-collection/flags/4x3/lk.svg")
}
.flag-country-icon-lr{
    background-image:url("../flag-svg-collection/flags/4x3/lr.svg")
}
.flag-country-icon-ls{
    background-image:url("../flag-svg-collection/flags/4x3/ls.svg")
}
.flag-country-icon-lt{
    background-image:url("../flag-svg-collection/flags/4x3/lt.svg")
}
.flag-country-icon-lu{
    background-image:url("../flag-svg-collection/flags/4x3/lu.svg")
}
.flag-country-icon-lv{
    background-image:url("../flag-svg-collection/flags/4x3/lv.svg")
}
.flag-country-icon-ly{
    background-image:url("../flag-svg-collection/flags/4x3/ly.svg")
}
.flag-country-icon-ma{
    background-image:url("../flag-svg-collection/flags/4x3/ma.svg")
}
.flag-country-icon-mc{
    background-image:url("../flag-svg-collection/flags/4x3/mc.svg")
}
.flag-country-icon-md{
    background-image:url("../flag-svg-collection/flags/4x3/md.svg")
}
.flag-country-icon-me{
    background-image:url("../flag-svg-collection/flags/4x3/me.svg")
}
.flag-country-icon-mf{
    background-image:url("../flag-svg-collection/flags/4x3/mf.svg")
}
.flag-country-icon-mg{
    background-image:url("../flag-svg-collection/flags/4x3/mg.svg")
}
.flag-country-icon-mh{
    background-image:url("../flag-svg-collection/flags/4x3/mh.svg")
}
.flag-country-icon-mk{
    background-image:url("../flag-svg-collection/flags/4x3/mk.svg")
}
.flag-country-icon-ml{
    background-image:url("../flag-svg-collection/flags/4x3/ml.svg")
}
.flag-country-icon-mm{
    background-image:url("../flag-svg-collection/flags/4x3/mm.svg")
}
.flag-country-icon-mn{
    background-image:url("../flag-svg-collection/flags/4x3/mn.svg")
}
.flag-country-icon-mo{
    background-image:url("../flag-svg-collection/flags/4x3/mo.svg")
}
.flag-country-icon-mp{
    background-image:url("../flag-svg-collection/flags/4x3/mp.svg")
}
.flag-country-icon-mq{
    background-image:url("../flag-svg-collection/flags/4x3/mq.svg")
}
.flag-country-icon-mr{
    background-image:url("../flag-svg-collection/flags/4x3/mr.svg")
}
.flag-country-icon-ms{
    background-image:url("../flag-svg-collection/flags/4x3/ms.svg")
}
.flag-country-icon-mt{
    background-image:url("../flag-svg-collection/flags/4x3/mt.svg")
}
.flag-country-icon-mu{
    background-image:url("../flag-svg-collection/flags/4x3/mu.svg")
}
.flag-country-icon-mv{
    background-image:url("../flag-svg-collection/flags/4x3/mv.svg")
}
.flag-country-icon-mw{
    background-image:url("../flag-svg-collection/flags/4x3/mw.svg")
}
.flag-country-icon-mx{
    background-image:url("../flag-svg-collection/flags/4x3/mx.svg")
}
.flag-country-icon-my{
    background-image:url("../flag-svg-collection/flags/4x3/my.svg")
}
.flag-country-icon-mz{
    background-image:url("../flag-svg-collection/flags/4x3/mz.svg")
}
.flag-country-icon-na{
    background-image:url("../flag-svg-collection/flags/4x3/na.svg")
}
.flag-country-icon-nc{
    background-image:url("../flag-svg-collection/flags/4x3/nc.svg")
}
.flag-country-icon-ne{
    background-image:url("../flag-svg-collection/flags/4x3/ne.svg")
}
.flag-country-icon-nf{
    background-image:url("../flag-svg-collection/flags/4x3/nf.svg")
}
.flag-country-icon-ng{
    background-image:url("../flag-svg-collection/flags/4x3/ng.svg")
}
.flag-country-icon-ni{
    background-image:url("../flag-svg-collection/flags/4x3/ni.svg")
}
.flag-country-icon-nl{
    background-image:url("../flag-svg-collection/flags/4x3/nl.svg")
}
.flag-country-icon-no{
    background-image:url("../flag-svg-collection/flags/4x3/no.svg")
}
.flag-country-icon-np{
    background-image:url("../flag-svg-collection/flags/4x3/np.svg")
}
.flag-country-icon-nr{
    background-image:url("../flag-svg-collection/flags/4x3/nr.svg")
}
.flag-country-icon-nu{
    background-image:url("../flag-svg-collection/flags/4x3/nu.svg")
}
.flag-country-icon-nz{
    background-image:url("../flag-svg-collection/flags/4x3/nz.svg")
}
.flag-country-icon-om{
    background-image:url("../flag-svg-collection/flags/4x3/om.svg")
}
.flag-country-icon-pa{
    background-image:url("../flag-svg-collection/flags/4x3/pa.svg")
}
.flag-country-icon-pe{
    background-image:url("../flag-svg-collection/flags/4x3/pe.svg")
}
.flag-country-icon-pf{
    background-image:url("../flag-svg-collection/flags/4x3/pf.svg")
}
.flag-country-icon-pg{
    background-image:url("../flag-svg-collection/flags/4x3/pg.svg")
}
.flag-country-icon-ph{
    background-image:url("../flag-svg-collection/flags/4x3/ph.svg")
}
.flag-country-icon-pk{
    background-image:url("../flag-svg-collection/flags/4x3/pk.svg")
}
.flag-country-icon-pl{
    background-image:url("../flag-svg-collection/flags/4x3/pl.svg")
}
.flag-country-icon-pm{
    background-image:url("../flag-svg-collection/flags/4x3/pm.svg")
}
.flag-country-icon-pn{
    background-image:url("../flag-svg-collection/flags/4x3/pn.svg")
}
.flag-country-icon-pr{
    background-image:url("../flag-svg-collection/flags/4x3/pr.svg")
}
.flag-country-icon-ps{
    background-image:url("../flag-svg-collection/flags/4x3/ps.svg")
}
.flag-country-icon-pt{
    background-image:url("../flag-svg-collection/flags/4x3/pt.svg")
}
.flag-country-icon-pw{
    background-image:url("../flag-svg-collection/flags/4x3/pw.svg")
}
.flag-country-icon-py{
    background-image:url("../flag-svg-collection/flags/4x3/py.svg")
}
.flag-country-icon-qa{
    background-image:url("../flag-svg-collection/flags/4x3/qa.svg")
}
.flag-country-icon-re{
    background-image:url("../flag-svg-collection/flags/4x3/re.svg")
}
.flag-country-icon-ro{
    background-image:url("../flag-svg-collection/flags/4x3/ro.svg")
}
.flag-country-icon-rs{
    background-image:url("../flag-svg-collection/flags/4x3/rs.svg")
}
.flag-country-icon-ru{
    background-image:url("../flag-svg-collection/flags/4x3/ru.svg")
}
.flag-country-icon-rw{
    background-image:url("../flag-svg-collection/flags/4x3/rw.svg")
}
.flag-country-icon-sa{
    background-image:url("../flag-svg-collection/flags/4x3/sa.svg")
}
.flag-country-icon-sb{
    background-image:url("../flag-svg-collection/flags/4x3/sb.svg")
}
.flag-country-icon-sc{
    background-image:url("../flag-svg-collection/flags/4x3/sc.svg")
}
.flag-country-icon-sd{
    background-image:url("../flag-svg-collection/flags/4x3/sd.svg")
}
.flag-country-icon-se{
    background-image:url("../flag-svg-collection/flags/4x3/se.svg")
}
.flag-country-icon-sg{
    background-image:url("../flag-svg-collection/flags/4x3/sg.svg")
}
.flag-country-icon-sh{
    background-image:url("../flag-svg-collection/flags/4x3/sh.svg")
}
.flag-country-icon-si{
    background-image:url("../flag-svg-collection/flags/4x3/si.svg")
}
.flag-country-icon-sj{
    background-image:url("../flag-svg-collection/flags/4x3/sj.svg")
}
.flag-country-icon-sk{
    background-image:url("../flag-svg-collection/flags/4x3/sk.svg")
}
.flag-country-icon-sl{
    background-image:url("../flag-svg-collection/flags/4x3/sl.svg")
}
.flag-country-icon-sm{
    background-image:url("../flag-svg-collection/flags/4x3/sm.svg")
}
.flag-country-icon-sn{
    background-image:url("../flag-svg-collection/flags/4x3/sn.svg")
}
.flag-country-icon-so{
    background-image:url("../flag-svg-collection/flags/4x3/so.svg")
}
.flag-country-icon-sr{
    background-image:url("../flag-svg-collection/flags/4x3/sr.svg")
}
.flag-country-icon-ss{
    background-image:url("../flag-svg-collection/flags/4x3/ss.svg")
}
.flag-country-icon-st{
    background-image:url("../flag-svg-collection/flags/4x3/st.svg")
}
.flag-country-icon-sv{
    background-image:url("../flag-svg-collection/flags/4x3/sv.svg")
}
.flag-country-icon-sx{
    background-image:url("../flag-svg-collection/flags/4x3/sx.svg")
}
.flag-country-icon-sy{
    background-image:url("../flag-svg-collection/flags/4x3/sy.svg")
}
.flag-country-icon-sz{
    background-image:url("../flag-svg-collection/flags/4x3/sz.svg")
}
.flag-country-icon-tc{
    background-image:url("../flag-svg-collection/flags/4x3/tc.svg")
}
.flag-country-icon-td{
    background-image:url("../flag-svg-collection/flags/4x3/td.svg")
}
.flag-country-icon-tf{
    background-image:url("../flag-svg-collection/flags/4x3/tf.svg")
}
.flag-country-icon-tg{
    background-image:url("../flag-svg-collection/flags/4x3/tg.svg")
}
.flag-country-icon-th{
    background-image:url("../flag-svg-collection/flags/4x3/th.svg")
}
.flag-country-icon-tj{
    background-image:url("../flag-svg-collection/flags/4x3/tj.svg")
}
.flag-country-icon-tk{
    background-image:url("../flag-svg-collection/flags/4x3/tk.svg")
}
.flag-country-icon-tl{
    background-image:url("../flag-svg-collection/flags/4x3/tl.svg")
}
.flag-country-icon-tm{
    background-image:url("../flag-svg-collection/flags/4x3/tm.svg")
}
.flag-country-icon-tn{
    background-image:url("../flag-svg-collection/flags/4x3/tn.svg")
}
.flag-country-icon-to{
    background-image:url("../flag-svg-collection/flags/4x3/to.svg")
}
.flag-country-icon-tr{
    background-image:url("../flag-svg-collection/flags/4x3/tr.svg")
}
.flag-country-icon-tt{
    background-image:url("../flag-svg-collection/flags/4x3/tt.svg")
}
.flag-country-icon-tv{
    background-image:url("../flag-svg-collection/flags/4x3/tv.svg")
}
.flag-country-icon-tw{
    background-image:url("../flag-svg-collection/flags/4x3/tw.svg")
}
.flag-country-icon-tz{
    background-image:url("../flag-svg-collection/flags/4x3/tz.svg")
}
.flag-country-icon-ua{
    background-image:url("../flag-svg-collection/flags/4x3/ua.svg")
}
.flag-country-icon-ug{
    background-image:url("../flag-svg-collection/flags/4x3/ug.svg")
}
.flag-country-icon-um{
    background-image:url("../flag-svg-collection/flags/4x3/um.svg")
}
.flag-country-icon-us{
    background-image:url("../flag-svg-collection/flags/4x3/us.svg")
}
.flag-country-icon-uy{
    background-image:url("../flag-svg-collection/flags/4x3/uy.svg")
}
.flag-country-icon-uz{
    background-image:url("../flag-svg-collection/flags/4x3/uz.svg")
}
.flag-country-icon-va{
    background-image:url("../flag-svg-collection/flags/4x3/va.svg")
}
.flag-country-icon-vc{
    background-image:url("../flag-svg-collection/flags/4x3/vc.svg")
}
.flag-country-icon-ve{
    background-image:url("../flag-svg-collection/flags/4x3/ve.svg")
}
.flag-country-icon-vg{
    background-image:url("../flag-svg-collection/flags/4x3/vg.svg")
}
.flag-country-icon-vi{
    background-image:url("../flag-svg-collection/flags/4x3/vi.svg")
}
.flag-country-icon-vn{
    background-image:url("../flag-svg-collection/flags/4x3/vn.svg")
}
.flag-country-icon-vu{
    background-image:url("../flag-svg-collection/flags/4x3/vu.svg")
}
.flag-country-icon-wf{
    background-image:url("../flag-svg-collection/flags/4x3/wf.svg")
}
.flag-country-icon-ws{
    background-image:url("../flag-svg-collection/flags/4x3/ws.svg")
}
.flag-country-icon-ye{
    background-image:url("../flag-svg-collection/flags/4x3/ye.svg")
}
.flag-country-icon-yt{
    background-image:url("../flag-svg-collection/flags/4x3/yt.svg")
}
.flag-country-icon-za{
    background-image:url("../flag-svg-collection/flags/4x3/za.svg")
}
.flag-country-icon-zm{
    background-image:url("../flag-svg-collection/flags/4x3/zm.svg")
}
.flag-country-icon-zw{
    background-image:url("../flag-svg-collection/flags/4x3/zw.svg")
}
.flag-country-icon-uk{
    background-image:url("../flag-svg-collection/flags/4x3/gb.svg")
}
.flag-country-icon-eu{
    background-image:url("..img/eu-flag.svg")
}
@media (max-width: 767px){
    .adaptive-table-wrapper{
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        min-height:.01%;
        overflow-x:auto
    }
    .adaptive-table-wrapper::-webkit-scrollbar-button{
        background-image:url("");
        background-repeat:no-repeat;
        width:5px;
        height:0px
    }
    .adaptive-table-wrapper::-webkit-scrollbar-track{
        background-color:#ecedee
    }
    .adaptive-table-wrapper::-webkit-scrollbar-thumb{
        border-radius:0px;
        background-color:#e8072a
    }
    .adaptive-table-wrapper::-webkit-scrollbar-thumb:hover{
        background-color:#e8072a
    }
    .adaptive-table-wrapper::-webkit-resizer{
        background-image:url("");
        background-repeat:no-repeat;
        width:4px;
        height:0px
    }
    .adaptive-table-wrapper::-webkit-scrollbar{
        width:4px
    }
    .adaptive-table{
        width:100%;
        max-width:100%;
        padding:0 30px;
        box-shadow:none
    }
    .adaptive-table td{
        padding-left:30px;
        padding-right:30px;
        white-space:nowrap
    }
    .adaptive-table td:first-child{
        min-width:300px;
        white-space:normal
    }
}
.email-popup{
    display:none;
    opacity:0;
    position:fixed;
    left:380px;
    bottom:30px;
    width:412px;
    height:168px;
    z-index:999999;
    border:1px solid #ddd;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:left;
    background-size:auto 100%;
    background-image:url(../img/marketing-site/pictures/email-girl.png)
}
.email-popup .email-popup-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.email-popup .email-popup-text{
    width:228px
}
.email-popup .hidden{
    display:none
}
.email-popup form{
    margin-left:auto;
    width:70%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:left;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.email-popup h2{
    font-size:.9375em;
    font-weight:400;
    text-transform:uppercase
}
.email-popup p{
    color:#070707;
    font-size:.9375em
}
.email-popup input{
    width:227px;
    height:24px;
    border:1px solid #f90013;
    background-color:#ffffff
}
.email-popup .email-submit-button{
    width:112px;
    height:24px;
    color:#fff;
    background-color:#f90013
}
.email-popup .email-submit-button.dark{
    background-color:#3e6a7b
}
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:'FontAwesome';
    src:url("/static/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src:url("/static/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("/static/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("/static/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("/static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("/static/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight:normal;
    font-style:normal
}
.fa{
    #display:inline-block;
    #font:normal normal normal 14px/1 FontAwesome;
    #font-size:inherit;
    #text-rendering:auto;
    #-webkit-font-smoothing:antialiased;
    #-moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14286em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14286em;
    width:2.14286em;
    top:.14286em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714em
}
.fa-border{
    padding:.2em .25em .15em;
    border:solid 0.08em #eee;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right{
    margin-left:.3em
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:""
}
.fa-music:before{
    content:""
}
.fa-search:before{
    content:""
}
.fa-envelope-o:before{
    content:""
}
.fa-heart:before{
    content:""
}
.fa-star:before{
    content:""
}
.fa-star-o:before{
    content:""
}
.fa-user:before{
    content:""
}
.fa-film:before{
    content:""
}
.fa-th-large:before{
    content:""
}
.fa-th:before{
    content:""
}
.fa-th-list:before{
    content:""
}
.fa-check:before{
    content:""
}
.fa-remove:before,.fa-close:before,.fa-times:before{
    content:""
}
.fa-search-plus:before{
    content:""
}
.fa-search-minus:before{
    content:""
}
.fa-power-off:before{
    content:""
}
.fa-signal:before{
    content:""
}
.fa-gear:before,.fa-cog:before{
    content:""
}
.fa-trash-o:before{
    content:""
}
.fa-home:before{
    content:""
}
.fa-file-o:before{
    content:""
}
.fa-clock-o:before{
    content:""
}
.fa-road:before{
    content:""
}
.fa-download:before{
    content:""
}
.fa-arrow-circle-o-down:before{
    content:""
}
.fa-arrow-circle-o-up:before{
    content:""
}
.fa-inbox:before{
    content:""
}
.fa-play-circle-o:before{
    content:""
}
.fa-rotate-right:before,.fa-repeat:before{
    content:""
}
.fa-refresh:before{
    content:""
}
.fa-list-alt:before{
    content:""
}
.fa-lock:before{
    content:""
}
.fa-flag:before{
    content:""
}
.fa-headphones:before{
    content:""
}
.fa-volume-off:before{
    content:""
}
.fa-volume-down:before{
    content:""
}
.fa-volume-up:before{
    content:""
}
.fa-qrcode:before{
    content:""
}
.fa-barcode:before{
    content:""
}
.fa-tag:before{
    content:""
}
.fa-tags:before{
    content:""
}
.fa-book:before{
    content:""
}
.fa-bookmark:before{
    content:""
}
.fa-print:before{
    content:""
}
.fa-camera:before{
    content:""
}
.fa-font:before{
    content:""
}
.fa-bold:before{
    content:""
}
.fa-italic:before{
    content:""
}
.fa-text-height:before{
    content:""
}
.fa-text-width:before{
    content:""
}
.fa-align-left:before{
    content:""
}
.fa-align-center:before{
    content:""
}
.fa-align-right:before{
    content:""
}
.fa-align-justify:before{
    content:""
}
.fa-list:before{
    content:""
}
.fa-dedent:before,.fa-outdent:before{
    content:""
}
.fa-indent:before{
    content:""
}
.fa-video-camera:before{
    content:""
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{
    content:""
}
.fa-pencil:before{
    content:""
}
.fa-map-marker:before{
    content:""
}
.fa-adjust:before{
    content:""
}
.fa-tint:before{
    content:""
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:""
}
.fa-share-square-o:before{
    content:""
}
.fa-check-square-o:before{
    content:""
}
.fa-arrows:before{
    content:""
}
.fa-step-backward:before{
    content:""
}
.fa-fast-backward:before{
    content:""
}
.fa-backward:before{
    content:""
}
.fa-play:before{
    content:""
}
.fa-pause:before{
    content:""
}
.fa-stop:before{
    content:""
}
.fa-forward:before{
    content:""
}
.fa-fast-forward:before{
    content:""
}
.fa-step-forward:before{
    content:""
}
.fa-eject:before{
    content:""
}
.fa-chevron-left:before{
    content:""
}
.fa-chevron-right:before{
    content:""
}
.fa-plus-circle:before{
    content:""
}
.fa-minus-circle:before{
    content:""
}
.fa-times-circle:before{
    content:""
}
.fa-check-circle:before{
    content:""
}
.fa-question-circle:before{
    content:""
}
.fa-info-circle:before{
    content:""
}
.fa-crosshairs:before{
    content:""
}
.fa-times-circle-o:before{
    content:""
}
.fa-check-circle-o:before{
    content:""
}
.fa-ban:before{
    content:""
}
.fa-arrow-left:before{
    content:""
}
.fa-arrow-right:before{
    content:""
}
.fa-arrow-up:before{
    content:""
}
.fa-arrow-down:before{
    content:""
}
.fa-mail-forward:before,.fa-share:before{
    content:""
}
.fa-expand:before{
    content:""
}
.fa-compress:before{
    content:""
}
.fa-plus:before{
    content:""
}
.fa-minus:before{
    content:""
}
.fa-asterisk:before{
    content:""
}
.fa-exclamation-circle:before{
    content:""
}
.fa-gift:before{
    content:""
}
.fa-leaf:before{
    content:""
}
.fa-fire:before{
    content:""
}
.fa-eye:before{
    content:""
}
.fa-eye-slash:before{
    content:""
}
.fa-warning:before,.fa-exclamation-triangle:before{
    content:""
}
.fa-plane:before{
    content:""
}
.fa-calendar:before{
    content:""
}
.fa-random:before{
    content:""
}
.fa-comment:before{
    content:""
}
.fa-magnet:before{
    content:""
}
.fa-chevron-up:before{
    content:""
}
.fa-chevron-down:before{
    content:""
}
.fa-retweet:before{
    content:""
}
.fa-shopping-cart:before{
    content:""
}
.fa-folder:before{
    content:""
}
.fa-folder-open:before{
    content:""
}
.fa-arrows-v:before{
    content:""
}
.fa-arrows-h:before{
    content:""
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:""
}
.fa-twitter-square:before{
    content:""
}
.fa-facebook-square:before{
    content:""
}
.fa-camera-retro:before{
    content:""
}
.fa-key:before{
    content:""
}
.fa-gears:before,.fa-cogs:before{
    content:""
}
.fa-comments:before{
    content:""
}
.fa-thumbs-o-up:before{
    content:""
}
.fa-thumbs-o-down:before{
    content:""
}
.fa-star-half:before{
    content:""
}
.fa-heart-o:before{
    content:""
}
.fa-sign-out:before{
    content:""
}
.fa-linkedin-square:before{
    content:""
}
.fa-thumb-tack:before{
    content:""
}
.fa-external-link:before{
    content:""
}
.fa-sign-in:before{
    content:""
}
.fa-trophy:before{
    content:""
}
.fa-github-square:before{
    content:""
}
.fa-upload:before{
    content:""
}
.fa-lemon-o:before{
    content:""
}
.fa-phone:before{
    content:""
}
.fa-square-o:before{
    content:""
}
.fa-bookmark-o:before{
    content:""
}
.fa-phone-square:before{
    content:""
}
.fa-twitter:before{
    content:""
}
.fa-facebook-f:before,.fa-facebook:before{
    content:""
}
.fa-github:before{
    content:""
}
.fa-unlock:before{
    content:""
}
.fa-c#FF6600it-card:before{
    content:""
}
.fa-feed:before,.fa-rss:before{
    content:""
}
.fa-hdd-o:before{
    content:""
}
.fa-bullhorn:before{
    content:""
}
.fa-bell:before{
    content:""
}
.fa-certificate:before{
    content:""
}
.fa-hand-o-right:before{
    content:""
}
.fa-hand-o-left:before{
    content:""
}
.fa-hand-o-up:before{
    content:""
}
.fa-hand-o-down:before{
    content:""
}
.fa-arrow-circle-left:before{
    content:""
}
.fa-arrow-circle-right:before{
    content:""
}
.fa-arrow-circle-up:before{
    content:""
}
.fa-arrow-circle-down:before{
    content:""
}
.fa-globe:before{
    content:""
}
.fa-wrench:before{
    content:""
}
.fa-tasks:before{
    content:""
}
.fa-filter:before{
    content:""
}
.fa-briefcase:before{
    content:""
}
.fa-arrows-alt:before{
    content:""
}
.fa-group:before,.fa-users:before{
    content:""
}
.fa-chain:before,.fa-link:before{
    content:""
}
.fa-cloud:before{
    content:""
}
.fa-flask:before{
    content:""
}
.fa-cut:before,.fa-scissors:before{
    content:""
}
.fa-copy:before,.fa-files-o:before{
    content:""
}
.fa-paperclip:before{
    content:""
}
.fa-save:before,.fa-floppy-o:before{
    content:""
}
.fa-square:before{
    content:""
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{
    content:""
}
.fa-list-ul:before{
    content:""
}
.fa-list-ol:before{
    content:""
}
.fa-strikethrough:before{
    content:""
}
.fa-underline:before{
    content:""
}
.fa-table:before{
    content:""
}
.fa-magic:before{
    content:""
}
.fa-truck:before{
    content:""
}
.fa-pinterest:before{
    content:""
}
.fa-pinterest-square:before{
    content:""
}
.fa-google-plus-square:before{
    content:""
}
.fa-google-plus:before{
    content:""
}
.fa-money:before{
    content:""
}
.fa-caret-down:before{
    content:""
}
.fa-caret-up:before{
    content:""
}
.fa-caret-left:before{
    content:""
}
.fa-caret-right:before{
    content:""
}
.fa-columns:before{
    content:""
}
.fa-unsorted:before,.fa-sort:before{
    content:""
}
.fa-sort-down:before,.fa-sort-desc:before{
    content:""
}
.fa-sort-up:before,.fa-sort-asc:before{
    content:""
}
.fa-envelope:before{
    content:""
}
.fa-linkedin:before{
    content:""
}
.fa-rotate-left:before,.fa-undo:before{
    content:""
}
.fa-legal:before,.fa-gavel:before{
    content:""
}
.fa-dashboard:before,.fa-tachometer:before{
    content:""
}
.fa-comment-o:before{
    content:""
}
.fa-comments-o:before{
    content:""
}
.fa-flash:before,.fa-bolt:before{
    content:""
}
.fa-sitemap:before{
    content:""
}
.fa-umbrella:before{
    content:""
}
.fa-paste:before,.fa-clipboard:before{
    content:""
}
.fa-lightbulb-o:before{
    content:""
}
.fa-exchange:before{
    content:""
}
.fa-cloud-download:before{
    content:""
}
.fa-cloud-upload:before{
    content:""
}
.fa-user-md:before{
    content:""
}
.fa-stethoscope:before{
    content:""
}
.fa-suitcase:before{
    content:""
}
.fa-bell-o:before{
    content:""
}
.fa-coffee:before{
    content:""
}
.fa-cutlery:before{
    content:""
}
.fa-file-text-o:before{
    content:""
}
.fa-building-o:before{
    content:""
}
.fa-hospital-o:before{
    content:""
}
.fa-ambulance:before{
    content:""
}
.fa-medkit:before{
    content:""
}
.fa-fighter-jet:before{
    content:""
}
.fa-beer:before{
    content:""
}
.fa-h-square:before{
    content:""
}
.fa-plus-square:before{
    content:""
}
.fa-angle-double-left:before{
    content:""
}
.fa-angle-double-right:before{
    content:""
}
.fa-angle-double-up:before{
    content:""
}
.fa-angle-double-down:before{
    content:""
}
.fa-angle-left:before{
    content:""
}
.fa-angle-right:before{
    content:""
}
.fa-angle-up:before{
    content:""
}
.fa-angle-down:before{
    content:""
}
.fa-desktop:before{
    content:""
}
.fa-laptop:before{
    content:""
}
.fa-tablet:before{
    content:""
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:""
}
.fa-circle-o:before{
    content:""
}
.fa-quote-left:before{
    content:""
}
.fa-quote-right:before{
    content:""
}
.fa-spinner:before{
    content:""
}
.fa-circle:before{
    content:""
}
.fa-mail-reply:before,.fa-reply:before{
    content:""
}
.fa-github-alt:before{
    content:""
}
.fa-folder-o:before{
    content:""
}
.fa-folder-open-o:before{
    content:""
}
.fa-smile-o:before{
    content:""
}
.fa-frown-o:before{
    content:""
}
.fa-meh-o:before{
    content:""
}
.fa-gamepad:before{
    content:""
}
.fa-keyboard-o:before{
    content:""
}
.fa-flag-o:before{
    content:""
}
.fa-flag-checke#FF6600:before{
    content:""
}
.fa-terminal:before{
    content:""
}
.fa-code:before{
    content:""
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:""
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:""
}
.fa-location-arrow:before{
    content:""
}
.fa-crop:before{
    content:""
}
.fa-code-fork:before{
    content:""
}
.fa-unlink:before,.fa-chain-broken:before{
    content:""
}
.fa-question:before{
    content:""
}
.fa-info:before{
    content:""
}
.fa-exclamation:before{
    content:""
}
.fa-superscript:before{
    content:""
}
.fa-subscript:before{
    content:""
}
.fa-eraser:before{
    content:""
}
.fa-puzzle-piece:before{
    content:""
}
.fa-microphone:before{
    content:""
}
.fa-microphone-slash:before{
    content:""
}
.fa-shield:before{
    content:""
}
.fa-calendar-o:before{
    content:""
}
.fa-fire-extinguisher:before{
    content:""
}
.fa-rocket:before{
    content:""
}
.fa-maxcdn:before{
    content:""
}
.fa-chevron-circle-left:before{
    content:""
}
.fa-chevron-circle-right:before{
    content:""
}
.fa-chevron-circle-up:before{
    content:""
}
.fa-chevron-circle-down:before{
    content:""
}
.fa-html5:before{
    content:""
}
.fa-css3:before{
    content:""
}
.fa-anchor:before{
    content:""
}
.fa-unlock-alt:before{
    content:""
}
.fa-bullseye:before{
    content:""
}
.fa-ellipsis-h:before{
    content:""
}
.fa-ellipsis-v:before{
    content:""
}
.fa-rss-square:before{
    content:""
}
.fa-play-circle:before{
    content:""
}
.fa-ticket:before{
    content:""
}
.fa-minus-square:before{
    content:""
}
.fa-minus-square-o:before{
    content:""
}
.fa-level-up:before{
    content:""
}
.fa-level-down:before{
    content:""
}
.fa-check-square:before{
    content:""
}
.fa-pencil-square:before{
    content:""
}
.fa-external-link-square:before{
    content:""
}
.fa-share-square:before{
    content:""
}
.fa-compass:before{
    content:""
}
.fa-toggle-down:before,.fa-caret-square-o-down:before{
    content:""
}
.fa-toggle-up:before,.fa-caret-square-o-up:before{
    content:""
}
.fa-toggle-right:before,.fa-caret-square-o-right:before{
    content:""
}
.fa-euro:before,.fa-eur:before{
    content:""
}
.fa-gbp:before{
    content:""
}
.fa-dollar:before,.fa-usd:before{
    content:""
}
.fa-rupee:before,.fa-inr:before{
    content:""
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
    content:""
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{
    content:""
}
.fa-won:before,.fa-krw:before{
    content:""
}
.fa-bitcoin:before,.fa-btc:before{
    content:""
}
.fa-file:before{
    content:""
}
.fa-file-text:before{
    content:""
}
.fa-sort-alpha-asc:before{
    content:""
}
.fa-sort-alpha-desc:before{
    content:""
}
.fa-sort-amount-asc:before{
    content:""
}
.fa-sort-amount-desc:before{
    content:""
}
.fa-sort-numeric-asc:before{
    content:""
}
.fa-sort-numeric-desc:before{
    content:""
}
.fa-thumbs-up:before{
    content:""
}
.fa-thumbs-down:before{
    content:""
}
.fa-youtube-square:before{
    content:""
}
.fa-youtube:before{
    content:""
}
.fa-xing:before{
    content:""
}
.fa-xing-square:before{
    content:""
}
.fa-youtube-play:before{
    content:""
}
.fa-dropbox:before{
    content:""
}
.fa-stack-overflow:before{
    content:""
}
.fa-instagram:before{
    content:""
}
.fa-flickr:before{
    content:""
}
.fa-adn:before{
    content:""
}
.fa-bitbucket:before{
    content:""
}
.fa-bitbucket-square:before{
    content:""
}
.fa-tumblr:before{
    content:""
}
.fa-tumblr-square:before{
    content:""
}
.fa-long-arrow-down:before{
    content:""
}
.fa-long-arrow-up:before{
    content:""
}
.fa-long-arrow-left:before{
    content:""
}
.fa-long-arrow-right:before{
    content:""
}
.fa-apple:before{
    content:""
}
.fa-windows:before{
    content:""
}
.fa-android:before{
    content:""
}
.fa-linux:before{
    content:""
}
.fa-dribbble:before{
    content:""
}
.fa-skype:before{
    content:""
}
.fa-foursquare:before{
    content:""
}
.fa-trello:before{
    content:""
}
.fa-female:before{
    content:""
}
.fa-male:before{
    content:""
}
.fa-gittip:before,.fa-gratipay:before{
    content:""
}
.fa-sun-o:before{
    content:""
}
.fa-moon-o:before{
    content:""
}
.fa-archive:before{
    content:""
}
.fa-bug:before{
    content:""
}
.fa-vk:before{
    content:""
}
.fa-weibo:before{
    content:""
}
.fa-renren:before{
    content:""
}
.fa-pagelines:before{
    content:""
}
.fa-stack-exchange:before{
    content:""
}
.fa-arrow-circle-o-right:before{
    content:""
}
.fa-arrow-circle-o-left:before{
    content:""
}
.fa-toggle-left:before,.fa-caret-square-o-left:before{
    content:""
}
.fa-dot-circle-o:before{
    content:""
}
.fa-wheelchair:before{
    content:""
}
.fa-vimeo-square:before{
    content:""
}
.fa-turkish-lira:before,.fa-try:before{
    content:""
}
.fa-plus-square-o:before{
    content:""
}
.fa-space-shuttle:before{
    content:""
}
.fa-slack:before{
    content:""
}
.fa-envelope-square:before{
    content:""
}
.fa-wordpress:before{
    content:""
}
.fa-openid:before{
    content:""
}
.fa-institution:before,.fa-bank:before,.fa-university:before{
    content:""
}
.fa-mortar-board:before,.fa-graduation-cap:before{
    content:""
}
.fa-yahoo:before{
    content:""
}
.fa-google:before{
    content:""
}
.fa-#FF6600dit:before{
    content:""
}
.fa-#FF6600dit-square:before{
    content:""
}
.fa-stumbleupon-circle:before{
    content:""
}
.fa-stumbleupon:before{
    content:""
}
.fa-delicious:before{
    content:""
}
.fa-digg:before{
    content:""
}
.fa-pied-piper-pp:before{
    content:""
}
.fa-pied-piper-alt:before{
    content:""
}
.fa-drupal:before{
    content:""
}
.fa-joomla:before{
    content:""
}
.fa-language:before{
    content:""
}
.fa-fax:before{
    content:""
}
.fa-building:before{
    content:""
}
.fa-child:before{
    content:""
}
.fa-paw:before{
    content:""
}
.fa-spoon:before{
    content:""
}
.fa-cube:before{
    content:""
}
.fa-cubes:before{
    content:""
}
.fa-behance:before{
    content:""
}
.fa-behance-square:before{
    content:""
}
.fa-steam:before{
    content:""
}
.fa-steam-square:before{
    content:""
}
.fa-recycle:before{
    content:""
}
.fa-automobile:before,.fa-car:before{
    content:""
}
.fa-cab:before,.fa-taxi:before{
    content:""
}
.fa-tree:before{
    content:""
}
.fa-spotify:before{
    content:""
}
.fa-deviantart:before{
    content:""
}
.fa-soundcloud:before{
    content:""
}
.fa-database:before{
    content:""
}
.fa-file-pdf-o:before{
    content:""
}
.fa-file-word-o:before{
    content:""
}
.fa-file-excel-o:before{
    content:""
}
.fa-file-powerpoint-o:before{
    content:""
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{
    content:""
}
.fa-file-zip-o:before,.fa-file-archive-o:before{
    content:""
}
.fa-file-sound-o:before,.fa-file-audio-o:before{
    content:""
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:""
}
.fa-file-code-o:before{
    content:""
}
.fa-vine:before{
    content:""
}
.fa-codepen:before{
    content:""
}
.fa-jsfiddle:before{
    content:""
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{
    content:""
}
.fa-circle-o-notch:before{
    content:""
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{
    content:""
}
.fa-ge:before,.fa-empire:before{
    content:""
}
.fa-git-square:before{
    content:""
}
.fa-git:before{
    content:""
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{
    content:""
}
.fa-tencent-weibo:before{
    content:""
}
.fa-qq:before{
    content:""
}
.fa-wechat:before,.fa-weixin:before{
    content:""
}
.fa-send:before,.fa-paper-plane:before{
    content:""
}
.fa-send-o:before,.fa-paper-plane-o:before{
    content:""
}
.fa-history:before{
    content:""
}
.fa-circle-thin:before{
    content:""
}
.fa-header:before{
    content:""
}
.fa-paragraph:before{
    content:""
}
.fa-sliders:before{
    content:""
}
.fa-share-alt:before{
    content:""
}
.fa-share-alt-square:before{
    content:""
}
.fa-bomb:before{
    content:""
}
.fa-soccer-ball-o:before,.fa-futbol-o:before{
    content:""
}
.fa-tty:before{
    content:""
}
.fa-binoculars:before{
    content:""
}
.fa-plug:before{
    content:""
}
.fa-slideshare:before{
    content:""
}
.fa-twitch:before{
    content:""
}
.fa-yelp:before{
    content:""
}
.fa-newspaper-o:before{
    content:""
}
.fa-wifi:before{
    content:""
}
.fa-calculator:before{
    content:""
}
.fa-paypal:before{
    content:""
}
.fa-google-wallet:before{
    content:""
}
.fa-cc-visa:before{
    content:""
}
.fa-cc-mastercard:before{
    content:""
}
.fa-cc-discover:before{
    content:""
}
.fa-cc-amex:before{
    content:""
}
.fa-cc-paypal:before{
    content:""
}
.fa-cc-stripe:before{
    content:""
}
.fa-bell-slash:before{
    content:""
}
.fa-bell-slash-o:before{
    content:""
}
.fa-trash:before{
    content:""
}
.fa-copyright:before{
    content:""
}
.fa-at:before{
    content:""
}
.fa-eyedropper:before{
    content:""
}
.fa-paint-brush:before{
    content:""
}
.fa-birthday-cake:before{
    content:""
}
.fa-area-chart:before{
    content:""
}
.fa-pie-chart:before{
    content:""
}
.fa-line-chart:before{
    content:""
}
.fa-lastfm:before{
    content:""
}
.fa-lastfm-square:before{
    content:""
}
.fa-toggle-off:before{
    content:""
}
.fa-toggle-on:before{
    content:""
}
.fa-bicycle:before{
    content:""
}
.fa-bus:before{
    content:""
}
.fa-ioxhost:before{
    content:""
}
.fa-angellist:before{
    content:""
}
.fa-cc:before{
    content:""
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{
    content:""
}
.fa-meanpath:before{
    content:""
}
.fa-buysellads:before{
    content:""
}
.fa-connectdevelop:before{
    content:""
}
.fa-dashcube:before{
    content:""
}
.fa-forumbee:before{
    content:""
}
.fa-leanpub:before{
    content:""
}
.fa-sellsy:before{
    content:""
}
.fa-shirtsinbulk:before{
    content:""
}
.fa-simplybuilt:before{
    content:""
}
.fa-skyatlas:before{
    content:""
}
.fa-cart-plus:before{
    content:""
}
.fa-cart-arrow-down:before{
    content:""
}
.fa-diamond:before{
    content:""
}
.fa-ship:before{
    content:""
}
.fa-user-secret:before{
    content:""
}
.fa-motorcycle:before{
    content:""
}
.fa-street-view:before{
    content:""
}
.fa-heartbeat:before{
    content:""
}
.fa-venus:before{
    content:""
}
.fa-mars:before{
    content:""
}
.fa-mercury:before{
    content:""
}
.fa-intersex:before,.fa-transgender:before{
    content:""
}
.fa-transgender-alt:before{
    content:""
}
.fa-venus-double:before{
    content:""
}
.fa-mars-double:before{
    content:""
}
.fa-venus-mars:before{
    content:""
}
.fa-mars-stroke:before{
    content:""
}
.fa-mars-stroke-v:before{
    content:""
}
.fa-mars-stroke-h:before{
    content:""
}
.fa-neuter:before{
    content:""
}
.fa-genderless:before{
    content:""
}
.fa-facebook-official:before{
    content:""
}
.fa-pinterest-p:before{
    content:""
}
.fa-whatsapp:before{
    content:""
}
.fa-server:before{
    content:""
}
.fa-user-plus:before{
    content:""
}
.fa-user-times:before{
    content:""
}
.fa-hotel:before,.fa-bed:before{
    content:""
}
.fa-viacoin:before{
    content:""
}
.fa-train:before{
    content:""
}
.fa-subway:before{
    content:""
}
.fa-medium:before{
    content:""
}
.fa-yc:before,.fa-y-combinator:before{
    content:""
}
.fa-optin-monster:before{
    content:""
}
.fa-opencart:before{
    content:""
}
.fa-expeditedssl:before{
    content:""
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{
    content:""
}
.fa-battery-3:before,.fa-battery-three-quarters:before{
    content:""
}
.fa-battery-2:before,.fa-battery-half:before{
    content:""
}
.fa-battery-1:before,.fa-battery-quarter:before{
    content:""
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:""
}
.fa-mouse-pointer:before{
    content:""
}
.fa-i-cursor:before{
    content:""
}
.fa-object-group:before{
    content:""
}
.fa-object-ungroup:before{
    content:""
}
.fa-sticky-note:before{
    content:""
}
.fa-sticky-note-o:before{
    content:""
}
.fa-cc-jcb:before{
    content:""
}
.fa-cc-diners-club:before{
    content:""
}
.fa-clone:before{
    content:""
}
.fa-balance-scale:before{
    content:""
}
.fa-hourglass-o:before{
    content:""
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:""
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:""
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:""
}
.fa-hourglass:before{
    content:""
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{
    content:""
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{
    content:""
}
.fa-hand-scissors-o:before{
    content:""
}
.fa-hand-lizard-o:before{
    content:""
}
.fa-hand-spock-o:before{
    content:""
}
.fa-hand-pointer-o:before{
    content:""
}
.fa-hand-peace-o:before{
    content:""
}
.fa-trademark:before{
    content:""
}
.fa-registe#FF6600:before{
    content:""
}
.fa-creative-commons:before{
    content:""
}
.fa-gg:before{
    content:""
}
.fa-gg-circle:before{
    content:""
}
.fa-tripadvisor:before{
    content:""
}
.fa-odnoklassniki:before{
    content:""
}
.fa-odnoklassniki-square:before{
    content:""
}
.fa-get-pocket:before{
    content:""
}
.fa-wikipedia-w:before{
    content:""
}
.fa-safari:before{
    content:""
}
.fa-chrome:before{
    content:""
}
.fa-firefox:before{
    content:""
}
.fa-opera:before{
    content:""
}
.fa-internet-explorer:before{
    content:""
}
.fa-tv:before,.fa-television:before{
    content:""
}
.fa-contao:before{
    content:""
}
.fa-500px:before{
    content:""
}
.fa-amazon:before{
    content:""
}
.fa-calendar-plus-o:before{
    content:""
}
.fa-calendar-minus-o:before{
    content:""
}
.fa-calendar-times-o:before{
    content:""
}
.fa-calendar-check-o:before{
    content:""
}
.fa-industry:before{
    content:""
}
.fa-map-pin:before{
    content:""
}
.fa-map-signs:before{
    content:""
}
.fa-map-o:before{
    content:""
}
.fa-map:before{
    content:""
}
.fa-commenting:before{
    content:""
}
.fa-commenting-o:before{
    content:""
}
.fa-houzz:before{
    content:""
}
.fa-vimeo:before{
    content:""
}
.fa-black-tie:before{
    content:""
}
.fa-fonticons:before{
    content:""
}
.fa-#FF6600dit-alien:before{
    content:""
}
.fa-edge:before{
    content:""
}
.fa-c#FF6600it-card-alt:before{
    content:""
}
.fa-codiepie:before{
    content:""
}
.fa-modx:before{
    content:""
}
.fa-fort-awesome:before{
    content:""
}
.fa-usb:before{
    content:""
}
.fa-product-hunt:before{
    content:""
}
.fa-mixcloud:before{
    content:""
}
.fa-scribd:before{
    content:""
}
.fa-pause-circle:before{
    content:""
}
.fa-pause-circle-o:before{
    content:""
}
.fa-stop-circle:before{
    content:""
}
.fa-stop-circle-o:before{
    content:""
}
.fa-shopping-bag:before{
    content:""
}
.fa-shopping-basket:before{
    content:""
}
.fa-hashtag:before{
    content:""
}
.fa-bluetooth:before{
    content:""
}
.fa-bluetooth-b:before{
    content:""
}
.fa-percent:before{
    content:""
}
.fa-gitlab:before{
    content:""
}
.fa-wpbeginner:before{
    content:""
}
.fa-wpforms:before{
    content:""
}
.fa-envira:before{
    content:""
}
.fa-universal-access:before{
    content:""
}
.fa-wheelchair-alt:before{
    content:""
}
.fa-question-circle-o:before{
    content:""
}
.fa-blind:before{
    content:""
}
.fa-audio-description:before{
    content:""
}
.fa-volume-control-phone:before{
    content:""
}
.fa-braille:before{
    content:""
}
.fa-assistive-listening-systems:before{
    content:""
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{
    content:""
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{
    content:""
}
.fa-glide:before{
    content:""
}
.fa-glide-g:before{
    content:""
}
.fa-signing:before,.fa-sign-language:before{
    content:""
}
.fa-low-vision:before{
    content:""
}
.fa-viadeo:before{
    content:""
}
.fa-viadeo-square:before{
    content:""
}
.fa-snapchat:before{
    content:""
}
.fa-snapchat-ghost:before{
    content:""
}
.fa-snapchat-square:before{
    content:""
}
.fa-pied-piper:before{
    content:""
}
.fa-first-order:before{
    content:""
}
.fa-yoast:before{
    content:""
}
.fa-themeisle:before{
    content:""
}
.fa-google-plus-circle:before,.fa-google-plus-official:before{
    content:""
}
.fa-fa:before,.fa-font-awesome:before{
    content:""
}
.fa-handshake-o:before{
    content:""
}
.fa-envelope-open:before{
    content:""
}
.fa-envelope-open-o:before{
    content:""
}
.fa-linode:before{
    content:""
}
.fa-address-book:before{
    content:""
}
.fa-address-book-o:before{
    content:""
}
.fa-vcard:before,.fa-address-card:before{
    content:""
}
.fa-vcard-o:before,.fa-address-card-o:before{
    content:""
}
.fa-user-circle:before{
    content:""
}
.fa-user-circle-o:before{
    content:""
}
.fa-user-o:before{
    content:""
}
.fa-id-badge:before{
    content:""
}
.fa-drivers-license:before,.fa-id-card:before{
    content:""
}
.fa-drivers-license-o:before,.fa-id-card-o:before{
    content:""
}
.fa-quora:before{
    content:""
}
.fa-free-code-camp:before{
    content:""
}
.fa-telegram:before{
    content:""
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{
    content:""
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{
    content:""
}
.fa-thermometer-2:before,.fa-thermometer-half:before{
    content:""
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{
    content:""
}
.fa-thermometer-0:before,.fa-thermometer-empty:before{
    content:""
}
.fa-shower:before{
    content:""
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{
    content:""
}
.fa-podcast:before{
    content:""
}
.fa-window-maximize:before{
    content:""
}
.fa-window-minimize:before{
    content:""
}
.fa-window-restore:before{
    content:""
}
.fa-times-rectangle:before,.fa-window-close:before{
    content:""
}
.fa-times-rectangle-o:before,.fa-window-close-o:before{
    content:""
}
.fa-bandcamp:before{
    content:""
}
.fa-grav:before{
    content:""
}
.fa-etsy:before{
    content:""
}
.fa-imdb:before{
    content:""
}
.fa-ravelry:before{
    content:""
}
.fa-eercast:before{
    content:""
}
.fa-microchip:before{
    content:""
}
.fa-snowflake-o:before{
    content:""
}
.fa-superpowers:before{
    content:""
}
.fa-wpexplorer:before{
    content:""
}
.fa-meetup:before{
    content:""
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
.footer{
    position:relative
}
@media (max-width: 767px){
    .footer{
        text-align:center
    }
}
.footer__box{
    padding-top:75px;
    padding-bottom:60px;
    border-bottom:1px solid #ddd
}
@media (min-width: 993px){
    .footer__box--hidden-desktop{
        display:none
    }
}
@media (max-width: 992px){
    .footer__box--hidden-tablets{
        display:none
    }
}
@media (max-width: 992px){
    .footer__box{
        padding:30px 0
    }
}
@media (max-width: 767px){
    .footer__box .container,.footer__box .slider_jumbotron__dots_container,.footer__box .techs__slider{
        max-width:300px
    }
}
@media (max-width: 767px){
    .footer__box{
        border:none
    }
}
@media (max-width: 767px){
    .footer__box--border-on-mobiles{
        border-bottom:1px solid #ddd
    }
}
@media (max-width: 767px){
    .footer__logo_box{
        padding-bottom:0
    }
}
@media (max-width: 767px){
    .footer__info_box{
        padding-top:16px
    }
}
@media (max-width: 767px){
    .footer__box__links{
        margin-top:20px
    }
}
@media (max-width: 767px){
    .footer__box__item--hidden-mobiles{
        display:none
    }
}
@media (min-width: 768px){
    .footer__box__item--visible-mobiles{
        display:none
    }
}
.footer__logo_link{
    display:block;
    width:200px
}
@media (max-width: 992px){
    .footer__logo_link{
        width:187px;
        -webkit-transform:translateY(5px);
        transform:translateY(5px)
    }
}
@media (max-width: 767px){
    .footer__logo_link{
        width:100%;
        -webkit-transform:none;
        transform:none;
        margin-bottom:22px
    }
}
.footer__logo{
    width:100%
}
@media (max-width: 767px){
    .footer__logo{
        width:187px
    }
}
.footer__phones_col{
    -webkit-transform:translateX(20%);
    transform:translateX(20%)
}
.footer__title{
    margin:0 0 8px;
    color:#363636;
    font-size:.75em;
    font-weight:700;
    text-transform:uppercase
}
@media (max-width: 767px){
    .footer__title--hidden-mobiles{
        display:none
    }
}
.footer__list{
    padding:0;
    margin:0;
    list-style:none
}
.footer__list_item{
    margin-bottom:5px
}
.footer__list_item:last-child{
    margin-bottom:0
}
.footer__list_link{
    color:#1f5060;
    font-size:.8125em;
    text-decoration:none;
    line-height:1.15
}
.footer__list_link:hover,.footer__list_link:focus{
    color:#1f5060
}
.footer__phone{
    display:block;
    margin-bottom:2px;
    text-decoration:none;
    color:#070707;
    font-size:.8125em
}
.footer__phone--last{
    margin-bottom:20px
}
@media (max-width: 767px){
    .footer__phone--last{
        margin-bottom:27px
    }
}
.footer__payments-icons p{
    margin:0
}
.footer__payments-icons p a{
    vertical-align:middle;
    display:inline-block;
    width:50%
}
.footer__payments-icons p a img{
    width:68%
}
@media (min-width: 993px){
    .footer__payments-icons{
        text-align:right
    }
}
@media (max-width: 992px){
    .footer__payments-icons{
        text-align:center
    }
}
@media (max-width: 767px){
    .footer__payments-icons{
        text-align:center;
        margin-top:30px
    }
}
.footer__legals{
    color:#292929;
    font-size:.8125em;
    line-height:1.2;
    margin-top:0;
    display:block;
    margin-top:-2px
}
.footer__risks_box{
    padding:34px 0 63px
}
@media (max-width: 992px){
    .footer__risks_box{
        padding:23px 0 40px
    }
}
@media (max-width: 500px){
    .footer__risks_box{
        padding:18px 0 29px
    }
}
.footer__risks_text{
    color:#292929;
    font-size:.8125em;
    line-height:0.8
}
@media (max-width: 500px){
    .footer__risks_text{
        display:inline-block;
        font-size:.625em;
        line-height:1.2
    }
}
.footer__risks_text a{
    font-size:.8125rem;
    color:#1f5060
}
#cookie-bar,#cookie-barB{
    text-align:center;
    height:auto;
    line-height:24px;
    width:100%;
    background-color:#356170;
    opacity:0.9;
    padding:5px 10px 10px 10px
}
#cookie-bar.fixed,#cookie-barB.fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%
}
#cookie-bar.fixed.bottom,#cookie-barB.fixed.bottom{
    bottom:34px;
    top:auto
}
#cookie-bar p,#cookie-barB p{
    color:#ffffff;
    font-family:'Lato';
    font-size:0.8vw;
    font-weight:400;
    margin:0
}
#cookie-bar p a.cb-enable,#cookie-barB p a.cb-enable{
    border-radius:1px;
    border:1px solid #fefff1;
    color:#fff;
    padding:3px 10px 1px 9px;
    background:transparent;
    text-decoration:none;
    margin-left:30px;
    margin-right:10px;
    display:inline-block;
    font-size:inherit
}
.cookies_risk-warning p.desctop{
    display:inline-block
}
.cookies_risk-warning p.mobile{
    display:none
}
@media screen and (max-width: 500px){
    .cookies_risk-warning p.desctop{
        display:none
    }
    .cookies_risk-warning p.mobile{
        display:inline-block
    }
}
.cookies_risk-warning{
    display:block;
    text-align:center;
    height:auto;
    line-height:24px;
    width:100%;
    background-color:#356170;
    opacity:0.9;
    padding-bottom:15px;
    padding-top:22px;
    z-index:198;
    bottom:0;
    position:fixed;
    padding:5px 10px
}
.cookies_risk-warning p{
    color:#ffffff;
    font-family:'Lato';
    font-size:0.85vw;
    font-weight:400;
    margin:0
}
.cookies_risk-warning p a{
    padding-left:5px
}
.cookies_risk-warning button.cookies_risk-warning_btn{
    border-radius:1px;
    border:1px solid #fefff1;
    color:#fff;
    padding:2px 10px 2px 9px;
    background:transparent;
    text-decoration:none;
    margin-left:20px
}
.warning-info{
    display:none;
    text-align:center;
    height:auto;
    line-height:24px;
    width:100%;
    background-color:#e8072a;
    opacity:0.9;
    z-index:198;
    position:fixed;
    padding:5px 10px 10px 10px
}
.warning-info p{
    color:#ffffff;
    font-family:'Lato';
    font-size:0.85vw;
    font-weight:400;
    margin:0
}
.warning-info p a.warning-info-btn{
    border-radius:1px;
    border:1px solid #fefff1;
    color:#fff;
    padding:3px 10px 1px 9px;
    background:transparent;
    text-decoration:none;
    margin-left:30px;
    margin-right:10px;
    display:inline-block;
    font-size:inherit
}
@media (max-width: 1394px){
    #cookie-bar p{
        position:relative;
        padding-left:15px;
        padding-right:15px
    }
    #cookie-bar p a.cb-enable{
        top:0;
        right:0;
        margin-right:10px
    }
    .warning-info p{
        position:relative;
        padding-left:15px;
        padding-right:15px
    }
    .warning-info p a.warning-info-btn{
        top:0;
        right:0;
        margin-right:10px
    }
}
@media (min-width: 968px) and (max-width: 1200px){
    #cookie-bar p,#cookie-barB p{
        font-size:0.85vw
    }
    #cookie-bar p a.cb-enable,#cookie-barB p a.cb-enable{
        padding:0 5px 0 5px;
        margin-right:10px
    }
    .warning-info p{
        font-size:0.85vw
    }
    .warning-info p a.warning-info-btn{
        padding:0 5px 0 5px;
        margin-right:10px
    }
}
@media (max-width: 967px){
    #cookie-bar p,#cookie-barB p{
        font-size:15px
    }
    #cookie-bar.fixed.bottom,#cookie-barB.fixed.bottom{
        bottom:0
    }
    .warning-info p{
        font-size:15px
    }
}
@media (max-width: 967px){
    .cookies_risk-warning p{
        font-size:15px
    }
}
@media (max-width: 967px){
    .cookies_risk-warning{
        padding:5px 23px
    }
}
.footer__box .container .row .col-md-4,.footer__box .slider_jumbotron__dots_container .row .col-md-4,.footer__box .techs__slider .row .col-md-4{
    padding-left:0;
    padding-right:0
}
.footer__href{
    width:280px;
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.footer__href svg{
    width:30px;
    height:30px
}
@media (min-width: 768px){
    .footer__href{
        margin-top:20px;
        padding-left:0px;
        margin-left:0
    }
}
@media (min-width: 993px){
    .footer__href{
        margin-top:8px;
        padding-left:0px;
        margin-left:0;
        width:160px;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footer__href a{
        margin-right:20px;
        margin-bottom:20px
    }
}
@media (min-width: 1200px){
    .footer__href{
        width:280px
    }
    .footer__href a{
        margin-right:16px
    }
}
.footer__lang_switch_icon{
    float:left;
    display:block;
    height:30px;
    width:30px;
    margin-top:8px;
    margin-right:20px
}
.header{
    position:fixed;
    z-index:200;
    top:0;
    left:0;
    width:100%;
    height:40px;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    background-color:rgba(0,0,0,0.85)
}
@media (max-width: 767px){
    .header{
        height:64px
    }
}
.header__container{
    position:relative;
    height:100%
}
@media (max-width: 1279px){
    .header__container{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.header__container:after{
    content:none
}
.header__container .arum-web-show-list{
    position:relative
}
.header__container .arum-web-show-list .arum-web-hidden-list{
    background-color:#fff;
    display:none;
    list-style:none;
    padding-left:0;
    position:absolute;
    left:50%;
    top:110%;
    padding:0 20px;
    border:1px solid #000;
    text-align:center;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.header__container .arum-web-show-list .arum-web-hidden-list li{
    line-height:26px
}
.header__container .arum-web-show-list .arum-web-hidden-list li a{
    color:#000;
    text-transform:uppercase;
    text-decoration:none
}
.header__container .arum-web-show-list .arum-web-hidden-list li a:hover{
    border-bottom:1px solid #000
}
.header__container .arum-web-show-list:hover .arum-web-hidden-list{
    display:block
}
.header__menu_item{
    float:left;
    line-height:40px;
    -webkit-transition:margin-right .4s ease;
    transition:margin-right .4s ease
}
@media (min-width: 1280px){
    .header__menu_item{
        margin-right:75px
    }
}
@media (min-width: 1280px){
    .state-full .header__menu_item{
        margin-right:50px
    }
}
.header__menu_item--float-right{
    float:right
}
.header__menu_item--float-right,.state-full .header__menu_item--float-right{
    margin-right:0
}
.header__menu_item--zero-margin,.state-full .header__menu_item--zero-margin{
    margin-right:0
}
.header__logo_box{
    overflow:hidden;
    display:inline-block;
    width:0;
    height:40px;
    margin-right:0;
    -webkit-transition:width 0.4s ease;
    transition:width 0.4s ease
}
.state-full .header__logo_box{
    width:20px
}
@media (min-width: 1280px){
    .state-full .header__logo_box{
        margin-right:50px
    }
}
.header__logo_box_mobile{
    display:inline-block;
    height:30px
}
.header__logo_mobile{
    height:100%
}
.header__logo{
    width:20px;
    vertical-align:top;
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.header__location_dropdown_opener{
    position:relative;
    height:100%;
    padding-right:20px;
    cursor:pointer
}
.header__location_dropdown_opener:before{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:.625em;
    height:.3125em;
    background:url(../img/i--arrow-down-small--white.png) no-repeat center/100% auto
}
.header__location_dropdown__img_box{
    float:left;
    margin-right:8px;
    height:40px;
    width:18px
}
.header__location_dropdown__img_box--inside-dropdown{
    display:inline-block;
    float:none;
    vertical-align:middle;
    margin-right:15px;
    height:auto
}
.header__location_dropdown__img{
    overflow:hidden;
    width:18px !important;
    height:18px;
    vertical-align:top;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    border-radius:50%
}
.header__location_dropdown__title{
    vertical-align:top
}
.header__text_item{
    position:relative;
    font-size:.9375em;
    color:white;
    cursor:pointer
}
.header__text_item{
    text-decoration:none
}
.header__text_item:hover{
    color:inherit
}
.header__text_item:hover,.header__text_item:focus,.header__text_item:active,.header__text_item:visited{
    text-decoration:none;
    color:white
}
.header__text_item--bold{
    font-weight:700
}
.header__text_item--medium{
    font-weight:500
}
.header__text_item--phone-icon{
    padding-left:26px;
    position:relative
}
.header__text_item--phone-icon:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
    width:.9375em;
    height:.9375em;
    background:url(../img/i--phone--white.svg) no-repeat center/100% auto
}
@media (max-width: 1279px){
    .header__text_item--phone-icon-on-mobiles{
        padding-left:26px;
        position:relative
    }
    .header__text_item--phone-icon-on-mobiles:before{
        content:"";
        position:absolute;
        left:0;
        bottom:0;
        top:0;
        margin:auto;
        width:.9375em;
        height:.9375em;
        background:url(../img/i--phone--white.svg) no-repeat center/100% auto
    }
}
.header__text_item--point-icon{
    padding-left:26px;
    position:relative
}
.header__text_item--point-icon:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
    width:.625em;
    height:.625em;
    border-radius:50%
}
.header__text_item--point-icon.green:before{
    background-color:#00a925
}
.header__text_item--point-icon.#FF6600:before{
    background-color:#e8072a
}
.header__text_item--signup-icon{
    padding-left:26px;
    position:relative
}
.header__text_item--signup-icon:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
    width:18px;
    height:16px;
    background:url(../img/i--login.svg) no-repeat center/100% auto
}
@media (max-width: 767px){
    .header__text_item--signup-icon:before{
        width:21px;
        height:19px;
        background:url(../img/i--login.svg) no-repeat center/100% auto
    }
}
.header__text_item__content{
    position:relative
}
.header__text_item__content:after{
    content:"";
    position:absolute;
    opacity:0;
    left:0;
    bottom:-2px;
    margin:auto;
    height:1px;
    width:100%;
    background-color:white;
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease
}
.header__text_item:hover .header__text_item__content,.header__text_item:focus .header__text_item__content{
    text-decoration:none;
    color:white
}
.header__text_item:hover .header__text_item__content:after,.header__text_item:focus .header__text_item__content:after{
    opacity:1
}
.header__burger{
    position:relative;
    overflow:hidden;
    height:100%;
    width:50px;
    -webkit-transition:width 0.4s ease;
    transition:width 0.4s ease
}
@media (min-width: 1280px){
    .header__burger{
        width:0;
        margin-left:25px
    }
}
.header__burger:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    width:21px;
    height:14px;
    background:url(../img/i--humburger.png) no-repeat center/100% auto
}
.state-full .header__burger{
    width:50px
}
.header__burger.state-active{
    background-color:white
}
.header__burger.state-active:before{
    height:18px;
    width:18px;
    background:url(../img/i--cross.png) no-repeat center/100% auto
}
@media (max-width: 767px){
    .header__burger{
        margin-left:-15px;
        -webkit-transform:translateX(15px);
        transform:translateX(15px)
    }
}
.header__location_dropdown{
    top:0;
    left:0
}
.header__location_btn{
    text-decoration:none
}
.header__location_btn:hover{
    color:inherit
}
.header__location_item{
    display:block;
    text-decoration:none
}
.header__location_item span{
    color:#242424
}
.header__menu{
    display:none;
    overflow:auto;
    position:absolute;
    left:0;
    right:0;
    top:40px;
    max-height:calc(100vh - 64px);
    width:calc(100% - 15px);
    background-color:white;
    box-shadow:0 0 15px rgba(0,0,0,0.2)
}
.header__menu::after{
    content:"";
    display:table;
    clear:both
}
@media (max-width: 1279px){
    .header__menu{
        padding-top:5px;
        padding-bottom:5px
    }
}
@media (max-width: 767px){
    .header__menu{
        top:64px;
        left:auto;
        right:0;
        padding-bottom:0;
        max-width:350px;
        width:100%
    }
}
.header__menu__item{
    width:20%;
    float:left
}
@media (max-width: 1279px){
    .header__menu__item{
        width:100%;
        border-bottom:1px solid #ddd
    }
    .header__menu__item--no-border,.header__menu__item:last-child{
        border-bottom:none
    }
}
.header__menu__title{
    padding:28px 0 17px 30px;
    width:100%;
    text-transform:uppercase;
    font-weight:400;
    font-size:14px;
    color:#e20211;
    text-align:left;
    display:block;
    text-decoration:none
}
@media (min-width: 1280px){
    .header__menu__title{
        border-bottom:1px solid #ddd
    }
}
@media (max-width: 1279px){
    .header__menu__title{
        padding-top:20px;
        padding-bottom:20px;
        position:relative
    }
    .header__menu__title .header__menu__title__arrow{
        position:absolute;
        right:15px;
        bottom:0;
        top:0;
        margin:auto;
        width:48px;
        height:48px;
        background:url(../img/i--arrow-outline--down--#FF6600.png) no-repeat center;
        -webkit-transition:-webkit-transform .2s ease;
        transition:-webkit-transform .2s ease;
        transition:transform .2s ease;
        transition:transform .2s ease, -webkit-transform .2s ease
    }
    .header__menu__title.state-active:before{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
}
.header__menu__list{
    padding:0;
    margin:0;
    list-style:none;
    padding-bottom:35px
}
@media (min-width: 1280px){
    .header__menu__list{
        display:block !important
    }
}
@media (max-width: 1279px){
    .header__menu__list{
        display:none
    }
}
.header__menu__list__item{
    padding-left:30px;
    padding-top:15px
}
@media (max-width: 1279px){
    .header__menu__list__item:first-child{
        padding-top:0
    }
}
.header__menu__list__item ul{
    list-style:none;
    padding-left:0
}
.header__menu__list__item ul li{
    padding-left:10px
}
.header__menu__list__item ul li:first-child{
    padding-top:10px
}
.header__menu__list__item__link{
    font-size:14px;
    font-weight:500
}
.header__menu__list__item__link{
    text-decoration:none
}
.header__menu__list__item__link:hover{
    color:inherit
}
.header__menu__list__item__link:after{
    color:#292929
}
.header__info_box{
    float:left;
    padding:20px 15px 24px;
    background-color:#262626
}
@media (min-width: 768px){
    .header__info_box{
        display:none
    }
}
.header__info_box .header__menu_item{
    display:block;
    width:100%;
    float:none;
    margin-bottom:10px;
    text-align:left
}
.header__info_box__button_box{
    margin-top:20px
}
.header__info_box__button{
    width:100%;
    margin-bottom:10px;
    color:white
}
.header__info_box__button:last-child{
    margin-bottom:0
}
.header__info_box_dropdown{
    position:static
}
.subheader{
    position:relative;
    z-index:20;
    padding:16px 0;
    background-color:white;
    border:1px solid #ddd
}
@media (max-width: 992px){
    .subheader{
        padding:37px 0
    }
}
@media (max-width: 767px){
    .subheader{
        display:none
    }
}
.subheader__container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.subheader__container:after{
    content:none
}
.subheader__logo_box{
    display:inline-block;
    height:79px
}
.subheader__logo{
    height:100%
}
.subheader__live_box{
    position:relative;
    padding-left:30px;
    font-size:1.25em
}
.subheader__live_box{
    text-decoration:none
}
.subheader__live_box:hover{
    color:inherit
}
.subheader__live_box:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    margin:auto;
    width:.8125em;
    height:.8125em;
    box-shadow:0 0 14.4px 0.6px rgba(142,240,64,0.76);
    border-radius:50%;
    background:url(../img/marketing-site/etc/glowing-green-point.png) no-repeat center/100% auto;
    -webkit-animation:blinking 2s ease infinite;
    animation:blinking 2s ease infinite
}
@-webkit-keyframes blinking{
    0%{
        box-shadow:0 0 14.4px 0.6px rgba(142,240,64,0.76)
    }
    50%{
        box-shadow:0 0 15px 2px #8ef040
    }
    100%{
        box-shadow:0 0 14.4px 0.6px rgba(142,240,64,0.76)
    }
}
@keyframes blinking{
    0%{
        box-shadow:0 0 14.4px 0.6px rgba(142,240,64,0.76)
    }
    50%{
        box-shadow:0 0 15px 2px #8ef040
    }
    100%{
        box-shadow:0 0 14.4px 0.6px rgba(142,240,64,0.76)
    }
}
.subheader__buttons_box__left_button{
    margin-right:19px
}
.nav{
    position:relative;
    z-index:15;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
    background-color:white;
    height:67px
}
.nav__list{
    padding:0;
    margin:0;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%
}
.nav__item{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    height:100%
}
.nav__link{
    display:block;
    position:relative;
    width:100%;
    height:100%;
    line-height:67px;
    text-transform:uppercase;
    text-align:center;
    color:#292929;
    font-size:.875em;
    border-bottom:3px solid transparent;
    -webkit-transition:border-bottom-color .2s ease, color .2s ease;
    transition:border-bottom-color .2s ease, color .2s ease
}
.nav__link{
    text-decoration:none
}
.nav__link:hover{
    color:inherit
}
.nav__link:hover,.nav__link.state-active{
    border-bottom-color:#ff0326;
    color:#ff0326
}
.nav__link .actual-link{
    display:block;
    text-decoration:none
}
.nav__subnav_item{
    display:none;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
    position:absolute;
    top:67px;
    left:0;
    padding-top:10px;
    background-color:white;
    border-top:3px solid #ff0326
}
.nav__subnav_item--last{
    left:auto;
    right:0
}
.nav__subnav_item .nav__subnav_item__list__item__link{
    position:relative
}
.nav__subnav_item .nav__subnav_item__list__item__link img{
    position:absolute;
    top:5px;
    left:-21px
}
.sub_nav__subnav_item{
    max-height:0;
    -webkit-transition:max-height 0.7s ease-out;
    transition:max-height 0.7s ease-out;
    overflow:hidden
}
.sub_nav__subnav_item--last{
    left:auto;
    right:0
}
.sub_nav__subnav_item ul{
    list-style:none;
    padding-left:20px
}
.sub_nav__subnav_item ul li .nav__subnav_item__list__item__link{
    font-size:14px
}
.sub_nav__subnav_item ul li:first-child{
    padding-top:5px
}
.nav__subnav_item__list{
    padding:0;
    margin:0;
    list-style:none;
    margin:15px 0;
    border-bottom:1px solid #ddd
}
.nav__subnav_item__list:last-child{
    border-bottom:none
}
.nav__subnav_item__list__item.sub-li{
    padding:0 28px 10px 24px;
    position:relative
}
.nav__subnav_item__list__item.sub-li:hover .sub_nav__subnav_item{
    max-height:500px;
    -webkit-transition:max-height 1s ease-in;
    transition:max-height 1s ease-in
}
.nav__subnav_item__list__item__link{
    display:block;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    color:#292929;
    text-align:left;
    white-space:nowrap;
    -webkit-transition:color .2s ease;
    transition:color .2s ease
}
.nav__subnav_item__list__item__link{
    text-decoration:none
}
.nav__subnav_item__list__item__link:hover{
    color:inherit
}
.nav__subnav_item__list__item__link:hover{
    color:#e8072a
}
.footer_nav{
    padding:61px 0 55px;
    background-color:#e7e7e7;
    border:1px solid #d1d1d1
}
@media (max-width: 767px){
    .footer_nav{
        padding:20px 0 30px
    }
}
.footer_nav__title{
    position:relative;
    margin-bottom:27px;
    display:block;
    text-decoration:none;
    font-size:.9375em;
    font-weight:400;
    text-transform:uppercase
}
@media (max-width: 767px){
    .footer_nav__title .footer_nav__title__arrow{
        position:absolute;
        bottom:0;
        top:0;
        margin:auto;
        width:48px;
        height:48px;
        background:url(../img/i--arrow-outline--down--black.png) no-repeat center;
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:translateX(17px);
        transform:translateX(17px);
        -webkit-transition:-webkit-transform .2s ease;
        transition:-webkit-transform .2s ease;
        transition:transform .2s ease;
        transition:transform .2s ease, -webkit-transform .2s ease
    }
}
.footer_nav__title.state-active:after{
    -webkit-transform:rotate(180deg) translateX(-17px);
    transform:rotate(180deg) translateX(-17px)
}
@media (max-width: 767px){
    .footer_nav__title{
        padding:16px 0;
        margin:0
    }
}
.footer_nav__list{
    padding:0;
    margin:0;
    list-style:none
}
@media (min-width: 768px){
    .footer_nav__list{
        display:block !important
    }
}
@media (max-width: 767px){
    .footer_nav__list{
        display:none;
        padding-bottom:15px;
        padding-top:10px
    }
}
.footer_nav__item{
    margin-bottom:15px
}
.footer_nav__item:last-child{
    margin-bottom:0
}
.footer_nav__item.sub-li ul{
    list-style:none;
    padding-left:10px
}
.footer_nav__item.sub-li ul li:first-child{
    padding-top:10px
}
.footer_nav__link{
    -webkit-perspective:none !important;
    color:#1f5060;
    font-size:.9375em
}
.footer_nav__link{
    text-decoration:none
}
.footer_nav__link:hover{
    color:inherit
}
.footer_nav__link:hover,.footer_nav__link:focus{
    color:#1f5060
}
.footer_nav__link .not-ready-platform-ru,.footer_nav__link .not-ready-platform-en{
    z-index:99999
}
.working_presentation_pageblock{
    padding-top:40px;
    padding-bottom:70px;
    border-bottom:1px solid #ddd;
    position:relative
}
.working_presentation_pageblock .quotes__tabs_box{
    position:relative;
    min-height:400px
}
.working_presentation_pageblock a{
    position:absolute;
    left:0;
    bottom:20px
}
.working_presentation_pageblock .working_process{
    min-height:400px;
    position:relative
}
@media (max-width: 992px){
    .working_presentation_pageblock .working_process{
        margin-bottom:40px
    }
}
@media (max-width: 767px){
    .working_presentation_pageblock .working_process{
        margin-bottom:20px
    }
}
@media (max-width: 992px){
    .working_presentation_pageblock{
        padding-bottom:50px
    }
}
@media (max-width: 767px){
    .working_presentation_pageblock{
        padding-top:10px;
        padding-bottom:40px
    }
}
@media (max-width: 992px){
    .working_presentation_pageblock__steps{
        margin-bottom:60px
    }
}
@media (max-width: 767px){
    .working_presentation_pageblock__steps{
        margin-bottom:20px
    }
}
.invest_data_pageblock{
    padding-top:70px;
    padding-bottom:100px
}
@media (max-width: 767px){
    .invest_data_pageblock{
        padding-top:40px;
        padding-bottom:40px
    }
}
@media (max-width: 992px){
    .invest_data_pageblock__table{
        margin-bottom:30px
    }
}
@media (max-width: 767px){
    .invest_data_pageblock__table{
        margin-bottom:20px
    }
}
.features_list__index_pageblock{
    margin-bottom:2.875em
}
.chart__index_pageblock{
    margin-bottom:2.0625em;
    max-width:100%
}
.chart_link__index_pageblock{
    display:inline-block;
    margin-top:40px
}
.strategies_pageblock{
    padding-top:70px;
    padding-bottom:100px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
@media (max-width: 992px){
    .strategies_pageblock{
        padding-top:30px;
        padding-bottom:75px
    }
}
@media (max-width: 767px){
    .strategies_pageblock{
        padding-top:20px;
        padding-bottom:40px;
        background:none !important
    }
}
@media (max-width: 992px){
    .strategies_pageblock__info{
        margin-bottom:70px
    }
}
@media (max-width: 767px){
    .strategies_pageblock__info{
        margin-bottom:20px
    }
}
.strategies_pageblock__link{
    display:inline-block;
    margin-top:30px
}
.trust_pageblock{
    padding-top:80px;
    padding-bottom:70px
}
@media (max-width: 992px){
    .trust_pageblock{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width: 767px){
    .trust_pageblock{
        padding-top:20px
    }
}
.trust_pageblock__card{
    margin-top:-5px
}
@media (max-width: 992px){
    .trust_pageblock__card{
        margin-top:65px
    }
}
@media (max-width: 767px){
    .trust_pageblock__card{
        margin-top:45px
    }
}
.trust_pageblock__button_box{
    margin-top:50px;
    text-align:center
}
@media (max-width: 992px){
    .trust_pageblock__button_box{
        margin-top:30px
    }
}
.liquidity .liquidity__img{
    height:87px
}
.platforms .platforms__variants_box .platforms__variant_content{
    position:relative;
    min-height:400px
}
.platforms .platforms__variants_box .platforms__variant_content .risk-hidden-en,.platforms .platforms__variants_box .platforms__variant_content .risk-hidden-ru{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    bottom:25px;
    margin:auto;
    width:100px
}
.features_list__item--large-margin{
    margin-bottom:45px
}
@media (max-width: 992px){
    .working_presentation_pageblock .working_process{
        margin-bottom:0
    }
    .working_presentation_pageblock .working_process .working_process__item:nth-of-type(3){
        margin-bottom:20px
    }
}
@media (max-width: 991px){
    .working_presentation_pageblock .working_process{
        margin-bottom:40px
    }
    .working_presentation_pageblock a{
        position:relative;
        left:0;
        bottom:0;
        line-height:1.7
    }
    .working_presentation_pageblock .quotes__tabs_box,.working_presentation_pageblock .working_process{
        height:auto;
        min-height:auto;
        margin-left:auto
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .working_presentation_pageblock a{
        bottom:10px
    }
}
.attention-confirm p{
    font-weight:bold;
    margin-top:20px;
    font-size:15px
}
.subscribe-form{
    text-align:center
}
.subscribe-form h2{
    text-transform:uppercase;
    color:#365160;
    margin-bottom:0.8em
}
.subscribe-form p{
    color:#070707;
    font-size:.9375em;
    padding:0 15%;
    margin-bottom:30px
}
.subscribe-form form{
    width:70%;
    margin:0 auto
}
.subscribe-form form label{
    display:inline-block;
    margin-bottom:30px
}
.subscribe-form form label:first-child{
    margin-right:60px
}
.subscribe-form form .subscribe-form-checkbox{
    display:none
}
.subscribe-form form .checkbox-custom{
    width:20px;
    height:20px;
    border:1px solid #365160;
    position:relative;
    margin-right:10px
}
.subscribe-form form .checkbox-custom,.subscribe-form form .label{
    display:inline-block;
    vertical-align:middle
}
.subscribe-form form .subscribe-form-checkbox:checked+.checkbox-custom::before{
    content:"";
    display:block;
    position:absolute;
    top:4px;
    right:2px;
    bottom:2px;
    left:2px;
    background-image:url(../img/arum-capital/check-list-image.png);
    width:14px;
    height:10px
}
.subscribe-form form div{
    margin-bottom:40px
}
.subscribe-form form div input[type="email"]{
    height:50px;
    line-height:50px;
    border:1px solid #e8072a;
    display:inline-block;
    vertical-align:middle;
    width:50%;
    padding-left:10px;
    float:left
}
.subscribe-form form div button.button{
    display:inline-block;
    vertical-align:middle;
    float:right
}
.subscribe-form form div:after,.subscribe-form form div:before{
    content:'';
    display:table;
    clear:both
}
.email-popup-close{
    position:absolute;
    top:5px;
    right:5px;
    border:none;
    background-image:url(../img/arum-capital/close.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:unset
}
#success-subscribe-overlay{
    background:rgba(0,0,0,0.7);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000;
    display:none
}
#success-subscribe-overlay #success-subscribe-send{
    padding:20px;
    width:30%;
    height:130px;
    text-align:center;
    background-color:#fff;
    border:1px solid #ccc;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto
}
#success-subscribe-overlay #success-subscribe-send p{
    margin:0;
    padding-bottom:10px;
    font-size:17px
}
#success-subscribe-overlay #success-subscribe-send button:hover{
    color:#fff
}
@media (max-width: 992px){
    .subscribe-form form div input[type="email"],.subscribe-form form div button.button{
        float:none;
        margin:0;
        display:block;
        margin:0 auto
    }
    .subscribe-form form div input[type="email"]{
        width:80%
    }
    .subscribe-form form div button.button{
        margin-top:20px
    }
}
@media (max-width: 767px){
    #success-subscribe-overlay #success-subscribe-send{
        width:90%;
        height:190px
    }
}
@media (max-width: 482px){
    .subscribe-form form label:first-child{
        margin-right:0
    }
    .subscribe-form form div input[type="email"]{
        width:90%
    }
}
.working_principles_pageblock{
    padding-top:35px;
    padding-bottom:103px;
    background-repeat:no-repeat;
    background-position:top;
    background-image:url(../img/marketing-site/bg/bg--ipad-man.png)
}
@media (max-width: 767px){
    .working_principles_pageblock{
        background-image:url(../img/bg/bg--blur.png);
        padding-bottom:0
    }
}
.working_presentation_pageblock__img_box{
    height:400px;
    margin-top:20px;
    text-align:right
}
@media (min-width: 768px){
    .working_presentation_pageblock__img_box{
        display:none
    }
}
@media (max-width: 500px){
    .working_presentation_pageblock__img_box{
        height:300px
    }
}
.working_presentation_pageblock__img{
    height:100%
}
@media (max-width: 767px){
    .legal-info .tabs__button:before{
        display:none
    }
}
.legal-info .tabs__box .tabs__button:nth-child(2){
    padding:0
}
.legal-info .tab-content{
    padding-top:74px;
    padding-bottom:90px;
    display:none
}
.legal-info .tab-content::after{
    content:"";
    display:table;
    clear:both
}
.legal-info .tab-content.state-visible{
    display:block
}
.legal-info .info-list{
    padding:0;
    margin:0;
    list-style:none
}
.legal-info .info-list li{
    padding-bottom:24px
}
.legal-info .info-list li::last-of-type{
    padding-bottom:0
}
.legal-info .info-list li span.borde#FF6600{
    border-bottom:1px solid rgba(30,60,95,0.4)
}
.legal-info .document-link{
    text-decoration:none;
    display:inline-block
}
.legal-info .document-link span{
    font-size:24px;
    font-weight:300
}
.legal-info .document-link span.borde#FF6600{
    border-bottom:1px solid #1f5060;
    color:#1f5060;
    -webkit-transition:border-bottom-color .2s ease;
    transition:border-bottom-color .2s ease
}
.legal-info .document-link span.grayed{
    color:#afafaf
}
.legal-info .document-link:hover span.borde#FF6600{
    border-color:transparent
}
.news-list .news-item-wrapper{
    margin-bottom:70px
}
.news-list .news-item-wrapper::after{
    content:"";
    display:table;
    clear:both
}
@media (max-width: 767px){
    .news-list .news-item-wrapper{
        border-bottom:2px solid #ddd;
        margin-bottom:20px;
        padding-bottom:20px;
        padding-top:20px
    }
    .news-list .news-item-wrapper:nth-child(even) .news-part:first-of-type{
        float:left;
        width:40%
    }
}
.news-list .news-item-wrapper.main-item{
    box-shadow:0 2px 5px rgba(0,0,0,0.15);
    position:relative;
    margin-left:0
}
.news-list .news-item-wrapper.main-item .news-item>div:first-child{
    margin-left:-30px
}
.news-list .news-item-wrapper.main-item .news-item .news-part{
    vertical-align:middle
}
.news-list .news-item-wrapper.main-item:after{
    content:"";
    display:block;
    background-image:url(../img/corner.jpg);
    width:42px;
    height:42px;
    position:absolute;
    top:0;
    right:-2px
}
.news-list .news-item{
    display:table-row
}
.news-list .news-item .col-md-5{
    padding-left:0
}
.news-list .news-part{
    float:none;
    vertical-align:top;
    margin-bottom:20px
}
@media (min-width: 768px){
    .news-list .news-part{
        display:table-cell;
        margin-bottom:0
    }
}
.news-list .news-image{
    width:100%;
    height:auto;
    display:block
}
.news-list .news-item-header{
    font-size:24px;
    text-decoration:none;
    border-bottom:1px solid rgba(38,38,38,0.4);
    -webkit-transition:border-color .2s ease;
    transition:border-color .2s ease
}
.news-list .news-item-header:hover,.news-list .news-item-header:focus,.news-list .news-item-header:active{
    border-color:transparent
}
.news-list .news-item-date{
    color:#afafaf;
    padding-bottom:5px;
    margin-bottom:15px
}
.news-list .news-item-date.mobile{
    display:none
}
@media (max-width: 767px){
    .news-list .news-item-date{
        display:none
    }
    .news-list .news-item-date.mobile{
        display:inline-block;
        float:left
    }
}
.news-list .news-item-content{
    clear:both;
    float:left;
    margin-top:0
}
.news-list .image-wrapper{
    display:block;
    width:100%;
    position:relative;
    overflow:hidden
}
.news-list .image-wrapper .more-link{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    color:#fff;
    z-index:20;
    opacity:0;
    text-transform:uppercase;
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease
}
.news-list .image-wrapper .more-link:before{
    content:"";
    position:absolute;
    right:-25px;
    bottom:0;
    top:0;
    margin:auto;
    width:12px;
    height:9px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease;
    background:url(../img/i--arrow--right-white.png) no-repeat center/100% auto
}
.news-list .image-wrapper:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    opacity:0;
    background-color:#1f5060;
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease
}
.news-list .image-wrapper:hover:before{
    opacity:0.5
}
.news-list .image-wrapper:hover .more-link{
    opacity:1
}
.news-list .image-wrapper:hover .more-link:before{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
@media (max-width: 767px){
    .news-list .image-wrapper .more-link,.news-list .image-wrapper:before{
        display:none
    }
}
.news-list .pagination{
    margin-bottom:70px
}
.news-list .pagination .pagination__arrow_button--left{
    float:left;
    margin-top:15px
}
.news-list .pagination .pagination__arrow_button--right{
    float:right;
    margin-top:15px
}
.news-item-page{
    padding-bottom:70px
}
.news-item-page .right-block{
    float:right
}
.news-item-page .news-item-content{
    padding-top:30px
}
.news-item-page .news-item-content .content-text p:first-of-type{
    margin-top:0
}
.news-item-page .news-item-image{
    width:100%
}
.news-item-page .news-item-date{
    text-align:center;
    margin-bottom:20px
}
.news-item-page .news-item-date .date-day,.news-item-page .news-item-date .date-month{
    display:block;
    color:#1f5060
}
.news-item-page .news-item-date .date-day{
    font-weight:300;
    line-height:1;
    font-size:38px
}
.contacts-page .contacts-item{
    padding-top:60px;
    padding-bottom:60px;
    border-bottom:1px solid #c9c9c9
}
.contacts-page .contacts-item::after{
    content:"";
    display:table;
    clear:both
}
.contacts-page .contacts-item:first-of-type{
    padding-top:0
}
.contacts-page .contacts-item:last-of-type{
    border-bottom:0
}
.contacts-page .contacts-item-header,.contacts-page .contacts-item-lang{
    font-size:30px;
    font-weight:300;
    margin:0
}
.contacts-page .contacts-item .contact-wrapper{
    margin-top:40px
}
.contacts-page .contacts-item .contact{
    font-size:18px;
    margin-top:10px;
    display:block;
    text-decoration:none
}
.contacts-page .contacts-item .contact .caption{
    font-size:15px;
    color:#afafaf;
    display:inline-block
}
.contacts-page .contacts-item .contact .mail{
    border-bottom:1px solid #262626;
    -webkit-transition:border-color .2s ease;
    transition:border-color .2s ease
}
.contacts-page .contacts-item .contact .mail:hover{
    border-color:transparent
}
.contacts-page .contacts-item .flag-icon{
    display:inline-block;
    height:20px;
    width:20px;
    margin-right:10px
}
.contacts-page .contacts-map{
    height:330px;
    width:100%
}
.contacts-page .hide{
    display:none
}
.contacts-page .ballon-image{
    width:24px;
    height:24px;
    float:left;
    display:inline-block;
    margin-right:20px;
    margin-bottom:20px;
    background:url(../img/location-mark.svg) no-repeat center/auto 100%
}
.contacts-page .balloon-content-wrapper{
    padding:20px;
    max-width:350px
}
.contacts-page .buttons-block{
    margin-top:40px;
    margin-bottom:20px
}
.contacts-page .buttons-block .button{
    margin-bottom:20px
}
@media (max-width: 767px){
    .contacts-page .buttons-block .button{
        width:100%
    }
}
.contacts-page .buttons-block .button:first-of-type{
    margin-right:16px
}
.text-center{
    text-align:center
}
.account-types-page .account-types-cell{
    width:22%
}
.account-types-page .account-types-table-wraper{
    overflow:auto
}
.account-types-page table{
    width:99%;
    margin:0 auto;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    margin-bottom:90px
}
.account-types-page table .link,.account-types-page table .arrow_link,.account-types-page table .footer__list_link,.account-types-page table .header__menu__list__item__link,.account-types-page table .footer_nav__link{
    color:#1f5060
}
.account-types-page table .borde#FF6600-row{
    border-bottom:1px solid #ddd
}
.account-types-page table .button-cell{
    font-size:14px;
    color:#e8072a;
    text-transform:uppercase;
    text-align:center;
    padding:0
}
.account-types-page table .button-cell a{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-decoration:none;
    border:1px solid transparent;
    -webkit-transition:border-color .3ms ease;
    transition:border-color .3ms ease
}
.account-types-page table .button-cell a:hover{
    border-color:#e8072a
}
.account-types-page table th{
    color:#db0825
}
.account-types-page table tbody tr:hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
.account-types-page table td,.account-types-page table th{
    text-align:left;
    padding:16px 30px;
    font-weight:400
}
.account-types-page .action-block{
    margin-top:70px;
    padding-top:50px;
    padding-bottom:70px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-image:url(../img/marketing-site/bg/bg--keyboards.jpg)
}
.account-types-page .action-block .action-text{
    margin:0;
    font-size:24px;
    font-weight:300
}
.account-types-page .action-block .action-button-wrapper{
    text-align:right
}
@media (max-width: 767px){
    .account-types-page .action-block .action-button-wrapper{
        text-align:center
    }
    .account-types-page .action-block .action-button-wrapper .button{
        width:100%;
        margin-top:20px
    }
}
.account-types-page.standard-accounts table thead td,.account-types-page.standard-accounts table tbody td{
    width:33.3%
}
section#mt5 .risk:hover::after{
    display:block
}
@media (max-width: 680px){
    section#mt5 .right--part{
        width:320px
    }
}
section#mt5 .mt5--mockup--imac,section#mt5 .mt5--mockup--tablet{
    display:none
}
@media screen and (min-width: 1170px){
    section#mt5 .mt5--mockup--imac{
        display:block;
        width:50%;
        padding-top:39.44%;
        background-size:contain;
        background-repeat:no-repeat;
        background-image:url(../img/mt5-mockup-imac.png);
        margin:15px
    }
}
@media screen and (max-width: 1170px){
    section#mt5 .risk:hover::after{
        display:none
    }
}
section#mt5 p{
    font-family:Lato;
    font-size:15px;
    font-weight:400;
    font-family:Lato;
    font-weight:400
}
section#mt5 a{
    font-size:15px
}
section#mt5 a.button{
    margin:5px;
    max-width:unset;
    min-width:unset;
    width:172px;
    font-size:12px;
    padding:0
}
section#mt5 a.button::before{
    content:none
}
section#mt5 a.button span{
    display:inline-block
}
@media screen and (max-width: 680px){
    section#mt5 a.button{
        padding:0
    }
    section#mt5 .f-row .open--account--footer a.button{
        width:122px;
        margin:auto;
        font-size:9px
    }
}
@media screen and (min-width: 819px){
    section#mt5 .button.green{
        padding-top:0 !important;
        padding-left:0 !important;
        padding-right:0 !important
    }
}
section#mt5 .button.green{
    border:1px solid #6ab818;
    background-color:#6ab818;
    padding-top:6px;
    padding-left:22px;
    padding-right:22px
}
section#mt5 h2{
    font-size:1.875em;
    font-weight:300
}
section#mt5 .f-row{
    margin:10px 0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    width:100%
}
section#mt5 .slide{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center
}
section#mt5 .slide.welcome{
    height:400px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    background-image:url(../img/mt5-bg-d.jpg)
}
section#mt5 .slide.welcome h1{
    color:#ffffff;
    font-family:Lato;
    font-weight:400;
    text-transform:uppercase;
    text-shadow:0 0 5px #000;
    color:#ffffff;
    font-family:Lato;
    font-size:24px;
    font-weight:400;
    text-transform:uppercase
}
section#mt5 .slide.welcome p{
    color:#ffffff;
    font-family:Lato;
    font-size:16px;
    font-weight:400;
    text-shadow:0 0 5px #000;
    color:#ffffff;
    font-family:Lato;
    font-weight:400
}
@media screen and (min-width: 680px){
    section#mt5 .slide.welcome{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        background-image:url(../img/mt5-bg-t.jpg)
    }
    section#mt5 .slide.welcome .mt5--mockup--tablet{
        display:block;
        width:352px;
        height:262px;
        background-size:cover;
        background-image:url(../img/mt5-mockup-t.png);
        margin:15px
    }
    section#mt5 .slide.welcome .right--text{
        max-width:50%;
        text-align:right
    }
    section#mt5 .slide.welcome .right--part{
        padding:15px;
        margin-left:auto;
        height:100%;
        max-width:48%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:distribute;
        justify-content:space-around;
        -webkit-box-align:end;
        -ms-flex-align:end;
        align-items:flex-end;
        text-align:right;
        background-color:rgba(0,0,0,0.5)
    }
}
@media screen and (min-width: 1170px){
    section#mt5 .slide.welcome{
        min-height:740px;
        background-image:url(../img/mt5-bg-d.jpg);
        background-size:cover;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:100%
    }
    section#mt5 .slide.welcome .left--part .mt5--mockup--tablet{
        width:527px;
        height:392px
    }
    section#mt5 .slide.welcome .mt5--mockup--tablet{
        width:577px;
        height:430px
    }
    section#mt5 .slide.welcome .right--part{
        width:500px;
        text-align:left;
        max-width:500px;
        margin-left:100px;
        height:90%;
        -ms-flex-item-align:start;
        align-self:flex-start;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        position:relative
    }
    section#mt5 .slide.welcome .right--part h1{
        text-align:right;
        width:590px;
        right:70px;
        top:90px;
        position:absolute;
        font-size:48px;
        text-shadow:2px 2px 20px #0a0a0a
    }
    section#mt5 .slide.welcome .right--part .right-text{
        margin-top:400px
    }
    section#mt5 .slide.welcome .right--part p{
        font-size:24px
    }
    section#mt5 .slide.welcome .right--part .f-row{
        width:80%;
        margin-top:40px
    }
}
section#mt5 .slide.white ul.steps{
    padding:10px 13px
}
section#mt5 .slide.white ul.steps li{
    position:relative;
    height:105px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    margin:0px;
    list-style-type:none
}
section#mt5 .slide.white ul.steps li h5{
    color:#e81740
}
section#mt5 .slide.white ul.steps li p,section#mt5 .slide.white ul.steps li h5{
    margin:0px;
    z-index:2
}
section#mt5 .slide.white ul.steps li:before{
    z-index:1;
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50%;
    -webkit-transform:skew(0deg, 1deg);
    transform:skew(0deg, 1deg);
    background:inherit
}
section#mt5 .slide.white ul.steps li:after{
    z-index:1;
    content:'';
    position:absolute;
    top:0;
    left:50%;
    height:100%;
    width:50%;
    background:inherit;
    -webkit-transform:skew(0deg, -1deg);
    transform:skew(0deg, -1deg)
}
section#mt5 .slide.white ul.steps li:nth-child(1){
    box-shadow:0px 0px 5px 5px #f5f5f5, 7px -5px 4px -5px #f5f5f5, -7px -5px 4px -5px #f5f5f5
}
section#mt5 .slide.white ul.steps li:nth-child(1),section#mt5 .slide.white ul.steps li:nth-child(1):after,section#mt5 .slide.white ul.steps li:nth-child(1):before{
    background-color:#ffffff
}
section#mt5 .slide.white ul.steps li:nth-child(2){
    box-shadow:7px -5px 4px -5px #f5f5f5, -7px -5px 4px -5px #f5f5f5
}
section#mt5 .slide.white ul.steps li:nth-child(2),section#mt5 .slide.white ul.steps li:nth-child(2):after,section#mt5 .slide.white ul.steps li:nth-child(2):before{
    background-color:#f3f3f3
}
section#mt5 .slide.white ul.steps li:nth-child(3){
    box-shadow:7px -5px 4px -5px #f5f5f5, -7px -5px 4px -5px #f5f5f5
}
section#mt5 .slide.white ul.steps li:nth-child(3),section#mt5 .slide.white ul.steps li:nth-child(3):after,section#mt5 .slide.white ul.steps li:nth-child(3):before{
    background-color:#e4e4e4
}
@media screen and (min-width: 680px){
    section#mt5 .slide.white ul.steps{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        fd:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    section#mt5 .slide.white ul.steps li{
        width:calc(100% / 3);
        padding:20px;
        box-shadow:unset
    }
    section#mt5 .slide.white ul.steps li:before{
        content:none
    }
    section#mt5 .slide.white ul.steps li:after{
        content:none
    }
}
@media screen and (min-width: 1170px){
    section#mt5 .slide.white ul.steps{
        max-width:1070px;
        width:100%
    }
}
section#mt5 .slide.white .platforms{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
section#mt5 .slide.white .platforms .item{
    margin:10px 10px
}
section#mt5 .slide.white .platforms .item i,section#mt5 .slide.white .platforms .item p,section#mt5 .slide.white .platforms .item a{
    margin:15px
}
@media screen and (min-width: 1170px){
    section#mt5 .slide.white .platforms{
        max-width:1070px;
        width:100%;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
}
section#mt5 .slide.advantages{
    height:unset;
    color:#fff;
    background-image:url(../img/mt5-bg-mobile2.jpg)
}
section#mt5 .slide.advantages .pros{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
section#mt5 .slide.advantages .pros .item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:calc(100% / 2 - 20px);
    margin:10px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
section#mt5 .slide.advantages .pros .item span.numb{
    font-size:40px;
    font-weight:300;
    margin-right:10px
}
section#mt5 .slide.advantages h3{
    font-weight:300;
    font-size:30px
}
section#mt5 .slide.advantages .bg-dark{
    margin-top:15px;
    padding:5px 0px;
    padding:20px 0px;
    background-color:rgba(0,0,0,0.3)
}
section#mt5 .slide.advantages ul{
    padding:10px 20px;
    list-style-type:none
}
section#mt5 .slide.advantages ul li{
    padding-left:30px;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    text-decoration:none;
    text-align:left;
    margin-bottom:7px;
    font-size:13px
}
section#mt5 .slide.advantages ul li:before{
    content:"";
    position:absolute;
    left:3px;
    top:9px;
    margin:auto;
    height:1px;
    width:10px;
    background-color:#FF6600
}
@media screen and (min-width: 680px){
    section#mt5 .slide.advantages{
        background-image:url(../img/mt5-bg-t2.jpg)
    }
    section#mt5 .slide.advantages .pros{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        overflow:hidden;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin:0px
    }
    section#mt5 .slide.advantages .pros .item{
        border-right:1px solid #ccc;
        margin-right:-1px;
        padding:5px 20px;
        margin:-1px
    }
}
@media screen and (min-width: 1170px){
    section#mt5 .slide.advantages .adv{
        margin-top:60px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:80%;
        max-width:1070px
    }
    section#mt5 .slide.advantages .bg-dark{
        width:55%
    }
}
@media screen and (max-width: 680px){
    section#mt5 .slide.advantages .pros .item span{
        font-size:14px
    }
}
section#mt5 .slide.markets .f-row{
    width:80%;
    max-width:900px
}
section#mt5 .slide.markets ul.instr--types{
    padding:0px;
    list-style-type:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
section#mt5 .slide.markets ul.instr--types li{
    font-size:13px;
    padding:0px;
    margin:10px;
    width:calc(100% / 3 - 20px)
}
@media screen and (min-width: 680px){
    section#mt5 .slide.markets ul.instr--types li{
        font-size:16px;
        padding:0px;
        margin:10px;
        width:calc(100% / 5 - 20px)
    }
}
section#mt5 .slide.markets table{
    margin:10px 0px;
    font-size:14px;
    width:80%;
    max-width:900px
}
section#mt5 .slide.markets table tr{
    line-height:18px
}
section#mt5 .slide.markets table td:nth-child(2){
    color:#FF6600
}
section#mt5 .slide.markets .f-column{
    width:100%;
    max-width:900px
}
@media screen and (min-width: 1170px){
    section#mt5 .slide.markets .f-column{
        width:55%
    }
}
section#mt5 .slide.markets ul.leaders{
    text-align:left;
    padding:0;
    overflow-x:hidden;
    list-style:none
}
section#mt5 .slide.markets ul.leaders li{
    font-size:13px;
    margin:15px 0px;
    clear:right
}
section#mt5 .slide.markets ul.leaders li:last-of-type{
    margin-top:55px
}
@media screen and (max-width: 680px){
    section#mt5 .slide.markets ul.leaders li:last-of-type{
        margin-top:65px
    }
}
section#mt5 .slide.markets ul.leaders li:before{
    float:left;
    width:0;
    white-space:nowrap;
    content:". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    color:#cdcdcd
}
section#mt5 .slide.markets ul.leaders span:first-child{
    padding-right:0.33em;
    background:white
}
section#mt5 .slide.markets ul.leaders span+span{
    float:right;
    padding-left:0.33em;
    background:white;
    max-width:270px;
    text-align:right;
    color:#e60632
}
section#mt5 .slide.markets .open--account--footer{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
.inout__tabs_box{
    margin-bottom:30px
}
@media (max-width: 500px){
    .inout__tabs_box .tabs__box{
        width:100%
    }
}
@media (max-width: 500px){
    .inout__tabs_box .tabs__button{
        width:100%
    }
    .inout__tabs_box .tabs__button:before{
        content:none
    }
}
.inout_page_head{
    padding-top:80px;
    padding-bottom:50px
}
@media (max-width: 500px){
    .inout_page_head{
        padding-top:50px
    }
}
.inout_table_pageblock{
    overflow-x:auto
}
@media (max-width: 992px){
    .inout_table_pageblock .container,.inout_table_pageblock .slider_jumbotron__dots_container,.inout_table_pageblock .techs__slider{
        max-width:100%
    }
}
.inout_table_pageblock .strategies{
    display:none
}
.inout_table_pageblock .strategies.state-visible{
    display:table
}
.inout_table_pageblock .strategies__cell_header{
    padding-top:15px;
    padding-bottom:15px
}
@media (max-width: 500px){
    .inout_table_pageblock .strategies__cell_header{
        padding-right:0
    }
}
.inout_table_pageblock .strategies__row{
    border:none
}
.inout_table_pageblock .strategies__title_row{
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd
}
.inout__info_box{
    padding-bottom:90px;
    width:90%;
    margin:0 auto
}
@media (max-width: 500px){
    .inout__info_box{
        padding-bottom:50px
    }
}
.inout__info_box p{
    font-size:15px;
    color:black
}
.inout__info_box .page_title{
    margin-bottom:25px
}
@media (max-width: 500px){
    .inout__info_box .page_title{
        font-size:1.4em
    }
}
.inout__info_box .row{
    margin-bottom:40px
}
@media (max-width: 500px){
    .inout__info_box .row{
        margin-bottom:20px
    }
}
.inout__info_box .row:last-child{
    margin-bottom:0
}
.inout_table_pageblock .strategies.state-visible{
    display:block
}
@media (max-width: 767px){
    .inout_table_pageblock .strategies.state-visible{
        margin-left:0px;
        width:100%
    }
}
.inout_table_pageblock .strategies{
    display:none
}
.schedule__row .strategies__cell__call_to_action{
    cursor:pointer;
    color:#e8072a
}
.payment-text-cell{
    font-size:15px
}
.schedule{
    font-size:15px;
    line-height:1.2;
    text-align:left
}
.schedule__title{
    margin-bottom:32px;
    text-align:center
}
.schedule__subTitle{
    margin:32px 0 -32px;
    font-size:21px;
    font-weight:bold;
    text-align:center
}
@media (min-width: 992px){
    .schedule__col_3{
        width:calc(100% / 12 * 3)
    }
}
@media (min-width: 992px){
    .schedule__col_6{
        width:calc(100% / 12 * 4)
    }
}
.schedule__table{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:64px auto 0
}
.schedule__row{
    padding:16px;
    border:1px solid #ddd;
    line-height:1.2;
    margin:16px 0;
    width:100%
}
@media (min-width: 554px){
    .schedule__row{
        width:calc(50% - 16px)
    }
    .schedule__row:nth-child(2n){
        margin-right:32px
    }
}
@media (min-width: 992px){
    .schedule__row{
        padding:0;
        margin:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:100%;
        border-width:0 0 1px 0
    }
    .schedule__row:nth-child(2n){
        margin-right:0
    }
}
@media (min-width: 992px){
    .schedule__row:not(.schedule__row_head):hover{
        background:#edfaff
    }
}
.schedule__row_head{
    display:none
}
@media (min-width: 992px){
    .schedule__row_head{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        border-bottom:2px solid #e9082a
    }
}
.schedule__td{
    font-size:15px;
    color:#333;
    margin-bottom:8px
}
.schedule__td:last-child{
    margin-bottom:0
}
@media (min-width: 992px){
    .schedule__td{
        padding:16px;
        margin-bottom:0
    }
}
.schedule__td_title{
    padding-bottom:16px;
    margin-bottom:16px;
    font-size:17px;
    color:#000;
    border-bottom:2px solid #e9082a
}
@media (min-width: 992px){
    .schedule__td_title{
        margin:0;
        border-bottom:none
    }
}
.schedule__termin{
    display:block;
    font-weight:bold;
    font-size:15px;
    color:#333;
    margin-bottom:2px
}
@media (min-width: 992px){
    .schedule__termin{
        display:none
    }
}
@media (min-width: 768px){
    .schedule__afterWord{
        text-align:center
    }
}
.require__termin,.require__termin:hover{
    margin-left:2px;
    color:#e9082a;
    text-decoration:none
}
.require__content{
    margin-top:32px;
    padding:16px 32px;
    font-size:11px;
    color:#999;
    border-top:1px solid #ddd
}
.require__description{
    margin-right:2px;
    color:#333;
    font-size:15px
}
.partnership_ib_page_head{
    padding-bottom:80px
}
@media (max-width: 500px){
    .partnership_ib_page_head{
        padding-bottom:57px;
        padding-top:30px
    }
}
.partnership_ib_tabs__box{
    margin-top:130px
}
@media (max-width: 1279px){
    .partnership_ib_tabs__box{
        margin-top:70px
    }
}
@media (max-width: 992px){
    .partnership_ib_tabs__box{
        width:100%
    }
}
@media (max-width: 500px){
    .partnership_ib_tabs__box{
        margin-top:30px
    }
}
.partnership_ib_tabs__box .tabs__button{
    background-color:transparent;
    border-color:white
}
.partnership_ib_tabs__box .tabs__button.state-active-tab{
    background-color:white;
    border:none
}
.partnership_ib_tabs__box .tabs__button.state-active-tab:before{
    -webkit-transform:translateY(50%) rotateZ(45deg);
    transform:translateY(50%) rotateZ(45deg);
    opacity:1
}
@media (max-width: 992px){
    .partnership_ib_tabs__box .tabs__button{
        width:50%
    }
}
@media (max-width: 767px){
    .partnership_ib_tabs__box .tabs__button{
        width:100%;
        height:auto;
        padding:17px 15px;
        line-height:1.2
    }
    .partnership_ib_tabs__box .tabs__button:before{
        content:none
    }
}
.partnership_ib_tabs__box .tabs__button .tabs__button__text_box{
    padding:0 30px
}
.partnership_ib_tabs__box .tabs__button__text{
    color:white
}
.partnership_ib_tabs__box .state-active-tab .tabs__button__text{
    color:#282828
}
.partnership_ib_info_box{
    padding-bottom:90px;
    padding-top:76px
}
.partnership_ib_info_box .page_title{
    margin-top:0;
    margin-bottom:35px
}
@media (max-width: 500px){
    .partnership_ib_info_box{
        padding-top:30px;
        padding-bottom:40px
    }
}
.partnership_ib_info_mid_paragraph{
    margin-bottom:35px
}
@media (max-width: 992px){
    .partnership_ib_info_last_paragraph{
        margin-bottom:30px
    }
}
.partnership-page .js-tab-content{
    display:none
}
.partnership-page .js-tab-content.state-visible{
    display:block
}
.partnership-page .howto-header{
    font-size:30px;
    line-height:1.2;
    color:#fff;
    font-weight:300
}
.partnership-page .howto-subheader{
    margin-top:30px;
    margin-bottom:40px;
    color:#fff
}
.partnership-page .numbe#FF6600-steps{
    padding:0;
    margin:0;
    list-style:none
}
.partnership-page .numbe#FF6600-steps::after{
    content:"";
    display:table;
    clear:both
}
.partnership-page .numbe#FF6600-steps .step{
    padding-left:55px;
    margin-top:55px;
    padding-right:30px;
    color:#fff;
    position:relative
}
.partnership-page .numbe#FF6600-steps .step::after{
    content:"";
    display:table;
    clear:both
}
@media (min-width: 993px){
    .partnership-page .numbe#FF6600-steps .step:last-of-type{
        padding-right:0
    }
}
.partnership-page .numbe#FF6600-steps .number{
    color:#96a7ad;
    font-size:34px;
    line-height:1;
    position:absolute;
    top:0;
    left:0;
    font-weight:300
}
.partnership-page .apps__links_box{
    padding-top:10px
}
.partnership-page .apps__links_box::after{
    content:"";
    display:table;
    clear:both
}
.partnership-page .download-icon{
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000;
    text-decoration:none;
    font-size:15px;
    cursor:pointer;
    padding-left:24px
}
.partnership-page .download-icon span{
    color:#fff;
    border-bottom:1px solid transparent;
    -webkit-transition:border-bottom-color .2s ease;
    transition:border-bottom-color .2s ease
}
.partnership-page .download-icon:hover span{
    border-bottom-color:#fff
}
.partnership-page .download-icon:before{
    content:"";
    position:absolute;
    bottom:0;
    top:0;
    margin:auto;
    width:15px;
    height:18px;
    left:0;
    background:url(../img/download-icon-white.svg) no-repeat center/auto 100%
}
.partnership-page .partnership-form .inputs-group{
    display:block;
    margin-left:-5px;
    margin-right:-5px
}
.partnership-page .partnership-form .inputs-group::after{
    content:"";
    display:table;
    clear:both
}
.partnership-page .partnership-form .input-wrapper{
    width:33.3%;
    float:left;
    padding-left:5px;
    padding-right:5px;
    margin-top:15px;
    position:relative
}
.partnership-page .partnership-form .input-wrapper .input{
    float:right;
    width:100%;
    height:50px;
    line-height:50px;
    padding-left:16px;
    border:1px solid #fff;
    font-size:.9375em;
    color:#fff;
    background-color:transparent;
    -webkit-transition:border-color .3s ease;
    transition:border-color .3s ease
}
.partnership-page .partnership-form .input-wrapper .input:requi#FF6600+span:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    position:absolute;
    right:23px;
    top:20px;
    background:url(../img/asterisk.svg) no-repeat center/auto 100%
}
.partnership-page .partnership-form .input-wrapper .input:focus{
    border-color:#FF6600
}
.partnership-page .partnership-form .button{
    margin-top:30px
}
.modal_mess{
    display:none;
    width:50%;
    padding:20px;
    background-color:#fff
}
#success-partnershipForm-send_overlay{
    background:rgba(0,0,0,0.7);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000;
    display:none
}
#success-partnershipForm-send_overlay #success-partnershipForm-send{
    padding:20px 0;
    width:30%;
    height:130px;
    text-align:center;
    background-color:#fff;
    border:1px solid #ccc;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto
}
#success-partnershipForm-send_overlay #success-partnershipForm-send p{
    margin:0;
    padding-bottom:10px;
    font-size:17px
}
#success-partnershipForm-send_overlay #success-partnershipForm-send button:hover{
    color:#fff
}
@media (max-width: 767px){
    .partnership-page .cover{
        padding-bottom:0
    }
    .partnership-page form.partnership-form .input-wrapper{
        width:100%
    }
    #success-partnershipForm-send_overlay #success-partnershipForm-send{
        width:250px;
        height:200px
    }
}
.vip-list{
    margin-top:47px
}
.vip-list .vip-list-element ul{
    list-style:none
}
.vip-list .vip-list-element ul li{
    position:relative;
    margin-bottom:10px
}
.vip-list .vip-list-element ul li:after{
    content:"";
    display:block;
    background-image:url(../img/icon-vps-list.svg);
    width:19px;
    height:2px;
    position:absolute;
    top:6px;
    left:-26px
}
.vip-list .vip-list-element a{
    position:relative;
    color:#1f5060;
    margin-left:27px
}
.vip-list .vip-list-element a:after{
    content:"";
    display:block;
    background:url(../img/icon-vip-download-retina.png) no-repeat center/auto 100%;
    width:15px;
    height:18px;
    position:absolute;
    top:-3px;
    left:-27px
}
.vip-list .button{
    margin-top:61px;
    margin-bottom:80px
}
.vip-call-to-action{
    margin-top:50px;
    padding-top:50px;
    padding-bottom:60px
}
.webinar-item{
    margin-bottom:50px
}
.webinar-item a.button{
    margin-top:54px;
    margin-bottom:66px
}
.webinar-item .webinar-item-info p.calendar-date{
    color:#1f5060;
    font-size:48px;
    font-weight:300;
    margin-bottom:0px;
    text-align:center;
    margin-top:10px
}
.webinar-item .webinar-item-info p.calendar-month{
    color:#1f5060;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    margin-top:0;
    text-align:center;
    margin-bottom:0
}
.webinar-item .webinar-item-info p.calendar-time{
    color:#1f5060;
    font-size:18px;
    font-weight:400;
    margin-top:10px;
    text-align:center
}
.webinar-item .webinar-item-info p{
    margin-bottom:36px
}
.webinar-item .webinar-item-info img{
    width:100%
}
.webinar-item .webinar-item-aside h2.page_title{
    margin-bottom:30px;
    margin-top:16px
}
.webinar-item .webinar-item-aside ul{
    list-style-type:none;
    padding:0;
    margin-bottom:41px
}
.webinar-item .webinar-item-aside ul li{
    margin-bottom:25px
}
.webinar-item .webinar-item-aside ul li p.subtitle,.webinar-item .webinar-item-aside ul li p.working_process__title{
    margin-bottom:17px
}
.webinar-item .webinar-item-aside ul li a.link,.webinar-item .webinar-item-aside ul li a.arrow_link,.webinar-item .webinar-item-aside ul li a.footer__list_link,.webinar-item .webinar-item-aside ul li a.header__menu__list__item__link,.webinar-item .webinar-item-aside ul li a.footer_nav__link{
    color:#1f5060;
    border-bottom:1px solid #1f5060;
    text-decoration:none
}
.webinar-item .webinar-item-aside ul li .webinar-inner-link:not(:first-of-type){
    margin-top:10px
}
.webinar-item .webinar-item-aside ul li:last-child{
    margin-bottom:0
}
.webinar-item .webinar-video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden
}
.webinar-item .webinar-video-container iframe,.webinar-item .webinar-video-container object,.webinar-item .webinar-video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.education-term-item{
    margin-bottom:107px
}
.education-term-item .education-term-item-info .text{
    margin-bottom:61px
}
.education-term-item .education-term-item-info .text p:last-child{
    margin-bottom:0
}
.education-term-item .education-term-item-info img{
    width:90%
}
.education-term-item .education-term-item-aside h2.page_title{
    margin-bottom:30px;
    margin-top:9px
}
.education-term-item .education-term-item-aside ul{
    list-style-type:none;
    padding:0;
    margin-bottom:41px
}
.education-term-item .education-term-item-aside ul li{
    margin-bottom:25px
}
.education-term-item .education-term-item-aside ul li p.subtitle,.education-term-item .education-term-item-aside ul li p.working_process__title{
    margin-bottom:17px
}
.education-term-item .education-term-item-aside ul li a.link,.education-term-item .education-term-item-aside ul li a.arrow_link,.education-term-item .education-term-item-aside ul li a.footer__list_link,.education-term-item .education-term-item-aside ul li a.header__menu__list__item__link,.education-term-item .education-term-item-aside ul li a.footer_nav__link{
    color:#1f5060;
    border-bottom:1px solid #1f5060;
    text-decoration:none
}
.education-term-item .education-term-item-aside ul li:last-child{
    margin-bottom:0
}
@media (max-width: 767px){
    .education-term-item{
        margin-bottom:50px
    }
    .education-term-item .education-term-item-info img{
        width:100%
    }
}
.comparison-invest-img{
    width:90px;
    margin-right:-10px
}
.comparison{
    margin-bottom:50px
}
.comparison .table-responsive{
    margin-bottom:98px
}
.comparison table{
    width:100%;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.comparison table thead tr{
    display:table-row
}
.comparison table thead tr th{
    padding-bottom:15px;
    padding-top:23px;
    display:table-cell;
    padding-left:29px;
    border-bottom:0.5px solid #ededed
}
.comparison table thead tr th:first-child{
    text-align:left;
    color:#e8072a;
    font-size:15px;
    font-weight:400
}
.comparison table tbody tr{
    display:table-row
}
.comparison table tbody tr td{
    text-align:center;
    padding-bottom:20px;
    padding-top:20px;
    padding-left:29px;
    display:table-cell
}
.comparison table tbody tr td .comparison-checkmark{
    width:23px;
    height:16px
}
.comparison table tbody tr td .comparison-cross{
    width:17px;
    height:17px
}
.comparison table tbody tr td .comparison-web{
    width:60px;
    margin-right:-10px
}
.comparison table tbody tr td .comparison-fix{
    width:100px;
    margin-right:-10px
}
.comparison table tbody tr td a{
    color:#e8072a;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    padding:15px 30px;
    text-decoration:none;
    border:1px solid transparent;
    text-align:center
}
.comparison table tbody tr td a:hover{
    color:#e8072a;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    border:1px solid #e8072a
}
.comparison table tbody tr td:first-child{
    text-align:left;
    color:#262626;
    font-size:15px;
    font-weight:600
}
.comparison table tbody tr:not(:last-child):hover{
    background-color:rgba(228,228,228,0.5)
}
.comparison .comparison-demo-account>div>div:last-child{
    text-align:right
}
.comparison .comparison-demo-account p{
    color:#262626;
    font-size:24px;
    font-weight:300;
    margin-top:0
}
@media (max-width: 767px){
    .comparison table tbody tr td:first-child{
        width:30%
    }
}
section#cryptocurrency .risk:hover::after{
    display:none
}
section#cryptocurrency .header-crypto{
    background-image:url("../img/marketing-site/cryptocurrency/background.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    box-sizing:border-box;
    margin:0 auto;
    color:#ffffff;
    font-size:18px
}
section#cryptocurrency .header-crypto h1{
    margin:0 auto;
    font-size:30px;
    text-transform:uppercase;
    width:84%;
    padding-top:40px
}
section#cryptocurrency .header-crypto__coin{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:85%;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:150px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:40px
}
section#cryptocurrency .header-crypto__coin p{
    margin:0
}
section#cryptocurrency .header-crypto__coin p img{
    margin-right:20px
}
section#cryptocurrency .header-crypto__coin p:first-of-type img{
    width:60px;
    height:63px
}
section#cryptocurrency .header-crypto__coin p:nth-of-type(2) img{
    width:80px;
    height:62px
}
section#cryptocurrency .header-crypto__coin p:nth-of-type(3) img{
    width:42px;
    height:61px
}
section#cryptocurrency .header-crypto__coin p:nth-of-type(4) img{
    width:58px;
    height:64px
}
section#cryptocurrency .header-crypto__coin p:nth-of-type(5) img{
    width:69px;
    height:69px
}
section#cryptocurrency .header-crypto__text{
    font-size:18px;
    width:80%;
    margin-left:auto;
    margin-right:auto
}
section#cryptocurrency .header-crypto__button form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:300px;
    margin:0 auto;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-bottom:50px
}
section#cryptocurrency .header-crypto__button form div:first-of-type{
    background-color:#e60632
}
section#cryptocurrency .header-crypto__button form div:last-of-type{
    background-color:#6ab818
}
section#cryptocurrency .header-crypto__button form button{
    width:145px;
    height:45px;
    font-size:12px;
    outline:none;
    border:none;
    color:#ffffff;
    text-transform:uppercase
}
@media only screen and (min-width: 760px){
    section#cryptocurrency .header-crypto h1{
        margin-left:0
    }
    section#cryptocurrency .header-crypto__container{
        width:652px;
        margin:0 auto
    }
    section#cryptocurrency .header-crypto__text{
        margin-left:0
    }
    section#cryptocurrency .header-crypto__coin{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        min-height:77px;
        margin-left:0
    }
    section#cryptocurrency .header-crypto__button form{
        margin-left:0
    }
}
@media only screen and (min-width: 1200px){
    section#cryptocurrency .risk:hover::after{
        display:block
    }
    section#cryptocurrency .header-crypto{
        font-size:18px;
        height:600px;
        box-sizing:border-box
    }
    section#cryptocurrency .header-crypto__container{
        width:1200px;
        margin:0 auto
    }
    section#cryptocurrency .header-crypto h1{
        margin-left:0;
        font-size:48px;
        width:670px;
        padding-top:40px
    }
    section#cryptocurrency .header-crypto__coin{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:765px;
        height:170px;
        background-color:rgba(255,255,255,0.5);
        margin-left:0;
        box-sizing:border-box;
        -ms-flex-pack:distribute;
        justify-content:space-around;
        padding-top:25px;
        min-height:150px;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-top:40px
    }
    section#cryptocurrency .header-crypto__coin p{
        position:relative
    }
    section#cryptocurrency .header-crypto__coin p:first-of-type img{
        width:82px;
        height:83px
    }
    section#cryptocurrency .header-crypto__coin p:first-of-type::after{
        position:absolute;
        content:"bitcoin";
        bottom:25px;
        left:8px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#181818
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(2) img{
        width:100px;
        height:82px
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(2)::after{
        position:absolute;
        content:"bitcoin cash";
        bottom:25px;
        left:-8px;
        width:117px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#181818
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(3) img{
        width:52px;
        height:81px
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(3)::after{
        position:absolute;
        content:"ethereum";
        bottom:25px;
        left:-15px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#181818
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(4) img{
        width:78px;
        height:84px
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(4)::after{
        position:absolute;
        content:"ripple";
        bottom:25px;
        left:19px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#181818
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(5) img{
        width:89px;
        height:89px
    }
    section#cryptocurrency .header-crypto__coin p:nth-of-type(5)::after{
        position:absolute;
        content:"litecoin";
        bottom:25px;
        left:9px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#181818
    }
    section#cryptocurrency .header-crypto p{
        font-size:24px;
        margin-left:0
    }
    section#cryptocurrency .header-crypto__button form{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:411px;
        margin-left:0;
        margin-top:50px;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding-bottom:50px
    }
    section#cryptocurrency .header-crypto__button form button{
        width:200px;
        height:50px;
        font-size:12px
    }
}
section#cryptocurrency .how{
    margin:0 auto;
    font-family:"Lato"
}
section#cryptocurrency .how h2{
    color:#262626;
    font-size:24px;
    width:80%;
    margin:40px auto 40px;
    text-align:center
}
section#cryptocurrency .how p{
    color:#000000;
    font-size:16px;
    line-height:18px;
    margin:200px auto 40px;
    width:80%;
    text-align:justify;
    position:relative
}
section#cryptocurrency .how p::before{
    background-image:url("../img/marketing-site/cryptocurrency/imac.png");
    position:absolute;
    content:"";
    display:block;
    background-size:contain;
    top:-100px;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    margin:0 auto;
    width:200px;
    height:160px;
    background-repeat:no-repeat
}
@media only screen and (min-width: 760px){
    section#cryptocurrency .how{
        width:760px;
        min-height:703px;
        box-sizing:border-box
    }
    section#cryptocurrency .how h2{
        font-size:36px;
        line-height:36px;
        padding-top:75px;
        margin-top:0
    }
    section#cryptocurrency .how p{
        font-size:18px;
        line-height:36px;
        margin:274px auto 40px;
        width:645px
    }
    section#cryptocurrency .how p::before{
        top:-91px;
        left:50%;
        right:50%;
        -webkit-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%);
        margin:0 auto;
        width:297px;
        height:327px
    }
}
@media only screen and (min-width: 1200px){
    section#cryptocurrency .how{
        width:1200px;
        height:595px;
        box-sizing:border-box
    }
    section#cryptocurrency .how h2{
        font-size:36px;
        line-height:36px;
        padding-top:75px;
        margin-top:0
    }
    section#cryptocurrency .how p{
        font-size:18px;
        line-height:36px;
        margin-left:20px;
        margin-top:75px;
        width:645px
    }
    section#cryptocurrency .how p::before{
        top:8px;
        right:-850px;
        width:376px;
        height:327px;
        -webkit-transform:none;
        transform:none
    }
}
section#cryptocurrency .why{
    margin:5px auto 0;
    font-family:"Lato";
    background-color:#3f646f;
    color:#ffffff;
    padding-top:40px;
    padding-bottom:40px
}
section#cryptocurrency .why h2{
    font-size:24px;
    width:80%;
    margin:0px auto 40px;
    text-align:center
}
section#cryptocurrency .why__reason{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:80%;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
section#cryptocurrency .why__reason p{
    font-size:13px;
    line-height:24px;
    max-width:253px;
    position:relative;
    text-transform:uppercase;
    margin-top:80px;
    text-align:center
}
section#cryptocurrency .why__reason p:nth-of-type(1)::before,section#cryptocurrency .why__reason p:nth-of-type(2)::before,section#cryptocurrency .why__reason p:nth-of-type(3)::before,section#cryptocurrency .why__reason p:nth-of-type(4)::before{
    position:absolute;
    content:"";
    top:-42px;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background-repeat:no-repeat
}
section#cryptocurrency .why__reason p:nth-of-type(1)::before{
    background-image:url("../img/marketing-site/cryptocurrency/account.png");
    width:53px;
    height:67px
}
section#cryptocurrency .why__reason p:nth-of-type(2)::before{
    background-image:url("../img/marketing-site/cryptocurrency/money.png");
    width:66px;
    height:66px
}
section#cryptocurrency .why__reason p:nth-of-type(3)::before{
    background-image:url("../img/marketing-site/cryptocurrency/account.png");
    width:67px;
    height:67px
}
section#cryptocurrency .why__reason p:nth-of-type(4)::before{
    background-image:url("../img/marketing-site/cryptocurrency/safe.png");
    width:67px;
    height:67px
}
section#cryptocurrency .why__plus{
    background-color:#203338;
    width:90%;
    margin:0 auto;
    box-shadow:-10px 13px 20px rgba(0,0,0,0.4)
}
section#cryptocurrency .why__plus h3{
    width:80%;
    margin:0 auto 20px;
    text-align:center;
    padding-top:20px
}
section#cryptocurrency .why__plus div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:0 auto;
    width:80%
}
section#cryptocurrency .why__plus div img{
    display:none
}
section#cryptocurrency .why__plus div ul{
    list-style:none;
    margin:0 auto;
    padding:0;
    padding-bottom:40px;
    width:80%
}
section#cryptocurrency .why__plus div li{
    position:relative;
    font-size:14px;
    margin-bottom:5px
}
section#cryptocurrency .why__plus div li::before{
    content:"";
    position:absolute;
    width:7px;
    height:1px;
    background-color:#ffffff;
    top:9px;
    left:-13px
}
@media only screen and (min-width: 760px){
    section#cryptocurrency .why__reason{
        width:74%;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 1200px){
    section#cryptocurrency .why{
        margin:5px auto 0;
        padding-top:50px;
        height:813px;
        box-sizing:border-box
    }
    section#cryptocurrency .why h2{
        font-size:36px;
        line-height:36px;
        margin-bottom:70px
    }
    section#cryptocurrency .why__reason{
        width:1155px;
        margin:0 auto 70px;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
    section#cryptocurrency .why__reason p{
        max-width:230px
    }
    section#cryptocurrency .why__plus{
        width:1200px;
        height:345px;
        box-sizing:border-box;
        padding-top:35px
    }
    section#cryptocurrency .why__plus h3{
        width:80%;
        margin:0 auto 20px;
        text-align:center;
        font-size:24px;
        line-height:24px;
        padding-top:10px
    }
    section#cryptocurrency .why__plus div{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin:0 auto;
        width:990px;
        margin-top:55px
    }
    section#cryptocurrency .why__plus div img{
        width:305px;
        height:165px;
        margin-bottom:20px;
        display:block
    }
    section#cryptocurrency .why__plus div ul{
        list-style:none;
        margin:0;
        padding:0;
        padding-bottom:40px;
        width:600px
    }
    section#cryptocurrency .why__plus div li{
        position:relative;
        font-size:14px;
        margin-bottom:5px
    }
    section#cryptocurrency .why__plus div li::before{
        content:"";
        position:absolute;
        width:7px;
        height:1px;
        background-color:#ffffff;
        top:9px;
        left:-13px
    }
}
section#cryptocurrency .trade{
    color:#FF6600;
    margin:0 auto
}
section#cryptocurrency .trade h2{
    font-size:24px;
    width:80%;
    margin:0px auto 40px;
    text-align:center;
    color:#262626;
    padding-top:40px
}
section#cryptocurrency .trade section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:80%;
    margin:0 auto 40px
}
section#cryptocurrency .trade section p{
    background-color:#406671;
    border-radius:38px;
    height:66px;
    color:#ffffff;
    width:270px;
    position:relative;
    padding-left:85px;
    padding-right:13px;
    padding-top:10px;
    box-sizing:border-box
}
section#cryptocurrency .trade section p:nth-of-type(1)::before,section#cryptocurrency .trade section p:nth-of-type(2)::before,section#cryptocurrency .trade section p:nth-of-type(3)::before,section#cryptocurrency .trade section p:nth-of-type(4)::before,section#cryptocurrency .trade section p:nth-of-type(5)::before{
    position:absolute;
    color:#406671;
    font-size:31px;
    text-align:center;
    padding-top:10px;
    box-sizing:border-box;
    top:0;
    left:5px;
    width:66px;
    height:66px;
    border-radius:50%;
    background-color:#ffffff
}
section#cryptocurrency .trade section p:nth-of-type(1){
    padding-top:11px
}
section#cryptocurrency .trade section p:nth-of-type(1)::before{
    content:"1"
}
section#cryptocurrency .trade section p:nth-of-type(2)::before{
    content:"2"
}
section#cryptocurrency .trade section p:nth-of-type(3)::before{
    content:"3"
}
section#cryptocurrency .trade section p:nth-of-type(4)::before{
    content:"4"
}
section#cryptocurrency .trade section p:nth-of-type(5){
    padding-top:5px
}
section#cryptocurrency .trade section p:nth-of-type(5)::before{
    content:"5"
}
section#cryptocurrency .trade__coin{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:85%;
    margin:0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:150px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:40px;
    margin-bottom:40px
}
section#cryptocurrency .trade__coin p{
    margin:0
}
section#cryptocurrency .trade__coin p img{
    margin-right:20px
}
section#cryptocurrency .trade__coin p:first-of-type img{
    width:60px;
    height:63px
}
section#cryptocurrency .trade__coin p:nth-of-type(2) img{
    width:80px;
    height:62px
}
section#cryptocurrency .trade__coin p:nth-of-type(3) img{
    width:42px;
    height:61px
}
section#cryptocurrency .trade__coin p:nth-of-type(4) img{
    width:58px;
    height:64px
}
section#cryptocurrency .trade__coin p:nth-of-type(5) img{
    width:69px;
    height:69px
}
section#cryptocurrency .trade__button form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:300px;
    margin:0 auto;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-bottom:50px
}
section#cryptocurrency .trade__button form div:first-of-type{
    background-color:#e60632
}
section#cryptocurrency .trade__button form div:last-of-type{
    background-color:#6ab818
}
section#cryptocurrency .trade__button form button{
    width:145px;
    height:45px;
    font-size:12px;
    outline:none;
    border:none;
    color:#ffffff;
    text-transform:uppercase
}
@media only screen and (min-width: 760px){
    section#cryptocurrency .trade__coin{
        min-height:69px
    }
    section#cryptocurrency .trade section{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        max-width:620px
    }
    section#cryptocurrency .trade section p{
        width:290px
    }
    section#cryptocurrency .trade section p:nth-of-type(5){
        padding-top:21px;
        width:535px;
        margin-left:auto;
        margin-right:auto;
        padding-left:86px;
        text-align:center
    }
}
@media only screen and (min-width: 1200px){
    section#cryptocurrency .trade{
        color:#FF6600;
        width:1200px;
        height:793px;
        box-sizing:border-box;
        box-shadow:0px 6px 20px rgba(0,0,0,0.4);
        margin:80px auto;
        padding-top:55px
    }
    section#cryptocurrency .trade h2{
        font-size:36px;
        line-height:36px
    }
    section#cryptocurrency .trade section{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        max-width:1020px;
        height:275px;
        box-sizing:border-box;
        margin:0 auto 40px
    }
    section#cryptocurrency .trade section p{
        border-radius:38px;
        height:68px;
        width:440px;
        padding-left:95px;
        padding-right:13px;
        padding-top:18px;
        box-sizing:border-box;
        font-size:18px;
        line-height:22px
    }
    section#cryptocurrency .trade section p:nth-of-type(1)::before,section#cryptocurrency .trade section p:nth-of-type(2)::before,section#cryptocurrency .trade section p:nth-of-type(3)::before,section#cryptocurrency .trade section p:nth-of-type(4)::before,section#cryptocurrency .trade section p:nth-of-type(5)::before{
        padding-top:19px
    }
    section#cryptocurrency .trade section p:nth-of-type(1){
        padding-top:20px
    }
    section#cryptocurrency .trade section p:nth-of-type(5){
        padding-top:21px;
        width:665px;
        margin-left:auto;
        margin-right:auto;
        padding-left:86px;
        text-align:center
    }
    section#cryptocurrency .trade__coin{
        width:672px;
        margin:70px auto 0;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        min-height:150px
    }
    section#cryptocurrency .trade__coin p{
        position:relative
    }
    section#cryptocurrency .trade__coin p:first-of-type img{
        width:82px;
        height:83px
    }
    section#cryptocurrency .trade__coin p:first-of-type::after{
        position:absolute;
        content:"BTCUSD";
        bottom:25px;
        left:0;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin p:nth-of-type(2) img{
        width:100px;
        height:82px
    }
    section#cryptocurrency .trade__coin p:nth-of-type(2)::after{
        position:absolute;
        content:"BCHUSD";
        bottom:25px;
        left:8px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin p:nth-of-type(3) img{
        width:52px;
        height:81px
    }
    section#cryptocurrency .trade__coin p:nth-of-type(3)::after{
        position:absolute;
        content:"ETHUSD";
        bottom:25px;
        left:-15px;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin p:nth-of-type(4) img{
        width:78px;
        height:84px
    }
    section#cryptocurrency .trade__coin p:nth-of-type(4)::after{
        position:absolute;
        content:"XRPUSD";
        bottom:25px;
        left:0;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin p:nth-of-type(5) img{
        width:89px;
        height:89px
    }
    section#cryptocurrency .trade__coin p:nth-of-type(5)::after{
        position:absolute;
        content:"LTCUSD";
        bottom:25px;
        left:0;
        font-size:22px;
        line-height:22px;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin img{
        margin-right:20px;
        position:relative
    }
    section#cryptocurrency .trade__coin img:first-of-type{
        width:82px;
        height:83px
    }
    section#cryptocurrency .trade__coin img:first-of-type::after{
        position:absolute;
        content:"BTCUSD";
        bottom:0;
        left:0;
        font-family:"Microsoft-New-Tai-Lue";
        color:#000000
    }
    section#cryptocurrency .trade__coin img:nth-of-type(2){
        width:100px;
        height:82px
    }
    section#cryptocurrency .trade__coin img:nth-of-type(3){
        width:52px;
        height:81px
    }
    section#cryptocurrency .trade__coin img:nth-of-type(4){
        width:78px;
        height:84px
    }
    section#cryptocurrency .trade__coin img:nth-of-type(5){
        width:89px;
        height:89px
    }
    section#cryptocurrency .trade__button form{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:411px;
        margin:40px auto 0;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding-bottom:50px
    }
    section#cryptocurrency .trade__button form button{
        width:200px;
        height:45px;
        font-size:12px;
        outline:none;
        border:none;
        color:#ffffff;
        text-transform:uppercase
    }
}
.2-bg-wrapper:after,.2-bg-wrapper:before{
    content:"";
    display:table;
    clear:both
}
.half-a{
    height:368px;
    width:50%;
    background-size:cover;
    z-index:1;
    float:left;
    position:relative
}
.half-b{
    width:50%;
    position:relative;
    height:368px;
    background-size:cover;
    float:left;
    z-index:1
}
.center-block{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index:10;
    padding-top:55px
}
.arumpro-header-text{
    position:relative;
    padding-left:65px;
    padding-top:33px
}
.arumpro-header-text h1{
    color:#fff;
    font-size:52px;
    font-weight:300;
    position:relative;
    margin:0
}
.arumpro-header-text p{
    color:#fff;
    font-size:15px;
    font-weight:300;
    margin:0;
    margin-top:8px
}
.arumpro-header-text:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0
}
.arumpro-header-text.arumpro-header-left:after{
    background:url(../img/icon-arunpro-pro-retina.png) no-repeat center/auto 100%;
    width:125px;
    height:64px
}
.arumpro-header-text.arumpro-header-right{
    margin-top:113px;
    margin-left:35px
}
.arumpro-header-text.arumpro-header-right:after{
    background:url(../img/icon-arunpro-web-retina.png) no-repeat center/auto 100%;
    width:124px;
    height:63px
}
.arumpro .arumpro-advantages-skin{
    background-color:#f4f4f4
}
.arumpro .arumpro-advantages-skin .arumpro-advantages{
    padding-top:50px;
    padding-bottom:53px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages p{
    color:#245063;
    font-size:13px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(1) img{
    margin-bottom:16px;
    width:41px;
    height:42px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(2) img{
    margin-bottom:13px;
    width:44px;
    height:44px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(3) img{
    margin-bottom:7px;
    width:50px;
    height:50px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(4) img{
    margin-top:13px;
    margin-bottom:11px;
    width:56px;
    height:33px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(5) img{
    margin-bottom:9px;
    width:44px;
    height:48px
}
.arumpro .arumpro-advantages-skin .arumpro-advantages>div>div:nth-child(6) img{
    margin-bottom:15px;
    width:47px;
    height:42px
}
.arumpro .arumpro-windows{
    margin-top:78px;
    margin-bottom:117px
}
.arumpro .arumpro-windows>div:first-child{
    margin-bottom:170px
}
.arumpro .arumpro-windows>div:first-child>div p:nth-of-type(2){
    margin-bottom:30px
}
.arumpro .arumpro-windows>div:last-child .apps__slider_box.apps__slider_box--windows{
    margin-top:-40px
}
.arumpro .arumpro-windows h2{
    margin-bottom:33px;
    margin-top:0
}
.arumpro .arumpro-windows ul{
    padding-left:0;
    list-style:none
}
.arumpro .arumpro-windows ul li{
    position:relative;
    margin-bottom:10px;
    margin-left:27px
}
.arumpro .arumpro-windows ul li:after{
    content:"";
    display:block;
    background-image:url(../img/icon-vps-list.svg);
    width:19px;
    height:2px;
    position:absolute;
    top:6px;
    left:-26px
}
.arumpro .arumpro-windows ul.arumpro-dropdown{
    margin-left:0;
    margin-right:30px;
    display:inline-block;
    vertical-align:middle
}
.arumpro .arumpro-windows ul.arumpro-dropdown li{
    position:relative;
    margin-left:0
}
.arumpro .arumpro-windows ul.arumpro-dropdown li:after{
    display:none
}
.arumpro .arumpro-windows ul.arumpro-dropdown li a:after{
    display:none
}
.arumpro .arumpro-windows ul.arumpro-dropdown,.arumpro .arumpro-windows ul.arumpro-dropdown-inside{
    list-style-type:none;
    padding:0
}
.arumpro .arumpro-windows ul.arumpro-dropdown-inside{
    position:absolute;
    left:-9999px;
    top:49px;
    width:231px;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    z-index:10
}
.arumpro .arumpro-windows ul.arumpro-dropdown-inside li{
    padding:20px 0;
    padding-left:14px;
    margin:0
}
.arumpro .arumpro-windows ul.arumpro-dropdown-inside li:first-child{
    padding-top:26px
}
.arumpro .arumpro-windows ul.arumpro-dropdown li.arumpro-dropdown-top{
    background:#e8072a;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
.arumpro .arumpro-windows ul.arumpro-dropdown li.arumpro-dropdown-top:after{
    content:"";
    display:block;
    position:absolute;
    left:90%;
    top:21px;
    background-image:url(../img/icon-arumpro-arrow.svg);
    width:13px;
    height:8px
}
.arumpro .arumpro-windows ul.arumpro-dropdown li.arumpro-dropdown-top a{
    margin:0;
    display:block;
    padding:18px 51px 14px 26px
}
.arumpro .arumpro-windows ul.arumpro-dropdown a.arumpro-dropdown-top{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:14px
}
.arumpro .arumpro-windows ul.arumpro-dropdown li.arumpro-dropdown-top:hover .arumpro-dropdown-inside{
    display:block;
    left:0
}
.arumpro .arumpro-windows ul.arumpro-dropdown ul.arumpro-dropdown-inside li:hover{
    background-color:#ECECEC
}
.arumpro .arumpro-windows ul.arumpro-dropdown ul.arumpro-dropdown-inside li:hover a{
    color:#E70D2E
}
.arumpro .arumpro-windows ul.arumpro-dropdown ul.arumpro-dropdown-inside{
    background:#fff
}
.arumpro .arumpro-windows ul.arumpro-dropdown ul.arumpro-dropdown-inside a{
    color:#292929;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    text-decoration:none;
    padding:0
}
.arumpro .arumpro-windows a{
    position:relative;
    color:#1f5060;
    margin-left:56px;
    display:inline-block;
    vertical-align:middle
}
.arumpro .arumpro-windows a:after{
    content:"";
    display:block;
    width:15px;
    height:18px;
    background:url(../img/icon-vip-download-retina.png) no-repeat center/auto 100%;
    position:absolute;
    top:-3px;
    left:-27px
}
.arumpro .arumpro-windows .arumpro-windows-links{
    margin-top:50px
}
.arumpro .arumpro-windows .arumpro-windows-links a{
    margin-left:56px
}
.arumpro .arumpro-windows .arumpro-windows-links a.button{
    color:#fff;
    display:inline-block;
    vertical-align:middle;
    width:49%;
    margin-right:10%
}
.arumpro .arumpro-windows .arumpro-windows-links a.button:after{
    display:none
}
.arumpro .arumpro-windows .arumpro-windows-links .link-div{
    display:inline-block;
    vertical-align:top;
    width:39%
}
.arumpro .arumpro-windows .arumpro-windows-links a.link,.arumpro .arumpro-windows .arumpro-windows-links a.arrow_link,.arumpro .arumpro-windows .arumpro-windows-links a.footer__list_link,.arumpro .arumpro-windows .arumpro-windows-links a.header__menu__list__item__link,.arumpro .arumpro-windows .arumpro-windows-links a.footer_nav__link{
    display:inline-block;
    vertical-align:middle
}
.arumpro-become-client{
    background-image:url(../img/marketing-site/bg/bg-arumpro-become-client.jpg);
    background-position:center center;
    background-size:cover;
    padding-top:102px;
    padding-bottom:96px
}
.arumpro-become-client h2{
    color:#fff;
    margin:0
}
.arumpro-become-client .risk-hidden-ru:first-child a.button:nth-of-type(1),.arumpro-become-client .risk-hidden-en:first-child a.button:nth-of-type(1){
    border-color:#fff;
    color:#fff;
    margin-right:19px
}
.arumpro-become-client .risk-hidden-ru:first-child a.button:nth-of-type(1):hover,.arumpro-become-client .risk-hidden-en:first-child a.button:nth-of-type(1):hover{
    border-color:#C31037
}
.arumpro-become-client>div>div>div:last-child{
    text-align:right
}
@media (max-width: 767px){
    .half-a{
        height:368px;
        width:50%;
        background-size:cover;
        z-index:1;
        float:none;
        display:block;
        width:100%;
        position:relative
    }
    .half-b{
        width:50%;
        position:relative;
        height:250px;
        background-size:cover;
        float:none;
        display:block;
        width:100%;
        z-index:1
    }
    .arumpro-header-text.arumpro-header-right{
        margin-top:60px;
        margin-left:0
    }
    .arumpro-header-text h1{
        font-size:35px
    }
    .arumpro{
        margin-top:230px
    }
    .arumpro .arumpro-advantages{
        margin-bottom:0
    }
    .arumpro .arumpro-advantages>div>div{
        text-align:center;
        margin-bottom:40px
    }
    .arumpro .arumpro-advantages>div>div:nth-child(1){
        margin-bottom:10px
    }
    .arumpro .arumpro-advantages>div>div:nth-child(4){
        margin-bottom:73px
    }
    .arumpro .arumpro-advantages img{
        margin-bottom:0
    }
    .arumpro .arumpro-advantages p{
        margin-top:0
    }
    .arumpro .arumpro-windows{
        margin-bottom:20px
    }
    .arumpro .arumpro-windows select{
        margin-bottom:15px
    }
    .arumpro .arumpro-windows select .arumpro-windows-links{
        margin-left:20px
    }
    .arumpro .arumpro-windows h2{
        margin-top:65px
    }
    .arumpro .arumpro-windows .arumpro-windows-links>div>div:first-child{
        margin-bottom:30px
    }
    .arumpro .arumpro-windows .arumpro-windows-links a.link,.arumpro .arumpro-windows .arumpro-windows-links a.arrow_link,.arumpro .arumpro-windows .arumpro-windows-links a.footer__list_link,.arumpro .arumpro-windows .arumpro-windows-links a.header__menu__list__item__link,.arumpro .arumpro-windows .arumpro-windows-links a.footer_nav__link{
        margin-left:27px
    }
    .arumpro .arumpro-windows .apps__slider_box.apps__slider_box--windows li{
        position:static;
        margin:0;
        margin-right:8px
    }
    .arumpro .arumpro-windows .apps__slider_box.apps__slider_box--windows li:last-child{
        margin-right:0
    }
    .arumpro .arumpro-windows .apps__slider_box.apps__slider_box--windows li:after{
        content:none
    }
    .arumpro .arumpro-windows>div:first-child{
        margin-bottom:80px
    }
    .arumpro-become-client{
        text-align:center
    }
    .arumpro-become-client h2.page_title{
        margin-bottom:20px
    }
    .arumpro-become-client>div>div>div:last-child{
        text-align:left
    }
    .arumpro-become-client a.strategies__buttons_box__button{
        width:100%;
        padding-top:16px;
        padding-bottom:16px
    }
    .arumpro-become-client a.button{
        width:100%
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .arumpro-header-text.arumpro-header-right{
        margin-left:0
    }
    .arumpro .arumpro-windows{
        margin-bottom:20px
    }
    .arumpro .arumpro-windows a{
        margin-left:27px !important
    }
    .arumpro .arumpro-windows>div:first-child{
        margin-bottom:50px
    }
    .arumpro-become-client a.button:nth-of-type(1){
        margin-bottom:20px
    }
    .arumpro-become-client>div>div>div:last-child{
        text-align:left
    }
}
@media (max-width: 1199px){
    .arumpro .arumpro-windows .arumpro-windows-links a.button{
        width:100%;
        display:block
    }
    .arumpro .arumpro-windows .arumpro-windows-links .link-div{
        margin-top:30px;
        width:100%;
        display:block
    }
    .arumpro .arumpro-windows .arumpro-windows-links .link-div a.link,.arumpro .arumpro-windows .arumpro-windows-links .link-div a.arrow_link,.arumpro .arumpro-windows .arumpro-windows-links .link-div a.footer__list_link,.arumpro .arumpro-windows .arumpro-windows-links .link-div a.header__menu__list__item__link,.arumpro .arumpro-windows .arumpro-windows-links .link-div a.footer_nav__link{
        margin-left:27px
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .arumpro .arumpro-windows a{
        margin-left:27px !important
    }
    .arumpro-become-client a.button:nth-of-type(1){
        margin-right:18px
    }
}
@media (max-width: 532px){
    .arumpro .arumpro-windows a{
        display:block !important;
        margin-left:27px !important
    }
}
@media (max-width: 500px){
    .arumpro .arumpro-windows a{
        margin-bottom:30px
    }
}
@media (min-width: 533px) and (max-width: 768px){
    .arumpro .arumpro-windows a.link,.arumpro .arumpro-windows a.arrow_link,.arumpro .arumpro-windows a.footer__list_link,.arumpro .arumpro-windows a.header__menu__list__item__link,.arumpro .arumpro-windows a.footer_nav__link{
        margin-left:56px !important
    }
}
.ecn .risk:hover::after{
    display:none
}
.ecn .demo-trade__header{
    background-image:url(../img/marketing-site/ecn/ecn-bg.jpg);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    min-height:411px;
    background-size:100% 294px
}
.ecn .demo-trade__header .risk{
    margin-left:8%
}
.ecn .demo-trade__header a{
    margin-left:0
}
.ecn .demo-trade__info h2{
    margin:30px auto -11px
}
.ecn .demo-trade__info p span{
    font-style:italic
}
.ecn .trading-platform__platform{
    min-height:1220px;
    height:1220px
}
.ecn .trading-platform__platform h2{
    width:255px;
    color:#ffffff;
    font-size:21px;
    font-weight:400;
    line-height:29.17px;
    text-align:center;
    margin:0 auto 30px
}
.ecn .trading-platform__platform article{
    width:267px;
    height:346px;
    color:#000000;
    margin-bottom:20px
}
.ecn .trading-platform__platform article h3{
    font-size:17px;
    line-height:20.83px;
    width:172px
}
.ecn .trading-platform__platform article p{
    font-size:13px;
    line-height:20.83px
}
.ecn .trading-platform__platform article:nth-of-type(1) p{
    width:119px
}
.ecn .trading-platform__platform article:nth-of-type(1)::before{
    width:118px;
    height:124px;
    background-size:contain;
    background:url(../img/marketing-site/ecn/ecn-moment.png) no-repeat
}
.ecn .trading-platform__platform article:nth-of-type(2) p{
    width:142px
}
.ecn .trading-platform__platform article:nth-of-type(2)::before{
    width:125px;
    height:130px;
    background-size:contain;
    background:url(../img/marketing-site/ecn/ecn-conflict.png) no-repeat
}
.ecn .trading-platform__platform article:nth-of-type(3) p{
    width:182px
}
.ecn .trading-platform__platform article:nth-of-type(3)::before{
    width:106px;
    height:126px;
    background-size:contain;
    background:url(../img/marketing-site/ecn/ecn-safety.png) no-repeat
}
.ecn__safety{
    color:#000000
}
.ecn__safety h2{
    width:85%;
    font-size:21px;
    font-weight:400;
    line-height:29.17px;
    margin:20px auto 15px
}
.ecn__safety p{
    width:85%;
    font-size:13px;
    font-weight:300;
    line-height:20.85px;
    margin:0px auto 25px
}
.ecn__safety div article{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.ecn__safety div article:nth-of-type(2),.ecn__safety div article:nth-of-type(3){
    display:none
}
.ecn__safety div article img{
    margin:0 auto
}
.ecn .trade-real__type h2{
    width:212px;
    font-size:21px;
    font-weight:400;
    line-height:29.17px;
    margin:0px auto 30px
}
@media (min-width: 425px){
    .ecn .demo-trade__header{
        background-image:url(../img/marketing-site/ecn/ecn-bg-tablet.jpg);
        background-size:100% 62%
    }
}
@media (min-width: 768px){
    .ecn .demo-trade__header{
        background-image:url(../img/marketing-site/ecn/ecn-bg-tablet.jpg);
        background-size:cover;
        min-height:380px
    }
    .ecn .demo-trade__header h1{
        width:438px;
        color:#ffffff;
        margin-bottom:64px
    }
    .ecn .demo-trade__header .risk{
        margin-left:4%
    }
    .ecn .demo-trade__info h2,.ecn .demo-trade__info p{
        width:714px
    }
    .ecn .trading-platform__platform{
        min-height:440px;
        height:440px;
        padding-top:35px
    }
    .ecn .trading-platform__platform h2{
        text-align:left;
        width:740px;
        font-size:29px
    }
    .ecn .trading-platform__platform div{
        width:740px
    }
    .ecn .trading-platform__platform article{
        width:237px;
        height:308px;
        margin-bottom:20px;
        padding-top:157px
    }
    .ecn .trading-platform__platform article::before{
        top:74px
    }
    .ecn .trading-platform__platform article h3{
        font-size:20px;
        line-height:23.33px;
        width:201px;
        margin-bottom:28px
    }
    .ecn .trading-platform__platform article:nth-of-type(1)::before{
        width:97px;
        height:100px;
        background-size:contain
    }
    .ecn .trading-platform__platform article:nth-of-type(2)::before{
        width:97px;
        height:98px;
        background-size:contain
    }
    .ecn .trading-platform__platform article:nth-of-type(3)::before{
        width:84px;
        height:101px;
        background-size:contain
    }
    .ecn__safety h2{
        font-size:29px;
        width:714px;
        margin:30px auto 25px
    }
    .ecn__safety p{
        font-size:17px;
        line-height:29.17px;
        width:714px;
        position:relative;
        margin-bottom:50px
    }
    .ecn__safety p::before{
        position:absolute;
        content:"";
        top:0;
        left:-10px;
        background-color:#e8062b;
        height:100%;
        width:1px
    }
    .ecn__safety div article{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .ecn__safety div article:nth-of-type(1){
        display:none
    }
    .ecn__safety div article:nth-of-type(2){
        display:block;
        position:relative;
        width:740px;
        margin:0 auto 87px
    }
    .ecn__safety div article:nth-of-type(2) img:nth-of-type(3){
        position:absolute;
        bottom:-47px;
        left:333px
    }
    .ecn__safety div article img{
        margin-right:-11px
    }
    .ecn .demo-trade__how h2{
        margin-bottom:65px;
        width:701px
    }
    .ecn .demo-trade__how div{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width:740px;
        padding-left:20px
    }
    .ecn .demo-trade__how div article{
        width:330px
    }
    .ecn .demo-trade__how div article::before{
        font-size:21px;
        left:-16px
    }
    .ecn .demo-trade__how div article p{
        margin:0
    }
    .ecn .demo-trade__how div article:nth-of-type(1)::before,.ecn .demo-trade__how div article:nth-of-type(2)::before,.ecn .demo-trade__how div article:nth-of-type(3)::before,.ecn .demo-trade__how div article:nth-of-type(4)::before{
        top:-19px
    }
    .ecn .demo-trade__how div article:nth-of-type(1){
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .ecn .demo-trade__how div article:nth-of-type(2){
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .ecn .demo-trade__how div article:nth-of-type(3){
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .ecn .demo-trade__how div article:nth-of-type(4){
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .ecn .trade-real__type h2{
        width:700px;
        font-size:29px;
        text-align:center;
        margin-bottom:50px
    }
    .ecn .trade-real__type::after{
        top:136px
    }
    .ecn__trade{
        height:670px;
        padding-top:34px
    }
    .ecn__trade::after{
        width:556px;
        height:419px;
        background-repeat:no-repeat;
        bottom:61px
    }
    .ecn__trade h2{
        width:700px;
        font-size:29px
    }
    .ecn__trade p{
        width:699px;
        padding-right:40px;
        font-size:17px;
        line-height:29.17px
    }
    .ecn__trade div{
        width:711px;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .ecn__trade div article h3{
        font-size:21px
    }
    .ecn__trade div article h3::after{
        width:156px
    }
    .ecn__trade div article p{
        font-size:17px;
        line-height:29.17px
    }
    .ecn__trade div a{
        margin:44px auto 0 0
    }
}
@media (min-width: 992px){
    .ecn .demo-trade__header{
        background-image:url(../img/marketing-site/ecn/ecn-bg-desktop.jpg)
    }
    .ecn .demo-trade__info h2,.ecn .demo-trade__info p{
        width:940px
    }
    .ecn .trading-platform__platform h2{
        width:940px
    }
    .ecn .trading-platform__platform div{
        width:850px
    }
    .ecn__safety h2{
        width:940px
    }
    .ecn__safety p{
        width:940px
    }
    .ecn .demo-trade__how h2{
        width:940px
    }
    .ecn .demo-trade__how div{
        width:940px
    }
    .ecn .demo-trade__how div article{
        width:430px
    }
    .ecn .trade-real__type{
        margin-bottom:55px
    }
    .ecn__trade{
        height:600px
    }
    .ecn__trade::after{
        bottom:54px
    }
    .ecn__trade h2{
        width:900px
    }
    .ecn__trade p{
        width:899px;
        padding-right:356px;
        margin-bottom:76px
    }
    .ecn__trade div{
        width:911px;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        padding-right:434px
    }
    .ecn__trade div article{
        width:210px
    }
    .ecn__trade div article h3{
        font-size:21px
    }
    .ecn__trade div article h3::after{
        width:156px
    }
    .ecn__trade div article p{
        font-size:17px;
        line-height:29.17px;
        width:180px;
        padding-right:0
    }
    .ecn__trade div a{
        margin:44px auto 0 114px;
        width:212px;
        height:48px
    }
    .ecn__trade div a span{
        font-size:15px;
        margin-top:15px
    }
}
@media (min-width: 1200px){
    .ecn .risk:hover::after{
        display:block
    }
    .ecn .demo-trade__header{
        background-image:url(../img/marketing-site/ecn/ecn-bg-desktop.jpg);
        min-height:650px
    }
    .ecn .demo-trade__header h1{
        width:438px;
        font-size:42px;
        line-height:50px
    }
    .ecn .demo-trade__header .risk{
        margin-left:0
    }
    .ecn .demo-trade__info{
        margin:60px auto 50px
    }
    .ecn .demo-trade__info h2,.ecn .demo-trade__info p{
        width:1100px
    }
    .ecn .trading-platform__platform{
        min-height:574px;
        height:574px;
        padding-top:45px;
        width:1199px;
        margin:0 auto
    }
    .ecn .trading-platform__platform h2{
        font-size:38px;
        margin-bottom:50px;
        width:1100px
    }
    .ecn .trading-platform__platform div{
        width:1100px
    }
    .ecn .trading-platform__platform article{
        width:295px;
        height:384px;
        margin-bottom:20px;
        padding-top:200px
    }
    .ecn .trading-platform__platform article::before{
        top:98px
    }
    .ecn .trading-platform__platform article h3{
        font-size:25px;
        line-height:29.17px;
        width:251px;
        margin-bottom:38px
    }
    .ecn .trading-platform__platform article p{
        font-size:17px
    }
    .ecn .trading-platform__platform article:nth-of-type(1)::before{
        width:121px;
        height:124px
    }
    .ecn .trading-platform__platform article:nth-of-type(1) p{
        width:166px
    }
    .ecn .trading-platform__platform article:nth-of-type(2)::before{
        width:107px;
        height:119px
    }
    .ecn .trading-platform__platform article:nth-of-type(2) p{
        width:184px
    }
    .ecn .trading-platform__platform article:nth-of-type(3)::before{
        width:105px;
        height:126px
    }
    .ecn .trading-platform__platform article:nth-of-type(3) p{
        width:248px
    }
    .ecn__safety h2{
        font-size:38px;
        width:1100px;
        margin:60px auto 40px;
        text-align:left
    }
    .ecn__safety p{
        line-height:33.35px;
        width:1100px;
        margin-bottom:50px
    }
    .ecn__safety p::before{
        left:-20px
    }
    .ecn__safety div article{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .ecn__safety div article:nth-of-type(1),.ecn__safety div article:nth-of-type(2){
        display:none
    }
    .ecn__safety div article:nth-of-type(3){
        display:block;
        position:relative;
        width:1171px;
        margin:0 auto 130px
    }
    .ecn__safety div article:nth-of-type(3) img:nth-of-type(3){
        position:absolute;
        bottom:-77px;
        left:530px
    }
    .ecn .demo-trade__how h2{
        margin-bottom:65px;
        width:1100px;
        padding-left:0
    }
    .ecn .demo-trade__how div{
        width:1100px;
        padding-left:20px
    }
    .ecn .demo-trade__how div article{
        width:487px
    }
    .ecn .demo-trade__how div article::before{
        font-size:25px;
        left:-40px
    }
    .ecn .demo-trade__how div article:nth-of-type(1)::before,.ecn .demo-trade__how div article:nth-of-type(2)::before,.ecn .demo-trade__how div article:nth-of-type(3)::before,.ecn .demo-trade__how div article:nth-of-type(4)::before{
        top:4px
    }
    .ecn .trade-real__type h2{
        width:1100px;
        font-size:35px;
        margin-bottom:50px;
        text-align:left
    }
    .ecn__trade{
        height:498px;
        padding-top:39px;
        width:1199px;
        margin:0 auto
    }
    .ecn__trade::after{
        width:479px;
        height:361px;
        background-repeat:no-repeat;
        bottom:34px
    }
    .ecn__trade h2{
        width:1100px;
        font-size:38px;
        margin-bottom:50px
    }
    .ecn__trade p{
        width:1100px;
        padding-right:645px;
        line-height:33px;
        margin-bottom:26px
    }
    .ecn__trade div{
        width:1100px;
        padding-right:620px
    }
    .ecn__trade div article:last-of-type{
        text-align:right
    }
    .ecn__trade div article:last-of-type h3{
        width:180px
    }
    .ecn__trade div article:last-of-type h3::after{
        width:129px;
        right:0;
        left:inherit
    }
}
.innovation{
    padding-top:71px;
    padding-bottom:86px
}
.innovation .call_to_action{
    margin-bottom:-5px
}
.innovation .innovation-element{
    padding:0 51px
}
.innovation .innovation-element ul{
    list-style:none;
    padding-left:26px
}
.innovation .innovation-element ul li{
    position:relative;
    margin-bottom:10px
}
.innovation .innovation-element ul li:after{
    content:"";
    display:block;
    background-image:url(../img/icon-vps-list.svg);
    width:19px;
    height:2px;
    position:absolute;
    top:6px;
    left:-26px
}
.innovation .innovation-element h2{
    position:relative
}
.innovation .innovation-element h2:after{
    content:"";
    display:block;
    position:absolute;
    top:0px
}
.innovation .innovation-element .innovation-bid:after{
    background:url(../img/icon-innovation-bid-retina.png) no-repeat center/auto 100%;
    width:34px;
    height:34px;
    left:-50px
}
.innovation .innovation-element .innovation-note:after{
    background:url(../img/icon-innovation-note-retina.png) no-repeat center/auto 100%;
    width:38px;
    height:22px;
    left:-55px;
    top:5px
}
.innovation .innovation-element .innovation-graphic:after{
    background:url(../img/icon-innovation-graphic-retina.png) no-repeat center/auto 100%;
    width:35px;
    height:33px;
    left:-55px
}
.innovation .innovation-element .innovation-arrow:after{
    background:url(../img/icon-innovation-arrow-retina.png) no-repeat center/auto 100%;
    width:37px;
    height:33px;
    left:-60px
}
.innovation .innovation-element .innovation-eye:after{
    background:url(../img/icon-innovation-eye-retina.png) no-repeat center/auto 100%;
    width:31px;
    height:31px;
    left:-50px
}
@media (max-width: 767px){
    .innovation .innovation-element{
        margin-bottom:100px;
        padding-right:0;
        padding-left:0
    }
    .innovation .innovation-element .innovation-bid:after,.innovation .innovation-element .innovation-note:after,.innovation .innovation-element .innovation-graphic:after,.innovation .innovation-element .innovation-arrow:after,.innovation .innovation-element .innovation-eye:after{
        left:0;
        top:-40px
    }
    .innovation>div>div:last-child .innovation-element{
        margin-bottom:0
    }
}
.margin .benefits .margin-search{
    float:right;
    display:inline-block;
    vertical-align:middle;
    width:215px;
    position:relative;
    padding:10px 0
}
.margin .benefits .margin-search input[type="text"]::-webkit-input-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.margin .benefits .margin-search input[type="text"]::-moz-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.margin .benefits .margin-search input[type="text"]:-moz-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.margin .benefits .margin-search input[type="text"]:-ms-input-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.margin .benefits .margin-search input[type="text"]{
    width:100%;
    opacity:0.72;
    color:#000;
    font-size:15px;
    font-style:normal;
    border:none
}
.margin .benefits .margin-search input[type="submit"]{
    width:20px;
    height:21px;
    background:url(../img/icon-margin-search.png) no-repeat center/auto 100%;
    border:none;
    background-color:transparent;
    position:absolute;
    top:8px;
    right:0
}
.margin .benefits .tabs__box.benefits__tabs_box{
    margin-bottom:54px;
    display:block
}
.margin .benefits table{
    width:100%;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.margin .benefits table .title-border{
    border-bottom:1px dashed #e8072a
}
.margin .benefits table tr:first-child td{
    padding-bottom:16px;
    border-bottom:0.5px solid #ededed
}
.margin .benefits table tr:not(:first-child)>td:first-child{
    color:#1f5060;
    font-size:15px;
    font-weight:600
}
.margin .benefits table tr td{
    padding-bottom:20px;
    padding-top:21px;
    padding-left:28px;
    width:33.3%
}
.margin .benefits table tr:not(:first-child):hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
@media (max-width: 767px){
    .margin .benefits{
        position:relative
    }
    .margin .benefits .margin-search{
        position:absolute;
        top:-30px;
        left:0;
        width:100%;
        float:none
    }
    .margin .benefits .tabs__box.benefits__tabs_box{
        margin-top:25px
    }
    .margin .benefits .benefits__tabs_box__button{
        width:100%
    }
    .margin .benefits .benefits__tabs_box__button:first-child{
        margin-top:30px
    }
    .margin .benefits .adaptive-table td:first-child{
        min-width:auto
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .margin .benefits .tabs__box.benefits__tabs_box .benefits__tabs_box__button{
        width:33%
    }
}
.specification-eurusd{
    margin-bottom:88px
}
.specification-eurusd .specification-eurusd-info p:last-child{
    margin-bottom:0
}
.specification-eurusd table{
    margin-top:68px;
    width:100%;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.specification-eurusd table tr td{
    width:64%;
    padding-bottom:18px;
    padding-top:20px;
    padding-left:28px
}
.specification-eurusd table tr:not(:first-child) td:first-child{
    font-size:15px;
    font-weight:600
}
.specification-eurusd table tr:first-child td{
    padding-bottom:21px
}
.specification-eurusd table tr:not(:first-child):hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
@media (max-width: 767px){
    .specification-eurusd .adaptive-table td:first-child{
        min-width:230px
    }
}
.education-full__tabs{
    margin-top:128px
}
.education-full__tabs .tabs__button{
    border:1px solid #fff;
    background-color:transparent
}
.education-full__tabs .tabs__button .tabs__button__text_box .tabs__button__text{
    color:#fff
}
.education-full__tabs .state-active-tab{
    background-color:#fff
}
.education-full__tabs .state-active-tab .tabs__button__text_box .tabs__button__text{
    color:#262626
}
.education-full__tabs .js-tab-content{
    display:none
}
.education-full__tabs .js-tab-content.state-visible{
    display:block
}
.education-terms{
    margin-top:92px;
    margin-bottom:55px
}
.education-terms .education-terms-questions{
    position:relative;
    margin-bottom:94px
}
.education-terms .education-terms-questions ul{
    margin:0;
    padding-left:300px
}
.education-terms .education-terms-questions ul li{
    display:inline-block;
    vertical-align:top;
    width:49%;
    margin-bottom:31px
}
.education-terms .education-terms-questions ul li a.link,.education-terms .education-terms-questions ul li a.arrow_link,.education-terms .education-terms-questions ul li a.footer__list_link,.education-terms .education-terms-questions ul li a.header__menu__list__item__link,.education-terms .education-terms-questions ul li a.footer_nav__link{
    color:#1f5060;
    border-bottom:1px solid rgba(30,60,95,0.4);
    text-decoration:none;
    font-size:20px
}
.education-terms .education-terms-questions:last-child{
    margin-bottom:0
}
.education-terms .education-terms-questions .question{
    display:block;
    position:absolute;
    top:0;
    left:0;
    color:#797979;
    font-size:15px;
    font-weight:300;
    text-transform:uppercase
}
@media (max-width: 767px){
    .education-terms .education-terms-questions ul{
        padding-left:65px
    }
    .education-terms .education-terms-questions ul li{
        display:block;
        width:100%
    }
    .education-terms .education-terms-questions:after{
        top:-40px;
        left:0
    }
}
.education-glossary{
    margin-top:92px;
    margin-bottom:55px
}
.education-glossary .education-glossary-letter{
    position:relative;
    padding-bottom:43px;
    border-bottom:1px solid #ddd;
    margin-top:44px
}
.education-glossary .education-glossary-letter ul{
    margin:0;
    padding-left:102px
}
.education-glossary .education-glossary-letter ul li{
    display:inline-block;
    vertical-align:top;
    width:33%;
    margin-bottom:31px
}
.education-glossary .education-glossary-letter ul li a.link,.education-glossary .education-glossary-letter ul li a.arrow_link,.education-glossary .education-glossary-letter ul li a.footer__list_link,.education-glossary .education-glossary-letter ul li a.header__menu__list__item__link,.education-glossary .education-glossary-letter ul li a.footer_nav__link{
    color:#1f5060;
    border-bottom:1px solid rgba(30,60,95,0.4);
    text-decoration:none;
    font-size:20px
}
.education-glossary .education-glossary-letter:first-child{
    margin-top:0
}
.education-glossary .education-glossary-letter:last-child{
    border-bottom:none
}
.education-glossary .education-glossary-letter .letter{
    display:block;
    position:absolute;
    top:0;
    left:0;
    color:#797979;
    font-size:15px;
    font-weight:300;
    text-transform:uppercase
}
@media (max-width: 767px){
    .education-glossary .education-glossary-letter ul{
        padding-left:40px
    }
    .education-glossary .education-glossary-letter ul li{
        display:block;
        width:100%
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .education-glossary .education-glossary-letter ul{
        padding-left:40px
    }
    .education-glossary .education-glossary-letter ul li{
        width:32%
    }
}
.education-webinar{
    margin-bottom:50px
}
.education-webinar .pagination{
    margin-top:63px;
    margin-bottom:45px
}
.education-webinar .pagination .pagination__arrow_button--left{
    float:left;
    margin-top:16px;
    border-bottom:none
}
.education-webinar .pagination .pagination__arrow_button--right{
    float:right;
    margin-top:16px;
    border-bottom:none
}
.education-webinar .pagination span.pagination__button{
    color:#262626;
    font-size:24px;
    font-weight:400
}
.education-webinar .pagination .pagination__arrow_button:before{
    top:-3px
}
.education-webinar .pagination a.pagination__number_button{
    width:140px
}
.education-webinar .education-webinar-schedule table{
    width:100%;
    border-collapse:separate;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.education-webinar .education-webinar-schedule table .button__text{
    text-transform:capitalize;
    letter-spacing:0
}
.education-webinar .education-webinar-schedule table thead tr{
    display:table-row
}
.education-webinar .education-webinar-schedule table thead tr th{
    text-align:left;
    color:#636262;
    font-size:15px;
    font-weight:400;
    padding-left:25px;
    padding-bottom:15px;
    display:table-cell;
    padding-top:23px;
    border-bottom:0.5px solid #ededed
}
.education-webinar .education-webinar-schedule table tbody tr{
    display:table-row
}
.education-webinar .education-webinar-schedule table tbody tr td{
    text-align:left;
    vertical-align:top;
    width:20%;
    padding:37px 0;
    padding-left:25px;
    padding-right:10px;
    display:table-cell;
    border:1px solid transparent
}
.education-webinar .education-webinar-schedule table tbody tr td .subtitle.subtitle--#FF6600,.education-webinar .education-webinar-schedule table tbody tr td .working_process__title{
    margin-top:0
}
.education-webinar .education-webinar-schedule table tbody tr td a.link,.education-webinar .education-webinar-schedule table tbody tr td a.arrow_link,.education-webinar .education-webinar-schedule table tbody tr td a.footer__list_link,.education-webinar .education-webinar-schedule table tbody tr td a.header__menu__list__item__link,.education-webinar .education-webinar-schedule table tbody tr td a.footer_nav__link{
    color:#1f5060;
    border-bottom:1px solid #1f5060;
    text-decoration:none
}
.education-webinar .education-webinar-schedule table tbody tr td p.time{
    color:#929292;
    font-size:16px;
    font-weight:400;
    position:relative;
    padding-left:18px;
    float:left;
    clear:both
}
.education-webinar .education-webinar-schedule table tbody tr td p.time:after{
    content:"";
    display:block;
    background-image:url(../img/icon-education-webinar-clock.svg);
    width:14px;
    height:14px;
    position:absolute;
    top:1px;
    left:0
}
.education-webinar .education-webinar-schedule table tbody tr td a.button{
    width:auto;
    min-width:120px;
    padding:5px 10px;
    display:block;
    height:25px;
    line-height:0;
    display:none;
    margin:13px 0
}
.education-webinar .education-webinar-schedule table tbody tr td .link-wrap{
    display:block;
    float:left
}
.education-webinar .education-webinar-schedule table tbody tr td .link-wrap::after{
    content:"";
    display:table;
    clear:both
}
.education-webinar .education-webinar-schedule table tbody tr td .placeholder{
    display:none
}
.education-webinar .education-webinar-schedule table tbody tr td:hover{
    border-color:#e8072a
}
.education-webinar .education-webinar-schedule table tbody tr td:hover p.time.to-hide{
    display:none
}
.education-webinar .education-webinar-schedule table tbody tr td:hover a.button{
    display:block;
    float:left
}
@media (max-width: 767px){
    .education-full__tabs .benefits__tabs_box__button{
        display:block;
        width:100%
    }
    .education-webinar{
        margin-bottom:50px
    }
    .education-webinar .education-webinar-schedule table thead tr th{
        display:none
    }
    .education-webinar .education-webinar-schedule table tbody tr td{
        display:block;
        width:100%
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .education-full__tabs .benefits__tabs_box__button{
        width:33%
    }
    .education-webinar .education-webinar-schedule table tbody tr td{
        padding-left:5px;
        padding-right:5px
    }
}
.invest-page{
    padding-top:61px
}
.invest-page h2{
    margin-top:0;
    margin-bottom:53px
}
.invest-page table tr td .strategies__cell__time,.invest-page table tr td .strategies__cell__sum,.invest-page table tr td .strategies__cell__link{
    position:relative;
    bottom:9px;
    color:black;
    font-size:0.9375em
}
.invest-page .invest-page-under-table{
    padding-top:24px
}
.invest-page .invest-page-under-table>div>div:last-child{
    text-align:right
}
.invest-page .invest-page-under-table>div>div:last-child span{
    margin-right:-15px
}
.invest-page .invest-page-ramm{
    padding-top:91px
}
.invest-page .invest-page-ramm h2{
    margin-top:0;
    margin-bottom:30px
}
.invest-page .invest-page-ramm p{
    margin-top:0;
    color:#1f1f1f;
    font-size:15px;
    font-weight:400
}
.invest-page .invest-page-ramm img{
    width:100%
}
.invest-page-ramm-advantages{
    background-image:url(../img/marketing-site/bg/bg-invest-page-ramm.jpg);
    background-size:cover;
    margin-top:85px;
    padding-bottom:120px
}
.invest-page-ramm-advantages h2{
    color:#fff;
    padding-top:76px
}
.invest-page-ramm-advantages>div>div:nth-of-type(1){
    margin-bottom:32px
}
.invest-page-ramm-advantages .invest-page-ramm-advantages-element{
    background-color:#fff;
    height:204px;
    overflow:hidden;
    padding:31px 20px 35px 27px
}
.invest-page-ramm-advantages .invest-page-ramm-advantages-element p.title{
    color:#262626;
    font-family:Lato;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    margin-top:0;
    margin-bottom:20px
}
.invest-page-ramm-advantages .invest-page-ramm-advantages-element p{
    color:#262626;
    font-size:15px;
    font-weight:400;
    margin:0
}
.invest-page-pamm{
    padding:66px 0
}
.invest-page-pamm .strategies__buttons_box{
    margin-top:50px
}
.invest-page-pamm h2{
    margin-top:0
}
.invest-page-pamm table{
    width:100%;
    text-align:center;
    box-shadow:0 2px 6px rgba(0,0,0,0.19)
}
.invest-page-pamm table tr th{
    color:#e8072a;
    font-size:15px;
    font-weight:400;
    border-bottom:0.5px solid #ededed;
    padding:26px 26px 22px
}
.invest-page-pamm table tr:not(:first-child):hover{
    background-color:rgba(228,228,228,0.5)
}
.invest-page-pamm table tbody tr td:first-child{
    text-align:left;
    color:#262626;
    font-size:15px;
    font-weight:400;
    padding-left:31px
}
.invest-page-pamm table tbody tr td{
    border-bottom:0.5px solid #ededed;
    padding-top:26px;
    padding-bottom:22px
}
.invest-page-pamm table tbody tr td .invest-checkmark{
    width:23px;
    height:16px
}
.invest-page-pamm table tbody tr td .invest-cross{
    width:17px;
    height:17px
}
@media (max-width: 767px){
    .invest-page .invest-top-table td:first-child{
        min-width:235px
    }
    .invest-page .invest-page-ramm>div>div:last-child{
        text-align:center
    }
    .invest-page .invest-page-ramm img{
        width:50%
    }
    .invest-page .invest-page-under-table>div>div:last-child{
        text-align:left
    }
    .invest-page-ramm-advantages{
        padding-bottom:0
    }
    .invest-page-ramm-advantages>div>div:nth-of-type(1){
        margin-bottom:0px
    }
    .invest-page-ramm-advantages .invest-page-ramm-advantages-element{
        height:auto;
        margin-bottom:30px
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .invest-page-ramm-advantages .invest-page-ramm-advantages-element{
        height:320px
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .invest-page-ramm-advantages .invest-page-ramm-advantages-element{
        height:250px
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .invest-page .arrow_link:before{
        right:-14px
    }
}
.specification .benefits .specification-search{
    float:right;
    display:inline-block;
    vertical-align:middle;
    width:215px;
    position:relative;
    padding:10px 0
}
.specification .benefits .specification-search input[type="text"]::-webkit-input-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.specification .benefits .specification-search input[type="text"]::-moz-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.specification .benefits .specification-search input[type="text"]:-moz-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.specification .benefits .specification-search input[type="text"]:-ms-input-placeholder{
    color:#8d8d8d;
    font-style:italic;
    opacity:1
}
.specification .benefits .specification-search input[type="text"]{
    width:100%;
    opacity:0.72;
    color:#000;
    font-size:15px;
    font-style:normal;
    border:none
}
.specification .benefits .specification-search input[type="submit"]{
    width:20px;
    height:21px;
    background:url(../img/icon-margin-search.png) no-repeat center/auto 100%;
    border:none;
    background-color:transparent;
    position:absolute;
    top:8px;
    right:0
}
.specification .benefits .tabs__box.benefits__tabs_box{
    specification-bottom:54px;
    display:block
}
.specification .benefits .alert_message{
    padding:10px;
    color:#FF6600
}
.specification .benefits table{
    width:100%;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.specification .benefits table tr:first-child td{
    padding-bottom:16px;
    border-bottom:0.5px solid #ededed
}
.specification .benefits table tr:not(:first-child)>td:first-child{
    color:#1f5060;
    font-size:15px;
    font-weight:600
}
.specification .benefits table tr td{
    padding-bottom:20px;
    padding-top:21px;
    padding-left:28px;
    width:20%
}
.specification .benefits table tr td a{
    text-decoration:none;
    border-bottom:1px solid rgba(30,60,95,0.4)
}
.specification .benefits table tr:not(:first-child):hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
@media (max-width: 767px){
    .specification .benefits{
        position:relative
    }
    .specification .benefits .specification-search{
        position:absolute;
        top:-30px;
        left:0;
        width:100%;
        float:none
    }
    .specification .benefits .tabs__box.benefits__tabs_box{
        specification-top:25px
    }
    .specification .benefits .benefits__tabs_box__button{
        width:100%
    }
    .specification .benefits .benefits__tabs_box__button:first-child{
        specification-top:30px
    }
    .specification .benefits .adaptive-table td:first-child{
        min-width:auto;
        text-align:center
    }
    .specification .benefits .adaptive-table td:not(:first-child){
        display:none
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .specification .benefits .tabs__box.benefits__tabs_box .benefits__tabs_box__button{
        width:33%
    }
}
.specification_details_new{
    width:100%;
    margin:0 auto
}
.specification_details_new .risk:hover::after{
    display:none
}
.specification_details_new-title h1{
    color:#000000;
    font-size:30px;
    margin-left:10%
}
.specification_details_new-title p{
    font-size:14px;
    color:#000000;
    text-align:justify;
    width:80%;
    margin:0 auto;
    font-weight:300
}
.specification_details_new-line{
    width:80%;
    margin:40px auto
}
.specification_details_new-line table{
    font-size:12px;
    box-shadow:0px 5px 10px 0px rgba(0,0,0,0.3)
}
.specification_details_new-line table tr{
    height:40px
}
.specification_details_new-line table tr:first-of-type{
    color:#e8062b
}
.specification_details_new-line table tr:nth-of-type(2n){
    background-color:#f1f1f1
}
.specification_details_new-line table td{
    padding-left:20px;
    padding-right:20px
}
.specification_details_new-line section{
    margin-bottom:70px
}
.specification_details_new-line section div{
    width:100%
}
.specification_details_new-plus{
    background-color:#216675;
    color:#ffffff
}
.specification_details_new-plus section{
    width:80%;
    margin:0 auto;
    font-weight:300;
    padding-bottom:40px
}
.specification_details_new-plus section h2{
    font-weight:300;
    font-size:30px;
    text-align:center;
    padding-top:30px
}
.specification_details_new-plus section p{
    font-size:14px;
    position:relative;
    padding-left:70px;
    margin-bottom:30px
}
.specification_details_new-plus section p:nth-of-type(1)::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:55px;
    background-size:contain;
    height:78px;
    background-repeat:no-repeat;
    background-image:url("..img/marketing-site/trading-platforms/icon-trade-1.png")
}
.specification_details_new-plus section p:nth-of-type(2)::before{
    position:absolute;
    content:"";
    top:0;
    left:9px;
    width:55px;
    background-size:contain;
    height:53px;
    background-repeat:no-repeat;
    background-image:url("..img/marketing-site/trading-platforms/icon-trade-2.png")
}
.specification_details_new-plus section p:nth-of-type(3)::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:50px;
    background-size:contain;
    height:57px;
    background-repeat:no-repeat;
    background-image:url("..img/marketing-site/trading-platforms/icon-trade-3.png")
}
.specification_details_new-how{
    margin:0 auto
}
.specification_details_new-how section{
    width:80%;
    margin:0 auto
}
.specification_details_new-how section h3{
    font-weight:300;
    color:#000000;
    font-size:30px;
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
.specification_details_new-how section ul{
    list-style:none;
    margin:0;
    padding:0
}
.specification_details_new-how section ul li{
    margin-bottom:20px;
    margin-left:30px;
    font-size:14px;
    position:relative
}
.specification_details_new-how section ul li::before{
    position:absolute;
    top:10px;
    left:-28px;
    color:#216675;
    font-weight:300;
    font-size:30px;
    line-height:17px
}
.specification_details_new-how section ul li::after{
    position:absolute;
    bottom:-8px;
    left:-27px;
    background-color:#d3e0e3;
    width:109%;
    height:1px;
    content:""
}
.specification_details_new-how section ul li:nth-of-type(1)::before{
    content:"1"
}
.specification_details_new-how section ul li:nth-of-type(2)::before{
    content:"2";
    top:3px
}
.specification_details_new-how section ul li:nth-of-type(3)::before{
    content:"3";
    top:10px
}
.specification_details_new-how section ul li:nth-of-type(4)::before{
    content:"4";
    top:1px
}
.specification_details_new-how section ul li a{
    color:#216675;
    text-decoration:none;
    border-bottom:1px dashed
}
.specification_details_new-how section .button-risk{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:256px;
    margin:60px auto 0
}
.specification_details_new-how section .button-risk .risk{
    height:40px;
    min-width:5%;
    max-width:45%;
    border:1px solid #e8062b
}
.specification_details_new-how section .button-risk .risk:first-of-type{
    background-color:#e8062b;
    color:#ffffff
}
.specification_details_new-how section .button-risk .risk:first-of-type span{
    line-height:15px
}
.specification_details_new-how section .button-risk .risk:last-of-type a{
    margin-right:0
}
.specification_details_new-how section .button-risk a{
    height:34px;
    min-width:5%;
    border:none;
    font-size:12px;
    padding-left:10px;
    padding-right:6px
}
.specification_details_new-how section .button-risk a span{
    display:block;
    margin-top:5px
}
.specification_details_new-how section:last-of-type{
    min-height:535px;
    width:100%
}
.specification_details_new-how section:last-of-type div{
    width:300px !important;
    margin:0 auto;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    height:392px !important
}
.specification_details_new-how section:last-of-type div iframe{
    width:300px !important;
    height:392px !important
}
@media (min-width: 766px){
    .specification_details_new-line table{
        font-size:14px;
        margin:0 auto
    }
    .specification_details_new-line section{
        margin-top:40px
    }
    .specification_details_new-line section div{
        width:474px;
        margin:0 auto;
        display:block;
        height:260px !important
    }
    .specification_details_new-plus section{
        padding-bottom:40px
    }
    .specification_details_new-plus section h2{
        font-weight:300;
        font-size:30px;
        text-align:center;
        padding-top:30px
    }
    .specification_details_new-plus section article{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .specification_details_new-plus section p{
        font-size:14px;
        position:relative;
        padding-left:0px;
        margin-bottom:0px;
        margin-top:130px;
        width:180px;
        text-align:center
    }
    .specification_details_new-plus section p::before{
        position:absolute;
        content:"";
        background-repeat:no-repeat;
        background-size:contain
    }
    .specification_details_new-plus section p:nth-of-type(1)::before{
        top:-122px;
        left:35px;
        width:111px;
        height:120px
    }
    .specification_details_new-plus section p:nth-of-type(2)::before{
        top:-122px;
        left:57px;
        width:81px;
        height:104px
    }
    .specification_details_new-plus section p:nth-of-type(3)::before{
        top:-122px;
        left:35px;
        width:108px;
        height:108px
    }
    .specification_details_new-how section h3{
        font-weight:300;
        color:#000000;
        font-size:30px
    }
    .specification_details_new-how section ul li{
        margin-bottom:30px;
        margin-left:30px;
        position:relative
    }
    .specification_details_new-how section ul li::before{
        position:absolute;
        top:2px;
        left:-28px;
        color:#216675;
        font-weight:300;
        font-size:30px;
        line-height:17px
    }
    .specification_details_new-how section ul li::after{
        position:absolute;
        bottom:-8px;
        left:-27px;
        background-color:#d3e0e3;
        width:109%;
        height:1px;
        content:""
    }
    .specification_details_new-how section ul li:nth-of-type(1)::before{
        content:"1"
    }
    .specification_details_new-how section ul li:nth-of-type(2)::before{
        content:"2";
        top:3px
    }
    .specification_details_new-how section ul li:nth-of-type(3)::before{
        content:"3";
        top:0px
    }
    .specification_details_new-how section ul li:nth-of-type(4)::before{
        content:"4"
    }
    .specification_details_new-how section ul li a{
        color:#216675;
        text-decoration:none;
        border-bottom:1px dashed
    }
    .specification_details_new-how section .button-risk{
        width:60%;
        margin:60px auto 0
    }
    .specification_details_new-how section .button-risk .risk:last-of-type a span{
        margin-top:5px
    }
    .specification_details_new-how section .button-risk a{
        width:165px
    }
    .specification_details_new-how section .button-risk a span{
        margin-top:12px
    }
    .specification_details_new-how section:last-of-type{
        margin-top:60px
    }
    .specification_details_new-how section:last-of-type div{
        width:600px !important
    }
    .specification_details_new-how section:last-of-type div iframe{
        width:600px !important
    }
}
@media (min-width: 1020px){
    .specification_details_new-line{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .specification_details_new-line table{
        width:375px;
        margin:0
    }
    .specification_details_new-line section{
        display:block;
        margin-top:0
    }
    .specification_details_new-line section h3{
        margin-top:0;
        margin-bottom:33px;
        font-size:30px;
        font-weight:300
    }
    .specification_details_new-line section div{
        width:400px;
        height:100% !important
    }
    .specification_details_new-plus section{
        padding-bottom:40px
    }
    .specification_details_new-plus section h2{
        font-weight:300;
        font-size:30px;
        text-align:center;
        padding-top:30px
    }
    .specification_details_new-plus section article{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .specification_details_new-plus section p{
        font-size:14px;
        position:relative;
        padding-left:0px;
        margin-bottom:0px;
        margin-top:130px;
        width:180px;
        text-align:center
    }
    .specification_details_new-plus section p::before{
        position:absolute;
        content:"";
        background-repeat:no-repeat;
        background-size:contain
    }
    .specification_details_new-plus section p:nth-of-type(1)::before{
        top:-122px;
        left:35px;
        width:111px;
        height:120px
    }
    .specification_details_new-plus section p:nth-of-type(2)::before{
        top:-122px;
        left:57px;
        width:81px;
        height:104px
    }
    .specification_details_new-plus section p:nth-of-type(3)::before{
        top:-122px;
        left:35px;
        width:108px;
        height:108px
    }
    .specification_details_new-how section h3{
        font-weight:300;
        color:#000000;
        font-size:30px
    }
    .specification_details_new-how section ul li{
        margin-bottom:30px;
        margin-left:30px;
        position:relative
    }
    .specification_details_new-how section ul li::before{
        position:absolute;
        top:2px;
        left:-28px;
        color:#216675;
        font-weight:300;
        font-size:30px;
        line-height:17px
    }
    .specification_details_new-how section ul li::after{
        position:absolute;
        bottom:-8px;
        left:-27px;
        background-color:#d3e0e3;
        width:109%;
        height:1px;
        content:""
    }
    .specification_details_new-how section ul li:nth-of-type(1)::before{
        content:"1"
    }
    .specification_details_new-how section ul li:nth-of-type(2)::before{
        content:"2";
        top:3px
    }
    .specification_details_new-how section ul li:nth-of-type(3)::before{
        content:"3";
        top:0px
    }
    .specification_details_new-how section ul li:nth-of-type(4)::before{
        content:"4"
    }
    .specification_details_new-how section ul li a{
        color:#216675;
        text-decoration:none;
        border-bottom:1px dashed
    }
    .specification_details_new-how section .button-risk{
        width:44%;
        margin:60px auto 0
    }
    .specification_details_new-how section:last-of-type{
        margin-top:60px
    }
    .specification_details_new-how section:last-of-type div{
        width:600px !important
    }
    .specification_details_new-how section:last-of-type div iframe{
        width:600px !important
    }
}
@media (min-width: 1200px){
    .specification_details_new .risk:hover::after{
        display:block
    }
    .specification_details_new-title{
        width:1200px;
        margin:0 auto
    }
    .specification_details_new-title h1{
        font-size:40px
    }
    .specification_details_new-title p{
        width:780px;
        margin-left:10%;
        margin-bottom:55px
    }
    .specification_details_new-line{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:950px
    }
    .specification_details_new-line table{
        width:397px;
        height:335px
    }
    .specification_details_new-line section{
        display:block
    }
    .specification_details_new-line section h3{
        margin-top:0;
        margin-bottom:30px;
        font-size:30px;
        font-weight:300
    }
    .specification_details_new-line section img{
        width:100%
    }
    .specification_details_new-plus section{
        padding-bottom:40px
    }
    .specification_details_new-plus section h2{
        font-weight:300;
        font-size:30px;
        text-align:center;
        padding-top:30px
    }
    .specification_details_new-plus section article{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:930px;
        margin:60px auto 0
    }
    .specification_details_new-plus section p{
        font-size:14px;
        position:relative;
        padding-left:0px;
        margin-bottom:0px;
        margin-top:130px;
        width:280px;
        text-align:center
    }
    .specification_details_new-plus section p::before{
        position:absolute;
        content:"";
        background-repeat:no-repeat;
        background-size:contain
    }
    .specification_details_new-plus section p:nth-of-type(1)::before{
        top:-137px;
        left:78px;
        width:111px;
        height:120px
    }
    .specification_details_new-plus section p:nth-of-type(2)::before{
        top:-137px;
        left:107px;
        width:81px;
        height:104px
    }
    .specification_details_new-plus section p:nth-of-type(3){
        width:250px
    }
    .specification_details_new-plus section p:nth-of-type(3)::before{
        top:-137px;
        left:72px;
        width:108px;
        height:108px
    }
    .specification_details_new-how{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        width:925px;
        margin:0 auto
    }
    .specification_details_new-how section{
        width:445px;
        box-sizing:border-box;
        margin:0
    }
    .specification_details_new-how section h3{
        font-weight:300;
        color:#000000;
        font-size:30px;
        margin-bottom:38px
    }
    .specification_details_new-how section ul li{
        margin-bottom:30px;
        margin-left:30px;
        position:relative;
        padding-bottom:5px
    }
    .specification_details_new-how section ul li::before{
        position:absolute;
        top:2px;
        left:-28px;
        color:#216675;
        font-weight:300;
        font-size:30px;
        line-height:17px
    }
    .specification_details_new-how section ul li::after{
        position:absolute;
        bottom:-8px;
        left:-27px;
        background-color:#d3e0e3;
        width:98%;
        height:1px;
        content:""
    }
    .specification_details_new-how section ul li:nth-of-type(1){
        padding-bottom:10px
    }
    .specification_details_new-how section ul li:nth-of-type(2){
        padding-bottom:5px
    }
    .specification_details_new-how section ul li:nth-of-type(2)::before{
        top:-2px
    }
    .specification_details_new-how section ul li:nth-of-type(3){
        padding-bottom:5px;
        padding-right:7px
    }
    .specification_details_new-how section ul li:nth-of-type(3)::before{
        top:6px
    }
    .specification_details_new-how section ul li:nth-of-type(4)::before{
        top:-2px
    }
    .specification_details_new-how section ul li a{
        color:#216675;
        text-decoration:none;
        border-bottom:1px dashed
    }
    .specification_details_new-how section .button-risk{
        width:360px;
        margin:80px auto 0
    }
    .specification_details_new-how section .button-risk a{
        height:40px;
        width:175px
    }
    .specification_details_new-how section .button-risk .risk{
        max-width:175px
    }
    .specification_details_new-how section .button-risk .risk:last-of-type a span{
        margin-top:12px
    }
    .specification_details_new-how section .button-risk button{
        width:160px
    }
    .specification_details_new-how section:last-of-type{
        margin-top:0px;
        width:400px;
        height:400px
    }
    .specification_details_new-how section:last-of-type h3{
        text-align:left
    }
    .specification_details_new-how section:last-of-type div{
        width:400px !important;
        height:296px !important
    }
    .specification_details_new-how section:last-of-type div iframe{
        width:400px !important;
        height:296px !important
    }
}
.economic-calendar-page{
    padding-bottom:60px
}
.economic-calendar-page .calendar-filters{
    margin-top:60px;
    background-color:#ececec;
    border:0.5px solid #ddd;
    margin-bottom:30px
}
.economic-calendar-page .calendar-filters::after{
    content:"";
    display:table;
    clear:both
}
@media (min-width: 993px){
    .economic-calendar-page .current-time.column{
        padding-right:0
    }
    .economic-calendar-page .nearest-event.column{
        padding-left:0
    }
}
.economic-calendar-page .current-time.column .title,.economic-calendar-page .nearest-event.column .title{
    display:block;
    font-size:24px;
    padding-bottom:20px
}
.economic-calendar-page .current-time.column .time-hours,.economic-calendar-page .nearest-event.column .time-hours{
    font-size:30px;
    color:#e8072a;
    display:block;
    padding-bottom:10px
}
.economic-calendar-page .current-time.column .column-content,.economic-calendar-page .nearest-event.column .column-content{
    display:block;
    padding:60px 20px 30px;
    text-align:center;
    vertical-align:middle
}
.economic-calendar-page .current-time.column .event-country,.economic-calendar-page .nearest-event.column .event-country{
    padding-top:10px
}
.economic-calendar-page .current-time.column .event-country .flag-icon,.economic-calendar-page .nearest-event.column .event-country .flag-icon{
    width:28px;
    height:18px;
    float:none;
    margin-right:5px;
    margin-bottom:-1px
}
.economic-calendar-page .current-time.column .event-country .country-code,.economic-calendar-page .nearest-event.column .event-country .country-code{
    font-size:22px
}
.economic-calendar-page .ui-datepicker-prev{
    float:left
}
.economic-calendar-page .ui-datepicker-next{
    float:right
}
.economic-calendar-page .ui-datepicker-title{
    text-align:center
}
.economic-calendar-page .ui-datepicker-prev,.economic-calendar-page .ui-datepicker-next{
    width:50px;
    height:46px;
    position:relative;
    cursor:pointer
}
.economic-calendar-page .ui-datepicker-prev .ui-icon,.economic-calendar-page .ui-datepicker-next .ui-icon{
    display:none
}
.economic-calendar-page .ui-datepicker-prev:before,.economic-calendar-page .ui-datepicker-next:before{
    content:"";
    position:absolute;
    left:20px;
    bottom:0;
    top:0;
    margin:auto;
    width:12px;
    height:9px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease;
    background:url(../img/i--arrow--right-white.png) no-repeat center/100% auto
}
.economic-calendar-page .ui-datepicker-prev:hover:before,.economic-calendar-page .ui-datepicker-prev:focus:before,.economic-calendar-page .ui-datepicker-prev:active:before,.economic-calendar-page .ui-datepicker-next:hover:before,.economic-calendar-page .ui-datepicker-next:focus:before,.economic-calendar-page .ui-datepicker-next:active:before{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
.economic-calendar-page .ui-datepicker-prev:before{
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
.economic-calendar-page .ui-datepicker-prev:hover:before,.economic-calendar-page .ui-datepicker-prev:focus:before,.economic-calendar-page .ui-datepicker-prev:active:before{
    -webkit-transform:translateX(-5px) rotate(-180deg);
    transform:translateX(-5px) rotate(-180deg)
}
.economic-calendar-page .ui-datepicker-prev,.economic-calendar-page .ui-datepicker-next,.economic-calendar-page .ui-datepicker-title{
    display:block;
    height:46px;
    color:#fff;
    text-transform:uppercase;
    line-height:46px;
    background-color:#e8072a
}
.economic-calendar-page .ui-datepicker-calendar{
    background-color:#fff;
    height:220px;
    width:100%;
    font-weight:400;
    text-align:left
}
.economic-calendar-page .ui-datepicker-calendar thead th{
    font-weight:400;
    color:#e8072a;
    padding-top:15px;
    padding-bottom:15px
}
.economic-calendar-page .ui-datepicker-calendar td,.economic-calendar-page .ui-datepicker-calendar th{
    padding:4px 11px
}
.economic-calendar-page .ui-datepicker-calendar td:first-of-type,.economic-calendar-page .ui-datepicker-calendar th:first-of-type{
    padding-left:20px
}
.economic-calendar-page .ui-datepicker-calendar td:last-of-type,.economic-calendar-page .ui-datepicker-calendar th:last-of-type{
    padding-right:20px
}
.economic-calendar-page .ui-datepicker-calendar tbody tr{
    cursor:pointer
}
.economic-calendar-page .ui-datepicker-calendar tbody tr td:hover{
    background-color:#f1f1f1
}
.economic-calendar-page .ui-datepicker-calendar a{
    text-decoration:none
}
.economic-calendar-page .flag-icon{
    width:25px;
    height:15px;
    display:inline-block;
    border-radius:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
    float:left
}
.economic-calendar-page .icon{
    display:inline-block;
    margin-right:6px
}
.economic-calendar-page .icon-star{
    background:url(../img/icons.png) -320px -80px no-repeat;
    width:15px;
    height:15px;
    vertical-align:middle
}
.economic-calendar-page .icon-star-fill{
    background:url(../img/icons.png) -280px -80px no-repeat;
    width:15px;
    height:15px;
    vertical-align:middle
}
.economic-calendar-page .table{
    width:100%;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    text-align:center
}
.economic-calendar-page .table-input-wrap{
    margin-top:15px
}
.economic-calendar-page .table-input-wrap .select{
    width:100%;
    height:40px;
    line-height:40px;
    outline:0;
    padding-right:20px
}
.economic-calendar-page .delimiter{
    border-top:0.5px solid #ededed
}
.economic-calendar-page .table thead th{
    padding:25px 25px 20px;
    height:100px;
    vertical-align:top;
    font-weight:400;
    width:13%
}
.economic-calendar-page .table thead th .#FF6600-value{
    color:#e8072a
}
.economic-calendar-page .table tr td{
    padding:20px 25px;
    vertical-align:top
}
.economic-calendar-page .table tr td.with-flag{
    padding-left:55px;
    padding-right:0;
    position:relative
}
.economic-calendar-page .table tr td.with-flag .flag-icon{
    position:absolute;
    left:20px;
    top:22px
}
.economic-calendar-page .table tbody tr:hover{
    background-color:rgba(228,228,228,0.5);
    cursor:pointer
}
.trading-calculator-page .select.input_box__input,.trading-calculator-page .input_box__input{
    width:100%
}
.trading-calculator-page .input_box__label{
    height:70px;
    display:table-cell;
    line-height:1;
    vertical-align:bottom;
    padding-bottom:20px
}
.trading-calculator-page .balance-input{
    width:30%;
    margin-right:10%;
    float:left
}
.trading-calculator-page .results-table{
    width:100%;
    text-align:center;
    background-color:white;
    box-shadow:0 2px 6px rgba(0,0,0,0.15)
}
.trading-calculator-page .results-table .title-border{
    border-bottom:1px dashed #e8072a
}
.trading-calculator-page .results-table tr td,.trading-calculator-page .results-table tr th{
    padding-bottom:20px;
    padding-top:21px;
    padding-left:28px;
    width:1%;
    font-weight:400
}
.trading-calculator-page .results-table thead th{
    padding-bottom:16px;
    border-bottom:0.5px solid #ededed;
    color:#db0825;
    font-size:.875em
}
.trading-calculator-page .range-input{
    display:none
}
.trading-calculator-page .rangeslider{
    margin-top:20px;
    float:left;
    width:60%;
    display:block;
    height:4px;
    position:relative;
    background-color:#e7e7e7
}
.trading-calculator-page .rangeslider__fill{
    background-color:#e8072a;
    display:block;
    height:100%
}
.trading-calculator-page .rangeslider__handle{
    background-color:#fff;
    border-radius:100%;
    cursor:move;
    height:22px;
    left:0;
    top:-10px;
    position:absolute;
    width:22px;
    box-shadow:0 1px 5px rgba(0,0,0,0.4)
}
.page_404{
    text-align:center
}
.page_404 p:first-child{
    font-size:50px
}
.page_404 p:last-child{
    font-size:30px
}
.vip-conditions{
    margin-bottom:50px
}
.vip-conditions table{
    width:99%;
    margin:0 auto;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    margin-bottom:40px
}
.vip-conditions table .button-cell{
    padding:5px
}
.vip-conditions table .button-cell>div{
    width:100%
}
.vip-conditions table .button-cell>div a{
    display:block;
    padding:15px;
    white-space:nowrap
}
.vip-conditions table thead tr{
    display:table-row
}
.vip-conditions table thead tr th{
    padding-bottom:15px;
    padding-top:23px;
    display:table-cell;
    padding-left:29px;
    border-bottom:0.5px solid #ededed;
    color:#e8072a
}
.vip-conditions table thead tr th span{
    position:relative
}
.vip-conditions table thead tr th span.vip-title:after{
    content:'';
    display:block;
    position:absolute;
    top:-14px;
    left:-37px;
    background:url(../img/icon-#FF6600-star.png) no-repeat center/auto 50%;
    width:42px;
    height:40px
}
.vip-conditions table thead tr th span.exclusive-title:after{
    content:'';
    display:block;
    position:absolute;
    top:-14px;
    left:-73px;
    background:url(../img/icon-double-#FF6600-star.png) no-repeat center/auto 50%;
    width:90px;
    height:40px
}
.vip-conditions table thead th:first-child{
    text-align:left;
    font-size:15px;
    font-weight:400
}
.vip-conditions table thead th:nth-child(2){
    padding-left:30px
}
.vip-conditions table thead th:nth-child(3){
    padding-left:55px
}
.vip-conditions table thead th:nth-child(4){
    padding-left:80px
}
.vip-conditions table tbody tr{
    display:table-row
}
.vip-conditions table tbody tr td{
    text-align:center;
    padding-bottom:20px;
    padding-top:20px;
    padding-left:29px;
    display:table-cell
}
.vip-conditions table tbody tr td .vip-conditions-checkmark{
    width:20%
}
.vip-conditions table tbody tr td .vip-conditions-cross{
    width:20%
}
.vip-conditions table tbody tr td a{
    color:#e8072a;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    padding:15px 30px;
    text-decoration:none;
    border:1px solid transparent;
    text-align:center
}
.vip-conditions table tbody tr td a:hover{
    color:#e8072a;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    border:1px solid #e8072a
}
.vip-conditions table tbody tr td.vip-cindition-comission{
    font-weight:bold
}
.vip-conditions table tbody tr td:first-child{
    text-align:left;
    color:#262626;
    font-size:15px;
    font-weight:600
}
.vip-conditions table tbody tr:last-child{
    border-top:0.5px solid #ededed
}
.vip-conditions table tbody tr:not(:last-child):hover{
    background-color:rgba(228,228,228,0.5)
}
.vip-conditions .vip-conditions__warning{
    padding-left:30px
}
.vip-conditions .vip-conditions__warning p{
    color:#e8072a;
    margin-top:0;
    margin-bottom:10px;
    font-weight:bold
}
.vip-conditions .vip-conditions__warning p:last-child{
    margin-top:20px;
    margin-bottom:0
}
.vip-conditions-account{
    padding-top:50px;
    padding-bottom:70px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-image:url(../img/marketing-site/bg/bg--keyboards.jpg)
}
.vip-conditions-account>div>div:last-child{
    text-align:right
}
.vip-conditions-account>div>div:last-child>div{
    text-align:left
}
.vip-conditions-account p{
    font-size:24px;
    margin-top:0
}
@media (max-width: 767px){
    .vip-conditions table{
        margin-bottom:90px
    }
    .vip-conditions table tbody tr td:first-child{
        width:30%
    }
}
.page_head.ramm-subtitle{
    padding-bottom:90px
}
.page_head.ramm-subtitle h1{
    position:relative;
    margin-top:70px;
    padding-left:60px
}
.page_head.ramm-subtitle h1:after{
    content:'';
    display:block;
    background:url(../img/arum-capital/arum-invest.png) no-repeat center/auto 65%;
    width:344px;
    height:96px;
    position:absolute;
    top:-41px;
    left:-155px
}
.page_head.ramm-subtitle h1+p{
    margin:0;
    padding-left:60px
}
.ramm-page .open-acc-btn{
    text-align:center
}
.ramm-page .short-description .container,.ramm-page .short-description .slider_jumbotron__dots_container,.ramm-page .short-description .techs__slider{
    padding:45px 0;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.ramm-page .short-description .container div p,.ramm-page .short-description .slider_jumbotron__dots_container div p,.ramm-page .short-description .techs__slider div p{
    font-size:19px
}
.ramm-page .short-description .container div:first-child,.ramm-page .short-description .slider_jumbotron__dots_container div:first-child,.ramm-page .short-description .techs__slider div:first-child{
    width:40%
}
.ramm-page .short-description .container div:last-child,.ramm-page .short-description .slider_jumbotron__dots_container div:last-child,.ramm-page .short-description .techs__slider div:last-child{
    width:50%
}
.ramm-page .steps{
    background-image:url(../img/marketing-site/bg/bg--ramm--page--steps.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50% center;
    padding-top:75px;
    padding-bottom:100px
}
.ramm-page .steps h2{
    font-size:32px;
    margin-top:0;
    margin-bottom:110px;
    text-align:center;
    font-weight:normal
}
.ramm-page .steps .steps-elements{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:95px
}
.ramm-page .steps .steps-elements div{
    background-color:#fff;
    width:260px;
    height:115px;
    padding:0 20px;
    padding-top:10px;
    padding-bottom:25px;
    overflow:hidden
}
.ramm-page .steps .steps-elements div p{
    text-align:center;
    margin:0
}
.ramm-page .steps .steps-elements div p.number{
    color:#e8072a;
    font-size:24px;
    margin-bottom:15px
}
.ramm-page .steps .steps-elements div p.text{
    font-size:19px
}
.ramm-page .download-manual{
    padding:50px 0
}
.ramm-page .download-manual .text-container{
    border-top:2px solid #e8072a;
    border-bottom:2px solid #e8072a;
    padding:60px 87px;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.ramm-page .download-manual .text-container div{
    width:18%
}
.ramm-page .download-manual .text-container div img{
    width:60%
}
.ramm-page .download-manual .text-container p{
    width:82%;
    position:relative;
    font-size:19px;
    margin:0;
    line-height:40px
}
.ramm-page .income{
    background-color:#e8072a;
    padding:65px 0
}
.ramm-page .income h2{
    color:#fff;
    font-size:32px;
    margin-top:0;
    margin-bottom:90px;
    text-align:center;
    font-weight:normal
}
.ramm-page .income .variants{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.ramm-page .income .variants .variant{
    width:25%;
    height:auto;
    border-right:2px solid #fff;
    padding:0 10px
}
.ramm-page .income .variants .variant:last-child{
    border-right:none
}
.ramm-page .income .variants .variant p{
    color:#fff;
    font-size:19px;
    text-align:center
}
.ramm-page .income .variants .variant p span{
    font-weight:bold
}
.ramm-page .examples{
    padding:70px 0
}
.ramm-page .examples h2{
    text-align:center;
    margin-top:0;
    margin-bottom:80px;
    font-weight:normal
}
.ramm-page .examples .examples-container:nth-of-type(1){
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.ramm-page .examples .examples-container:nth-of-type(1) div{
    width:430px;
    height:155px;
    overflow:hidden
}
.ramm-page .examples .examples-container:nth-of-type(1) div p{
    padding-top:20px
}
.ramm-page .examples .examples-container:nth-of-type(2){
    margin-bottom:30px;
    margin-top:40px
}
.ramm-page .examples .examples-container:nth-of-type(2) div{
    width:60%;
    margin:0 auto;
    padding-top:35px;
    padding-bottom:30px
}
.ramm-page .examples .examples-container div{
    border:2px solid #e8072a;
    text-align:center;
    padding-top:10px;
    padding-right:5px;
    padding-left:5px
}
.ramm-page .examples .examples-container div p{
    margin:0
}
@media (max-width: 991px){
    .ramm-page .short-description,.ramm-page .steps,.ramm-page .download-manual,.ramm-page .income,.ramm-page .examples{
        padding-left:10px;
        padding-right:10px
    }
    .ramm-page .steps .container .steps-elements div,.ramm-page .steps .slider_jumbotron__dots_container .steps-elements div,.ramm-page .steps .techs__slider .steps-elements div{
        width:33%
    }
    .ramm-page .short-description .container div:first-child,.ramm-page .short-description .slider_jumbotron__dots_container div:first-child,.ramm-page .short-description .techs__slider div:first-child,.ramm-page .short-description .container div:last-child,.ramm-page .short-description .slider_jumbotron__dots_container div:last-child,.ramm-page .short-description .techs__slider div:last-child{
        width:100%
    }
    .ramm-page .short-description .container div:first-child img,.ramm-page .short-description .slider_jumbotron__dots_container div:first-child img,.ramm-page .short-description .techs__slider div:first-child img{
        width:50%
    }
    .ramm-page .examples .examples-container:nth-of-type(1){
        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
    }
    .ramm-page .examples .examples-container:nth-of-type(1) div{
        width:45%;
        height:auto;
        padding-bottom:10px
    }
}
@media (max-width: 767px){
    .ramm-page .steps .container .steps-elements,.ramm-page .steps .slider_jumbotron__dots_container .steps-elements,.ramm-page .steps .techs__slider .steps-elements{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
    }
    .ramm-page .steps .container .steps-elements div,.ramm-page .steps .slider_jumbotron__dots_container .steps-elements div,.ramm-page .steps .techs__slider .steps-elements div{
        height:auto;
        width:100%;
        margin-bottom:20px
    }
    .ramm-page .steps .container .steps-elements div:last-child,.ramm-page .steps .slider_jumbotron__dots_container .steps-elements div:last-child,.ramm-page .steps .techs__slider .steps-elements div:last-child{
        margin-bottom:0
    }
    .ramm-page .download-manual .text-container{
        padding-right:0;
        padding-left:0
    }
    .ramm-page .download-manual .text-container div{
        width:100%;
        text-align:center
    }
    .ramm-page .download-manual .text-container div img{
        width:20%
    }
    .ramm-page .download-manual .text-container p{
        width:100%
    }
    .ramm-page .income .variants .variant{
        border-right:none;
        border-bottom:2px solid #fff;
        width:100%
    }
    .ramm-page .income .variants .variant:last-child{
        border-bottom:none
    }
    .ramm-page .examples .examples-container:nth-of-type(1){
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .ramm-page .examples .examples-container:nth-of-type(1) div{
        width:100%;
        height:auto;
        padding-bottom:20px
    }
    .ramm-page .examples .examples-container:nth-of-type(1) div:first-child{
        margin-bottom:30px
    }
    .ramm-page .examples .examples-container:nth-of-type(2) div{
        width:100%
    }
}
@media (max-width: 500px){
    .ramm-page .short-description .container div:first-child img,.ramm-page .short-description .slider_jumbotron__dots_container div:first-child img,.ramm-page .short-description .techs__slider div:first-child img{
        width:100%
    }
}
section#bonus{
    width:100%;
    height:700px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:rgba(56,56,57,0.5)
}
section#bonus .container,section#bonus .slider_jumbotron__dots_container,section#bonus .techs__slider{
    width:1027px;
    height:449px;
    background-color:rgba(255,255,255,0.8);
    padding:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
section#bonus .container h1,section#bonus .slider_jumbotron__dots_container h1,section#bonus .techs__slider h1{
    margin:0;
    color:#3e5664;
    font-family:"Arial - Bold MT";
    font-weight:400;
    line-height:47.99px;
    letter-spacing:2px
}
section#bonus .container p,section#bonus .slider_jumbotron__dots_container p,section#bonus .techs__slider p{
    margin:0;
    color:#3e5664;
    font-family:"Arial MT";
    font-size:20px;
    font-weight:400;
    line-height:32px;
    letter-spacing:1.2px;
    padding:20px;
    border-bottom:3px solid #e8072a;
    border-top:3px solid #e8072a
}
section#bonus .container form,section#bonus .slider_jumbotron__dots_container form,section#bonus .techs__slider form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
section#bonus .container form .btn-submit,section#bonus .slider_jumbotron__dots_container form .btn-submit,section#bonus .techs__slider form .btn-submit{
    width:241px;
    height:63px;
    background-color:#e8072a;
    color:#fff;
    margin-top:15px;
    color:#ffffff;
    font-family:"Arial - Bold MT";
    font-size:22px;
    font-weight:400;
    line-height:32px;
    letter-spacing:1.2px
}
section#bonus .container form .text-input,section#bonus .slider_jumbotron__dots_container form .text-input,section#bonus .techs__slider form .text-input{
    width:239px;
    height:44px;
    border:3px solid #536874;
    background-color:#ffffff;
    margin:10px;
    padding:5px;
    font-family:"Arial MT";
    font-size:20px;
    font-weight:400;
    line-height:32px;
    letter-spacing:1.2px
}
.bg-wrap{
    background:url(../img/marketing-site/bg/bg-bonus.png);
    background-size:cover
}
.trading-platform{
    box-sizing:border-box
}
.trading-platform .risk:hover::after{
    display:none
}
.trading-platform__header{
    background-repeat:no-repeat;
    background-image:url("../img/marketing-site/trading-platforms/fon-tel.jpg");
    background-size:contain;
    padding-top:20px
}
.trading-platform__header h1{
    margin:0;
    margin-bottom:10px;
    font-weight:400;
    width:134px;
    color:#ffffff;
    font-size:25px;
    line-height:29.17px
}
.trading-platform__header p{
    color:#ffffff;
    margin-bottom:15px;
    width:152px;
    font-size:13px;
    font-weight:300;
    line-height:20.83px
}
.trading-platform__header h1,.trading-platform__header p,.trading-platform__header .risk{
    margin-left:9%
}
.trading-platform__header a{
    min-width:114px;
    height:28px;
    margin-bottom:6px
}
.trading-platform__header a span{
    margin-top:8px;
    font-size:9px;
    display:block
}
.trading-platform__header article{
    color:#ffffff;
    margin-top:0px;
    background-color:#33626f
}
.trading-platform__header article ul{
    margin:0 auto;
    max-width:320px;
    padding:20px 5px 9px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    list-style:none
}
.trading-platform__header article ul li{
    font-weight:500;
    font-size:30px;
    width:141px;
    margin-bottom:10px
}
.trading-platform__header article ul li:nth-of-type(1){
    width:160px
}
.trading-platform__header article ul li:nth-of-type(3){
    padding-left:35px
}
.trading-platform__header article ul li:nth-of-type(3) span{
    width:50px
}
.trading-platform__header article ul li:nth-of-type(5){
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
.trading-platform__header article ul li span{
    font-weight:300;
    font-size:12px;
    width:64px;
    display:inline-block;
    vertical-align:middle
}
.trading-platform__info h2{
    margin:20px auto;
    text-align:left;
    width:85%;
    font-size:21px;
    font-weight:400;
    line-height:29.17px
}
.trading-platform__info p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:0 auto 40px;
    line-height:20.83px
}
.trading-platform__info p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#e8062b;
    height:100%;
    width:1px
}
.trading-platform__platform{
    background-image:url(../img/marketing-site/trading-platforms/bg-forex.jpg);
    height:1848px;
    padding-top:30px;
    box-sizing:border-box
}
.trading-platform__platform article{
    width:272px;
    height:407px;
    box-shadow:0 6px 0 rgba(0,28,45,0.2);
    border-radius:5px;
    background-color:#ffffff;
    margin:0 auto 25px;
    padding-top:197px;
    position:relative;
    text-align:center
}
.trading-platform__platform article::before{
    top:91px;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    position:absolute;
    content:""
}
.trading-platform__platform article h3{
    font-size:25px;
    font-weight:400;
    line-height:29.17px;
    margin:0 auto 35px;
    position:relative
}
.trading-platform__platform article h3::before,.trading-platform__platform article h3::after{
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    position:absolute;
    content:"";
    width:52px;
    height:1px;
    background-color:#e8062b
}
.trading-platform__platform article h3::before{
    top:-15px
}
.trading-platform__platform article h3::after{
    bottom:-15px
}
.trading-platform__platform article p{
    font-size:12px;
    font-weight:300;
    line-height:25px;
    width:220px;
    margin:0 auto 40px
}
.trading-platform__platform article button{
    width:242px;
    height:43px;
    background-color:#e8062b;
    color:#ffffff;
    font-size:12px;
    font-weight:400;
    line-height:25px
}
.trading-platform__platform article button a{
    text-decoration:none
}
.trading-platform__platform article:nth-of-type(1)::before{
    width:162px;
    height:130px;
    background:url(../img/marketing-site/trading-platforms/windows.svg) no-repeat
}
.trading-platform__platform article:nth-of-type(2)::before{
    width:199px;
    height:131px;
    background:url(../img/marketing-site/trading-platforms/ios.svg) no-repeat
}
.trading-platform__platform article:nth-of-type(3)::before{
    width:121px;
    height:130px;
    background:url(../img/marketing-site/trading-platforms/android.svg) no-repeat
}
.trading-platform__platform article:nth-of-type(4)::before{
    width:108px;
    height:130px;
    background:url(../img/marketing-site/trading-platforms/apple.svg) no-repeat
}
.trading-platform__platform button{
    width:270px;
    height:48px;
    background-color:#e8062b;
    color:#ffffff;
    font-size:17px;
    font-weight:400;
    line-height:29.16px;
    margin:0 auto;
    display:block
}
.trading-platform__platform button a{
    text-decoration:none
}
.trading-platform__forex h2{
    margin:20px auto;
    text-align:left;
    width:85%;
    font-size:21px;
    font-weight:400;
    line-height:29.17px
}
.trading-platform__forex p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:0 auto 40px;
    line-height:20.83px
}
.trading-platform__forex p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#e8062b;
    height:100%;
    width:1px
}
@media (min-width: 768px){
    .trading-platform__header{
        background-image:url("../img/marketing-site/trading-platforms/fon-tablet.jpg");
        height:378px;
        background-size:cover;
        padding:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .trading-platform__header div{
        margin-top:auto;
        margin-bottom:auto
    }
    .trading-platform__header h1,.trading-platform__header p,.trading-platform__header .risk{
        margin-left:4%
    }
    .trading-platform__header h1{
        width:419px;
        font-size:42px;
        font-weight:400;
        line-height:41.67px;
        margin-bottom:15px
    }
    .trading-platform__header p{
        width:350px;
        font-size:17px;
        margin-bottom:30px
    }
    .trading-platform__header a{
        min-width:153px;
        height:37px
    }
    .trading-platform__header a span{
        margin-top:10px;
        font-size:12px
    }
    .trading-platform__header article{
        background-color:rgba(51,98,111,0.6);
        margin-top:0
    }
    .trading-platform__header article ul{
        padding:20px 16px;
        max-width:100%
    }
    .trading-platform__header article ul li{
        margin-bottom:0
    }
    .trading-platform__header article ul li:nth-of-type(1){
        width:149px
    }
    .trading-platform__header article ul li:nth-of-type(1) span{
        width:60px
    }
    .trading-platform__header article ul li:nth-of-type(3){
        width:101px;
        padding-left:0
    }
    .trading-platform__header article ul li:nth-of-type(3) span{
        width:50px
    }
    .trading-platform__header article ul li:nth-of-type(4){
        width:120px
    }
    .trading-platform__header article ul li:nth-of-type(4) span{
        width:50px
    }
    .trading-platform__header article ul li:nth-of-type(5){
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        width:169px;
        text-align:left
    }
    .trading-platform__info h2,.trading-platform__info p,.trading-platform__forex h2,.trading-platform__forex p{
        margin-left:4%
    }
    .trading-platform__info h2,.trading-platform__forex h2{
        font-size:29px;
        margin-top:30px
    }
    .trading-platform__info p,.trading-platform__forex p{
        font-size:17px;
        position:relative;
        text-align:start;
        margin-bottom:30px;
        line-height:30px
    }
    .trading-platform__info p::after,.trading-platform__forex p::after{
        position:absolute;
        content:""
    }
    .trading-platform__info h2{
        width:184px
    }
    .trading-platform__info p{
        width:424px
    }
    .trading-platform__info p::after{
        background-image:url(../img/marketing-site/trading-platforms/LaptopBook_Pro-tablet.png);
        width:330px;
        height:202px;
        right:-308px;
        bottom:3px
    }
    .trading-platform__platform{
        background-image:url(../img/marketing-site/trading-platforms/bg-forex-tablet.jpg);
        height:1214px;
        padding-top:50px
    }
    .trading-platform__platform div{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:605px;
        margin:0px auto 0
    }
    .trading-platform__platform div article{
        width:273px;
        height:466px;
        margin:0;
        margin-bottom:50px
    }
    .trading-platform__platform div article p{
        font-size:17px;
        height:84px
    }
    .trading-platform__platform div article button{
        font-size:17px
    }
    .trading-platform__platform button{
        width:604px;
        height:66px;
        font-size:25px
    }
    .trading-platform__forex h2{
        width:288px
    }
    .trading-platform__forex p{
        width:450px
    }
    .trading-platform__forex p::after{
        background-image:url(../img/marketing-site/trading-platforms/laptop-tablet.png);
        width:230px;
        height:179px;
        right:-257px;
        bottom:24px
    }
}
@media (min-width: 1024px){
    .trading-platform__info p{
        width:624px
    }
    .trading-platform__info p::after{
        right:-323px;
        bottom:-17px
    }
    .trading-platform__platform div{
        width:650px
    }
    .trading-platform__forex p{
        width:650px
    }
    .trading-platform__forex p::after{
        bottom:0px
    }
}
@media (min-width: 1200px){
    .trading-platform .risk:hover::after{
        display:block
    }
    .trading-platform__header{
        background:url("../img/marketing-site/trading-platforms/fon1.jpg") no-repeat;
        height:559px;
        background-size:cover
    }
    .trading-platform__header div{
        width:1140px;
        margin:auto
    }
    .trading-platform__header h1,.trading-platform__header p,.trading-platform__header .risk{
        margin-left:0%
    }
    .trading-platform__header h1{
        width:650px;
        margin-bottom:30px
    }
    .trading-platform__header p{
        width:340px
    }
    .trading-platform__header a{
        width:180px;
        height:40px;
        margin-top:65px
    }
    .trading-platform__header a span{
        margin-top:12px
    }
    .trading-platform__header article ul{
        width:1170px;
        margin:0 auto
    }
    .trading-platform__info,.trading-platform__forex{
        width:1140px;
        margin:0 auto
    }
    .trading-platform__info h2,.trading-platform__info p,.trading-platform__forex h2,.trading-platform__forex p{
        margin-left:0%
    }
    .trading-platform__info h2,.trading-platform__forex h2{
        font-size:38px;
        margin-top:60px;
        margin-bottom:30px
    }
    .trading-platform__info p,.trading-platform__forex p{
        font-size:17px;
        margin-bottom:80px;
        width:660px
    }
    .trading-platform__info p::after,.trading-platform__forex p::after{
        width:470px;
        height:363px;
        right:-538px;
        background-size:contain;
        background-repeat:no-repeat
    }
    .trading-platform__info h2{
        width:250px
    }
    .trading-platform__info p::after{
        background-image:url(../img/marketing-site/trading-platforms/LaptopBook-Pro.png);
        bottom:-169px;
        width:412px
    }
    .trading-platform__platform{
        height:694px;
        background-image:url(../img/marketing-site/trading-platforms/dekstop.jpg)
    }
    .trading-platform__platform div{
        width:1200px
    }
    .trading-platform__platform button{
        width:396px;
        height:66px
    }
    .trading-platform__forex h2{
        width:400px
    }
    .trading-platform__forex p::after{
        background-image:url(../img/marketing-site/trading-platforms/laptop-invest.png);
        bottom:-101px
    }
}
.trade-real{
    box-sizing:border-box
}
.trade-real .risk:hover::after{
    display:none
}
.trade-real__header{
    background-repeat:no-repeat;
    background-image:url("../img/fon-tel.jpg");
    background-size:contain;
    padding-top:20px
}
.trade-real__header h1{
    margin:0;
    color:#fffefe;
    margin-bottom:10px;
    font-weight:400;
    width:166px;
    font-size:25px;
    line-height:29.17px
}
.trade-real__header p{
    margin-bottom:4px;
    width:170px;
    color:#ffffff;
    font-size:13px;
    font-weight:300;
    line-height:20.83px
}
.trade-real__header p span{
    display:none
}
.trade-real__header h1,.trade-real__header p,.trade-real__header .risk{
    margin-left:8%
}
.trade-real__header a{
    min-width:114px;
    height:28px;
    margin-bottom:6px
}
.trade-real__header a span{
    margin-top:9px;
    font-size:9px;
    display:block
}
.trade-real__header article{
    color:#ffffff;
    margin-top:0px;
    background-color:#33626f
}
.trade-real__header article ul{
    margin:0 auto;
    max-width:320px;
    padding:20px 5px 9px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    list-style:none
}
.trade-real__header article ul li{
    font-weight:500;
    font-size:30px;
    width:141px;
    margin-bottom:10px
}
.trade-real__header article ul li:nth-of-type(1){
    width:160px
}
.trade-real__header article ul li:nth-of-type(3){
    padding-left:35px
}
.trade-real__header article ul li:nth-of-type(3) span{
    width:50px
}
.trade-real__header article ul li:nth-of-type(5){
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
.trade-real__header article ul li span{
    font-weight:300;
    font-size:12px;
    width:64px;
    display:inline-block;
    vertical-align:middle
}
.trade-real__info h2{
    font-weight:400;
    margin-top:50px;
    margin:50px auto 40px;
    text-align:left;
    width:85%
}
.trade-real__info p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:30px auto 40px
}
.trade-real__info p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#e8062b;
    height:100%;
    width:1px
}
.trade-real__type{
    background-image:url("../img/bg1.jpg");
    padding:40px 0;
    color:#ffffff
}
.trade-real__type h2{
    font-weight:400;
    margin:0px auto 40px;
    text-align:center
}
.trade-real__type p{
    font-size:13px;
    line-height:20.83px;
    font-weight:300;
    text-align:center;
    margin:0 auto;
    width:90%
}
.trade-real__type-container article{
    width:225px;
    margin:0 auto 40px;
    text-align:center
}
.trade-real__type-container article h3{
    font-weight:500;
    border-bottom:1px solid white;
    width:61%;
    margin:45px auto 20px
}
.trade-real__type-container article p{
    font-weight:300
}
.trade-real__type-container article:last-of-type h3{
    width:51%
}
.trade-real__type-container .risk{
    margin-top:40px;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.trade-real__reasons h2{
    font-weight:700;
    margin:0px auto 40px;
    text-align:center;
    width:80%;
    margin-top:40px
}
.trade-real__reasons-container{
    width:85%;
    margin:0 auto;
    max-width:375px
}
.trade-real__reasons-container p{
    font-weight:400;
    margin-left:85px;
    position:relative
}
.trade-real__reasons-container p::before{
    position:absolute;
    left:-76px;
    background-repeat:no-repeat;
    background-size:contain;
    content:"";
    width:55px;
    height:58px
}
.trade-real__reasons-container p:nth-of-type(1)::before{
    top:25px;
    background-image:url("../img/money.png")
}
.trade-real__reasons-container p:nth-of-type(2)::before{
    top:11px;
    left:-68px;
    background-image:url("../img/contract.png")
}
.trade-real__reasons-container p:nth-of-type(3)::before{
    top:5px;
    left:-71px;
    background-image:url("../img/network.png")
}
.trade-real__reasons-container p:nth-of-type(4)::before{
    top:0;
    background-image:url("../img/cash.png")
}
.trade-real__reasons .risk{
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    margin-top:70px
}
.trade-real__choose h2{
    font-weight:700;
    margin:0px auto 40px;
    text-align:center;
    width:80%;
    margin-top:40px
}
.trade-real__choose h2 span{
    font-size:36px;
    margin-bottom:10px;
    display:inline-block
}
.trade-real__choose div{
    height:300px;
    background-size:cover;
    background-repeat:no-repeat;
    box-sizing:border-box;
    text-align:center;
    padding-top:127px;
    position:relative;
    margin-bottom:20px
}
.trade-real__choose div:nth-of-type(1){
    background-image:url("../img/pars.jpg")
}
.trade-real__choose div:nth-of-type(2){
    background-image:url("../img/crypto.jpg")
}
.trade-real__choose div:nth-of-type(3){
    background-image:url("../img/index.jpg")
}
.trade-real__choose div:nth-of-type(4){
    background-image:url("../img/energy.jpg")
}
.trade-real__choose div:nth-of-type(5){
    background-image:url("../img/metals.jpg")
}
.trade-real__choose div p{
    position:absolute;
    top:136px;
    font-weight:700;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background-color:rgba(255,255,255,0.7);
    width:250px;
    height:50px;
    padding-top:15px;
    box-sizing:border-box;
    font-size:16px;
    text-transform:uppercase
}
.trade-real__how h2{
    font-weight:700;
    margin-top:50px;
    margin:50px auto 40px;
    text-align:center;
    width:90%
}
.trade-real__how p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:50px auto 40px
}
.trade-real__how p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#e8062b;
    height:100%;
    width:1px
}
.trade-real__how div{
    margin:0 auto 40px;
    width:290px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.trade-real__how div img{
    width:140px;
    margin-bottom:10px
}
.trade-real__how a{
    margin:30px 0;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
@media (min-width: 440px){
    .trade-real__header{
        background-image:url("../img/fon-planshet.jpg")
    }
}
@media (min-width: 768px){
    .trade-real__header{
        background-image:url("../img/fon-planshet.jpg");
        height:378px;
        background-size:cover;
        padding:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .trade-real__header div{
        margin-top:auto;
        margin-bottom:auto
    }
    .trade-real__header h1,.trade-real__header p,.trade-real__header .risk{
        margin-left:4%
    }
    .trade-real__header h1{
        width:489px;
        font-size:42px;
        font-weight:400;
        line-height:41.67px;
        margin-bottom:15px
    }
    .trade-real__header p{
        width:342px;
        font-size:17px;
        height:60px;
        margin-bottom:30px
    }
    .trade-real__header a{
        min-width:153px;
        height:37px
    }
    .trade-real__header a span{
        margin-top:10px;
        font-size:12px
    }
    .trade-real__header article{
        background-color:rgba(51,98,111,0.6);
        margin-top:0
    }
    .trade-real__header article ul{
        padding:20px 16px;
        max-width:100%
    }
    .trade-real__header article ul li{
        margin-bottom:0
    }
    .trade-real__header article ul li:nth-of-type(1){
        width:149px
    }
    .trade-real__header article ul li:nth-of-type(1) span{
        width:60px
    }
    .trade-real__header article ul li:nth-of-type(3){
        width:101px;
        padding-left:0
    }
    .trade-real__header article ul li:nth-of-type(3) span{
        width:50px
    }
    .trade-real__header article ul li:nth-of-type(4){
        width:120px
    }
    .trade-real__header article ul li:nth-of-type(4) span{
        width:50px
    }
    .trade-real__header article ul li:nth-of-type(5){
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        width:169px;
        text-align:left
    }
    .trade-real__info h2{
        width:85%;
        text-align:left
    }
    .trade-real__type{
        position:relative;
        width:768px;
        margin:0 auto
    }
    .trade-real__type::after{
        position:absolute;
        content:"";
        background-image:url("../img/mac.png");
        background-repeat:no-repeat;
        width:332px;
        height:309px;
        top:108px;
        right:0;
        background-size:contain
    }
    .trade-real__type p{
        font-size:17px
    }
    .trade-real__type-container{
        margin-left:0%;
        margin-right:0;
        width:451px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .trade-real__type-container h2{
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        height:70px;
        height:28px;
        width:100%
    }
    .trade-real__reasons{
        height:400px
    }
    .trade-real__reasons-container{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width:690px;
        max-width:690px
    }
    .trade-real__reasons-container p{
        width:250px;
        text-align:justify
    }
    .trade-real__reasons-container p:nth-of-type(1)::before{
        top:15px
    }
    .trade-real__reasons-container p:nth-of-type(2)::before{
        top:11px;
        left:-68px
    }
    .trade-real__reasons-container p:nth-of-type(3)::before{
        top:5px;
        left:-71px
    }
    .trade-real__reasons-container p:nth-of-type(4)::before{
        left:-68px
    }
    .trade-real__reasons .risk{
        margin-top:55px
    }
    .trade-real__choose{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        max-width:768px;
        margin:0 auto
    }
    .trade-real__choose div{
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        width:100%
    }
    .trade-real__choose div:nth-of-type(1){
        width:350px;
        margin-right:30px
    }
    .trade-real__choose div:nth-of-type(2){
        width:350px
    }
    .trade-real__choose div:nth-of-type(3){
        width:350px;
        margin-right:30px
    }
    .trade-real__choose div:nth-of-type(4){
        width:350px
    }
    .trade-real__how h2{
        width:85%;
        text-align:left
    }
    .trade-real__how div{
        width:650px
    }
}
@media (min-width: 1000px){
    .trade-real__type{
        width:85%
    }
    .trade-real__reasons-container{
        max-width:771px;
        width:750px;
        margin:0 auto
    }
    .trade-real__choose{
        max-width:85%
    }
}
@media (min-width: 1200px){
    .trade-real .risk:hover::after{
        display:block
    }
    .trade-real__header{
        background:url("../img/fon-laptop.jpg") no-repeat;
        height:559px;
        background-size:cover
    }
    .trade-real__header div{
        width:1170px;
        margin:auto
    }
    .trade-real__header div h1{
        font-size:50px;
        margin-left:0;
        margin-bottom:39px;
        width:580px
    }
    .trade-real__header div p{
        width:636px;
        font-size:17px;
        margin-left:0
    }
    .trade-real__header div p span{
        display:block
    }
    .trade-real__header div .risk{
        margin-left:0
    }
    .trade-real__header div a{
        height:40px;
        margin-top:10px;
        margin-left:0
    }
    .trade-real__header div a span{
        margin-top:12px
    }
    .trade-real__header article ul{
        width:1170px;
        margin:0 auto
    }
    .trade-real__info{
        width:1170px;
        margin:90px auto 53px;
        height:241px
    }
    .trade-real__info h2{
        font-size:37px;
        width:100%
    }
    .trade-real__info p{
        font-size:17px;
        line-height:30px;
        margin:0;
        width:100%
    }
    .trade-real__info p::before{
        left:-20px
    }
    .trade-real__type{
        width:1170px;
        margin:0 auto;
        padding-left:7%;
        height:500px;
        padding-top:57px
    }
    .trade-real__type::after{
        width:448px;
        height:352px;
        top:83px
    }
    .trade-real__type-container h2{
        font-size:38px;
        height:50px;
        text-align:left
    }
    .trade-real__type-container p{
        width:100%;
        text-align:left;
        line-height:30px
    }
    .trade-real__type-container article h3{
        font-size:25px
    }
    .trade-real__type-container article:first-of-type h3{
        margin-left:0;
        width:187px
    }
    .trade-real__type-container article:first-of-type p{
        text-align:left
    }
    .trade-real__type-container article:last-of-type h3{
        margin-right:0;
        width:153px
    }
    .trade-real__type-container article:last-of-type p{
        text-align:right
    }
    .trade-real__reasons{
        height:480px;
        margin-top:100px
    }
    .trade-real__reasons h2{
        width:400px
    }
    .trade-real__reasons-container{
        width:1000px;
        max-width:1000px;
        margin-top:66px;
        margin-bottom:35px
    }
    .trade-real__reasons-container p{
        font-size:17px;
        line-height:23px;
        width:300px;
        margin-left:116px;
        margin-bottom:40px
    }
    .trade-real__reasons-container p:nth-of-type(1)::before{
        top:5px;
        width:97px;
        height:97px;
        left:-119px
    }
    .trade-real__reasons-container p:nth-of-type(2)::before{
        top:5px;
        left:-116px;
        width:97px;
        height:97px
    }
    .trade-real__reasons-container p:nth-of-type(3)::before{
        top:-5px;
        left:-114px;
        width:98px;
        height:79px
    }
    .trade-real__reasons-container p:nth-of-type(4)::before{
        top:-4px;
        width:104px;
        height:94px;
        left:-116px
    }
    .trade-real__reasons .risk{
        margin-top:14px
    }
    .trade-real__choose{
        max-width:1199px
    }
    .trade-real__choose div:nth-of-type(1){
        width:550px;
        margin-right:30px
    }
    .trade-real__choose div:nth-of-type(2){
        width:550px
    }
    .trade-real__choose div:nth-of-type(3){
        width:550px;
        margin-right:30px
    }
    .trade-real__choose div:nth-of-type(4){
        width:550px
    }
    .trade-real__how{
        width:1170px;
        margin:0 auto
    }
    .trade-real__how h2{
        font-size:38px;
        width:100%
    }
    .trade-real__how p{
        font-size:17px;
        line-height:30px;
        margin-left:0;
        width:100%
    }
    .trade-real__how p::before{
        left:-20px
    }
    .trade-real__how .risk{
        height:65px;
        width:205px
    }
}
.demo-trade{
    box-sizing:border-box
}
.demo-trade .risk:hover::after{
    display:none
}
.demo-trade__header{
    background-repeat:no-repeat;
    background-image:url("../img/marketing-site/demo-account/demo-mobile.jpg");
    background-size:contain;
    padding-top:30px
}
.demo-trade__header h1{
    margin:0;
    color:#fffefe;
    margin-bottom:20px;
    font-weight:400;
    width:166px;
    font-size:25px;
    line-height:29.17px
}
.demo-trade__header p{
    margin-bottom:26px;
    width:266px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    line-height:20.83px
}
.demo-trade__header h1,.demo-trade__header p,.demo-trade__header a{
    margin-left:8%
}
.demo-trade__header a{
    min-width:114px;
    height:28px;
    margin-bottom:6px
}
.demo-trade__header a span{
    margin-top:8px;
    font-size:9px;
    display:block
}
.demo-trade__header article{
    color:#ffffff;
    margin-top:15px;
    background-color:#33626f
}
.demo-trade__header article ul{
    margin:0 auto;
    max-width:320px;
    padding:20px 5px 9px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    list-style:none
}
.demo-trade__header article ul li{
    font-weight:500;
    font-size:30px;
    width:150px;
    margin-bottom:10px
}
.demo-trade__header article ul li:nth-of-type(1){
    width:160px
}
.demo-trade__header article ul li:nth-of-type(3){
    padding-left:35px
}
.demo-trade__header article ul li:nth-of-type(3) span{
    width:50px
}
.demo-trade__header article ul li:nth-of-type(5){
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
.demo-trade__header article ul li span{
    font-weight:300;
    font-size:12px;
    width:64px;
    display:inline-block;
    vertical-align:middle
}
.demo-trade__info h2{
    font-weight:400;
    margin-top:50px;
    margin:50px auto 40px;
    text-align:left;
    width:85%
}
.demo-trade__info p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:30px auto 40px
}
.demo-trade__info p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#e8062b;
    height:100%;
    width:1px
}
.demo-trade__type{
    background-image:url("../img/bg1.jpg");
    padding:40px 0;
    color:#ffffff
}
.demo-trade__type h2{
    font-weight:400;
    margin:0px auto 40px;
    text-align:center
}
.demo-trade__type p{
    font-size:13px;
    font-weight:300;
    line-height:20.83px;
    text-align:center;
    margin:0 auto;
    width:90%
}
.demo-trade__type-container article{
    width:225px;
    margin:0 auto 40px;
    text-align:center
}
.demo-trade__type-container article h3{
    font-weight:500;
    border-bottom:1px solid #ffffff;
    width:63%;
    margin:45px auto 20px
}
.demo-trade__type-container article p{
    font-weight:300
}
.demo-trade__type-container article:last-of-type h3{
    width:51%
}
.demo-trade__type-container .risk{
    margin-top:40px;
    left:50%;
    right:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.demo-trade__how h2{
    font-weight:400;
    margin:50px auto 40px;
    text-align:left;
    width:85%
}
.demo-trade__how div{
    width:85%;
    margin:0 auto
}
.demo-trade__how div article{
    font-size:13px;
    position:relative;
    margin-bottom:55px
}
.demo-trade__how div article::after{
    position:absolute;
    content:"";
    width:1px;
    height:100%;
    background-color:#e8062b;
    top:0;
    left:-10px
}
.demo-trade__how div article::before{
    position:absolute;
    color:#e8062b;
    font-size:21px;
    font-weight:300;
    line-height:16.78px;
    top:-21px;
    left:-18px
}
.demo-trade__how div article:nth-of-type(1)::before{
    content:"1"
}
.demo-trade__how div article:nth-of-type(2)::before{
    content:"2"
}
.demo-trade__how div article:nth-of-type(3)::before{
    content:"3"
}
.demo-trade__how div article:nth-of-type(4)::before{
    content:"4"
}
.demo-trade__how div article:nth-of-type(5)::before{
    content:"5"
}
.demo-trade__how div article:nth-of-type(6)::before{
    content:"6"
}
.demo-trade__how div article h3{
    font-weight:400
}
.demo-trade__how div article p{
    font-weight:300
}
.demo-trade__text{
    background-image:url("../img/bg1.jpg");
    padding:30px 0;
    color:#ffffff
}
.demo-trade__text p{
    font-weight:300;
    width:85%;
    text-align:justify;
    position:relative;
    margin:0 auto
}
.demo-trade__text p::before{
    position:absolute;
    content:"";
    top:0;
    left:-10px;
    background-color:#ffffff;
    height:100%;
    width:1px
}
@media (min-width: 440px){
    .demo-trade__header{
        background-size:cover
    }
}
@media (min-width: 768px){
    .demo-trade__header{
        background-image:url("../img/marketing-site/demo-account/demo-tablet.jpg");
        height:378px;
        background-size:cover;
        padding:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .demo-trade__header div{
        margin-top:auto;
        margin-bottom:auto
    }
    .demo-trade__header h1,.demo-trade__header p,.demo-trade__header a{
        margin-left:4%
    }
    .demo-trade__header h1{
        width:419px;
        font-size:42px;
        font-weight:400;
        line-height:41.67px;
        margin-bottom:15px;
        color:#000000
    }
    .demo-trade__header p{
        width:382px;
        font-size:17px;
        margin-bottom:30px;
        color:#000000
    }
    .demo-trade__header a{
        min-width:153px;
        height:37px
    }
    .demo-trade__header a span{
        margin-top:10px;
        font-size:12px
    }
    .demo-trade__header article{
        background-color:rgba(51,98,111,0.6);
        margin-top:0
    }
    .demo-trade__header article ul{
        padding:20px 16px;
        max-width:100%
    }
    .demo-trade__header article ul li{
        margin-bottom:0
    }
    .demo-trade__header article ul li:nth-of-type(1){
        width:149px
    }
    .demo-trade__header article ul li:nth-of-type(1) span{
        width:60px
    }
    .demo-trade__header article ul li:nth-of-type(3){
        width:101px;
        padding-left:0
    }
    .demo-trade__header article ul li:nth-of-type(3) span{
        width:50px
    }
    .demo-trade__header article ul li:nth-of-type(4){
        width:150px
    }
    .demo-trade__header article ul li:nth-of-type(4) span{
        width:50px
    }
    .demo-trade__header article ul li:nth-of-type(5){
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        width:169px;
        text-align:left
    }
    .demo-trade__info h2{
        font-size:29px;
        margin-bottom:-13px;
        margin-top:40px
    }
    .demo-trade__info p{
        font-size:17px;
        line-height:29.17px
    }
    .demo-trade__type{
        width:768px;
        height:594px;
        box-sizing:border-box;
        background-size:contain;
        margin:0 auto;
        position:relative
    }
    .demo-trade__type::after{
        position:absolute;
        background-image:url(../img/marketing-site/demo-account/demo-mac.png);
        width:525px;
        height:415px;
        right:0px;
        bottom:50%;
        content:"";
        background-repeat:no-repeat;
        top:50%;
        -webkit-transform:translate(0%, -50%);
        transform:translate(0%, -50%)
    }
    .demo-trade__type-container{
        width:255px;
        margin-left:6.5%
    }
    .demo-trade__type-container h2{
        font-size:29px;
        text-align:left
    }
    .demo-trade__type-container article{
        width:255px;
        text-align:left;
        margin:0 0 40px
    }
    .demo-trade__type-container article h3{
        font-size:21px;
        margin:45px 0 20px
    }
    .demo-trade__type-container article p{
        font-size:17px;
        text-align:left;
        margin:0
    }
    .demo-trade__type-container .risk{
        left:0;
        right:0;
        -webkit-transform:none;
        transform:none;
        margin-top:20px
    }
    .demo-trade__type-container .risk a{
        min-width:153px;
        height:37px
    }
    .demo-trade__type-container .risk a span{
        margin-top:10px;
        font-size:12px;
        display:block
    }
    .demo-trade__how h2{
        font-size:29px
    }
    .demo-trade__how div article{
        font-size:17px
    }
    .demo-trade__how div article::before{
        position:absolute;
        color:#e8062b;
        font-size:44px;
        font-weight:300;
        line-height:16.78px;
        left:-44px
    }
    .demo-trade__how div article:nth-of-type(1)::before{
        top:28px
    }
    .demo-trade__how div article:nth-of-type(2)::before{
        top:35px
    }
    .demo-trade__how div article:nth-of-type(3)::before{
        top:49px
    }
    .demo-trade__how div article:nth-of-type(4)::before{
        top:36px
    }
    .demo-trade__how div article:nth-of-type(5)::before{
        top:35px
    }
    .demo-trade__how div article:nth-of-type(6)::before{
        top:37px
    }
    .demo-trade__text p{
        font-size:17px
    }
}
@media (min-width: 1024px){
    .demo-trade__type{
        width:100%
    }
    .demo-trade__type-container{
        width:510px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-top:70px
    }
    .demo-trade__type-container h2{
        width:100%
    }
}
@media (min-width: 1200px){
    .demo-trade .risk:hover::after{
        display:block
    }
    .demo-trade__header{
        background:url("../img/marketing-site/demo-account/demo-dekstop.jpg") no-repeat;
        height:559px;
        background-size:cover;
        padding-top:0
    }
    .demo-trade__header div{
        width:1170px;
        margin:auto
    }
    .demo-trade__header div h1{
        font-size:50px;
        margin-left:0;
        margin-bottom:39px;
        width:698px
    }
    .demo-trade__header div p{
        width:636px;
        font-size:17px;
        margin-left:0
    }
    .demo-trade__header div p span{
        display:block
    }
    .demo-trade__header div a{
        width:180px;
        height:40px;
        margin-top:10px;
        margin-left:0
    }
    .demo-trade__header div a span{
        margin-top:12px
    }
    .demo-trade__header article{
        margin-top:0
    }
    .demo-trade__header article ul{
        width:1170px;
        margin:0 auto
    }
    .demo-trade__info{
        width:1170px;
        margin:75px auto 85px
    }
    .demo-trade__info h2{
        font-size:37px;
        width:100%
    }
    .demo-trade__info p{
        font-size:17px;
        width:100%
    }
    .demo-trade__info p::before{
        left:-20px
    }
    .demo-trade__type{
        width:1199px;
        margin:0 auto;
        height:457px
    }
    .demo-trade__type::after{
        background-size:contain;
        width:446px;
        height:336px
    }
    .demo-trade__type-container{
        width:610px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin-top:0
    }
    .demo-trade__type-container h2{
        width:100%;
        margin-bottom:0;
        font-size:38px;
        height:50px
    }
    .demo-trade__type-container article{
        width:290px
    }
    .demo-trade__type-container article h3{
        font-size:25px
    }
    .demo-trade__type-container article p{
        line-height:30px
    }
    .demo-trade__type-container article:nth-of-type(1) h3{
        width:186px
    }
    .demo-trade__type-container article:nth-of-type(1) p{
        text-align:left
    }
    .demo-trade__type-container article:nth-of-type(2) h3{
        width:151px;
        margin-left:auto
    }
    .demo-trade__type-container article:nth-of-type(2) p{
        text-align:right;
        margin-left:auto
    }
    .demo-trade__type-container .risk{
        left:50%;
        right:50%;
        -webkit-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%)
    }
    .demo-trade__type-container .risk a{
        min-width:212px;
        height:48px
    }
    .demo-trade__type-container .risk a span{
        font-size:13px;
        margin-top:17px
    }
    .demo-trade__how{
        width:1199px;
        margin:0 auto
    }
    .demo-trade__how h2{
        font-size:38px;
        width:100%;
        padding-left:70px
    }
    .demo-trade__how div{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width:100%;
        padding-left:70px
    }
    .demo-trade__how div article{
        width:500px;
        height:auto;
        -ms-flex-item-align:center;
        -ms-grid-row-align:center;
        align-self:center
    }
    .demo-trade__how div article::before{
        font-size:25px;
        left:-44px
    }
    .demo-trade__how div article:nth-of-type(1){
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .demo-trade__how div article:nth-of-type(1)::before{
        top:5px
    }
    .demo-trade__how div article:nth-of-type(2){
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .demo-trade__how div article:nth-of-type(2)::before{
        top:5px
    }
    .demo-trade__how div article:nth-of-type(3){
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .demo-trade__how div article:nth-of-type(3)::before{
        top:5px
    }
    .demo-trade__how div article:nth-of-type(4){
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .demo-trade__how div article:nth-of-type(4)::before{
        top:5px
    }
    .demo-trade__how div article:nth-of-type(5){
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .demo-trade__how div article:nth-of-type(5)::before{
        top:5px
    }
    .demo-trade__how div article:nth-of-type(6){
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5
    }
    .demo-trade__how div article:nth-of-type(6)::before{
        top:5px
    }
    .demo-trade__how div article h3{
        margin:0
    }
    .demo-trade__how div article p{
        margin:0
    }
    .demo-trade__text{
        height:343px;
        width:1199px;
        margin:0 auto;
        padding:73px 0 0
    }
    .demo-trade__text p{
        font-size:17px;
        line-height:33.33px;
        width:1051px
    }
    .demo-trade__text p::before{
        left:-14px
    }
}
h1,h2,h3,h4,h5 {
 margin:35px 0;

}
