a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'NovemberGeLC';
    src: url('./fonts/NovemberGeLC.woff2')
}
@font-face {
    font-family: 'NovemberGeLC-Medium';
    src: url('./fonts/NovemberGeLC-Medium.woff2')
}
@font-face {
    font-family: 'NovemberGeLC-Bold';
    src: url('./fonts/NovemberGeLC-Bold.woff2')
}
@font-face {
    font-family: 'NovemberGeLC-Heavy';
    src: url('./fonts/NovemberGeLC-Heavy.woff2')
}
.header-block {
    width: 100%;
    background: #212121;
    position: relative;
    z-index: 1;
}
.header-above {
    background-image: url('./images/cover.png');
    background-size: cover;
    background-position: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    background-repeat: no-repeat;
}
@media (max-width: 1500px) {
    .header-above {
        background-image: url('./images/1366.png') !important;
        background-size: 100%;
        background-position: top;
        padding-top: 42%;
    }
    .header-block.live  .header-above {
        padding-top: 38% !important
    }
    .header-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
} 
@media (min-width: 1501px) {
    .header-above {
        background-image: url('./images/1920.jpg') !important;
        min-height: 1080px;
    }
    .about-match p {
        max-width: 62% !important
    }
   
}
@media (min-width: 1920px) {
    .live-case .live-btn {
        margin-bottom: 40px !important
    }
}
.ticket-wrapp {
    position: relative;
}
.ticket-wrapp .popover {
    position: absolute;
    top: 40px;
    border-radius: 8px;
    background: #606162;
    font-size: 14px;
    font-weight: normal;
    width: 190px;
    text-align: center;
    padding: 15px;
    line-height: normal;
    left: 50%;
    color: rgba(255, 255, 255, 0.80);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateX(-50%);
    font-family: 'NovemberGeLC';
}
.ticket-wrapp .popover::before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #606162;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.ticket-wrapp:hover .popover {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.header-row {
    height: 80px;
    background: #262B2E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 65px;
    position: sticky;
    top: 0;
    z-index: 4;
    padding-right: 0;
}
.header-row .logo-item {
    position: relative;
}

.header-row .middle-menu {
    display: flex;
    align-items: center;
}
.header-row .middle-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin: 0 20px;
    transition: all 0.3s;
    font-family: 'NovemberGeLC-Medium';
}
.header-row .middle-menu a:hover {
    color: #F05A22;
    transition: all 0.3s;
}
.header-row .middle-menu a.active {
    color: #F05A22;
    font-weight: 800;
}
.header-row .middle-menu a.tickets-btn {
    border-radius: 37px;
    background: #f05a22;
    font-size: 16px;
    color: #fff;
    padding: 8px 24px;
    transition: all 0.3s;
}
.header-row .middle-menu a.tickets-btn:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.header-row .lang-switcher {
    width: 130px;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
}
.header-row .lang-switcher::before {
    content: '';
    background: rgba(67, 65, 65, 1);
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.header-row .lang-switcher .current-lang {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: 'NovemberGeLC-Medium';
    cursor: pointer;
}
.header-row .lang-switcher .current-lang svg {
    margin-left: 5px;
} 
.header-row .lang-switcher .lang-dropdown {
    position: absolute;
    top: 80px;
    background: #36393B;
    display: flex;
    width: 130px;
    padding: 0 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 0;
    text-align: center;
    height: 64px;
}
.header-row .lang-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.header-row .lang-switcher .lang-dropdown .lang {
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
    margin: 8px 0;
    font-family: 'NovemberGeLC-Medium';
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header-row .lang-switcher .lang-dropdown .lang.active {
    color: #F05A22;
    display: none;
}
.header-row .lang-switcher .lang-dropdown .lang:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.about-match {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
 .about-match > img {
    
}
 .about-match .date {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'NovemberGeLC-Bold';
}
 .about-match p {
    font-size: 24px;
    color: #fff;
    max-width: 80%;
    text-align: center;
    line-height: normal;
    font-family: 'NovemberGeLC';
}
 .about-match .tickets-button {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 35px;
    justify-content: center;
    color: #fff;
    width: 360px;
    height: 65px;
    border-radius: 33px;
    background: #f05a22;
    position: relative;
    font-size: 22px;
    font-family: 'NovemberGeLC-Medium';
    cursor: pointer;
    transition: all 0.3s;
}
.about-match .tickets-button:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
 .about-match .tickets-button svg {
    
}
 .about-match .info-btn-wrapper {
    position: absolute;
    right: 25px;
}
 .about-match .info-btn-wrapper .info-btn {

}
 .about-match .info-btn-wrapper .info-btn-content {
    position: absolute;
    bottom: 40px;
    border-radius: 8px;
    background: #606162;
    font-size: 14px;
    font-weight: normal;
    width: 190px;
    text-align: center;
    padding: 15px;
    line-height: normal;
    left: -99px;
    color: rgba(255, 255, 255, 0.80);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.about-match .info-btn-wrapper.active .info-btn-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.about-match .info-btn-wrapper:hover .info-btn-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.about-match .info-btn-wrapper .info-btn-content:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #606162;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.footballers {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.footballers::before {
    content: '';
    background-image: url('./images/top-left.svg');
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: -5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footballers::after {
    content: '';
    background-image: url('./images/top-right.svg');
    position: absolute;
    right: -26px;
    bottom: 0;
    background-size: cover;
    background-position: 30px 205px;
    background-repeat: no-repeat;
    height: 100%;
    width: 38%;
}
.footballers .footballers-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 90px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.footballers .footballers-container .column-item {
    width: 48%;
}
.footballers .footballers-container .column-item h3 {
    font-size:48px;
    color: #000;
    text-align: center;
    font-family: 'NovemberGeLC-Heavy';
}
.footballers .footballers-container .column-item .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.footballers .footballers-container .column-item .list .list-item {
    width: calc(100% / 3);
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.footballers .footballers-container .column-item .list .list-item.hide {
    display: none;
}
.footballers .footballers-container.active .list-item.hide {
    display: block !important;
}
.footballers .footballers-container.active .show-more {
    display: none;
}
.footballers .footballers-container.active .show-more.less {
    display: flex;
}
.button-show-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.button-show-more .show-more {
    border-radius: 33px;
    background: #F05A22;
    width: 361px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-family: 'NovemberGeLC-Medium';
    transition: all 0.3s;
}
.button-show-more.disabled .show-more {
    background:#36393B;
    color: rgba(255, 255, 255, 0.40);
    pointer-events: none;
}
.button-show-more .show-more:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.button-show-more .show-more.less {
    display: none;
}
.videos {
    width: 100%;
    height: 600px;
    background-image: url('./images/large.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    background-attachment: fixed;
}
.videos .videos-container {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    align-items: center;
}
.videos .videos-container h3 {
    font-size: 36px;
    color: #fff;
    font-family: 'NovemberGeLC-Heavy';
}
.videos .videos-container .video-list {
    display: flex;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
}
.videos .videos-container .video-list .video-item {
    width: 100%;
}
.videos .videos-container .video-list .video-item iframe {
    width: 100%;
    border-radius: 5px;
}
.blog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    position: relative;
}
.blog::before {
    content: '';
    background-image: url('./images/corner.svg');
    width: 500px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -170px;
    left: -215px;
}
.blog .blog-container {
    display: flex;
    justify-content: center;
    width: 90%;
    flex-direction: column;
    align-items: center;
}
.blog .blog-container h3 {
    font-size: 36px;
    color: #000;
    font-family: 'NovemberGeLC-Heavy';
}
.blog .blog-container .blog-list {
    width: 100%;
    margin-top: 35px;
}
.blog .blog-container .owl-carousel {
    width: 100%;
}
.blog .blog-container .img-item {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.blog .blog-container .item {
    text-decoration: none;
}
.blog .blog-container  h4 {
    font-size: 20px;
    color: #000;
    font-family: 'NovemberGeLC';
    margin-top: 15px;
    line-height: 25px;
}
  .owl-nav {
    position: absolute;
    top: -73px;
    width: 100%;
}

 .owl-nav .owl-prev.disabled {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMzA2IiBkYXRhLW5hbWU9Ikdyb3VwIDMwNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCI+CiAgPHBhdGggaWQ9IlBhdGhfMTk0NyIgZGF0YS1uYW1lPSJQYXRoIDE5NDciIGQ9Ik0xOS41MTIsMjEuMzMzYTEsMSwwLDAsMCwwLDEuNDE0bDUuMDM1LDUuMDM1YTEsMSwwLDAsMSwwLDEuNDE0bC0uNDI4LjQyOGExLDEsMCwwLDEtMS40MTQsMGwtNi44NzctNi44NzdhMSwxLDAsMCwxLDAtMS40MTRMMjIuNywxNC40NTZhMSwxLDAsMCwxLDEuNDE0LDBsLjQyOC40MjhhMSwxLDAsMCwxLDAsMS40MTRaIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfMTk0OCIgZGF0YS1uYW1lPSJQYXRoIDE5NDgiIGQ9Ik0xOS41MTIsMzEuMzMzYTEsMSwwLDAsMCwwLDEuNDE0bDUuMDM1LDUuMDM1YTEsMSwwLDAsMSwwLDEuNDE0bC0uNDI4LjQyOGExLDEsMCwwLDEtMS40MTQsMGwtNi44NzctNi44NzdhMSwxLDAsMCwxLDAtMS40MTRMMjIuNywyNC40NTZhMSwxLDAsMCwxLDEuNDE0LDBsLjQyOC40MjhhMSwxLDAsMCwxLDAsMS40MTRaIiBmaWxsPSIjZmZmIi8+CiAgPGNpcmNsZSBpZD0iRWxsaXBzZV8yMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIyIiBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9IiNlZGVkZWQiLz4KICA8cGF0aCBpZD0iUGF0aF8xOTQ5IiBkYXRhLW5hbWU9IlBhdGggMTk0OSIgZD0iTTE5LjUxMiwyMS4zMzNhMSwxLDAsMCwwLDAsMS40MTRsNS4wMzUsNS4wMzVhMSwxLDAsMCwxLDAsMS40MTRsLS40MjguNDI4YTEsMSwwLDAsMS0xLjQxNCwwbC02Ljg3Ny02Ljg3N2ExLDEsMCwwLDEsMC0xLjQxNEwyMi43LDE0LjQ1NmExLDEsMCwwLDEsMS40MTQsMGwuNDI4LjQyOGExLDEsMCwwLDEsMCwxLjQxNFoiIGZpbGw9IiMyNjJiMmUiIG9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K") !important;
    background-size: cover !important;
}
 .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMzA0IiBkYXRhLW5hbWU9Ikdyb3VwIDMwNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCI+CiAgPHBhdGggaWQ9IlBhdGhfMTk0NyIgZGF0YS1uYW1lPSJQYXRoIDE5NDciIGQ9Ik0xOS41MTIsMjEuMzMzYTEsMSwwLDAsMCwwLDEuNDE0bDUuMDM1LDUuMDM1YTEsMSwwLDAsMSwwLDEuNDE0bC0uNDI4LjQyOGExLDEsMCwwLDEtMS40MTQsMGwtNi44NzctNi44NzdhMSwxLDAsMCwxLDAtMS40MTRMMjIuNywxNC40NTZhMSwxLDAsMCwxLDEuNDE0LDBsLjQyOC40MjhhMSwxLDAsMCwxLDAsMS40MTRaIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfMTk0OCIgZGF0YS1uYW1lPSJQYXRoIDE5NDgiIGQ9Ik0xOS41MTIsMzEuMzMzYTEsMSwwLDAsMCwwLDEuNDE0bDUuMDM1LDUuMDM1YTEsMSwwLDAsMSwwLDEuNDE0bC0uNDI4LjQyOGExLDEsMCwwLDEtMS40MTQsMGwtNi44NzctNi44NzdhMSwxLDAsMCwxLDAtMS40MTRMMjIuNywyNC40NTZhMSwxLDAsMCwxLDEuNDE0LDBsLjQyOC40MjhhMSwxLDAsMCwxLDAsMS40MTRaIiBmaWxsPSIjZmZmIi8+CiAgPGNpcmNsZSBpZD0iRWxsaXBzZV8yMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDIyIiBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9IiNmMDVhMjIiLz4KICA8cGF0aCBpZD0iUGF0aF8xOTQ5IiBkYXRhLW5hbWU9IlBhdGggMTk0OSIgZD0iTTE5LjUxMiwyMS4zMzNhMSwxLDAsMCwwLDAsMS40MTRsNS4wMzUsNS4wMzVhMSwxLDAsMCwxLDAsMS40MTRsLS40MjguNDI4YTEsMSwwLDAsMS0xLjQxNCwwbC02Ljg3Ny02Ljg3N2ExLDEsMCwwLDEsMC0xLjQxNEwyMi43LDE0LjQ1NmExLDEsMCwwLDEsMS40MTQsMGwuNDI4LjQyOGExLDEsMCwwLDEsMCwxLjQxNFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==") !important
}

 .owl-nav .owl-next.disabled {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMzA1IiBkYXRhLW5hbWU9Ikdyb3VwIDMwNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCI+CiAgPGNpcmNsZSBpZD0iRWxsaXBzZV8yMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDIxIiBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0IDQ0KSByb3RhdGUoMTgwKSIgZmlsbD0iI2VkZWRlZCIvPgogIDxwYXRoIGlkPSJQYXRoXzE5NDYiIGRhdGEtbmFtZT0iUGF0aCAxOTQ2IiBkPSJNMjQuNDg4LDIyLjY2N2ExLDEsMCwwLDAsMC0xLjQxNGwtNS4wMzUtNS4wMzVhMSwxLDAsMCwxLDAtMS40MTRsLjQyOC0uNDI4YTEsMSwwLDAsMSwxLjQxNCwwbDYuODc3LDYuODc3YTEsMSwwLDAsMSwwLDEuNDE0TDIxLjMsMjkuNTQ0YTEsMSwwLDAsMS0xLjQxNCwwbC0uNDI4LS40MjhhMSwxLDAsMCwxLDAtMS40MTRaIiBmaWxsPSIjOWVhMGExIi8+Cjwvc3ZnPgo=") !important;
    background-size: cover !important;
}
 .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    right: 0;
    position: absolute;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMzAzIiBkYXRhLW5hbWU9Ikdyb3VwIDMwMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCI+CiAgPGNpcmNsZSBpZD0iRWxsaXBzZV8yMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDIxIiBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0IDQ0KSByb3RhdGUoMTgwKSIgZmlsbD0iI2YwNWEyMiIvPgogIDxwYXRoIGlkPSJQYXRoXzE5NDYiIGRhdGEtbmFtZT0iUGF0aCAxOTQ2IiBkPSJNMjQuNDg4LDIyLjY2N2ExLDEsMCwwLDAsMC0xLjQxNGwtNS4wMzUtNS4wMzVhMSwxLDAsMCwxLDAtMS40MTRsLjQyOC0uNDI4YTEsMSwwLDAsMSwxLjQxNCwwbDYuODc3LDYuODc3YTEsMSwwLDAsMSwwLDEuNDE0TDIxLjMsMjkuNTQ0YTEsMSwwLDAsMS0xLjQxNCwwbC0uNDI4LS40MjhhMSwxLDAsMCwxLDAtMS40MTRaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=") !important;
    background-size: cover !important;
}
 .owl-nav span {
    display: none
}
.video-list .owl-nav {
    top: -86px;
}
.gifts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 90px;
    position: relative;
}
.gifts::before {
    content: '';
    width: 4px;
    background: #F05A22;
    position: absolute;
    height: 700px;
    left: 25px;
    transform: rotate(-35deg);
}
.gifts .gift-container {
    width: 90%;
    background-image: url('./images/gifts.png');
    background-size: contain;
    background-position: center;
    height: 330px;
    background-repeat: no-repeat;
    position: relative;
}
.gifts .gift-container .btn-item {
    padding: 15px 60px;
    border-radius: 33px;
    background: #F05A22;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    font-family: 'NovemberGeLC-Medium';
}
.gifts .gift-container .btn-item:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.info-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./images/small.png');
    background-size: cover;
    background-position: center;
    height: 260px;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.info-row .info-row-container {
    width: 90%;
    position: relative;
}
.info-row .info-row-container h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'NovemberGeLC-Medium';
    max-width: 70%;
    line-height: 50px;
}
.info-row .info-row-container .btn-item {
    padding: 15px 60px;
    border-radius: 33px;
    background: #F05A22;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    font-family: 'NovemberGeLC-Medium';
}
.info-row .info-row-container .btn-item:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    background: #262B2E;
}
.modal-body > p {
    text-align: left;
    width: 100%;
    font-family: 'NovemberGeLC';
    font-size: 14px;
    line-height: normal;
}
.footer .footer-container {
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-container a {
    text-decoration: none;
}
.footer .footer-container .socials {
    display: flex;
    align-items: center;
}
.footer .footer-container .socials p {
    color: #fff;
    font-family: 'NovemberGeLC';
    margin-right: 0;
    font-size: 14px;
}
.footer .footer-container .socials a {
    margin-left: 10px;
}
@media (max-width: 1700px) {
    .footballers .footballers-container {
        width: 92%;
    }
}

@media (min-width: 1900px) {
    .footballers::before {
        width: 200px;
        height: 200px;    
        top: -7px
    }
    .footballers .footballers-container .column-item h3 {
        font-size: 64px;
    }
    .blog::before {
        background-image: url('./images/figure.svg');
        width: 400px;
        height: 570px;
        transform: rotate(83deg);
        top: -70px;
        left: -137px;
    }
    .blog .blog-container .img-item {
        height: 305px;
    }
    .info-row .info-row-container h3 {
        width: 50%;
    }
    .info-row .info-row-container .btn-item {
        padding: 20px 70px;
        font-size: 18px;
    }
    .footballers::after {
        width: 34%;
        background-size: cover;
        background-position: 0 0;
    }
    .blog .blog-container .img-item {
        border-radius: 10px;
        overflow: hidden;
    }
    .gifts::before {
        left: -50px;
    }
    .gifts .gift-container .btn-item {
        font-size: 18px;
    }
    .footballers .footballers-container .column-item .list .list-item {
        height: 330px;
    }
}
@media (max-width: 1200px) {
    .header-row .middle-menu a {
        font-size: 14px;
        margin: 0 10px;
    }
}

@media (min-width: 992px) {
    .mobile-button, .mobile-tab, .mobile-menu {
        display: none;
    }
}
@media (max-width: 768px) {
    .button-show-more .show-more {
        width: 140px;
        height: 36px;
        font-size: 12px;
    }
    .footer .footer-container .socials p {
        display: none;
    }
    .footballers::before {
        display: none;
    }
    .footballers .footballers-container {
        width: 100%;
        padding: 40px 15px;
    }
    .button-show-more {
        margin-top: 10px;
    }
    .footballers .footballers-container .column-item .list {
        margin-top: 30px;
    }
    .live-case .live-btn svg {
        width: 65px;
        height: auto;
    }
    .live-case .live-btn {
        text-align: center;
    }
    .live-case h5 {
        font-size: 14px !important;
    }
    .about-match {
        margin-bottom: 0;
    }
}
@media (max-width: 650px) {
    .header-above {
        min-height: 300px;
    }
}
@media (max-width: 500px) {
   
    .footballers .footballers-container .column-item .list .list-item {
        height: 135px !important
    }
}
@media (max-width: 1350px) {
    .footballers .footballers-container .column-item .list .list-item {
        height: 230px;
    }
    .footballers .footballers-container .column-item h3 {
        font-size: 35px;
    }
}
@media (max-width: 1230px) {
    .footballers .footballers-container .column-item .list .list-item {
        height: 200px;
    }
    .videos .videos-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .videos .videos-container .video-list {
         max-width: 100%;
        padding: 0 15px 15px;
    }
    
    .videos .videos-container .video-list iframe {
        width: 100% !important;
    }
    .videos .videos-container .video-list .video-item:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .footballers .footballers-container .column-item .list .list-item {
        height: 180px;
    }
}

@media (max-width: 650px) {
      .videos .videos-container .video-list {
        justify-content: flex-start;
     }
     .blog .blog-container .img-item {
        width: 250px;
     }
     .owl-item {
        width: 250px !important
     }
}
@media (max-width: 768px) { 
    .footballers .footballers-container .column-item .list .list-item {
        height: 180px !important
    }
    .gifts::before {
        display: none;
    }
    .about-match p {
        font-size: 13px;
        max-width: 92%;
        line-height: 20px;
    }
}

@media (max-width: 1366px) {
    .gifts .gift-container .btn-item {
        right: 60px;
    }
}
@media (max-width: 1250px) {
    .gifts .gift-container {
        height: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1150px) {
    .gifts .gift-container .btn-item {
        padding: 15px 45px;
        right: 40px;
    }
}
@media (max-width: 600px) {
    .gifts .gift-container {
        height: 500px !important;
    }
}
@media (max-width: 500px) { 
    .footballers .footballers-container .column-item .list .list-item {
        height: 140px !important
    }
 
  
}
@media (max-width: 460px) {
    .gifts .gift-container {
        height: 400px !important;
    }
    .gifts .gift-container .btn-item {
        width: 173px;
        height: 44px;
        bottom: 25px;
    }
}
@media (max-width: 370px) {
    .gifts .gift-container {
        height: 350px !important;
    }
   
}
.modal-wrapper {
    background: rgba(38, 43, 46, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}
.modal-wrapper.active {
    display: flex !important;
}
.modal-wrapper .modal-content {
    width: 730px;
    background: #fff;
    border-radius: 15px;
}
.modal-wrapper .modal-content .modal-header {
    border-bottom: 1px solid rgba(67, 65, 65, 0.2);
    padding: 0 15px;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./images/modalHeader.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modal-wrapper .modal-content .modal-header .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.modal-wrapper .modal-content .modal-header .close-btn svg {
    background: rgba(240, 90, 34, 1);
    padding: 8px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}
.modal-wrapper .modal-content .modal-header .close-btn svg rect {
    fill: #fff;
}
.modal-wrapper .modal-content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    line-height: normal;
    color: #fff;
    font-family: 'NovemberGeLC';
}
.modal-wrapper .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    max-height: calc(100% - 250px);
    overflow-y: auto;
}
.modal-wrapper .modal-content .modal-body .form-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.modal-wrapper .modal-content .modal-body .form-item label {
    width: 100%;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: 'NovemberGeLC';
    margin-bottom: 15px;
}
.modal-wrapper .modal-content .modal-body .form-item input {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 1) !important;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    padding-left: 15px;
    outline: none;
    font-family: 'NovemberGeLC';
    background: transparent;
}
.modal-wrapper .modal-content .modal-body .form-item input::placeholder {

}
.modal-wrapper .modal-content .modal-body .upload-btn {
    width: 100%;
    position: relative;
    height: 44px;
    font-family: 'NovemberGeLC';
    transition: all 0.3s;
}
.modal-wrapper .modal-content .modal-body .upload-btn input:hover + .upload-content {
    background: #f4f4f4;
    transition: all 0.3s;
}
.modal-wrapper .modal-content .modal-body .upload-btn h6 {
    position: absolute;
    top: 0;
    left: 20px;
    color: #808080;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 245px;
    overflow: hidden;
    line-height: normal;
    height: 40px;
    width: 100%;
    background: whitesmoke;
    display: flex;
    align-items: center;
    margin-top: 3px;
    display: none;
}
.modal-wrapper .modal-content .modal-body .upload-btn input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.modal-wrapper .modal-content .modal-body .upload-content {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}
.modal-wrapper .modal-content .modal-body .upload-content h5 {
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'NovemberGeLC';
    font-size: 14px;
}
.modal-wrapper .modal-content .modal-body .upload-content p {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 14px;
    color: #F05A22;
    font-family: 'NovemberGeLC';
    padding: 5px;
    text-decoration: underline;
}
.modal-wrapper .modal-content .modal-body .submit-button {
    min-width: 205px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.2); */
    background: rgba(240, 90, 34, 1);
    color: #fff;
    border-radius: 34px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'NovemberGeLC';
    margin-top: 35px;
}
.modal-wrapper .modal-content .modal-body .submit-button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}   
.modal-wrapper .modal-content .modal-body .submit-button.disabled {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.20);
    pointer-events: none;
}
.modal-wrapper .modal-content .modal-body .file-row {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin-right: 15px;
}
.modal-wrapper .modal-content .modal-body .file-row .img {
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border: 1px solid #000;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modal-wrapper .modal-content .modal-body .file-row .img img {
    width: 50px;
}
.file-row-item {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .modal-wrapper .modal-content {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: calc(100% - 80px);
        left: 0;
    }
   
    .modal-wrapper .modal-content .modal-body .form-item {
        width: 100%;
    }
}
@media (max-width: 1500px) {
   
}
 
.file {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 30px;
}
 
.file h4 {
    margin-top: 0 !important;
    color: #000 !important;
    font-size: 12px !important;
    font-family: 'NovemberGeLC';
    text-transform: uppercase;
}
.file h4 span {
    color: #808080;
    font-family: 'NovemberGeLC';
    font-size: 12px;
}
.file .remove-file {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.file .remove-file svg {
    width: 14px;
    height: 14px;
}
@media (max-width: 768px) {
    
    .modal-wrapper .modal-content .modal-header h4 {
        font-size: 14px;
        max-width: 100%;
    }
    .modal-wrapper .modal-content .modal-header .close-btn {
        right: 15px;
        top: 15px;
    }
    .modal-wrapper .modal-content .modal-header .close-btn svg {
        width: 16px;
        height: 16px;
    }
    .file {
        width: 100%;
    }
    .file .remove-file svg {
        width: 13px;
        height: 13px;
    }
    .modal-wrapper .modal-content .modal-body .form-item label {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .modal-wrapper .modal-content .modal-body .form-item input {
        font-size: 12px;
    }
    .modal-wrapper .modal-content .modal-body .submit-button {
        font-size: 14px;
    }
    .header-row .logo-item svg {
        width: 85px;
    }
    .blog-list .owl-item {
        width: 285px !important
    }
    .blog .blog-container .img-item {
        width: 100% !important;
    }
    .videos .videos-container .video-list iframe {
        width: 285px !important;
       height: 160px !important;
   }
   .videos .videos-container .video-list .video-item {
       width: 285px !important;
   }
   .videos .videos-container .video-list .owl-item {
       width: 285px !important;
   }
   .videos {
       height: 260px;
   }
}
.live-case {
    display: flex;
    flex-direction: column;
}
.live-case h5 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'NovemberGeLC';
}
.live-case .live-btn {
    margin-bottom: 30px;
    margin-top: 12px;
    cursor: pointer;
    -webkit-animation: live 1.4s infinite ease-in-out;
    animation: live 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes live {
    0%, 80%, 100% { 
        -webkit-transform: scale(0.95);
        opacity: 0.8;
    }
    40% { 
        -webkit-transform: scale(1.0);
        opacity: 1;
    }
  }
.live-case .live-btn svg {
    
}

.video-live-wrapper {
    background: rgba(38, 43, 46, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}
.video-live-wrapper.active {
    display: flex !important;
}
.video-live-wrapper .video-in {
    position: relative;
}
.video-live-wrapper .video-in .close-btn {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    background: #000;
    padding: 15px;
    border-radius: 12px;
    z-index: 3;
}
.video-live-wrapper .video-in .close-btn svg {
    width: 30px;
    height: 30px;
}
.video-live-wrapper .video-in .close-btn svg rect {
    fill: #fff;
}
.video-live-wrapper .video-in iframe {
    width: 1280px;
    height: 670px !important;
}

@media (max-width: 1500px) {
    .video-live-wrapper .video-in iframe {
        width: 1000px;
        height: 500px !important;
    }
    .video-live-wrapper .video-in .close-btn svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 991px) {
    .video-live-wrapper .video-in iframe {
        width: 600px;
        height: 400px !important;
    }
    .video-live-wrapper .video-in .close-btn svg {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 600px) {
    .video-live-wrapper .video-in iframe {
        width: 345px;
        height: 200px !important;
    }
    .video-live-wrapper .video-in .close-btn svg {
        width: 12px;
        height: 12px;
    }
    .video-live-wrapper .video-in .close-btn {
        right: 15px;
        top: 15px;
        border-radius: 8px;
        padding: 10px;
    }
}
.submit-button {
    position: relative;
}
.submit-button.active::before {
    content: 'Loading...';
    color: #fff;
    position: absolute;
    background: #f05a22;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

@media (max-width: 768px) {
    .modal-wrapper .modal-content .modal-body .upload-btn h6 {
        width: calc(100% - 94px);
    }
}
@media (min-width: 1800px) {
    .header-above {
        padding-top: 6%;
    }
}
.onevideo .owl-item, .onevideo .owl-stage {
    width: 100% !important;
}
.onevideo .video-item {
    width: 800px !important;
    display: table;
    margin: 0 auto;
}
.onevideo .video-item iframe {
    height: 400px;
}
@media (max-width: 768px) {
    .videos .videos-container .video-list .onevideo   .owl-item {
        width: 285px !important;
        margin-right: 0 !important;
    }
    .videos .videos-container .owl-stage {
        display: flex;
        justify-content: center;
    }
}
.in-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(245, 245, 245, 1);
    margin-top: 15px;
    padding: 25px;
    width: 100%;
    border-radius: 6px;
}
.in-row label {
    position: absolute;
    top: -6px;
    left: 12px;
    background: #f5f5f5;
    display: inline-block;
    padding: 0 4px;
    width: auto !important;
    font-size: 11px !important;
}
.in-row .form-item {
    width: 46% !important;
}

.dublicatable-content {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.dublicatable-content.hide {
    display: none;
}

.lb {
    margin-top: 10px;
    text-align: left;
    width: 100%;
    font-family: 'NovemberGeLC';
    font-size: 14px;
}
.modal-wrapper > .dublicatable-content.for-clone {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.fl + span{
    color: red
}
.fl {
    font-size: 14px;
}

.remove {
    cursor: pointer;
}

.add-btn {
    font-size: 14px;
    color: #F05A22;
    margin-top: 15px;
    font-family: 'NovemberGeLC';
    cursor: pointer;
    display: none;
}
.bottom-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
}

.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
.iti.iti--allow-dropdown.iti--show-flags input {
    padding-left: 56px !important
}
.db-items {
    width: 100%;
}
.bottom-row .form-item {
    width: 49% !important;
}
.bottom-row label {
    position: absolute;
    top: -8px;
    z-index: 1;
    background: #fff;
    width: auto !important;
    padding: 0 5px;
    font-size: 12px !important;
    left: 10px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}
.file-row-wrapper {
    width: 100%;
    margin-top: 25px;
}
.file-row-wrapper label {
    position: absolute;
    top: 17px;
    background: #f5f5f5;
    z-index: 1;
    width: auto !important;
    left: 40px;
    font-size: 12px !important;
    padding: 0 5px;
}

.file-row-wrapper h3 {
    font-size: 14px;
    font-family: 'NovemberGeLC';
}

.file-row-wrapper .form-item {
    background: whitesmoke;
    border-radius: 6px;
    padding: 25px;
    margin-top: 15px;
    flex-wrap: unset !important;
    align-items: center;
    width: calc(100% - 50px) !important;
}
.iti__country {
    font-family: 'NovemberGeLC';
    font-size: 12px;
    padding: 8px;
}
.iti__selected-flag {
    border-right: 1px solid #ccc;
    background: transparent;
}
@media (max-width: 991px) {
    .header-row .middle-menu {
        display: none;
    }
    .in-row {
        flex-wrap: wrap;
        position: relative;
    }
    .in-row .form-item {
        width: 100% !important;
        margin: 25px 0;
    }
    .remove {
        right: -5px;
        top: -5px;
        position: absolute;
    }
    .header-row .lang-switcher {
        display: none;
    }
    .mobile-button .close-menu {
        display: none;
    }
    .mobile-button.active .burger-menu {
        display: none;
    }
    .mobile-button.active .close-menu {
        display: block;
    }
    .header-row {
        padding: 0 15px;
        background: #2d2c2d;
    }
    .mobile-menu {
        position: fixed;
        left: 0;
        bottom: unset;
        background: #262b2e;
        width: 100%;
        height: 48%;
        border-top: 1px solid #434141;
        background-image: url(./images/halfStar.svg);
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: bottom right;
        display: none;
        z-index: 4;
        top: 80px;
        min-height: 415px;
        border-radius: 0px 0px 12px 12px;
        background: #2D2C2D;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    }
    .mobile-menu.active {
        display: block;
    }
    .mobile-menu .menu-items {
        padding: 50px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile-menu .menu-items a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        margin-bottom: 20px;
        font-family: 'NovemberGeLC';
    }
    .mobile-menu .menu-items a.active {
        color: #f25a25;
    }
    .mobile-menu .menu-items .tickets-btn {
        border-radius: 37px;
        background: #f05a22;
        font-size: 16px;
        color: #fff;
        padding: 8px 24px;
        transition: all 0.3s;
        margin-bottom: 0;
    }
    .mobile-menu .mobile-footer {
        border-top: 1px solid #434141;
        width: 100%;
    }
    .mobile-menu .mobile-footer .langs {
        padding: 30px 15px;
    }
    .mobile-menu .mobile-footer .langs .lang-item {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        margin-bottom: 20px;
        font-family: 'NovemberGeLC';
    }
    .mobile-menu .mobile-footer .langs .lang-item.active {
        color: #f25a25;
    }
    .mobile-menu .mobile-footer .langs .lang-item:last-child {
        margin-bottom: 0;
    }
    .header-above {
        min-height: auto;
        background-size: 100%;
        background-position: top center;
        padding-top: 50%;
    }
    .header-above img {
        width: 250px;
    }
    .about-match .date {
        font-size: 20px;
    }
    .about-match p {
        font-size: 16px;
    }
    .inter-team {
        display: none;
    }
    .footballers .footballers-container .column-item {
        width: 100%;
    }
    .mobile-tab {
        display: flex;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #000000;
        padding-bottom: 15px;
    }
    .mobile-tab .tab-item {
        width: 50%;
        color: #808080;
        font-size: 20px;
        font-family: 'NovemberGeLC';
        position: relative;
        padding-left: 5px;
    }
    .mobile-tab .tab-item.active::after {
        content: '';
        height: 3px;
        background: #F05A22;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -17px;
    }
    .mobile-tab .tab-item.active {
        color: #000;
        font-family: 'NovemberGeLC-Heavy';
    }
    .footballers .footballers-container .column-item h3 {
        display: none;
    }
    .footballers .footballers-container .column-item {
        display: none;
    }
    .footballers .footballers-container .column-item.active {
        display: block;
    }
    
    .videos .videos-container .video-list iframe {
        height: 168px;
    }
    
    .videos .videos-container h3 {
        font-size: 16px;
    }
    .videos {
        height: 300px;
    }
    .videos .videos-container .video-list {
         margin-top: 20px;
    }
    .videos .videos-container .video-list {
        margin-top: 20px;
    }
    .blog {
        padding: 40px 0;
    }
    .blog .blog-container h3 {
        font-size: 16px;
    }
    .blog .blog-container h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .blog .blog-container .img-item {
        height: 160px;
    }
    .info-row {
        height: auto;
    }
    .info-row .info-row-container {
        flex-direction: column;
        display: flex;
        align-items: center;
        padding: 25px 0;
        width: 100%;
    }
    .info-row .info-row-container h3 {
        font-size: 16px;
        line-height: normal;
        text-align: center;
        margin-bottom: 15px;
    }
    .info-row .info-row-container .btn-item {
        position: unset;
        transform: unset;
        margin-top: 15px;
    }
    .footer {
        height: 60px;
    }
    .footer .footer-container {
        padding: 0 15px;
        width: 100%;
    }
    .footer .footer-container img {
        width: 105px;
    }
    .gifts {
        padding-bottom: 50px;
    }
    .gifts .gift-container {
        background-image: url('./images/mobilegifts.png');
        width: 100%;
        padding: 0 15px;
        height: 600px !important;
    }
    .gifts .gift-container .btn-item {
        bottom: 25px;
        right: unset;
        transform: translateX(-50%);
        left: 50%;
        top: unset;
        padding: 12px 50px;
    }
    .gifts .gift-container .btn-item {
        right: 0 !important;
        max-width: 173px;
        padding: 0;
        width: 173px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        bottom: 35px;
        
    }
    .gifts::before {
        height: calc(100% + 300px);
    }
    .button-show-more .show-more {
        width: 173;
        height: 44px;
        font-size: 14px;
    }
    .footballers .footballers-container .column-item .list .list-item {
        height: 280px;
    }
    .about-match .tickets-button {
        width: 165px;
        height: 45px;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-match .info-btn-wrapper {
        right: 15px;
    }
    .about-match .info-btn-wrapper svg {
        width: 16px;
        height: 16px;
    }
    .about-match .info-btn-wrapper .info-btn-content {
        bottom: 28px;
        font-size: 12px;
        right: -18px;
        left: unset;
    }
    .about-match .info-btn-wrapper .info-btn-content:after {
        bottom: -8px;
        left: unset;
        transform: translateX(-50%);
        right: 10px;
    }
    .bottom-row .form-item {
        width: 100% !important;
        margin: 25px 0;
    }
    .bottom-row {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .modal-wrapper .modal-content .modal-body {
        overflow-y: auto;
        max-height: calc(100vh - 250px);
        padding: 20px;
    }
    .bottom-row .form-item:first-child {
        margin-top: 0 !important;
    }
}
.form-item > .remove {
   pointer-events: none;
}
.form-item > .remove.isFile {
    pointer-events: auto;
}
.form-item > .remove.isFile svg rect {
    fill: rgba(240, 90, 34, 1)
}
.bef .dublicatable-content  .remove svg rect {
    fill: rgba(240, 90, 34, 1)
}
.form-item > .remove.isFile svg rect:first-child {
    stroke: rgba(240, 90, 34, 1)
}
.bef .dublicatable-content  .remove svg rect:first-child {
    stroke: rgba(240, 90, 34, 1)
}
.db-items > .dublicatable-content:last-child .remove {
     pointer-events: none
 }
 .bef .dublicatable-content .add-btn {
    display: none;
 }
 
 .db-items > .dublicatable-content:last-child .add-btn {
    display: block !important
}
 
.db-items .for-clone {
    display: flex !important;
}
.modal-wrapper .modal-content .modal-body > .dublicatable-content {
    display: none !important;
} 
.bef {
    
    width: 100%;
}
