.support {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #7B7B7B;
    padding: 15px 0;
}

.support__success {
    display: none;
    max-width: 570px;
    width: 100%;
}

.support__input {
    margin: 15px 0;
}

.support__input label {
    display: inline-block;
}

.contact-form-us {
    width: 100%;
    max-width: 770px;
}

.support__success {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.support__title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    color: #717171;
    margin-top: 30px;
    margin-bottom: 30px;
}


.support__success img {
    margin: 22px 0;
}

.support__success div {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.support__success .lower {
    font-size: 14px;
    font-weight: normal;
}

/*.support__input label,.support__input textarea, .support__input input {*/
/*    font-size: 16px!important;*/
/*}*/

.support__input .jq-selectbox {
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    max-width: 520px;
    margin: 0 30px;
    padding: 3px 0;
    padding-left: 10px;
    font-size: 16px!important;
}

@media (max-width: 700px) {
    .support__input .jq-selectbox {
        margin: 0 15px;
    }
}

.dummy {
    opacity: 0;
}

.support__input .jq-selectbox__select-text {
    font-size: 16px!important;
}

.border-red {
    border-color: red!important;
}

.jq-selectbox__select {
    padding: 0!important;
}

.support__input .jq-selectbox__dropdown {
    width: 100%!important;
}

.support__input .jq-selectbox__dropdown li {
    font-size: 12px!important;
}

.support__input label {
    background-image: url("/img/site/support/upload.svg");
    background-size: 19px 19px;
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.support__input input, .support__input label, .support__input textarea {
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 16px!important;
}

.support__input textarea {
    height: 200px;
}

/*.support__input input[name=photo] {*/
/*    display: inline-block;*/
/*}*/

.support__submit {
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    /*font-stretch: normal;*/
    /*font-style: normal;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*text-align: center;*/
    /*color: #ffffff;*/
    /*border-radius: 25px;*/
    /*background-color: #F87F2C;*/
    /*padding: 15px 0;*/
    margin: 0 3.5vw;
    max-width: 233px;
    /*width: 100%;*/
    /*border: 0 solid #F87F2C;*/
}

.support-block {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.support-block__apology {
    max-width: 550px;
    width: 90%;
    text-align: left;
    border-radius: 5px;
    border: solid 1px #ff7f00;
    background-color: #fff2e6;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 10px;
}

.switch-support-type {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}

.switches-top {
    width: 90%;
    max-width: 320px;
    display: flex;
}

.switch-green-border {
    border: 1px solid #90c46f;
}

.switch-on {
    color: #fff;
    background-color: #90c46f;
}

.switch-cab {
    width: 150px;
    height: 38px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 38px;
}

.cabinet-switch {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.support-switch {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.support__input input {
    width: 25%;
}

.support__input.top-inputs {
    display: flex;
    justify-content: space-around;
}

.support__input.text-area {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
    flex-direction: column;
}

@media (max-width: 700px) {
    .support__input.text-area {
        padding: 0 15px;
    }
}

.text-area .title-desc {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */

    display: flex;
    align-items: center;
    text-transform: uppercase;

    color: #030303;
    margin: 10px 0;
    margin-top: 0;
}

.support__input.file-area {
    padding: 0 3.5vw;
}

.submit-area {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 700px) {
    .support__input.top-inputs {
        flex-direction: column;
        align-items: center;
    }
    .top-inputs input {
        width: 90%;
        margin: 10px 0;
    }
    .submit-area {
        justify-content: center;
    }
    .contact-form-us__main-block {
        padding: 0 15px;
    }
}

.support__input.select-input {
    display: flex;
    justify-content: flex-start;
}
.contact-form-us__options {
    display: flex;
    align-items: flex-end;
}
.contact-option__active {
    width: 238px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    background: #8EC930;
    border-radius: 7px 7px 0px 0px;
}
.contact-option__disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 238px;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    text-decoration-line: underline;

    color: #8EC930;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 0px 7px 0px 0px;
}

.connect-new {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 700px) {
    .connect-new {
        margin-left: 10px;
    }
}

.connect-new__title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 200%;
    width: 100%;
    text-align: center;
    /* identical to box height, or 48px */


    color: #000000;
}

.connect-new__title-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000000;
}

.connect-new__title-3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    margin: 10px 0;
    /* or 16px */
    color: #000000;
}

.connect-new__link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #F87F2C;
    margin: 15px 0;
}

.connect-new__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    color: #000000;
}

.container{
    width: 860px;
    margin: 0px auto;
}

@media (max-width: 860px) {
    .container {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media (max-width: 480px) {
    .container {
        margin-left: 10px;
        margin-right:10px;
    }
}



.otp-form-wrapper{
    margin-top: 40px;
    text-align: center;
}

.otp-form{
    text-align: center;
}

h1{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 40px 40px;
}

h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Mulish', sans-serif;
}

.text-center{
    text-align: center;
}

.alert{
    margin: 40px 0;
    padding-left: 175px;
    position: relative;
}

@media (max-width: 480px) {
    .alert {
        padding-left: 100px;
    }
}

.alert:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
}

.alert.alert-support:before{
    background-image: url('/img/site/cat-glasses.png');
    width: 140px;
    height: 161px;

}

@media (max-width: 480px) {
    .alert.alert-support:before {
        width: 70px;
        height: 80px;
        background-size: 100%;
    }
}

.alert .alert-body{
    background: #EAEEF2;
    padding: 13px 30px 13px 21px;
    border-radius: 12px;
    position: relative;
}

.alert.alert-support .alert-body:before{
    content: "";
    position: absolute;
    left: -30px;
    top: 30px;
    background-image: url('/img/site/alert-arrow.png');
    width: 30px;
    height: 20px;
}

.alert .alert-body p{
    margin-bottom: 16px;
}

.alert .alert-body a{
    color: #000;
}

@media (max-width: 860px) {
    .alert .alert-body{
        font-size: 14px;
    }
}

.opt-fields{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.opt-fields input{
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid rgba(71,71,71,0.5);
    border-radius: 4px;
    background: #F8F9FA;
    margin: 0px 4px;
    text-align: center;
    font-size: 22px;
}

.opt-fields input::placeholder{
    text-align: center;
    color: #000000;
    opacity: 0.3;
}

.opt-fields input::-webkit-inner-spin-button,
.opt-fields input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-form .send_code_btn{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    color: #FF6622;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.otp-form .send_code_btn.disabled{
    color: #cccccc;
    cursor: default;
}

.otp-form .resend_timer{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #747983;
    display: none;
}

.otp-form .resend_timer.show{
    display: block;
}

.otp-form button[type=submit]{
    margin-top: 30px;
    background-color: #F87F2C;
    border-radius: 25px;
    width: 232px;
    height: 50px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans';
    cursor: pointer;
}

.otp-form button[type=submit]:disabled{
    background-color: #cccccc;
    cursor: default;
}

.support-wrapper{
    background-color: #8EC930;
    margin-top: 60px;
}

.support-wrapper .container {
    padding: 45px 50px;
}

@media (max-width: 860px){
    .support-wrapper .container{
        padding: 45px 10px;
    }
}

.support-row{
    display: flex;
}

@media (max-width: 860px){
    .support-row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.support-row .support-text{
    color: #ffffff;
    width: 370px;
}

@media (max-width: 860px){
    .support-row .support-text{
        width: auto;
    }
}

.support-row .support-text h2{
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.support-row .support-text ol{
    list-style: none;
    counter-reset: my-awesome-counter;
}

.support-row .support-text ol li{
    position: relative;
    counter-increment: my-awesome-counter;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;

}

.support-row .support-text ol li:before{
    content: counter(my-awesome-counter);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #8EC930;
    position: absolute;
    left: -50px;
    top: 0px;
    z-index: 9;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-top: 2px;
    box-sizing: border-box;
}

.support-row .support-form-wrapper{
    background-color: #ffffff;
    width: 470px;
    padding: 32px 35px 32px 45px;
    box-sizing: border-box;
    margin-left: 20px;
    border-radius: 20px;
}
@media (max-width: 860px){
    .support-row .support-form-wrapper{
        width: 100%;
        margin-left: 0px;
    }
}
.support-form{
    position: relative;
}

.support-form .form-input-wrapper{
    position: relative;
}

.support-form input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 17px;
    box-sizing: border-box;
}

.support-form input + label{
    font-size: 18px;
    line-height: 120%;
    color: #767676;
    position: absolute;
    left: 17px;
    top: 10px;
    transition: all 0.05s ease-in;
}

.support-form input:focus:not([type=file]) + label, .support-form input.filled:not([type=file]) + label{
    font-size: 12px;
    top: -15px;
    left: 5px;
}

.support-form textarea{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100px;
    padding-left: 17px;
    margin-top: 20px;
}

.support-form textarea + label{
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
    font-weight: 700px;
}


.form-input-wrapper .help-block{
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 10px;
}

.support-form textarea + label + .help-block{
    bottom: -10px;
}

.form-input-wrapper.has-error input{
    border-color: red;
}

.has-error .help-block{
    color: red;
}

.file-input{
    margin-top: 20px;
}

.file-input label.control-label{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #FF6622;
    padding-left: 27px;
    left: 0px;
    cursor: pointer;
}
.file-input label.control-label:before{
    content: "";
    width: 17px;
    height: 17px;
    top: 4px;
    left: 0px;
    background: url("/img/site/file-input-attach.png");
    position: absolute;
}

.file-input input + label + .help-block{
    font-size: 12px;
    top: 10px;
    position: relative;
}

.support-form button[type=submit]{
    margin-top: 30px;
    background-color: #F87F2C;
    border-radius: 25px;
    width: 232px;
    height: 50px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans';
    cursor: pointer;
}

.file-list{

}

.file-list .file-list-item{
    background: #F0F1F5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 7px 30px 7px 14px;
    width: 200px;
    position: relative;
}

.file-list .file-list-item .file-list-item-remove {
    position: absolute;
    cursor: pointer;
    right: 14px;
    top: 13px;
}
.file-list .file-list-item .file-list-item-remove:before,
.file-list .file-list-item .file-list-item-remove:after{
    width: 2px;
    height: 12px;
    content: "";
    top: 0px;
    right: 0px;
    background-color: red;
    position: absolute;
}
.file-list .file-list-item .file-list-item-remove:before{
    transform: rotateZ(45deg);
}
.file-list .file-list-item .file-list-item-remove:after{
    transform: rotateZ(-45deg);
}

.help-files{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    margin-top: 15px;
}

.help-files.has-error{
    color: red;
}

.success-wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
}

.success-wrapper h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.success-wrapper h3{
    font-size: 16px;
    margin-bottom: 70px;
    color: #75AD1C;
}


.success-icons{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.success-icons .success-icon-cat{
    background-image: url('/img/site/cat-glasses.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 140px;
    height: 161px;
}

.success-icons .success-icon-ok{
    background-image: url('/img/site/success.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-left: 17px;
}

.success-wrapper .btn{
    background-color: #F87F2C;
    border-radius: 25px;
    width: 232px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans';
    cursor: pointer;
    text-decoration: none;
}

.otp-error-block{
    color: red;
    display: none;
    font-size: 14px;
}

#floatingCirclesG{
    position:relative;
    width:51px;
    height:51px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:9px;
    width:9px;
    border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.04s;
    -o-animation-duration:1.04s;
    -ms-animation-duration:1.04s;
    -webkit-animation-duration:1.04s;
    -moz-animation-duration:1.04s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:21px;
    animation-delay:0.39s;
    -o-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -moz-animation-delay:0.39s;
}

#frotateG_02{
    left:6px;
    top:6px;
    animation-delay:0.52s;
    -o-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -moz-animation-delay:0.52s;
}

#frotateG_03{
    left:21px;
    top:0;
    animation-delay:0.65s;
    -o-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -moz-animation-delay:0.65s;
}

#frotateG_04{
    right:6px;
    top:6px;
    animation-delay:0.78s;
    -o-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -moz-animation-delay:0.78s;
}

#frotateG_05{
    right:0;
    top:21px;
    animation-delay:0.91s;
    -o-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -moz-animation-delay:0.91s;
}

#frotateG_06{
    right:6px;
    bottom:6px;
    animation-delay:1.04s;
    -o-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -moz-animation-delay:1.04s;
}

#frotateG_07{
    left:21px;
    bottom:0;
    animation-delay:1.17s;
    -o-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -moz-animation-delay:1.17s;
}

#frotateG_08{
    left:6px;
    bottom:6px;
    animation-delay:1.3s;
    -o-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -moz-animation-delay:1.3s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(255,255,255);
    }

    100%{
        background-color:rgb(138,138,138);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(255,255,255);
    }

    100%{
        background-color:rgb(138,138,138);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(255,255,255);
    }

    100%{
        background-color:rgb(138,138,138);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(255,255,255);
    }

    100%{
        background-color:rgb(138,138,138);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(255,255,255);
    }

    100%{
        background-color:rgb(138,138,138);
    }
}