*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    
    color: #24305E;
}

.entry-header,
.entry-footer {
    display: none;
}

body {
    background: #EAEEF3;
}

.pt-5
{
	margin-top:0 !important;
	padding-top:0 !important;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.header-container {
    width:95%;
}
.calendar-container {
    width:90%;
    margin: 0 20px 0 30px;
}
.page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    padding-top: 55px;
    padding-bottom: 40px;
}

input {
    border: none;
    border-bottom: 2px solid #374785;
    /*
    width: 259px;
    */
    background-color: rgba(1, 1, 1, 0);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 10px;
}
input::placeholder {
    color: #374785;

  }
select {
    border: none;
    -moz-appearance: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    background-color: rgba(1, 1, 1, 0);
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 0px;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    border-radius: 0px 7px 7px 0px;
}
.owl-carousel .owl-nav button.owl-prev {
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    border-radius: 7px 0px 0px 7px;
}
/*HEADER*/

.header {
    height: 166px;
    position: relative;
    z-index: 90;
    /* box-shadow: 0px -8px 15px rgba(36, 48, 94, 0.1); */
}
.header-social {
    display: none;
}
.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 42px;
}

.header-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}

.header-title-container {
    padding-left: 20px;
}

.header-title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}

.header-subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.header-search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-bottom: 50px;
}

.header-search-container img {
    cursor: pointer;
}

.header-search-container img:last-child {
    margin-left: 20px;
}

.header-line {
    height: 20px;
    background: #EAEEF3;
    box-shadow: 0px -8px 15px rgba(36, 48, 94, 0.1);
    margin-top: -42px;
    position: relative;
    z-index: 100;
}

.header-shadow {
    height: 20px;
    background: #EAEEF3;
    box-shadow: 0px -8px 15px rgba(36, 48, 94, 0.1);
    z-index: 500;
    margin-top: 2px;
}


/*SOCIAL*/

.social {
    position: absolute;
    right: 40px;
    top: 251px;
    margin: 50px -40px -30px -60px;
}

.social-aside {
    padding-bottom: 25px;
}


/*MENU*/

.menu-container {
    margin-left: 40px;
    margin-top: 33px;
}

.menu-button {
    border: none;
    padding: 10px 20px 62px 20px;
    border-radius: 7px 7px 0 0;
    background-color: #EAEEF3;
    height: 91px;
}

.main-menu button:hover a {
    color: #fff;
}

.main-menu a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #24305E;
    text-decoration: none;
    cursor: pointer;
}

.menu-button {
    cursor: pointer;
}

.main-menu>.tabs-btn-active a {
    color: #fff;
}

.nav-submenu {
    margin-top: -39px;
}

.main-submenu button {
    padding: 10px 20px;
    background-color: #C6CDDD;
    border: none;
    border-radius: 7px 7px 0 0;
    margin-right: 15px;
}

.main-submenu button:hover a {
    color: #fff;
}

.main-submenu a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #24305E;
    text-decoration: none;
}

.tabs-pane-show>button:hover {
    background-color: #24305E;
    color: #fff;
}

.tabs-btn:not(.tabs-btn-active):hover,
.tabs-btn:not(.tabs-btn-active):focus {
    background: #374785;
    color: #fff;
}

.invisible {
    visibility: hidden;
}
.tabs-btn:not(.tabs-btn-active):hover,
.tabs-btn:not(.tabs-btn-active):focus {
    background: #374785;
}
.tabs-content {
    padding: 0rem;
}
.main-submenu {
    display: none;
}
.tabs-pane {
    display: none;
}
.tabs-pane-show {
    display: block;
}
.mobile-menu-container {
    display: none;
}
.directory-pane {
    display: none;
}
.directory-pane-show {
    display: block;
}
.directory-tabs-nav .directory-btn-active {
    color: #24305E;
    font-weight: 700;
}
.tabs-btn-active {
    background-color: #374785;
}
/*FOOTER*/

.footer {
    background: rgba(198, 205, 221, 0.2);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    margin-top: 400px;
}
.hidden-footer-menu {
    display: none;
}
.footer-top {
    background-color: #EAEEF3;
    height: 160px;
    z-index: 10;
}

.footer-bottom {
    padding-top: 70px;
    padding-bottom: 60px;
    z-index: 200;
    background: rgba(198, 205, 221, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
}

.footer-image {
    position: absolute;
    right: 140px;
    bottom: 60px;
    z-index: 1;
}

.footer-pattern {
    background-repeat: no-repeat;
    padding-bottom: left top;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-logo-container {
    max-width: 420px;
}

.footer-title-container {
    padding-left: 0px;
    padding-top: 20px;
}

.footer-subtitle {
    width: max-content;
}

.footer-menu-container {
    width: fit-content;
    padding-left: 68px;
}

.footer-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    padding-right: 53px;
    list-style-type: none;
}

.footer-menu a {
    text-decoration: none;
}

.footer-copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #868CAD;
    padding-top: 67px;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 64px;
    margin-left: auto;
}

.footer-social-button {
    margin: 4px;
}

.footer-social-button:first-child {
    visibility: hidden;
}

.footer-social-button img {
    padding: 21px;
    border-radius: 7px;
    background: #fff;
}

.up-button-container {
    position: relative;
}

.up-button-container img {
    position: absolute;
    right: 140px;
    bottom: 70px;
    z-index: 300;
}


/*RATING*/

.ratings {
    background-image: url(/img/ratings-pattern.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 370px;
}
.rating-hide-button {
    display: none;
}

.ratings-container {
    position: relative;
}

.ratings-pattern {
    position: absolute;
    right: 0px;
    bottom: -530px;
}

.ratings-select-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.rating-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.ratings-select {
    padding-bottom: 10px;
}
.ratings-button {
    border: 2px solid #24305E;
    border-radius: 7px;
    /* margin-bottom: 10px; */
}
.search-button {
    background-color: #24305E;
}
.search-button button {
    color: #fff;
    border: 2px solid #24305E;
    cursor: pointer;
}
.select {
    cursor: pointer;
  }
.select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  }
.select select > option {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    line-height: 200%;
}
.ratings-button button {
    padding: 10.5px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(1, 1, 1, 0);
}

.ratings-button button:hover {
    border: 2px solid #24305E;
    background: #24305E;
    color: #fff;
}

.ratings-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.rating-block {
    padding: 40px;
    border-radius: 7px;
    background-color: #fff;
    width: 49%;
}

.rating-block-header h2 {
    padding-left: 20px;
}

.rating-stroke {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEEF3;
}
.top-federation  {
    width: 65%;
}
.top-federation .rating-score {
    width: 32%;
}
.rating-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    align-items: center;
}
.rating-top-text {
    width: 45%;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.rating-name {
    width: 70%;
    padding-left: 22px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.rating-country {
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.rating-score {
    padding-left: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
    margin-left: auto;
}

.top-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #24305E;
    border-radius: 7px;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 240px;
}

.top-button p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
}


/*RANKINGS*/

.rankings {
    background-image: url(/img/big-pattern.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.rankings-pattern {
    position: absolute;
    right: 0px;
    top: 500px;
}

.page-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}

.rankings-table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #868CAD;
    padding: 10px 133px;
    justify-content: space-between;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.rankings-table {
    padding-top: 20px;
}

.rankings-table-container {
    margin: 0 auto;
}
.rankings-search-button {
    border-radius: 7px;
    background: #24305E;
}
.rankings-search-button button {
    color: #fff;
    border: 2px solid #24305E;
    cursor: pointer;
}
.rankings-table-header p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}

.rank-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rank-block img {
    padding-left: 10px;
    cursor: pointer;
}

.rank-number-block {
    width: 10%;
}

.rank-name-block {
    width: 20%;
}

.rank-federations-block,
.rank-rating-block {
    width: 12%;
}

.rank-change-block {
    width: 10%;
}

.rank-year-block,
.rank-moth-block {
    width: 10%;
}

.ranking-row {
    background-color: #fff;
    padding: 10px 133px;
    border-bottom: 1px solid #EAEEF3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rank-number-block,
.ranking-row-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rank-number {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.rank-arrow {
    padding-left: 14px;
}

.rank-change {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-left: 7px;
}

.rank-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rank-name p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #343434;
    padding-left: 22px;
}

.rank-federations p {
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.rank-rating p,
.rank-year p,
.rank-moth p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.rank-change p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.green {
    color: #199F84;
}

.red {
    color: #EB4B4D;
}

.ranking-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    float: right;
    padding-top: 40px;
    padding-bottom: 360px;
}

.ranking-pagination-word {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #AAABB8;
}

.ranking-pagination-word:first-child {
    padding-right: 10px;
}

.ranking-pagination-word:last-child {
    padding-left: 10px;
}

.ranking-pagination-number {
    padding: 0px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #AAABB8;
}

.ranking-pagination-number:active,
.ranking-pagination-number:hover {
    color: #24305E;
}

.ranking-pagination-word:hover {
    color: #24305E;
}

.rank-block p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}


/*TOUR*/

.tour {
    background-image: url(/img/big-pattern.png);
    background-repeat: no-repeat;
    background-position-y: 1600px;
}

.tour-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.tour-select {
    width: 48%;
}

.tour-select select {
    border-bottom: 2px solid #374785;
    padding-bottom: 10px;
    width: 100%;
}

.tour-select:last-child {
    padding-left: 40px;
}

.tour-body-header {
    background-color: #868CAD;
    padding: 20px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.tour-date {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

.tour-body-head,
.tour-body-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-body-row {
    background-color: #fff;
    border-bottom: 1px solid #EAEEF3;
    padding: 0px 20px;
    height: auto;
}

.tour-body-name h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #343434;
    padding-right: 10%;
}

.tour-body-city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.tour-body-city p {
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.tour-body-sys p,
.tour-body-start p,
.tour-body-rcvd p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.tour-body-sys p {
    padding-left: 20px;
}

.tour-inf-block {
    width: 7%;
}

.tour-name-block {
    width: 39%;
}

.tour-city-block {
    width: 28%;
}

.tour-sys-block,
.tour-start-block {
    width: 12%;
}

.tour-rcvd-block {
    width: 9%;
}

.tour-block {
    padding: 20px 0px;
}

.tour-body-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #868CAD;
    padding: 6.5px 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-bottom: 80px;
}


/*TOUR-D*/

.tour-d-table {
    background-color: #fff;
    border-radius: 7px;
    padding: 40px;
    margin-top: 56px;
    padding-bottom: 70px;
    margin-bottom: 80px;
}

.tour-d-body .page-title {
    padding: 0px;
    margin-bottom: 37px;
}

.tour-d-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #C6CDDD;
}

.tour-d-head-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    width: 50%;
    justify-content: space-between;
}

.tour-d-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    width: 265px;
}

.tour-d-block h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.tour-d-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.tour-d-venue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.tour-d-venue p {
    padding-left: 10px;
}

.tour-d-head-section {
    width: 49%;
}

.tour-d-button {
    text-align: right;
}

.tour-d-button button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20.5px 40px;
    background-color: #24305E;
    border: none;
    border-radius: 7px;
    cursor: pointer;
}

.tour-d-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding-top: 27px;
}

.tour-d-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.tour-d-body-left {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}

.tour-d-body-right {
    margin-left: auto;
}

.tour-d-left-start {
    width: 32%;
}

.tour-d-left-end {
    width: 60%;
}

.tour-d-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.tour-d-start-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.tour-d-start-date h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    padding-left: 10px;
}

.tour-d-start-date h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    padding-left: 5px;
    padding-bottom: 1px;
}

.tour-d-start-date p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-left: 5px;
    padding-top: 3px;
}

.tour-d-left-end {
    padding-left: 33px;
    max-width: 720px;
}

.tour-d-left-block h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.tour-d-left-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.tour-d-report p {
    color: #374785;
}

.tour-d-body-right h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.tour-d-chief {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #F1C265;
    border-radius: 3px;
    width: fit-content;
    margin-bottom: 24px;
    max-width: 310px;
    text-align: right;
}

.chief-country {
    z-index: 1;
}

.chief-photo {
    z-index: 2;
    margin-left: -15px;
}

.tour-d-chief-text h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-left: 20px;
}

.tour-d-chief-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #AAABB8;
    padding-left: 20px;
}

.tour-d-footer {
    padding-top: 60px;
}

.tour-d-arbiters-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.tour-d-arbiter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #EAEEF3;
    width: 22%;
}

.tour-d-arbiter-card p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    padding-left: 20px;
}

.tour-d-arbiters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arbiter-country {
    z-index: 1;
}

.arbiter-second-country {
    z-index: 2;
    margin-left: -10px;
}

.arbiter-photo {
    z-index: 3;
    margin-left: -10px;
}
.tour-arbiters-image img, .chief-image img {
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
}

/*TITLES*/

.titles-container {
    padding-bottom: 120px;
}

.titles-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titles-select {
    width: 30%;
    border-bottom: 2px solid #374785;
    padding-bottom: 10px;
}
.hidden-result-container, .hidden-result, .hidden-title {
    display: none;
}
.titles-select select {
    width: 100%;
}

.titles-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.titles-checkbox {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-left: 10px;
}

.titles-checkbox .titles-checkbox-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid #374785;
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.titles-checkbox .titles-checkbox-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.titles-checkbox input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.titles-checkbox input[type=checkbox]:not(:disabled):active+.titles-checkbox-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.titles-checkbox input[type=checkbox]:checked+.titles-checkbox-switch {
    background: #374785;
}

.titles-checkbox input[type=checkbox]:checked+.titles-checkbox-switch:before {
    transform: translateX(28px);
}

.titles-checkbox input[type="checkbox"]:not(:disabled)+.titles-checkbox-switch {
    cursor: pointer;
    border-color: #374785;
    ;
}

.titles-checkbox input[type=checkbox]:disabled+.titles-checkbox-switch {
    filter: grayscale(70%);
    border-color: #374785;
}

.titles-checkbox input[type=checkbox]:disabled+.titles-checkbox-switch:before {
    background: #eee;
}

.titles-checkbox.focused .titles-checkbox-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

.titles-switch p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.titles-table-header {
    padding: 6.5px 20px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.titles-header {
    padding-top: 60px;
}

.titles-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    padding: 20px 0px;
    border-bottom: 1px solid #EAEEF3;
}

.titles-body {
    background-color: #fff;
    padding: 0px 20px;
}

.titles-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #EAEEF3;
    border-top: 1px solid #EAEEF3;
}

.titles-name-column,
.titles-fed-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.title-norm {
    width: 7%;
}

.titles-chevrone {
    width: 3%;
}

.title-publ {
    width: 10%;
}

.titles-publ-column {
    width: 6%;
}

.title-name {
    width: 30%;
}

.titles-name-column {
    width: 25%;
}

.title-fed {
    width: 15%;
}

.titles-fed-column {
    width: 11%;
}

.title-rating {
    width: 15%;
}

.titles-rating-column {
    width: 12%;
}

.title-bday {
    width: 7%;
}

.titles-bday-column {
    width: 7%;
}

.titles-name-column p {
    padding-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.titles-fed-column p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-left: 10px;
}

.titles-table-footer {
    padding: 6.5px 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-bottom: 80px;
}

.titles-hidden-head {
    background-color: #868CAD;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 20px 20px 10px 20px;
}

.titles-head-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.titles-head-top h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
}

.titles-hidden {
    padding-right: 20px;
}

.titles-event-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 32px;
}

.titles-head-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.titles-stend {
    width: 10%;
}

.titles-venue {
    width: 40%;
}

.titles-hidden-body {
    background-color: #EAEEF3;
    padding: 20px 10px 10px 10px;
    border: 1px solid #C6CDDD;
}

.titles-hidden-body:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 10px;
}

.titles-top-info {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.titles-body-text {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
}

.titles-venue-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.titles-venue-cont p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #343434;
}

.titles-venue-image {
    padding: 0px 5px;
}

.titles-event h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #343434;
    margin-left: -10px;
}

.titles-master-row {
    background-color: #868CAD;
    border-radius: 3px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.titles-master-row p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.titles-master-result {
    padding: 26px 0 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titles-footer {
    padding-top: 0px;
}

.titles-table-footer {
    padding-top: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 7px;
}


/*TRANSFER*/

.transfer-container {
    padding-bottom: 80px;
}

.transfer-rules {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
}

.transfer-rules-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background-color: #fff;
    cursor: pointer;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    padding: 12px 30px;
    background-color: transparent;
    text-align: left;
}

.transfer-rules-header:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 17px;
    height: 17px;
    border: 2px solid;
    border-color: transparent #24305E #24305E transparent;
    transform: rotate(45deg);
    transition: border-color 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

.transfer-rules-header.active:after {
    transform: rotate(225deg);
    transition: 1s;
}

.transfer-rules-header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}

.transfer-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
}

.bold {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
}

.transfer-ul {
    list-style-type: circle;
    padding-left: 25px;
    padding-top: 10px;
}

.transfer-ul li {
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
}

.transfer-ol {
    padding-left: 25px;
    padding-bottom: 40px;
}

.transfer-ol li {
    padding-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
}


/*
.transfer-body {
    background-color: #fff;
}
.transfer-body p:last-child {
    padding-top: 40px;
}
.transfer-body.open {
    height: auto;
}
.transfer-body:not(.open) {
    display: none;
}
*/

.transfer-select {
    padding-top: 40px;
}

.transfer-body {
    margin-top: -2px;
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.transfer-hidden {
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.active {
    height: auto;
}

.transfers-table-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #868CAD;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px 20px;
    margin-top: 41px;
}

.transfers-top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfers-top-block p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.transfers-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #EAEEF3;
    border-top: 1px solid #EAEEF3;
}

.transfers-body-name,
.transfers-body-fed,
.transfers-body-formfed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.table-text-normal p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.transfers-body-name p {
    padding-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.transfers-body-fed p,
.transfers-body-formfed p {
    padding-left: 10px;
}

.transfers-table-chevrone {
    width: 4%;
}

.transfers-body-id {
    width: 2%;
}

.transfers-body-name {
    width: 25%;
}

.transfers-top-fed {
    padding-left: 21%;
}

.transfer-hidden {
    background-color: #fff;
}

.transfer-hidden-text {
    background: #EAEEF3;
    border: 1px solid #C6CDDD;
    padding: 20px 20px;
    margin: 20px;
}

.transfer-hidden-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #343434;
}


/*PROFILE*/

.profile {
    padding-bottom: 80px;
    background-image: url(/img/white-pattern-left.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 65px;
}

.profile-container {
    position: relative;
}

.profile-pattern-queen {
    position: absolute;
    right: 70px;
    top: 710px;
}

.profile-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.profile-left {
    background-color: #fff;
    padding: 20px;
    border-radius: 7px;
    width: 345px;
}

.profile-right {
    width: 1075px;
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
}

.profile-games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 1px solid #C6CDDD;
}

.profile-game {
    text-align: center;
}

.profile-game p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-top: 10px;
}

.profile-info {
    padding: 20px 0px;
}

.profile-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.profile-hidden-button {
    display: none;
}
.profile-button-row {
    justify-content: center;
}
.profile-info-row h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 10px;
    width: 35%;
}

.profile-info-country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.profile-info-country p {
    padding-left: 10px;
}

.profile-info-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 10px;
}

.profile-info-row button {
    background-color: #24305E;
    padding: 20px 24px;
    border-radius: 7px;
    width: 265px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align-last: left;
    margin-top: 40px;
}

.profile-info-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.profile-info-title img {
    padding-left: 35px;
}

.profile-info-icon {
    position: relative;
}

.profile-info-icon img {
    cursor: pointer;
}

.info-description {
    display: none;
    padding: 10px 20px;
    margin-top: 17px;
    background: #374785;
    color: #fff;
    height: 200px;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    margin-top: -150px;
    border-radius: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

.profile-info-icon:hover .info-description {
    display: block;
    position: absolute;
    top: 180px;
    right: -85px;
    z-index: 9999;
    width: 355px;
    height: fit-content;
}

.profile-share {
    padding-top: 40px;
    align-items: baseline;
}

.profile-share-image {
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    margin-left: 20px;
    cursor: pointer;
}

.profile-tabs-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.profile-tab-button {
    padding-right: 20px;
}

.profile-tabs-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    border: none;
    background: #868CAD;
    border-radius: 7px;
    padding: 5px 20px 5px 15px;
    cursor: pointer;
    margin-right: 20px;
    width: 230px;
}
.tabs-btn-active {
    background-color: #374785;
}
.profile-rating-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.profile-ranks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}

.profile-rank-block {
    padding: 20px;
    box-shadow: 0px 10px 40px rgba(36, 48, 94, 0.1);
    margin-right: 20px;
    border-radius: 7px;
    width: 260px;
}

.profile-rank-block h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 10px;
}

.profile-rank-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.profile-rank-row h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #343434;
}

.profile-rank-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #343434;
    padding-left: 30px;
}

.profile-titles {
    padding-top: 60px;
}

.profile-titles h4,
.profile-fide-directory h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-bottom: 20px;
}

.profile-title-year {
    width: 25%;
}

.profile-title-year p {
    width: 100%;
}

.profile-title-icon {
    width: 10%;
}

.profile-fide-directory {
    padding-top: 60px;
}

.profile-fide-council {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.fide-council {
    text-align: center;
    padding: 60px 20px 40px 20px;
    box-shadow: 0px 10px 40px rgba(36, 48, 94, 0.1);
    border-radius: 7px;
    height: auto;
    width: 240px;
}

.fide-council p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding-top: 20px;
}

.fide-council h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding-top: 10px;
}

.fide-delegate img {
    padding-bottom: 17px;
}

.statistics-select {
    width: 235px;
}

.statistics-top,
.statistics-description,
.statistics-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.statistics-top {
    justify-content: space-between;
    padding-top: 60px;
}

.statistics-descr {
    padding-left: 40px;
    align-items: center;
}

.statistics-descr p {
    padding-left: 5px;
}

.statistics-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.statistics-total h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    padding-left: 20px;
}

.total-games-row,
.statistics-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.figure-color {
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #343434;
}

.statistics-bar-loss {
    display: block;
    position: relative;
    width: 200px;
    background-color: #24305E;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.statistics-bar-loss p {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.statistics-bar-draw p,
.statistics-bar-win p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
}

.statistics-bar-draw {
    width: 215px;
    display: block;
    position: relative;
    background-color: #AAABB8;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 9% 100%);
    margin-left: -5px;
}

.statistics-bar-draw p {
    padding-left: 11px;
}

.statistics-bar-win {
    width: 500px;
    display: block;
    position: relative;
    background-color: #C6CDDD;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-left: -5px;
}

.statistics-bar-win p {
    padding-left: 11px;
}

.statistics-standart-loss {
    display: block;
    position: relative;
    width: 90px;
    background-color: #24305E;
    border-top-left-radius: 7px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.statistics-standart-loss p {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.statistics-standart-draw {
    width: 200px;
    display: block;
    position: relative;
    background-color: #AAABB8;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.statistics-standart-draw p,
.statistics-standart-win p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
}

.statistics-standart-win {
    width: 345px;
    display: block;
    position: relative;
    background-color: #C6CDDD;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    border-bottom-left-radius: 7px;
}

.statistics-standart-games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.standart-games-white,
.standart-games-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 50%;
}

.statistics-standart-bar {
    padding-left: 20px;
}
.owl-carousel-2 .owl-stage {
    display: flex;
}

/*CALENDAR*/

.calendar {
    background-image: url(/img/cal-pattern.png);
    /* background-repeat: no-repeat; */
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 609px;
}

.calendar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-tabs-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.calendar-search-container {
    display: none;
}
.calendar-tabs-buttons p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #868CAD;
    padding-right: 20px;
}
.calendar-settings-button {
    display: none;
}
.calendar-button {
    padding: 10px;
}
.calendar-hidden-row {
    display: none;
    padding: 20px;
    background-color: #374785;
    border-radius: 7px;
    margin-bottom: 20px;
}
.calendar-tabs-buttons>.tabs-btn {
    background: none;
    font-size: 0px;
    border: 1px solid #EAEEF3;
}

.calendar-tabs-buttons>.tabs-btn:hover {
    background: #fff;
}

.calendar-tabs-buttons>.tabs-btn-active {
    background: #fff;
    border: 1px solid #24305E;
}

.calendar-h-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 20px;
}

.calendar-h-date-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    width: 10%;
}

.fide-tournament {
    background-color: #374785;
}

.calendar-h-name {
    width: 40%;
    padding-left: 40px;
}

.calendar-h-datetime,
.time-control-type {
    width: 25%;
}

.calendar-h-point {
    width: 18%;
}

.calendar-h-date {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
}

.calendar-h-moth {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.fide-tournament-container>.calendar-h-date {
    color: #fff;
}

.fide-tournament-container>.calendar-h-moth {
    color: #fff;
}

.fide-tournament p,
.fide-tournament h3 {
    color: #fff;
}

.calendar-h-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: space-between;
}

.calendar-h-row {
    padding: 10px 40px;
}

.calendar-h-moth {
    padding-left: 10px;
}

.calendar-h-flag {
    padding-left: 10px;
}

.online-tournament {
    background-color: #24305E;
}

.online-tournament-container>.calendar-h-date {
    color: #fff;
}

.online-tournament-container>.calendar-h-moth {
    color: #fff;
}

.online-tournament p,
.online-tournament h3 {
    color: #fff;
}

.local-tournament {
    background-color: #FFF;
}

.country-tournament {
    background-color: #868CAD;
}

.country-tournament-container>.calendar-h-date {
    color: #fff;
}

.country-tournament-container>.calendar-h-moth {
    color: #fff;
}

.country-tournament p,
.country-tournament h3 {
    color: #fff;
}

.country-tournament>.calendar-h-city {
    display: none;
}

.calendar-t-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calendar-t-tile {
    /* border-radius: 7px; */
    padding: 20px;
    width: 32%;
    height: 150px;
    margin-bottom: 20px;
}

.fide-tile {
    background-color: #374785;
    background-image: url(../img/fide-half-logo.png);
    background-repeat: no-repeat;
    background-position: right;
}

.t-tile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.t-tile-header h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    width: 40%;
}

/* .t-tile-header p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding-left: 22px;
} */

/* .t-tile-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
} */

.t-tile-left,
.local-tile-left {
    /* width: 30%; */
}

.t-tile-right,
.local-tile-right {
    width: 100%;
}

/* .t-tile-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
} */

/* .t-tile-right p {
    padding-left: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
} */

.local-tile {
    background-color: #fff;
}

.local-tile h4 {
    color: #24305E;
}

.local-tile p {
    color: #24305E;
}

.local-tile-right {
    text-align: left;
}

.local-tile-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 0px;
    text-align: left;
}

.local-tile-body {
    align-items: center;
}

.t-tile-date-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.t-tile-date-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.local-tile-header p {
    padding-left: 22px;
}

.country-tile {
    background-color: #868CAD;
}

.online-tile {
    background-color: #24305E;
}

.t-tile-date-container {
    width: 30%;
}

.t-tile-right {
    padding-top: 10px;
}

.online-tile {
    background-image: url(../img/fide-half-logo.png);
    background-repeat: no-repeat;
    background-position: right;
}

.calendar-mothly {
    padding-bottom: 80px;
}

.mothly-header-row {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.mothly-column {
    width: 14%;
    height: auto;
}

.mothly-day {
    min-height: 160px;
}

.mothly-week-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.mothly-title-column {
    background-color: #868CAD;
    text-align: center;
}

.mothly-title-column p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mothly-day {
    padding: 20px;
    border: 0.5px solid #868CAD;
    background-color: #fff;
}

.mothly-day p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #343434;
}

.next-moth-day {
    background: #EAEEF3;
    opacity: 0.5;
}

.mothly-event {
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
}

.local-event {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #EAEEF3;
}

.local-event h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #24305E;
}

.local-event p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #24305E;
    padding-top: 5px;
}

.fide-event {
    background-color: #374785;
}

.fide-event h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.fide-event p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding-top: 5px;
}

.year-calendar {
    padding-bottom: 80px;
}

.year-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.year-header-row {
    width: 20%;
    text-align: center;
    background-color: #868CAD;
}

.year-header-row p {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.year-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.year-side-column {
    width: 45px;
    height: auto;
    background-color: #868CAD;
    text-align: center;
    min-height: 150px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.year-side-column p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
}

.year-column {
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #868CAD;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.recent-moth {
    background: #EAEEF3;
    opacity: 0.5;
}

.year-event {
    width: 230px;
    margin: 10px auto;
    display: flex;
}

.country-champ {
    background-color: #868CAD;
    margin: auto;
    border-radius: 7px;
    padding: 10px 20px;
}

.country-champ h6,
.fide-tour h6 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.country-champ p,
.fide-tour p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.local-tour {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #EAEEF3;
    margin: auto;
    border-radius: 7px;
    padding: 10px 20px;
}

.local-tour h6 {
    color: #24305E;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.local-tour p {
    color: #24305E;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.fide-tour {
    background: #374785;
    margin: auto;
    border-radius: 7px;
    padding: 10px 20px;
}

.gold-border {
    background: linear-gradient(#24305E, #24305E) padding-box, linear-gradient(to right, #B48811, #F5E8C8, #F0DBAD, #BB9B49, #B48811, #FFFFFF, #EBD197, #BB9B49) border-box;
    border-radius: 7px;
    border: 5px solid transparent;
}

.calendar-map {
    padding-bottom: 200px;
}

.calendar-map img {
    width: 100%;
}
.hidden-settings {
    display: none;
}

/*EVENT*/

.event-pattern {
    position: absolute;
    left: 0px;
    top: 411px;
}
.events-hidden-input {
    display: none;
}

.event-second-pattern {
    position: absolute;
    left: 0px;
    top: 1491px;
}

.event-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    justify-content: space-between;
    position: relative;
}

.event-left {
    background-color: #fff;
    padding: 40px;
    width: 1075px;
    border-radius: 7px;
}

.event-date-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.event-title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}

.event-date h4 {
    padding-left: 10px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
}

.event-date h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-left: 5px;
    padding-top: 8px;
}

.event-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.event-hero-left {
    width: 670px;
    height: 380px;
}

.event-hero-right {
    height: 380px;
    max-width: 305px;
    background-color: #EAEEF3;
    padding: 20px;
    border-radius: 7px;
}

.event-hero-right h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.hero-event-block {
    overflow-y: scroll;
    height: 260px;
}

.hero-event-block::-webkit-scrollbar {
    width: 5px;
}

.hero-event-block::-webkit-scrollbar-track {
    background: #C6CDDD;
}

.hero-event-block .country-champ {
    margin-bottom: 20px;
    margin-right: 20px;
}

.hero-event-block .country-champ:last-child {
    margin-bottom: 0px;
    margin-right: 20px;
}

.hero-event-block::-webkit-scrollbar-thumb {
    background-color: #374785;
    border-radius: 20px;
    border: 3px solid #374785;
}

.hero-event-block {
    scrollbar-width: thin;
    scrollbar-color: #374785 #C6CDDD;
}

.event-info {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.event-info-left {
    width: 670px;
}

.event-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.event-info-row-left {
    width: 180px;
}

.event-info-row-left h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.event-info-row-right {
    width: 312px;
    padding-left: 25px;
}

.event-info-row-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.event-info-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.event-info-row-image p {
    padding-left: 10px;
}

.event-info-subtitle {
    padding-top: 40px;
}

.event-info-subtitle-left h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
}

.event-info-subtitle-right p a,
.event-info-row-right p a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #374785;
    text-decoration: none;
}

.event-info-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.event-info-file h5 a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #374785;
    text-decoration: none;
    padding-left: 10px;
}

.event-footer {
    padding-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.event-footer-button {
    padding: 20px 40px 20px 20px;
    background-color: #24305E;
    border-radius: 7px;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.event-footer-button p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
}

.event-share {
    padding: 0px;
    margin-left: 84px;
}

.event-info-right {
    width: 285px;
    padding-top: 31px;
}

.event-info-right h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.event-info-right-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #EAEEF3;
    margin-bottom: 10px;
}

.event-info-right-card h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-left: 20px;
}

.event-info-right-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #AAABB8;
    padding-left: 20px;
    padding-top: 5px;
}

.event-gold-border {
    border: 1px solid #F1C265;
    border-radius: 3px;
}

.event-arbiters {
    padding-top: 40px;
}

.event-right {
    width: 325px;
    padding-top: 40px;
}

.event-right h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #24305E;
}

.news-image {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-category {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #AAABB8;
}

.event-right h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.event-news-date {
    padding: 5px 10px;
    background-color: #AAABB8;
    border-radius: 3px;
    width: fit-content;
    margin-bottom: 20px;
}

.event-news-date p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.event-news-tile {
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
}

.event-world-tile {
    background-image: url(../img/fide-half-logo-small.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #374785;
}

.event-news-tile h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.event-news-tile p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    padding-top: 5px;
}

.event-gold-tile {
    padding: 15px;
}

.event-online-tile {
    background-color: #fff;
}

.event-online-tile p,
.event-online-tile h5 {
    color: #24305E;
}

.event-fide-tile {
    background-image: url(../img/fide-half-logo-small.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #24305E;
}

.event-local-tile {
    background-color: #868CAD;
}


/*HANDBOOK*/

.handbook-container {
    padding-bottom: 60px;
}

.handbook-input input {
    width: 100%;
}

.handbook-charter {
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
    margin-top: 40px;
}

.charter-body {
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.charter-rules-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.charter-rules-header:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 17px;
    height: 17px;
    border: 2px solid;
    border-color: transparent #24305E #24305E transparent;
    transform: rotate(45deg);
    transition: border-color 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

.charter-rules-header.active:after {
    transform: rotate(225deg);
    transition: 1s;
}

.charter-rules-header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}

.charter-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-top: 20px;
    padding-bottom: 20px;
}

.charter-body p {
    padding-bottom: 20px;
}

.charter-body p a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #374785;
    text-decoration: none;
    border-bottom: 1px solid #EAEEF3;
    padding-bottom: 10px;
}

.main-charter p {
    padding-top: 20px;
}


/*HANDBOOK_DETAIL*/

.detail-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.detail-left {
    margin-top: 114px;
    width: 285px;
}

.detail-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
    border: 2px solid #24305E;
    border-radius: 7px;
    cursor: pointer;
}

.detail-button p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 10px;
}

.detail-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-top: 40px;
}

.detail-nav {
    position: sticky;
}

.detail-link {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #374785;
    cursor: pointer;
    display: block;
    padding-top: 20px;
}

.detail-link a {
    text-decoration: none;
}

.detail-right {
    width: 1075px;
    background-color: #fff;
    border-radius: 7px;
    margin-left: 30px;
    padding: 40px;
    margin-top: 56px;
    margin-bottom: 60px;
}

.detail-right h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #24305E;
    padding-bottom: 20px;
}

.detail-right h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-top: 20px;
}

.detail-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    padding-top: 20px;
}

.detail-text-block h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #374785;
}

.detail-text-block p,
.detail-description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
    padding-left: 10px;
}

.detail-ul {
    list-style-type: disc;
    padding-left: 40px;
    padding-bottom: 40px;
}

.detail-ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #343434;
    padding-top: 10px;
}

.bold {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}

.membership-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 56px 11px 20px;
    background: #EAEEF3;
    border-radius: 7px 7px 0px 0px;
    margin-top: 20px;
}

.membership-header p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #24305E;
}

.membership-row {
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EAEEF3;
}

.membership-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #343434;
}

.membership-row p:last-child {
    padding-right: 14%;
}

.membership-row-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 80%;
}

.detail-image {
    padding-right: 20px;
}

.detail-aside {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #868CAD;
    padding-left: 40px;
}

.tournaments-header p,
.tournaments-row p {
    width: 50%;
    text-align: left;
}

.tournaments-header p:last-child,
.tournaments-row p:last-child {
    padding-left: 10%;
    ;
}

.note-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 18px 56px 11px 20px;
    background: #EAEEF3;
    border-radius: 7px 7px 0px 0px;
    margin-top: 20px;
}

.note-column-one {
    width: 31%;
}

.note-column {
    width: 23%;
}

.note-row {
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EAEEF3;
}

.pl20 {
    padding-left: 20px;
}

.note-title p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #24305E;
}

.note-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

/* CALENDAR */
.calendartabs-btn-active {
    background: #374785;
}
.calendartabs-btn:not(.calendartabs-btn-active):hover,
.calendartabs-btn:not(.calendartabs-btn-active):focus {
    background: #374785;
}
.calendartabs-content {
    padding: 0rem;
}
.calendartabs-pane {
    display: none;
}
.calendartabs-pane-show {
    display: block;
}

/* Dropdown Button */
.dropbtn {
    /*background-color: #3498DB;*/
    /*color: white;*/
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #FFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#map_canvas {
    height: 600px;
    /* The height is 400 pixels */
    /* width: 1200px; */
    width: 95%;
    /* The width is the width of the web page */
}
.calendar-map img {
    width: 120px;
}
/* .tile-header-name a{
    color:white;   
} */


/*DIRECTORY*/

.directory-container {
    padding-bottom: 80px;
    position: relative;
}

.dir-pattern {
    position: absolute;
    left: 0px;
    top: 225px;
    z-index: -999;
}

.dir-pattern-two {
    position: absolute;
    left: 0px;
    top: 1103px;
    z-index: -999;
}

.dir-pattern-four {
    position: absolute;
    right: 40px;
    top: 1574px;
    z-index: -999;
}

.dir-pattern-three {
    position: absolute;
    right: 0px;
    top: 1654px;
    z-index: -999;
}

.dir-pattern-five {
    position: absolute;
    right: 40px;
    top: 472px;
    z-index: -999;
}
.directory-hidden-input, .directory-hidden-select {
    display: none;
}
.directory-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.directory-left {
    width: 223px;
}

.directory-tabs-nav {
    padding-top: 20px;
}

.directory-tabs-nav button {
    display: block;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    cursor: pointer;
    margin-top: 20px;
}

.directory-tabs-nav button:hover {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700;
}

.directory-tabs-nav button.tabs-btn-active {
    font-weight: 700;
}

.directory-button:not(.directory-button-active):hover,
.directory-button:not(.directory-button-active):focus {
    background: rgba(0, 0, 0, 0);
    ;
}

.directory-right {
    width: 1075px;
}

.directory-right-head {
    background: rgba(198, 205, 221, 0.2);
    border: 1px solid #C6CDDD;
    box-shadow: 0px 10px 40px rgba(36, 48, 94, 0.1);
    backdrop-filter: blur(30px);
    border-radius: 7px;
    padding: 40px;
    background-image: url(../img/directory_pattern.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 40px;
}

.directory-head-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #C6CDDD;
}

.directory-office-info {
    padding-left: 40px;
}

.directory-office-info h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-bottom: 20px;
}

.directory-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.directory-contact h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #374785;
    padding-left: 10px;
}

.directory-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.directory-social-button {
    padding: 10px;
    border-radius: 7px;
    background-color: #fff;
    width: auto;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    margin-right: 10px;
}

.directory-head-bottom h6 {
    padding-top: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #343434;
}

.directory-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(36, 48, 94, 0.1);
    border-radius: 7px;
    padding: 40px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.directory-card-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.directory-card-info {
    padding-left: 40px;
}

.directory-card-info h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
}

.directory-card-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #AAABB8;
}

.directory-card-info>.directory-contact {
    padding-top: 10px;
}

.directory-contact>.directory-image img {
    padding-top: 4px;
}

.directory-card-right {
    width: 40%;
}

.directory-card-right h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #343434;
    padding-bottom: 20px;
    padding-top: 10px;
}

.right-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.right-card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.right-card-text {
    padding-left: 10px;
}


/*FEDERATIONS*/

.fed-container {
    margin-bottom: 80px;
    position: relative;
}

.fed-pattern {
    position: absolute;
    top: 1264px;
}

.fed-disclaimer {
    padding: 40px;
    background-color: #fff;
    border-radius: 7px;
}

.fed-disclaimer p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
}

.fed-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 65px;
}

.fed-head-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.fed-input input {
    width: 223px;
}

.fed-select {
    margin-left: 60px;
    border: none;
}

.fed-body-container {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 40px;
    margin-top: 40px;
}

.fed-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fed-body-container h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #24305E;
    padding-bottom: 20px;
}

.fed-column {
    width: 225px;
    text-align: center;
    padding: 20px;
}

.fed-column p {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #374785;
}


/*FEDERATIONS-DETAILED*/

.fed-d {
    background-image: url(../img/fed-d-pattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.fed-d-pattern {
    background-image: url(../img/right-pattern.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.fed-d-container {
    margin-bottom: 80px;
}

.fed-d-body {
    background-color: #fff;
    border-radius: 7px;
    padding: 40px;
}

.fed-d-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C6CDDD;
    padding-bottom: 40px;
}

.fed-d-info {
    width: 20%;
}

.fed-d-info h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.fed-d-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 10px;
}

.fed-d-info h6 {
    padding-top: 35px;
}

.fed-d-info h6 a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #AAABB8;
    text-decoration: none;
}

.fed-d-social {
    width: 265px;
}

.fed-d-button {
    margin: 0 auto;
    text-align: center;
}

.fed-d-button button {
    margin: 0 auto;
    padding: 20.5px 51.5px;
    border: none;
    background-color: #24305E;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}

.fed-d-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}

.fed-d-soc {
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    cursor: pointer;
}

.fed-d-bottom {
    padding-top: 40px;
}

.fed-d-bottom h5,
.fed-d-ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
    padding-bottom: 10px;
}

.fed-d-bottom h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #343434;
    padding-top: 30px;
    padding-bottom: 20px;
}

.w700 {
    font-weight: 700;
    color: #343434;
}

.fed-d-ul {
    list-style-type: disc;
    padding-left: 40px;
}

.fed-d-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-top: 60px;
    margin-bottom: 40px;
}


/*EDIT*/

.edit-container {
    margin-bottom: 60px;
}

.edit-body {
    background-color: #fff;
    border-radius: 7px;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.edit-button {
    margin-top: 20px;
}

.edit-button button {
    padding: 10.5px 40px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
}

.edit-left {
    width: 265px;
}

.edit-left p {
    padding-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #AAABB8;
}

.edit-right {
    width: 1034px;
}

.edit-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.edit-input input {
    background: #FFFFFF;
    border: 1px solid #868CAD;
    border-radius: 7px;
    width: 487px;
    padding: 20px;
}
.create-edit-input input {
    background: #FFFFFF;
    border: 1px solid #868CAD;
    border-radius: 7px;
    width: 487px;
    padding: 20px;
}
.edit-input input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #868CAD;
}

.edit-input select {
    background: #FFFFFF;
    border: 1px solid #868CAD;
    border-radius: 7px;
    width: 487px;
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #868CAD;
}

.edit-input-max input {
    width: 1034px;
}

.edit-button {
    width: 205px;
}

.edit-button button {
    padding: 20px 40px;
    background-color: #24305E;
    color: #FFF;
    border-radius: 7PX;
    cursor: pointer;
}


/*CREATE*/

.create-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
    margin-bottom: 80px;
}

.create-body-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #C6CDDD;
}

.create-body-left,
.create-body-right {
    width: 650px;
}

.create-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
}

.create-button button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #24305E;
    padding: 10.5px 40px;
    border: 2px solid #24305E;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.create-button-text {
    padding-left: 5px;
}

.create-button-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #AAABB8;
}

.create-button-text p:last-child {
    padding-top: 18px;
}

.create-input input {
    padding: 14px auto 34px 20px;
    width: 100%;
    border: 1px solid #868CAD;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
}

.create-input {
    margin-bottom: 40px;
}

.create-input select {
    width: 100%;
}

.create-fest-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.create-right-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10.5px 40px;
    border: 2px solid #24305E;
    width: fit-content;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 7px;
    margin-left: 70px;
}

.create-right-button p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #24305E;
    cursor: pointer;
    padding-left: 17px;
}

.create-body-bottom {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #C6CDDD;
}

.create-body-bottom h3 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #24305E;
}

.create-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.create-edit-input {
    width: 650px;
}

.venue-input {
    width: 100%;
}

.buttons-row {
    justify-content: space-around;
}

.create-body-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.create-pdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.create-pdf p {
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #AAABB8;
}

.attach-button {
    margin-top: 20px;
    margin-left: 0px;
}

.create-checkbox {
    text-align: left;
}
.checkbox-row {
    align-items: baseline;
}
.right-row {
    width: 650px;
}

.create-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 160px;
}

.create-bottom-row {
    padding-top: 60px;
}

.create-bottom-button {
    margin-left: 60px;
}

.create-bottom-button button {
    padding: 20px 40px;
}


/*CABINET*/

.cabinet-container {
    position: relative;
}

.cab-pattern {
    position: absolute;
    left: 0px;
    top: 225px;
}

.cabinet-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 20px;
    background-color: #24305E;
    border-radius: 7px;
}

.cabinet-button p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
}

.cabinet-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cabinet-card {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    width: 345px;
}

.cabinet-card h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #343434;
}

.cabinet-card h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #AAABB8;
    padding-bottom: 20px;
}
.cabinet-ball img {
    padding: 7px;
    box-shadow: 0px 5px 15px rgba(36, 48, 94, 0.1);
    border-radius: 50%;
}
.cabinet-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 52px;
}

.cabinet-bold p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #343434;
    padding-top: 10px;
}

.cabinet-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #343434;
    padding-left: 20px;
}

.cabinet-text p {
    padding-top: 10px;
}

.cabinet-moderation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #C6CDDD;
    margin-top: 20px;
}

.cabinet-moderation h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    padding-left: 20px;
}

.cabinet-moder {
    color: #868CAD;
}
.event-button-576 {
    display: none;
}

.input-group {
  all: unset;
  margin-right: 10px;
  margin-top: 10px;
  /* width: 100%; */
  /* font-size: 1.2rem; */
  position: relative;
  --primary: #2196f3;
}

.input {
  /* all: unset; */
  /*color: #fefefe;*/
  padding: 1rem;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.label {
  all: unset;
  position: absolute;
  top: 1rem;
  left: 1rem;
  /* color: #d4d4d4; */
  pointer-events: none;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input:focus {
  border: 1px solid var(--primary);
}

.input:is(:focus, :valid) ~ label {
  transform: translateY(-120%) scale(0.7);
  background-color: #EAEEF3;
  padding-inline: 0.3rem;
  /* color: var(--primary); */
}


@media screen and (max-width: 1024px) {
    html {
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto; 
}   
    .container {
        width: 95%;
        margin: 0 auto;
    }
    .page-title {
        font-size: 36px;
        line-height: 42px;
    }
    .none {
        display: none;
    }
    /*HEADER*/
    .header {
        margin-bottom: 400px;
    }
    .header-container {
        padding-top: 20px;
        display: block;
    }
    .header-logo-container {
        padding-bottom: 10px;
    }
    .header-logo-container img {
        width: 70px;
    }
    .header-title-container {
        padding-left: 10px;
    }
    .header-title {
        font-size: 14px;
        line-height: 16px;
    }
    .header-subtitle {
        font-size: 14px;
        line-height: 16px;
    }
    .menu-container {
        margin: 0px;
    }
    .header-search-container {
        position: absolute;
        top: 85px;
        right: 40px;
    }
    .main-submenu button {
        margin-right: 13px;
    }
    .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        top: 30px;
        right: 40px;
    }
    .social-aside {
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 20px;
    }
    /*FOOTER*/
    .footer {
        background-image: url(../img/footer-pattern.png);
        background-position-x: 0px;
    }
    .footer-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-top {
        height: 110px;
    }
    .footer-logo img {
        width: 70px;
    }
    .footer-title-container {
        padding-left: 0px;
        padding-top: 10px;
        width: 110px;
    }
    .footmenu {
        list-style-type: none;
    }
    .footer-menu-container {
        width: 830px;
        padding-left: 51px;
    }
    .footer-menu ul {
        padding-right: 0px;
    }
    .footer-copyright p {
        padding-top: 40px;
        line-height: 22px;
    }
    .footer-social {
        margin-left: 0px;
        padding-top: 23px;
        padding-left: 80px;
    }
    .footer-social-button {
        margin: 5px;
    }
    .footer-social-button img {
        padding: 17px;
    }
    .up-button-container img {
        right: 40px;
        bottom: 50px;
        width: 60px;
    }
    .footer-image img {
        width: 120px;
    }
    .footer-image {
        left: 107px;
        bottom: 153px;
    }
    .hidden-footer-menu {
        display: none;
    }
    /*RATINGS*/
    .ratings-input input {
        width: 200px;
    }
    .rating-block-header h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
    }
    .ratings-blocks {
        display: block;
        padding-top: 0px;
    }
    .rating-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .rating-top-text {
        line-height: 25px;
        width: 20%;
    }
    .rating-name {
        width: 45%;
    }
    /*RANKINGS*/
    .ranking-row,
    .rankings-table-header {
        padding: 10px 20px;
    }
    .rank-arrow {
        padding-left: 10px;
    }
    .rank-block p {
        font-size: 16px;
        line-height: 22px;
    }
    .rank-number-block {
        width: 9%;
    }
    .rank-name-block {
        width: 35%;
    }
    .rank-federations-block {
        width: 18%;
    }
    .rankings-pattern {
        display: none;
    }
    /*TOURNAMENTS*/
    .tour-header {
        display: block;
    }
    .tour-header-right {
        width: 100%;
        justify-content: normal;
        padding-bottom: 40px;
    }
    .tour-select {
        margin-right: 40px;
        width: 300px;
    }
    .tour-inf-block {
        width: 9%;
    }
    .tour-name-block {
        width: 35%;
    }
    .tour-city-block {
        width: 24%;
    }
    /*TOURNAMENT-DETAIL*/
    .tour-d-table {
        margin-top: 10px;
    }
    .tour-d-head-left {
        width: 70%;
    }
    .tour-d-body {
        display: block;
    }
    .tour-d-body-left {
        width: 100%;
    }
    .tour-d-left-start {
        width: 45%;
    }
    .tour-d-left-end {
        width: 82%;
    }
    .tour-d-chief {
        flex-wrap: wrap;
    }
    .tour-d-arbiter-card {
        width: 45%;
    }
    .tour-d-right {
        position: absolute;
        left: 35px;
        top: 1510px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: baseline;
        padding-bottom: 120px;
    }
    .tour-d-right p {
        padding-left: 20px;
    }
    .tour-d-button button {
        padding: 10px 67px;
    }
    /*FIDE-TITLES*/
    .rank-federations-block {
        width: 9%;
    }
    .titles-chevrone {
        width: 0%;
    }
    .titles-publ-column {
        width: 10%;
    }
    .titles-name-column {
        width: 37%;
    }
    .rank-name-block {
        width: 37%;
    }
    .title-bday {
        width: 9%;
    }
    .title-fed {
        width: 11%;
    }
    /*PROFILE*/
    .profile {
        background-image: none;
    }
    .profile-section {
        display: block;
    }
    .profile-hidden-button {
        display: none;
    }
    .profile-pattern-queen {
        display: none;
    }
    .profile-left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        padding: 40px;
    }
    .profile-games {
        display: block;
        border: none;
    }
    .profile-game {
        padding-bottom: 40px;
    }
    .profile-info {
        width: 450px;
        padding-left: 51px;
    }
    .profile-share-stroke {
        position: absolute;
        top: 200px;
        right: 70px;
    }
    .profile-share-twitter {
        position: absolute;
        top: 245px;
        right: 90px;
    }
    .profile-share-facebook {
        position: absolute;
        top: 325px;
        right: 90px;
    }
    .fide-council {
        width: 201px;
        padding: 40px 20px;
    }
    .profile-right {
        width: 944px;
    }
    .profile-rating-images {
        padding-top: 60px;
    }
    .total-games-row,
    .statistics-bar,
    .statistics-top {
        max-width: 864px;
    }
    .statistics-scale {
        width: 760px;
    }
    .statistics-standart-games {
        max-width: 944px;
    }
    .profile-tabs-btn {
        width: 250px;
    }
    /*CALENDAR*/
    .calendar {
        background-image: none;
    }
    .calendar-t-tile {
        width: 49%;
    }
    .calendar-show-event {
        display: none;
    }
    .calendar-h-date-container {
        width: 13%;
    }
    .calendar-h-datetime,
    .time-control-type {
        width: 17%;
    }
    .calendar-h-point {
        width: 24%;
    }
    .calendar-h-name {
        font-size: 16px;
    }
    .calendar-h-date {
        font-size: 24px;
    }
    .fide-tournament p,
    .online-tournament p,
    .calendar-h-start,
    .calendar-h-city,
    .calendar-h-country {
        font-size: 14px;
    }
    .local-event h6 {
        font-size: 12px;
    }
    .mothly-event {
        padding: 10px;
    }
    .mothly-day {
        padding: 10px;
    }
    .fide-event h6 {
        font-size: 12px;
    }
    /*EVENT DETAILED*/
    .event-container {
        display: block;
    }
    .event-left {
        width: 944px;
    }
    .event-hero-left {
        width: 539px;
    }
    .event-hero-left img {
        width: 100%;
    }
    .event-footer {
        padding-top: 40px;
        width: 630px;
    }
    .event-right {
        width: 100%;
    }
    /*HANDBOOK*/
    .charter-rules-header h2 {
        text-align: left;
    }
    .handbook-input input {
        width: 100%;
    }
    /*HANDBOOK DETAILED*/
    .detail-body {
        display: block;
    }
    .detail-right {
        width: 944px;
        margin-left: 0px;
    }
    .detail-left {
        width: 100%;
    }
    .detail-button {
        width: fit-content;
    }
    /*DIRECTORY OFFICIALS*/
    .dir-pattern, .dir-pattern-two, .dir-pattern-three, .dir-pattern-four, .dir-pattern-five {
        display: none;
    }
    .directory-left {
        width: 280px;
    }
    .directory-right {
        width: 623px;
    }
    .directory-right-head {
        padding: 40px 20px;
    }
    .directory-logo img {
        width: 141px;
    }
    .directory-office-info {
        padding-left: 20px;
    }
    .directory-card {
        display: block;
    }
    .directory-card-right {
        width: 583px;
    }
    .right-card {
        justify-content: normal;
        flex-wrap: wrap;
    }
    .right-card-row {
        width: 182px;
    }
    /*DIRECTORY FEDERATIONS*/
    .fed-container {
        margin-bottom: 120px;
    }
    .fed-body-container {
        padding: 40px 20px;
    }
    .fed-disclaimer {
        padding: 40px 20px;
    }
    .fed-column {
        width: 150px;
    }
    .fed-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
    .fed-input input {
        width: 301px;
    }
    /*FEDERATION DETAIL*/
    .fed-d-body {
        padding: 40px 20px;
    }
    .fed-d-image img {
        width: 261px;
    }
    .fed-d-top {
        flex-wrap: wrap;
    }
    .fed-d-info {
        width: 282px;
    }
    .fed-d-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        width: 605px;
        align-items: center;
        margin-left: auto;
        padding-top: 40px;
    }
    .fed-d-social-links {
        padding-top: 0px;
        padding-right: 38px;
    }
    .fed-d-button {
        margin: 0 0;
    }
    .fed-d-soc {
        margin-right: 20px;
    }
    .fed-directory-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        justify-content: space-between;
    }
    .fed-directory-card-right {
        width: 410px;
    }
    .fed-d-pattern {
        background-image: none;
    }
    .fed-d {
        background-image: none;
    }
    .fed-d-container {
        margin-bottom: 120px;
    }
    .fed-right-card {
        justify-content: space-between;
    }
    .fed-directory-card-info {
        padding-left: 20px;
    }
    /*PROFILE-EDIT*/
    .edit-container {
        margin-bottom: 120px;
    }
    .edit-row {
        display: block;
    }
    .edit-right {
        width: 563px;
    }
    .edit-up-button {
        width: 202px;
    }
    .edit-up-button button {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #24305E;
        padding: 10px 40px;
        color: #24305E;
    }
    .edit-row {
        padding-bottom: 20px;
    }
    .edit-row .edit-input:first-child {
        padding-bottom: 20px;
    }
    .edit-input-max input,
    .edit-input input,
    .edit-input select {
        width: 100%;
    }
    .edit-bottom-button {
        margin-left: auto;
    }
    /*ADMIN FORM CREATE*/
    .create-body-left,
    .create-body-right {
        width: 412px;
    }
    .create-image img {
        width: 100%;
    }
    .create-button-container {
        display: block;
    }
    .create-button-text {
        padding-left: 0px;
        padding-top: 20px;
    }
    .create-fest-container {
        display: block;
    }
    .create-super-button {
        margin-top: 20px;
        margin-left: auto;
    }
    .create-edit-input {
        width: 412px;
    }
    .create-input {
        margin-bottom: 20px;
    }
    .edit-image img {
        width: 100%;
    }
    .create-body-bottom {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .create-checkbox {
        width: 412px;
    }
    .venue-input {
        width: 100%;
    }
    .right-row {
        width: 412px;
    }
    .create-container {
        margin-bottom: 120px;
    }
    /*CABINET EVENTS*/
    .cabinet-card {
        width: 301px;
    }
    .cabinet-image img {
        width: 100%;
    }
    .cabinet-card {
        margin-right: 20px;
    }
}