.container {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-full {
    max-width: 1348px;
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.link-green {
    color: #539100;
    text-decoration: underline;
}

.black-link {
    color: #000;
    text-decoration: underline;
}

.heading-one {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #539100;
}

.heading-two {
    font-size: 25px;
    line-height: 42px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 24px;
}

#heading {
    min-height: 489px;
    background: #FFFFFF;
}

#heading .img-block {
    float: right;
    margin-right: -100px;
    margin-left: -100px;
}

#heading .heading-one {
    margin-bottom: 27px;
}

#heading .icon-plus {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.21);
    box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.21);
    border-radius: 5px;
    min-width: 70px;
    height: 70px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#heading .flex {
    margin-top: 34px;
}

#heading .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 40px;
    list-style: none;
}

#heading .breadcrumbs li {
    display: inline;
    font-size: 16px;
    line-height: 24px;
}

#community-traders {
    padding-top: 80px;
    background: #F9F9F9;
}

#community-traders .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    margin-bottom: 50px;
}

#community-traders .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#community-traders h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #71B219;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#community-traders .m-left {
    margin-left: 54px;
}

#community-traders .flex {
    margin-top: 40px;
}

#community-traders .flex .img-block {
    margin-right: 20px;
}

#community-traders ul {
    margin-bottom: 5px;
}

#community-traders ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

#community-traders ul li .icon {
    width: 45px;
    height: 45px;
    background: #E9E9E9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
}

#community-traders ul li p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

#community-traders .block-green {
    background: #F3F7F2;
    border: 4px solid #DAEBD8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 38px;
}

#community-traders .block-green p {
    font-size: 17px;
}

#community-traders .block-green a {
    font-weight: bold;
}

#job-benefits {
    padding-top: 94px;
    padding-bottom: 100px;
}

#job-benefits .container {
    max-width: 1240px;
}

#job-benefits .block-white {
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    border-radius: 9px;
    padding: 35px;
    padding-top: 60px;
}

#job-benefits .block-white .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    margin-bottom: 36px;
}

#job-benefits .block-white .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#job-benefits .block-white h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #71B219;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#job-benefits .block-white ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

#job-benefits .block-white ul li {
    padding-top: 30px;
    padding-bottom: 30px;
}

#job-benefits .block-white ul li .toggle {
    display: none;
}

#job-benefits .block-white ul li .toggle li {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#job-benefits .block-white ul li .toggle li img {
    margin-right: 15px;
    margin-top: 4px;
}

#job-benefits .block-white ul li .toggle span {
    font-weight: bold;
}

#job-benefits .block-white ul li .show2 {
    display: block;
}

#job-benefits .block-white ul .btn-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    color: #539100;
    cursor: pointer;
}

#job-benefits .block-white ul .btn-show p {
    margin-right: 30px;
    font-weight: bold;
}

#job-benefits .block-white ul .btn-show hr {
    height: 1px;
    background-color: #F2F2F2;
    width: 100%;
    margin-right: 27px;
}

#job-benefits .block-white ul .rotate svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#job-benefits .block-white ul .rotate {
    color: #000;
}

#job-benefits .block-white ul .rotate path {
    fill: #000;
}

#job-benefits .block-white .img-block {
    float: left;
    margin-top: -30px;
    margin-right: 30px;
}

#job-benefits .block-white .img-block-2 {
    margin-right: 40px;
}

#job-benefits .align-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#difference .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    margin-bottom: 50px;
}

#difference .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#difference h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #71B219;
    text-transform: uppercase;
}

#difference ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    min-height: 90px;
    position: relative;
}

#difference ul li img {
    position: absolute;
    right: 29px;
    top: 18px;
}

#difference .trader-benefits li:first-child {
    min-height: 58px;
}

#difference .work-broker {
    min-width: 400px;
    margin-left: 30px;
    background: #F0F1F2;
    border: 3px solid #F0F1F2;
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

#difference .work-broker li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#difference .work-broker li img {
    float: right;
}

#difference .work-broker li .text-d {
    display: block;
}

#difference .work-broker li .text-m {
    display: none;
}

#difference .work-broker li:first-child {
    min-height: 58px;
    background-color: #FFFFFF;
    text-align: center;
}

#difference .work-broker li:first-child p {
    text-transform: uppercase;
}

#difference .work-moft {
    min-width: 400px;
    margin-left: 30px;
    background: #FFFFFF;
    border: 3px solid #71B219;
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

#difference .work-moft li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#difference .work-moft li img {
    float: right;
}

#difference .work-moft li .text-d {
    display: block;
}

#difference .work-moft li .text-m {
    display: none;
}

#difference .work-moft li:first-child {
    min-height: 58px;
    background-color: #F0F1F2;
    text-align: center;
}

#difference .work-moft li:first-child p {
    text-transform: uppercase;
}

#difference .flex {
    margin-top: 50px;
    margin-bottom: 50px;
}

#brokers-monitoring {
    padding-top: 70px;
}

#brokers-monitoring .block {
    position: relative;
}

#brokers-monitoring .block-white {
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#brokers-monitoring .block-white .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    margin-bottom: 18px;
}

#brokers-monitoring .block-white .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#brokers-monitoring .block-white .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#brokers-monitoring .block-white .flex img {
    margin-right: 24px;
}

#brokers-monitoring .block-green {
    background: #71B219;
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.23);
    border-radius: 0 0 6px 6px;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: -5px;
}

#reviews {
    padding-top: 50px;
}

#reviews h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #71B219;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#reviews .img-block {
    float: right;
}

#trader-contests {
    padding-top: 60px;
    padding-bottom: 55px;
}

#trader-contests .container {
    max-width: 1240px;
}

#trader-contests h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #2B4722;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#trader-contests .block-green {
    background: #F0F1F2;
    border: 4px solid #DAEBD8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px 45px;
}

#trader-contests ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#trader-contests ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#trader-contests ul li .icon {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.21);
    box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.21);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

#trader-contests ul li p {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

#expert-opinion {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #F3F7F2;
}

#expert-opinion .heading-two {
    font-size: 28px;
    line-height: 36px;
}

#expert-opinion .opinion-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 50px;
}

#expert-opinion .opinion-text {
    max-width: 870px;
    width: 100%;
}

#expert-opinion .opinion-text p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
}

#expert-opinion .quote-before {
    margin-bottom: 16px;
}

#expert-opinion .quote-after {
    float: right;
    margin-top: 16px;
}

#expert-opinion .opinion-user {
    text-align: center;
    margin-left: 30px;
}

#expert-opinion .opinion-user p {
    font-size: 16px;
    line-height: 24px;
}

#expert-opinion .opinion-user img {
    -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
}

#author {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F9F9F9;
}

#author .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#author .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#author .author-info {
    background: #F3F7F2;
    border: 4px solid #DAEBD8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 260px;
    width: 100%;
    margin-top: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    font-size: 16px;
}

#author .author-photo {
    border-right: 1px solid rgba(34, 36, 41, 0.12);
    padding-left: 70px;
    width: 42%;
}

#author .author-photo .author-name p {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 24px;
}

#author .avatar {
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 30px;
}

#author .user {
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 90px;
    -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
}

#author .user img {
    border-radius: 90px;
    width: 300px;
    margin-left: -70px;
}

#author .edit {
    width: 40px;
    background-image: url(/ru/assets/src/pages/pochemu-s-moft-vygodnee/img/edit-green.svg);
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    border-radius: 60px;
    top: 84px;
    left: 84px;
    position: absolute;
}

#author .author-description {
    padding-left: 30px;
    padding-right: 70px;
    width: 58%;
}

#author .author-description p {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 24px;
}

#author .author-description p span {
    margin-right: 20px;
}

#author .author-description p :last-child {
    margin-bottom: 0px;
}

#author .author-description p:last-child {
    margin-bottom: 0px;
}

#faq {
    padding-bottom: 80px;
}

#faq .heading-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#faq .heading-two img {
    margin-right: 20px;
    margin-top: 5px;
}

#faq .faq-list .faq-item {
    border-radius: 5px;
    margin-top: 10px;
}

#faq .faq-list .faq-item .question {
    font-weight: 600;
    min-height: 64px;
    font-size: 22px;
    line-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 20px;
    background: #FFFFFF;
}

#faq .faq-list .faq-item .question .number {
    min-width: 37px;
    height: 37px;
    background: #71B219;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 14px;
}

#faq .faq-list .faq-item .question .question-text {
    width: 92%;
}

#faq .faq-list .faq-item .question img {
    margin-top: 15px;
}

#faq .faq-list .faq-item .question .image {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#faq .faq-list .faq-item .question .image path {
    fill: #539100;
}

#faq .faq-list .faq-item .question:hover {
    -webkit-box-shadow: 17px 17px 31px rgba(0, 0, 0, 0.04);
    box-shadow: 17px 17px 31px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    cursor: pointer;
}

#faq .answer {
    display: none;
    padding: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 48px;
    background: #F0F1F2;
    margin-top: 16px;
    padding: 20px;
    margin-left: 20px;
    position: relative;
}

#faq .answer:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    bottom: 0px;
    border: 10px solid transparent;
    border-right: 10px solid #F0F1F2;
    border-bottom: 10px solid #F0F1F2;
}

#faq .show {
    display: block;
}

@media (max-width: 1266px) {
    #heading .img-block {
        margin-top: 80px;
    }

    #difference .work-broker {
        min-width: 350px;
        margin-left: 10px;
    }

    #difference .work-moft {
        min-width: 350px;
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    #heading .img-block {
        display: none;
    }

    .heading-two {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    #difference .work-broker {
        min-width: 250px;
    }

    #difference .work-moft {
        min-width: 250px;
    }

    #author .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #author .flex .author-name {
        margin-top: 30px;
    }

    #expert-opinion .opinion-info {
        padding: 0px;
    }

    #faq .faq-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 769px) {
    #heading {
        padding-bottom: 0px;
    }

    #heading .heading-info {
        width: 100%;
    }

    #heading .logo-info {
        margin-bottom: 30px;
        width: 100%;
    }

    #heading .logo-info .row {
        display: block;
    }

    #banner .container img {
        margin-top: 0px;
    }

    #author .author-photo {
        padding-left: 30px;
    }

    #faq .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .heading-one {
        font-size: 28px;
        line-height: 35px;
    }

    .heading-two {
        font-size: 15px;
        line-height: 24px;
    }

    #difference .work-broker li .text-d {
        display: none;
    }

    #difference .work-broker li .text-m {
        display: block;
    }

    #difference .work-moft li .text-d {
        display: none;
    }

    #difference .work-moft li .text-m {
        display: block;
    }

    #heading {
        padding-bottom: 30px;
    }

    #heading b {
        text-align: center;
        display: block;
    }

    #heading .icon-plus {
        min-width: 70px;
        height: 70px;
        margin: auto;
        margin-bottom: 20px;
    }

    #heading .icon-plus img {

    }

    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-white {
        padding: 15px !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #community-traders .block-green {
        padding: 30px;
    }

    #heading .heading-one {
        text-align: center;
    }

    #job-benefits .block-white .img-block {
        float: none;
        margin: 0px;
        width: 100%;
        margin-bottom: 40px;
    }

    #difference .trader-benefits li:first-child {
        display: block;
    }

    #difference .trader-benefits li {
        display: none;
    }

    #difference .work-broker {
        width: 100%;
        margin-left: 0px;
    }

    #difference .work-moft {
        width: 100%;
        margin-left: 0px;
        margin-top: 34px;
    }

    .heading-two {
        font-size: 18px !important;
        line-height: 24px !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    .heading-two img {
        display: none;
    }

    #community-traders .m-left {
        margin-left: 0px;
    }

    #community-traders .flex .img-block {
        width: 100%;
    }

    #difference .work-broker li img {
        float: none;
        position: initial;
        margin: 0px;
    }

    #difference .work-broker li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }

    #difference .work-moft li img {
        float: none;
        position: initial;
        margin: 0px;
    }

    #difference .work-moft li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }

    #brokers-monitoring .block-white .flex img {
        width: 100%;
    }

    #reviews .img-block {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    #trader-contests .block-green {
        padding: 20px;
    }

    p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #expert-opinion .opinion-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #expert-opinion .opinion-user {
        margin-left: auto;
        margin-right: auto;
    }

    #author {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #author .author-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 15px;
        border: 2px solid #DAEBD8;
    }

    #author .author-info .author-photo {
        width: 100%;
        border-right: 0px;
        padding-left: 15px;
        padding-bottom: 15px;
    }

    #author .author-info .author-description {
        width: 100%;
        padding: 15px;
    }

    #author .button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #author .button-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #author .button-right {
        width: 100%;
        margin-left: 0px;
    }

    #faq {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    #faq p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #faq .faq-item .question {
        padding-left: 10px !important;
    }

    #faq .faq-item .faq-logo {
        padding-left: 0px;
        padding-right: 15px;
    }

    #faq .faq-item .question {
        margin-left: -10px;
        margin-right: -10px;
    }

    #faq .faq-item .question .number {
        min-width: 28px !important;
        height: 28px !important;
        margin-right: 10px !important;
    }
}

.block-nav-container {
    max-width: 1190px;
}
.block-nav-container.is-fixed {
    max-width: none;
}
.ya-share2-icons .container {
    max-width: 1190px;
    margin: auto;
}
.bg-white {
    background: #fff;
}

/* FIX margins & paddings (start) */

#community-traders {
    padding-top: 25px;
}
#community-traders .heading-two {
    margin-bottom: 27px;
}
#community-traders .block-green {
    margin-top: 15px;
}
#job-benefits {
    padding-top: 60px;
    padding-bottom: 40px;
}
#job-benefits .block-white {
    padding: 50px 35px 35px;
}
#job-benefits .block-white .heading-two {
    margin: 0 0 34px;
}
#job-benefits .block-white ul {
    margin-top: 0px;
}
#job-benefits .block-white ul li {
    padding-bottom: 0;
}
#difference .heading-two {
    margin: 0 0 30px;
}
#brokers-monitoring {
    padding-top: 50px;
}
#trader-contests {
    padding-top: 45px;
}
#expert-opinion {
    padding-bottom: 50px;
}
#author {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-author__body {
    margin-top: 35px;
}
.block-author__header-title.left{
    font-size: 25px;
    line-height: 42px;
}
#faq {
    padding-bottom: 60px;
}

@media (max-width: 576px) {
    #heading {
        padding-bottom: 0px;
    }
    #heading .breadcrumbs {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #heading .breadcrumbs li {
        font-size: 14px;
        line-height: 14px;
    }
    .heading-one {
        line-height: 26px;
    }
    #heading .heading-one {
        margin-bottom: 5px;
    }
    #heading .flex {
        margin-top: 0px;
    }
    #heading .icon-plus {
        margin: auto auto 1px;
    }
    #community-traders {
        padding-top: 0px;
    }

    .heading-two {
        margin-bottom: 3px!important;
        align-items: center !important;
    }
    #community-traders .flex {
        margin-top: -23px;
    }
    #community-traders .flex .img-block {
        margin-bottom: -17px;
    }
    #community-traders h3 {
        margin-bottom: 0px;
    }
    #community-traders ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #community-traders .block-green {
        margin-top: 6px;
    }
    #community-traders .block-green {
        padding: 5px 30px;
    }

    #job-benefits {
        padding-top: 15px;
    }
    #job-benefits .block-white .img-block {
        margin: -26px 0 5px;
    }
    #job-benefits .block-white ul li {
        padding-top: 0px;
    }
    #job-benefits .block-white h3 {
        margin-bottom: 0px;
    }
    #job-benefits .block-white ul .btn-show {
        margin-top: -4px;
    }
    #job-benefits .block-white ul li .toggle li {
        padding-top: 0px;
        padding-bottom: 1px;
    }
    #job-benefits .block-white ul {
        margin-bottom: 1px;
    }
    #job-benefits br {
        display: none;
    }
    .block-white {
        padding: 15px 15px 5px!important;
    }
    #job-benefits {
        padding-bottom: 4px;
    }

    #difference .flex {
        margin-top: 2px;
    }
    #difference .trader-benefits li:first-child {
        min-height: 28px;
    }

    #difference .work-broker li:first-child{
        min-height: 35px;
    }
    #difference ul li {
        min-height: 63px;
    }
    #difference .work-moft {
        margin-top: 10px;
    }
    #difference .work-moft li:first-child {
        min-height: 35px;
    }
    #difference .flex {
        margin-bottom: 5px;
    }
    #brokers-monitoring {
        padding-top: 6px;
    }
    .block-white {
        padding: 3px 15px 5px!important;
    }
    #brokers-monitoring .block-white .flex {
        margin-top: -15px;
    }
    #brokers-monitoring .block-white .flex img {
        margin-bottom: -10px;
    }

    #reviews {
        padding-top: 10px;
    }
    #reviews h3 {
        margin-bottom: 3px;
    }
    #reviews .img-block {
        margin-bottom: 2px;
    }
    #reviews br {
        display: none;
    }

    #trader-contests {
        padding-top: 5px;
    }
    #trader-contests .block-green {
        padding: 5px 20px;
    }
    #trader-contests h3 {
        margin-bottom: 0px;
    }
    #trader-contests ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #trader-contests ul li {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #trader-contests br {
        display: none;
    }
    #trader-contests {
        padding-bottom: 7px;
    }

    #expert-opinion {
        padding-top: 3px;
        padding-bottom: 10px;
    }
    #expert-opinion .quote-before {
        margin-bottom: 4px;
    }
    #expert-opinion br {
        display: none;
    }
    #expert-opinion .quote-after {
        margin-top: 0px;
    }
    #expert-opinion .opinion-user img {
        margin-bottom: -21px;
    }

    .block-author {
        padding-top: 2px !important;
        padding-bottom: 0px !important;
    }
    .block-author__body {
        margin-top: 8px;
        padding: 5px 15px 5px !important;
    }
    .block-author__about .paragraph {
        margin-bottom: 1px;
    }
    .block-author__about {
        margin-top: 4px;
    }
    .block-author__name {
        line-height: 17px !important;
    }
    .buttons-group {
        padding-bottom: 4px;
    }
    .block-author__header-title.left {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }

    #faq {
        margin-top: 5px !important;
        margin-bottom: 20px !important;
        padding-top: 0px;
    }
    .faq-list {
        margin-top: 5px !important;
    }
    .faq-list__item-question {
        padding: 3px 20px !important;
    }
    .faq-list__item {
        margin-top: 0px !important;
    }
    .faq-list__item-answer_active {
        margin: 10px 15px 5px !important;
        padding: 4px 25px !important;
    }
    #faq .faq-list .faq-item .question {
        min-height: 50px;
    }
    #faq p {
        font-size: 15px!important;
        line-height: 19px!important;
    }
    #faq .faq-list .faq-item {
        margin-top: 5px;
    }
    #faq .answer {
        margin-top: 5px;
        padding: 5px 20px;
    }
}

/* FIX margins & paddings (end) */
.block-nav-container.is-fixed {
    z-index: 39;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    min-height: none;
    background-color: #f3f7f2;
    border-bottom: 1px solid rgba(34, 36, 41, .12);
    margin-top: 0;
}