header span.social-button.social-button--vkontakte.js-link {
    background: #4a76a8;
}
header span.social-button.social-button--telegram.js-link {
    background: #289fd9;
}
header span.social-button.social-button--whatsapp.js-link {
    background: #47f862;
}
header span.social-button:before {
    filter: brightness(0) invert(1);
}
header span.social-button:hover{
    opacity: 0.8;
}


.single-visa nav#site-navigation{
    display: none;
}
.single-visa h1 {
    text-transform: uppercase;
    font-size: 70px;
    padding: 0 0 30px 0;
    font-weight: 800;
    line-height: 110%;
    text-shadow: 0 2px rgb(26 31 113 / 39%);
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.get_visa .site-header-inner {
    justify-content: center;
}
.get_visa .entry-content {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    text-shadow: 0 2px rgb(26 31 113 / 39%);
    position: relative;
    color: #fff;
}
.get_visa {
    margin: -30px auto 0 auto;
    background: url(../images/visa_cover.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 50px 0 105px 0;
}
.visas_pages .site-header-inner {
    flex-wrap: wrap;
}
.form-container {
    min-height: 444px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 35px 55px 0 55px;
    color: #fff;
    background: #02195dcc;
    border-radius: 10px;
    width: 720px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.form-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #e87309;
    text-align: center;
    padding: 0 0 10px 0;
}
.form-step {
    display: block;
    text-align: center;
    padding: 0 0 25px 0;
}
.form-head {
    display: block;
    font-weight: bold;
    padding: 0 0 20px 0;
    font-size: 17px;
}
.row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-md-2 {
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
select[name="countries"] {
    margin-bottom: 30px;
}
.form-container input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.form-container input[type="radio"] + label {
    position: relative;
    margin: 0 0 15px 0;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    display: block;
    line-height: 130%;
    padding: 1px 0 0 38px;
    box-sizing: border-box;
}
.form-container input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.form-container input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.form-container input[type="radio"] + label:after {
    content: "";
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #e87309;
}
.form-container input[type="radio"]:checked + label:after {
    opacity: 1;
}
.form-container .more-btn{
    display: block;
    padding: 22px;
    margin: 15px 0 0 0;
    font-weight: 800;
    transition: 0.7s;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    background: #51ac10;
}
.step__form-block button{
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: 0.7s;
    margin: 10px 0 0 0;
    padding: 22px;
    font-weight: 800;
    font-size: 18px;
    background: #51ac10;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}
.form-container .more-btn:hover, 
.form-container .step__form-block button:hover {
    background: #77d037;
    box-shadow: 0 0 50px rgb(234 180 26 / 50%);
}
.form-container .more-btn span {
    display: inline-block;
    padding: 0 70px 0 0;
    background: url(../images/more-icon.png) no-repeat 100% 50%;
}
.form__info{
    font-size: 10px; 
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}
.get_visa-step {
    padding-bottom: 30px;
}
.step__form-block {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.step__form-block .flex {
    padding: 0 0 15px 0;
}
.step__form-block input[type="text"], 
.step__form-block input[type="tel"] {
    display: block;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 18px;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #1a1f6f;
}
.step__form-title {
    display: block;
    width: 107px;
    font-size: 14px;
    color: #929fb1;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.step__form-block .flex {
    padding: 0 0 15px 0;
}
.step__form-block input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.step__form-block input[type="checkbox"] + label {
    position: relative;
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    line-height: 130%;
    padding: 0 0 0 30px;
}
.step__form-block input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.step__form-block input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}
.step__form-block input[type="checkbox"] + label a {
    color: #e87309;
}


.thanks_content {
    width: 100%;
    padding: 65px 0;
}
.thanks__info {
    width: 50%;
}
.thanks__title {
    display: block;
    font-size: 40px;
    position: relative;
    font-weight: bold;
    color: #1a1f71;
    text-transform: uppercase;
    padding: 0 0 25px 0;
}
.thanks__title span.icon {
    background: #52ab13;
    color: #fff;
    border-radius: 50%;
    padding: 7px 11px;
    margin-right: 15px;
}
.h1__title {
    display: block;
    line-height: 130%;
    font-size: 24px;
    padding: 0 0 35px 0;
}
.thanks__image {
    width: 50%;
    text-align: center;
}


.visas_pages {
    margin: 30px 0 0 0;
}
a.visas-item{
    background: #e87309;
    padding: 14px 20px;
    margin: 7px;
    font-weight: 800;
    transition: 0.7s;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
a.visas-item:hover{
    opacity: 0.8;
}

@media (max-width: 1040px){
    .single-visa h1 {
        font-size: 50px;
    }
}
@media (max-width: 800px){
    .single-visa h1, 
    .thankyou  h1 {
        font-size: 25px;
        padding: 20px 0;
    }
    .form-title {
        font-size: 18px;
    }
    .flex {
        display: block;
    }
    .thanks__info,
    .thanks__image{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 600px){
    .col-md-1, 
    .col-md-2{
        display: block;
        padding: 0;
        max-width: 100%;
    }
    .row {
        display: block;
        margin: 0;
    }
    .step__form-block button{
        font-size: 15px;
    }
    .form-container{
        padding: 35px 20px 0 20px;
    }
}
@media(max-width: 480px){
    a.visas-item{
        display: inherit;
    }
}