body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background: #000;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block {
    display: block
}

.container {
    max-width: 1200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px
}

a {
    text-decoration: none
}

button,
input,
textarea {
    outline: none
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

ul {
    list-style: none
}

h2 {
    font-size: 52px
}

.green {
    color: #52d700
}

.header {
    background: url("../img/headBg.png") center 80px no-repeat;
    background-size: 1200px
}

.header .container {
    position: relative
}

.header .ui-selectmenu-button.ui-button {
    position: absolute !important;
    top: 20px !important;
    right: 25px !important;
    margin-right: 0
}

.header-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 240px 0 200px 0
}

.header-block .btn {
    width: 17%;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

.header-item {
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0;
    background: #222321
}

.header-item:nth-child(1) {
    border-radius: 20px 20px 20px 0px;
    width: 42%
}

.header-item:nth-child(2) {
    background: rgba(82, 215, 0, .2);
    border-radius: 20px;
    padding: 20px 24px;
    width: 57%
}

.header-item:nth-child(3) {
    border-radius: 0px 20px 20px 20px;
    width: 82%
}

.header-item h1 {
    font-size: 62px;
    text-transform: uppercase;
    color: #fff
}

.header-item p {
    color: #fff;
    font-size: 28px
}

.header-item p span {
    font-weight: 700
}

.lang {
    list-style: none;
    position: relative;
    margin-left: auto;
    width: 49px;
    margin-top: 10px
}

.lang li a {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.lang li.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.lang li.current:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/down.png") center no-repeat;
    background-size: contain;
    display: inline-block
}

.lang .drop {
    background: #222321;
    border-radius: 12px;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    display: none;
    width: 49px;
    position: absolute;
    left: 0;
    top: 24px
}

.lang .drop li {
    margin: 5px 0
}

.lang .drop li a:hover {
    color: #ccc
}

.team {
    background: #ffff09 url("../img/teamBg.png") center 50px no-repeat;
    background-size: 1120px;
    border-radius: 50px;
    padding: 150px 0
}

.team-img {
    text-align: center
}

.team h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 48px
}

.team h2 b {
    font-weight: 700
}

.team-block {
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.team-item {
    border-radius: 50px;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute
}

.team-item:nth-child(1) {
    top: 100px
}

.team-item:nth-child(2) {
    left: 0;
    bottom: 70px
}

.team-item:nth-child(3) {
    border-radius: 32px;
    padding: 16px 36px;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.team-item:nth-child(3) p {
    color: #000;
    text-align: center
}

.team-item:nth-child(4) {
    right: 0;
    top: 160px
}

.team-item:nth-child(5) {
    right: 30px;
    bottom: 50px
}

.team-item.wt {
    background: #fff
}

.team-item.pk {
    background: #df3efa
}

.team-item.bk {
    background: #000
}

.team-item.bl {
    background: #268be9
}

.team-item.gr {
    background: #0fda17
}

.team-item p {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 6px
}

.team-item img {
    vertical-align: middle
}

.work {
    padding: 150px 0;
    background: url("../img/workBg.png") center 70px no-repeat;
    background-size: 1100px
}

.work-block {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.work .title {
    margin-bottom: 60px
}

.work .title h2 {
    color: #fff
}

.work .title h2:first-child {
    margin-bottom: 60px;
    font-weight: 400
}

.work-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work-bottom h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500
}

.work-bottom .btn {
    padding: 24px 40px;
    text-align: center
}

.condition {
    padding: 100px 60px 130px 60px;
    border-radius: 50px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.condition h2 {
    text-align: center;
    margin-bottom: 70px
}

.condition h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 32px
}

.btnBlock {
    text-align: center
}

.btn-grey {
    border-radius: 20px;
    border: 2px dashed #000;
    padding: 24px 40px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 390px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn-grey:hover {
    border: 2px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.info {
    text-align: center;
    margin-bottom: 80px
}

.info-item {
    background: #000;
    border-radius: 20px;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.info-item:first-child {
    -webkit-transform: rotate(2.121deg);
    -ms-transform: rotate(2.121deg);
    transform: rotate(2.121deg);
    margin-bottom: 40px
}

.info-item:nth-child(2) {
    -webkit-transform: rotate(-2.214deg);
    -ms-transform: rotate(-2.214deg);
    transform: rotate(-2.214deg)
}

.info-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.info-item img {
    vertical-align: middle
}

.info .plus {
    margin: 20px 0;
    font-size: 100px;
    color: #000;
    font-weight: 700
}

.steps {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.steps:after {
    content: "";
    width: 100%;
    border-top: 4px dashed #000;
    position: absolute;
    left: 0;
    top: 94px
}

.steps-item {
    width: 320px
}

.steps-item-label {
    background: #52d700;
    border-radius: 12px;
    padding: 16px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin: 10px auto 0 auto
}

.steps-item-label:before {
    content: "";
    width: 25px;
    height: 42px;
    background: url("../img/step.png") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -45px;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.steps-item img {
    margin-bottom: 35px
}

.add {
    margin: 140px 0 150px 0
}

.add-block {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.add-block .item:nth-child(4),
.add-block .item:nth-child(5) {
    width: 49.4%;
    text-align: center
}

.add h2 {
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.add h2 img {
    margin-left: 20px
}

.item {
    border-radius: 32px;
    width: 32.5%;
    margin-bottom: 16px;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.item img {
    display: block;
    margin: 0 auto
}

.item p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px
}

.item.yl {
    background: #ffff09
}

.item.gr {
    background: #52d700
}

.item.bl {
    background: #268be9
}

.item.pk {
    background: #df3efa
}

.item.rd{
	background: #fa3e69;
}

.item .imgs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item .imgs img {
    margin: 0
}

.plus {
    font-size: 100px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 40px 0
}

.borderBlock {
    border-radius: 32px;
    border: 2px solid #52d700;
    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;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.borderBlock p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-left: 32px
}

.borderBlock .imgMoney {
    width: 32px;
    margin-left: 10px
}

.form {
    background: #222321 url("../img/formBg.png") center 60px no-repeat;
    background-size: 1000px;
    border-radius: 50px 50px 0 0;
    padding: 150px 0
}

.radio{
    margin: 10px 0 10px 20px;
}

.radio input{
    opacity: 0;
    height: 14px;
}

.radio label{
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.radioBlock{
    display: flex;
    align-items: flex-start;
}

.radio label:after{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 3px;
    background: #ffff09;
    opacity: 0;
}

.radio label:before{
    content: '';
    width: 20px;
    min-width: 20px;
    display: block;
    height: 20px;
    border: 2px dashed #ffff09;
    border-radius: 3px;
    margin-right: 10px;
}

.radio input:checked + label:after{
    opacity: 1;
}

.form h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 400
}

.form .title {
    text-align: center;
    max-width: 660px;
    width: 100%;
    margin: 0 auto 48px auto
}

.form .subtitle {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 38px
}

form {
    max-width: 660px;
    width: 100%;
    margin: 0 auto
}

form input {
    height: 64px;
    border-radius: 16px;
    background: #000;
    display: block;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px
}

form label {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block
}

form .input {
    margin-bottom: 24px
}

form .btn-submit {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%
}

.btn {
    color: #ffff09;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px dashed #ffff09
}

.btn:hover {
    border: 2px solid #ffff09;
    background-image: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:active {
    background: rgba(255, 255, 9, .05);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ui-selectmenu-button.ui-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 45px;
    padding: 0;
    margin-right: 40px;
    padding-bottom: 8px
}

.ui-selectmenu-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.ui-button .ui-icon {
    background-image: url("../img/ui-icons_ffffff_256x240.png") !important;
    background-position: -65px -16px !important
}

.ui-selectmenu-menu {
    margin-top: 10px
}

.ui-widget.ui-widget-content {
    border: none;
    padding: 6px 2px;
    border-radius: 12px;
    background: #222321
}

.ui-menu .ui-menu-item-wrapper {
    color: #fff;
    padding: 0;
    border: none;
    margin: 10px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0) !important
}

.overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none
}

.overflow .modal {
    background: #222321;
    padding: 44px 32px 32px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    max-width: 650px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #484848;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overflow .modal .btn-close {
    position: absolute;
    right: 14px;
    top: 14px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

.overflow .modal .btn-close img {
    width: 22px
}

.overflow .modal h3 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 400
}

.footer-block {
    padding: 40px 30px;
    background: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.footer p {
    font-size: 12px;
    color: #fff
}

.footer .lang {
    margin: 0 40px 0 0
}

.footer .lang .drop {
    top: -82px;
    border: 1px solid #2f2c2c
}

.footer-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1199px) {
    .container {
        max-width: 992px
    }

    .header {
        background-size: 980px
    }

    .header-item h1 {
        font-size: 50px
    }

    .header-item p {
        font-size: 20px
    }

    .header-block {
        padding: 200px 0
    }

    .header-block .btn {
        padding: 17px
    }

    .work-bottom h3 {
        font-size: 25px
    }

    .steps-item {
        width: 270px
    }

    .steps-item:nth-child(3) br {
        display: none
    }

    .form {
        background-size: 925px
    }
}

@media(max-width: 991px) {
    .container {
        max-width: 760px
    }

    .header {
        background-size: 740px;
        background-position: center 55px
    }

    .header-item h1 {
        font-size: 36px
    }

    .header-item p {
        font-size: 15px
    }

    .header-block {
        padding: 140px 0
    }

    .header-block .btn {
        padding: 17px 10px;
        font-size: 15px
    }

    .work {
        padding: 100px 0
    }

    .item {
        padding: 32px 15px
    }

    .item p {
        font-size: 17px
    }

    .item img {
        height: 130px
    }

    .work-bottom h3 {
        font-size: 25px
    }

    .steps-item {
        width: 218px
    }

    .steps-item:nth-child(3) br {
        display: none
    }

    .form {
        background-size: 720px;
        padding: 100px 0
    }

    .team {
        padding: 90px 0
    }

    .team-item {
        padding: 10px 24px
    }

    .team-item p {
        font-size: 14px
    }

    .team-item:nth-child(1) {
        top: 100px;
        left: 15px
    }

    .team-item:nth-child(2) {
        left: 15px;
        bottom: 70px
    }

    .team-item:nth-child(3) {
        border-radius: 22px;
        padding: 16px 26px;
        left: 50%;
        bottom: 60px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .team-item:nth-child(3) p {
        color: #000;
        font-size: 14px;
        text-align: center
    }

    .team-item:nth-child(4) {
        right: 15px;
        top: 160px
    }

    .team-item:nth-child(5) {
        right: 30px;
        bottom: 50px
    }

    .team-img img {
        max-width: 380px;
        width: 100%
    }

    h2 {
        font-size: 36px
    }

    .info-item {
        padding: 20px 18px
    }

    .info-item p {
        font-size: 16px
    }

    .info .plus {
        font-size: 80px
    }

    .condition {
        padding: 100px 30px 100px 30px
    }

    .condition h3 {
        font-size: 22px
    }

    .add h2 img {
        width: 40px
    }

    .add .plus {
        font-size: 80px;
        margin: 20px 0 30px 0
    }

    .borderBlock {
        padding: 22px 32px
    }
}

@media(max-width: 767px) {
    .header {
        background: url("../img/headBg2.png") center top no-repeat
    }

    .header-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-block .btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        font-size: 18px;
        padding: 24px
    }

    .header-block .btn br {
        display: none
    }

    .header-item {
        width: 100%;
        margin: 6px 0
    }

    .header-item:nth-child(1) {
        margin-bottom: 0;
        width: 70%;
        border-radius: 20px 20px 0 0
    }

    .header-item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 0
    }

    .header-item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .header-item p {
        font-size: 18px
    }

    .team {
        background: #ffff09 url("../img/teamBg2.png") 10px 6px no-repeat
    }

    .team h2 {
        font-size: 28px
    }

    .team-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .team-img img {
        max-width: 350px
    }

    .team-item {
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin-bottom: 15px;
        padding: 16px 24px
    }

    .team-item p {
        font-size: 18px
    }

    .team-item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 16px 24px;
        margin-top: -70px
    }

    .team-item:nth-child(3) p {
        font-size: 18px
    }

    .team-item:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .team-item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .team-item:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .team-item:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .team-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .item {
        text-align: center;
        width: 100%;
        padding: 20px
    }
    .add-block .item:nth-child(4), .add-block .item:nth-child(5){
        width: 100%;
        padding: 20px
    }

    .item p {
        font-size: 20px;
        margin-top: 12px
    }

    .item .imgs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item .imgs img {
        max-width: 120px
    }

    .work-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .work-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .work-bottom h3 {
        font-size: 24px;
        margin-bottom: 32px
    }

    .work-bottom .btn {
        font-size: 20px
    }

    .info-item {
        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;
        text-align: left;
        padding: 30px
    }

    .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .steps:after {
        display: none
    }

    .steps-item {
        width: 100%;
        margin-bottom: 16px
    }

    .steps-item:nth-child(3) br {
        display: block
    }

    .add {
        margin: 100px 0
    }

    .add h2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .add h2 img {
        width: 60px;
        margin-top: 16px
    }

    .borderBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .borderBlock img {
        width: 120px
    }

    .borderBlock p {
        margin: 16px 0;
        text-align: center;
        font-size: 20px
    }

    .form {
        padding: 100px 15px;
        background: #222321 url("../img/formBg2.png") 20px 20px no-repeat
    }

    .form h2 {
        font-size: 36px
    }

    form label {
        font-size: 16px
    }

    .footer .lang {
        margin-right: 0
    }

    .footer-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .footer-block>p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-right p {
        margin: 22px 0
    }
}

@media(max-width: 480px) {
    .header {
        background-position: center 12px;
        background-size: 330px
    }

    .header h1 {
        font-size: 32px
    }

    .header-block {
        padding: 120px 0
    }

    .header-item:nth-child(1) {
        width: 80%;
        padding: 12px
    }

    .header-item:nth-child(2) {
        padding: 16px 12px
    }

    .header-item:nth-child(3) {
        padding: 12px
    }
}