@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic");
*{
    /*box-sizing: border-box;*/
    padding:0;
    margin: 0;
    /*border: 1px solid red !important;*/
    font-family: Roboto, sans-serif;
}


.content-row p {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: rgb(10, 49, 74);
    font-size: 30px;
}
.content-row p b {
    font-size: 36px;
    line-height: 50px;
    color: #000;
}
.text-danger {
    color: #a94442!important;
    font-size: 15px!important;
}
html,
body {
    height: 100%;
}
.wrapper {
    position: relative;
    min-height: 100vh;
    background: #eaeaea;
}
.container {
    height: 100%;
}
.header{
    max-width: 100%;
    min-width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.80);
    background-color: rgb(26 75 131);
    transition: background-color 300ms linear;
    position: fixed;
    z-index: 990;
}

.eachplayer {
    padding: 0 9px;
}
.paddingtop {
    padding-top: 30px;
}
iframe {
    width: 100%;
}
.field-regform-email {
    margin-bottom: 30px!important;
}
.eachplayer .col-sm-6 span {
    font-size: 16px;
    padding-top: 5px;
    display: inline-block;
}
.headmenu{
    /*overflow: hidden;*/
    clear: both;
    display: flex;
    align-items: center;
    height: 67px;
}
.logo{
    float: left;
    margin:0 30px 0 33px;
}
.logo img{
    object-fit: contain;
    width: 72px;
    height: 72px;
    position: relative;
    top: 2.5px;
    left: 6px;
}
.nav1{
    /*min-width: 70px;*/
    /*min-height: 40px;*/
    float: left;
    margin: 16px 16px 16px 16px;
}
.nav1 li {
    font-family: Roboto, sans-serif !important;
    font-size: 18px!important;
    font-weight: 500;
    float: left;
    list-style-type: none;
    margin: 0 33px 0 0;

}
.nav1 li a{
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
}
.nav1 li a:active{
    text-decoration: none;
}
.nav1 li a:visited{
    text-decoration: none;
}

.nav1 li a:after{
    content: '';
    position: absolute;
    width: 100%;
    left:0;
    bottom: 20%;
    opacity: 0;
    border-bottom: 2px solid #f5f5e7;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f5f5e7;
    -moz-box-shadow: inset 0px -1px 0px 0px #f5f5e7;
    box-shadow: inset 0px -1px 0px 0px #f5f5e7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav1 li a:hover {
    text-decoration: none;
    color: #f5f5e7 !important;
}
.nav1 li a.active:after, .nav1 li a:hover:after {
    opacity: 1;
    bottom: -1px;
}

.accaountact {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
}
.accaountact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.accaountact li {
    background:white;
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    list-style-type: none;
    margin-right: 10px;
    padding: 8px 30px;
    border-radius: 200px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accaountact img {
    width: 35px;
    /* height: 35px; */
    object-fit: contain;
}
.accaountact li a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.accaountact li a:active {
    text-decoration: none;
}
.accaountact li a:visited {
    text-decoration: none;
}

/*=================laguage bar and switch style =====================================*/
.langbar {
    border-radius: none!important;
    background: transparent!important;
    cursor: pointer;
}
.langbar button {
    vertical-align: sub;
}
.iv-ws-template-base-header__lang {
    width: 40px;
    height: 40px;
    /*border: 1px solid;*/
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    line-height: 38px;
    /*border: 1px solid #3e7ab7;
    border-radius: 50%;*/
}
/*.iv-ws-template-base-header__lang:hover, .iv-ws-template-base-header__lang:active, .iv-ws-template-base-header__lang:focus {
    background-color: #3e7ab7;
    cursor: pointer;
}*/
.iv-ws-template-base-header-lang__menu {
    box-sizing: border-box;
    position: absolute;
    top: 70%;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: calc(100vh - 92px);
    padding: 12px 0;
    margin: 0;
}
.iv-ws-template-base-header-lang__list {
    box-sizing: content-box;
    position: relative;
    list-style: none;
    display: block;
    max-height: 100%;
    padding: 15px;
    /*border: 1px solid #f5f7fa;
    border-radius: 4px;*/
    margin: 0;
    /*background-color: #e4f2fc;*/
    background-color: #fff;
    overflow: auto;
}
.iv-ws-template-base-header-lang__link{
    color:rgb(180, 180, 180) !important;
    border-left: 10px solid  white;
}
.iv-ws-template-base-header-lang__menu:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 60px;
    display: block;
    width: 12px;
    height: 12px;
    box-shadow: -1px -1px 0 0 #f5f7fa;
    margin: 0 auto;
    background-color: #fff;
    transform: rotate(45deg);
}
.iv-ws-template-base-header-lang__menu a {
    padding: 5px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.iv-ws-template-base-header-lang__menu a.active,.iv-ws-template-base-header-lang__menu a:hover, .iv-ws-template-base-header-lang__menu a:focus {
    /*color: #1a96e5!important;*/
    color:black !important;
    /* border-left: 10px solid  rgba(26,68,117,0.80); */
}
.eachplayer .col-sm-6 {
    padding: 15px;
}
.month-block button {
    height: 35px;
    margin-top: 23px;
    margin-left: 10px
}
.lang_caret {
    padding: 10px 5px;
    color: white;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;;
}
#active{
    margin-right: 16px;
    opacity: 1;
}
#active a{
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;

}
#active a:active{
    text-decoration: none;
}
#active a:visited{
    text-decoration: none;
}
#active:hover{
    cursor: pointer;
}
#non-active{
    margin-right: 16px;
    opacity: 0.5;
}
#non-active a{
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;

}
#non-active a:active{
    text-decoration: none;
}
#non-active a:visited{
    text-decoration: none;
}
#non-active:hover{
    cursor: pointer;
}
/*================= END laguage bar and switch style END =====================================*/
/* .content{
    height: 100%;
    padding-top: 100px;
}
.footer{
    color: white;
    background-color: #0a1236;
    position: absolute;
    left: 0;
    bottom: calc(100% + 400px);
    width: 100%;
    height: 400px;
    padding: 85px 0px 30px 0px;
}  */
.wrapper {
  display:table;
  table-layout:fixed;
  width:100%;
  height:100%;
}
.header-row,
.footer-row {
  display:table-row;
  height:1px;
}
.content-row {
  display:table-row;
  height:100%;
}
.header,
.footer,
.content {
    display:table-cell;
}
.content {
    padding-top: 135px;
    padding-bottom: 0;
}
.footer {
    color: #fff;
    font-weight: 300px!important;
    font-family: Roboto,Arial,sans-serif;
    background-color:#1a4475;
    padding: 15px 0 0 7%;
}
.column1 li {
    font-size: 12px;
}
.column2 li, .column3 li, .column4 li,
.column2 li a, .column3 li a, .column4 li a,
.column2 li a:hover, .column3 li a:hover, .column4 li a:hover,
.column2 li a:focus, .column3 li a:focus, .column4 li a:focus {
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto,Arial,sans-serif!important;
    line-height: 1.55!important;
    text-decoration: none!important;
    color: #fff!important;
}
.fheader{
    letter-spacing: 1px;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 1.35!important;
    margin-bottom: 14px!important;
}
.column2 {
    margin-left: 50px;
}
.column3 {
    margin-left: 48px;
}
.inline-block {
    display: inline-flex;
}
.month-block input {
    width: 70px;
    margin: auto 25px;
}
.date-files-block input {
    width: 200px;
    margin: auto 25px;
}
.date-files-block .btn {
    width: 150px;
    height: 34px;
    margin: 20px 5px;
}
.inline-block label {
    line-height: 80px;
}

.footer li {
    line-height: 1.35;
}
.column1 {
    /*border: 1px solid red !important;*/
    float: left;
    margin-right:9%;
}

.column1 a{
    margin-right: 5px;
}

.column1 li{
    list-style-type: none;
    margin: 0px 0px 25px 0px;
    color:#f3eeee;
}

.column2 {
    width: 20%;
    /*border: 1px solid red !important;*/
    float: left;
    margin: 0;
}
.column2 li{
    list-style-type: none;
    margin: 0% 5% 5% 5%;
    margin-bottom: 10px;
}

.column3 {
    width: 20%;
    /*border: 1px solid red !important;*/
    float: left;
    margin: 0;
    margin-right: 45px;
    margin-left: 45px;
}
.column3 li{
    list-style-type: none;
    margin: 0% 5% 5% 5%;
    margin-bottom: 10px;

}

.column4 {
    width: 20%;
    /*border: 1px solid red !important;*/
    float: left;
    margin: 0;
}
.column4 li{
    list-style-type: none;
    margin: 0% 5% 5% 5%;
    margin-bottom: 10px;

}
.langbar button {
    background: transparent;
    outline: none;
    border: none;
}
#datenow-panel .h4 {
    margin: 0;
}
#note-form .checkbox input {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: -25px;
}
#note-form .checkbox label {
    line-height: 25px;
}
.help-block {
    font-size: 15px!important;
    text-align: left;
}

.label-regform{
    margin-left: -50px;
    margin-top:20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.inline-block label {
    font-weight: 400;
}
.headmenu.mobile {
    display: none;
}

.err-page { text-align: center; padding: 70px 30px; }
.err-page img { max-width: 80%; }
.err-page h2 {
}
.err-page p {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #111;
    font-size: 30px;
}

.__push_status_block { margin: -9px 0 0 22px; font-size: 14px; }
.__push_status_block ._success { color: #00cc00; font-weight: 600; }
.__push_status_block ._err { color: #cc0000; font-weight: 600; }

@media(max-width:1600px) {
    #account-city {
        width: 100%;
    }
}
@media(max-width:1100px) {
    .filter-modal .glyphicon-filter {
        left: 10px;
    }
    .content-body {
        display: block;
    }
    .date-files-block input {
        width: 60%;
        margin: auto;
    }
    .col-sm-9 .t-header {
        padding: 5px 15px;
    }
    .col-sm-9 .t-header li {
        padding: 0;
        line-height: initial;
    }
    .col-sm-9 form .col-sm-3 {
        width: 35%;
    }
    .col-sm-9 form .col-sm-7 {
        width: 75%;
    }
    .col-sm-9 .field-account-city {
        position: static!important;
        top: 10px;
        right: 35%;
    }
    .col-sm-9 .field-account-country {
        width: 100%!important;
    }
    .col-sm-4.text-right {
        padding-right: 0!important;
        width: 36%;
    }
    .tariff-table {
        width: 91%;
    }
    img, iframe, video {
        max-width: 100%;
    }
     iframe, video {
        padding: 10px;
    }
}
@media(max-width:768px) {
    .user-mob .accaountact {
        width: 57%;
    }
    .headmenu.desktop {
        display: none;
    }
    .headmenu.mobile {
        display: block;
        margin: 0;

        height: 75px;
        overflow: visible;;
        background-color: rgb(26 75 131);
    }

    .headmenu.mobile .accaountact { width: 100%; justify-content: space-between; padding: 15px; }
    .headmenu.mobile .accaountact ul { flex-grow: 1; display: flex; align-items: center; justify-content: space-between; }

    .mob-burger {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 1003;
    }
    .mob-burger span:nth-child(1) {
        top: 0;
    }
    .mob-burger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #fff;
    }
    .mob-burger span:nth-child(2), .mob-burger span:nth-child(3) {
        top: 8px;
    }
    .column2, .column3, .column4 {
        margin: 0;
    }
    .footer {
        padding: 15px 0 0 15px!important;
    }
    #navbarToggleExternalContent {
        height: auto;
        background-color: rgb(26 75 131);
        margin-top: 0;
        border-top: 0;
        padding-top: 30px;
    }
    #navbarToggleExternalContent .logo { padding: 15px 0; }
    .logo {
        float: none;
        width: 80px;
        margin: auto;
    }
    .nav1 {
        float: none;
        margin: auto;
    }
    .nav1 ul {
        text-align: center;
    }
    .nav1 li {
        margin: 15px auto;
        float: none;
    }
    .mob-burger span:nth-child(4) {
        top: 16px;
    }
    .iv-ws-template-base-header-lang__menu {
        right: auto;
        top: 80%;
    }
    /*li.langbar {
        width: 100%;
        margin-left: 50px;
        margin-right: 0;
        float: none;
    }
    .user-mob li.langbar {
        margin-left: -20px;
    }*/
}
@media(max-width:450px) {
    .column2, .column3, .column4 {
        width: 100%;
    }
    .header {
        max-height: 100px;
        /*height: 100px;*/
    }
    .content {
        padding-top: 130px;
    }
}