
.login {
    height: 300px;
    display: flex
}

.login .hidden {
    visibility: hidden
}

.login .login__input-wrap_horizontal {
    line-height: .7em
}

.login .buttonWrap {
    display: flex;
    justify-content: center
}

.login .prv p {
    margin-top: 0
}

.login .prvTop {
    display: flex;
    justify-content: space-between
}

.login .header-form__item-hint {
    display: block;
    margin-top: 8px;
    padding-left: 4px;
    color: #323c5a;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline
}

.login .header-form__item-hint a {
    opacity: .7
}

.login__modal {
    max-width: 560px;
    display: none;
    transform: translate(-50%, 0);
    left: 50%;
    position: fixed;
    top: 10%;
    z-index: 1500
}

.login__modal h2 {
    margin-top: 0
}

.login-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0071ba;
    position: relative
}

.login-block__button {
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    color: #0f1c3a;
    padding: 20px;
    padding-top: 18px
}

.login__block {
    padding: 50px 95px
}

@media screen and (max-width: 575px) {
    .login__block {
        width: 100%
    }
}

.login-form {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 420px
}

@media screen and (max-width: 575px) {
    .login-form {
        max-width: 100%
    }
}

.login-form__input-wrap {
    display: flex;
    justify-content: space-between
}

.login-form__input {
    margin-bottom: 14px;
    width: 100%
}

.login-form__input input {
    width: 100%
}

.login__link-button {
    text-decoration: none;
    text-align: center
}

.login .show {
    display: flex;
    justify-content: center
}

.login .validation-summary-errors {
    color: #e5264e;
    font-size: .6rem
}

.login .field-validation-valid {
    opacity: 0;
    font-size: .6rem;
    display: none
}

.login .field-validation-error {
    color: #e5264e;
    font-size: .6rem;
    opacity: 1
}

.login .input-validation-error {
    border-bottom: 5px solid #e5264e
}

.login__inputs-wrapper,
.login__button-wrap_horizontal {
    display: flex;
    width: 100%
}

@media(min-width: 1066px) {
    .login__inputs-wrapper {
        justify-content: space-between
    }
    .login__input-wrap_horizontal {
        width: 65%
    }
    .login__input_horizontal {
        width: 100%
    }
    .login__button-wrap {
        display: flex
    }
    .login__button-wrap_horizontal {
        justify-content: flex-end;
        width: 43%
    }
    .login__button-submit_horizontal {
        height: 37px
    }
}

@media(max-width: 1065px) {
    .login__inputs-wrapper {
        flex-wrap: wrap
    }
    .login__input-wrap_horizontal {
        margin-bottom: 14px
    }
    .login__button-wrap_horizontal {
        justify-content: center
    }
    .login__button-submit_horizontal {
        width: 100%
    }
    .login__input-wrap_horizontal,
    .login__button-wrap_horizontal,
    .login__input_horizontal {
        width: 100%
    }
}

.close {
    font-size: 16px;
    --font-family: "Gotham Pro";
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    opacity: .65
}



.lds-ring {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 8px;
    border: 2px solid #0071ba;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0071ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

._accent .lds-ring div {
    border-color: #fff;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.map-modal {
    display: none;
    position: absolute;
    margin: 0 auto;
    max-width: 350px;
    min-width: 316px;
    padding: 20px 60px 32px 33px;
    background-color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    z-index: 99;
    backdrop-filter: blur(4px)
}

.map-modal #modalClose {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0071ba;
    font-size: 1rem
}

.map-modal #modalClose:hover {
    color: #0f1c3a
}

@media screen and (min-width: 0px)and (max-width: 641px) {
    .map-modal #modalClose {
        margin-top: 8px
    }
}

.map-modal__mobile {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%);
    height: 80%;
    border: 1px solid #c9ddf3
}

.map-modal__mobile .triangle {
    display: none
}

.map-modal__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #2095f3;
    margin-bottom: 26px
}

.map-modal__head img {
    transform: rotate(-90deg);
    max-width: 7px;
    margin-left: 14px
}

.map-modal__head-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.map-modal__body {
    color: #0f1c3a;
    text-align: left
}

.map-modal .triangle {
    position: absolute;
    top: 0;
    left: -16px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 24px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    opacity: .6
}

.modal__regions {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.modal__regions .organization__num {
    margin-right: 5px
}

.modal__title:hover {
    opacity: .6
}

.modal {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 8px #9d9d9d
}

.modal-open {
    padding-right: 22px;
    overflow: hidden
}

.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    opacity: .4;
    background-color: #000
}


.button {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    padding: 11px 23px;
    padding-bottom: 10px;
    transition: .4s;
    background-color: #0071ba;
    border: none;
    outline: none
}

.button:hover {
    transition: .4s;
    outline: 8px solid #aed3f0;
    cursor: pointer
}

.button.secondary {
    background-color: #34a7dc
}

.button:disabled {
    background-color: #bebebe;
    color: #bebebe;
    cursor: not-allowed
}

.button:disabled:hover {
    outline: none
}

.button,
.link-title {
    color: #fff
}

.single-training .training__text
{
    display: block;
}



/*23.11.23*/
@media screen and (min-width: 0px) and (max-width: 780px) {
  .iconText._menuLink .iconText__text {
    display: block;
    opacity: 1;
  }
  .header__container._menu_open{
    max-height: none;
  }
  .topMenu__info._menu_open{
    display: block; 
  }
}

.socials__item ._rut {
  width: 17px;
  height: 17px;
  background-image: url("img/rutube.svg");
}

.socials__item ._vkVideo{
    width: 17px;
    height: 17px;
    background-image: url("img/video.svg");
}


/*31.05.25*/

@media (max-width: 1385px) {
  .tile__item {
    grid-template-rows: 3em 68% 3em;
  }
}

@media (min-width: 641px) and (max-width: 1385px) {
   .tile__item {
    grid-template-rows: 3em 68% 3em;
  }
}