@media (max-width: 1000px) {
  * body .paginations {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  * body .mobile {
    display: unset;
  }
  * body .desktop {
    display: none !important;
  }
  * body input {
    color: #000 !important;
    cursor: pointer !important;
    padding: 10px 40px 10px 15px !important;
  }
  * body input:hover, * body input:focus {
    border-color: #000 !important;
  }
  * body .btn.btn-gray {
    border: 1px solid #4C5A65;
    color: #4C5A65;
  }
  * body .btn.btn-gray:hover {
    background: transparent;
    color: #4C5A65 !important;
  }
  * body .btn.btn-gray:hover:after, * body .btn.btn-gray:hover:before {
    background: #4C5A65 !important;
  }
  * body .btn.btn-gray:active {
    background: transparent;
    color: #4C5A65 !important;
  }
  * body .btn.btn-gray:active:after, * body .btn.btn-gray:active:before {
    background: #4C5A65 !important;
  }
}
@media (min-width: 1500px) {
  .select2-container {
    left: unset !important;
    right: calc((100vw - 1410px) / 2);
  }
  .select2-container .select2-dropdown {
    position: relative;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .select2-container {
    left: unset !important;
    right: calc((100vw - 930px) / 2);
  }
  .select2-container .select2-dropdown {
    position: relative;
  }
}
@media (max-width: 992px) and (min-width: 760px) {
  .select2-container {
    left: unset !important;
    right: calc((100vw - 690px) / 2);
  }
  .select2-container .select2-dropdown {
    position: relative;
  }
}
@media (max-width: 760px) and (min-width: 600px) {
  .select2-container {
    left: unset !important;
    right: calc((100vw - 510px) / 2);
  }
  .select2-container .select2-dropdown {
    position: relative;
  }
}
@media (max-width: 600px) {
  .select2-container {
    left: unset !important;
    right: 15px;
  }
  .select2-container .select2-dropdown {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .table {
    padding: 0 10px;
  }
  .table.cols-4 .table-title, .table.cols-4 .table-row {
    grid-template-columns: 37.2% 22.4% 22.4% 18%;
  }
  .table.cols-3 .table-title, .table.cols-3 .table-row {
    grid-template-columns: 55% 25.5% 19.5%;
  }
  .table .table-title .item {
    padding: 10px 5px;
  }
  .table .table-row .item {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .table .table-row .item:last-child {
    justify-content: space-between;
  }
  .table .table-row .item .icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-right: 10px;
    background: rgba(37, 37, 37, 0.04);
  }
}
@media (max-width: 600px) {
  .table {
    padding: 0 10px 15px;
  }
  .table.cols-4 .table-row {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
  }
  .table.cols-3 .table-row {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
  }
  .table .table-row {
    border-top: 1px solid #EDEDED;
    border-bottom: none;
  }
  .table .table-row:last-of-type {
    border-bottom: 1px solid #EDEDED;
  }
  .table .table-row .item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
  }
  .table .table-row .item:last-child {
    flex-direction: row;
  }
  .table .table-row .item .icon {
    display: none;
  }
  .table .table-row .item p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .table .table-row .item p.title {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #A3A3A3;
  }
}
@media (max-width: 600px) {
  .not-found {
    padding: 0 20px 45px;
    text-align: center;
  }
  .not-found img {
    margin-bottom: 10px;
  }
  .not-found h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #717171;
  }
}
@media (max-width: 1000px) {
  .materials-list .search-form-wrapper .search-form {
    flex-wrap: nowrap;
  }
  .materials-list .search-form-wrapper .search-form label .search-field {
    width: 180px;
  }
  .filters .filter-form .row-group .form-select {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .materials-list {
    width: 100%;
    margin-bottom: 22px;
  }
  .materials-list .search-form-wrapper .search-form {
    flex-wrap: nowrap;
  }
  .materials-list .search-form-wrapper .search-form label {
    margin: 0 0 10px;
  }
  .materials-list .search-form-wrapper .search-form label .search-field {
    width: 100%;
  }
  .materials-list .search-form-wrapper .search-form .search-submit {
    width: 100%;
  }

  .filters {
    width: 100%;
  }
  .filters .filter-form .row-group {
    justify-content: flex-end;
  }
  .filters .filter-form .row-group .search-refresh {
    align-self: flex-start;
    margin: 0 auto 0 0;
  }
  .filters .filter-form .row-group .search-refresh .clear-all {
    font-size: 14px;
    line-height: 16px;
  }
  .filters .filter-form .row-group .form-select {
    margin-left: 7px;
  }
  .filters .filter-form .row-group .form-select .open_filter-wrapper label {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1000px) {
  .site-header .site-header-inner .header-inner {
    padding: 15px 0;
  }
  .site-header .site-header-inner .header-inner .header-left .site-logo {
    max-width: 210px;
    height: 32px;
  }
}
@media (max-width: 600px) {
  .site-header .site-header-inner .header-inner {
    padding: 8px 0;
  }
  .site-header .site-header-inner .header-inner .header-left {
    width: 100%;
  }
  .site-header .site-header-inner .header-inner .header-left .site-logo {
    max-width: 90px;
    height: 14px;
    margin: 0 auto 15px;
  }
  .site-header .site-header-inner .header-inner .header-left .site-logo .custom-logo-link .size-full {
    min-width: unset;
  }
  .site-header .site-header-inner .header-inner .header-right {
    justify-content: space-between;
    margin: 0;
  }
  .site-header .site-header-inner .header-inner .header-right .current-user {
    flex-direction: row-reverse;
  }
  .site-header .site-header-inner .header-inner .header-right .current-user .user-info {
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #222222;
  }
  .site-header .site-header-inner .header-inner .header-right .current-user .image-profile {
    width: 40px;
    height: 40px;
  }
  .site-header .site-header-inner .header-inner .header-right .menu .one .topmenu li .submenu {
    right: -15px;
    top: 40px;
  }
  body:not(.logged-in) .site-header .site-header-inner .header-inner {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  body:not(.logged-in) .site-header .site-header-inner .header-inner .header-left {
    width: 90px;
  }
  body:not(.logged-in) .site-header .site-header-inner .header-inner .header-left .site-logo {
    margin: 0;
  }
  body:not(.logged-in) .site-header .site-header-inner .header-inner .header-right {
    max-width: max-content !important;
  }
  body:not(.logged-in) .site-header .site-header-inner .header-inner .header-right .back-link {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #252525;
  }
}
@media (max-width: 1000px) {
  .logged-in.page-template-tpl-workouts .profile-page {
    padding: 20px 0 50px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap {
    margin-bottom: 15px;
    padding: 40px 40px 50px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap:last-child {
    margin-bottom: 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role {
    padding: 15px 30px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .title {
    margin-bottom: 30px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .avatar-wrap {
    margin-bottom: 30px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form {
    max-width: unset;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .profile-data .fields-wrap {
    flex-direction: column;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .buttons-wrap {
    margin: 10px 0 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .buttons-wrap .submit-btn {
    margin: 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .password-form-wrap {
    margin: 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .password-form-wrap .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .logged-in.page-template-tpl-workouts .profile-page {
    padding: 21px 0 30px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-back-materials .title {
    padding: 0;
    margin-bottom: 21px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-back-materials .title:before {
    width: 12px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: 1px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap {
    margin-bottom: 15px;
    padding: 30px 25px 40px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap:last-child {
    margin-bottom: 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role {
    flex-direction: column-reverse;
    padding: 0;
    background: transparent;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role .info-left {
    width: 100%;
    padding: 15px 25px;
    justify-content: flex-start;
    background: #fff;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role .info-left h3 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role .info-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap.role .info-right p {
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .title {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #252525;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .avatar-wrap {
    margin-bottom: 30px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .avatar-wrap .avatar {
    max-width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form {
    max-width: unset;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .profile-data .fields-wrap {
    flex-direction: column;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .profile-data .fields-wrap .field input {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .buttons-wrap {
    margin: 10px 0 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .buttons-wrap .submit-btn {
    margin: 0;
    width: 100%;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .icp-form .buttons-wrap .submit-btn button {
    width: 100%;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .password-form-wrap {
    margin: 0;
  }
  .logged-in.page-template-tpl-workouts .profile-page .icp-profile-wrap .password-form-wrap .title {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .logged-in.page-template-category-page .site-content {
    padding: 30px 0 110px;
  }
  .logged-in.page-template-category-page .site-content .banner {
    margin-bottom: 30px;
  }
  .logged-in.page-template-category-page .site-content .banner img {
    width: 100%;
  }
  .logged-in.page-template-category-page .site-content .categories .title {
    padding: 30px 15px;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item {
    width: calc((100% - 60px ) / 3);
    padding: 25px 30px 35px;
    margin: 0 0 30px 30px;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item:nth-child(4n+1) {
    margin-left: 30px;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item .dir-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .logged-in.page-template-category-page .site-content {
    padding: 15px 0 55px;
  }
  .logged-in.page-template-category-page .site-content .banner {
    margin-bottom: 15px;
  }
  .logged-in.page-template-category-page .site-content .categories .title {
    padding: 15px;
    margin-bottom: 15px;
  }
  .logged-in.page-template-category-page .site-content .categories .title h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #252525;
  }
  .logged-in.page-template-category-page .site-content .categories .title a {
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #4C5A65;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item {
    width: 100%;
    padding: 35px 49px;
    margin: 0 0 15px;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item:last-child {
    margin-bottom: 0;
  }
  .logged-in.page-template-category-page .site-content .categories .categories-content .categories-items .categories-item .dir-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .logged-in.category .site-content {
    padding: 20px 0 70px;
  }
  .logged-in.category .site-content .back-button .title {
    margin-bottom: 20px;
  }
  .logged-in.category .site-content .content-wrapper .filters-wrapper {
    padding: 25px 15px;
  }
  .logged-in.category .site-content .content-wrapper .content-area .site-main #response .not-found {
    padding: 20px 0 10px;
  }
}
@media (max-width: 600px) {
  .logged-in.category .site-content {
    padding: 20px 0 15px;
  }
  .logged-in.category .site-content .back-button .title {
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }
  .logged-in.category .site-content .back-button .title:before {
    width: 12px;
    height: 10px;
    margin-right: 5px;
  }
  .logged-in.category .site-content .back-button .title .all-files {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .logged-in.category .site-content .content-wrapper .filters-wrapper {
    padding: 15px 10px;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .search.logged-in .site-content {
    padding: 30px 0 70px;
  }
  .search.logged-in .site-content .banner {
    margin-bottom: 30px;
  }
  .search.logged-in .site-content .content-area {
    padding: 20px 0 10px;
  }
  .search.logged-in .site-content .content-area .page-header {
    padding: 0 25px;
  }
  .search.logged-in .site-content .content-area .page-header .page-title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
  }
  .search.logged-in .site-content .content-area .page-header .search-refresh {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #252525;
  }
  .search.logged-in .site-content .content-area .content .count-results {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .search.logged-in .site-content .content-area .content .count-results p {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #717171;
  }
}
@media (max-width: 600px) {
  .search.logged-in .site-content {
    padding: 15px 0 30px;
  }
  .search.logged-in .site-content .banner {
    margin-bottom: 15px;
  }
  .search.logged-in .site-content .filters-wrapper {
    padding: 15px 10px;
    flex-direction: column;
  }
  .search.logged-in .site-content .content-area {
    padding: 20px 0 10px;
  }
  .search.logged-in .site-content .content-area .page-header {
    padding: 0 20px;
    margin-bottom: 17px;
  }
  .search.logged-in .site-content .content-area .page-header .page-title {
    font-size: 14px;
    line-height: 16px;
  }
  .search.logged-in .site-content .content-area .content .count-results {
    padding: 0 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search.logged-in .site-content .content-area .content .count-results p {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
  }
  .search.logged-in .site-content .content-area .content .count-results .search-refresh {
    padding: 0;
    font-weight: normal;
    text-align: right;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #252525;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1000px) {
  .succes-reset-pass {
    padding: 124px 103px;
  }
}
@media (max-width: 600px) {
  .auth-form-container.succes-reset-pass {
    margin: 40px 0 60px;
    padding: 60px 25px 70px;
  }
  .auth-form-container.succes-reset-pass .success-notification img {
    width: 96px;
    margin-bottom: 30px;
  }
  .auth-form-container.succes-reset-pass .success-notification .site-blocks-cover .text h2 {
    margin-bottom: 15px;
  }
  .auth-form-container.succes-reset-pass .success-notification .site-blocks-cover .text .desc {
    margin: 0 0 38px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
  .auth-form-container.succes-reset-pass .success-notification .site-blocks-cover .site-blocks-button .button {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .auth-form-container {
    padding: 115px 110px 80px;
    max-width: 570px;
  }
  .auth-form-container .auth-form-wrap {
    margin-bottom: 0;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .popup-title-wrap .popup-subtitle {
    margin-bottom: 53px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .image-letter {
    text-align: center;
    margin-bottom: 60px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .popup-title-wrap .popup-title .title {
    margin-bottom: 20px;
  }
  .auth-form-container.resetpass-page-ident {
    padding: 115px 110px 157px;
  }
}
@media (max-width: 600px) {
  .auth-form-container {
    padding: 50px 25px;
    margin: 40px 15px 70px;
  }
  .auth-form-container .auth-form-wrap {
    margin-bottom: 0;
  }
  .auth-form-container .auth-form-wrap .icp-popup-tabs {
    margin-bottom: 30px;
  }
  .auth-form-container .auth-form-wrap .icp-login-form .submit-btn {
    margin: 30px 0 40px;
  }
  .auth-form-container .auth-form-wrap .icp-login-form .submit-btn button {
    width: 100%;
  }
  .auth-form-container .auth-form-wrap .icp-login-form .icp-popup-btn {
    font-size: 14px;
    line-height: 16px;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .popup-title-wrap .popup-title .title {
    margin-bottom: 15px;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .popup-title-wrap .popup-subtitle {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .icp-resetpass-form .submit-btn {
    margin: 30px 0 35px;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .icp-resetpass-form .submit-btn button {
    width: 100%;
  }
  .auth-form-container .auth-form-wrap .icp-resetpass-wrap .icp-popup-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .image-letter {
    text-align: center;
    margin-bottom: 30px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .image-letter img {
    width: 104px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .popup-title-wrap .popup-title .title {
    margin-bottom: 15px;
  }
  .auth-form-container .auth-form-wrap .icp-success-wrap .popup-title-wrap .popup-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
  .auth-form-container.resetpass-page-ident {
    padding: 50px 25px;
    margin: 40px 15px 60px;
  }
  .auth-form-container.resetpass-page-ident .entry-header {
    margin-bottom: 30px;
  }
  .auth-form-container.resetpass-page-ident .entry-content .tml-resetpass .tml-submit-wrap button {
    width: 100%;
  }
}
