body,
html {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('ttf'),
        url('../fonts/GothamPro.eot') format('eot');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('ttf'),
        url('../fonts/GothamPro-Medium.eot') format('eot');
}

body * {
    font-family: "GothamBook", sans-serif;
    box-sizing: border-box;
}

header {
    border-bottom: 1px solid #707070;
}

header .outer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
}

header .outer__header .menu__header ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .outer__header .menu__header ul li.current__menu a {
    font-weight: bold;
    font-family: "GothamMedium", sans-serif;
}

header .outer__header .menu__header ul li {
    margin-right: 30px;
}

header .outer__header .menu__header ul li:last-child {
    margin-right: 0px;
}

header .outer__header .menu__header ul li a {
    text-decoration: none;
    transition: .4s ease all;
    color: #707070;
    font-size: 16px;
    font-weight: 300;
}

header .outer__header .menu__header ul li a:hover {
    opacity: .7;
}

.frame__block {
    height: calc(100vh - 73px);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame__block .modal__box {
    position: absolute;
    left: 40px;
    right: 0px;
    width: calc(100% - 80px);
}

.frame__block iframe {
    width: 100%;
    height: 100%;
}

.right__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right__header .search__button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease all;
}

.right__header .search__button a img {
    max-width: 24px;
}

.spacer__header {
    height: 30px;
    width: 2px;
    border-radius: 3px;
    margin: 0px 15px;
    background-color: #E9E9E9;
}

.right__header .search__button a:hover {
    opacity: .7;
}

.right__header .search__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile__info {
    position: relative;
}

.profile__info .profile__dropdown .profile__title .sign__button>a:hover {
    opacity: .7;
}

.profile__info .profile__dropdown .profile__title {
    width: 100%;
}

.profile__info .profile__dropdown .profile__title>h6 {
    margin-bottom: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E3E5E6;
    color: #323232;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
}

.profile__info .profile__dropdown .profile__title>ul li {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

.profile__info .profile__dropdown .profile__title>ul>li:last-child {
    margin-bottom: 0px;
}

.profile__info .profile__dropdown .profile__title>ul li a:hover {
    opacity: .7;
}

.profile__info .profile__dropdown .profile__title>ul li a {
    text-decoration: none;
    background: url('../img/arrowmenu.png');
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right center;
    color: #CC0000;
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    transition: .4s ease all;
}

.profile__info .profile__dropdown .profile__title>ul {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style-type: none;
    margin: 0px;
    width: 100%;
}

.profile__info .profile__dropdown {
    z-index: 5;
}

.profile__info .profile__dropdown .profile__title .sign__button>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 60px;
    background-color: #CC0000;
    border-radius: 250px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s ease all;
}

.profile__info .profile__dropdown .profile__title .sign__button {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.profile__info .profile__dropdown .profile__title>p {
    margin: 0px;
    margin-top: 50px;
    text-align: center;
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.profile__info .profile__dropdown {
    position: absolute;
    right: 0px;
    top: 50px;
    min-width: 330px;
    max-width: 330px;
    background-color: #fff;

    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    align-items: center;
    display: none;
}

.profile__info .profile__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile__info .profile__button a:hover {
    opacity: .7;
}

.profile__info .profile__button a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #707070;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    transition: .4s ease all;
}

.profile__info .profile__button a>img {
    margin-left: 15px;
}

.profile__info .profile__button a>span img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 250px;
    object-fit: cover;
}

.profile__info .profile__button a>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.menu__button {
    display: none;
}

.search__form {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.search__form form {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.search__form form a:hover {
    opacity: .7;
}

.search__form form a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    transition: .4s ease all;
}

.search__form form input {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    height: 100%;
    padding-right: 40px;
    border: 0px;
    outline: none;
}

.outer__header {
    position: relative;
}

.modal__big {
    min-height: calc(100vh - 73px);
    width: 100%;
    height: auto;
    background: url('../img/mainback.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__box .download__info {
    padding: 70px 150px;
}

.download__list {
    min-height: 450px;
}

.modal__box {
    width: 100%;
    background-color: #fff;
    position: relative;
    height: calc(100vh - 173px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal__box::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modal__box::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.modal__box::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.modal__box .download__list {
    display: flex;
    justify-content: space-between;
}

.modal__box>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .4s ease all;
    z-index: 6;
}

.modal__box>a:hover {
    opacity: .7;
}

.desc__list p {
    margin: 0px;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.file__list .elem__file a span {
    display: inline-flex;
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file__list .elem__file a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background-color: #EAEAEA;
    border-radius: 22px;
    padding: 10px 30px;
    position: relative;
    padding-right: 45px;
    transition: .4s ease all;
}

.file__list .elem__file a:hover {
    opacity: .7;
}

.file__list .elem__file:last-child {
    margin-bottom: 0px;
}

.file__list .elem__file {
    width: 100%;
    margin-bottom: 15px;
}

.modal__box .head__download>span {
    display: inline-flex;
    color: #323232;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: "GothamMedium", sans-serif;
}

.modal__box .head__download>h6 {
    margin: 0px;
    margin-bottom: 10px;
    color: #CC0000;
    font-size: 28px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    line-height: 28px;
}

.modal__box .head__download>h2,
.head__download>h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #323232;
    font-size: 50px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.modal__box .head__download,
.head__download {
    margin-bottom: 40px;
}

.download__list .desc__list {
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    min-height: 450px;

}

.download__list .file__list {
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    min-height: 450px;
}

.download__list .desc__list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.download__list .desc__list::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.download__list .desc__list::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.download__list .file__list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.download__list .file__list::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.download__list .file__list::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.elem__video {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}

.elem__video:last-child {
    margin-bottom: 0px;
}

.video__library .library__list::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.video__library .library__list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.video__library .library__list::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.video__library .library__list::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.video__library .library__list {
    max-width: 500px;
    width: 100%;
    padding-right: 50px;
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    min-height: 450px;
}

.video__library .library__list .elem__video a:hover {
    opacity: .7;
}

.video__library .library__list .elem__video a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease all;
}

.video__library .library__list {
    min-width: 500px;
    max-width: 500px;
    margin-right: 30px;
}

.video__library {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.person__slider {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.person__slider .slider__right:hover {
    opacity: .7;
}

.person__slider .slider__right {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 15px;
    justify-content: center;
    transition: .4s ease all;
}

.person__slider .slider__left:hover {
    opacity: .7;
}

.person__slider .slider__left {
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: 15px;
    justify-content: center;
    transition: .4s ease all;
}

.person__slider .inner__person {
    width: 100%;
    height: 100%;
}

.person__slider .inner__person .elem__person {
    height: 100%;
}

.person__elem--wrapper {
    height: 100%;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc {
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    padding-right: 40px;
    margin-top: 15px;
}

.person__socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.person__socials {
    margin-top: 35px;
}

.person__socials ul li a:hover {
    opacity: .7;
}

.person__socials ul li:last-child {
    margin-right: 0px;
}

.person__socials ul li {
    margin-right: 20px;
}

.person__socials ul li a {
    color: #95989A;
    font-size: 18px;
    text-decoration: none;
    transition: .4s ease all;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head span {
    color: #323232;
    font-size: 20px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head h6 {
    color: #CC0000;
    font-size: 28px;
    line-height: 38px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head>h2 {
    margin: 0px;
    margin-bottom: 10px;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 55px;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info {
    width: 50%;
    padding: 75px 100px;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__avatar {
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.person__slider .inner__person .elem__person .person__elem--wrapper {
    display: flex;
    justify-content: space-between;
}

.person__slider .inner__person .elem__person {
    width: 100%;
}

.person__avatar .slider__left,
.person__avatar .slider__right {
    display: none;
}

.frame__block.frame__modal>iframe {
    pointer-events: none;
}

.frame__block {
    position: relative;
}

.frame__block>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*transition:.4s ease all;*/
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}

.dots__slider {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 15px;
    z-index: 5;
}

.dots__slider ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dots__slider ul li.curr__list a {
    background-color: #FFFFFF;
}

.dots__slider ul li:last-child {
    margin-right: 0px;
}

.dots__slider ul li {
    margin-right: 10px;
}

.dots__slider ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13px;
    max-width: 13px;
    min-height: 13px;
    max-height: 13px;
    border: 2px solid #95989A;
    background-color: #95989A;
    border-radius: 250px;
    transition: .4s ease all;
}

.library__videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    min-height: 450px;
    padding-right: 40px;
}

.library__videos::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.library__videos::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.library__videos::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.library__videos .elem__video {
    margin-bottom: 0px;
}

.profile__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.profile__block .profile__image>input {
    position: absolute;
    left: -20000px;
}

.profile__block .profile__image .profile__inner>img {
    max-width: 495px;
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.profile__block .profile__image>a:hover {
    opacity: .7;
}

.profile__block .profile__form .group__form>input {
    width: 100%;
    max-width: 450px;
    height: 55px;
    outline: none;
    border: 0px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.password__group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 190px);
    max-width: 450px;
    margin-left: auto;
}

.submit__button {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.submit__button>input[type="submit"]:hover {
    opacity: .7;
}

.submit__button>input[type="submit"] {
    border: 0px;
    min-height: 60px;
    min-width: 240px;
    border-radius: 250px;
    background-color: #CC0000;
    transition: .4s ease all;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: .4s ease all;
}

.password__group>a:hover {
    opacity: .7;
    color: #000;
}

.password__group>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    border-radius: 22px;
    background-color: #EAEAEA;
    font-size: 20px;
    font-weight: 400;
    transition: .4s ease all;
    color: #000000;
}

.profile__block .profile__form .group__form>p {
    min-width: 160px;
    margin: 0px;
    margin-right: 30px;
    text-align: right;

    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.profile__block .profile__form .group__form:last-child {
    margin-bottom: 0px;
}

.profile__block .profile__form .group__form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.profile__block .profile__form {
    max-width: 740px;
    width: 100%;
    margin-left: 25px;
}

.profile__block .profile__image>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    border-radius: 22px;
    background-color: #EAEAEA;
    font-size: 20px;
    font-weight: 400;
    transition: .4s ease all;
    color: #000000;
}

.profile__block .profile__image .profile__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.profile__block .profile__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.film__double {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.film__double>.film__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film__double>.film__info {
    max-height: 100%;
    overflow-y: auto;
    padding: 60px;
}

.film__double>.film__info .film__acordion {
    width: 100%;
}

.film__double>.film__info .film__acordion .elem__accordion:last-child {
    margin-bottom: 0px;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__head .accordion__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__head>p {
    margin: 0px;
    color: #323232;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #EAEAEA;
    padding: 15px;
    padding-right: 50px;
}

.film__double>.film__info .film__acordion {
    margin-top: 25px;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__details>p:last-child {
    margin-bottom: 0px;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__details {
    padding: 10px;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__details {
    display: none;
}

.film__double>.film__info .film__acordion .elem__accordion .accordion__details>p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.film__double>.film__info .film__acordion .elem__accordion {
    width: 100%;
    margin-bottom: 7px;
}

.film__double>.film__info>p {
    margin: 0px;
    color: #323232;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.film__double>.film__info>h6 {
    color: #323232;
    font-size: 20px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 25px;
}

.film__double>.film__info>h2 {
    margin: 0px;
    margin-bottom: 10px;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 55px;
}

.film__double>.film__info::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.film__double>.film__info::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.film__double>.film__info::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.film__double>.film__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

/* zoom */
.film__double>.film__media.film__media__zoom {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    height: auto;
    position: relative;
    align-content: stretch;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 26px;
}


.film__double>.film__info {
    width: 50%;
}

.accordion__head {
    cursor: pointer;
}

.accordion__graph {
    width: 100%;
}

.accordion__graph .elem__graph .progress__graph .active__graph {
    height: 100%;
    background-color: #CB1D00;
    border-radius: 250px;
}

.accordion__graph .elem__graph {
    margin-bottom: 15px;
}

.accordion__graph .elem__graph:last-child {
    margin-bottom: 0px;
}

.accordion__graph .elem__graph .progress__graph {
    width: 100%;
    height: 35px;
    border-radius: 250px;
    border: 3px solid #EAEAEA;
}

.accordion__graph .elem__graph>p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    min-width: 240px;
    max-width: 240px;
    margin: 0px;
    margin-right: 30px;
}

.accordion__graph .elem__graph {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal__float {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
}

.modal__float .modal__box {
    height: 100%;
}

.modal__float .film__media>iframe {
    width: 100%;
    height: 100%;
}

.accordion__media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.accordion__media.accordion__media__zoom {
    flex-direction: column;
}

.accordion__media.accordion__video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.accordion__media.accordion__video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.accordion__media>img {
    max-width: 100%;
}

.assessment__block .elem__assessment {
    min-height: calc(100vh - 73px);
    height: auto;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.assessment__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.elem__assessment .assessment__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group{
	padding-left:25px;
}
.form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items:center;
  flex-direction:row-reverse;
  color:#323232;
  font-size:18px;
  font-family:"GothamMedium" ,sans-serif;
  font-weight:bold;
  justify-content:space-between;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #707070;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  min-width:31px;
  max-width:31px;
  min-height:31px;
  max-height:31px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 15px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 15px;
  width: 8px;
  height: 18px;
  border: solid #CC0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
*/
.assessment__submit {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assessment__submit>input[type="submit"]:hover,
.assessment__submit>input[type="button"]:hover {
    opacity: .7;
}

.assessment__submit>input[type="submit"],
.assessment__submit>input[type="button"] {
    min-width: 180px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #CC0000;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    border: 0px;
    transition: .4s ease all;
}

.elem__assessment .assessment__info .assessment__answers .assessment__elem--answer .form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}

.elem__assessment .assessment__info .assessment__answers .assessment__elem--answer {
    width: 100%;
}

.elem__assessment .assessment__info .assessment__question>p {
    margin: 0px;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.elem__assessment .assessment__info .assessment__question {
    margin-bottom: 25px;
}

.elem__assessment .assessment__info .assessment__number>span {
    color: #CC0000;
    font-size: 28px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    display: inline-flex;
}

.elem__assessment .assessment__info .assessment__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.elem__assessment .assessment__head>h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 45px;
}

.elem__assessment .assessment__image {
    height: 455px;
    margin-left: 55px;
    width: 100%;
    max-width: 660px;
}

.assessment__info {
    max-width: 580px;
}

.elem__assessment .assessment__head {
    width: 100%;
    margin-bottom: 40px;
}

.form-group.radio__group label:after {
    border: 0px !important;
    min-width: 23px;
    max-width: 23px;
    min-height: 23px;
    max-height: 23px;
    top: 4px;
    right: 4px !important;
    background-color: #CC0000;
    border-radius: 250px;
}

.form-group.radio__group label:before {
    border-radius: 250px;
}

.stars__info {
    padding: 70px 150px;
    height: auto;
    min-height: 100%;
    position: relative;
    padding-bottom: 150px;
}

.stars__info .submit__controls .controls__left>.back__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .4s ease all;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-right: 30px;
}

.stars__info .submit__controls .controls__right>input[type="submit"]:hover {
    opacity: .7;
}

.stars__info .submit__controls .controls__right>input[type="submit"] {
    min-width: 180px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #CC0000;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    border: 0px;
    transition: .4s ease all;
}

.stars__info .submit__controls .controls__left>.back__button:hover {
    opacity: .7;
}

.stars__info .submit__controls .controls__left>.next__button:hover {
    opacity: .7;
}

.stars__info .submit__controls .controls__left>.next__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .4s ease all;
    color: #CC0000;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.stars__info .submit__controls {
    position: absolute;
    bottom: 70px;
    right: 150px;
    width: calc(100% - 300px);
    margin-top: 0px;
}

.submit__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.stars__info .stars__numbers>span {
    color: #CC0000;
    font-size: 28px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.stars__info .stars__feedback .elem__feedback img {
    max-width: 60px;
}

.stars__info .stars__feedback .elem__feedback:last-child {
    margin-right: 0px;
}

.stars__submit {
    margin-top: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.stars__submit>input[type="submit"]:hover {
    opacity: .7;
}

.stars__submit>input[type="submit"] {
    min-width: 180px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #CC0000;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    border: 0px;
    transition: .4s ease all;
}

.stars__submit>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .4s ease all;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-right: 30px;
}

.stars__submit>a:hover {
    opacity: .7;
    color: #323232;
}

.stars__info .stars__feedback .elem__feedback {
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stars__info .stars__feedback {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.stars__info>p {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.stars__info .stars__numbers {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    align-items: center;
}

.stars__info>h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #323232;
    font-size: 55px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.feedback__area {
    width: 100%;
}

.feedback__area>textarea {
    width: 100%;
    height: 230px;
    padding: 20px;
    outline: none;
    resize: none;
    color: #323232;
    font-family: "GothamMedium", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.irs--flat .irs-single {
    display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-line {
    height: 3px !important;
    background-color: #707070 !important;
}

.irs--flat .irs-handle>i {
    display: none !important;
}

.irs--flat .irs-handle {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border-radius: 250px;
    cursor: pointer;
    top: 8px !important;
    background-color: #CC0000 !important;
}

.range__picker {
    position: relative;
}

.first__stick {
    position: absolute;
    left: calc(25% + 10px);
    top: 16px;
    height: 20px;
    width: 2px;
    background-color: #707070;
}

.second__stick {
    position: absolute;
    left: calc(50%);
    top: 16px;
    height: 20px;
    width: 2px;
    background-color: #707070;
}

.third__stick {
    position: absolute;
    left: calc(75% - 10px);
    top: 16px;
    height: 20px;
    width: 2px;
    background-color: #707070;
}

.left__stick {
    position: absolute;
    left: 0px;
    top: 16px;
    height: 20px;
    width: 2px;
    background-color: #707070;
}

.right__stick {
    position: absolute;
    right: 0px;
    top: 16px;
    height: 20px;
    width: 2px;
    background-color: #707070;
}

.irs--flat .irs-bar--single {
    display: none;
}

.range__after {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.range__after>p {
    margin: 0px;
    color: #323232;
    font-size: 20px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
}

.dropdown__box {
    width: 100%;
    max-width: 700px;
}

.dropdown__main>a .status__dropdown>.vertical {
    height: 23px;
    width: 3px;
    background-color: #C3210B;
    border-radius: 3px;
    position: absolute;
}

.dropdown__main>a {
    white-space: nowrap;
}

.dropdown__main>a .status__dropdown>.horizontal {
    width: 23px;
    height: 3px;
    background-color: #C3210B;
    border-radius: 3px;
    position: absolute;
}

.dropdown__main>a .status__dropdown {
    position: absolute;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    right: 15px;
}

.dropdown__main {
    position: relative;
}

.dropdown__main .dropdown__list {
    position: absolute;
    top: 66px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.dropdown__list ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.dropdown__list ul::-webkit-scrollbar-track {
    background: #95989A;
}

/* Handle */
.dropdown__list ul::-webkit-scrollbar-thumb {
    background: #CC0000;
}

.dropdown__list ul li a:hover {
    background-color: rgba(234, 234, 234, .51);
}

.dropdown__list ul li a {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    color: #323232;
    font-size: 18px;
    font-family: "GothamMedium", sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: .4s ease all;
}

.dropdown__list ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    max-height: 280px;
    overflow-y: auto;
}

.dropdown__main>a {
    height: 66px;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    font-family: "GothamBook", sans-serif;
    text-decoration: none;
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    justify-content: flex-start;
    padding: 20px 30px;
    position: relative;
    padding-right: 40px;
}

.dropdown__main>a:hover {
    color: #323232;
}

.dropdown__main.active__dropdown .vertical {
    opacity: 0;
}

.dropdown__value {
    display: flex;
    width: calc(100% - 0px);
    overflow: hidden;
}

.stars__info .assessment__elem--answer {
    max-width: 600px;
}

.stars__info .assessment__elem--answer>.form-group {
    margin-bottom: 35px;
}

.stars__info .assessment__elem--answer>.form-group:last-child {
    margin-bottom: 0px;
}

.right__none {
    display: none;
}

.next__button.disabled__next {
    opacity: .0;
    pointer-events: none;
}

.back__button.disabled__next {
    opacity: .0;
    pointer-events: none;
}

.stars__info .form-group input:checked+label:after {
    right: 12px;
}

.modal__float.complex__video>.modal__box>.row .nav-pills {
    height: auto;
    padding-top: 0px !important;
}

.modal__float.complex__video>.modal__box>.row .tab-content .tab-pane {
    height: 100%;
}

.modal__float.complex__video>.modal__box>.row .tab-content .tab-pane .embed-responsive {
    height: 100%;
}

.modal__float.complex__video>.modal__box>.row .tab-content .tab-pane .embed-responsive>iframe {
    height: 100%;
}

.modal__float.complex__video>.modal__box>.row {
    align-items: flex-start;
}

.nav-link {
    background-color: #CC0000 !important;
    border-radius: 250px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: .4s ease all !important;
    margin: .5rem !important;
}

.profile__info .profile__dropdown .profile__title>p {
    font-size: 12px;
    font-weight: 300;
}

.profile__info .profile__dropdown .profile__title>ul li a {
    font-size: 16px;
    font-weight: 300;
}

.profile__info .profile__dropdown .profile__title>h6 {
    font-size: 24px;
}

header .left__header a img {
    max-width: 160px !important;
}

@media (max-width:1440px) {
    .modal__box .download__info {
        padding: 50px 70px;
    }

    .stars__info .submit__controls {
        bottom: 50px;
        right: 70px;
        width: calc(100% - 140px);
    }

    .stars__info {
        padding: 50px 70px;
    }

    .stars__info {
        padding-bottom: 140px;
    }
}

@media (max-width:1400px) {
    header .outer__header .menu__header ul li a {
        font-size: 16px;
    }

    .profile__info .profile__button a {
        font-size: 16px;
    }
}

.menu__float {
    display: none;
}

@media (max-width: 990px) {

    .dropdown__list ul li a,
    .dropdown__main>a {
        font-size: 16px;
    }

    .range__after>p {
        font-size: 18px;
    }

    .feedback__area>textarea {
        height: 180px;
        font-size: 18px;
    }

    .stars__info .submit__controls {
        bottom: 35px;
        right: 35px;
        width: calc(100% - 70px);
    }

    .stars__info>h2 {
        font-size: 42px;
    }

    .stars__info {
        padding: 35px;
    }

    .stars__info>p {
        font-size: 18px;
        line-height: 28px;
    }

    .stars__info .stars__numbers {
        margin-bottom: 35px;
    }

    .stars__info .stars__numbers>span {
        font-size: 24px;
    }

    .submit__controls {
        margin-top: 150px;
    }

    .elem__assessment .assessment__head>h6 {
        font-size: 42px;
    }

    .assessment__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .elem__assessment .assessment__image img {
        width: 100%;
    }

    .elem__assessment .assessment__image {
        margin-left: 0px;
        height: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .assessment__block .elem__assessment {
        padding: 40px 0px;
    }

    .assessment__info {
        max-width: 100%;
        width: 100%;
    }

    .modal__float .film__media>iframe {
        height: 400px;
    }

    .film__media>iframe {
        height: 400px;
    }

    .film__double>.film__info>h2 {
        font-size: 45px;
    }

    .film__double>.film__info>h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .film__double {
        flex-direction: column;
    }

    .film__double>.film__media {
        width: 100%;
    }

    .film__double>.film__media>img {
        width: 100%;
        height: 340px;
    }

    .film__double>.film__info {
        width: 100%;
    }

    .film__double>.film__info {
        max-height: none;
    }

    .film__double {
        height: auto;
    }

    .film__double>.film__info {
        padding: 35px;
    }

    .profile__block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .profile__block .profile__image {
        margin-bottom: 40px;
    }

    .profile__block .profile__form {
        margin-left: 0px;
    }

    .profile__block .profile__form .group__form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .profile__block .profile__form .group__form>p {
        margin: 0px;
        margin-bottom: 10px;
        min-width: 0px;
    }

    .password__group {
        margin-right: auto;
        margin-left: auto;
    }

    .submit__button {
        justify-content: center;
        margin-top: 40px;
    }

    .library__videos {
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head>h2 {
        font-size: 45px;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head span {
        font-size: 18px;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info {
        padding: 35px 50px;
    }

    .person__slider .slider__right img {
        max-width: 20px;
    }

    .person__slider .slider__right {
        right: 10px;
    }

    .person__slider .slider__left img {
        max-width: 20px;
    }

    .person__slider .slider__left {
        left: 10px;
    }

    .video__library .library__list {
        min-width: 0px;
        max-width: 540px;
        margin-right: 0px;
    }

    .video__library {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .video__library .library__list {
        min-height: 0px;
        max-height: none;
        padding-right: 0px;
    }

    .elem__video {
        min-height: 220px;
    }

    .download__list .file__list {
        max-height: none;
        min-height: none;
    }

    .download__list .desc__list {
        min-height: 0px;
        max-height: none;
    }

    .modal__box .head__download>h2 {
        font-size: 42px;
    }

    .modal__box .head__download>h6 {
        font-size: 24px;
        line-height: 24px;
    }

    .modal__box .head__download>span {
        font-size: 18px;
        line-height: 28px;
    }

    .file__list .elem__file a {
        font-size: 16px;
    }

    .menu__button {
        position: relative;
        z-index: 4;
    }

    .menu__float {
        display: block;
        position: absolute;
        left: 0px;
        top: -100%;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: .7s ease all;
    }

    .menu__float ul li {
        margin-bottom: 20px;
    }

    .menu__float ul li:last-child {
        margin-bottom: 0px;
    }

    .menu__float ul li.current__menu a {
        font-weight: bold;
        font-family: "GothamMedium", sans-serif;

    }

    .menu__float ul li a {
        text-decoration: none;
        color: #707070;
        font-size: 18px;
        font-weight: 400;
    }

    .menu__float ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        list-style-type: none;
        margin: 0px;
    }

    .profile__info .profile__dropdown {
        min-width: 260px;
        max-width: 260px;
    }

    .profile__info .profile__dropdown .profile__title>h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .profile__info .profile__dropdown .profile__title>ul li {
        margin-bottom: 12px;
    }

    .profile__info .profile__dropdown .profile__title>ul li:last-child {
        margin-bottom: 0px;
    }

    .profile__info .profile__dropdown .profile__title .sign__button>a {
        min-height: 45px;
    }

    .profile__info .profile__dropdown .profile__title>p {
        margin-top: 15px;
        font-size: 15px;
    }

    .profile__info .profile__dropdown .profile__title>ul li a {
        font-size: 16px;
    }

    .menu__button {
        display: block;
        margin-left: 12px;
    }

    .menu__button a.active__menu>span:nth-child(2) {
        opacity: 0;
    }

    .menu__button a.active__menu>span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    .menu__button a.active__menu>span:nth-child(3) {
        bottom: 8px;
        transform: rotate(-45deg);
    }

    .menu__button a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .menu__button a span:last-child {
        margin-bottom: 0px;
        bottom: 0px;
        top: auto;
    }

    .menu__button a span {
        min-width: 24px;
        min-height: 3px;
        border-radius: 5px;
        background-color: #000;
        position: relative;
        top: 0px;
        bottom: auto;
        transition: .4s ease all;
        margin-bottom: 5px;
    }

    .menu__header {
        display: none;
    }

    .modal__box .download__info {
        padding: 35px;
    }

    .modal__box .download__list {
        flex-direction: column;
    }

    .download__list .desc__list {
        margin-top: 25px;
    }

    .password__group {
        width: 100%;
    }

    .film__double>.film__media>img {
        height: auto;
    }

    .stars__info {
        padding-bottom: 110px;
    }
}

.search__form form a {
    right: 30px;
}

@media (max-width:991px) {

    .dropdown__list ul li a,
    .dropdown__main>a {
        font-size: 15px;
    }

    .range__after>p {
        font-size: 16px;
    }

    .feedback__area>textarea {
        height: 140px;
        font-size: 16px;
    }

    .stars__info .stars__feedback .elem__feedback img {
        max-width: 50px;
    }

    .stars__info>p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .stars__info>h2 {
        font-size: 36px;
    }

    .stars__info .stars__numbers>span {
        font-size: 21px;
    }

    .elem__assessment .assessment__head>h6 {
        font-size: 36px;
    }

    .elem__assessment .assessment__head {
        margin-bottom: 20px;
    }

    .elem__assessment .assessment__info .assessment__number {
        margin-bottom: 20px;
    }

    .elem__assessment .assessment__info .assessment__number>span {
        font-size: 24px;
    }

    .elem__assessment .assessment__info .assessment__question>p {
        font-size: 18px;
        line-height: 26px;
    }

    .form-group label {
        font-size: 16px;
    }

    .film__media>iframe {
        height: 320px;
    }

    .film__double>.film__info>h2 {
        font-size: 36px;
    }

    .film__double>.film__info>h6 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .film__double>.film__info .film__acordion .elem__accordion .accordion__head>p {
        font-size: 16px;
        line-height: 24px;
    }

    .film__double>.film__info .film__acordion .elem__accordion .accordion__details>p,
    .accordion__graph .elem__graph>p {
        font-size: 15px;
        line-height: 24px;
    }

    .profile__block .profile__image>a {
        font-size: 18px;
    }

    .profile__block .profile__form .group__form>p {
        font-size: 18px;
    }

    .password__group>a {
        font-size: 18px;
    }

    .library__videos {
        max-height: none;
        padding-right: 0px;
    }

    .person__avatar .slider__left,
    .person__avatar .slider__right {
        display: inline-flex;
        align-items: center;
        position: absolute;
        left: 15px;
        justify-content: center;
        transition: .4s ease all;
    }

    .person__slider .slider__left,
    .person__slider .slider__right {
        display: none;
    }

    .person__avatar .slider__left {
        display: inline-flex !important;
    }

    .person__avatar .slider__right {
        display: inline-flex !important;
        left: auto !important;
        right: 15px !important;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper {
        flex-direction: column;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__avatar {
        width: 100%;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info {
        width: 100%;
        padding: 25px 30px;
    }

    .modal__box .head__download>h2 {
        font-size: 36px;
    }

    .modal__box .head__download>h6 {
        font-size: 21px;
        line-height: 21px;
    }

    .modal__box .head__download>span {
        font-size: 16px;
        line-height: 26px;
    }

    .modal__box .head__download {
        margin-bottom: 25px;
        padding-right: 15px;
    }

    .file__list .elem__file a {
        font-size: 15px;
        padding: 10px 20px;
        padding-right: 40px;
    }

    .modal__box>a img {
        max-width: 40px;
    }

    .search__form form input {
        font-size: 19px;
    }

    header .outer__header {
        padding: 12px 0px;
    }

    .frame__block {
        height: calc(100vh - 65px);
    }

    header .left__header a img {
        max-width: 110px !important;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head>h2 {
        font-size: 35px;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head span {
        font-size: 16px;
    }

    .accordion__graph .elem__graph {
        flex-direction: column;
    }

    .accordion__graph .elem__graph>p {
        min-width: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

@media (max-width:767px) {
    .film__double>.film__media.film__media__zoom {
        width: 100%;
    }

    .stars__info .submit__controls .controls__right>input[type="submit"] {
        min-width: 120px;
        min-height: 45px;
        font-size: 16px;
    }

    .stars__info .submit__controls .controls__left>.next__button,
    .stars__info .submit__controls .controls__left>.back__button {
        font-size: 18px;
    }

    .stars__info .assessment__elem--answer>.form-group {
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .stars__info .assessment__elem--answer>.form-group:last-child {
        margin-bottom: 0px;
    }

    .dropdown__main>a {
        padding: 12px;
        padding-right: 40px;
    }

    .dropdown__list ul li a {
        padding: 7px 12px;
    }

    .stars__info .stars__numbers {
        margin-bottom: 20px;
    }

    .stars__info .stars__feedback .elem__feedback img {
        max-width: 40px;
    }

    .stars__info .stars__feedback .elem__feedback {
        margin-right: 15px;
    }

    .stars__info .stars__feedback .elem__feedback:last-child {
        margin-right: 0px;
    }

    .elem__assessment .assessment__image {
        margin-bottom: 20px;
    }

    .assessment__submit {
        margin-top: 25px;
    }

    .modal__float .film__media>iframe {
        height: 290px;
    }

    .film__media>iframe {
        height: 270px;
    }

    .film__double>.film__info {
        padding: 20px 15px;
    }

    .film__double>.film__info>h2 {
        font-size: 28px;
    }

    .library__videos {
        grid-template-columns: 1fr;
    }

    .frame__block>a {
        right: 5px;
    }

    .profile__info .profile__button a {
        font-size: 0px;
    }

    .profile__info .profile__button a>span {
        margin-right: 0px;
    }

    .profile__info .profile__button a>img {
        margin-left: 5px;
    }

    .desc__list p {
        font-size: 15px;
        line-height: 23px;
    }

    .modal__big {
        padding: 30px 15px;
    }

    .frame__block .modal__box {
        width: calc(100% - 50px);
        left: 25px;
    }

    .modal__box .head__download {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal__box #vjs_video_3 {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
}

@media (max-width:480px) {
    .stars__info .stars__feedback .elem__feedback img {
        max-width: 30px;
    }

    .stars__info .stars__feedback .elem__feedback {
        margin-right: 10px;
    }

    .stars__info .stars__feedback .elem__feedback:last-child {
        margin-right: 0px;
    }

    .stars__info {
        padding: 35px 15px;
        padding-bottom: 120px;
    }

    .stars__info .submit__controls {
        bottom: 35px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .elem__assessment .assessment__info .assessment__number {
        margin-bottom: 12px;
    }

    .elem__assessment .assessment__info .assessment__answers .assessment__elem--answer .form-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-group {
        padding-left: 10px;
    }

    .elem__assessment .assessment__info .assessment__question {
        margin-bottom: 15px;
    }

    .elem__assessment .assessment__info .assessment__question>p {
        font-size: 16px;
        line-height: 24px;
    }

    .form-group label {
        font-size: 14px;
    }

    .modal__float .film__media>iframe {
        height: 220px;
    }

    .film__double>.film__media>img {
        height: 250px;
        object-position: bottom;
    }

    .profile__block .profile__image>a {
        font-size: 16px;
    }

    .profile__block .profile__image .profile__inner>img {
        height: 240px;
    }

    .profile__block .profile__form .group__form>p,
    .password__group>a {
        font-size: 16px;
    }

    .submit__button>input[type="submit"] {
        font-size: 16px;
    }

    .library__videos .elem__video img {
        max-width: 60px;
    }

    .frame__block>a {
        top: 10px;
    }

    .video__library .library__list .elem__video a img {
        max-width: 60px;
    }

    .frame__block .modal__box {
        width: calc(100% - 30px);
        left: 15px;
        height: calc(100vh - 123px);
    }

    .desc__list p {
        font-size: 14px;
        line-height: 22px;
    }

    .file__list .elem__file a {
        font-size: 14px;
    }

    .modal__box .download__info {
        padding: 35px 15px;
    }

    .profile__info .profile__button a>span img {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
    }

    .profile__info .profile__button a {
        font-size: 0px;
    }

    .profile__info .profile__button a>img {
        margin-left: 5px
    }
}

/*fixes lp*/
.frame__block.frame__modal {
    z-index: 1;
}

.video-container {
    position: relative;
    height: calc(100vh - 73px);

}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-poster {
    background-size: cover !important;
}

.person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc {
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    padding-right: 40px;
    margin-top: 15px;
    min-height: 80px;
}

.refresh-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.resource-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background-color: #EAEAEA;
    border-radius: 22px;
    padding: 10px 30px;
    position: relative;
    padding-right: 45px;
    transition: .4s ease all;
}

.resource-btn:hover {
    opacity: .7;
}

.resource-btn span {
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*frame position over the vr ?*/
.frame__block {
    position: absolute;
    top: 73px;
    /* the header height, to stop vr interaction*/
}

.content-result {
    font-family: "GothamBook", sans-serif;
    font-size: 20px;
    color: #707070;
    text-decoration: none;
}

.multi-btn {
    background-color: #CC0000 !important;
    border-radius: 250px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: .4s ease all !important;
}

.multi-btn:hover {
    opacity: .7 !important;
}

div#social-links {
    max-width: 300px;
    display: flex;
    padding: 0 38px;
}

div#social-links iframe {
    height: 30px !important;
    width: 110px;
}

div#social-links span span button {
    height: 28px !important;
    padding: 4px !important;
    width: 80px;
}

div#social-links iframe,
div#social-links span span button {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.btn-red:hover {
    opacity: .7;
    color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #CC0000;
    border-radius: 40px;
    transition: .4s ease all;
    width: 300px;
    height: 55px;
    line-height: 42px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}


.custom-modal-zoom .film__double>.film__media.film__media__zoom {
    overflow: hidden;
    padding: 0;
}

.custom-modal-zoom .film__double>.film__media.film__media__zoom br {
    display: none;
}

.custom-modal-zoom .buttons.custom-btn-icon {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    max-width: 90%;
    margin: auto;
}

.custom-modal-zoom .buttons.custom-btn-icon .btn {
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.custom-modal-zoom .zoom-wrapper {
    height: 100%;
    width: 100%;
}

.custom-modal-zoom .zoom-wrapper .zoomlist-img {
    height: 100%;
}

.custom-modal-zoom .zoom-wrapper .zoomlist-img .img-fluid {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-modal-zoom .zoom-wrapper .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    background: #dc3545;
    border: none;
    border-radius: 40px;
    color: #FFF;
    margin: 15px;
    width: 28px;
    height: 28px;
}

.custom-modal-zoom .buttons.custom-btn-icon .btn.close-icon {
    display: none;
}

.custom-modal-zoom.full-img .film__media.film__media__zoom {
    width: 100%;
}

.custom-modal-zoom.full-img .zoom-wrapper {
    width: 100%;
}

.custom-modal-zoom.full-img .film__info {
    display: none;
}

.custom-modal-zoom.full-img .buttons.custom-btn-icon .btn.close-icon {
    display: inline;
}

.custom-modal-zoom.accordion-full-img .buttons.custom-btn-icon .btn.close-icon {
    display: inline;
}

.custom-modal-zoom.full-img button.btn.btn-sm.btn-danger.magnifyglass-icon {
    display: none;
}

.custom-modal-zoom.accordion-full-img button.btn.btn-sm.btn-danger.magnifyglass-icon {
    display: none;
}

.custom-modal-zoom .accordion__media.accordion__media__zoom {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    z-index: 99;
    background: #FFF;
}

.custom-modal-zoom.accordion-full-img .accordion__media.accordion__media__zoom {
    position: absolute;
}

.custom-modal-zoom.accordion-full-img .zoom-wrapper .close-icon {
    display: block;
}

body .profile__block .profile__image .profile__inner>img {
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

body .profile__block .profile__image .group__form.w-100 {
    max-width: 50%;
    padding: 0 15px;
}

body .profile__block .profile__image .group__form.w-100 input {
    box-shadow: none;
    border: 1px solid #CCC;
    max-width: 100%;
}

body .profile__block .profile__form .group__form>input {
    box-shadow: none;
    border: 1px solid #CCC;
    max-width: 100%;
}

body .profile__block {
    flex-wrap: wrap;
}

body .profile__block .profile__image .profile__inner {
    min-width: 250px;
    margin: 0 0 25px 0;
}

body .profile__block .profile__image {
    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0;
}

body .profile__block .profile__form {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
    position: relative;
}

.profile__block .profile__form .group__form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: initial;
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

body .profile__block .profile__form .form-check {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 40px;
}

body .profile__block .profile__form br {
    display: none;
}

body .profile__block .profile__form .group__form>p {
    width: 100%;
    text-align: left;
    margin: 0;
}

body div.alert {
    margin: 10px 10px 30px;
    width: 100%;
}

body div.alert ul {
    margin: 0;
    padding: 0;
}

body .profile__block .profile__form .submit__button {
    margin: 0;
    width: 100%;
    padding-right: 250px;
}

body .profile__block form#deleteForm {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
}

body .profile__block form#deleteForm .btn {
    line-height: 60px;
    padding: 0 30px;
    border-radius: 70px;
    font-size: 18px;
    background: #efefef;
    border-color: #efefef;
    color: #9d9d9d;
}

body .profile__block form#deleteForm .btn i {
    padding-right: 8px;
}

body a.multi-btn.nav-link {
    background-color: #EAEAEA !important;
    border-radius: 250px !important;
    color: #000 !important;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: block;
    height: auto;
    border: 0px solid #000;
    margin: 0px;
    float: left;
    background: #fff !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 14px;
    cursor: pointer;
    color: #FFF;
    top: 50%;
    margin-top: -21px;
    padding: 0;
    border: none;
    outline: none;
    background: #e71e1e;
    border-radius: 60px;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    float: right;
    right: 0px;
}

.slick-dots {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #6C0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    cursor: pointer;
    color: #FFF;
}

.slick-dots li.slick-active button {
    background: #000;
}

.trainer-title {
    font-size: 26pt;
    font-weight: bold;
}

body ul.nav-pills.slider-tabs-link {
    padding: 0 32px 10px !important;
}

body ul.nav-pills.slider-tabs-link li a {
    text-align: center;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .hidden {
    display: none;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #e72d2d #ee3333 #e9ecef;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #e9ecef;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #e9ecef;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}


@media screen and (max-width:767px) {

    body .profile__block .profile__image .profile__inner {
        min-width: 250px;
        margin: 0 auto 25px auto;
    }

    .custom-modal-zoom button.btn.btn-sm.btn-danger.magnifyglass-icon {
        display: none;
    }

    body .profile__block .profile__image .group__form.w-100 {
        max-width: 100%;
        padding: 0;
    }

    body .profile__block .profile__form {
        padding: 25px 0 0 0;
    }

    .profile__block .profile__form .group__form {
        max-width: 100%;
        padding: 0;
    }

    body .profile__block .profile__form .form-check {
        padding: 0 0 0 30px;
    }

    body .profile__block .profile__form .submit__button {
        padding: 0 0 20px 0;
        justify-content: left;
    }

    body .profile__block form#deleteForm {
        position: relative;
    }

    body .custom-modal-zoom .modal__box #vjs_video_3 {
        margin-left: 0;
        width: 100%;
    }

    ul.nav-pills.mobile-nav-pills {
        flex-wrap: initial;
        overflow: auto;
        margin: 0 0 15px 0 !important
    }

    ul.nav-pills.mobile-nav-pills a.nav-link {
        white-space: nowrap;
        margin: 0 0 10px 0 !important;
    }

    iframe.mobile-iframe {
        height: 550px;
    }

    .modal__box .head__download>h2.mobile-heading {
        font-size: 26px;
    }

    ul.nav-pills.mobile-nav-pills02 li.nav-item {
        margin-bottom: 10px;
    }

    ul.nav-pills.mobile-nav-pills02 a.nav-link {
        margin: 0 5px 10px 5px !important;
    }

    ul.nav-pills.slider-tabs-link a.nav-link {
        font-size: 14px !important;
    }

    body .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__head>h2 {
        font-size: 28px;
    }

    body .person__slider .dots__slider {
        top: 15px;
        bottom: auto;
    }

    body .person__slider .inner__person .elem__person .person__elem--wrapper .person__info .person__desc {
        max-height: initial;
        padding-right: 0;
    }

}

@media screen and (min-width:768px) {
    body ul.nav.nav-pills.p-sm-3.mobile-nav-pills {
        overflow-x: auto;
        flex-wrap: initial;
        display: block;
        max-width: 100%;
        padding-bottom: 0 !important;
        margin-bottom: 15px;
    }

    body ul.nav.nav-pills.p-sm-3.mobile-nav-pills li a.nav-link {
        white-space: nowrap;
    }

}

@media screen and (max-width:990px) {

    .custom-modal-zoom button.btn.btn-sm.btn-danger.magnifyglass-icon {
        display: none;
    }

    .custom-modal-zoom .film__double>.film__media.film__media__zoom {
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

}

@media screen and (min-width:992px) {

    .custom-modal-zoom .vjs_video_3-dimensions.vjs-fluid {
        /* padding-top: 102%;  */
        height: 100%;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

}
