

/* Start:/local/templates/re-store/css/academy.css?17750606197821*/
.content-academy {
    max-width: 1100px;
    margin: auto;
    padding: 20px 0;
    width: 100%;
}

.breadcrumbs + .content-academy {
    z-index: 2;
}

.content-academy .tabs_block3 {
    width:100% !important;
    position: relative;
    top: 10px;
}

.content-academy .tabs_block3 .tabs-cont {
    float:left;
}

.content-academy .city-select {
    float:right;
    display: table;
}
.content-academy .city-select div.city-select-row {
    display: table-row;
}

.content-academy .city-select  .jq-selectbox {
    height: 40px;
    width: 240px;
}
.content-academy .city-select .jq-selectbox__select-text {
    height: 25px;
    vertical-align: middle;
    display: table-cell;
}

.content-academy .tabs li a {
    color:#000;
    display: block;
    height: 100%;
    padding: 0px 15px;
}
.content-academy .tabs li {
    padding: 0 !important;
}

.academy-hr {
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #e6e6e6;
    margin: 20px 0px 0px 20px;
}
.academy-hr {
    clear: both;
}

.map-detail-academy .hide_address {
    display: none;
}
.map-detail-academy .show_address {
    display: block;
}

/* Popup Accademy Styles */


.academy-popup {
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    background-color: #fff;
    transition: all .3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 14px;
    display: none;
}
.academy-popup_visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.academy-popup__container {
    position: relative;
    padding-top: 50px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.academy-popup__title {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Graphik-Light-Cy', sans-serif;
    margin-bottom: 50px;
}
.academy-popup__subtitle {
    text-align: center;
    margin-bottom: 50px;
    line-height: 21px;
}
.academy-popup__close {
    position: absolute;
    top: 36px;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f2f2f2;
    cursor: pointer;
}
.academy-popup__close:hover {
    background-color: #e6e6e6;
}
.academy-popup__close:before,
.academy-popup__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 49%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-color: #000;
}
.academy-popup__close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.academy-popup__stage-2 {
    display: none;
    text-align: center;
    position: fixed;
    top: -10%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.academy-popup_stage-2 .academy-popup__stage-2 {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
}
.academy-popup_stage-2 .academy-popup__stage-1 {
    transition: opacity .3s;
    opacity: 0;
}
.academy-popup__success-icon {
    width: 53px;
    height: 53px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative;
}
.academy-popup__success-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    width: 20px;
    height: 10px;
}
.academy-popup__success-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.academy-popup__success-message {
    margin: auto;
    max-width: 470px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 42px;
}
.academy-popup__success-btn button {
    max-width: 332px;
    width: 100%;
}

/* Popup styles end */





.academy-form__wrap {
    font-size: 0;
    margin-bottom: 50px;
}
.academy-form__col {
    width: 50%;
    font-size: 16px;
    padding-right: 110px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.academy-form__col p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 17px;
}
.academy-form__line {
    margin-bottom: 20px;
    font-size: 0;
}
.academy-form__line-col {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.academy-form__line-col:nth-child(1) {
    width: 135px;
}
.academy-form__line-col:nth-child(2) {
    width: calc(100% - 135px);
}
.academy-form__line-col_country .jq-selectbox {
    width: 100%;
}
.academy-form__line-col_birth {
    font-size: 0;
}
.academy-form__line-col_birth .jq-selectbox {
    margin-right: 2px;
}
.academy-form__line-col_birth .jq-selectbox:nth-child(1) {
    width: 86px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.academy-form__line-col_birth .jq-selectbox:nth-child(2) {
    width: 125px;
    border-radius: 0;
}
.academy-form__line-col_birth .jq-selectbox:nth-child(3) {
    width: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
}
.academy-form__line-col_city .jq-selectbox {
    width: 100%;
}
.academy-form__input-text {
    border: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    padding: 0 10px;
}
.academy-form__radios {
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.academy-form__radios .niceRadio label {
    padding: 7.5px 15px;
    font-size: 14px;
}
.academy-form__bottom {
    max-width: 320px;
    margin: auto;
    text-align: center;
    font-size: 12px;
}
.academy-form__bottom .pink-a {
    font-size: 100%;
}
.academy-form__bottom .pink-bttn-normal {
    width: 310px;
    margin-bottom: 20px;
}

b,strong {
    font-weight: initial;
}

div.tabs-academy ul li:first-child {
    margin-left: 0px !important;
}

.seminar-row .big-title {
    font-size: 28px;
}

/* Ajax styles restyles action begin */
.is_ajax .seminar-row {
    width: 100%;
}

.is_ajax .seminar-section-ajax {
    padding: 25px 0;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
}


.is_ajax .seminar-row .news-hr {
    margin-bottom: 50px;
}

.content-academy>#academy-lection.loading:after {
    background: url(/local/templates/re-store/img/64x64.gif);
    background-size: 32px;
    display: block;
    content: '';
    position: fixed;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
}

/* Ajax styles restyles action end */



/* Academy Bullits text detail lection seminars desktop */
.academy-event__description .main-list-style {
    width: auto;
    margin-top: 0;
}

.academy-event__description .main-list-style {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Graphik-Regular-Cy';
    line-height: 21px;
    width: 810px;
}

.academy-event__description .main-list-style li {
    list-style-type: none;
    line-height: 18px;
    padding: 5px 0 5px 20px;
    background: url(/local/templates/re-store/css/../img/li.png) 2px 10px no-repeat transparent;
    background-size: 8px auto;
}

/*  Academy Bullits text detail lection seminars desktop  end */
/* End */


/* Start:/local/templates/re-store/components/multisite/pages/academy/style.css?1775060619851*/
.academy__about .academy__small-wrap {
    width: 550px;
    margin: auto;
}
.academy__about  .academy__wrap {
    width: 1100px;
    margin: auto;
}

.academy__about .academy__about-cover {
    max-width: 100%;
    margin-bottom: 60px;
}

.academy__about img {
    border: 0;
}

.academy__about .academy__about-text {
    margin-bottom: 53px;
}

.academy__about .academy__about-back {
    margin-bottom: 60px;
}

.academy__about  .academy__about-text p {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
}

.academy__about .academy__about-back .gray-bttn-normal {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.academy__about .academy__title {
    margin-bottom: 30px;
}

a.gray-bttn-normal{
    color: #000000!important;
}
/* End */
/* /local/templates/re-store/css/academy.css?17750606197821 */
/* /local/templates/re-store/components/multisite/pages/academy/style.css?1775060619851 */
