@media screen and (max-height:768px) {
    .step h1 {
        padding-top: 0
    }
    #one {
        padding-top: 50px
    }
}

@media screen and (max-width:768px) {
    #one {
        padding-top: 20px
    }
    footer .politics {
        text-align: center
    }
}

@media screen and (max-width:736px) {
    footer .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:736px) {
    .step h2 {
        padding-bottom: 20px
    }
    header .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    header .tel {
        margin: 10px;
        margin-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    /** {
        overflow: auto!important
    }*/
    .right .child_inline.checkbox-control label, .right .child_inline.radio-control label{
        float: left;
        margin: 0 0 15px !important;
        width: 50% !important;
    }
    .radio-control .gift_cont, .gift_fade .gift_block, .gift_fade .gift_cont, .radio-control .gift_block{
        display: block;
    }
    .gift_fade .gift_block{
        text-align: center;
    }
    .gift_fade .gift_block .h1{ text-align: center; }
    .gift_fade .gift_block br{ display: none; }
    .gift_fade .gift_block img{
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
    }
    .radio-control .gift_block img{
        display: block;
        max-width: 100%;
        margin: 5px auto;
    }
    footer {
        position: relative;
        margin-top: 40px
    }
    .left {
        opacity: 1!important;
        margin-right: 0;
        margin-bottom: 10px
    }
    .right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .step .flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .right .btn {
        margin: auto;
        margin-top: 10px
    }
    .checkbox-control,
    .radio-control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: 1999px!important
    }
    .checkbox-control,
    .radio-control>* {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .right .checkbox-control label,
    .right .radio-control label {
        width: 100%
    }
}
@media screen and (max-height:768px){
	footer .flex {
		justify-content: flex-start;
	}
}