/*Main styles*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?cwooq9');
    src: url('../fonts/icomoon.eot?cwooq9#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?cwooq9') format('truetype'), url('../fonts/icomoon.woff?cwooq9') format('woff'), url('../fonts/icomoon.svg?cwooq9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Socicon';
    src: url('../fonts/Socicon.eot?3i0ff0');
    src: url('../fonts/Socicon.eot?3i0ff0#iefix') format('embedded-opentype'), url('../fonts/Socicon.woff2?3i0ff0') format('woff2'), url('../fonts/Socicon.ttf?3i0ff0') format('truetype'), url('../fonts/Socicon.woff?3i0ff0') format('woff'), url('../fonts/Socicon.svg?3i0ff0#Socicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="socicon-"],
[class*=" socicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-wallet-minus:before {
    content: "\e907";
}

.icon-wallet-plus:before {
    content: "\e908";
}

body {
    font-family: "Open Sans", sans-serif;
    color: #111313;
}

a {
    color: #111313;
}

a:hover,
a:active,
a:focus {
    color: #ed1c29;
    transition: all 0.2s
}

p a {
    text-decoration: underline
}

ul {
    list-style: none;
    padding-left: 0
}

ul .glyphicon {
    margin-right: 0.5rem
}

ul li a {
    color: #111313;
}

ul li a:hover,
ul li a:focus,
ul li a:active {
    color: #ed1c29;
    transition: all 0.2s;
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1020;
    background-color: #fff;
    border-bottom: 2px solid #e5e2e2;
}

.pagination li a {
    color: #333;
}

.pagination li.active a {
    color: #fff;
    background: #333;
    border: 1px solid #ddd;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
    color: #fff;
    background: #333;
}

.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active a:active {
    color: #fff;
    background: #333;
    border: 1px solid #ddd;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #ed1c29;
}

.text-green {
    color: #39b88c;
}

.text-normal-color {
    color: #111313;
}

.non-transform {
    text-transform: none;
}

.no-padding {
    padding: 0
}

.nav-row {
    height: 10rem;
    padding: 0;
}

.panel {
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgba(41, 70, 97, 0.2);
    border: none;
}

.panel-heading {
    background-color: #171d1f;
    color: #fff;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-heading {
    border-radius: 0;
}

.panel-heading h2 {
    margin-top: 1rem;
    font-size: 180%
}

.panel-heading p {
    font-size: 90%
}

.news-item {
    box-shadow: none;
    border: none;
}

.news-item .published-by img {
    margin-right: 1rem
}

.news-item .panel-heading {
    background-color: #f2f2f2;
}

.news-item .panel-heading p {
    color: #171d1f;
}

.news-item .panel-body {
    color: #878787;
}

.news-item h2 {
    font-size: 120%
}

.table tbody>tr>td {
    text-align: left;
    vertical-align: middle
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

thead {
    color: #656565;
    font-weight: bold;
    background-color: #f2f2f2;
}

footer {
    background-color: #111313;
    padding: 3rem 0;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
}

.triangle-panel-head-color {
    border-color: transparent transparent transparent #000000;
}

.triangle-red {
    border-color: transparent transparent transparent #ed1c29;
}

.triangle-green {
    border-color: transparent transparent transparent #39b88c;
}

.triangle-grey {
    border-color: transparent transparent transparent #bdbdbd;
}

.triangle-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bababa transparent;
}


/*overview banner styles*/

.banner {
    padding-top: 10rem;
    position: relative;
}

.banner h1 {
    position: absolute;
    top: 40%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -60%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 400%;
    width: 100%;
    text-align: center
}

.banner p {
    position: absolute;
    top: 60%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -40%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    color: #fff;
    width: 50%;
    text-align: center
}


/*header*/

.logo {
    height: 10rem;
    padding: 2.5rem;
    display: inline-block;
}

.logo img {
    height: 50px;
}

.main-nav {
    display: inline-block;
    text-transform: uppercase;
    height: 10rem
}

.small-top-nav ul {
    display: inline-block;
    font-size: 100%;
    height: 5rem
}

.small-top-nav ul li {
    display: inline-block;
    font-size: 80%;
    margin-right: 1rem
}

.small-top-nav ul li:last-child {
    margin-right: 0;
}

.small-top-nav ul li a:hover,
.small-top-nav ul li a:active,
.small-top-nav ul li a:focus {
    color: #111313;
    text-decoration: underline
}

.small-top-nav ul li a.btn:hover,
.small-top-nav ul li a.btn:active,
.small-top-nav ul li a.btn:focus {
    text-decoration: none
}

.login-btn {
    color: #333;
    height: 3rem;
    font-size: 90%;
    line-height: 1.7rem
}

.login-btn-new {
    color: #333;
    height: 3rem;
    font-size: 90%;
    line-height: 1.7rem
}

.big-top-nav ul {
    list-style: none;
    display: inline-block;
    height: 5rem;
    padding: 0;
    margin-right: 1rem;
}

.big-top-nav>.nav.navbar-nav>li.dd {
    display: inline-block;
}

.big-top-nav ul>li.dd>a {
    display: block;
    height: 5rem;
    padding: 0 1rem
}

.btns-nav {
    display: inline-block;
    height: 5rem;
}

.btns-nav .btn {
    height: 3rem;
    font-size: 90%;
    line-height: 1.36;
    margin-top: -0.7rem;
}

.big-top-nav {
    height: 5rem;
    line-height: 5rem;
}

.big-top-nav .nav.navbar-nav li.dd>a {
    height: 5rem;
    line-height: 5rem
}

.big-top-nav li a:hover,
.big-top-nav li a:focus,
.big-top-nav li a:active {
    height: 5rem;
    line-height: 5rem;
    background: #171d1f;
    color: #fff;
    transition: none;
}


.big-top-nav .dd .submenu ul li .submenu {
    position: relative;
}

.big-top-nav .dd .submenu ul li .submenu ul li {
    margin-right: 0rem;
}

.third-row{
    width: 240px;
    margin: 0!important;
    position: relative;
    text-align: center;
}

.big-top-nav>.navbar-nav>.dd>.submenu ul:first-child{
    display: flex;
}

.big-top-nav .dd .submenu .dd.third-row ul{
    right: 0;
    width: 100%;
    position: static;
    display: block;
}
.big-top-nav .dd .submenu .dd.third-row ul li{
    padding: 6px 1.5rem 6px 1rem;
    margin: 0;
    list-style: circle;
    display: block;
}
.big-top-nav .dd .submenu .dd.third-row .submenu a{
    white-space: unset;
}

.big-top-nav .dd .submenu .dd.third-row .submenu{
    margin: 0;
    border: none;
    height: auto;
    /* width: calc(100% - 0.5rem); */
    position: absolute;
}
.big-top-nav .dd .submenu .dd.third-row .submenu ul{
    margin: 0;
    border: none;
    height: 100%;
    text-align: left;
}

.dd .dd.third-row .submenu ul li a{
    height: unset;
    line-height: 1.3;
    display: block;
    padding-left: 12px;
    position: relative;
}
ul li .third-row ul li a::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    top: 6px;
    left: 0;
    right: unset;
}
.dd .dd.third-row .submenu ul li a:hover{
    line-height: 1.3!important;
    text-decoration: underline;
}
.third-row a:hover:after, .third-row a:focus:after, .third-row a:active:after{
    content: none!important;
}
.third-row.dd>a{
    background: #171d1f;
}
.spread-button{
    display: none;
}

.small-top-nav {
    height: 5rem;
    line-height: 5rem;
}
@media screen and (max-width: 767px){
    .big-top-nav>.navbar-nav>.dd>.submenu ul:first-child{
        display: block;
    }
    .big-top-nav .dd .submenu .dd.third-row .submenu{
        position: unset;
    }
    .third-row{
        width: unset;
        text-align: left;
    }
    .big-top-nav .dd .submenu .dd.third-row .submenu ul li a{
        height: auto;
    }  
    .spread-button{
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 30px;
        height: 30px;
        background: url(../img/menu-triangle.png) center no-repeat;
        background-size: 22px;
        cursor: pointer;
        padding: 2px;
    }
    .big-top-nav ul{
        width: 294px;
    }
    .nav>li.bb_btn{
        padding: 0;
    }
    .nav>li.bb_btn a{
        color: #fff;
        height: 5rem;
        line-height: 5rem;
        padding: 0 10px;
    }
}


/*login window*/

#login-window {
    position: absolute;
    right: 24px;
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(41, 70, 97, 0.2);
}

.login-opened #login-window {
    display: block;
}

#login-window .triangle-top {
    position: absolute;
    right: 24px;
    top: -10px
}

#login-window li {
    width: 18rem;
    margin-left: 1rem;
    margin-bottom: .5rem
}

#login-window li:nth-child(3) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #bababa
}

#login-window .btn {
    text-transform: none;
    margin: 0;
    width: 18rem
}

#login-window li:nth-child(3) {}

.small-top-nav #login-window {
    background-color: #fff;
    z-index: 1100;
    height: 18rem;
    width: 20rem;
    border: 1px solid #bababa;
}


/*submenu*/

.submenu {
    position: fixed;
    height: 5rem;
    background: #171d1f;
    z-index: 1000;
    width: 100%;
    left: 0;
    display: none;
    border-bottom: 1px solid #3e3e3e;
}

.submenu ul {
    position: absolute;
    right: 10%;
    padding-bottom: 0;
    !important;
}

.big-top-nav .dd .submenu ul li {
    margin-bottom: 0;
    height: 100%;
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
}

.big-top-nav .dd .submenu ul li a {
    margin-bottom: 0;
    height: 4rem;
    line-height: 3.5
}

.bb_btn a:hover {
    line-height: 1.5em !important;
}

.submenu a {
    color: #fff;
    font-size: 100%;
    text-transform: none;
}

.submenu a:hover,
.submenu a:focus,
.submenu a:active {
    text-decoration: none;
    position: relative;
}

.submenu a:hover:after,
.submenu a:focus:after,
.submenu a:active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -0.5rem;
    border-width: 0 0 1px;
    border-style: solid;
}

.submenu .sub-active a:hover:after,
.submenu .sub-active a:focus:after,
.submenu .sub-active a:active:after {
    content: '';
    width: 93%;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 1.2rem;
    border-width: 0;
    border-style: solid;
}

.submenu .sub-active>a {
    font-weight: bold
}

.dd.closed>.submenu {
    display: none;
}

.dd.opened>.submenu {
    display: block;
}

.dd.opened>a {
    background: #171d1f;
    color: #fff;
}


/*Slideshow*/

.slideshow {
    padding-top: 10rem;
}

.slider_title {
    line-height: 1.1;
    margin-top: 20px;
}

.sl_web_title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 6%;
}

.sl_web_list {
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-left: -25px;
}

.sl_web_list li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.sl_web_list li > img {
    margin-top: -15px;
    margin-right: 10px;
}

.sl_web_span {
    font-size: 30px;
    color: #fff;
}

@media screen and (max-width: 1348px) {
.sl_web_span {
    font-size: 25px;
}
}

@media screen and (max-width: 1210px) {
.sl_web_span {
    font-size: 20px;
}
.sl_web_list li > img {
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-right: 10px;
}
}

@media screen and (max-width: 942px) {
.sl_web_span {
    font-size: 16px;
}
.sl_web_list li > img {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 10px;
}
}

@media screen and (max-width: 686px) {
.sl_web_span {
    font-size: 14px;
}
.sl_web_list li > img {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: 10px;
}
}

@media screen and (max-width: 592px) {
.sl_web_list li {
    display: block;
}
.sl_web_span {
    font-size: 14px;
}
.sl_web_list li > img {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: 10px;
}
.sl_web_list {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0;
    margin-left: -25px;
}
}

.carousel-control {
    width: 9rem
}

.carousel-caption h3 {
    font-size: 240%
}

.carousel-caption p {
    font-size: 240%
}

.carousel-caption .glyphicon {
    margin-right: 1rem;
}

.carousel-caption .btn {
    text-transform: uppercase;
    margin-top: 1rem
}


/*first slide*/
.carousel-caption.bonus-slide {
    color: #fff;
    text-align: center;
    left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-transform:uppercase;
}
.bonus-slide h3 {
	font-size:3rem;
}
.bonus-slide h3 .text-green {
	font-size:8rem;
}

.bonus-slide p {
    font-size:3rem;
}
.bonus-slide p .text-green {
    font-size:8rem;
}

.slide-first {
    left: 15%;
    top: 20%;
    text-align: left;
}

.slide-first ul {
    padding-left: 0;
    list-style: none;
    color: #39b88c;
}

.slide-first ul li {
    margin-bottom: 1rem
}


/*second slide*/

.slide-second {
    left: 15%;
    top: 15%;
    text-align: left;
}

.slide-second ul {
    padding-left: 0;
    list-style: none;
    color: #e6496a;
}

.slide-second ul li {
    margin-bottom: 1rem
}


/*third slide*/

.slide-third {
    right: 10%;
    top: 10%;
    text-align: left;
    color: #2576ff;
}

.slide-third h3 {
    text-align: right;
    font-weight: bold
}

.slide-third p {
    text-align: right;
    font-weight: bold
}

.slide-third-description {
    width: 30rem;
    position: absolute;
    right: 4%;
    margin-top: 3rem
}

.slide-third-description ul {
    width: 30rem;
    list-style: disc
}

.slide-third-description ul li {
    margin-bottom: 1rem
}

.slide-third-description .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 2rem
}


/*slide fourth*/

.slide-fourth {
    left: 15%;
    top: 15%;
    text-align: left;
}

.slide-fourth h3 {
    font-weight: bold;
}

.slide-fourth p {
    font-weight: bold;
}

.slide-fourth ul {
    padding-left: 0;
    list-style: none;
    color: #39b88c;
    font-size: 120%
}

.slide-fourth ul li {
    margin-bottom: 1rem
}


/*fifth slide*/

.slide-fifth {
    left: 15%;
    top: 15%;
    text-align: left;
    width: 100%;
    left: 0
}

.slide-fifth h3 {
    font-weight: bold;
    text-align: center;
    padding: 1rem
}

.slide-fifth p {
    font-weight: bold;
    text-align: center;
    padding: 1rem
}

.slide-fifth ul {
    padding-left: 0;
    list-style: none;
    font-size: 120%
}

.slide-fifth ul li {
    margin-bottom: 1rem
}

.slide-fifth-description {
    width: 60rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 2rem;
}

.slide-fifth-description .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 2rem
}


/*home main content*/

.panels {
    padding-top: 3rem;
}

.panels .panel-body {
    padding: 0;
}

.nav.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    margin: 1rem
}

.nav.nav-tabs {
    overflow: hidden;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:active,
.nav.nav-tabs>li>a:focus {
    border: none;
    background: #fff;
}

.nav.nav-tabs>li.active>a {
    border: none;
    color: #ed1c29;
}

.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li.active>a:active {
    border: none;
}

.panels .table {
    margin-bottom: 0;
}

.widget .btn {
    height: 3rem;
    line-height: 1.6rem
}

.widget td span {
    display: inline-block;
    width: 32%;
    line-height: 2;
    padding-left: 0.3rem
}

.widget .table th {
    text-align: center
}

.widget .table td:nth-child(4) {
    text-align: center
}

.widget .table td:nth-child(5) {
    text-align: center
}

.panels .news .panel {
    background-color: #f2f2f2;
}

.panels .news {
    background-color: #f2f2f2;
}

.news-item .panel-body {
    padding: 0 1.5rem;
    font-size: 90%
}

.news-item h2 {
    margin-top: 0
}

.news-item {
    margin-bottom: 0;
}

.widget .modal-header h4 {
    text-align: center;
    font-size: 200%;
    margin: 2rem 0;
}

.widget .modal-header p {
    text-align: center;
    margin: 2rem 5rem;
}

.widget .modal-header .btn {
    text-transform: uppercase;
    text-decoration: none;
}

.mobile_lang_switcher {
    display: none;
    position: absolute;
    padding: 9px 10px;
    margin-top: 14px;
    right: 0;
    margin-right: 70px;
}

.mobile_lang_switcher li {
    display: inline-block;
    font-size: 80%;
    margin-right: 1rem;
}


/*why ftm*/

.why-ftm {
    margin: 5rem 0;
}

.why-ftm h2 {
    text-align: center;
    margin: 5rem 0;
}

.why-ftm img {
    height: 10rem;
    display: block;
    margin: 0 auto
}

.why-ftm p {
    text-align: center;
    margin: 3rem;
    color: #636363;
    height: 63px;
}

.tags-link {
    margin-top: 50px;
    margin-bottom: -40px;
}
.tags-link ul {
    display: flex;
    text-align: center;
}

.tags-link ul li {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
}

.tags-link li {
    display:inline;
    border-left:1px solid #bbb;
    padding:0 2px 0 4px;
}

.tags-link li:first-child {
    border:none;
}

@media screen and (max-width: 991px) {
    .tags-link ul {
        display: block;
    }
}

/*about home-page*/

.about-hp {
    background: url(../img/about-hp.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    line-height: 2;
    margin: 10rem 0 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-hp h2 {
    margin: 16rem 0 5rem 0;
}

.about-hp p {
    margin: 0 30%
}

.about-hp a {
    display: block;
    margin-top: 2rem;
    color: #999;
    font-size: 1.7rem
}

.about-hp a:hover,
.about-hp a:active,
.about-hp a:focus {
    color: #fff;
    transition: all 0.2s;
}


/*form home page*/

.reg-form {
    margin-bottom: 10rem;
}

.reg-form label {
    font-size: 80%;
    margin-bottom: 3rem;
}

.reg-form h2 {
    text-align: center;
    margin-bottom: 3rem
}

.acc-type-select {
    transform: rotate(-90deg);
    position: absolute;
    left: -17.2rem;
    top: 13.2rem;
    margin: 0;
}

.acc-type-select button {
    text-transform: uppercase;
    width: 15rem;
}

.form-wrapper {
    background-color: #f2f2f2;
    box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.2);
}

.form-wrapper select {
    background-color: #fff;
}

.form {
    margin-top: 4rem
}

.form-group ul {
    list-style: none;
    padding-left: 0;
    font-size: 85%
}

.form-group ul a span {
    display: inline-block;
    margin-right: 2rem
}

.form-group ul a {
    display: inline-block;
    color: #39b88c;
}

.form-group ul a:hover,
.form-group ul a:focus,
.form-group ul a:active {
    text-decoration: underline;
    color: #39b88c;
}


/*platforms homepage*/

.platforms-hp {
    background-color: #f2f2f2;
    padding-bottom: 4rem
}

.platforms-hp h2 {
    text-align: center;
    margin: 5rem 0
}

.platforms-hp h3 {
    color: #ed1c29;
}

.platforms-hp img {
    height: 16rem;
    display: block;
    margin: 2rem auto;
}

.platforms-hp p {
    text-align: center
}

.platforms-hp p a {
    color: #ed1c29;
    text-decoration: none;
}

.platforms-hp p a:hover,
.platforms-hp p a:active,
.platforms-hp p a:focus {
    text-decoration: underline;
}

.platforms-hp li {
    line-height: 1.8
}


/*content section*/

.content {
    padding-top: 10rem;
}

.content .row {
    margin-left: 0;
    margin-right: 0;
}


/*main tabs controls style*/

.tabs-control {
    background-color: #171d1f;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.tabs-control img {
    margin: 0 1rem;
}

.tabs-control p {
    color: #fff
}

.tabs-control .nav li a {
    display: block;
    color: #fff;
    height: 100%;
    line-height: 2.8;
    text-transform: none;
}

.tabs-control .nav li.active a {
    text-decoration: none;
    color: #fff;
    background-color: #171d1f;
}

.tabs-control .nav a:hover,
.tabs-control .nav a:focus {
    text-decoration: underline;
    !important color: #fff;
    background-color: #171d1f;
}


/*platforms page*/

.platforms .tabs-control .nav>li>a>span {
    display: inline;
    padding-bottom: 0.5rem
}

.platforms .tabs-control .nav>li>a:hover>span,
.platforms .tabs-control .nav>li>a:focus>span,
.platforms .tabs-control .nav>li>a:active>span,
.platforms .tabs-control .nav>li.active>a>span {
    border-bottom: 1px solid #ffffff
}

#platforms-xstation h1 {
    background: url(../img/logoxStation.png) no-repeat left;
    padding: 2rem 5rem;
}

#platforms-xstation img {
    display: block;
    height: 25rem;
    margin: 0 auto 5rem auto;
}

#platforms-xstation .plat-desc img {
    display: inline-block;
    height: 5rem;
    margin-bottom: 1rem
}

.plat-desc {
    padding: 2rem;
    background-color: #f9f9f9;
    color: #636363;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.2);
}

.plat-desc h2 {
    margin: 0 0 1rem 0;
    font-size: 150%;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f2f2f2;
}

.platforms-functions {
    background-color: #d1d1d1;
    padding-bottom: 3rem;
    margin-top: 2rem
}

.platforms-functions .plat-desc h3 {
    border: none;
    margin-top: 2rem;
    text-align: left
}

.platforms-functions h3 {
    text-align: center;
    margin: 3rem 0;
}

#platforms-xstation .platforms-functions h3 {
    background: none;
}

.platforms-functions .plat-desc {
    background-color: #e8e8e8;
}

.platforms-functions .plat-desc:hover,
.platforms-functions .plat-desc:focus,
.platforms-functions .plat-desc:active {
    color: #fff;
    background-color: rgba(57, 184, 140, .6);
    transition: all 0.2s;
}

#platforms-xstation-mob h1 {
    background: url(../img/logoxmobile.png) no-repeat left;
    padding: 2rem 5rem;
}

#platforms-xstation-mob img {
    display: block;
    height: 30rem;
    margin: 0 auto 5rem 30%;
}

#platforms-mt4 h1 {
    background: url(../img/mt4-logo.png) no-repeat right;
    padding: 2rem 5rem;
    text-align: right
}

#platforms-mt4 h2 {
    text-align: center;
}

#platforms-mt4 p {
    text-align: justify;
}

#platforms-mt4 img {
    display: block;
    height: 30rem;
    margin: 0 auto 5rem auto;
}

#platforms-mt4 li {
    line-height: 2;
    margin-bottom: 2rem
}

#platforms-mt4-mob h1 {
    background: url(../img/mt4-logo.png) no-repeat left;
    padding: 2rem 5rem;
}

#platforms-mt4-mob img {
    display: block;
    height: 25rem;
    margin: 0 auto 5rem auto;
}

#platforms-xstore h1 {
    background: url(../img/logoxStore.png) no-repeat left;
    padding: 2rem 5rem;
}

#platforms-xstore img {
    display: block;
    height: 25rem;
    margin: 0 auto 5rem auto;
}


/*legal page*/

.legal {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.legal h2 {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f2f2f2;
}

.legal table {
    border-collapse: separate;
    border-spacing: 0 2rem;
    width: 100%;
}

.legal img {
    height: 5rem;
    margin-bottom: 1rem
}


/*conditions page*/

.content .tabs-control span {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0.5rem auto;
}

.content .tabs-control li a {
    padding: 0;
    line-height: 1.4;
    color: #fff;
}

.conditions .tabs-control li a,
.range-of-markets .tabs-control li a {
    color: #4b676f;
}

.content .tabs-control .nav a:hover,
.content .tabs-control .nav a:active,
.content .tabs-control .nav a:focus,
.content .tabs-control .nav li.active a {
    text-decoration: none;
    color: #ffffff;
}

.conditions-acc-types {
    background: url(../img/cond_sprite.png) no-repeat 50% 0;
}

a:hover .conditions-acc-types,
li.active .conditions-acc-types {
    background: url(../img/cond_sprite.png) no-repeat 50% -78px;
}

.conditions-depo {
    background: url(../img/cond_sprite.png) no-repeat 50% -156px;
}

a:hover .conditions-depo,
li.active .conditions-depo {
    background: url(../img/cond_sprite.png) no-repeat 50% -234px;
}

.conditions-spread {
    background: url(../img/cond_sprite.png) no-repeat 50% -312px;
}

a:hover .conditions-spread,
li.active .conditions-spread {
    background: url(../img/cond_sprite.png) no-repeat 50% -390px;
}

.conditions-swaps {
    background: url(../img/cond_sprite.png) no-repeat 50% -468px;
}

a:hover .conditions-swaps,
li.active .conditions-swaps {
    background: url(../img/cond_sprite.png) no-repeat 50% -546px;
}

.conditions-leverage {
    background: url(../img/cond_sprite.png) no-repeat 50% -624px;
}

a:hover .conditions-leverage,
li.active .conditions-leverage {
    background: url(../img/cond_sprite.png) no-repeat 50% -702px;
}

.conditions-commissions {
    background: url(../img/cond_sprite.png) no-repeat 50% -780px;
}

a:hover .conditions-commissions,
li.active .conditions-commissions {
    background: url(../img/cond_sprite.png) no-repeat 50% -858px;
}

.conditions-rollovers {
    background: url(../img/cond_sprite.png) no-repeat 50% -936px;
}

a:hover .conditions-rollovers,
li.active .conditions-rollovers {
    background: url(../img/cond_sprite.png) no-repeat 50% -1014px;
}

.conditions-instruments-nbrb {
    background: url(../img/cond_sprite.png) no-repeat 50% -1092px;
}

a:hover .conditions-instruments-nbrb,
li.active .conditions-instruments-nbrb {
    background: url(../img/cond_sprite.png) no-repeat 50% -1170px;
}


/*condititions acc-types*/

.conditions th:first-child {
    background-color: #fff;
}

.conditions .triangle {
    position: absolute;
    top: 30%;
    right: -12px;
    z-index: 1
}

.conditions th {
    text-align: center;
    width: 22%;
    position: relative;
    border-bottom: none;
}

.conditions h2 {
    margin: 0;
    font-size: 150%;
    font-weight: bold
}

.conditions p {
    margin: 0;
}

#conditions-acc-types table td {
    text-align: center
}

#conditions-acc-types table ul li {
    margin-bottom: 1rem
}

#conditions-acc-types table td:first-child {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

#conditions-acc-types table td:first-child ul {
    text-transform: uppercase;
    padding: 1rem
}

#conditions-acc-types table td:first-child ul li {}

#conditions-acc-types .table thead tr th {
    border-bottom: none
}

#conditions-acc-types table {
    width: 100%;
    margin: 5rem auto;
}

#conditions-acc-types td {
    padding-top: 1rem;
    padding-bottom: 1rem
}

#conditions-acc-types thead th {
    box-shadow: 0px 0px 5px 0px rgba(41, 70, 97, 0.2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
}

#conditions-acc-types thead th:first-child {
    border: none;
    box-shadow: none;
}

.content th.ftm-basic {
    background-color: #bdbdbd;
}

.content th.ftm-standard {
    background-color: #39b88c;
}

.content th.ftm-pro {
    background-color: #171d1f;
}

#conditions-acc-types tbody {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px rgba(41, 70, 97, 0.2);
}

.glyphicon-ok {
    color: #39b88c
}

#conditions-acc-types tbody tr:hover {
    background-color: rgba(57, 184, 140, 1);
    font-weight: bold;
    color: #fff
}

#conditions-acc-types tbody tr:hover .glyphicon-ok {
    color: #fff
}

#conditions-acc-types tfoot td {
    border: 1px solid #ddd;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px 0px rgba(41, 70, 97, 0.2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

#conditions-acc-types tfoot td:first-child {
    border: none;
    box-shadow: none;
}


/*deposit-withdrawal*/

.deposit-container h2 {
    font-weight: normal;
    margin: 2rem 0;
    margin-left: 15px
}

.deposit-container .fa {
    font-size: 5rem;
    color: #ed1c29;
}

.withdrawal-ul li ul {
    padding-left: 2rem;
    list-style: circle
}

.withdrawal-ul li ul li ul {
    padding-left: 2rem;
    list-style: disc
}

.comments ul li {
    margin-bottom: 1rem;
    list-style: decimal;
    margin-left: 1.5rem
}

.comments {
    padding: 0;
}

.comments p {
    margin-bottom: 0.5rem
}

.comments p:last-child {
    margin-bottom: 3rem
}


/*spreads*/

.spreads-container {
    background-color: #171d1f;
    padding: 1rem;
    margin-bottom: 5rem;
    margin-top: 6rem
}

.spreads-container .input-group .input-group-addon,
.spreads-container .input-group input {
    border-radius: 0
}

.spreads-container h1 {
    color: #fff;
    margin: 4rem 0;
    font-size: 200%;
    font-weight: normal;
    display: inline-block;
}

.spreads-container .conditions-selects {
    display: inline-block;
    margin-top: 3.5rem;
}

.spreads-container .instruments-change {
    width: 20rem;
    background: url(../img/green_arrow.png) no-repeat 90% center;
    background-color: #ffffff;
    color: #333;
}

.spreads-container .instruments-change li {
    width: 20rem;
}

.spreads-container .instruments-change a {
    display: block;
    padding: .5rem 2rem;
}

.spreads-container .instruments-change a:hover,
.spreads-container .instruments-change a:active,
.spreads-container .instruments-change a:focus {
    color: #333;
}

.spreads-container .instruments-change li ul {
    background-color: #ffffff;
}

.spreads-container .instruments-change li ul a:hover {
    background-color: #ed1c29;
    color: #ffffff;
}

.conditions .table-hover>tbody>tr:hover {
    background-color: #39b88c;
    color: #fff;
    font-weight: bold
}

.spreads-container .table {
    background-color: #fff;
    margin-bottom: 0.4rem
}

.spreads-container th {
    border: 1px solid #bdbaba;
}

.spreads-container .table thead tr {
    text-transform: uppercase;
    font-size: 140%
}

.spreads-container .table td {
    text-align: center
}

.spreads-container .table td:first-child {
    font-weight: bold;
    text-align: left
}


/*swaps*/

#conditions-swaps th {
    border: 1px solid #bdbaba;
}

#conditions-swaps thead tr:nth-child(2) {
    text-transform: none;
    font-size: 100%
}

#conditions-swaps thead tr:nth-child(2) th {
    width: 10%;
}

#conditions-swaps .instruments-change {
    display: inline-block
}

.commisions .table td {
    width: 50%
}

.spreads-container>p {
    color: #fff;
    margin-bottom: 1rem;
}

.roll-table th {
    width: 5%;
    vertical-align: middle
}

.roll-table table {
    margin-top: 3rem
}


/*Trading Services*/


/*Trading services overview*/

.content.trading-services-overview {
    padding-bottom: 4rem;
    padding-top: 4rem;
    background-color: #fff
}

.trading-services-overview .plat-desc {
    position: relative;
}

.trading-services-overview .plat-desc {
    padding-bottom: 7rem
}

.trading-services-overview p .btn {
    text-decoration: none;
    position: absolute;
    bottom: 2rem;
}

#instruments-table.mspec th {
    font-size: 80%;
    width: 12%;
    vertical-align: middle;
    text-transform: none
}

#instruments-table.mspec.dmas th {
    font-size: 80%;
    width: 5%;
    vertical-align: middle;
    text-transform: none
}

#instruments-table.mspec td {
    padding: 2.5rem
}



#conditions-deposit-withdrawal table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#conditions-deposit-withdrawal table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#conditions-deposit-withdrawal table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

#conditions-deposit-withdrawal table th,
#conditions-deposit-withdrawal table td {
    padding: .625em;
    text-align: center;
}

#conditions-deposit-withdrawal table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #tabs_payment .table tbody > tr > td {
        text-align: right !important;
    }

    #conditions-deposit-withdrawal table {
        border: 0;
    }

    #conditions-deposit-withdrawal table caption {
        font-size: 1.3em;
    }

    #conditions-deposit-withdrawal table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #conditions-deposit-withdrawal table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    #conditions-deposit-withdrawal table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }

    #conditions-deposit-withdrawal table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    #conditions-deposit-withdrawal table td:last-child {
        border-bottom: 0;
    }
}



/*Range of markets*/

.rm-fx {
    background: url(../img/rofm.png) no-repeat 50% 0;
}

a:hover .rm-fx,
li.active a .rm-fx {
    background: url(../img/rofm.png) no-repeat 50% -78px;
}

.rm-commodities {
    background: url(../img/rofm.png) no-repeat 50% -156px;
}

a:hover .rm-commodities,
li.active .rm-commodities {
    background: url(../img/rofm.png) no-repeat 50% -234px;
}

.rm-indices {
    background: url(../img/rofm.png) no-repeat 50% -312px;
}

a:hover .rm-indices,
li.active .rm-indices {
    background: url(../img/rofm.png) no-repeat 50% -390px;
}

.rm-equity {
    background: url(../img/rofm.png) no-repeat 50% -468px;
}

a:hover .rm-equity,
li.active .rm-equity {
    background: url(../img/rofm.png) no-repeat 50% -546px;
}

.rm-etfs {
    background: url(../img/rofm.png) no-repeat 50% -624px;
}

a:hover .rm-etfs,
li.active .rm-etfs {
    background: url(../img/rofm.png) no-repeat 50% -702px;
}

.range-of-markets .tabs-content {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.range-of-markets .panel-heading {
    background-color: #f2f2f2;
}

.range-of-markets .panel-heading .glyphicon {
    color: #ed1c29;
}

.range-of-markets .panel-title,
.range-of-markets .panel-heading p {
    color: #191d1d;
}

.range-of-markets h1,
.range-of-markets h2 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    margin-top: 0.5rem
}

.range-of-markets .panel-heading a:hover,
.range-of-markets .panel-heading a:focus,
.range-of-markets .panel-heading a:active,
.range-of-markets .panel-heading a:hover,
.range-of-markets .panel-heading a:focus,
.range-of-markets .panel-heading a:active {
    text-decoration: none;
}

.range-of-markets .reg-form {
    margin-bottom: 3rem;
}

.range-of-markets .reg-form h2 {
    margin: 5rem 0;
}


/*price tables main-style*/

.price-table .panel-heading {
    background-color: #f2f2f2;
    color: #191d1d;
}

.price-table img {
    margin-right: 1rem;
}

.price-table .panel-body {
    background-color: #f2f2f2;
    padding: 1rem 0 0 0;
}

.price-table .table thead {
    background-color: #f2f2f2;
    border-bottom: none;
    text-transform: uppercase;
}

.price-table .table thead th {
    border-bottom: none;
    text-align: center;
}

.price-table .table td {
    border: none;
    text-align: center;
}

.price-table table td:nth-child(1) {
    text-align: left;
    color: #39b88c;
    font-weight: bold;
}

.price-table .table-striped tbody tr:nth-child(2n+1) {
    background-color: #ffffff
}

.price-table .table-striped tr:nth-child(2n) {
    background-color: #f2f2f2
}


/*why ftm*/


/*about us*/

.about-us {
    padding-top: 3rem;
}

.about-us h2 {
    color: #ed1c29;
}

.about-us .col-lg-10>.row:first-child>.col-xs-12 p:last-child {
    margin-bottom: 3rem
}

.about-us h3 {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f2f2f2
}

.plat-desc-legal {
    padding: 2rem;
    background-color: #f9f9f9;
    color: #636363;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.2);
}

.plat-desc-content-legal .row .col-xs-12:nth-child(1) {
    padding-left: 0
}

.about-us ul li {
    margin-bottom: 1.5rem
}


/*careers*/

.careers {
    padding-top: 0;
}

.careers .first {
    background-color: #f2f2f2;
    padding-bottom: 4rem
}

.careers h2 {
    text-align: left;
    margin: 5rem 0 2rem 0;
}

.careers .first img {
    float: left;
    margin-top: 2.6rem;
    width: 7rem
}

.careers .first .description {
    padding-left: 9rem
}

.careers .panel-heading {
    background-color: #f2f2f2;
}

.careers .panel-heading h3 {
    font-size: 140%;
    margin-bottom: 1rem
}

.careers .panel-heading p {
    font-size: 90%;
}

.careers .panel-heading .glyphicon {
    color: #ed1c29;
}

.careers .panel-title,
.careers .panel-heading p {
    color: #191d1d;
}

.careers .panel-heading a:hover,
.careers .panel-heading a:focus,
.careers .panel-heading a:active,
.careers .panel-heading a:hover,
.careers .panel-heading a:focus,
.careers .panel-heading a:active {
    text-decoration: none;
}

.careers ul li {
    margin-bottom: 1rem
}

.careers .panel-body {
    background: url(../img/water_mark.png) no-repeat 100% 100%;
}

.careers .panel-body h4 {
    margin: 1.5rem 0
}


/*contact us*/

.contact-us {
    padding-top: 15rem;
}

.contact-us h1 {
    color: #ed1c29;
}

.contact-us table tr {}

.contact-us table td {
    vertical-align: middle;
    padding: 2rem 0;
}

.contact-us table td:nth-child(2n) {
    padding-left: 3rem
}

.contact-us table td:first-child {
    color: #ed1c29;
    font-weight: bold
}

.contact-us .plat-desc-contact {
    padding: 1rem 2rem;
    background-color: #f9f9f9;
    color: #636363;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 3px 0px rgba(41, 70, 97, 0.2);
}

.contact-us .plat-desc-contact h2 {
    margin: 2rem 0 1rem 0;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 2rem;
    font-size: 170%
}

.contact-us .plat-desc-contact .map {
    width: 500px;
    height: 300px;
    margin: 0 auto
}


/*partners*/

.partners {
    padding-top: 0;
    background-color: #ffffff;
}

.partners h2 {
    text-align: center;
    margin: 5rem 0 2rem 0;
}

.partners .first {
    background-color: #f2f2f2;
}

.partners .text-center {
    margin: 4rem 0;
    text-transform: uppercase;
}

.partners-legal {
    margin: 4rem 0;
}

.partners-legal h3 {
    color: #ed1c29;
}

.partners-legal img {
    height: 5rem;
    margin-right: 1rem
}

.partners-legal table {
    width: 80%;
}

.partners-legal td {
    padding: 1rem;
}

.partners-legal td a {
    color: #ed1c29;
}

.partners-legal td:first-child {
    padding-left: 7.7rem;
    font-weight: bold;
    color: #636363
}


/*education*/

.breadcrumb {
    background-color: #fff;
}

.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
    text-decoration: none;
}

.online-academy {
    padding-top: 15rem
}

.online-academy h1 {
    margin: 2rem 0
}

.online-academy h2 {
    margin: 2rem 0
}

.online-academy .lessons-categories-panels .panel-heading h3 {
    margin: 1rem 0;
    font-size: 140%
}

.online-academy .lessons-categories-panels .panel-heading p:last-child {
    text-align: right;
    font-size: 120%;
    margin: 3rem 0 1rem 0;
}

.online-academy .lessons-categories-panels .panel-footer p:last-child {
    text-align: right;
    font-size: 120%;
    margin: 1rem 0 1rem 0;
}

.online-academy .lessons-categories-panels .view-lessons {
    text-decoration: none;
    text-transform: uppercase;
}

.online-academy .lessons-categories-panels .hide-lessons {
    text-decoration: none;
    text-transform: uppercase;
}

.online-academy .lessons-categories-panels .hide-lessons .glyphicon {
    color: #ed1c29;
}

.online-academy .lessons-categories-panels .glyphicon {
    margin-left: 0.5rem
}

.lessons-categories-panels .list-group li {
    padding: 0;
}

.lessons-categories-panels .list-group li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 1.5rem 8rem
}

.lessons-categories-panels .list-group li:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 5rem
}

.lessons-categories-panels .list-group li:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 1rem;
    position: absolute;
    top: 50%;
    left: 4rem;
    margin: -1rem 0 0;
    transition: all .2s ease
}

.lessons-categories-panels .list-group li:last-child:before {
    height: 50%
}

.lessons-categories-panels .list-group li:hover a {
    background: #ed1c29;
    color: #fff;
}

.lessons-categories-panels .list-group li:hover:after {
    background: #333;
}

.lesson-number {
    margin-right: 2rem
}

.view-lesson {
    display: none;
    text-transform: uppercase
}

.lessons-categories-panels .list-group li:hover .view-lesson {
    display: inline-block;
}


/*lesson*/

.lesson.panel {
    background-color: #f9f9f9;
    padding: 1.5rem;
}

.lesson.panel .img-responsive {
    margin-bottom: 2rem
}

.lesson ul {
    list-style: disc;
    padding-left: 2rem
}

.lesson ul li ul {
    list-style: circle;
}

.panel.lesson>.table {
    border: 1px solid #ddd;
}

.panel.lesson>.table td {
    text-align: center
}

.lesson .img-responsive.centered {
    margin-right: auto;
    margin-left: auto
}

.lesson .list-group {
    padding: 0;
}

.lesson .list-group li {
    border: none;
    background: #f9f9f9
}

.lesson .list-group li {
    padding: 0;
}

.lesson .list-group li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 1.5rem 3rem
}

.lesson .list-group li:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 1rem
}

.lesson .list-group li:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background: #f9f9f9;
    border: 1px solid #333;
    border-radius: 1rem;
    position: absolute;
    top: 50%;
    margin: -1rem 0 0;
    transition: all .2s ease
}

.lesson .list-group li:last-child:before {
    height: 50%
}

.lesson .list-group li:hover a {
    color: #333;
    text-decoration: underline;
}

.lesson .list-group li:hover:after {
    background: #333;
}

.lesson .list-group li.current:after {
    background: #333;
}

.lesson .list-group li.current a {
    font-weight: bold
}

.lesson .list-group li.current:hover a {
    text-decoration: none;
}

.lesson .custom-btn {
    width: 100%
}

.lesson-btns {
    margin-bottom: 2rem
}

.lesson-btns .custom-btn {
    height: 100%;
    line-height: 1.42;
    text-align: left;
}

.lesson-btns .next-lesson {
    height: 100%;
    line-height: 1.42;
    text-align: right;
    padding-right: 6rem
}

.lesson-btns .next-lesson,
.lesson-btns .previous-lesson {
    border: none;
}

.lesson-btns .text-topic {
    color: #7f8c8d
}

.lesson-btns .glyphicon {
    position: absolute;
    height: 100%;
    font-size: 5.5rem;
    right: 0;
    top: 0
}

.lesson-btns .previous-lesson .glyphicon {
    left: 0;
}

.lesson-btns .next-lesson .glyphicon {
    text-align: right
}

.lesson-btns .previous-lesson .glyphicon {
    text-align: left
}

.lesson-btns .previous-lesson {
    text-align: left;
    padding-left: 6rem
}

.lesson-btns div:nth-child(2) {
    border-right: 2px solid #333
}

.lesson-btns.first-lesson div:nth-child(2) {
    border-right: none;
}

.lesson-btns .col-xs-4 {
    width: 37.5%
}


/*seminars*/

.faq.seminars h4 {
    text-align: center;
    margin: 2rem;
    font-size: 160%
}

.faq .calendar h3 {
    font-size: 150%;
    margin-top: 1rem
}

.seminars .ul {
    list-style-type: disc;
    padding-left: 2rem
}

.seminars .ul.pro {
    list-style-type: decimal;
    padding-left: 2rem;
    font-weight: bold;
}

.seminars .ul.pro ul {
    list-style-type: circle;
    padding-left: 2rem;
    font-weight: normal;
}

.faq.nb .accordion ul {
    list-style: disc;
    margin: 1.5rem
}
.faq.nb .accordion ul li{
    margin-bottom: 1rem
}
.faq.nb ol {
    list-style: disc;
    padding-left: 2rem
}
.faq.nb ol li{
    margin-bottom: 1rem
}
.faq.nb ol li ol{
    list-style: circle;
}
.faq.nb ol li ol li{
    margin-bottom: .5rem
}
.faq.nb .accordion h3{
    margin: 0
}

#how-to-get-points .table-hover th:nth-child(2),
#how-to-get-points .table-hover th:nth-child(3),
#how-to-get-points .table-hover td:nth-child(2),
#how-to-get-points .table-hover td:nth-child(3) {
    text-align: center
}
/*knowledge-base*/

.faq {
    padding-top: 3rem
}

.faq .popular {
    background-color: #f2f2f2;
    padding-bottom: 4rem;
    padding-top: 3rem
}

.faq .popular h4 {
    margin: 2rem 0 4rem 0;
}

.faq .nav .fa,
.faq .nav .glyphicon {
    font-size: 5rem;
    display: block;
}

.faq .nav h2 {
    padding-bottom: 10px;
    display: inline-block;
}

.faq .nav li a:hover,
.faq .nav li a:focus,
.faq .nav li a:active {
    background-color: #fff;
}

.faq .nav a:hover h2,
.faq .nav a:focus h2,
.faq .nav a:active h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid #ed1c29;
}

.faq .nav li.active a {
    color: #ed1c29;
}

.faq .nav li.active a h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid #ed1c29;
}

.legal.faq .nav h2 {
    border: none;
}

.platforms-faq {
    padding: 2rem 0
}

.right-content-faq img {
    margin-right: 1rem;
    height: 40px
}

.right-content-faq {
    margin-bottom: 0
}

.right-content-faq ul {
    position: absolute;
    left: -187px;
    width: 203px
}

.right-content-faq ul li {
    background-color: #f2f2f2;
    border: 1px solid #bdbaba;
    height: 61px
}

.right-content-faq ul li a {
    font-size: 120%;
    height: 59px
}

.right-content-faq ul li a:hover,
.right-content-faq ul li a:focus,
.right-content-faq ul li a:active {
    color: #333;
}

.right-content-faq ul li:hover,
.right-content-faq ul li:focus,
.right-content-faq ul li:active {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #bdbaba;
}

.right-content-faq ul li.active {
    background-color: #ffffff;
    border-right: 1px solid #ffffff;
}

.right-content-faq ul li.active a span,
.right-content-faq ul li.active a span,
.right-content-faq ul li.active a span {
    color: #333;
}

.right-content-faq .nav span[class*="icon-wallet"] {
    display: inline-block;
    font-size: 4rem;
    color: #ed1c29;
}

.right-content-faq .nav span[class*="icon-wallet"] + span {
    display: inline-block;
    line-height: 4rem;
    position: absolute;
}

.right-content-faq .accordion {
    margin-bottom: 0;
    padding: 1rem 3rem 3rem 3rem;
    border: 1px solid #bdbaba;
    box-shadow: 0px 0px 5px 0px rgba(41, 70, 97, 0.2);
}

.markets-graf{
    font-style: italic;
    background: #f2f2f2;
    padding: 5px;
    margin: 35px 0;
}
.markets-graf a{
    color: black;
    text-decoration: underline;
}

/*edu-go*/

.edu-go {
    padding: 5rem 0;
}

.edu-go h5 {
    font-size: 140%;
    margin-bottom: 4rem
}

.edu-go p {
    font-size: 2rem;
    line-height: 5rem
}

.edu-go p a {
    text-decoration: none;
}

.edu-go p a:hover,
.edu-go p a:focus,
.edu-go p a:active {
    border-bottom: 1px solid #ed1c29;
}

.edu-go .fa {
    font-size: 5rem;
    margin-right: 0.8rem;
    color: #ed1c29;
    float: left;
}

.edu-go.questions p {
    line-height: 5rem;
}


/*accordion*/

.panel-group .panel {
    margin-bottom: 1.5rem
}

.panel-group .panel-heading {
    background-color: #f2f2f2;
}

.panel-group .panel-heading .glyphicon {
    color: #ed1c29;
}

.panel-group .panel-title,
.panel-group .panel-heading p {
    color: #191d1d;
}

.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus,
.panel-group .panel-heading a:active,
.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus,
.panel-group .panel-heading a:active {
    text-decoration: none;
}

.accordion .panel-heading h3 {
    font-size: 140%;
    margin-bottom: 1rem
}


/*promotions*/

.ball {
    display: block;
    background: #d9dfde;
    margin: 0;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-110px);
    -moz-transform: rotateX(90deg) translateZ(-110px);
    -ms-transform: rotateX(90deg) translateZ(-110px);
    -o-transform: rotateX(90deg) translateZ(-110px);
    transform: rotateX(90deg) translateZ(-110px);
    z-index: -1;
}

.stage {
    width: 200px;
    height: 200px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.gifts-main-slider h4 {
    margin: 4rem 0;
    font-size: 150%
}

.gifts-main-slider .modal-body img {
    height: 200px;
}

.gifts-main-slider .modal-header h6 {
    font-size: 150%
}

.gifts-main-slider .modal-body img + p {
    text-align: center;
}

#loyalty-slider .carousel-control {
    background: none;
    color: #ed1c29;
}

#loyalty-slider .carousel-control .glyphicon {
    top: 40%
}

#loyalty-slider .left.carousel-control .glyphicon {
    left: 1rem
}

#loyalty-slider .right.carousel-control .glyphicon {
    right: 1rem
}

#loyalty-slider .left.carousel-control {
    left: -1rem
}

#loyalty-slider .right.carousel-control {
    right: -1rem
}

#loyalty-slider .item a:focus {
    outline: 0;
}

#loyalty-slider .item {
    margin-bottom: 3rem
}

#loyalty-slider .item .col-xs-6 {
    margin-bottom: 4rem
}

#loyalty-slider .item .stage {
    margin: 0 auto;
}

#loyalty-slider .item .stage img.img-up {
    position: absolute;
    top: 40%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -60%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    height: 100px;
}

#loyalty-slider .item .stage .img-up + h5 {
    position: absolute;
    top: 65%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -35%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    color: #ed1c29;
    font-size: 120%
}

#loyalty-slider .item .stage img.img-down {
    position: absolute;
    top: 55%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -45%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    height: 100px;
}

#loyalty-slider .item .stage .img-down + h5 {
    position: absolute;
    top: 18%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -82%);
    /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    color: #ed1c29;
    font-size: 120%
}

.custom-indicators {
    bottom: -1rem;
}

.custom-indicators li {
    height: 0;
    width: 30px;
    border: 2px solid #111313;
    border-radius: 0;
    margin: 0px;
}

.custom-indicators li.active {
    height: 0;
    width: 30px;
    border: 2px solid #fb0720;
    margin: 0;
}


/*bonuses*/

.bonuses h3 {
    margin: 2rem 0;
    font-size: 200%;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 2rem
}


/*analitycs*/

.analytics-top-descr {
    background: #f2f2f2;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 5rem;
}

#calendar {
    margin-bottom: 4rem
}

#calendar th,
#calendar td {
    vertical-align: middle;
    padding: 1rem
}

#calendar td {
    position: relative;
}

#calendar td img {
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    height: 3rem
}

#calendar th {
    text-align: center
}

#calendar .row>div[class^="col"] {
    margin-bottom: 1rem;
}

#calendar .e_impact p {
    text-align: center;
    color: #fff;
    padding: 1rem;
    background-color: #333;
    border-radius: 4px;
    margin: 0
}

#calendar .e_impact.low p {
    background-color: #96dc52;
}

#calendar .e_impact.medium p {
    background-color: #fda34b;
}

#calendar .e_impact.high p {
    background-color: #ed1c29;
}

.analysis-item {
    border-bottom: 1px solid #333;
    margin-bottom: 2rem
}

.analysis-item h2 a img {
    height: 3rem
}

.analysis-item p a img {
    height: 3rem;
    margin-top: 5px;
}

.view-article-btn {
    margin-bottom: 2rem
}

.author h3 {
    margin: 2rem 0;
}

.trade-now h3 {
    margin: 1rem 0 3rem 0;
}

.media-object {
    height: 64px
}


/*footer*/

.custom-footer {
    color: #fff;
}

.risk-disclaimer {
    font-size: 1rem;
}

.risk-disclaimer h5 {
    color: #ed1c29;
}

.risk-disclaimer .risk_title {
    color: #ed1c29;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 7px;
}

.footer-menu h5 {
    text-transform: uppercase;
    color: #ffffff;
}

.footer-menu .f_title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.footer_row_2:after {
    clear: unset;
}

.footer-menu ul {
    margin-bottom: 1rem
}

.footer-menu ul li {
    margin-bottom: 1rem
}

.footer-menu ul li:last-child {
    margin-bottom: 3rem
}

.footer-menu ul li a {
    color: #fff;
    font-size: 1.3rem
}

.footer-menu ul li a:hover,
.footer-menu ul li a:active,
.footer-menu ul li a:focus {
    color: #ed1c29;
    transition: all 0.2s
}

.footer-menu .footer-payment-menu ul li {
    display: table-cell;
    vertical-align: middle;
}

.footer-menu .footer-payment-menu ul li:first-child {
    width: 250px;
}

.footer-menu .footer-payment-menu img {
    width: 100%
}

.footer-menu .footer-payment-menu ul li a {
    color: #fff;
    font-size: 1.4rem;
}

.footer-payment-btn {
    width: 215px;
    height: 45px;
}

.footer-payment-btn a {
    display: block;
    height: 100%;
    padding: 0.2rem 6rem;
    border: 1px solid #39b88c;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
}

.footer-payment-btn a:hover,
.footer-payment-btn a:active,
.footer-payment-btn a:visited,
.footer-payment-btn a:focus {
    border: 1px solid #39b88c;
    text-decoration: none;
    outline: none;
}

.footer-separator {
    height: 1px;
    background-color: #252525;
}

.footer-second-part {
    padding: 2rem 0.5rem 0 0.5rem;
}

.footer-second-part p {
    display: inline-block;
    padding-left: 0.5rem;
}

.footer-second-part a {
    display: inline-block;
    margin-right: 0.8rem;
    color: #fff;
    font-size: 1.4rem;
    width: 1.7rem;
    text-decoration: none;
}

.footer-second-part a:hover,
.footer-second-part a:active,
.footer-second-part a:focus {
    text-decoration: none;
    transition: all 0.2s;
}

.footer-second-part a:hover .socicon-vkontakte,
.footer-second-part a:active.socicon-vkontakte,
.footer-second-part a:focus .socicon-vkontakte {
    color: #5a7fa6;
}

.footer-second-part a:hover .socicon-facebook,
.footer-second-part a:active.socicon-facebook,
.footer-second-part a:focus .socicon-facebook {
    color: #3e5b98;
}

.footer-second-part a:hover .socicon-odnoklassniki,
.footer-second-part a:active.socicon-odnoklassniki,
.footer-second-part a:focus .socicon-odnoklassniki {
    color: #f48420;
}

.footer-second-part a:hover .socicon-twitter,
.footer-second-part a:active.socicon-twitter,
.footer-second-part a:focus .socicon-twitter {
    color: #4da7de;
}

.footer-second-part a:hover .socicon-telegram,
.footer-second-part a:active.socicon-telegram,
.footer-second-part a:focus .socicon-telegram {
    color: #0088cc;
}

.socicon-telegram:before {
    content: "\e087";
}

.socicon-vkontakte:before {
    content: "\e095";
}

.socicon-facebook:before {
    content: "\e028";
}

.socicon-odnoklassniki:before {
    content: "\e05a";
}

.socicon-twitter:before {
    content: "\e08d";
}


/*modals*/

.modal-content {
    border-radius: 3px
}

.modal-header {
    background: url(../img/water_mark.png) no-repeat 100% 5%;
    padding: 5rem 1rem;
    background-size: 50%
}

.modal-header h4 {
    padding-left: 2rem
}

.modal-header button {
    position: absolute;
    right: -4.5rem;
    top: 0.4rem;
    height: 4rem;
    width: 4rem;
    background-color: #39b88c;
    opacity: 0.9;
    color: #fff
}

.modal-header button:hover,
.modal-header button:active,
.modal-header button:focus {
    background-color: #ed1c29;
    opacity: 0.9;
    color: #fff;
    transition: all 0.2s;
}


.teh-analiz .panel-body {
    font-size: 90%;
    padding: 15px;
    min-height: 450px;
}

.newsblock #news-body {
    min-height: 450px;
}

.teh-analiz .panel-body h2 {
    font-size: 147%;
    margin-top: 0;
}

.ftm_analysis .analysis-item .postp {
    font-size: 13px;
}

/*.analytics-img {
    margin-top: 50px;
}*/

.map .ya-map {
    width: 400px;
    height: 300px;
}

.contact-us .plat-desc-contact .map {
    display: table-cell;
}



#tabs_payment .table tbody > tr > td {
    text-align: center;
}

#conditions-deposit-withdrawal .nav-pills > li.active > a {
    background-color: #39b88c !important;
}

#conditions-deposit-withdrawal .nav-pills > li {
    background-color: #eee !important;
}

#tabs_payment .btn_usl_b {
    cursor: pointer;
    color: #fff;
    background-color: #39b88c;
    border-radius: 5px;
    padding: 5px 15px;
    border: 2px solid #39b88c;
    display: inline-block;
}

/*MEDIA*/

@media screen and (min-width: 1366px) {
    .submenu ul.analysis {
        right: 18%;
    }
}

@media screen and (max-width: 1366px) {
    .slide-third {
        padding-top: 0;
        margin-top: 0;
    }
    .slide-third h3 {
        font-size: 180%
    }

    .slide-third p {
        font-size: 180%
    }

    .slide-third-description {
        margin-top: 1rem;
        padding-top: 0;
        font-size: 90%;
        right: 0
    }
    .slide-third-description ul li {
        margin-top: 1rem;
        padding-top: 0;
    }
    .banner p {
        position: absolute;
        top: 60%;
        /* position the top  edge of the element at the middle of the parent */
        left: 50%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -40%);
        /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
        color: #fff;
        width: 70%;
        text-align: center
    }
}

@media screen and (max-width: 1149px) {
    .tabs-control img {
        display: block;
        margin: 0 auto;
    }
    .tabs-control li {
        text-align: center
    }
    .banner h1 {
        top: 40%;
        /* position the top  edge of the element at the middle of the parent */
        left: 50%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -60%);
        /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    }
    .banner p {
        top: 65%;
        /* position the top  edge of the element at the middle of the parent */
        left: 50%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, -35%);
        /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
        width: 90%;
    }
    .mspec th:nth-child(7),
    .mspec td:nth-child(7) {
        display: none;
    }

    .panel-heading h2 {
        font-size: 138%;
    }

    .pagination {
        margin: 0;
    }

    .faq {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .btns-nav .custom-btn-white {
        display: none;
    }
    .submenu ul {
        padding-left: 0;
    }
    .carousel-caption {
        font-size: 80%;
        padding-top: 0;
    }
    .slide-second ul li {
        margin-bottom: 0.7rem;
    }
    .slide-third-description {
        width: 30rem;
        position: absolute;
        right: -2rem;
        margin-top: 1.5rem
    }
    .nav.nav-tabs>li>a {
        margin-right: 0.2rem
    }
    #platforms-xstation img {
        height: 20rem;
        margin: 0 auto 5rem auto;
    }
    #platforms-xstation-mob img {
        margin: 0 auto 5rem auto;
    }
}

@media screen and (min-width: 992px) {
    .form button {
        position: absolute;
        left: -97%;
        bottom: 2rem;
        width: 94%
    }
    .modal-dialog {
        width: 80rem
    }
    .modal-body {
        padding: 3rem;
    }

}

@media screen and (max-width: 991px) {
    .about-hp {
        margin: 10rem 0 3rem 0;
    }
    .reg-form {
        padding: 3rem;
    }
    .acc-type-select {
        position: absolute;
        transform: rotate(-0deg);
        left: 0;
        right: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        top: 1rem;
    }
    .acc-type-select button {
        width: 49.7%
    }
    form {
        margin-top: 7rem
    }
    .submenu ul {
        right: 0;
    }
    .tabs-control img {
        display: block;
        margin: 0 auto;
    }
    .tabs-control li {
        text-align: center
    }
    .careers .first img {
        float: left;
        margin-top: 2.6rem;
        width: 7rem;
    }
    .right-content-faq ul {
        position: absolute;
        left: 15px;
        top: -11px;
        width: 96.7%;
    }
    .right-content-faq .accordion {
        margin-top: 5rem
    }
    .right-content-faq ul li {
        background-color: #f2f2f2;
        border: 1px solid #bdbaba;
        display: inline-block;
        min-width: 30%;
    }
    .right-content-faq ul li a {
        font-size: 120%
    }
    .right-content-faq ul li:hover,
    .right-content-faq ul li:focus,
    .right-content-faq ul li:active {
        border-right: 1px solid #bdbaba;
        border-bottom: 1px solid #ffffff;
    }
    .right-content-faq ul li a:hover,
    .right-content-faq ul li a:focus,
    .right-content-faq ul li a:active {
        color: #333;
    }
    .right-content-faq ul li.active {
        background-color: #ffffff;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #bdbaba;
    }

    .banner h1 {
        font-size: 300%;
    }

    #page-selection {
        margin-bottom: 20px;
    }
    .risk-disclaimer{
        font-size: 14px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 894px) {
    .btns-nav {
        display: none;
    }
    .carousel-caption {
        top: 0;
    }
    .slide-first .btn {
        margin-left: 42%
    }
    .slide-third h3 {
        text-align: right;
    }

    .slide-third p {
        text-align: right;
    }
    .slide-third-description {
        width: 30rem;
        position: absolute;
        right: -6rem;
        margin-top: 0
    }
    .slide-third-description ul li {
        margin-bottom: 0.5rem
    }
    .slide-third-description .btn {
        position: absolute;
        left: 40%;
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        margin-top: 2rem
    }



}

@media screen and (max-width: 993px) {
    .footer_row_2:after {
        clear: both;
    }
}


@media screen and (max-width: 767px) {

    .mobile_lang_switcher {
        display: flex;
    }

    h1, .h1 {
        font-size: 25px;
    }

    h2, .h2 {
        font-size: 21px;
    }

    .menu-main {
        border-bottom: 1px solid #E0E0E0;
    }


    .big-top-nav ul {
        background: #171d1f;
    }

    .submenu {
        display: block;
        position: relative;
        height: unset;
    }

    .big-top-nav ul {
        height: auto;
        display: block;
        margin-right: 0rem;
    }

    .big-top-nav > .nav.navbar-nav > li.dd {
        display: block;
    }

    .submenu ul {
        position: unset;
    }

    .big-top-nav .dd .submenu ul li {
        height: unset;
        display: block;
    }

    .big-top-nav .nav.navbar-nav li.dd > a {
        background: #171d1f;
        color: #fff;
    }

    .big-top-nav .dd .submenu ul li a {
        line-height: 2;
    }

    .big-top-nav .dd .submenu ul li:last-child {
        margin-bottom: 10px;
    }

    .navbar-collapse.collapse{
        transition: height 0.2s ;
    }
    .navbar-collapse.collapsing {
        height: 0 !important;
    }
    .navbar-collapse.collapse.in{
        max-height: none;
        height: 80vh;
    }

    /* ГЛАВНАЯ */

    .nav-row, .main-nav {
        height: 6rem;
    }

    .slideshow {
        padding-top: 6rem;
    }

    .big-top-nav {
        height: initial;
        line-height: initial;
    }

    .nav-links {
        display: none;
    }

    .main-nav .nav-icon-hamburger {
        font-size: 35px;
    }

    .logo {
        height: 6rem;
        padding: 1.5rem;
    }

    .logo img {
        height: 35px;
    }


    .carousel-inner {
        min-height: 290px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        min-height: 290px;
        object-fit: cover;
    }

    .carousel-caption h3 {
        font-size: 160%;
    }

    .carousel-caption p {
        font-size: 160%;
    }

    .slide-first .btn {
        margin-left: auto;
    }

    .slide-fifth-description {
        width: 37rem;
    }

    .slide-third-description ul li {
        margin-top: 0.5rem;
    }


    .why-ftm {
        margin: 0;
    }

    .about-hp p {
        margin: 0px 20%;
    }

    .acc-type-select button {
        width: 49%;
    }

    .panel-metatd {
        text-align: center;
    }

    /* /market-analysis/technical-analysis/ */

    .online-academy {
        padding-top: 7rem;
    }

    .lesson.panel img {
        width: 100% !important;
        height: 100% !important;
    }

    .content {
        padding-top: 0rem;
    }

    .banner {
        padding-top: 0rem;
        min-height: 295px;
    }

    .banner > img {
        min-height: 295px;
        object-fit: cover;
    }

    .banner h1 {
        font-size: 200%;
        top: 24%;
    }

    .banner p {
        top: 57%;
        font-size: 89%;
    }

    .widget .analysis-item .media .media-left {
        display: inline;
    }

    .conditions .tabs-control li {
        display: inline-table;
        width: 145px;
        height: 115px;
    }

    .conditions .tabs-control .nav-justified {
        text-align: center;
    }

    .platforms .tabs-control .nav-justified {
        text-align: center;
    }

    .platforms .tabs-control li {
        display: inline-table;
        margin-right: 10px;
    }

    .modal-dialog {
        margin-left: 10px;
        margin-right: 50px;
        margin-top: 30px;
    }

    table {
        table-layout: fixed;
        word-wrap: break-word;
    }

    table th, table td {
        overflow: hidden;
    }

    .ftm-none {
        width: 10%;
    }

    .ftm-basic, .ftm-pro, .ftm-standard {
        width: 7%;
    }

    .table thead tr th {
        vertical-align: middle;
    }

    .conditions .table h2 {
        font-size: 100%;
        font-weight: normal;
    }

    .conditions .table p {
        font-size: 14px;
    }

    #conditions-acc-types tbody {
        font-size: 75%;
    }

    #conditions-acc-types table td:first-child {
        font-size: 72%;
    }

    #conditions-acc-types .custom-btn-green {
        display: block;
        font-size: 60%;
        height: 100%;
        padding: 5px 3px 5px;
    }

    #instruments-table thead:first-child > tr:first-child > th {
        font-size: 65%;
    }

    #instruments-table th:first-child {
        width: 10%;
    }

    #instruments-table > thead:nth-child(1) > tr:nth-child(2) {
        font-size: 60%;
    }

    #instruments-table .input-group {
        display: none;
    }

    .banner h1 img {
        display: none;
    }

    .contact-us {
        padding-top: 6rem;
    }

    .map .ya-map {
        width: 100%;
        height: 100%;
    }

    .spreads-container h1 {
        margin: 0;
        font-size: 158%;
    }

    .table-button-politika {
        width: 125px;
        text-align: center;
    }

}



@media screen and (max-width: 600px) {
    /*
    Адаптивные таблицы для мобильных устройств
    TODO: для таблиц добивить data-label="Заголовок" или харкодить перед таблицей подстановки как сейчас
    */
    .spreads-container table, #calendar table {
        border: 0;
    }

    .spreads-container table thead, #calendar table thead {
        display: none;
    }

    .spreads-container table tr, #calendar table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .spreads-container table td, #calendar table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }

    .spreads-container table td:last-child, #calendar table td:last-child {
        border-bottom: 0;
    }

    .spreads-container table td:before, #calendar table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 76%;
        width: 30%;
        text-align: left;
    }

    .spreads-container .table td, #calendar .table td {
        text-align: right;
    }

    #calendar td img {
        left: 95%;
    }

    #calendar .e_impact p {
         text-align: unset;
         background-color: unset !important;
         padding: unset;
    }

    #calendar .e_impact.high p {
        color: #ed1c29;
    }

    #calendar .e_impact.medium p {
        color: #fda34b;
    }

    #calendar .e_impact.low p {
        color: #96dc52;
    }
}

@media screen and (max-width: 480px) {

    #conditions-acc-types .custom-btn-green {
        letter-spacing: -1px;
    }

    .slide-fifth-description {
        width: 22rem;
    }

    .slide-fifth-description {
        margin-top: -1.7rem;
    }

    .slide-fifth-description .btn {
        margin-top: 0.2rem;
    }

    .slide-third-description .btn {
        margin-top: 1rem;
    }

    .slide-second .btn {
        margin-top: -0.2rem;
    }

    .slide-first {
        font-size: 70%;
    }

    .why-ftm p {
        margin: 1rem;
    }

    .about-hp p {
        margin: 0px 10%;
    }

    .banner h1 {
        font-size: 110%;
        top: 24%;
    }

    .banner p {
        top: 55%;
        font-size: 65%;
    }

    /*.footer-menu .footer-payment-menu img {
        display: none;
    }*/

    .footer-menu .footer-payment-menu .payments-mobile{
        justify-content: center;
        flex-direction: column;
    }

    .conditions .tabs-control li {
        display: inline;
    }

    .content .tabs-control span {
        display: none;
    }


    .ball {
        height: 100px;
        width: 100px;
    }

    .ball .shadow {
        left: -50px;
        top: -50px;
    }

    #loyalty-slider .item .stage img.img-up, #loyalty-slider .item .stage img.img-down {
        top: 26%;
        height: 45px;
        left: 26%;
    }

    #loyalty-slider .item .stage .img-up + h5 {
        top: 58%;
        left: 24%;
    }

    #loyalty-slider .item .stage .img-down + h5 {
        top: 62%;
        left: 24%;
    }

    .gifts-main-slider .modal-body img {
        height: 100%;
        width: 100%;
    }
}

.an_title {
    font-family: inherit;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.index_news {
    font-size: 20px;
}

.index_news_red {
    font-size: 18px;
    color: red;
}

@media (min-width: 768px) {
.btn_mini {
 display: none;
}
}

@media (max-width: 767px) {
.btn_mini {
    margin-bottom: -8px;
}
}

/***Убрать тизер на 767px***/
@media (max-width: 767px) {
.none_teaser {
    display: none;
}
}

/*********Вебинары*********/

.w_center {
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: #f2f2f2;
    text-align: center;
}

.w_info_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.w_info_text {
    margin-top: -8px;
}

.w_info_footer {
    padding: 10px;
}

.w_body_title {
    font-size: 12px;
    font-weight: bold;
}
.w_pad {
    padding-top: 40px;
    padding-bottom: 30px;
}

.w_old {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}

.w_link {
    padding: 40px 10px;
    text-align: center;
    font-size: 14px;
}

.w_link a {
    text-decoration: underline;
    color: #636363;
    font-weight: bold;
}

@media (max-width: 767px) {
.w_margin {
    padding-top: 60px;
}
}
.up_title {
    padding-bottom: 10px;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.up_ball {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
}

.up_ball li {
    position: relative;
    font-size: 24px;
    width: 500px;
    margin-left: -240px;
    line-height: 50px;
}
.up_ball li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #EC351D;
    position: absolute;
    top: 18px;
    left: -30px;
}

.up_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -380px;
    margin-top: 20px;
}

.btn_k { 
    display: inline-block;
    border-radius: 9px;
    color: #fff;
    width: 180px;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}

.btn_k_red {
    background-color: #fb0720;
    border: 1px solid #fb0720;
}

.btn_k_red:hover {
    background-color: #fff;
}

.btn_k_blue {
    background-color: #2576ff;
    border: 1px solid #2576ff;
}
.btn_k_blue:hover {
    background-color: #fff;
    color: #2576ff;
}

@media (max-width: 1699px) {
.up_title {
    margin-top: -40px;
}
}

@media (max-width: 1499px) {
.up_ball li {
    line-height: 40px;
}
.up_ball li:before {
    top: 12px;
}
}

@media (max-width: 1299px) {
.up_ball li {
    line-height: 30px;
    margin-left: -31%;
}
.up_ball li:before {
    top: 10px;
}
}

@media (max-width: 1299px) {
.up_title {
    white-space: nowrap;
}
}

@media (max-width: 1099px) {
.up_title {
    padding-bottom: 10px;
    font-size: 24px;
    margin-top: -30px;
}

.up_ball li {
    font-size: 20px;
    line-height: 25px;
    margin-left: -20%;
}
.up_ball li:before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
}

.up_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -35%;
    margin-top: 20px;
}

.btn_k { 
    display: inline-block;
    border-radius: 9px;
    color: #fff;
    width: 180px;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}
}
@media (max-width: 895px) {
.up_title {
    padding-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
}

.up_ball li {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0%;
}
.up_ball li:before {
    top: 0px;
}

.up_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30%;
    margin-top: 10px;
}

.btn_k { 
    display: inline-block;
    border-radius: 9px;
    color: #fff;
    width: 150px;
    padding: 10px 0px;
    font-size: 16px;
    margin: 10px;
}
}
@media (max-width: 768px) {
.up_title {
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: 30px;
}

.up_ball li {
    font-size: 12px;
    line-height: 15px;
    margin-left: 35%;
}
.up_ball li:before {
    width: 8px;
    height: 8px;
    top: 3px;
}

.up_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20%;
    margin-top: 10px;
}

.btn_k { 
    display: inline-block;
    border-radius: 9px;
    color: #fff;
    width: 120px;
    padding: 5px 0px;
    font-size: 12px;
    margin: 10px;
}
}

@media (max-width: 569px) {
.up_title {
    white-space: normal;
    text-align: left;
}
.up_ball li {
    font-size: 12px;
    line-height: 15px;
    margin-left: 200px;
}
}

.btn_usl {
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 10px;
    color: #fff;
    background-color: #39b88c;
    border-radius: 5px;
    padding: 5px 15px;
    float: right;
    border: 2px solid #39b88c;
}

.btn_usl:hover, .btn_usl:active, .btn_usl:focus {
    background-color: #fff;
    color: #39b88c;
}

.loayl_title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    top: 30%;
}

.loayl_title p {
    width: 90%;
    top: 55%;
}

.loyal_btn {
    display: block;
    width: 160px;
    padding: 15px 0px;
    background-color: #39b88c;
    border-radius: 10px; 
    margin-top: 130px;
    position: absolute;
    margin-left: -80px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    left: 50%;
    border: solid 1px #39b88c;
    text-transform: uppercase;
}

.loyal_btn:hover {
    text-decoration: none;
    color: #39b88c;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 184, 140, .6)
}

@media screen and (max-width: 1366px) {
.loayl_title p {
    top: 58%;
    font-size: 13px;
}
.loyal_btn {
    margin-top: 110px;
}
}

@media screen and (max-width: 1156px) {
.loayl_title p {
    width: 90%;
    top: 57%;
}
.loyal_btn {
    margin-top: 115px;
    padding: 10px 0px;
}
}

@media screen and (max-width: 1050px) {
.loyal_btn {
    display: none;
}
}

@media screen and (max-width: 979px) {
.loayl_title p {
    font-size: 12px;
    top: 60%;
}
}

@media screen and (max-width: 767px) {
.loayl_title h1 {
    font-size: 19px;
    top: 23%;
}

.loayl_title p {
    width: 96%;
    top: 57%;
    font-size: 10px;
}
}

@media screen and (max-width: 450px) {
.loayl_title p {
    font-size: 9px;
    top: 55%;
}
.loayl_title h1 {
    font-size: 15px;
    top: 20%;
}
}

.loyal_title_text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 10px;
}

.loyal_container {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.loyal_block {
    display: flex;
    flex-direction: column;
    width: 180px;
    align-items: center;
    justify-content: center;
}

.loyal_block img {
    width: 149px;
    height: auto;
}

.loyal_block p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.loyal_line {
    margin-top: -20px;
}

@media screen and (max-width: 899px) {
.loyal_container {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loyal_line {
    display: none;
    margin-top: 0px;
    transform: rotate(90deg);
    margin: 80px 0px;
}
}

.loyal_arrow {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 40px;
    cursor: pointer;
}

.loyal_arrow img {
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.loyal_foot {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px;
    margin-top: 60px;
}

.loyal_center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    margin: 40px 10px;
}

.loyal_foot_btn {
    display: block;
    width: 160px;
    padding: 15px 0px;
    background-color: #fb0720;
    border-radius: 10px; 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #fb0720;
    text-transform: uppercase;
    text-align: center;
}

.loyal_foot_btn:hover {
    text-decoration: none;
    color: #fb0720;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 184, 140, .6)
}

#loyal_more_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#loyal_more_info ol {
    width: 1000px;
    counter-reset: list1;
    font-size: 16px;
    padding-right: 35px;
}

.loyal_text_info {
    background-color: #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}

#loyal_more_info li {
    list-style-type: none;
    padding: 5px;
}

#loyal_more_info ol li:before {
    counter-increment: list1; /* Увеличиваем значение счетчика */
    content: counter(list1) ". ";
}

#loyal_more_info ol ol { counter-reset: list2; margin-left: -45px; }

#loyal_more_info ol ol li:before {
    counter-increment: list2; /* Увеличиваем значение счетчика вложенного списка */
    content: counter(list1) "." counter(list2) ". "; /* Выводим число */
}

#loyal_more_info p {
    padding-top: 10px;
    padding-bottom: 5px;
}

#loyal_more_info table {
    width: 100%;
    text-align: center;
}

#loyal_more_info th {
    background-color: #bfe1d5;
    text-align: center;
}

#loyal_more_info td, #loyal_more_info th {
    border: solid 1px black;
    padding: 5px;
}

@media screen and (max-width: 999px) {
#loyal_more_info ol {
    width: 100%;
    font-size: 14px;
    padding-right: 0px;
}
#loyal_more_info ol ol {
    margin-left: -20px;
    padding: 0px 0px 0px 15px;
}

.loyal_text_info {
    padding: 15px;
}

.loyal_smal {
    padding-right: 30px !important;
}
}

.loyal_slider_title {
    font-size: 35px !important;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.loyal_slide_hand {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.loyal_slide_hand p {
    font-size: 40px;
    font-weight: bold;
    padding-right: 20px;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
.loyal_slide_hand {
    margin-bottom: 0px;
}
}

@media (max-width: 499px) {
.loyal_slide_hand p {
    font-size: 28px;
}
}

.loyal_slide_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}

.loyal_slide_img img {
    margin-top: -20px;
}

.loyal_slide_btn_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.loyal_slide_btn_block a {
    display: block;
    width: 200px;
    padding: 15px 0px;
    border-radius: 10px; 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 25px;
}

.loyal_slide_btn_block a:hover {
    text-decoration: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(57, 184, 140, .6);
}

.loyal_slide_red {
    background-color: #fb0720;
    border: solid 1px #fb0720;
}

.loyal_slide_red:hover {
    color: #fb0720;
    background-color: #fff;
}

.loyal_slide_green {
    background-color: #39b88c;
    border: solid 1px #39b88c;
}

.loyal_slide_green:hover {
    color: #39b88c;
    background-color: #fff;
}

@media screen and (max-width: 1599px) {
.loyal_slider_title {
    white-space: normal;
}

.loyal_slide_img {
    margin-left: 9%;
}
}

@media screen and (max-width: 1344px) {
.loyal_slide_img {
    margin-top: -60px;
}
.loyal_slide_btn_block {
    padding-top: 10px;
}
}

@media screen and (max-width: 999px) {
.loyal_slider_title {
    font-size: 25px !important;
}
.loyal_slide_img {
    margin-top: -40px;
}
}

@media screen and (max-width: 895px) {
.loyal_slider_title {
    font-size: 23px !important;
}
.loyal_slide_img {
    margin-top: 20px;
}
}

@media screen and (max-width: 767px) {
.loyal_slider_title {
    font-size: 20px !important;
}
.loyal_slide_img {
    margin-top: 40px;
}
.loyal_slide_img {
    margin-left: 0%;
}
.loyal_slide_img img {
    width: 80px;
    height: auto;
}
}

@media screen and (max-width: 482px) {
.loyal_slider_title {
    font-size: 18px !important;
}
.loyal_slide_btn_block a {
    width: 120px;
    padding: 10px 0px;
    border-radius: 10px; 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 15px;
}
.loyal_slide_img img {
    width: 60px;
    height: auto;
}
}


/*****************************Обучение*********************************/
.none_block {
    padding-top: 8rem;
    display: block;
}
@media screen and (max-width: 767px) {
.none_block {
    padding-top: 4rem;
}
}

.edu_back {
    background-image: url(/wp-content/themes/ftmby/img/edu/edu_bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%; 
}

.edu_block_title {
    display: flex;
    flex-direction: row;
    padding-top: 120px;
}

.edu_block_title_left, .edu_block_title_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.edu_block_title_left {
    margin-left: 9%;
}
.edu_block_title_right {
    margin-right: 10%;
    margin-top: -20px;
}

.edu_form {
    width: 700px;
    padding: 15px;
}

.edu_block_title_left p {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.edu_text_title {
    font-weight: bold;
    color: #fb0720;
    margin-bottom: -5px;
}

.edu_right_title {
    width: 500px;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 1599px) {
.edu_block_title_left {
    margin-left: 5%;
}
.edu_block_title_right {
    margin-right: 0%;
}
.edu_form {
    width: 80%;
}
.edu_right_title {
    width: 70%;
}
}

@media screen and (max-width: 999px) {
.edu_back {
    height: 1000px;
}

.edu_block_title {
    flex-direction: column;
    padding-top: 50px;
    align-items: center;
}

.edu_block_title_left, .edu_block_title_right {
    width: 100%;
}

.edu_block_title_left {
    margin-left: 0%;
}

.edu_block_title_right {
    margin-top: 10px;
}
}

@media screen and (max-width: 999px) {
.edu_back {
    height: 100%;
    padding-bottom: 20px;
}
}

.edu_info {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 20px;
}

.edu_info_1 {
    margin-top: 35px;
}

.edu_info img {
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.edu_foot {
    padding: 50px 20%;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.edu_foot span {
    color: #fb0720;
}

.edu_info_block {
    margin: 0px 10%;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
}

.edu_info_block p {
    font-size: 18px;
}

.edu_info_title {
    font-weight: bold;
}

.edu_info_text {
    padding-bottom: 25px;
    margin-top: -10px;
}

.edu_info_title_2 {
    font-weight: bold;
    padding-bottom: 20px;
}

.edu_info_block span {
    text-transform: uppercase;
    color: #fb0720;
    font-weight: bold;
}

@media screen and (max-width: 1499px) {
.edu_foot {
    padding: 50px 10%;
}
.edu_info_block {
    margin: 0px 5%;
    padding: 40px 20px;
}
}

/******************Карта доходности*********************/

.vol_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.vol_block {
    display: block;
    width: 900px;
}

@media screen and (max-width: 899px) {
.vol_block {
    width: 80%;
}    
}

@media screen and (max-width: 899px) {
.vol_block {
    width: 90%;
}    
}

@media (max-width: 599px) {
.vol_block {
    width: 96%;
} 
}

@media (max-width: 439px) {
.vol_block {
    width: 100%;
}    
}


.vol_text {
    display: block;
    width: 1000px;
    margin-left: calc(50% - 500px);
    padding: 20px 0px;
}

.vol_text b {
    display: block;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media (max-width: 999px) {
.vol_text {
    width: 100%;
    margin-left: 0px;
    padding: 20px 15px;
}
}

.vol_bg {
    background-color: #f2f2f2;
    margin: 40px -15px;
}

.vol_bold {
    font-size: 22px!important;
}

/**********
******** Посадочная
************/

.ner_teaser {
    display: block;
    width: 100%;
    height: 800px;
    background-image: url(/wp-content/themes/ftmby/img/ner/teaser_ner.jpg);
    background-repeat: no-repeat;
    background-position: 50.5% 50%;
    background-size: cover;
}

@media screen and (max-width: 899px) {
.ner_teaser {
    height: 600px;
}
}

@media screen and (max-width: 650px) {
.ner_teaser {
    height: 300px;
}
}

.ner_title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ner_container {
    display: flex;
    width: 100%;
    max-width: 2056px;
}

@media screen and (min-width: 2056px) {
.ner_container {
    margin-left: calc(50% - 1028px);
}
}

.ner_container__left, .ner_container__right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.ner_container__right {
    justify-content: flex-start;
    align-items: center;
}

.ner_block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ner_block img {
    width: 80px;
    height: auto;
    margin: 10px 20px;
}

.ner_block__text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
    font-size: 14px;
}

.ner_block__text h2 {
    font-size: 20px;
    font-weight: bold;
}

.ner_block__text p {
    margin-bottom: 5px;
}

.ner_form {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    margin-top: -8px;
}

.ner_form .ftm_form-control {
    width: 540px!important;
    height: 58px;
    background-color: #e1e1e1!important;
    border: 1px solid #e1e1e1!important;
    margin-left: calc(50% - 268px);
    font-size: 18px!important;
}

.ner_form .ftm_button_reg {
    width: 325px!important;
    border-bottom-width: 0!important;
    padding: 17px 10px!important;
    margin-left: calc(50% - 160.5px);
    background-color: #fb0720!important;
    border: 1px solid #fb0720!important;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.ner_form .ftm_alert {
    font-size: 14px;
    text-align: left;
    line-height: normal;
    padding-bottom: 30px;
}

.ner_form .ftm_span_checkbox_text {
    font-size: 14px;
    line-height: normal;
    text-align: left;
    font-weight: 400;
}

.ner_form .ftm_links {
    padding-top: 30px;
}

.ner_form .ftm_links li a {
    font-size: 14px;
}

@media screen and (min-width: 1650px) {
.ner_form {
    display: flex;
    width: 840px;
    padding: 0px 15px;
}
}

@media screen and (max-width: 1199px) {
.ner_form .ftm_form-control {
    width: 460px!important;
    height: 58px;
    margin-left: calc(50% - 228px);
}
}

@media screen and (max-width: 999px) {
.ner_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ner_container__right {
    margin-top: -40px;
}
.ner_container__left, .ner_container__right {
    width: 100%;
    padding: 0px 20px;
}
}

@media screen and (max-width: 549px) {
.ner_form .ftm_form-control {
    width: 340px!important;
    height: 55px;
    font-size: 14px;
    margin-left: calc(50% - 168px);
}
.ner_form .ftm_button_reg {
    width: 280px!important;
    margin-left: calc(50% - 140px);
}
}

@media screen and (max-width: 420px) {
.ner_form .ftm_form-control {
    width: 250px!important;
    height: 55px;
    font-size: 14px;
    margin-left: calc(50% - 125px);
}
.ner_form .ftm_button_reg {
    width: 250px!important;
    margin-left: calc(50% - 125px);
}
}

.ner_video {
    display: flex;
    width: 100%;
    height: 540px;
    flex-direction: column;
    align-items: center;
    background-image: url(/wp-content/themes/ftmby/img/ner/bg_ner.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.ner_uslov {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

@media screen and (min-width: 2056px) {
.ner_video, .ner_uslov {
    width: 2056px;
    margin-left: calc(50% - 1028px);
}
}

.ner_video h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 40px 20px;
}

.ner_video__item {
    width: 700px;
    height: 394px;
}

@media screen and (max-width: 719px) {
.ner_video__item {
    width: 400px;
    height: 225px;
}
.ner_video {
    height: 400px;
}
}

@media screen and (max-width: 419px) {
.ner_video__item {
    width: 280px;
    height: 158px;
}
.ner_video {
    height: 350px;
}
.ner_block img {
    margin: 10px;
}
}

.ner_uslov h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fb0720;
    font-weight: bold;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.ner_uslov h3 img {
    margin-left: 10px;
}

#uslov_info {
    display: flex;
    width: 950px;
}

.ner_info {
    width: 100%;
}

.ner_info td, .ner_info th {
    border: 5px solid #fff;
    text-align: center;
    width: 230px;
    height: 75px;
    font-size: 14px;
    font-weight: bold;
}

.ner_info td {
    background-color: #e1e1e1;
    padding: 10px;
}

.ner_info th {
    color: #fff;
    background-color: #fb0720;
    text-transform: uppercase;
    padding: 5px;
}

@media screen and (max-width: 699px) {
.ner_uslov h3 img {
    width: 30px;
    margin-top: -5px;
}
}

@media screen and (max-width: 960px) {
#uslov_info {
    width: 98%;
}
.ner_info td, .ner_info th {
    width: 20%;
}
}

@media screen and (max-width: 399px) {
.ner_info td, .ner_info th {
    font-size: 12px;
}
}

.ner_uslov h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ner_phone input[type=tel] {
    width: 540px;
    height: 60px;
    background-color: #e1e1e1;
    border-radius: 4px;
    padding: 0px 20px;
    font-size: 18px;
    border-width: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #e1e1e1!important;
    margin-top: 10px;
}

.ner_phone input[type=tel]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.ner_phone input[type=submit] {
    width: 325px;
    margin-left: calc(50% - 162.5px);
    height: 65px;
    background-color: #fb0720;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 50px;
    transition: 0.1s background-color ease-in-out;
    cursor: pointer;
}

.ner_phone input[type=submit]:hover, .ner_phone input[type=submit]:active, .ner_phone input[type=submit]:focus {
    background-color: #f14e5f;
}

.ner_text {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.ner_warning {
    font-size: 14px;
    color: #8b8989;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


@media screen and (max-width: 549px) {
.ner_phone input[type=tel] {
    width: 340px;
}
}

@media screen and (max-width: 359px) {
.ner_phone input[type=tel] {
    width: 280px;
}
.ner_phone input[type=button] {
    width: 280px;
    margin-left: 0px;
}
}

.ner_ok {
    display: none;
    width: 100%;
    text-align: center;
    color: #7cc22b;
    font-size: 16px;
    margin-bottom: -22px;
}

/**********
**********  Couch Page
**********/
@font-face {
    font-family: Paddis Handwritten; 
    src: url(/wp-content/themes/ftmby/fonts/Paddis_Handwritten.ttf); 
}

.none_coach {
    padding-top: 10rem;
    display: block;
}
@media screen and (max-width: 767px) {
.none_coach {
    padding-top: 6rem;
}
}

.coach-teaser {
    display: flex;
    width: 100%;
    height: 800px;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(/wp-content/themes/ftmby/img/coaching/teaser_coaching.jpg);
}

.coach-teaser__text {
    width: 500px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-left: calc(50% - 50px);
    padding-top: 200px;
}

.coach-teaser__text span {
    display: flex;
    width: 100%;
    font-size: 27px;
}

.coach-teaser__text h1 {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.coach-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.coach-block {
    display: flex;
    max-width: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 18px;
}

.coach-block span {
    display: flex;
    position: absolute;
    width: auto;
    font-size: 60px;
    font-weight: normal;
    font-family: 'Paddis Handwritten';
    line-height: normal;
}

.coach-block_bg1 {
    position: relative;
    margin-top: 30px; 
    background-position: 0% 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_1.png);
    background-size: 520px 260px;
    min-height: 260px;
    padding-left: 400px;
    padding-top: 95px;
    padding-bottom: 125px;
}

.coach-block_bg1 span {
    left: 80px;
    bottom: 115px;
}

.coach-block_bg2 {
    position: relative;
    margin-top: -45px; 
    background-position: 100% 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_2.png);
    background-size: 540px auto;
    min-height: 260px;
    padding-right: 340px;
    padding-left: 80px;
    padding-top: 95px;
    padding-bottom: 115px;
}

.coach-block_bg2 span {
    right: 125px;
    bottom: 130px;
}

.coach-block_bg3 {
    position: relative;
    margin-top: -20px; 
    background-position: 0% 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_3.png);
    background-size: 500px auto;
    min-height: 265px;
    padding-left: 350px;
    padding-bottom: 82px;
    padding-top: 40px;
    padding-right: 20px;
}

.coach-block_bg3 span {
    line-height: 45px;
    text-align: center;
    left: 60px;
    bottom: 120px;
}

.coach-block_bg4 {
    position: relative;
    margin-top: -40px; 
    background-position: 103% 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_4.png);
    background-size: 383px auto;
    min-height: 260px;
    padding-right: 330px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 25px;
}

.coach-block_bg4 span {
    right: 34px;
    bottom: 255px;
    letter-spacing: -2px;
    font-size: 56px;
}

.coach-block_bg5 {
    position: relative;
    margin-top: -30px; 
    background-position: 40px 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_5.png);
    background-size: 500px auto;
    min-height: 260px;
    padding-left: 440px;
    padding-top: 80px;
    padding-bottom: 125px;
}

.coach-block_bg5 span {
    line-height: 40px;
    text-align: center;
    left: 115px;
    bottom: 100px;
}

.coach-block_bg6 {
    position: relative;
    margin-top: -105px; 
    background-position: calc(100% - 42px) 100%;
    background-image: url(/wp-content/themes/ftmby/img/coaching/bg_6.png);
    background-size: 550px auto;
    min-height: 260px;
    padding-right: 455px;
    padding-left: 125px;
    padding-top: 125px;
    padding-bottom: 80px;
}

.coach-block_bg6 span {
    line-height: 40px;
    text-align: center;
    right: 125px;
    bottom: 110px;
}

@media screen and (max-width: 919px) {
.coach-teaser {
    height: 500px;
}
.coach-teaser__text {
    width: auto;
    padding-top: 90px;
}
.coach-teaser__text span {
    font-size: 18px;
}
.coach-teaser__text h1 {
    font-size: 30px;
}
.coach-block_bg1 {
    padding-left: 360px;
    padding-top: 75px;
    padding-right: 10px;
}
.coach-block_bg6 {
    margin-top: -80px;
}
}

@media screen and (max-width: 749px) {
.coach-block_bg6 {
    margin-top: -30px;
    padding-right: 400px;
    padding-left: 60px;
    padding-top: 125px;
    padding-bottom: 80px;
}
}

@media screen and (max-width: 599px) {
.coach-block {
    font-size: 16px;
}
.coach-block span {
    font-size: 30px;
}
.coach-teaser {
    height: 300px;
}
.coach-teaser__text {
    padding-top: 40px;
    margin-left: calc(50% - 36px);
}
.coach-teaser__text span {
    width: 200px;
    font-size: 16px;
}
.coach-teaser__text h1 {
    font-size: 18px;
}
.coach-block_bg1 {
    margin-top: 0px;
    background-size: 250px auto;
    padding-left: 180px;
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 100px;
}
.coach-block_bg1 span {
    left: 38px;
    bottom: 52px;
}
.coach-block_bg2 {
    margin-top: -45px; 
    background-position: 100% 100%;
    background-size: 250px auto;
    min-height: 100px;
    padding-right: 165px;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
}

.coach-block_bg2 span {
    right: 55px;
    bottom: 60px;
}

.coach-block_bg3 {
    margin-top: -20px; 
    background-position: 0% 100%;
    background-size: 230px auto;
    min-height: 100px;
    padding-left: 160px;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 20px;
}

.coach-block_bg3 span {
    line-height: 22px;
    text-align: center;
    left: 22px;
    bottom: 53px;
}
.coach-block_bg4 {
    margin-top: -30px; 
    background-position: 100% 100%;
    background-size: 170px auto;
    min-height: 260px;
    padding-right: 160px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 5px;
}

.coach-block_bg4 span {
    right: 25px;
    bottom: 112px;
    font-size: 28px;
}

.coach-block_bg5 {
    position: relative;
    margin-top: -50px; 
    background-position: 30px 100%;
    background-size: 210px auto;
    min-height: 150px;
    padding-left: 180px;
    padding-top: 65px;
    padding-bottom: 58px;
}

.coach-block_bg5 span {
    line-height: 20px;
    text-align: center;
    left: 57px;
    bottom: 39px;
}

.coach-block_bg6 {
    margin-top: -105px; 
    background-position: calc(100% - 60px) 100%;
    background-size: 240px auto;
    min-height: 200px;
    padding-right: 230px;
    padding-left: 100px;
    padding-top: 115px;
    padding-bottom: 20px;
}

.coach-block_bg6 span {
    line-height: 22px;
    text-align: center;
    right: 91px;
    bottom: 43px;
}
}

@media screen and (max-width: 499px) {
.coach-block_bg6 {
    background-position: calc(100% - 25px) 100%;
    background-size: 240px auto;
    min-height: 200px;
    padding-right: 230px;
    padding-left: 30px;
    padding-top: 115px;
    padding-bottom: 20px;
}
.coach-block_bg6 span {
    line-height: 22px;
    text-align: center;
    right: 57px;
    bottom: 43px;
}
}

.coach-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 69px;
    width: 270px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    background-color: #fb0720;
    border: 2px solid #fb0720;
    border-radius: 5px;
    transition: all 0.3s linear;
    margin-top: 80px;
    margin-bottom: 100px;
}

.coach-btn:hover, .coach-btn:focus, .coach-btn:active {
    color: #fb0720;
    text-decoration: none;
    background-color: #fff;
    box-shadow: red 0 0 15px 0px;
}

/*********
**********
Экономический календарь
**********
***********/

.title_day {
    width: 100%;
    text-align: center!important;
    background-color: #f2f2f2;
    font-size: 15px;
}

.calendar_center {
    text-align: center!important;
}

.colorInf {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    border-radius: 5px;
}

.calendar_text {
    font-size: 14px;
}

.calendar_text_en {
    font-size: 12px;
}

.calendar-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.calendar-header button {
    display: flex;
    padding: 10px 15px;
    border: none;
    box-shadow: inset #9e9e9e 0 0 0px 1px;
    background-color: #fff;
}

.calendar-header button:focus {
    outline-style: none!important;
}

.js_active {
    background-color: #f2f2f2!important;
    box-shadow: inset #9e9e9e 0 1px 10px 1px!important;
}

.calendar-header_left {
    border-radius: 5px 0px 0px 5px;
}

.calendar-header_right {
    border-radius: 0px 5px 5px 0px;
}

@media screen and (max-width: 767px) {
#calendar table {
     table-layout: auto; 
}
#calendar table td, #calendar th {
    font-size: 12px;
    padding: 2px!important;
}
.calendar_text_en {
    font-size: 10px;
}
.colorInf {
    padding: 10px 10px;
}
}

@media screen and (max-width: 600px) {
#calendar table td {
    display: table-cell!important;
    text-align: left!important; 
}
#calendar table tr {
    display: table-row!important;
    margin-bottom: 0px!important; 
    border-bottom: 0px solid #ddd!important;
}

#calendar td img {
    position: relative!important;
    display: flex;
    top: 0!important; 
    left: 0!important;
    transform: none!important; 
}
}

@media screen and (max-width: 430px) {
.colorInf {
    font-size: 10px;
    padding: 8px 2px;
}
#calendar td img {
    height: 20px;
}
}

.why-ftm__title {
    text-align: center;
    margin: 5rem 0;
    font-size: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
.why-ftm__title {
    font-size: 21px;
}
}

.training{
}


.training h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.training p{
    text-align: center;
}

.training .training-blocks{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}

.training .training-blocks .training-block{
    width: 220px;
    text-align: center;
    margin: 50px 10px
}

.training .training-blocks .training-block img{
    width: 150px;
    height: 150px;
}

.training .training-blocks .training-block h3{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}

.btn-training{
    padding: 8px 40px;
    font-weight: 200;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fb0720;
    transition-timing-function: ease-in;
    transition-duration: .2s;
}

.btn-training:hover{
    background: white;
    border: 1px solid #fb0720;
    text-decoration: none;
}


@media screen and (max-width: 990px) {
    .training .training-blocks .training-block{
        width: 170px;
    }

    .training .training-blocks .training-block img{
        width: 110px;
        height: 110px;
    }

    .training .training-blocks .training-block h3{
        margin: 0;
        font-size: 14px;
        padding: 14px 0;
    }

    .btn-training{
        padding: 4px 20px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}

@media screen and (max-width: 790px) {
    .training .training-blocks .training-block{
        width: 220px;
        margin: 40px 3%;
    }

    .training .training-blocks .training-block img{
        width: 150px;
        height: 150px;
    }

    .training .training-blocks .training-block h3{
        margin: 0;
        font-size: 18px;
        padding: 14px 0;
    }

    .btn-training{
        padding: 8px 40px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}

@media screen and (max-width: 554px){
    .training .training-blocks .training-block{
        width: 175px;
        margin: 40px 0;
    }

    .training .training-blocks .training-block img{
        width: 100px;
        height: 100px;
    }

    .training .training-blocks .training-block h3{
        margin: 0;
        font-size: 14px;
        padding: 10px 0;
    }

    .btn-training{
        padding: 4px 20px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}

@media screen and (max-width: 380px){
    .training .training-blocks{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 50px 0 0 0;
    }

    .training .training-blocks .training-block{
        width: 220px;
        text-align: center;
        margin: 50px 10px
    }

    .training .training-blocks .training-block img{
        width: 150px;
        height: 150px;
    }

    .training .training-blocks .training-block h3{
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 20px 0;
    }

    .btn-training{
        padding: 8px 40px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}


.intTraining{
}

.intTrainbanner {
    height: 500px;
    width: 100%;
    position: static;
    border-top-style: solid;
    background: transparent url("/wp-content/themes/ftmby/img/introduct-training/introduct-training.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.intTrainbanner h1{
    color: black;
    font-weight: 700;
}


.intTraining h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.intTraining p{
    text-align: center;
}

.intTraining .intTraining-blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}

.intTraining .intTraining-blocks .intTraining-block{
    width: 220px;
    text-align: center;
    margin: 50px 0
}

.intTraining .intTraining-blocks .intTraining-block img{
    width: 150px;
    height: 150px;
}

.intTraining .intTraining-blocks .intTraining-block h3{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}

.btn-training{
    padding: 8px 40px;
    font-weight: 200;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fb0720;
    transition-timing-function: ease-in;
    transition-duration: .2s;
}

.btn-training:hover{
    background: white;
    border: 1px solid #fb0720;
    text-decoration: none;
}


@media screen and (max-width: 1130px){

    .intTraining .intTraining-blocks{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 50px 0 0 0;
        padding: 0 5%;
    }

    .intTraining .intTraining-blocks .intTraining-block{
        width: 220px;
        text-align: center;
        margin: 50px 28px
    }
}

@media screen and (max-width: 990px) {
    .intTraining .intTraining-blocks .intTraining-block{
        width: 170px;
        margin: 50px 36px
    }

    .intTraining .intTraining-blocks .intTraining-block img{
        width: 110px;
        height: 110px;
    }

    .intTraining .intTraining-blocks .intTraining-block h3{
        margin: 0;
        font-size: 14px;
        padding: 14px 0;
    }

    .btn-training{
        padding: 4px 20px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}

@media screen and (max-width: 830px) {
    .intTraining .intTraining-blocks .intTraining-block{
        width: 220px;
        margin: 40px 3%;
    }

    .intTraining .intTraining-blocks .intTraining-block img{
        width: 150px;
        height: 150px;
    }

    .intTraining .intTraining-blocks .intTraining-block h3{
        margin: 0;
        font-size: 18px;
        padding: 14px 0;
    }

    .btn-training{
        padding: 8px 40px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
    .faq .nav h2{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px){
    .intTrainbanner {
        height: 300px;
        padding-top: 60px;
    }

    .intTraining h2{
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }
    .right-content-faq .nav span[class*="icon-wallet"] + span{
        line-height: 1.2;
        font-size: 14px;
    }
    .right-content-faq .nav span[class*="icon-wallet"]{
        font-size: 3rem;
    }
    .right-content-faq ul li a{
        padding: 10px 2px;
    }
}

@media screen and (max-width: 584px){
    .intTraining .intTraining-blocks{
        padding: 0;
    }

    .intTraining .intTraining-blocks .intTraining-block{
        width: 175px;
        margin: 40px 0;
    }

    .intTraining .intTraining-blocks .intTraining-block img{
        width: 100px;
        height: 100px;
    }

    .intTraining .intTraining-blocks .intTraining-block h3{
        margin: 0;
        font-size: 14px;
        padding: 10px 0;
    }

    .btn-training{
        padding: 4px 20px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
    .icon-wallet-plus{
        display: none;
    }
    .icon-wallet-plus:before, .icon-wallet-minus:before{
        display: none;
    }
    .right-content-faq, .right-content-faq>.col-xs-12{
        padding: 0;
    }
    .right-content-faq ul{
        left: 0px;
    }
    .right-content-faq ul li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq .nav h2{
        font-size: 16px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 380px){
    .intTraining .intTraining-blocks{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 50px 0 0 0;
    }

    .intTraining .intTraining-blocks .intTraining-block{
        width: 220px;
        text-align: center;
        margin: 50px 10px
    }

    .intTraining .intTraining-blocks .intTraining-block img{
        width: 150px;
        height: 150px;
    }

    .intTraining .intTraining-blocks .intTraining-block h3{
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 20px 0;
    }

    .btn-training{
        padding: 8px 40px;
        font-weight: 200;
        text-decoration: none;
        color: white;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #fb0720;
        transition-timing-function: ease-in;
        transition-duration: .2s;
    }
}

.beginTraining{
}

.title-banner {
    height: 500px;
    width: 100%;
    position: static;
    border-top-style: solid;
    background: transparent url("/wp-content/themes/ftmby/img//beginers-training/beginers-bg.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.title-banner h1{
    text-transform: uppercase;
    color: white;
    display: block;
    text-align: center;
    font-size: 48px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: static;
    width: 100%;
}

.title-banner p{
    max-width: 1100px;
    font-size: 18px;
    color: white;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    position: static;
}

.beginTraining h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: : 0;
    padding: 0;
}

.beginTraining .edu_foot{
    padding: 50px 10% 150px 10%
}

.beginTraining  .edu_back{
    height: auto;
    background-image: none;
}

.beginTraining .edu_block_title_left p img{
    width: 95%;
    height: auto;
}

.beginTraining .edu_block_title_left{
    width: 35%;
}
.beginTraining .edu_block_title_right{
    width: 60%;
}

@media screen and (max-width: 1000px) {
    .beginTraining .edu_block_title_left{
        width: 100%;
    }
    .beginTraining .edu_block_title_left p{
        padding-right: 20%;
    }
    .beginTraining .edu_block_title_right{
        width: 100%;
    }
}

@media screen and (max-width: 991px){
    .beginTraining form {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .title-banner {
        height: 400px;
        padding-top: 0;
    }

    .title-banner h1{
        font-size: 32px;
    }

    .title-banner p{
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .beginTraining h2{
        font-size: 24px;
    }

    .beginTraining .edu_form{
        padding: 0;
    }

    .beginTraining .edu_block_title_right .edu_right_title{
        font-size: 14px;
    }

    .beginTraining .edu_foot{
        font-size: 18px;
        padding: 50px 0 100px 0;
    }
}


.deepTrainP{
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 20px;
}

.btn-deepTrain{
    background-color: #39b88c;
}
.btn-deepTrain:hover{
    color: #39b88c;
    background-color: white;
    border: 1px solid #39b88c;
    text-decoration: none;
}

.intTraining .deepTrainH3{
    height: 20%;
}

.deepTrainBanner{
    background: transparent url("/wp-content/themes/ftmby/img/deep-training/deepTraining-bg.jpg") center no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

.deepTrainBanner h1{
    color: white;
    display: block;
    text-align: center;
    padding: 0;
    position: static;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    border: none;
}

.deepTrainForm{
    width: 100%;
    height: auto;
    padding: 120px 0;
}

.deepTrainForm .edu_block_title_right{
    margin: 0 auto;
    width: 70%;
}

@media screen and (max-width: 991px){
    .deepTrainForm form{
        margin-top: 0;
    }

    .deepTrainForm .edu_block_title_right{
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width: 768px){
    .deepTrainBanner {
        height: 300px;
        padding-top: 40px;
    }
}

.about-hp .about-hp__goodAdapt h2{
    margin: 20px 0px;
}

.about-hp .about-hp__goodAdapt p{
    line-height: 1.6;
    margin: 10px 3%;
}


@media screen and (max-width: 560px){
    .deepTrainForm .edu_form{
        width: 100%;
    }
    .deepTrainForm .edu_right_title{
        width: 100%;
        font-size: 14px;
    }
    .deepTrainForm .edu_form{
        padding: 0;
    }

    .about-hp .about-hp__goodAdapt h2{
        margin: 15px 0px;
    }

    .about-hp .about-hp__goodAdapt p{
        margin: 8px 0;
    }
}

.vebinar-big-video{
    width: 100%;
    max-width: 921px;
}
@media screen and (max-width: 992px){
    .vebinar-sm-video{
        margin: 15px 0;
    }
}
@media screen and (max-width: 768px){
    .vebinar-sm-video{
        padding: 10%;
    }
    .about-hp{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 420px){
    .vebinar-sm-video{
        padding: 0;
    }
}
.reg-icons{
    width: 100%;
    padding: 5px 0 20px 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.reg-icons a{
    margin: 0 5px;
}
.reg-icons .reg-icons_img{
    box-sizing: border-box;
    height: 50px;
}
.reg-icons .reg-icons_img:hover{
    cursor: pointer;
}

.economicCalendar-description{
    padding: 30px 10px;
    text-align: left;
}
.economicCalendar-description p{
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
}
.economicCalendar-description h2{
    margin: 25px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.economicCalendar-description h3{
    margin: 25px 10px 15px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.economicCalendar-description ul{
    margin: 15px 10px;
    font-size: 14px;
    text-align: left;
}
.economicCalendar-description li{
    margin: 10px 25px;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.economicCalendar-description li::before{
    content: '•';
    text-align: center;
    color: black;
    position: absolute;
    top: 0;
    left: -9px;
}


/* ТОРГОВЫЕ ИНСТРУМЕНТЫ */
.tradeInst-Container{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 100px 10px;
    color: #3a3a3a;
}
.tradeInst-Container h1{
    font-size: 30px;
    color: black;
}
.tradeInst-Container h2{
    font-size: 24px;
    margin: 40px 0;
    color: black;
}
.tradeInst-Container ul{
    font-size: 16px;
}
.tradeInst-Container p{
    font-size: 16px;
    margin: 20px 0;
}
.tradeInst-Container .popular-instruments{
    border: 5px solid #f4f4f4;
}
.tradeInst-Container .popular-instruments_title{
    margin-top: 50px;
    font-size: 16px;
    display: inline-block;
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    max-width: 24.99%;
}
.tradeInst-Container .popular-instruments-blocks{
    display: block;
    padding: 20px 0 20px 40px;
    margin-right: -3.3%;
    
}
.tradeInst-Container .popular-instruments-blocks_block{
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    margin: 30px 3.3% 30px 0;
    text-align: center;
    display: inline-block;
    width: 7.31%;
    max-width: 116px;
    max-height: 90px;
    text-decoration: none;
    color: #3a3a3a;
}
.tradeInst-Container .popular-instruments-blocks_block:hover{
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.35));
}
.tradeInst-Container .popular-instruments-blocks_block img{
    width: 100%;
    height: auto;
}


.tradeInst-Container .all-instruments{
    width: 100%;
    height: auto;
}
.tradeInst-Container .instrument{
    border: 5px solid #f4f4f4;
}
.tradeInst-Container .instrument-titles{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.tradeInst-Container .instrument-titles .instrument-title{
    font-size: 16px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 46px;
    max-width: 24.99%;
    background-color: white
}
.tradeInst-Container .instrument-titles .instrument-title:hover{
    cursor: pointer;
    filter: brightness(80%);
}
.tradeInst-Container .instrument-titles .instrument-title.selected{
    background-color: #f4f4f4;
}
.tradeInst-Container .instrument .instrument-blocks{
    display: block;
    padding: 20px 0 20px 40px;
    margin-right: -3.3%;
}
.tradeInst-Container .instrument .instrument-block{
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    margin: 30px 3.3% 30px 0;
    text-align: center;
    display: inline-block;
    width: 7.31%;
    max-width: 116px;
    max-height: 90px;
    text-decoration: none;
    color: #3a3a3a;
}

.tradeInst-Container .instrument .securities .instrument-block{
    width: 13%;
    max-width: 230px;
}

.tradeInst-Container .instrument .instrument-block:hover{
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.35));
}
.tradeInst-Container .instrument .instrument-block img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1430px){
    .tradeInst-Container .instrument .instrument-block{
        font-size: 18px;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        font-size: 18px;

    }
    .tradeInst-Container .popular-instruments-blocks{
        margin-right: -3.2%;
    }
    .tradeInst-Container .instrument .instrument-blocks{
        margin-right: -3.2%;
    }
    .tradeInst-Container .instrument .instrument-block{
        margin: 30px 3.2% 30px 0;
        width: 7.31%;;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        margin: 30px 3.2% 30px 0;
        width: 7.31%;;
    }
}

@media screen and (max-width: 1180px){
    .tradeInst-Container .popular-instruments-blocks{
        margin-right: -3.25%;
    }
    .tradeInst-Container .instrument .instrument-blocks{
        margin-right: -3.25%;
    }
    .tradeInst-Container .instrument .instrument-block{
        margin: 30px 3.25% 30px 0;
        width: 10.2%;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        margin: 30px 3.25% 30px 0;
        width: 10.2%;
    }
}

@media screen and (max-width: 860px){
	.tradeInst-Container .instrument-titles{
		justify-content: space-around;
		flex-wrap: wrap;
	}
    .tradeInst-Container .instrument-titles .instrument-title{
        font-size: 14px;
        padding: 5px;
        margin-top: 16px;
        min-width: 110px;
    }
    .tradeInst-Container .instrument-titles .instrument-title + .instrument-title{
    	margin-left: 10px;
    }
    .tradeInst-Container .popular-instruments_title{
        font-size: 14px;
    }
    .tradeInst-Container h1{
        font-size: 24px;
    }
    .tradeInst-Container p{
        margin: 12px 0;
    }
    .tradeInst-Container .popular-instruments{
        border: 3px solid #f4f4f4;
    }
    .tradeInst-Container .instrument{
        border: 3px solid #f4f4f4;
    }
    .tradeInst-Container .popular-instruments-blocks{
        padding: 20px 0 20px 30px;
        margin-right: -4.15%;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        margin: 30px 4.15% 30px 0;
        width: 14.2%;
    }
    .tradeInst-Container .instrument .instrument-blocks{
        padding: 20px 0 20px 30px;
        margin-right: -4.15%;
    }
    .tradeInst-Container .instrument .instrument-block {
        margin: 30px 4.15% 30px 0;
        width: 14.2%;
    }
    .tradeInst-Container .popular-instruments_title{
        max-width: 38%;
    }
}
@media screen and (max-width: 620px){
    .tradeInst-Container .popular-instruments-blocks{
        padding: 20px 0 20px 16%;
        margin-right: 5.4%;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        margin: 30px 5.4% 30px 0;
        width: 25.4%;
    }
    .tradeInst-Container .instrument .instrument-blocks {
        padding: 20px 0 20px 16%;
        margin-right: 5.4%;
    }
    .tradeInst-Container .instrument .instrument-block {
        margin: 30px 5.4% 30px 0;
        width: 25.4%;
    }
    .tradeInst-Container .popular-instruments_title{
        max-width: unset;
    }
    .tradeInst-Container h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 470px){
    .tradeInst-Container .popular-instruments-blocks{
        padding: 20px 0 20px 10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tradeInst-Container .popular-instruments-blocks_block{
        font-size: 18px;
        margin: 20px;
        width: 34%;
        max-width: 116px;
        min-width: 92px
    }
    .tradeInst-Container .instrument .instrument-blocks {
        padding: 20px 0 20px 10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tradeInst-Container .instrument .instrument-block {
        font-size: 18px;
        margin: 20px;
        width: 34%;
        max-width: 116px;
        min-width: 92px
    }
}
/* Страница одного виджета */
.Trading-Intrument__teaser{
    height: 480px;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    display: none;
}
.Trading-Intrument__container{
    width: 100%;
    display: block;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.Trading-Intrument__container a{
    color: white;
    text-decoration: none;
}
.Trading-Intrument-buttons{
    width: 100%;
    padding: 10px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
}
.Trading-Intrument-buttons__button{
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 48px;
    margin: 0 2.5% 25px;
    border: 1px solid transparent;
    border-radius: 0.6em;
    transition: 0.3s ease-out;
}
.Trading-Intrument-buttons__button a{
    text-decoration: none;
}
.Trading-Intrument-buttons__button.red{
    background-color: #c83d2d;
}
.Trading-Intrument-buttons__button.green{
    background-color: #75b48d;
}
.Trading-Intrument__container .Trading-Intrument-buttons__button a:hover{text-decoration: none; color: #fff;}
.Trading-Intrument__container .Trading-Intrument-buttons__button a:active{text-decoration: none; color: #fff;}
.Trading-Intrument__container .Trading-Intrument-buttons__button a:focus{text-decoration: none; color: #fff;}

.Trading-Intrument-buttons__button.green:hover{
    cursor: pointer;
    background-color: #349b5b;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0 7px 0 rgba(0,0,0,0.7);
}
.Trading-Intrument-buttons__button.red:hover{
    cursor: pointer;
    background-color: #ca1500;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0 7px 0 rgba(0,0,0,0.7);
}

.Trading-Intrument__container h2{
    text-align: center;
    font-size: 18px;
    margin: 60px 0 30px 0;
    font-weight: 600;
}
.Trading-Intrument__container p{
    margin: 35px 0;
    font-size: 14px;
}

.Trading-Intrument__container #tradingview_5c196{
    height: 690px;
    width: 100%;
}
.Trading-Intrument__container .Trading-Intrument-analytic{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.Trading-Intrument-analytic__block{
    max-width: 630px;
    margin-top: 25px;
}
.Trading-Intrument-analytic .tradingview-widget-container p{
    margin: 0;
}
.Trading-Intrument-analytic__predict{
    background-color: #e7e7e7;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Trading-Intrument-analytic__predict-left{
    text-align: center;
    min-width: 220px;
    width: 46%;
    display: inline-block;
    margin-right: 10px;
}
p.predict-left__text{
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
.Trading-Intrument-analytic-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Trading-Intrument-analytic-buttons__button{
    width: 126px;
    padding-right: 20px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0.3em;
    transition: 0.3s ease-out;
    font-weight: 300;
}

.Trading-Intrument-analytic-buttons .Trading-Intrument-analytic-buttons__button.up{
    background: url("/wp-content/themes/ftmby/img/trading-inst/solo-trading-instr/arrow-up.png") no-repeat;
    background-size: 14px 19px;
    background-position: calc(100% - 15px) center;
    background-color: #75b48d;
    margin-right: 15px;
}
.Trading-Intrument-analytic-buttons .Trading-Intrument-analytic-buttons__button.down{
    background: url("/wp-content/themes/ftmby/img/trading-inst/solo-trading-instr/arrow-down.png") no-repeat;
    background-size: 14px 19px;
    background-position: calc(100% - 15px) center;
    background-color: #c83d2d;
}
.Trading-Intrument-analytic-buttons .Trading-Intrument-analytic-buttons__button.up:hover{
    cursor: pointer;
    background-color: #349b5b;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0 7px 0 rgba(0,0,0,0.7);
}
.Trading-Intrument-analytic-buttons .Trading-Intrument-analytic-buttons__button.down:hover{
    cursor: pointer;
    background-color: #ca1500;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0 7px 0 rgba(0,0,0,0.7);
}
.Trading-Intrument-analytic__predict-right{
    max-width: 39%;
}
.Trading-Intrument-analytic .tradingview-widget-container{
    width: 40%;
    max-width: 425px;
    margin-right: 10px;
}

.h1-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background-color: #fff;
    max-height: 80px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #131722;
    margin: 0;
}
.h1-block .h1-block__adapt{
    display: none;
}

@media screen and (max-width: 820px){
    .h1-block .h1-block__adapt{
        display: block;
        line-height: 1.2;
    }
    .h1-block{
        padding: 0 10px;
        width: 90%;
    }
    .h1-block .h1-block__def{
        display: none;
    }
    .Trading-Intrument__container #tradingview_5c196{
        height: 390px;
        width: 100%;
    }
    .Trading-Intrument__container .Trading-Intrument-analytic{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }
    .Trading-Intrument-analytic .tradingview-widget-container {
        width: 100%;
    }
    .Trading-Intrument-analytic__predict {
        background-color: #e7e7e7;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .Trading-Intrument-analytic__predict-left {
        text-align: center;
        min-width: 220px;
        width: 74%;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .Trading-Intrument-analytic-buttons {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .Trading-Intrument__container h2 {
        margin: 35px 0 25px 0;
    }
    .Trading-Intrument-analytic__predict-right{
        max-width: unset;
        text-align: center;
    }
    .Trading-Intrument-buttons{
        flex-wrap: wrap;
    }
    .Trading-Intrument__teaser{
        height: 290px;
        width: 100%;
        background-size: cover!important;
        background-position: center!important;
    }
}
/* акции */
.skip-menu, .anti-menu{
    height: 100px;
}
.stocks-teaser{
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: url('/wp-content/themes/ftmby/img/stocks/bg-main.jpg');
    background-size: cover;
    font-size: 48px;
}
.stocks-teaser h1{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
}
.stocks-container{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
    max-width: 1250px;
}
.stocks-container .stoks-blocks{
    width: 100%;
}
.stocks-container .stoks-block{
    display: flex;
    justify-content: space-between;
    height: 230px;
    width: 100%;
    margin: 30px 0;
}
.stocks-container .stoks-block .stoks-block__left{
    width: 35%;
    max-width: 490px;
    height: 100%;
    margin-right: 5%;
}
.stocks-container .stoks-block .stoks-block__right{
    width: 59%;
    height: auto;
}
.stocks-container .stoks-block:nth-child(1) .stoks-block__left{
    background: url('/wp-content/themes/ftmby/img/stocks/stock-bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.stocks-container .stoks-block:nth-child(2) .stoks-block__left{
    background: url('/wp-content/themes/ftmby/img/stocks/stock-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.stocks-container .stoks-block:nth-child(3) .stoks-block__left{
    background: url('/wp-content/themes/ftmby/img/stocks/stock-bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.stocks-container .stoks-block:nth-child(4) .stoks-block__left{
    background: url('/wp-content/themes/ftmby/img/stocks/stock-bg-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.stocks-container .stoks-block .stocks-block-title{
    color: #39b88c;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.stocks-container .stoks-block p{
    font-size: 14px;
    margin: 0 0 25px 0;
}
.stocks-container .stoks-block .stocks-block-button{
    color: #fff;
    background: #fb0720;
    border-radius: 0.6rem;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: max-content;
}
.stocks-container .stoks-block .stocks-block-button:hover{
    background: #d4051a;
}
@media screen and (max-width: 768px){
    .stocks-teaser{
        height: 250px;
    }
    .stocks-container .stoks-block{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: unset;
        max-width: 450px;
    }
    .stocks-container .stoks-block .stoks-block__left{
        width: 100%;
        height: 220px;
        margin: 0 0 30px 0;
    }
    .stocks-container .stoks-block .stoks-block__right{
        width: 100%;
    }
    .stocks-container .stoks-block .stocks-block-title{
        text-align: center;
    }
    .stocks-container .stoks-block p{
        text-align: center;
    }
    .stocks-container .stoks-block .stocks-block-button{
        margin: 0 auto;
    }
    .stocks-container .stoks-blocks {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stocks-teaser h1{
        font-size: 24px;
    }
    .skip-menu, .anti-menu{
        height: 50px;
    }
}

@media screen and (max-width: 480px){
    .stocks-container{
        padding: 0 20px;
    }
}
@media screen and (max-width: 320px){
    .stocks-container{
        padding: 0;
    }
    .stocks-container .stoks-block .stoks-block__right{
        padding: 0 20px;
    }
}
.stocks-no-commission-dep-teaser{
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: url('/wp-content/themes/ftmby/img/stocks/bg-main.jpg');
    background-size: cover;
    font-size: 48px;
}
.stocks-no-commission-dep-teaser h1{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
}
.stocks-no-commission-dep-description{
    padding:30px;
}
.stocks-no-commission-dep-description h2{
    font-size: 18px;
    font-weight: 500;
}
.stocks-no-commission-dep-description ul{
    margin: 15px 0 15px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;    
}
.stocks-no-commission-dep-description li {
    margin: 10px 0 10px 0;
    font-size: 14px;
    text-align: left;
}
.stocks-no-commission-dep-description p {
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 768px){
    .stocks-no-commission-dep-teaser{
        height: 250px;
        font-size: 26px;
    }
    .stocks-no-commission-dep-teaser h1{
        font-size: 26px;
    }
    .stocks-no-commission-dep-description{
        padding: 20px;
    }
}


/* errortrade */
.errortrade-main-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/errortrade/bg.jpg);
    background-size: cover;
}
.errortrade-black-bg{
    width: 100%;
    background: #343434;
}
.errortrade-gray-bg{
    width: 100%;
    background: black;
}
.errortrade-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.errortrade-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    width: 100%;
}
.errortrade-logo img{
    width: 452px;
    height: 99px;
}
.errortrade-container h1{
    font-size: 31px;
    font-weight: bold;
    margin: 25px 0 55px 0;
}
.errortrade-container h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 40px 0;
}
.errortrade-container ul.errortrade-ul>li{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin: 25px 0;
}
.errortrade-container ul.errortrade-ul>li:before {
    content: '×';
    color: red;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 0.55;
    font-size: 40px;
    font-weight: bold;
}
.errortrade-blocks{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.errortrade-left-block{
    width: 65%;
}
.errortrade-right-block{
    width: 35%;
}
.errortrade-black-bg .errortrade-container span:nth-child(1){
    color: #fff;
    font-size: 20px;
}
.errortrade-black-bg .errortrade-container span:nth-child(2){
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.footer-black{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-gray{
    padding-top: 20px;
    padding-bottom: 20px;
}
.errortrade-main-bg .errortrade-container{
    padding-bottom: 30px;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 830px){
    .errortrade-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .errortrade-left-block{
        width: 100%;
    }
    .errortrade-right-block{
        width: 100%;
    }
    .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
}
@media screen and (max-width: 500px){
    .errortrade-logo img{
        width: 100%;
        height: auto;
    }
    .errortrade-container h1{
        font-size: 24px;
    }
    .errortrade-container h2{
        font-size: 18px;
    }
    .errortrade-container ul.errortrade-ul>li{
        font-size: 14px;
    }
    .errortrade-black-bg .errortrade-container span:nth-child(1){
        font-size: 16px;
    }
    .errortrade-black-bg .errortrade-container span:nth-child(2){
        font-size: 14px;
    }
    .errortrade-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
}

/* three-ducks */

.three-ducks-main-bg{
    width: 100%;
    height: 100%;
    background:url(/wp-content/themes/ftmby/img/three-ducks/bg.jpg);
    background-size: cover;
    position: absolute;
    background-position: center;
}
.three-ducks-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.three-ducks-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    width: 100%;
}
.three-ducks-logo img{
    margin-top: 30px;
    width: 449px;
    height: auto;
}
.three-ducks-container h1{
    font-size: 31px;
    font-weight: bold;
    margin: 10px 0 50px 0;
}
.three-ducks-container h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 40px 0;
}
.three-ducks-blocks{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.three-ducks-left-block{
    width: 55%;
}
.three-ducks-left-block img{
    width: 100%;
    height: auto;
}
.three-ducks-right-block{
    width: 45%;
}
.three-ducks-right-block p{
    font-weight: bold;
    text-align: center;
}
.three-ducks-main-bg .three-ducks-container{
    padding-bottom: 30px;
}
.three-ducks-decorate{
    position: relative;
    text-align: center;
    font-weight: bold;
}
.three-ducks-decorate:before{
    content: '';
    top: 10px;
    left: 0;
    position: absolute;
    width: 50px;
    border-top: 4px solid #ff0822;
}
.three-ducks-decorate:after{
    content: '';
    top: 10px;
    right: 0;
    position: absolute;
    width: 50px;
    border-top: 4px solid #ff0822;
}
.three-ducks-p{
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}
.three-ducks-p p{
    max-width: max-content;
    text-align: center;
    padding: 0 65px;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 830px){
    .three-ducks-main-bg{
        height: unset;
    }
    .three-ducks-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .three-ducks-left-block{
        width: 100%;
    }
    .three-ducks-right-block{
        width: 100%;
    }
    .three-ducks-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
    .three-ducks-right-block p{
        display: none;
    }
    .three-ducks-left-block{
        display: flex;
        justify-content: center;
    }
    .three-ducks-left-block img{
        width: 75%;
    }
    .three-ducks-container #ftm_signup_form .fields{
        padding: 5px;
        border-radius: .4em;
        background: rgba(255, 255, 255, .8);
    }
}
@media screen and (max-width: 500px){
    .three-ducks-logo img{
        width: 100%;
        height: auto;
    }
    .three-ducks-container h1{
        font-size: 24px;
    }
    .three-ducks-container h2{
        font-size: 18px;
    }
    .three-ducks-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
    .three-ducks-decorate:before{
        display: none;
    }
    .three-ducks-decorate:after{
        display: none;
    }
    .three-ducks-p p{
        padding: 0;
    }
}

/* itrading */
.itrading-main-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/itrading/space-bg.jpg);
    background-size: cover;
    min-height: 940px;
}
.itrading-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.itrading-container h1{
    font-size: 31px;
    font-weight: bold;
    margin: 25px 0 5px 0;
}
.itrading-container h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 40px 0;
}
.itrading-container ul.itrading-ul>li{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin: 25px 0;
}
.itrading-container ul.itrading-ul>li:before {
    content: '×';
    color: red;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 0.55;
    font-size: 40px;
    font-weight: bold;
}
.itrading-blocks{
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.two-lines{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 80%;
    height: 25px;
}
.title-text1{
    font-size: 36px;
    color: #04f0f4;
}
.title-text2{
    font-size: 36px;
    color: #FFF;
    padding-bottom: 20px;
}
.title-text3{
    font-size: 72px;
    color: #04f0f4;
    font-weight: bold;
}
.title-text4{
    font-size: 18px;
    color: #fff;
}
.itrading-container .form-attention{
    text-align: center;
    font-size: 14px;
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}
.itrading-container #ftmby-registration-form{
    max-width: 60%;
    margin: 0 auto;
}
.intTraining #ftmby-registration-form{
    margin: 0 auto;
}
.itrading-left-block{
    width: 35%;
    text-align: right;
}
.itrading-right-block{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.itrading-black-bg .itrading-container span:nth-child(1){
    color: #fff;
    font-size: 20px;
}
.itrading-black-bg .itrading-container span:nth-child(2){
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.itrading-main-bg .itrading-container{
    padding-bottom: 30px;
}
.itrading-container ul.ftm_links li a{
    color: #fff;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 965px){
    .itrading-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .itrading-left-block{
        width: 100%;
        text-align: center;
    }
    .itrading-right-block{
        width: 100%;
        align-items: center;
    }
    .itrading-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
    .title-text4{
        padding: 0 30px;
        text-align: center;
    }
    .itrading-left-block img{
        max-width: 100%;
    }
    .itrading-left-block{
        max-width: 60%;
    }
}
@media screen and (max-width: 500px){
    .itrading-container .form-attention{
            max-width: 90%;
    }
    .itrading-container #ftmby-registration-form {
        max-width: 100%;
    }
    .title-text1{
        font-size: 22px;
        text-align: center;
    }
    .title-text2{
        font-size: 26px;
    }
    .title-text3{
        font-size: 45px;
    }
    .title-text4{
        font-size: 16px;
        padding: 0;
    }
    .itrading-container h1{
        font-size: 24px;
    }
    .itrading-container h2{
        font-size: 18px;
    }
    .itrading-container ul.itrading-ul>li{
        font-size: 14px;
    }
    .itrading-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
    .breadcrumb {
        display: none;
    }
}

/* bitcoin */

.video3 {
    position: relative;
    margin: 0 auto;
}
.video3 img{
    width: 100%;
}
.bitcoin-container .wrap {
    top: 4.3%;
    height: 79.8%;
    bottom: 6.9%;
    left: 7.9%;
    width: 84.2%;
    right: 7.9%;
    position: absolute;
}

.bitcoin-main-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/bitcoin/bg.jpg);
    background-size: cover;
}
.bitcoin-coin-bg{
    margin-top: 60px;
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/bitcoin/bg2.jpg);
    background-size: cover;
}
.bitcoin-coin-bg .bitcoin-container{
    padding: 60px 10px;
    text-align: center;
    color: #fff;
}
.bitcoin-coin-bg .bitcoin-container h2{
    font-size: 30px;
    margin: 15px 0 30px 0;
}

.bitcoin-coin-bg .bitcoin-container p{
    font-weight: 500;
}

.bitcoin-conditions-bg{
    background: #FFF;
}

.bitcoin-black-bg{
    width: 100%;
    background: #343434;
}
.bitcoin-gray-bg{
    width: 100%;
    background: #5c5c5c;
}
.bitcoin-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.bitcoin-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    width: 100%;
}
.bitcoin-logo img{
    width: 452px;
    height: 99px;
}
.bitcoin-container h1{
    font-size: 31px;
    font-weight: bold;
    margin: 0;
    padding: 100px 0 35px 0;
    text-align: center;
}
.bitcoin-container p{
    font-weight: 600;
}
.bitcoin-container h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 40px 0;
}
.bitcoin-container ul.bitcoin-ul>li{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin: 25px 0;
}
.bitcoin-container ul.bitcoin-ul>li:before {
    content: '×';
    color: red;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 0.55;
    font-size: 40px;
    font-weight: bold;
}
.bitcoin-blocks{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.bitcoin-left-block{
    width: 65%;
}
.bitcoin-right-block{
    width: 35%;
}
.bitcoin-black-bg .bitcoin-container span:nth-child(1){
    color: #fff;
    font-size: 20px;
}
.bitcoin-black-bg .bitcoin-container span:nth-child(2){
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.footer-black{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-gray{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bitcoin-main-bg .bitcoin-container{
    padding-bottom: 60px;
}
.bitcoin-main-bg p{
    text-align: center;
}
.bitcoin-conditions-bg p.bitcoin-decorate{
    font-size: 24px;
    font-weight: bold;
    width: max-content;
    padding: 0 65px;
    max-width: 100%;
}
.bitcoin-decorate{
    position: relative;
    text-align: center;
    font-weight: bold;
}
.bitcoin-decorate:before{
    content: '';
    top: 45%;
    left: 0;
    position: absolute;
    width: 50px;
    border-top: 4px solid #ff0822;
}
.bitcoin-decorate:after{
    content: '';
    top: 45%;
    right: 0;
    position: absolute;
    width: 50px;
    border-top: 4px solid #ff0822;
}
.bitcoin-conditions-bg .bitcoin-container{
    padding: 50px 10px 100px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bitcoin-conditions__blocks{
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bitcoin-conditions__block{
    display: flex;
    width: 48%;
    padding-bottom: 50px;
}
.bitcoin-conditions__block img{
    width: 51px;
    height: 49px;
}
.bitcoin-conditions__block p{
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
}
.bitcoin-frame{
    width: 80%;
}
.bitcoin-container.footer-gray p{
    color: #FFF;
}
.bitcoin-main-bg .bitcoin-container #ftm_signup_form .ftm_alert,.ftm_span_checkbox_text{
    color: #000;
}
.bitcoin-main-bg .bitcoin-container #ftm_signup_form .ftm_span_checkbox_text{
    color: #000;
}
@media screen and (max-width: 986px){
    .bitcoin-container #ftm_signup_form{
        margin-top: 0;
    }
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 830px){
    .bitcoin-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bitcoin-left-block{
        width: 100%;
    }
    .bitcoin-right-block{
        width: 100%;
    }
    .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
    .bitcoin-container #ftm_signup_form{
        margin-top: 40px;
    }
    .bitcoin-conditions__block{
        width: 100%;
    }
    .bitcoin-conditions-bg p.bitcoin-decorate{
        font-size: 20px;
        font-weight: bold;
        width: max-content;
        padding: 0 10px;
        max-width: 100%;
    }
    .bitcoin-container h1{
        font-size: 26px;
    }
    .bitcoin-decorate{
        position: relative;
        text-align: center;
        font-weight: bold;
    }
    .bitcoin-decorate:before{
        display: none;
    }
    .bitcoin-decorate:after{
        display: none;
    }
    .bitcoin-frame{
        width: 100%;
        height: 250px;
    }
}
@media screen and (max-width: 500px){
    .bitcoin-logo img{
        width: 100%;
        height: auto;
    }
    .bitcoin-container h1{
        font-size: 24px;
    }
    .bitcoin-container h2{
        font-size: 18px;
    }
    .bitcoin-container ul.bitcoin-ul>li{
        font-size: 14px;
    }
    .bitcoin-black-bg .bitcoin-container span:nth-child(1){
        font-size: 16px;
    }
    .bitcoin-black-bg .bitcoin-container span:nth-child(2){
        font-size: 14px;
    }
    .bitcoin-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
}



/* promofirst */
.promofirst-main-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/promofirst/bg.jpg);
    background-size: cover;
    min-height: 940px;
}
.promofirst-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.promofirst-main-bg .promofirst-container{
    padding-top: 70px;
}
.promofirst-container h1{
    color: #ff0822;
    font-size: 36px;
    font-weight: bold;
    margin: 25px 0 5px 0;
    text-align: center;
}
.promofirst-container p.promofirst-descr{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.promofirst-container p{
    color: #fff;
    text-align: center;
}
.promofirst-container ul{
    padding: 100px 0;
}
.promofirst-container ul>li{
    margin: 20px 0;
    color: #fff;
}
.promofirst-blocks{
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.promofirst-container form {
    margin-top: 2rem;
}
.promofirst-container .form-attention{
    text-align: center;
    font-size: 14px;
    max-width: 75%;
    margin: 0 auto;
    padding: 20px 0;
}
.promofirst-container #ftmby-registration-form{
    max-width: 75%;
    margin: 0 auto;
}
.promofirst-black-bg .promofirst-container span:nth-child(1){
    color: #fff;
    font-size: 20px;
}
.promofirst-black-bg .promofirst-container span:nth-child(2){
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.promofirst-main-bg .promofirst-container{
    padding-bottom: 30px;
}
.promofirst-container ul.ftm_links li a{
    color: #fff;
}
.promofirst-ul__img-small{
    display: none;
}
.promofirst-ul__img{
    width: 100%;
    max-width: 900px;
    height: auto;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 965px){
    .promofirst-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .promofirst-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
}
@media screen and (max-width: 830px){
    .promofirst-container h1{
        color: #ff0822;
        font-size: 28px;
        font-weight: bold;
        margin: 25px 0 5px 0;
        text-align: center;
    }
    .promofirst-container p.promofirst-descr{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
}
@media screen and (max-width: 650px){
    .promofirst-ul__img-small{
        width: 100%;
        max-width: 900px;
        height: auto;
        padding: 20px 0;
        display: block;
        margin: 0 auto;
    }
    .promofirst-ul__img{
        display: none;
    }
}
@media screen and (max-width: 500px){
    .promofirst-container .form-attention{
            max-width: 90%;
    }
    .promofirst-container #ftmby-registration-form {
        max-width: 100%;
    }
    .promofirst-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
}


/* learn */
.learn-teaser-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/learn/teaser.jpg);
    background-size: cover;
}
.learn-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.learn-teaser-bg .learn-container{
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}
.learn-teaser-bg .learn-container img{
    padding-bottom: 10px;
}
.learn-teaser-bg .learn-container h1{
    text-transform: uppercase;
    font-size: 36px;
    color: #ff0822;
    font-weight: 700;
}
.learn-teaser-bg .learn-container h1 span{
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}
.learn-container form {
    margin-top: 0;
}
.learn-container .form-attention{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    max-width: 75%;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
.learn-container #ftmby-registration-form{
    max-width: 75%;
    margin: 0 auto;
}
.learn-black-bg .learn-container span:nth-child(1){
    color: #fff;
    font-size: 20px;
}
.learn-black-bg .learn-container span:nth-child(2){
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}
.learn-container ul.ftm_links li a{
    color: #fff;
}
.learn-container .edu_info_block{
    background: transparent;
}
.learn-container p.learn-footer{
    padding: 70px 0 100px 0;
    color: #757575;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 965px){
    .learn-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
    .learn-container .edu_info_block{
        margin: 0;
        padding: 40px 0;
    }
}
@media screen and (max-width: 500px){
    .learn-container .form-attention{
        max-width: 90%;
    }
    .learn-container #ftmby-registration-form {
        max-width: 100%;
    }
    .learn-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
}

/* company */
.company-teaser-bg{
    width: 100%;
    background:url(/wp-content/themes/ftmby/img/company/teaser.jpg);
    background-size: cover;
}
.company-container{
    width: 100%;
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.company-teaser-bg .company-container{
    padding-top: 60px;
    padding-bottom: 80px;
}
.company-teaser-bg .company-container img{
    max-height: 77px;
}
.company-teaser-bg .company-container h1{
    font-size: 48px;
    margin-top: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.company-main-bg .company-container .company-form-blocks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company-main-bg .company-container .company-form-block{
    margin: 50px 0;
}
.company-main-bg .company-container .company-form-blocks>div:nth-child(1){
    width: 60%;
}
.company-main-bg .company-container .company-form-blocks>div:nth-child(2){
    width: 38%;
}
.company-form-block-item img{
    width: 35px;
    height: 33px;
    margin-right: 20px;
}
.company-form-block-item{
    display: flex;
}
.company-main-bg .company-container .company-form-block-item .block-item-cotent-title{
    font-size: 18px;
    font-weight: bold;
}

.company-main-bg .company-container .company-blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-main-bg .company-container .company-block{
    border: 4px solid #99c9ff;
    padding: 20px 0;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 31%;
    min-width: 230px;
}
.company-main-bg .company-container .company-block .company-block-title{
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    background: #fb0720;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.company-main-bg .company-container .company-block .company-block-dscr{
    text-align: center;
    padding: 0 5px;
}
.company-container form {
    margin-top: 0;
}

.company-main-bg .company-container .company-registr-button{
    border-radius: 1rem;
    background: #fb0720;
    font-size: 18px;
    padding: 15px 30px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 50px auto;
    text-decoration: none;
    width: 250px;
}
.company-main-bg .company-container .company-registr-button:hover{
    background: #c91324;
}

.company-p{
    margin: 50px 0 80px 0;
}
.company-p a{
    color: #0078ff;
}
.company-p a:hover{
    color: #0262ce;
}

.map-container{
    position: relative;
    height: 400px;
    display: block;
}
.map-container .map-address{
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: rgba(255,255,255,.75);
}
.map-container .map-address p{
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}
.map-container .map-address p>span{
    font-size: 16px;
    margin: 10px 0;
}

.company-footer{
    background: #5c5c5c;
    padding: 20px 0;
}
.company-footer p{
    color: #fff;
}

.company-container .form-attention{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 20px;
}
.company-container #ftmby-registration-form{
    margin: 0 auto;
    padding-left: 20px;
}


@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 965px){
    .company-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
}
@media screen and (max-width: 800px){
    .company-main-bg .company-container .company-form-blocks>div:nth-child(1){
        width: 100%;
    }
    .company-main-bg .company-container .company-form-blocks>div:nth-child(2){
        width: 100%;
    }
    .company-main-bg .company-container .company-form-block {
        margin: 25px 0;
    }
    .company-main-bg .company-container .company-blocks{
        justify-content: center;
    }
    .company-main-bg .company-container .company-block{
        max-width: unset;
        width: 90%;
        margin: 15px 0;
    }
    .company-main-bg .company-container .company-registr-button{
        font-size: 16px;
        width: 220px;
    }
    .company-teaser-bg .company-container h1{
        font-size: 28px;
    }
    .company-teaser-bg .company-container {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .company-form-block-item img{
        margin-right: 10px;
    }
    .company-container .form-attention{
        padding-left: 0;
    }
    .company-container #ftmby-registration-form{
        padding-left: 0;
    }
}
@media screen and (max-width: 500px){
    .company-container .form-attention{
        max-width: 90%;
    }
    .company-container #ftmby-registration-form {
        max-width: 100%;
    }
    .company-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
}

/* mobil-invest */
.mobil-invest-menu{
    height: 100px;
}
.mobil-invest-main-bg{
    width: 100%;
    height: 100%;
    background: #fff;
}
.mobil-invest-container{
    width: 100%;
    max-width: 1520px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}
.mobil-invest-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    width: 100%;
}
.mobil-invest-logo img{
    margin-top: 30px;
    width: 449px;
    height: auto;
}
.mobil-invest-container h1{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 50px 0;
    text-transform: uppercase;
    text-align: center;
}
.mobil-invest-container h2{
    font-size: 16px;
    font-weight: bold;
    margin: 50px 0;
}
.mobil-invest-blocks{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
    padding-bottom: 20px;
}
.mobil-invest-left-block{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-invest-left-block img{
    max-width: 100%;
}
.mobil-invest-right-block{
    width: 45%;
}
.mobil-invest-right-block p{
    font-weight: bold;
    text-align: center;
}
.mobil-invest-container form{
    margin-top: 10px;
}
.mobil-invest-right-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobil-invest-container .form-attention{
    max-width: 555px;
}
#ftmby-registration-form{
    max-width: 555px;
}
.mobil-invest-main-bg .mobil-invest-container{
    padding-bottom: 30px;
}
.mobil-invest-container .descr-through{
    color: #fb0720;
    text-decoration: line-through;
    position: relative;
}
.mobil-invest-container .descr-green{
    text-decoration: none;
    color: #39b88c;
    font-size: 24px;
    position: absolute;
    top: 0;
    font-weight: bold;
    right: -30px;
}
.mobil-invest-advantages-bg{
    background: #f6f6f6;
    padding: 50px 0;
}
.mobil-invest-advantages-bg .mobil-invest-container{
    padding: 0 25px;
}
.mobil-invest-advantages-main-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin: 0 0 25px 0;
    font-weight: bold;
}
.mobil-invest-advantages{
    display: flex;
    justify-content: space-around;
}
.mobil-invest-advantages .mobil-invest-advantages-block{
    width: 25%;
    max-width: 300px;
    text-align: center;
    padding: 15px 5px;
}
.advantages-block-title{
    color: #39b88c;
    font-weight: 600;
    font-size: 18px;
}
.advantages-block-descr{
    color: #000;
    font-size: 16px;
}
.mobil-invest-red-text{
    color: #fb0720;
    text-decoration: underline;
}
.mobil-invest-advantages-block p{
    margin-bottom: 5px;
}
.mobil-invest-container>p{
    font-size: 16px;
}
.mobil-invest-conditions .mobil-invest-container{
    padding: 80px 10px;
}
.mobil-invest-btn{
    display: block;
    color: #39b88c;
    font-weight: bold;
    font-size: 16px;
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.mobil-invest-btn:hover{
    cursor: pointer;
}
.mobil-invest-btn img{
    padding: 0 10px; 
}
#collapseExample ul{
    font-size: 14px;
    text-align: left;
}
#collapseExample ul>li{
    margin: 20px 0;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
}
@media screen and (max-width: 830px){
    .mobil-invest-main-bg{
        height: unset;
    }
    .mobil-invest-blocks{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobil-invest-left-block{
        width: 100%;
    }
    .mobil-invest-right-block{
        width: 100%;
    }
    .mobil-invest-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
    .mobil-invest-right-block p{
        display: none;
    }
    .mobil-invest-left-block{
        display: flex;
        justify-content: center;
    }
    .mobil-invest-left-block img{
        width: 75%;
    }
    .mobil-invest-container #ftm_signup_form .fields{
        padding: 5px;
        border-radius: .4em;
        background: rgba(255, 255, 255, .8);
    }
    .mobil-invest-advantages{
        flex-wrap: wrap;
    }
    .mobil-invest-advantages .mobil-invest-advantages-block{
            width: 50%;
    }
    .mobil-invest-menu{
        height: 0;
    }
}
@media screen and (max-width: 500px){
    .mobil-invest-logo img{
        width: 100%;
        height: auto;
    }
    .mobil-invest-container h1{
        font-size: 24px;
    }
    .mobil-invest-container h2{
        font-size: 18px;
    }
    .mobil-invest-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
    .mobil-invest-decorate:before{
        display: none;
    }
    .mobil-invest-decorate:after{
        display: none;
    }
    .mobil-invest-p p{
        padding: 0;
    }
}

@media screen and (max-width: 480px){
    .mobil-invest-advantages .mobil-invest-advantages-block{
            width: 100%;
    }
    .mobil-invest-container h1{
        font-size: 18px;
    }
}
/* traders-dictionary */
.trdictionary-teaser{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(/wp-content/themes/ftmby/img/traders-dictionary/traders-dictionary.jpg);
}
.trdictionary-teaser h1{
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.trdictionary-container{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 20px;
    margin-bottom: 50px;
}
.trdictionary-article{
    width: 100%;
    padding: 35px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.8rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 25px 0;
}
.trdictionary-article__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 300px);
}
.trdictionary-article__title{
    font-weight: bold;
    font-size: 16px;
}
.trdictionary-article__descr{
    font-size: 14px;
}
.trdictionary-article__button{
    padding: 20px 75px;
    background: #fb0720;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fb0720;
    border-radius: 0.5rem;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a{
    font-size: 24px;
    font-weight: bold;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a.page-numbers{
    padding: 5px;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages .page-numbers{
    padding: 5px;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a.prev{
    padding: 15px 15px;
    background: url(/wp-content/themes/ftmby/img/loyal/arrow.png);
    background-size: contain;
    display: inline-block;
    transform: rotate(90deg);
    font-size: 24px;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a.next{
    padding: 15px 15px;
    background: url(/wp-content/themes/ftmby/img/loyal/arrow.png);
    background-size: contain;
    display: inline-block;
    transform: rotate(-90deg); 
}
.trdictionary-container .trdictionary-pager{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trdictionary-container a:hover,
.trdictionary-container a:active,
.trdictionary-container a:focus{
    text-decoration: none;
    color: unset;
    background: unset;
    transition: all 0.2s;
}
.trdictionary-container a.trdictionary-article__button:hover,
.trdictionary-container a.trdictionary-article__button:active,
.trdictionary-container a.trdictionary-article__button:focus
{
    color: #fb0720;
    background: #fff;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a:hover,
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a:active,
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages a:focus{
    color: #39b88c;
}
.trdictionary-container .trdictionary-pager a.unactiv{
    cursor: unset;
    filter: brightness(60%);
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages span.current:hover,
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages span.current:active,
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages span.current:focus{
    cursor: unset;
    color: #39b88c;
}
.trdictionary-container .trdictionary-pager .trdictionary-pager__pages span.current{
    color: #39b88c;
}
.trdictionary-container .trdictionary-pager a.prev:hover,
.trdictionary-container .trdictionary-pager a.prev:active,
.trdictionary-container .trdictionary-pager a.prev:focus{
    background: url(/wp-content/themes/ftmby/img/loyal/arrow.png);
    background-size: contain;
    transform: rotate(90deg);
    filter: brightness(60%);
}
.trdictionary-container .trdictionary-pager a.next:hover,
.trdictionary-container .trdictionary-pager a.next:active,
.trdictionary-container .trdictionary-pager a.next:focus{
    background: url(/wp-content/themes/ftmby/img/loyal/arrow.png);
    background-size: contain;
    transform: rotate(-90deg);
    filter: brightness(60%);
}

/* внутренняя trdictionary */
.trdictionary-container h1.trdictionary-page__title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.trdictionary-container div.trdictionary-page__text{
    margin: 20px 0;
    font-size: 14px;
    min-height: 450px;
}
@media screen and (max-width: 1100px){
    .trdictionary-article__button {
        padding: 16px 50px;
    }
    .trdictionary-article__content {
        width: calc(100% - 220px);
    }
}
@media screen and (max-width: 720px){
    .trdictionary-article{
        padding: 20px 20px;
        flex-direction: column;
        margin: 25px 0;
    }
    .trdictionary-article__content {
        width: 100%;
        margin-bottom: 30px;
    }
    .trdictionary-article__button {
        padding: 12px 30px;
    }
    .trdictionary-teaser {
        height: 310px;
    }
    .trdictionary-container h1.trdictionary-page__title{
        margin-top: 40px;
        font-size: 22px;
    }
}
.investors-header{
    background: url(/wp-content/themes/ftmby/img/investors/inv-bg.jpg);
    background-size: cover;
    padding: 70px 0;
}
.investors-container{
    width: 100%;
    max-width: 1130px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
}
.investors-container .form-attention{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}
.investors-header .investors-container{
    display: flex;
    justify-content: space-between;
}
.investors-header__text{
    color: #fff;
    width: 61%;
}
.investors-header__form{
    color: #fff;
    width: 36%;
}
.investors-header__title{
    font-size: 36px;
    font-family: "BebasNeue", sans-serif;
    font-weight: 700;
    margin: 70px 0 10px 0;
}
.investors-header__descr{
    font-size: 24px;
}
.investors-header__logo{
    max-width: 100%;
}
.investors-container #ftmby-registration-form{
    max-width: 555px;
    padding: 8px 5px;
    background: rgba(0, 0, 0, 0.3);
}
.investors-sections__title{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 50px 0;
    margin: 0;
    font-size: 24px;
}
.investors-container ul.ftm_links li a{
    color: #fff;
}
.investors-features .investors-container{
    padding-bottom: 50px;
}
.investors-features__blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.investors-features__block{
    width: 20%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    min-width: 160px;
}
.investors-features__descr{
    color: #686868;
}
.investors-features__title{
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 40px;
}
.investors-instructions{
    background: #f9f9f9;
    margin-bottom: 50px;
}
.investors-instructions__slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.instructions-slider__pages{
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    max-width: 950px;
    position: relative;
}
.instructions-slider__pages::before{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: rgba(51, 51, 51, 0.15);
    z-index: 1
}
.instructions-slider__page{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    color: black;
    border: 2px solid rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: bold;
    border-radius: 100%;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    z-index: 2
}
.instructions-slider__page:hover{
    cursor: pointer;
}
.instructions-slider__page.is-active{
    background-color: #ff0822;
    color: #fff;
    border-color: #ff0822;
}
.instructions-slider__container{
    padding: 80px 0;
}
.instructions-slider__content{
    text-align: center;
}
.instructions-slider__descr{
    font-size: 14px;
    font-weight: bold;
}
.instructions-slider__img{
    padding-bottom: 20px;
}
.instructions-slider__a{
    color: #ff0822;
    text-decoration: underline;
}
.instructions-slider__a:hover{
    text-decoration: none;
}
.instructions-slider__content{
    display: none;
}
.instructions-slider__content.is-active{
    display: block;
}


.investors-footer{
    background: #212121;
    color: #fff;
}
.investors-footer .investors-container{
    padding: 40px 20px;
}
@media screen and (max-width: 1230px){
    .tingle-modal-box__content>div{
        flex-direction: column!important;
    }
    .tingle-modal-box__content div>div{
        width: 100%!important;
    }
    .investors-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box{
        width: unset;
    }
}
@media screen and (max-width: 992px){
    form {
        margin-top: 0;
    }
    .investors-header .investors-container{
        flex-direction: column;
        align-items: center;
    }
    .investors-header__text{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .investors-header__form{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .investors-features__blocks{
        justify-content: space-around;
    }
    .investors-features__block{
        width: 33%;
        padding: 10px 10px 50px 0;
    }
    .instructions-slider__container {
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 500px){
    .investors-container #ftmby-registration-form {
        max-width: 100%;
    }
    .investors-container .tingle-modal.tingle-modal--noOverlayClose.custom-class-1.custom-class-2.tingle-modal--visible .tingle-modal-box #smsButton, #emailButton{
        font-size: 13px!important;
    }
    .investors-header__title{
        font-size: 26px;
    }
    .investors-header__descr{
        font-size: 18px;
    }
    .investors-header__form{
        width: 100%
    }
    .investors-sections__title{
        font-size: 20px;
    }
    .investors-features__block{
        width: 100%;
    }
    .instructions-slider__page {
        width: 40px;
        height: 40px;
        font-weight: bold;
        line-height: 35px;
    }
}
.partners-container{
    width: 100%;
    max-width: 1570px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
}
.partners-teaser{
    color: #fff;
    text-align: center;
    background: url(/wp-content/themes/ftmby/img/partners/bg.jpg) center no-repeat;
    background-size: cover;
}
.partners-teaser .partners-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
}
.partners-teaser h1{
    font-size: 50px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.partners-teaser__line{
    width: 36%;
    height: 3px;
    background: #ff0000;
    margin: 0 0 25px 0;
}
.partners-teaser p{
    font-size: 18px;
    line-height: 2;
    margin: 0;
}
.partners-content{
    margin: 40px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners-content__img{
    margin-right: 25px;
}
.partners-terms-btn{
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.partners-terms-btn:hover{
    cursor: pointer;
}
.partners-terms-btn img{
    padding: 0 5px;
}
.partners-bm{
    margin-bottom: 200px;
}
.partners-terms-ul{
    background: #f5f5f5;
}
.partners-terms-ul{
    padding: 1px 20px;
}
@media screen and (max-width: 748px){
    .partners-teaser h1{
        font-size: 28px;
    }
    .partners-teaser p{
        font-size:  16px;
    }
    .partners-content{
        font-size: 14px;
    }
    .partners-terms-btn{
        font-size: 14px;
    }
}
@media screen and (max-width: 450px){
    .partners-container{
        padding: 0 10px;
    }
    .partners-teaser h1{
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .partners-teaser p{
        font-size:  14px;
        line-height: 1.5;
    }
    .partners-content{
        font-size: 14px;
        flex-direction: column;
    }
    .partners-terms-btn{
        font-size: 14px;
    }
    .partners-teaser__line{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .partners-content__img{
        margin-bottom: 20px;
        height: 100px;
        width: auto;
        margin-right: 0;
    }
    .partners-content__text{
        padding: 0 10px;
    }
    .partners-container.partners-bm{
        padding: 0;
    }
}

.content.trading-services-overview.analysis-gray-bg{
    background: #f2f2f2;
}
.analysis-blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.analysis-block{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 50px 0;
    padding: 0 10px;
    max-width: 680px;
}
.analysis-content__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.analysis-content__descr{
    font-size: 14px;
    margin-bottom: 30px;
}
.analysis-content__button{
    font-size: 14px;
    background: #ff0000;
    padding: 20px 50px;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.analysis-block__img{
    width: 100%;
    max-width: 200px;
    margin-right: 30px;
}
.analysis-information{
    font-size: 16px;
    padding: 30px 0;
}
a.analysis-content__button:hover,
a.analysis-content__button:active,
a.analysis-content__button:focus {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    background: #e20101;
}
.analysis-information{
    padding: 0 10px;
}
.analysis-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/themes/ftmby/img/high-buildings.jpg') no-repeat;
    background-size: cover;
    height: 580px;
    color: #fff;
}
.analysis-banner__h1{
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-align: center;
}
.analysis-banner__img{
    height: 180px;
    padding-bottom: 5px;
}
@media screen and (max-width: 1060px){
    .analysis-block__img{
        width: 100%;
        max-width: 120px;
    }
    .analysis-content__title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .analysis-content__button{
        padding: 12px 25px;
        font-size: 12px;
    }
    .analysis-content__descr{
        margin-bottom: 15px;
    }
    .analysis-block{
        margin: 25px 0;
    }
    .analysis-block{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 50px 0;
        padding: 0 10px;
        max-width: 800px;
    }
    .analysis-blocks{
        justify-content: center;
    }
}
@media screen and (max-width: 540px){
    .analysis-block__img{
        margin-right: 0;
    }
    .analysis-block{
        flex-direction: column;
        text-align: center;
    }
    .analysis-banner__h1{
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 600;
        margin: 0;
        line-height: 1;
        text-align: center;
    }
    .analysis-banner__img{
        height: 120px;
        padding-bottom: 5px;
    }
    .analysis-banner{
        height: 400px;
    }
}

.container-fluid.feedback{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
.slick-slide:focus {
    outline: none;
}
.feedback-slider{
    width: 100%;
    padding: 0 40px;
}
.container-fluid.feedback .carousel-review{
    width: 32%;
    padding: 15px;
}
.container-fluid.feedback .carousel-review h3{
    text-align: left;
    min-height: 78px;
}
.container-fluid.feedback .carousel-review p{
    text-align: justify;
}
.container-fluid.feedback .carousel-review .carousel-review__button{
    display: block;
    text-align: right;
}
.container-fluid.feedback .carousel-review .carousel-review__button a{
    text-align: right;
    display: inline-block;
    color: #7f7f7f;
    text-decoration: underline;
}
.container-fluid.feedback .carousel-review .carousel-review__button a:hover{
    color: #535353;
}
.feedback-text{
    height: 100px;
}
.coop-prev {
  width: 24px;
  height: 100%;
  background: transparent url(../img/arrows/prev.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
  cursor: pointer;
}
.coop-prev:hover {
  background: transparent url(../img/arrows/prev-black.png) center no-repeat;
}
.coop-next {
  width: 24px;
  height: 100%;
  background: transparent url(../img/arrows/next.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}
.coop-next:hover {
  background: transparent url(../img/arrows/next-black.png) center no-repeat;
}

.beginner-blocks{
    display: flex; 
    justify-content: space-around;
    margin: 200px 0 50px 0;
    flex-wrap: wrap;
}
.beginner-block{
    text-align: center;
    font-size: 18px;
    max-width: 264px;
    padding: 0 10px;
    min-width: 216px;
    margin-bottom: 50px;
}
.beginner-block img{
    max-width: 100%;
    margin-bottom: 50px;
}
.beginner-descr{
    font-size: 24px;
    margin: 0 0 60px 0;
    text-align: center;
}
.beginner-button{
    font-size: 16px;
    padding: 20px 40px;
    line-height: 1;
    background: #39b88c;
    text-decoration: none;
    color: #fff;
    margin-bottom: 200px;
    display: inline-block;
    text-align: center;
}
.row.beginner{
    text-align: center;
}
.beginner-button:hover{
    background: #30a47c;
}
a.beginner-button:hover,
a.beginner-button:active,
a.beginner-button:focus {
    color: #fff;
    transition: all 0.2s;
    text-decoration: none;
}
.beginner-block__descr{
    margin-top: 10px;
}
@media (max-width: 660px){
    .beginner-block{
        width: 100%;
    }
    .beginner-blocks{
        margin: 100px 0 50px 0;
    }
    .beginner-descr{
        font-size: 16px;
    }
}


.item{
    overflow: hidden;
}
.slide-bonuses{
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.slide-bonuses__title{
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.slide-bonuses__subtitle{
    font-size: 36px;
}
.slide-bonuses__button{
    background: #2db881;
    font-size: 18px;
    border: 1px solid #2db881;
    border-radius: 8px;
    color: #fff;
    padding: 14px 44px;
    text-transform: uppercase;
    transition: ease-in-out 0.1s;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.slide-bonuses__img{
    width: 18%;
}
.item a.slide-bonuses__button:hover,
.item a.slide-bonuses__button:active,
.item a.slide-bonuses__button:focus {
    text-decoration: none;
    cursor: pointer;
    color: #2db881;
    background: #fff;
}
@media (max-width: 1500px){
    .slide-bonuses__title{
        font-size: 40px;
    }
    .slide-bonuses__subtitle{
        font-size: 24px;
    }
    .slide-bonuses__button{
        padding: 10px 35px;
        font-size: 14px;
    }
}
@media (max-width: 1000px){
    .slide-bonuses__title{
        font-size: 30px;
    }
    .slide-bonuses__subtitle{
        font-size: 18px;
    }
    .slide-bonuses__button{
        padding: 10px 35px;
        font-size: 12px;
    }
}
@media (max-width: 760px){
    .slide-bonuses__title{
        font-size: 22px;
    }
    .slide-bonuses__subtitle{
        font-size: 14px;
    }
    .slide-bonuses__button{
        padding: 10px 35px;
        font-size: 12px;
    }
}
@media (max-width: 450px){
    .slide-bonuses__title{
        font-size: 28px;
    }
    .slide-bonuses__subtitle{
        font-size: 18px;
    }
    .slide-bonuses__button{
        padding: 10px 35px;
        font-size: 12px;
    }
    .slide-bonuses{
        justify-content: center;
        align-items: center;
    }
}

.slide-beginners{
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-beginners__cont{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15%;
}
.slide-beginners__title{
    font-size: 60px;
    color: #000;
    font-family: "AmericanCaptain", sans-serif;
    text-transform: uppercase;
}
.slide-beginners__ul{
    color: #000;
    font-size: 24px;
    list-style: none;
    text-align: left;
}
.slide-beginners__ul li{
    position: relative;
    padding-left: 48px;
    line-height: 50px;
}
.slide-beginners__ul li:before{
    content: '';
    position: absolute;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 4px;
    background: #ff7f5b;
}
.slide-beginners__button{
    background: #fb0720;
    font-size: 14px;
    border: 1px solid #fb0720;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: ease-in-out 0.1s;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.item a.slide-beginners__button:hover,
.item a.slide-beginners__button:active,
.item a.slide-beginners__button:focus {
    text-decoration: none;
    cursor: pointer;
    color: #fb0720;
    background: #fff;
}
@media (max-width: 1290px){
    .slide-beginners__title{
        font-size: 40px;
    }
    .slide-beginners__ul{
        font-size: 18px;
    }
    .slide-beginners__button{
        padding: 10px 35px;
        font-size: 12px;
    }
    .slide-beginners__ul li{
        padding-left: 28px;
        line-height: 2;
    }
    .footer-menu .footer-payment-menu .payments-mobile{
        display: flex!important;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-menu .footer-payment-menu .payments-mobile__item{
        display: inline-block!important;
        margin: 2px 4px 0px 0px!important;
        width: 150px;
    }
    .footer-menu .footer-payment-menu .payments-mobile__item:first-child{
        width: 150px;
        max-width: unset;
    }
    .footer-menu .footer-payment-menu .payments-mobile__item:last-child{
        margin: 2px 0px 0px 0px!important;
    }
    .footer-menu .footer-payment-menu .payments-mobile__item .footer-payment-btn{
        height: unset;
    }
    .footer-menu .footer-payment-menu .payments-mobile__item .footer-payment-btn a{
        padding: 10px;
    }
    .footer-payment-btn{
        width: 150px;
    }
}
@media (max-width: 900px){
    .slide-beginners__title{
        font-size: 28px;
    }
    .slide-beginners__ul{
        font-size: 16px;
    }
    .slide-beginners__ul li{
        padding-left: 28px;
        line-height: 1.4;
    }
    .slide-beginners__cont{
        margin-right: 0;
    }
}
@media (max-width: 764px){
    .slide-beginners__title{
        font-size: 24px;
    }
    .slide-beginners__ul{
        font-size: 14px;
    }
    .slide-beginners__button{
        padding: 5px 15px;
        font-size: 10px;
    }
    .slide-beginners__ul li{
        padding-left: 20px;
    }
    .slide-beginners__cont{
        margin-right: 0;
        display: inline-block;
    }
    .slide-beginners__ul li:before{
        width: 12px;
        height: 3px;
    }
}

/* партнерская программа */
.stocks-teaser.partner{
    background: url(../img/coop/coop-bg.jpg) center no-repeat;
    background-size: cover;
}
.stocks-teaser.partner h1{
    position: relative;
}
.stocks-teaser.partner h1::after{
    position: absolute;
    content: '';
    width: 70%;
    height: 3px;
    background: red;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.coop-blocks{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.coop-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}
.coop-block__left{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    text-align: center;
}
.coop-block__right{
    transform: rotate(-90deg);
}
.coop-block{
    width: 20%;
}
h2.coop-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 70px 0;
}
h3.coop-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 70px 0;
}
.coop-block__text{
    margin-top: 16px;
}
.income-descr{
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.coop-btn{
    padding: 16px 30px;
    font-weight: 200;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #39b88c;
    transition-timing-function: ease-in;
    transition-duration: .2s;
    display: inline-block;
}
.coop-btn:hover{
    color: #39b88c;
    background-color: white;
    border: 1px solid #39b88c;
    text-decoration: none;
}
.advantages-blocks{
    display: flex;
    margin-bottom: 70px;
}
.advantages-block__img{
    width: 40%;
    background: url(../img/coop/coop-community.jpg) center no-repeat;
    background-size: cover;
    background-position-y: bottom;
}
.advantages-block{
    width: 60%;
    margin-left: 60px;
}
.advantages-block ul{
    margin-bottom: 30px;
}
.advantages-block ul li{
    list-style-type: decimal;
    font-weight: bold;
    margin: 10px 0 10px 20px;
    font-size: 16px;
}
.advantages-block ul li:first-child{
    margin-top: 0;
}
.advantages-block ul li span{
    font-weight: normal;
}
.coop{
    margin-top: 120px;
}
.coop-partner__blocks{
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
}
.coop-partner__block{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 300px;
    height: 200px;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}
.coop-partner__block:nth-child(1){
    background: url(../img/coop/coop-1.jpg) center no-repeat;
    background-size: cover;
}
.coop-partner__block:nth-child(2){
    background: url(../img/coop/coop-2.jpg) center no-repeat;
    background-size: cover;
}
.coop-partner__block:nth-child(3){
    background: url(../img/coop/coop-3.jpg) center no-repeat;
    background-size: cover;
}
.coop-partner__descr{
    font-size: 16px;
    background: #fb0720;
    width: 100%;
    padding: 5px 0; 
    text-align: center;
    font-weight: bold;
}
.coop-income__blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coop-income__blocks .coop-income__block:nth-child(1){
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.income-range__flow{
    font-size: 16px;
    margin: 30px 0;
}
.income-range__income{
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0;
}
.income-range__income.income-slider{
    margin: 10px 0 30px 0;
}
.coop-income__blocks .coop-income__block:nth-child(2){
    width: 60%;
    display: flex;
    background: #ececec;
    padding: 50px 20px 0 20px;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    margin: 0 1%;
    width: 12.5%;
    position: relative;
}
.income-lot__text{
    position: absolute;
    bottom: -30px;
    font-size: 16px;
}
.income-lot__money{
    font-weight: bold;
    margin-bottom: 5px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot .income-lot__img{
    background: url(../img/coop/gradient.png) center no-repeat;
    background-size: auto;
    background-position-y: bottom;
    width: 100%;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(1) .income-lot__img{
    height: 20px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(2) .income-lot__img{
    height: 40px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(3) .income-lot__img{
    height: 70px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(4) .income-lot__img{
    height: 100px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(5) .income-lot__img{
    height: 140px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(6) .income-lot__img{
    height: 200px;
}
.coop-income__blocks .coop-income__block:nth-child(2) .income-lot:nth-child(7) .income-lot__img{
    height: 260px;
}
@media (max-width: 1000px){
    h3.coop-title{
        margin: 70px 0 30px 0;
        font-size: 22px;
    }
    h2.coop-title{
        font-size: 22px;
        margin: 70px 0 30px 0;
    }
    .coop-block{
        width: 250px;
        margin-bottom: 30px;
    }
    .advantages-blocks{
        flex-direction: column;
        align-items: center;
    }
    .advantages-block{
        margin-left: 0;
        width: 100%;
        max-width: 600px;
    }
    .advantages-block__img{
        height: 250px;
        width: 100%;
        max-width: 400px;
        margin-bottom: 40px;
    }
    .coop-btn{
        display: block;
        margin: 0 auto;
        width: 200px;
    }
    .coop-income__blocks{
        justify-content: center;
    }
    .coop-income__blocks .coop-income__block:nth-child(1){
        width: 100%;
        max-width: 550px;
    }
    .coop-income__blocks .coop-income__block:nth-child(2){
        width: 100%;
        max-width: 850px;
    }
    .income-range__income.income-slider{
        margin: 10px 0 15px 0;
    }
    .income-range__income{
        margin: 15px 0;
    }
    .coop{
        margin-top: 70px;
    }
    .coop-partner__block{
        margin: 20px 0;
        width: 320px;
        height: 210px;
    }
    .coop-block__left{
        margin-right: 0px;
    }
    .coop-block:last-child .coop-block__left{
        margin-right: 40px;
    }
    .edu_info_block p{
        font-size: 14px;
    }
    .coop-partner__blocks{
        flex-direction: column;
        align-items: center;
    }
    @media (max-width: 560px){
        .income-lot__money{
            font-size: 12px;
        }
        .income-lot__text{
            font-size: 12px;
            width: 48px;
            text-align: center;
        }
        .coop-partner__block{
            width: 300px;
            height: 200px;
        }
    }
}
/* партнерская программа конец*/

.download-img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.download-img {
    width: 175px !important;
    height: 51px !important;
    margin: 5px 40px !important;
}


h2.stocks-slider__h2{
    margin-bottom: 3rem;
}
.stocks-slider{
    margin-bottom: 50px;
}
.stocks-slider.slick-initialized .slick-slide{
    display: flex;
    justify-content: center;
    margin: 10px 20px;
}
.stocks-block:focus{
    border: unset;
}
.stocks-block__url{
    max-width: 448px;
    height: 276px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-decoration: none;
    cursor: pointer;
    font-weight: lighter;
}
a.stocks-block__url:hover{
    text-decoration: none;
}
a.stocks-block__url:focus{
    text-decoration: none;
    border: none;
    outline: none;
}
.stocks-block__title{
    background: #DC2020;
    color: #fff;
    font-size: 18px;
    padding: 8px 24px;
    margin: 0;
    text-transform: uppercase;
}
.stocks-block__descr{
    color: #fff;
    font-size: 18px;
    padding: 14px 24px;
    margin: 0;
    background: rgba(0,0,0,.48);
    font-size: 14px;
    min-height: 100px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    width: 100%;
}
.stocks-slider .slick-arrow{
    display: none!important;
}
.slick-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li{
    margin: 0 3px;
    display: inline-block;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: transparent;
    font-size: 0px;
    background: #C4C4C4;
}
.slick-dots li.slick-active{
    background: #DC2020;
}
.slick-dots li button{
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
}
.slick-dots li button:focus{
    outline: none;
}
@media (max-width: 900px){
    .stocks-block__title{
        font-size: 16px;
        display: block;
        width: 100%;
        text-align: center;
}
    }
}
@media (max-width: 720px){
    .stocks-block__descr{
        text-align: center;
    }
}

/*Стили футера*/
.footer-pmnt{
    display: flex;
    align-items: flex-start;
}
a.footer-pmnt__btn{
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #39b88c;
    text-decoration: none;
    outline: none;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    padding: 14px;
    margin: 10px 20px 0 0;
}
a.footer-pmnt__btn:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.footer-pmnt__cont{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 24px 0;
}
.footer-pmnt__item{
    width: 100%;
    max-width: 155px;
    min-width: 110px;
    margin: 8px;
}
.footer-pmnt__item img{
    margin: 0;
    width: 100%;
    height: auto;
}
@media (max-width: 720px){
    a.footer-pmnt__btn{
        margin: 20px 0;
    }
    .footer-pmnt{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-pmnt__cont{
        width: 100%;
        justify-content: space-around;
    }
}
/*Стили футера конец*/
@media (max-width: 420px){
    .feedback-text{
        height: 174px;
    }
    .feedback-slider{
        padding: 0 5px;
    }
}
.acctype .ftm-none{
    background: #fff;
    border-bottom: none;
}
.acctype .ftm-basic{
    background: #171D1F;
}
.acctype .ftm-standard{
    background: #39B88C;
}
.acctype .ftm-pro{
    background: #FB0720;
}
.acctype .table.acctype-table thead th h2{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 6px 0;
    white-space: nowrap;
}
.acctype .table.acctype-table thead th p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.acctype .table.acctype-table thead th{
    vertical-align: middle;
    width: 20%;
    position: relative;
    text-align: center;
    padding: 8px 8px 8px 20px;
}
.acctype .table.acctype-table thead th:nth-child(2){
    padding: 8px 8px 8px 8px;
}
.acctype tbody tr td{
    text-align: center;
    font-size: 16px;
}
.acctype .table.acctype-table tr td:first-child{
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.acctype .table.acctype-table thead th:first-child{
    width: 40%;
}
.acctype .table.acctype-table .triangle{
    position: absolute;
    top: 30%;
    right: -12px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
}
.triangle-black {
    border-color: transparent transparent transparent #171D1F;
}
.acctype .table.acctype-table{
    margin: 100px 0;
}
.acctype tbody{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.acctype tbody tr:nth-child(2n+1) {
    background-color: #ffffff
}

.acctype tbody tr:nth-child(2n) {
    background-color: #f2f2f2
}
.mobil-acctype-table td{
    text-align: center;
}
.mobil-acctype-table p{
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.mobil-acctype-table h2{
    margin: 0 0 6px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.mobil-acctype-table tbody tr:nth-child(2n+1) {
    background-color: #ffffff
}

.mobil-acctype-table tbody tr:nth-child(2n) {
    background-color: #f2f2f2
}
.mobil-acctype .ftm-basic{
    background: #171D1F;
    width: 100%;
    height: 100px;
}
.mobil-acctype .ftm-standard{
    background: #39B88C;
    width: 100%;
    height: 100px;
}
.mobil-acctype .ftm-pro{
    background: #FB0720;
    width: 100%;
    height: 100px;
}
.mobil-acctype .mobil-acctype__btn h2{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 6px 0;
    white-space: nowrap;
}
.mobil-acctype .mobil-acctype__btn p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.mobil-acctype__btn .triangle{
    position: absolute;
    bottom: -20px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
}
.mobil-acctype__btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.acctype .mobil-acctype-table tbody tr:first-child td:first-child{
    padding-top: 20px;
}
a.mobil-acctype__btn:hover, a.mobil-acctype__btn:active, a.mobil-acctype__btn:focus {
    color: #ffffff;
    transition: all 0.2s;
    text-decoration: none;
}
.mobil-acctype{
    display: none;
}
@media (max-width: 992px){
    .acctype .table.acctype-table thead th{
        padding: 8px 8px 8px 8px;
    }
}
@media (max-width: 972px){
    .acctype .table.acctype-table thead th h2{
        font-size: 16px;
    }
    .acctype .table.acctype-table thead th p{
        font-size: 12px;
    }
    .acctype tbody tr td{
        font-size: 14px;
    }
    .acctype .table.acctype-table thead th{
        padding: 6px;
        width: 22%;
    }
    .acctype .table.acctype-table thead th:first-child{
        width: 34%;
    }
}
@media (max-width: 670px){
    .desctop-acctype{
        display: none;
    }
    .mobil-acctype{
        display: block;
    }
}

.big-img__close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #000;
    border: 1px solid #919191;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    cursor: pointer;
}
.big-img__big-img{
    box-shadow: 0px 0px 10px 0px rgb(41 70 97 / 100%);
    z-index: 100000;
}
.banner_buffer{
    display: block;
    padding-top: 10rem;
}
.banner_new{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 80px 10px;
    min-height: 400px;
}
.banner_new h1{
    line-height: 1.2;
    font-size: 40px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: 95%;
    max-width: 1100px;
    margin: 10px 0;
}
.banner_new p{
    margin: 10px 0;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    width: 95%;
    max-width: 1100px;
}
@media (max-width: 670px){
    .banner_new{
        padding: 22px 5px;
        min-height: 260px;
    }
    .banner_buffer{
        margin-top: 6rem;
    }
    .banner_new h1{
        font-size: 18px;
    }
}
.margin-links{
    margin-top: 30px;
}
.row.margin-links p a {
    text-decoration: none;
}
.mobile_dep_btn{
	display: none;
}
@media (max-width: 767px){
    .margin-links{
        margin-top: 90px;
    }

    .mobile_dep_btn{
    	display: block;
    }
    .mobile_dep_btn a{
    	line-height: 1.3;
    }
    .navbar-toggle{
    	margin-bottom: 0;
    	margin-top: 3px;
    }
    .mobile_lang_switcher{
    	margin-bottom: 0;
    	margin-top: 8px;
    	align-items: center;
    }
    .login-btn-new{
    	height: 27px;
    }
}
.logo_url img.logo_url_img{
	display: none;
}
@media (max-width: 528px){
	.mobile_lang_switcher{
		padding-right: 0;
	    margin-right: 45px;
	}
	.mobile_lang_switcher>li>a>img{
		width: 29px;
	}
	.mobile_lang_switcher li:last-child{
		margin-right: 0;
	}
	.mobile_lang_switcher li>.login-btn-new{
		font-size: 10px;
		padding: 2px 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 1;
	}
	.navbar-toggle{
		margin-right: 0;
		margin-top: 6px;
	}
	.main-nav .nav-icon-hamburger{
		font-size: 28px;
	}
}
@media (max-width: 428px){
	.logo_url img{
		display: none;
	}
	.logo_url img.logo_url_img{
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.logo_url{
		position: relative;
	    display: block;
	    margin: 0;
	    padding: 0;
	    width: 39px;
	    height: 100%;
	}
}