.page-comission .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat
}

.page-comission .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

.page-comission .filters .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    background: none;
}

.page-comission .filter-window .button-wrapper {
    margin-top: 15px;
}

.page-comission .top_block .subtitle {
    font-weight: bold;
    color: #ef1313;
    font-size: 24px;
}

#rollin-comission {
    position: absolute;
    background: url(../images/banner-golf.png) 0 0 no-repeat;
    width: 664px;
    height: 271px;
    bottom: -25px;
    left: 100px;
}

.page-comission .banner {
    width: 680px;
    margin-left: auto;
    padding-top: 80px;
}

.page-comission select.custom{
    text-transform: uppercase;
    font-weight: bold;
}

.page-comission .filter-value {
    display: flex;
    justify-content: space-between;
}

.page-comission .filter-value .year {
    width: 45%;
}

.page-comission .red-button,
.page-comission .black-button{
    width: 100%;
    margin-bottom: 10px;
}

.page-comission .terms-link {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.page-comission .terms-link:hover {
    text-decoration: underline;
}

.page-comission h1 {
    margin: 0;
    padding: 0;
    font-size: 67px;
    font-weight: 900;
}

.page-comission .counters {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.page-comission .counter {
    font-size: 16px;
    font-weight: bold;
}

.exchange-steps h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0 50px 0;
}

.exchange-steps .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exchange-steps .steps .step {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 330px;
    margin: 20px 0 20px 0;
    min-height: 80px;
    position: relative;
}

.exchange-steps .steps .step .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 50px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    min-height: 40px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.exchange-steps .steps .step .text {
    font-size: 16px;
    font-weight: normal;
}

.exchange-steps .steps .step-2 .title {
    background-position: -460px 0;
}

.exchange-steps .steps .step-3 .title {
    background-position: -940px 0;
    margin-right: 0;
}

.exchange-steps .steps .step-4 .title {
    background-position: 0 -139px;
}

.exchange-steps .steps .step-5 .title {
    background-position: -460px -139px;
}

.exchange-steps .steps .step-6 .title {
    background-position: -935px -139px;
}

.popup_form#exchange .cost {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 10px;
}

.popup_form#exchange .add-sum-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.popup_form#exchange .add-sum-text span {
    color: #ff0000;
}

.why-fast {
    margin-top: 60px;
}

.why-fast h2 {
    font-size: 28px;
    font-weight: bold;
}

.why-fast .subtitle {
    font-size: 18px;
    width: 50%;
}

.why-fast .reasons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}

.why-fast .reasons .reason {
    width: 21%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 50px
}

.why-fast .reasons .reason .ico {
    height: 145px;
    background: url(../images/sprite-comission.png) 0 0 no-repeat;
}

.why-fast .reasons .reason-2 .ico {background-position: -360px 0;}
.why-fast .reasons .reason-3 .ico {background-position: -720px 0;}
.why-fast .reasons .reason-4 .ico {background-position: -1020px 0;}

.why-fast .reasons .reason-5 .ico {background-position: 0 -306px;}
.why-fast .reasons .reason-6 .ico {background-position: -360px -306px;}
.why-fast .reasons .reason-7 .ico {background-position: -720px -306px;}
.why-fast .reasons .reason-8 .ico {background-position: -1020px -306px;}

.why-fast .reasons .reason .title {
    height: 60px;
    font-size: 16px;
    font-weight: bold;
}

.why-fast .reasons .reason .details {
    height: 80px;
    font-size: 16px;
    color: #636363;
}

.comission-we-offer {
    background-color: #222222;
    color: #fff;
}

.comission-we-offer .wrapper {
    padding: 30px 0 60px;
}

.comission-we-offer h2 {
    font-size: 41px;
    font-weight: bold;
}

.comission-we-offer .steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}

.comission-we-offer .steps .step {
    width: 21%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    height: 190px;
}

.comission-we-offer .steps .number-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 60px;
}

.comission-we-offer .steps .number {
    font-size: 14px;
    color: #ff0d0d;
    font-weight: bold;
    width: 36px;
}

.comission-we-offer .steps .title {
    font-weight: bold;
}

.comission-we-offer .steps .text {
    font-size: 16px;
}

.comission-we-offer h3 {
    margin-bottom: 45px;
}

.commission-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.commission-options .commission-option {
    width: 32%;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 25px 25px 15px ;
}

.commission-options .commission-option.red {
    border: 1px solid #ff0d0d;
}

.commission-options .commission-option.yellow {
    border: 1px solid #eceb7d;
}

.commission-options .commission-option.green {
    border: 1px solid #88ec7d;
}

.commission-options .commission-option .title {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

.commission-options .commission-option .text {
    height: 150px;
    font-size: 16px;
}

.commission-options .commission-option .price {
    font-weight: bold;
    font-size: 16px;
}

.commission-options .commission-option .cta {
    padding-top: 20px;
}

.commission-private {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.commission-private a {
    color: #88ec7d;
}

.howto-commission .wrapper {
    padding: 90px 0;
}

.howto-commission .columns {
    display: flex;
    flex-direction: row;
}

.howto-commission .column-1 {
    padding-right: 50px;
}

.howto-commission .title {
    font-size: 41px;
    font-weight: bold;
}

.howto-commission .hint {
    padding-left: 20px;
    border-left: 7px solid #ef1313;
    margin-top: 70px;
    font-size: 18px;
}

.howto-commission .column-2 {
}

.howto-commission .steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 80px;
    width: 100%;
    justify-content: space-between;
}

.howto-commission .steps .step {
    height: 125px;
    width: 50%;
}

.howto-commission .step .text {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 50px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    min-height: 50px;
    padding-bottom: 20px;
    padding-right: 30px;
    width: 400px;
}

.howto-commission .step.step-2 .text {
    background-position: -460px 0;
}

.howto-commission .step.step-3 .text {
    background-position: -940px 0;
    margin-right: 0;
}

.howto-commission .step.step-4 .text {
    background-position: 0 -139px;
}