*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #F1F9FF;
}
@media (max-width:1073px) {
    .container{
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .container{
        margin: 0 auto;
        flex-direction: column;
    }
}
@media (max-width:797px) {
    .container{
        width: 100%;
        flex-direction: column;
    }
}
@media (max-width:575px) {
    .container{
        width: 100%;
        flex-direction: column;
    }
}
.container{
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}
@media (max-width:1073px) {
    .teambox__container{
        margin: 0 auto 30px;
    }
}
@media (max-width:992px) {
    .teambox__container{
        margin: 0 auto 30px;
    }
}
@media (max-width:797px) {
    .teambox__container{
        margin: 0 0 30px 0;
    }
}
@media (max-width:576px) {
    .teambox__container{
        margin: 0 0 30px 0;
    }
}
.container-right{
    margin: 70px 0 0 30px;
}
.container-right .subtitle{
    margin: 0 0 20px 0;
}
@media (max-width:1073px) {
    .container-right .subtitle{
        margin: 0 0 20px 0;
    }
}
@media (max-width:1073px) {
    .container-right{
        margin: 0 auto;
        display: inherit;
        min-width: 40%;
        max-width: 75%;
    }
}
@media (max-width:992px) {
    .container-right{
        display: inherit;
        min-width: 40%;
        margin: 0 auto;
    }
}
@media (max-width:797px) {
    .container-right{
        margin: 10px auto auto;
        max-width: none;
        min-width: auto;
        flex-direction: column;
    }
}
@media (max-width:576px) {
    .container-right{
        margin: 10px auto auto;
    }
}
/*start teambox*/
/* start teambox__nav */
.teambox__nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    justify-content: center;
    display: flex;
    position: relative;
}
.teambox__nav label img{
    width: 28px;
    height: 28px;
}
.teambox__radiobutton{
    display: none;
}

.teambox__nav label{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    color:#18427280;
    margin-left: 28px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
@media (max-width:797px) {
    .teambox__nav label{
        justify-content: center;
        margin: 0;
    }
}
@media (max-width:575px) {
    .teambox__nav label{
        font-size: 10px;
    }
}
.teambox__nav label:hover{
    background: radial-gradient(50.14% 92.5% at 49.86% 92.5%,
     rgba(10, 139, 255, 0.17) 0%, rgba(255, 255, 255, 0) 100%);
}
.teambox__slider{
    border-bottom: 2px solid #0A8BFF;
    position: absolute;
    width: 45%;
    height: 49px;
    left:0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    margin-left: 28px;
}
@media (max-width:797px) {
    .teambox__slider{
        margin: 0;
        width: 50%;
    }
}
.nav__text{
    padding: 0 15px;
    min-width: 100px;
}
@media (max-width:575px) {
    .nav__text{
        padding: 0 10px;
    }
}
#dinamo:checked ~ .teambox__list-1,
#tver:checked ~ .teambox__list-2{
    display: block;
}
#dinamo:checked ~ .teambox__nav .dinamo,
#tver:checked ~ .teambox__nav .tver{
    color: #184272;
}
#tver:checked ~ .teambox__nav .teambox__slider{
    left: 50%;
}
/* end teambox__nav */
.title{
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 700;
    color: #021B31;
    margin: 20px 0 25px 12px;

}
@media (max-width:797px){
    .title{
        font-size: 28px;
        margin: 5% auto;
        text-align: center;
    }
}
@media (max-width:575px){
    .title{
        font-size: 28px;
        margin: 5% auto;
        text-align: center;
    }
}
.subtitle{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #C1C1C1;
    margin: 30px 0 20px 5px;
}
@media (max-width:797px){
    .subtitle{
        margin: 5% auto;
        text-align: center;
    }
}
@media (max-width:575px){
    .subtitle{
        margin: 5% auto;
        text-align: center;
    }
}
.teambox{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    width: 800px;
    overflow: hidden;
}
@media (max-width:797px) {
    .teambox{
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width:575px) {
    .teambox{
        width: 100%;
        border-radius: 0;
    }
}
.teambox__list {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    color: #021B31;
    padding: 0 15px 20px 20px;
    display: none;
}
.teambox__list-1{
    animation: teambox__list-1 1s ease;   
}
.teambox__list-2{
    animation: teambox__list-2 1s ease;   
}
@keyframes teambox__list-1 {
    from{
        transform: translateX(-800px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes teambox__list-2 {
    from{
        transform: translateX(800px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}
@media (max-width:797px) {
    .teambox__list{
        font-size: 14px;
        padding: 0 0 15px 0;
    }
}
@media (max-width:575px) {
    .teambox__list{
        font-size: 14px;
        padding: 0 0 15px 0;
    }
}
@media (max-width:332px) {
    .teambox__list{
        font-size: 12px;
    }
}
.list{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    background: #F8F8F8;
    border-radius: 5px;
    justify-content: space-between;
    padding: 10px;
}
@media (max-width:575px) {
    .list{
        flex-direction: column;
        height: auto;
    }
}
.list__position-left{
    display: inherit;
}
@media (max-width:575px) {
    .list__position-left{
        justify-content: center;
        margin-bottom: 15px;
    }
}
.list__position-right{
    display: inherit;
}
@media (max-width:575px) {
    .list__position-right{
        justify-content: center;
        flex-wrap: wrap;
    }
}
.list__tag{
    color: #47a8ff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 19.5px;
}
@media (max-width:332px) {
    .list__tag{
        font-size: 12px;
    }
}
.list:nth-child(even){
    background-color: white;
}
.list__item {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    font-size: 14px;
    font-weight: 700;
    color:#525252;
}
@media (max-width:332px) {
    .list__item{
        font-size: 12px;
    }
}
.list__item li{
    width: 40px;
    display: inherit;
    align-items: center;
}
.list__item img{
    padding-left: 3px;
}
.list__item_short{
    width: 130px;
}
.trainer{
    width: 200px;
    font-size: 14px;
    text-align: right;
    margin: 0 0 0 19.5px;
}
@media (max-width:575px) {
    .trainer{
        width: auto;
    }
}
.list__number{
    width: 30px;
    
    text-align: center;
}
@media (max-width:575px) {
    .list__number{
        width: 15px;
    }
}
.list__flag{
    margin: 0 19.5px;
    width: 20px;
    height: 20px;
}
@media (max-width:575px) {
    .list__flag{
        margin: 0 10px;
        width: 15px;
        height: 15px;
    }
}
.list__text{
    width: 70px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 19.5px;
}
/* end teambox */
/* start weatherbox */
.weatherbox__container{
    margin: 0 0 33px 0;
}
@media (max-width:1073px) {
    .weatherbox__container{
        margin: 0 15px 0 0;
    }
}
@media (max-width:797px) {
    .weatherbox__container{
        margin: 0 0 33px 0;
    }
}
.weatherbox{
    width: 240px;
    height: 320px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
    background:url(images/stadion.png) 0 0/cover no-repeat;
    border-radius: 10px;
}
.weatherbox__section{
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 240px;
    height: 320px;
    border-radius: 10px;
}
.weatherbox__city{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.weatherbox__section-top{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 25px 25px 0 20px;

}
.weatherbox__item_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.weatherbox__cloud{
    width: 55px;
}
.weatherbox__celsius{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    margin-top: 5px;
    width: 80px;
    height: 40px;
}
.weatherbox__section-bottom{
    margin: 0 20px 20px 20px;
}
.weatherbox__line{
    border: 1px solid #FFFFFF80;
    margin: 20.5px 0 13.5px 0;
    width: 200.5px;
}
.weatherbox__location{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.weatherbox__icon{
    height: 17px;
}
.weatherbox__people{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.weatherbox__text{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin-top: 7px;
    height: 30px;
}
.weatherbox__count{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    text-align: right;
}
/* end weatherbox */
/* start referee-box */

.referee-box{
    display: flex;
    flex-direction: column;
}
@media (max-width:1073px) {
    .referee-box{
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (max-width:992px) {
    .referee-box{
        flex-direction: column;
    }
}
.referee-box__section{
    margin-bottom: 20px;
    width: 238px;
    height: 119px;
    border: 1px solid #ececec;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 14px 20px 16px 20px;
}
@media (max-width:1073px) {
    .referee-box__section{
        margin: 0 10px 20px 0;
    }
}
@media (max-width:992px) {
    .referee-box__section{
        margin: 0 0 20px 0;
    }
}
.referee-box__section-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.referee-box__section-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 0 -10px;
}
.section-left__text{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    color: #c1c1c1;
    width: 160px;
}
.section-left__name{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    color: #021B31;
    width: 120px;
}
.section-right__text{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    color: #c1c1c1;
    text-align: right;
}
.section-right__svg{
    margin-bottom: 20px;
}
.svg-flag{
    margin: 0 -20px 0 0;
}
.svg-var{
   margin-bottom: 30px; 
}
/* end referee-box */