html {
}
h1, h2, h3 {
    text-align: left;
}
.mainPageSubTitles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainPageSubTitles:first-of-type {
    flex-grow: 2;
}
#mobNavBut {
    display: none;
    position: absolute;
    right: 0;
    top: 7px;
    width: 70px;
    height: 45px;
    background:  url(/img/mobMenuIcon.png) no-repeat right;
    background-size: contain;
    border-radius: 7px;
    cursor: pointer;
    z-index: 17;
    text-align: left;
    padding-left: 14px;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    text-transform: uppercase;
}
#topMenu ul {
    padding-left: 3px;
}

.paymenBlock {
    display: flex;
    flex-direction: row;
}
input.deposit-text-amount {
    width: 130px;
}
.paymenBlock div:nth-child(2) {
    padding-left: 21px;
}
.footerLogosBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerLogosBlock a {
    display: block;
    margin: 7px;
}
.currencyTable {
    display: grid;
    grid-template-columns: 77px 77px 77px 77px 77px 77px;
    grid-gap: .5rem;
}
.contactsBlock {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 21px auto;
}
.contactsBlock div {
    flex-grow: 1;
    margin: 0;
    padding: 14px;
    border: solid 1px #ccc;
}
@media(max-width:1199px) {
}
@media(max-width:991px) {
}
@media(max-width:814px) {
    #intro, #fourthTopBlock {
        display: none;
    }
#threeTopBlocks {
    margin-top: 77px;
    width: 100%;
}
#threeTopBlocks * {
    font-size: 13px!important;
    animation: none!important;
}
.accountReview {
    animation: none!important;
}

#signUpBlock {
    display: none;
    flex-flow: column;
}
.flexColumns {
    flex-direction: column;
}
.txtVerticalBlock {
    font-size: 100%;
    width: 100%;
    margin-top: 21px;
}
.mainPageBlock {
    padding: 0!important;
}

#testimonials {
    height: 590px;
}
.column50x50 {
    width: 100%;
}
.container {
    padding: 0;
}
.f_header {
    margin: 0 auto 17px;
    font-size: 21px;
    line-height: 1;
}

h3 {
    font-size: 21px;
}
.mainPageBlock {
    box-shadow: none;
}
.desc {
    margin: 0;
}
.left-pattern::before {
    width: 7px;
}
.left-pattern {
    padding-left: 14px;
}

.img-fluid {
    height: 114px;
}
.contactsTable {
    font-size: 13px;
}
.footerWarningBlock {
    padding: 7px;
}
.section-header {
    margin-bottom: 17px!important;
}

    * {
        box-sizing: border-box;
    }
body {
        width: 100%;
        min-width: 0;
    }
.downloads .downloads-cont .downloads-in-block .desc {
        width: 100%;
    }
.background-other {
        background-size: cover;
    }
.downloads .downloads-cont .downloads-right-block {
        width: 100%;
    }
.bank-details .bank-details-desc {
        padding: 25px 14px 25px 7px;
    }
.header-top .logo-div {
        width: 210px;
    }
#mobNavBut {
        display: block;
    }
.hideInMob {
        display: none;
    }
.slide-item {
        padding: 0 21px;
    }
.slide-item h1 {
        font-size: 28px;
    }
.slide-item li {
        line-height: 28px;
        font-size: 17px;
    }
header {
        max-width: 100%;
    }
section {
        overflow: hidden;
/*        padding: 14px; */
        padding: 7px;
    }
.header-social {
        left: 0;
        top: 3px;
        text-align: right;
        line-height: 29px;
    }
.header-top .lang-div .sign {
    }
.header-top .lang-div {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
.wrapper {
        min-width: 0;
        width: 100%;
    }
.header-top::after {
        display: block;
        width: 100%;
        height: 14px;
        border-bottom: solid 2px #ee8b36;
    }
.header-nav nav ul li {
        display: block;
    }
.static {
        width: 100%;
    }
.main-menu {
        height: auto;
        min-width: 0;
    }
.main-menu ul {
        width: 100%;
    }
.main-menu ul li {
        float: none;
        height: 35px;
        width: auto;
        line-height: 35px;
    }
.header-nav nav#topMenu {
        position: absolute;
        right: 0;
        top: 56px;
        width: 42%;
        background: #fff;
        height: auto;
        z-index: 20;
    }
.header-nav .header-sub-menu {
        position: absolute;
        top: 0;
        left: -210px;
        width: 210px;
        display: none;
        margin: 0;
        padding: 0;
        text-align: left;
        z-index: 37;
        max-height: 500px;
    }
.header-nav nav ul li:hover ul.header-sub-menu {
        display: block;
    }
.header-nav nav ul li a {
        line-height: 3px;
        height: 28px;
        width: 100%;
    }
.header-nav nav ul li:hover {
    }
.header-nav .shadow {
        display: none;
    }
.header-nav nav ul {
        text-align: left;
    }
section.traiders ul {
        width: 100%;
    }
section.traiders ul li {
        width: 100%;
        height: auto;
        float: none;
    }
section.traiders ul li .traider-link {
        padding: 0 30px;
    }
section.traiders ul li .traider-link {
        height: auto;
    }
.table-container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        font-size: smaller;
        overflow-x: scroll;
        overflow-y: hidden;
        box-sizing: border-box;
    }
.table-container table th {
    font-size: 13px;
}
.table-container table {
        width: 90%;
        margin: 0 auto;
    }
.table-container table th, .table-container table td {
        padding: 7px;
        border: solid 1px #ccc;
        text-align: left;
    }
.account-choose {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
.account-choose .account-ul .account-li {
        width: 100%;
        float: none;
    }
.account-block {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
.account-block .account-div .account-in-div {
        float: none;
        width: 100%;
    }
.account-div[data-type=demo] {
        width: 100%;
        height: auto;
    }
.static .static-block {
        width: 100%;
        float: none;
    }
.static-block-full {
        padding: 3px;
    }
.gen_list {
        margin: 10px 14px 20px;
    }
.s_header {
        margin: 20px 14px 5px;
    }
.account-block .account-div .account-in-div .account-div-cont {
        padding: 40px 13px 7px;
    }
.product {
        display: flex;
        flex-flow: column;
        width: 100%;
/*        padding: 14px; */
    }
.product .meta-trader {
        width: 100%;
        padding: 0;
        float: none;
    }
.product .benefits {
        float: none;
        width: 100%;
        padding: 0 13px 7px 28px;
        background-color: #dcebf3;
    }
.product-dl {
        margin: 13px 0 0;
    }
.downloads-white .downloads-white-cont {
        width: 100%;
    }
.downloads-white .downloads-white-cont .down-block {
        width: 100%;
        float: none;
    }
.downloads-white .downloads-white-cont .down-block .downloads-in {
        padding: 5px 14px;
    }
.down-bottom .downloads-cont,  .downloads-cont {
        height: auto;
        background-image: none;
    }
.down-bottom .downloads-one-right {
        width: 100%;
        padding-left: 14px;
    }
.downloads .downloads-cont {
        width: 100%;
    }
.download-button-blue {
        width: 100%;
    }
.deposit-box {
        padding: 3px;
    }
.paymenBlock {
        flex-direction: column;
    }
.paymenBlock div:nth-child(1), .paymenBlock div:nth-child(2) {
        width: 100%;
    }
.paymenBlock div:nth-child(2) {
        padding-left: 14px;
        padding-right: 14px;
    }
.skype-chat {
        display: none;
        left: 17px;
        bottom: 17px;
    }
.footer-content {
        width: 100%;
        padding: 14px;
    }
.footer-content .ftr-logo {
        display: none;
    }
.ftr-top {
        display: none;
    }
.fotorama {
        display: none;
    }
.news {
        width: 100%;
        max-width: 980px;
    }
.news .news-left-div {
        display: none;
    }
.news .news-right-div {
        width: 100%;
        float: none;
    }
.contacts {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
.contacts .contacts-left-block, .contacts .contacts-right-block {
        width: 100%;
        float: none;
    }
.static .static-title {
        padding: 7px 0 0 40px;
    }
.calendarBlock iframe {
        width: 350px;
    }
.currencyTable {
        grid-template-columns: 30% 30% 30%;
    }
.contactsBlock {
        flex-direction: column;
    }
.calendarFrame iframe {
        width: 100%!important;
    }

.footerContainer {
    flex-wrap: wrap;
}


}

