/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
    overflow-x: hidden;
}
ul#parsley-id-multiple-checkbox {
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
body {
    font-family: 'Lexend', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 22px;
    color: #505F98;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    max-width: 100vw;
}
ul#parsley-id-multiple-terms {
    display: none;
}
 .form-group>input.sumage{

                width: 30%;
            }

.float-right{
	float:right;
}
.float-left{
	float:left;
}
.form-navigation{
	margin-top: -150px;
	margin-bottom:300px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Lexend', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.625rem;
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
}

h4 {
    font-size: 1.375rem;
    font-weight: 400;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}
/* Paragraph */
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
/* Links */
a {
    color: #222F65;
    text-decoration: none;
    -webkit-transition: all linear 250ms;
    -moz-transition: all linear 250ms;
    -o-transition: all linear 250ms;
    transition: all linear 250ms;
}

a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all linear 250ms;
    -moz-transition: all linear 250ms;
    -o-transition: all linear 250ms;
    transition: all linear 250ms;
}

a:focus {
    outline: none;
}
button {
    color: #222F65;
    text-decoration: none;
    -webkit-transition: all linear 250ms;
    -moz-transition: all linear 250ms;
    -o-transition: all linear 250ms;
    transition: all linear 250ms;
    cursor: pointer;
}

button:focus, button:hover {

    text-decoration: none;
    -webkit-transition: all linear 250ms;
    -moz-transition: all linear 250ms;
    -o-transition: all linear 250ms;
    transition: all linear 250ms;
}

button:focus {
    outline: none;
}

::placeholder {
    color: #929ECC;
    opacity: 1; /* Firefox */
    font-family: 'Lexend', sans-serif;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0 30px 0 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 26px;
    height: 26px;
    border: 2px solid #3166F0;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #3166F0;
    position: absolute;
    top: 3px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
img .max-width{
    max-width: 100%;
}
/* Color */
.white{
    color: #ffffff !important;
}
.yellow{
    color: #FFC863 !important;
}
.blue{
    color: #0F26CE !important;
}
/* Margin */
/* Bottom */
.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-25{
    margin-bottom: 25px;
}
.m-b-27{
    margin-bottom: 27px;
}
.m-b-35{
    margin-bottom: 35px;
}
.m-b-50{
    margin-bottom: 50px;
}
/* Top */
.m-t-20{
    margin-top: 20px;
}
.m-t-25{
    margin-top: 25px;
}
.m-t-35{
    margin-top: 35px;
}
/* Left */
.m-l-15{
    margin-left: 15px;
}
.m-l-20{
    margin-left: 20px;
}
.m-l-25{
    margin-left: 25px;
}
/* Right */
.m-r-10{
    margin-right: 10px;
}
.m-r-15{
    margin-right: 15px;
}
.m-r-20{
    margin-right: 20px;
}
.m-r-25{
    margin-right: 25px;
}
/* Title */
.section-title-t1{
    font-size: 3.75rem;
    color: #222F65;
}
.section-title-t1 span{
    font-size: 4.375rem;
}
.section-title-t2{
    font-size: 2.625rem;
    color: #222F65;
}
.section-title-t2 span{
    color: #0F26CE;
}
.form-title-block{
    padding-bottom: 17px;
    border-bottom: 2px solid #E7ECFF;
    margin-bottom: 25px;
}
.form-title-block p{
    margin-bottom: 11px;
}
.section-title-f2{
    font-size: 1.75rem;
    color: #222F65;
    font-weight: 400;
}
.section-title-f3{
    font-size: 1.375rem;
    color: #222F65;
    margin-bottom: 20px;
    font-weight: 400;
}
.section-subtitle-f2{
    font-size: 1.125rem;
    color: #6F7CB2;
    margin-bottom: 25px;
}
.section-subtitle-f3{
    font-size: 1.125rem;
    color: #6F7CB2;
}
button{
    font-family: 'Lexend', sans-serif;
}
.btn-y{
    background-color: #FFC863;
    color: #222F65;
    padding: 13px 18px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 203px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.btn-y-d{
    background-color: #FFF6E0;
    color: #CDD1D4;
    padding: 13px 18px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 203px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.btn-y:hover{
    background-color: #F7BE56;
    color: #222F65;
}
.btn-g{
    background-color: #E7ECFF;
    color: #222F65;
    padding: 13px 18px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 203px;
    display: inline-block;
    text-align: center;
}
.btn-g-d{
    background-color: #E7ECFF;
    color: #FFFFFF;
    padding: 13px 18px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 203px;
    display: inline-block;
    text-align: center;
}
.btn-g:hover{
    background-color: #BAC3E5;
    color: #222F65;
}
.btn-w{
    background-color: #fff;
    border: 2px solid #BAC3E5;
    color: #BAC3E5;
    padding: 13px 46px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.btn-b{
    border: 2px solid #3166F0;
    color: #3166F0;
    background-color: transparent;
    padding: 11px 18px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 156px;
    display: inline-block;
    text-align: center;
}
.btn-b-d{
    border: 2px solid #D3DBEE;
    background-color: #D3DBEE;
    color: #FFFFFF;
    padding: 11px 46px;
    border-radius: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 156px;
    display: inline-block;
    text-align: center;
}
.btn-b:hover{
    border: 2px solid #3166F0;
    color: #FFFFFF;
    background-color: #3166F0;
}
.btn-b2{
    border: 2px solid #BAC3E5;
    border-radius: 6px;
    background-color: #BAC3E5;
    color: #fff;
    padding: 11px 18px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 156px;
    display: inline-block;
    text-align: center;
}
.toogle-btn{

}
.text-right{
    text-align: right;
}
.relative-block{
    position: relative;
}
.float-right-top{
    position: absolute !important;
    top: 0;
    right: 0;
}
.text-center{
    text-align: center;
}
/* Container */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.container {
    max-width: 1080px;
}
@media only screen and (max-width: 992px) {

 .form-group>input.sumage {

                width: 100%;
            }
    .container {
        max-width: 960px;
    }
.form-navigation{
	margin-top: 0;
	margin-bottom:120px;
}
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.form-group{
    position: relative;
    margin-bottom: 40px;
    color: #929ECC;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group.half-width{
   width: 50%;
}
.form-group label{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    left: 20px;
    top: -13px;
    padding: 0 5px;
    transition: all 0.25s linear;
    font-size: 1rem;
}
.form-group label.date-picker{
    visibility: visible;
    opacity: 1;
    position: absolute;
    background-color: #fff;
    left: 10px;
    top: 13px;
    width: 80%;
    padding: 0 5px;
    transition: all 0.1s linear;
    font-size: 1rem;
}
.form-group label.date-picker.focus{
    visibility: hidden;
    opacity: 0;
}
.form-group label.focus{
    visibility: visible;
    opacity: 1;
}
.form-group.focus-span input{
    /*border: 2px solid transparent;*/
}
.form-group input{
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px;
    font-size: 1.125rem;
    width: 100%;
    color: #929ECC;
}
.form-group input.error{
    border: 2px solid #F23C3C;
}
.form-group .error-icon{
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    background-color: #F23C3C;
    color: white;
    line-height: 17px;
    border-radius: 50%;
    margin-right: 7px;
}
.form-group select{
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px;
    font-size: 1.125rem;
    color: #929ECC;
    width:100%;
}
.form-group-upload{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}
.form-group-upload .image-input {
    text-align: center;
}
.form-group-upload .image-input input {
    display: none;
}
.form-group-upload .image-input .upload-img{
    display: none;
}
.form-group-upload .image-input .success-add{
    display: none;
    text-align: left;
    margin-top: 7px;
    font-size: 0.875rem;
}
.form-group-upload .image-input .add-file{
    background-color: #929ECC;
    color: #FFFFFF;
    width: 74px;
    height: 74px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-bottom: 5px;
}
.form-group-upload .image-input label.image-button {
    border: 2px dashed #BAC3E5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 156px;
    z-index: 10;
    position: relative;
    color: #929ECC;
    cursor: pointer;
}
.form-group-upload .image-input .upload-img{
    border: 2px dashed #3166F0;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 156px;
    z-index: 10;
    position: relative;
    color: #929ECC;
}
.form-group-upload .image-input label i {
    font-size: 125%;
    margin-right: 0.3rem;
}
.form-group-upload .image-input label:hover i {
    animation: shake 0.35s;
}
.form-group-upload .image-input img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: none;
    margin-bottom: 17px;
}
.form-group-upload .image-input .change-image {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}
.form-group-upload .document-input {
    text-align: center;
}
.form-group-upload .document-input input {
    display: none;
}
.form-group-upload .document-input .upload-doc{
    display: none;
}
.form-group-upload .document-input .success-add-doc{
    display: none;
    text-align: left;
    margin-top: 7px;
    font-size: 0.875rem;
}
.form-group-upload .document-input .add-file{
    background-color: #929ECC;
    color: #FFFFFF;
    width: 74px;
    height: 74px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-bottom: 5px;
}
.form-group-upload .document-input label.image-button-doc {
    border: 2px dashed #BAC3E5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 156px;
    z-index: 10;
    position: relative;
    color: #929ECC;
    cursor: pointer;
}
.form-group-upload .document-input .upload-doc{
    border: 2px dashed #3166F0;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 156px;
    z-index: 10;
    position: relative;
    color: #929ECC;
}
.form-group-upload .document-input label i {
    font-size: 125%;
    margin-right: 0.3rem;
}
.form-group-upload .document-input label:hover i {
    animation: shake 0.35s;
}
.form-group-upload .document-input img {
    width: 74px;
    height: 74px;
    display: none;
    margin-bottom: 17px;
}
.form-group-upload .document-input .change-doc {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}
.form-btn{
    position: relative;
    margin-bottom: 40px;
    color: #929ECC;
    padding-right: 15px;
    padding-left: 15px;
}
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.wrapper-clone-licence{
    visibility: hidden;
    opacity: 0;
}
.wrapper-clone-licence.certificate-med{
    visibility: visible;
    opacity: 1;
}
.employers-page-form .form-step-3 .wrapper-clone-licence{
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.employers-page-form .form-step-3 .wrapper-clone-licence.certificate-med{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.employers-page-form .form-step-4 .wrapper-clone-licence{
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.employers-page-form .form-step-4 .wrapper-clone-licence.certificate-med{
    visibility: visible;
    opacity: 1;
    height: auto;
}
.form-group-check {
    display: block;
    margin-bottom: 15px;
}

.form-group-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group-check label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 0.875rem;
    display: inline-block;
    color: #6F7CB2;
}
.form-group-check label a{
    color: #3166F0;
}
.form-group-check label a:hover{
    text-decoration: underline;
}
.form-group-check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #3166F0;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #3166F0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.privacy-policy-block{
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.privacy-policy-block .form-group-check{
   margin: 0;
}
.privacy-policy-block .form-group{
    margin: 0;
}
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select-trigger {
    position: relative;
    display: block;
    font-weight: 300;
    line-height: 52px;
    cursor: pointer;
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 13px;
    font-size: 1.125rem;
    width: 100%;
    color: #929ECC;
    z-index: 2;
    background-color: #FFFFFF;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px; height: 8px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #929ECC;
    border-right: 2px solid #929ECC;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger{
    border: 2px solid #3166F0;
    color: #3166F0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
    border-bottom: 2px solid #3166F0;
    border-right: 2px solid #3166F0;
}

.custom-options {
    position: absolute;
    display: block;
    top: 83%; left: 0; right: 0;
    min-width: 100%;
    border: 2px solid #3166F0;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    padding-top: 5px;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 100;
}

.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 1.125rem;
    color: #505F98;
    line-height: 41px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    margin: 10px;
}
.custom-option:after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 14px;
    top: 54%;
    right: 15px;
    margin-top: -3px;
    background-image: url("../images/svg/check.svg");
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
}
.custom-option.selection:after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 14px;
    top: 54%;
    right: 15px;
    margin-top: -3px;
    background-image: url("../images/svg/check.svg");
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}
.custom-option:hover:after {
    visibility: visible;
    opacity: 1;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #E9F3FF;
    border-radius: 131px;
    color: #3166F0;
}
.form-group textarea{
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px;
    font-size: 1.125rem;
    width: 100%;
    color: #929ECC;
    opacity: 1; /* Firefox */
    font-family: 'Lexend', sans-serif;
}

.form-group .browse{
    border: 2px dashed #BAC3E5;
    min-height: 156px;
    line-height: 156px;
    opacity: 0;
    z-index: 10;
    position: relative;
}
.form-group .add-block{
    display: block;
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dashed #BAC3E5;
    padding: 25px 0;
    border-radius: 12px;
}
.form-group .add-file{
    background-color: #929ECC;
    color: #FFFFFF;
    width: 74px;
    height: 74px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}
.form-group .text-file{
    display: block;
}
.grid-form{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.grid-form-two{
    display: grid;
    grid-template-columns: 50% 50%;
}
.grid-form-different{
    display: grid;
    grid-template-columns: 65%;
}
.flex-form{
    display: flex;

}
.notification{
    color: #F23C3C;
    margin: 0;
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 100%;
}
.notification-c{
    color: #F23C3C;
    margin: 0;
    font-size: 1rem;
    display: inline-block;
}
.navigation {
    position: relative;
    z-index: 10;
}
nav {
    /*float: right;*/
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav .mobile-lang {
    display: none;
}
nav .desktop-lang{
    display: inline-block;
}
.nav-container .brand {
    display: inline;
}
.nav-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul li {
    float: left;
    position: relative;
    margin-left: 5px;
}
nav ul li a, nav ul li a:visited {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 30px;
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: #3166F0;
    border: 2px solid #3166F0;
    border-radius: 30px;
}
nav ul li a.active {
    color: #3166F0;
    border: 2px solid #3166F0;
    border-radius: 30px;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    display: inline-block;
    content: "";
    border-top: 3px solid #BAC3E5;
    border-right: 3px solid #BAC3E5;
    background-color: white;
    transform: rotate(135deg);
    width: 9px;
    height: 9px;
    position: absolute;
    top: 13px;
    right: 10px;
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.nav-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    border: 3px solid #3166F0;
    border-radius: 12px;
    background-color: #fff;
    right: 10px;
    padding: 18px 10px;
    top: 60px;
}
.nav-dropdown li a{
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
}
.nav-dropdown li a:hover{
    border: 2px solid #E9F3FF !important;
    border-radius: 131px;
    background-color: #E9F3FF;
}
.nav-dropdown:before {
    display:block;
    content:"";
    position: absolute;
    z-index: 10;
    right: 18px;
    border-top: 3px solid #3166F0;
    border-right: 3px solid #3166F0;
    background-color: white;
    top: -11px;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #222F65;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}


/* Homepage slider */
.homepage-slider-block{
    position: relative;
    z-index: 1;
}
.home-slider {
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}
.home-slider .slider-text{
    flex: 1;
}
.home-slider .slider-text .slider-p{
    margin-bottom: 68px;
}
.home-slider .homepage-slider{
    flex: 1;
}
.home-slider .slick-dots{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: column;
}
.home-slider .slick-dots li{
    display: inline-block;
    margin: 4px 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #3166F0;
    position: relative;
}
.home-slider .slick-dots li button{
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    padding: 3px;
    margin: 0;
    text-indent: -999999px;
    background: none transparent;
    left: 0;
    top: 0;
    position: absolute;
}
.home-slider .slick-dots li button:hover{
    background-color:  #3166F0;
}
.home-slider .slick-dots li.slick-active button{
    background-color:  #3166F0;
}
/* Homepage support */
.support{
    padding: 134px 0 80px 0;
    background: linear-gradient(180deg, #E3EEFF 0%, rgba(227, 238, 255, 0) 90%);
    position: relative;
    z-index: 1;
}
.support-block{
    position: relative;
    z-index: 1;
}
/*.support .bg-img{
    position: absolute;
    bottom: -60px;
    z-index: 1;
    width: 100%;
}*/
.support-title-b {
    text-align: center;
    position: relative;
    z-index: 2;
}
.support-title-b2{
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 95px;
}
.support-img-block {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    position: relative;
}
.support-img-block .border-img {
    display: block;
    content: '';
    background-image: url("../images/svg/border.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 130px;
    width: 100%;
    background-size: contain;
    height: 100%;
    max-width: 898px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.support-img-block .border-img2 {
    display: block;
    content: '';
    background-image: url("../images/svg/border2.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 130px;
    width: 100%;
    background-size: contain;
    height: 100%;
    max-width: 898px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.support-img-block .img-text-supprot{
    text-align: center;
    position: relative;
    margin: 40px 0;
}
.support-img-block .img-text-supprot .img-tooltip{
    display: inline-block;
}
.support-img-block .img-text-supprot .img-tooltip .tooltip{
    margin: 0;
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 3px solid #FFC863;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.support-img-block .img-text-supprot .img-tooltip .tooltip:before {
    display:block;
    content:"";
    position: absolute;
    z-index: 10;
    right: 44%;
    border-top: 3px solid #FFC863;
    border-right: 3px solid #FFC863;
    background-color: white;
    top: -11px;
    transform: translateX(-50%) rotate(-45deg);
    width: 20px;
    height: 20px;
}
.support-img-block .img-text-supprot .img-tooltip:hover .tooltip{
    visibility: visible;
    opacity: 1;
}
.support-img-block .img-text-supprot img{
    text-align: center;
    padding: 5px;
    border: 3px solid transparent;
    border-radius: 180px;
    cursor: pointer;
}
.support-img-block .img-text-supprot img:hover{
    border: 3px solid #82B4FF;
    border-radius: 180px;
}
.support .btn-block{
    text-align: center;
    margin-top: 20px;
}
.header{
    position: relative;
    z-index: 10;
}

/* Blue block*/
.blue-block{
    background-color: #3167F0;
    color: #fff;
    padding: 120px 0 70px 0;
    position: relative;
}
.blue-block .left-img-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.blue-block .left-img-text .img-block{
   /* flex-grow:1;
    flex-basis: 0;*/
}
.blue-block .left-img-text .text-block{
    /*flex-grow:1;
    flex-basis: 0;*/
}
.blue-block .bg-img{
    position: absolute;
    bottom: -60px;
    z-index: 0;
    width: 100%;
}
.blue-block .btn-block{
   margin-top: 45px;
}
.img-block img{
    border: 1px solid transparent;
    border-radius: 50%;
}
.blue-block .text-block{
    text-align: right;
}
.blue-block .left-text .text-block{
   text-align: left;
   position: relative;
   z-index: 1;
}
.text-block ul{
    padding-left: 15px;
}
.text-block ul li{
    margin-bottom: 25px;
}
/* White block*/
.white-block{
    padding: 120px 0 70px 0;
    position: relative;
    z-index: 2;
}
.white-block .bg-img{
    position: absolute;
    bottom: -60px;
    z-index: 1;
    width: 100%;
}
.white-block .btn-block{
    margin-top: 45px;
}
.white-block .right-img-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.img-block img{
    border: 1px solid transparent;
    border-radius: 50%;
}
.img-block.no-radius img{
    border: unset;
    border-radius: 0;
}
.white-block .text-block{

}

.bg-block{
    padding: 160px 0 70px 0;
    background: linear-gradient(180deg, #E3EEFF 17.41%, #FFFFFF 78.7%);
    position: relative;
    z-index: 1;
}
.single{
    padding: 50px 0 70px 0!important;
    background: linear-gradient(180deg, #E3EEFF 17.41%, #FFFFFF 78.7%);
    position: relative;
    z-index: 1;
}
.bg-block .left-img-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.bg-block .text-block{
    text-align: right;
}
.bg-block .bg-img{
    position: absolute;
    bottom: -60px;
    z-index: 1;
    width: 100%;
}
/* Bg img*/
.white-img{
    position: absolute;
    bottom: -50px;
    z-index: 0;
    width: 110%;
    height: 152px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100%;
    left: -5%;
    right: -5%;
}
.blue-img{
    position: absolute;
    bottom: -50px;
    z-index: 0;
    width: 110%;
    height: 152px;
    background-color: #3167F0;
    display: inline-block;
    border-radius: 100%;
    left: -5%;
    right: -5%;
}
/* Circle */
.home-page .circle-b {
    border: 25px solid rgba(221, 228, 255, 0.08);
    position: absolute;
    width: 639px;
    height: 639px;
    left: -239px;
    top: -167px;
    box-sizing: border-box;
    border-radius: 50%;
}
.home-page .circle-b2 {
    position: absolute;
    width: 729px;
    height: 729px;
    left: -280px;
    top: -210px;
    border: 25px solid rgba(221, 228, 255, 0.04);
    box-sizing: border-box;
    border-radius: 50%;
}
.home-page .circle-w {
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    position: absolute;
    width: 252px;
    height: 252px;
    left: -60px;
    top: 50px;
    border-radius: 50%;
}
.home-page .circle-w2 {
    position: absolute;
    width: 106px;
    height: 106px;
    left: 165px;
    top: 278px;
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
}
.home-page .circle-w-b{
    position: absolute;
    width: 831px;
    height: 831px;
    right: -70px;
    top: 180px;

    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
}
.about-us-page .circle-b-w {
    box-sizing: border-box;
    position: absolute;
    width: 361px;
    height: 268px;
    bottom: 27px;
    left: -70px;
    overflow: hidden;
}
.about-us-page .circle-w {
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
    width: 361px;
    height: 361px;
}
.about-us-page .circle-w2 {
    position: absolute;
    width: 106px;
    height: 106px;
    left: 350px;
    bottom: 150px;
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
}
.candidates-page .circle-b {
    border: 25px solid #F8F9FD;
    position: absolute;
    width: 728px;
    height: 728px;
    right: -180px;
    top: -335px;
    box-sizing: border-box;
    border-radius: 50%;
}
.candidates-page .circle-b2 {
    position: absolute;
    width: 834px;
    height: 834px;
    right: -237px;
    top: -390px;
    border: 25px solid rgba(248, 249, 253, 0.7);
    box-sizing: border-box;
    border-radius: 50%;
}
.contact-page .circle-c1{
    position: absolute;
    width: 834px;
    height: 834px;
    left: -30%;
    bottom: 80%;
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
}
.contact-page .circle-c2{
    position: absolute;
    width: 834px;
    height: 834px;
    left: 70%;
    top: 110px;
    border: 25px solid #F8F9FD;
    box-sizing: border-box;
    border-radius: 50%;
}
/* About us */
.about-us-page{
    padding-bottom: 70px;
}
.about-us-page .diagram-bg{
    position: relative;
}
.about-us-page .diagram-bg .left-p{
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.about-us-page .diagram-bg .center-p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.375rem;
}
.about-us-page .diagram-bg .right-p{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

/* Candidates */
.candidates-page{

}
/* Employers */
.employers-page .white-block{
    z-index: 3;
    padding: 60px 0 70px 0;
}
.employers-page .blue-block{
    z-index: 2;
}
.grid-block {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 9px 29px rgba(49, 102, 240, 0.2);
}
.grid-block-no-bg {
    display: grid;
    grid-template-columns: auto auto auto;
}
.grid-block-no-bg .img-text{
    display: flex;
    align-items: center;
}
.grid-block-no-bg .img-text .ic-disabled{
    color: #B0B8BC;
}
.grid-block-no-bg .img-text .ic-success{
    color: #505F98;
}
.grid-block-no-bg .img-text p{
    margin: 0;
    color: #222F65;
}
.grid-block-no-bg .img-text .type{
    color: #3166F0;
    font-size: 1rem;
}
.grid-block .img-text {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.grid-block .img-text::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 3px;
    height: 50%;
    background-color: #F2F6FF;

}
.grid-block .img-text:last-child::after {
    display: none;
}
.grid-block .img-text p{
    color: #222F65;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0 15px;
}
.grid-block .img-text-about {
    padding: 34px 30px;
    text-align: center;
    position: relative;
}
.grid-block .img-text-about::after {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 55%;
    background-color: #F2F6FF;
    top: 50%;
    transform: translateY(-50%);
}
.grid-block .img-text-about:last-child::after {
    display: none;
}
.grid-block .img-text-about .p-big{
    color: #3166F0;
    text-transform: uppercase;
}
.bg-block .btn-block{
    text-align: center;
    margin-top: 85px;
}
/* Covid */
.covid-block {
    background-color: #C1DEFF;
    border: 2px solid #3166F0;
    border-radius: 12px;
    margin-bottom: 50px;
    transition: all 0.5s linear;
}
.covid-info-block{
    background-color: #C1DEFF;
    border: 1px solid transparent;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.covid-text{
    display: none;
    color: #505F98;
    font-size: 0.875rem;
}
.covid-text.active{
    padding: 0 20px 20px 75px;
    display: block;
    transition: all 0.5s linear;
}
.covid-block .covid-info {
    display: flex;
    align-items: center;
}
.covid-block .covid-info span{
    margin: 0;
    color: #3166F0;
    font-size: 1.125rem;
}
/* Search */
.search-block .search form{
    display: flex;
    position: relative;
}
.search-block .search form input{
    width: 100%;
    line-height: 55px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 9px 29px rgba(49, 102, 240, 0.2);
    border-radius: 12px;
    border: 1px solid #fff;
    color: #CDD1D4;
    font-size: 1.125rem;
}
.search-block .search form .btn-b2{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
}
/* Job page*/
.job-description-block {
    background-color: white;
    padding: 30px 37px;
    filter: drop-shadow(0px 9px 29px rgba(49, 102, 240, 0.2));
    border-radius: 12px;
}
.job-description-block .job-top {
    display: flex;
    justify-content: space-between;
}
.job-description-block .job-top-right {
    display: flex;
}
.job-description-block .job-for {
    display: flex;
    background-color: #3166F0;
    align-items: center;
    border: 1px solid #3166F0;
    border-radius: 30px;
    padding: 1px 12px;
    color: #fff;
}
.job-description-block .location {
    padding: 8px 16px;
    color: #FF8A71;
    border: 2px solid #FF8A71;
    border-radius: 30px;
}
.job-description-block .location p{
    margin: 0;
}
.job-description-block .job-for p{
    margin: 0;
}
.job-description-block .job-description {
    padding: 8px 16px;
    color: #C45ECD;
    border: 2px solid #C45ECD;
    border-radius: 30px;
}
.job-description-block .job-description p{
    margin: 0;
}
.job-description-block .job-title{
    color: #222F65;
}
.job-description-block .small-description{
    margin: 40px 0 30px 0;
}
.job-description-block .job-description-text{
   padding-top: 50px;
}
.job-description-block .job-description-text h3{
    font-size: 1.75rem;
    color: #222F65;
}
.job-description-block .job-description-text ul{
   padding-left: 20px;
}
.job-description-block .job-offer{
    color: #929ECC;
    padding-top: 20px;
    border-top: 2px solid #E7ECFF;
    margin-top: 28px;
}
.job-description-block .job-offer p{
    margin: 0;
    font-size: 0.875rem;
}
.job-description-block .more-btn-block{
    margin-top: 58px;
}
.job-description-block .less-btn-block {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-description-block .less-btn-block #no-active{
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.5s ;
}
.job-description-block .less-btn-block .active{
   visibility: visible !important;
    opacity: 1 !important;
}
.job-description-block .less-btn-block #no-active2{
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.5s ;
}
.job-description-block .less-btn-block #toggle{
    padding: 15px 18px;
}
.job-description-block .download-block .flex-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.job-description-block .download-block p{
    margin: 0;
    color: #3166F0;
}
ul.pagination-list{
    text-align: center;
    padding: 100px 0 30px 0;
}
ul.pagination-list li{
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 30px;
}
ul.pagination-list li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #929ECC;
    border-radius: 50%;
    color: #929ECC;
    text-align: center;
    position: relative;
    cursor: pointer;
}
ul.pagination-list li a.disabled{
    cursor: default;
    pointer-events: none;
}
ul.pagination-list li a:hover{
    text-decoration: none;
    background-color: #3166F0;
    border-color: #3166F0;
    color: #FFFFFF;
}
ul.pagination-list li a.current{
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    background-color: #3166F0;
    border-color: #3166F0;
    color: #FFFFFF;
}
ul.pagination-list li:last-of-type{
    margin: 0;
}
ul.pagination-list li:last-of-type a:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px; height: 8px;
    top: 15px;
    right: 15px;
    margin-top: -3px;
    border-bottom: 2px solid #929ECC;
    border-right: 2px solid #929ECC;
    transform: rotate(-45deg) ;
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
/* Contact */
.contact-page{
    position: relative;
}
.contact {
    display: grid;
    grid-template-columns: auto auto;
    filter: drop-shadow(0px 9px 29px rgba(49, 102, 240, 0.2));
    background-color: #FFFFFF;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    margin: 100px 0;
    border: 2px solid #3166F0;
}
.contact-info{
    background-color: #3166F0;
    padding: 35px 5px 35px 35px;
    margin: 10px;
    position: relative;
}
.contact-info .social{
    margin-top: 28px;
}
.contact-info .mapiframe2{
    border-radius: 6px;
}
.contact-info .social a:nth-child(2){
   padding: 0 30px;
}
.contact-info .blue-bg{
    position: absolute;
    bottom: -50px;
    z-index: -1;
    width: 100px;
    height: 100%;
    top: 0;
    right: -47px;
    overflow: hidden;
}
.contact-info .blue-bg:before{
    content: '';
    position: absolute;
    bottom: -5%;
    z-index: -1;
    width: 100px;
    height: 110%;
    background-color: #3167F0;
    display: inline-block;
    border-radius: 50%;
    top: -5%;
    right: 0;
}
.contact-info .info-block{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.contact-right .desktop-none{
    display: none;
}
.contact-right .same-block input{
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    line-height: 19px;
    padding: 16px;
    width: 100%;
    margin-bottom: 0;
}
.contact-right textarea{
    border: 2px solid #BAC3E5;
    box-sizing: border-box;
    border-radius: 12px;
    line-height: 19px;
    padding: 16px;
    width: 100%;
}
.contact-right {
    padding: 50px 60px 50px 115px;
}
.contact-right .privacy-policy-block{
    margin: 0 0 60px 0;
}
.contact-right .same-block{
    display: grid;
    grid-template-columns: auto auto;
}
/* Footer */
.footer{
    background-color: #0B256A;
    padding: 40px 0;
    color: #929ECC;
}
.footer span{
    color: #6F7CB2;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-left p{
    font-size: 0.875rem;
    margin: 0;
}
.f-right {
    text-align: right;
}
.f-right p{
    margin-bottom: 5px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #929ECC;
}
.footer-bottom p{
    margin: 0;
}
.footer-bottom .social{
    display: flex;
}
.footer-bottom .social a:nth-child(2){
    padding: 0 30px;
}

#text{
    display:none;
}
#text2{
    display:none;
}
#text3{
    display:none;
}
#text4{
    display:none;
}
.less-btn-block{
    display:none;
}

.form-bg{
    background: linear-gradient(180deg, #E3EEFF 0%, #FFFFFF 100%);
}
.form-block {
    margin: 100px 0 180px 0;
    padding: 37px 67px;
    background-color: #fff;
    border-radius: 12px;
    filter: drop-shadow(0px 9px 29px rgba(49, 102, 240, 0.2));
}
.form-block .img-block-bg{
    position: relative;
}
.form-block .img-block-bg .img-send{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-block .img-block-bg .img-width{
    width: 100%;
}
.info-block-form{
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #505F98;
    font-size: 0.875rem;
}
.info-block-form.active{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form .grid-form{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: unset;
}
.info-block-form.active .grid-form{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form2{
    visibility: hidden;
    opacity: 0;
    height: 0;

    color: #505F98;
    font-size: 0.875rem;
}
.info-block-form2.active{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.1s ease-in;
}
.info-block-form2 .grid-form{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: unset;
}
.info-block-form2.active .grid-form{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form3{
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #505F98;
    font-size: 0.875rem;
}
.info-block-form3.active{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form3 .grid-form{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: unset;
}
.info-block-form3.active .grid-form{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form4{
    visibility: hidden;
    opacity: 0;
    height: 0;
    color: #505F98;
    font-size: 0.875rem;
}
.info-block-form4.active{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.info-block-form4 .grid-form{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: unset;
}
.info-block-form4.active .grid-form{
    visibility: visible;
    opacity: 1;
    height: unset;
    transition: all 0.5s linear;
}
.step-block {
    background: #E9F3FF;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: 43px 0;
    position: relative;
}
.step-block .line-w{
    background: url("../images/dash.svg");
    background-size: contain;
    width: 85%;
    position: absolute;
    height: 18px;
    background-repeat: no-repeat;
    left: 62px;
    top: 37px;
}
.employers-page-form .step-block .line-w{
    background: url("../images/dash.svg");
    background-size: contain;
    width: 76%;
    position: absolute;
    height: 18px;
    background-repeat: no-repeat;
    left: 81px;
    top: 37px;
}
.step-block .line-b{
    background: url("../images/dash-blue.svg");
    width: 85%;
    position: absolute;
    height: 18px;
    background-repeat: no-repeat;
    left: 62px;
    top: 37px;
}
.employers-page-form .step-block .line-b{
    background: url("../images/dash-blue.svg");
    background-size: contain;
    width: 76%;
    position: absolute;
    height: 18px;
    background-repeat: no-repeat;
    left: 81px;
    top: 37px;
}
.step-block .line-w .blue-l-1{
    background: url("../images/line-blue.svg");
    width: 19%;
    position: absolute;
    height: 5px;
    background-repeat: no-repeat;
    left: 30px;
    top: 7px;
}
.employers-page-form .step-block .line-w .blue-l-1{
    width: 23%;
}
.step-block .line-w .blue-l-2{
    background: url("../images/line-blue.svg");
    width: 20%;
    position: absolute;
    height: 5px;
    background-repeat: no-repeat;
    left:23%;
    top: 7px;
}
.employers-page-form .step-block .line-w .blue-l-2{
    width: 23%;
    left: 30%;
}
.step-block .line-w .blue-l-3{
    background: url("../images/line-blue.svg");
    width: 23%;
    position: absolute;
    height: 5px;
    background-repeat: no-repeat;
    left: 45%;
    top: 7px;
}
.employers-page-form .step-block .line-w .blue-l-3{
    width: 26%;
    left: 54%;
}
.step{
    text-align: center;
    color: #929ECC;
}

.step.active{
    color: #3166F0;
}

.step.passed p.number{
    color: #FFFFFF;
    background: #3166F0;
    border-color: #3166F0;
}
.step.passed p{
    color: #37447E;
}
.step.passed p.completed{
    color: #929ECC;
    font-size: 1rem;
}

.step p{
    margin: 0;
}
.step p.number{
    margin: 0 0 15px 0;
}
.number{
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid ;
    border-radius: 50%;
    line-height: 43px;
    background-color: #E9F3FF;
    position: relative;
    z-index: 1;
}
.candidates-page-form .form-step-6 .support-title-f{
    text-align: center;
    margin-bottom: 47px;
}
.candidates-page-form .form-step-6 .support-title-f .section-title-t2{
    color: #3166F0;
}
.candidates-page-form .form-step-5 .section-title-f3{
    background-color: transparent;
    border: transparent;
    position: relative;
}
.candidates-page-form .form-step-5 .info-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px; height: 8px;
    top: 50%; right: -25px;
    margin-top: -3px;
    border-bottom: 2px solid #3166F0;
    border-right: 2px solid #3166F0;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.candidates-page-form .form-step-5 .info-title.open:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
    border-bottom: 2px solid #3166F0;
    border-right: 2px solid #3166F0;
}
.employers-page-form .form-step-5 .section-title-f3{
    background-color: transparent;
    border: transparent;
    position: relative;
}
.employers-page-form .form-step-5 .info-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px; height: 8px;
    top: 50%; right: -25px;
    margin-top: -3px;
    border-bottom: 2px solid #3166F0;
    border-right: 2px solid #3166F0;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.employers-page-form .form-step-5 .info-title.open:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
    border-bottom: 2px solid #3166F0;
    border-right: 2px solid #3166F0;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {


#home_slider_1{
	width:100%!important;
}

    select{
	background-color:white!important;
	}

    .nav-dropdown {
        right: 0;
        top: 85px;
    }
    .home-slider {
        display: block !important;
    }
    .home-slider .slick-dots{
        top: 100%;
        right: 50%;
        transform: translateX(50%);
        display: none;
        flex-direction: row;
    }
    .home-slider .slick-dots li{
        margin: 0 4px;
    }
    .form-block{
        margin: 20px 0 20px 0;
        padding: 20px;
    }
    .form-group.half-width{
        width: 100%;
    }
    .grid-form-two{
        grid-template-columns: 100%;
    }
    .grid-form-different{
        grid-template-columns: 100%;
    }
    .grid-block .img-text::after {
       display: none;
    }
    .grid-form{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .float-right-top{
        position: relative !important;
        top: unset;
        right: unset;
    }
    .header {
        background-color: #FFFFFF;
    }
    /* Nav */
    .nav-container {
        width: 100%;
        display: block;
    }
    .nav-container .nav-list{
        padding-bottom: 27px;
        border-bottom: 2px solid #BAC3E5;
        margin-bottom: 25px;
    }
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-container .brand {
        max-width: 100px;
    }
    .nav-dropdown {
        /*position: static;*/
        padding: 10px;
    }
    .nav-dropdown li a{
        padding: 10px;
    }
    .nav-dropdown:before {
        top: -12px;
    }
    nav ul li a, nav ul li a:visited {
        display: block;
        padding: 5px 0;
        line-height: 30px;
        text-decoration: none;
        border: 2px solid transparent;
    }
    nav li:last-child{
        position: relative;
    }
    nav li:last-child .language-title{
        color: #929ECC;
        font-size: 0.75rem;
        padding: 5px 0;
    }
    nav li:last-child a{
       position: relative;
    }
    nav li:last-child a.active{
        border-color: transparent;
    }

    nav .mobile-lang {
        display: flex;
        color: #505F98;
        font-size: 0.875rem;
    }
    nav .desktop-lang{
        display: none;
    }
    .support-title-b2 {
        margin-top: 65px;
    }
    /* Blue block*/
    .blue-block{
        padding: 300px 0 30px 0;
        z-index: 3;
    }
   .blue-block .left-img-text .img-block{
       position: absolute;
       top: -370px;
       left: -100px;
   }
    .blue-block .left-img-text .img-block img{
        width: 370px;
    }
    /* White block*/
    .white-block{
        padding: 300px 0 30px 0;
    }
    .white-block .right-img-text .img-block{
        position: absolute;
        top: -300px;
        right: -60px;
    }
    .white-block .right-img-text .img-block img{
        width: 310px;
    }
    .white-img{
        position: absolute;
        bottom: -20px;
        z-index: 0;
        width: 150%;
        height: 100px;
        border-radius: 100%;
        left: -25%;
        right: -25%;
    }
    .blue-img{
        position: absolute;
        bottom: -20px;
        z-index: 0;
        width: 150%;
        height: 100px;
        border-radius: 100%;
        left: -25%;
        right: -25%;
    }
    /* Homepage support */
    .support{
        padding: 60px 0 30px 0;
        z-index: 4;
    }
    .bg-block{
        padding: 60px 0 30px 0;
    }
    .bg-block .btn-block {
        margin-top: 25px;
    }
    .support-img-block .img-text-supprot img {
        width: 50px;
    }
    .grid-block {
        display: grid;
        grid-template-columns: auto;
        width: 80%;
        margin: 0 10%;
    }
    .grid-block .img-text {
        flex-direction: column;
        padding: 16px 30px;
    }
    .grid-block .img-text img{
        width: 36px;
    }
    .grid-block .img-text p{
        margin: 10px 0 0 0;
    }
    .support-img-block .img-text-supprot{
        margin: 10px 0;
    }
    .support-img-block .img-text-supprot .img-tooltip .tooltip {
        padding: 20px 10px;
        width: 306px;
    }
    .bg-block .left-img-text {
        flex-direction: column;
        z-index: 2;
    }
    /* About us */
    .about-us-page .white-block {
        padding: 50px 0 30px 0;
        z-index: 5;
    }
    .about-us-page .blue-block {
        padding: 50px 0 30px 0;
    }
    .about-us-page .bg-block {
        padding: 50px 0 30px 0;
        z-index: 4;
    }
    .about-us-page .bg-block .left-img-text{
        flex-direction: column-reverse;
    }
    .about-us-page .bg-block .left-img-text .img-block.no-radius img{
        width: 100%;
    }
    .about-us-page .grid-block{
        width: 100%;
        margin: 0;
        padding: 16px 0;
    }
    .about-us-page .grid-block .img-text-about img{
       width: 36px;
    }
    .about-us-page .grid-block .img-text-about{
        padding: 16px 16px;
    }
    /* Employers */
    .employers-page .white-block{
        z-index: 3;
        padding: 300px 0 30px 0;
    }
    .employers-page .white-block .right-img-text .section-title-t2.m-b-27{
        margin-bottom: 12px;
    }
    .employers-page .blue-block{
        padding: 60px 0 30px 0;
    }
    .employers-page .blue-block .support-title-b.m-b-35{
        margin: 0;
    }
    .employers-page .bg-block{
        padding: 60px 0 69px 0;
    }
    .employers-page .bg-block .btn-block .btn-y{
        width: 100%;
    }
    .job-page .white-block {
        padding: 30px 0 30px 0;
    }
    .contact-page .white-block {
        padding: 30px 0 30px 0;
    }
    .blue-block .left-img-text .text-block{
        margin-top: 25px;
    }
    .white-block .right-img-text .text-block{
        margin-top: 25px;
    }
    /* Job page*/
    .job-description-block .job-offer p{
        font-size: 0.75rem;
    }
    ul.pagination-list{
        padding: 10px 0 20px 0;
    }
    /* Candidates page */
    .candidates-page .bg-block{
        padding: 60px 0 114px 0;
    }

    .candidates-page .btn-block .btn-y{
       width: 100%;
    }
    .candidates-page .btn-block .btn-g.m-l-20{
        width: 100%;
        margin: 24px 0 0 0;
    }
    .step-block .line-w{
        width: 77%;
    }
    .step-block .line-w .blue-l-2{
        width: 21%;
        left: 27%;
    }
    .step-block .line-w .blue-l-3{
        width: 27%;
        left: 51%;
    }
}
@media screen and (min-width: 992px) {
    .nav-list {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) {
    .btn-y, .btn-y-d, .btn-g, .btn-g-d ,.btn-w, .btn-b, .btn-b-d, .btn-b2{
        font-size: 0.875rem;
        font-weight: 400;
        padding: 9px 18px;
    }
    body {
        font-size: 0.875rem;
    }
    .container{
        padding-right: 30px;
        padding-left: 30px;
    }
    .job-description-block{
        padding: 16px;
    }
    .job-description-block .job-for {
        font-size: 0.75rem;
        padding: 0 5px;
    }
    .job-description-block .job-for img{
        width: 20px;
    }
    .job-description-block .job-title {
       font-size: 1rem;
    }
    .job-description-block .job-description{
        display: none;
    }
    .job-description-block .location{
        display: none;
    }
    .job-description-block .small-description{
        margin: 16px 0;
    }
    .job-description-block .job-description-text {
        padding-top: 20px;
    }
    .job-description-block .less-btn-block{
        margin-top: 30px;
        display: block;
    }
    .job-description-block .less-btn-block .btn-block-left{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .job-description-block .less-btn-block .btn-block-left .btn-y{
        margin: 15px 0;
    }
    .job-description-block .less-btn-block .btn-block-left #toggle{
        width: 100%;
        padding: 9px 18px;
    }
    .job-description-block .download-block .flex-block{
        justify-content: center;
    }
    .grid-block-no-bg{
        grid-template-columns: auto;
    }
    .grid-block-no-bg .img-text img{
        width: 20px;
    }
    .grid-block-no-bg .img-text{
        font-size: 0.75rem;
        margin-bottom: 8px;
    }
    .grid-block-no-bg .img-text .type{
        font-size: 0.75rem;
    }
    .support-img-block .border-img {
        background-image: url("../images/svg/border-mobile.svg");
        top: 40px;
        width: 100%;
        height: 100%;
        max-width: 898px;
        margin: 0 auto;
        z-index: -1;
    }
    .support-img-block .border-img2 {
        background-image: url("../images/svg/border2-mobile.svg");
        top: 40px;
        width: 100%;
        height: 100%;
        max-width: 898px;
        margin: 0 auto;
        z-index: -1;
    }
    .support-img-block .img-text-supprot .img-tooltip img{
        width: 40px;
        padding: 0;
    }
    .support-img-block .img-text-supprot:nth-child(2) .img-tooltip .tooltip::before{
        left: 16%;
        right: unset;
    }
    .support-img-block .img-text-supprot:nth-child(4) .img-tooltip .tooltip::before{
        right: 11%;
    }
    .support-img-block .img-text-supprot:nth-child(5) .img-tooltip .tooltip::before{
        left: 16%;
        right: unset;
    }
    .support-img-block .img-text-supprot:nth-child(7) .img-tooltip .tooltip::before{
        right: 11%;
    }
    .support-img-block .img-text-supprot .img-tooltip .tooltip{
        width: 100%;
    }
    .support-img-block .img-text-supprot {
        margin: 5px 0;
        position: unset;
    }

    .support .btn-block{
        margin-top: 10px;
    }
    .contact {
        display: flex;
        flex-direction: column;
        border: unset;
        background: unset;
        margin: 32px 0 68px 0;
    }
    .contact-page .circle-c2{
        display: none;
    }
    .contact-page .circle-c1{
        display: none;
    }
    .contact-info{
        order: 2;
        box-shadow: 0 9px 29px rgba(49, 102, 240, 0.2);
        border-radius: 12px;
        padding: 35px 16px;
        margin: 0;
    }
    .contact-info .mobile-none{
        display: none;
    }
    .contact-info .blue-bg{
        display: none;
    }
    .contact-info .info-block{
        margin-bottom: 16px;
    }
    .contact-info .info-block .m-r-20{
        margin-right: 13px;
    }
    .contact-info .info-block img{
        width: 24px;
    }
    .contact-info .mapiframe2{
        margin-top: 16px;
    }
    .contact-right{
        padding: 16px;
        background: #FFFFFF;
        border: 2px solid #3166F0;
        box-sizing: border-box;
        box-shadow: 0px 9px 29px rgba(49, 102, 240, 0.2);
        border-radius: 12px;
        margin-bottom: 32px;
    }
    .contact-right .desktop-none{
        display: block;
    }
    .contact-right .same-block {
        grid-template-columns: auto;
    }
    .contact-right .section-title-f2{
        font-size: 1.375rem;
    }
    .contact-right .privacy-policy-block{
        margin-bottom: 32px;
    }
    .contact-right .form-group.text-right{
        margin-bottom: 0;
    }
    .contact-right .form-group.text-right button{
        width: 100%;
        margin-bottom: 0;
    }
    .footer-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-top p{
        font-size: 0.75rem;
    }
    .f-right {
        text-align: left;
        margin-top: 30px;
    }
    .footer-bottom p{
        font-size: 0.75rem;
    }
    .footer-bottom .copyright{
        order: 2;
    }
    .footer-bottom .social{
        order: 1;
    }
    .candidates-page-form .form-step-6 .support-title-f .section-title-t2{
        font-size: 1rem;
    }
    .candidates-page-form .form-step-6 .btn-y{
        width: 100%;
    }
    .candidates-page-form .form-step-6 .form-group.text-center{
        margin: 0;
    }
    .candidates-page-form .form-step-6 .btn-g{
        width: 100%;
        margin: 12px 0 0 0;
    }
    .step-block{
        flex-direction: column;
        align-items: flex-start;
    }
    .step{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .step.passed p.completed{
        font-size: 0.875rem;
    }
    .line-w{
        display: none;
    }
    .line-b{
        display: none;
    }
    .step div p{
        text-align: left;
    }
    .step:last-child{
        margin-bottom: 0;
    }
    .step p.number{
        margin: 0 10px 0 0;
    }
    .number{
        width: 20px;
        height: 20px;
        line-height: 16px;
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 600px) {

    .grid-form{
        display: grid;
        grid-template-columns: 100%;
    }
    body{
        font-size: 0.875rem;
    }
    .section-title-t1{
        font-size: 2.25rem;
    }
    .section-title-t1 span{
        font-size: 2.25rem;
    }
    .section-title-t2{
        font-size: 1.875rem;
    }
    .covid-info-block{
        padding: 10px;
    }
    .search-block{
     display: none;
    }
    .covid-block .covid-info span{
        font-size: 0.875rem;
    }
    .about-us-page .diagram-bg .center-p{
        font-size: 1.25rem;
    }
}
.someData{
    display:none;
}

.activeTab{
    display:block;
}