/*Подвал*/
.site-footer .f-menu li a {
    color: #097bcb;
}
/*Страница Руководство->О нас*/
.main-person .photo {
     width: 500px;
     height: 500px;
 }
.main-person .text {
    width: calc(100% - 500px);
}
.item-person .photo {
    height: 270px;
    background: rgba(232,232,232,.48);
}
.item-person {
    margin: 20px 2.75% 25px 0;
}

/*Модалка с людьми*/
.modal-description .photo {
    width: 500px;
    height: 500px;
    background: rgba(232,232,232,.48);
}
.modal-description .text {
    width: calc(100% - 500px);
    padding: 8px 0 0 40px;
}
.not-avalible {
    height: 30px;
    width: 265px;
    background-color: #3f5188;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 0.7em;
    line-height: 2.4em;
    margin: 10px 0;
}
.persona-info-dess p {
    margin: 40px 0;
}
.born-date {
    margin-top: 18px;
}
/*Авторефераты*/
.commission-item {
  display : flex;
  margin: 20px 25px;
}
.commision-text {
    padding-left: 30px;
}
/*.commision-text a {
   padding-right: 10px;
}*/
.commision-pic {
    min-height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
}

/*Страница с Подпиской на рассылки*/
.subscribe-wrapper {
    padding-top:160px;
    background: url(../i/sub-bg.png ) 50% no-repeat;
    color: white;
    font-family: 'Avenir Next Cyr Demi';
    font-weight: 500;
    background-color: #2f4668;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.subscribe-wrapper .banner {
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.subscribe-wrapper .banner h2 {
   width: 17%;
   text-align: center;
   color: white;
}
.subscribe-wrapper .banner p {
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.subscribe-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.subscribe-block-title {
    width: 30%;
    margin: 40px auto;
    text-align: center;
    font-size: 20px;
}
.subscribe-content {
    margin: 0px auto;
    padding-bottom: 70px;
    display: flex;
    width: 842px;
    flex-wrap:wrap;
    justify-content:space-between;
}
.subscribe-item {
    border-radius: 5px;
    display: flex;
    width: 48%;
    background-color: white;
    color: black;
    margin: 10px 0;
    align-items: center;
    padding: 15px 0 15px 0;
}
.subscribe-item-text p {
     margin-top: 0px;
    line-height: 18px;
     font-size: 15px;
 }
.subscribe-item-text span {
    font-weight: bold;
    font-size: 12px;
    color:#8c8c8c;
}
.subscribe-item-checkbox input {
    margin-left: 20px ;
    margin-right:20px ;
    height: 43px;
    width: 43px;
}
.mini-subscribe-block {
    background-color: #0c2a5b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir Next Cyr Demi';
    font-weight: 500;
}
.mini-subscribe-block p {
    margin: 0;
}
.mini-subscribe-block form {
    display: flex;
    flex-direction: column;
    width: 1090px;
    padding: 28px 0 30px 0;
}
.inpt-content {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 28px 0 30px 0;
}
.form-input input {
    border-radius: 30px;
    height: 52px;
    width: 282px;
    max-width: 282px;
    padding: 0 60px 0 22px;
    background: white;
    font-size: 14px;
    color: rgba(22,22,22,.5);
}
.form-input button {
    font-size: 16px;
    color:white;
    background: #f36f21;
    width: 200px;
    height: 52px;
    border-radius: 32px;
    position: relative;
    padding-right: 40px;
}
.circle-btn {
    top: 0;
    right: 0;
    position: absolute;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-btn i {
    color: #f36f21;
    font-size: 25px;
}
.privacy-block {
    display: flex;
    justify-content: space-between;
}
.privacy-block,.privacy-block p {
    font-size:16px ;
}
.privacy-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-item label {
    display: flex;
}
.privacy-item label input {
    width: 28px;
    height: 28px;
    position: relative;
    top: -4px;
}
.privacy-item label span {
    margin-left: 12px;
}



/*(Адаптив)*/

/*Страница Руководство->О нас*/
@media screen and (max-width: 660px) {
    .main-person .text {
        width: 100%;
    }
}
/*Модалка с людьми*/
@media screen and (max-width: 479px) {
    .person-row .photo {
        width: 100%;
        max-width: 500px;
    }
    .main-person .photo {
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .person-row .text {
        width: 100%;
        padding: 25px 0 0;
    }
    .not-avalible {
        font-size: 0.8em;
    }
}
/*Страница с Подпиской на рассылки*/
@media screen and (max-width: 886px) {
    .subscribe-content {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .subscribe-item {
        width: 90%;
    }
    .subscribe-block-title {
        width: 90%;
    }
    .inpt-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
    }
    .form-input {
        margin: 10px 0;
    }
    .form-input input {
        width: 100%;
    }
    .form-input button {
        margin: 0px auto;
    }
}

