* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #485257;
}

#app-langs {
    background: #313840;
    border-top:5px solid #004B88;
    padding: 38px 0;
}

.show-on-mobile {
    display:none;
}

.error {
    color:#8b0000;
}

.success {
    color:#228b22;
}

.container {
    width: 1520px;
    max-width: 1520px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.centered-block {
    margin-left: auto;
    margin-right: auto;
}

.default-button {
    width: 310px;
    height: 60px;
    border: 1px solid #004B88;
    color: #004B88;
    cursor: pointer;
    font-family: 'Open Sans';
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.default-button svg {
    width: 40px;
    margin-right:10px;
}

.lang-label {
    font-weight: 300;
    font-size: 16px;
    color:#485257;
    position: relative;
    top: -1px;
}

.rotated-svg svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

svg.success-finger {
    width:75px;
}

.default-button.disable {
    opacity: 0.5;
    cursor: default;
}

.auto-width-select .select2-container {
    width: auto!important;
    min-width: 300px;
    height: 60px;
}

.auto-width-select .select2-container > .selection > .select2-selection {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container {
    width: 310px!important;
    height: 60px;
}

.select2-container > .selection {
    display: block;
    height: 100%;
}

.select2-container > .selection > .select2-selection {
    background-color: #fff;
    border: 1px solid #004B88;
    border-radius: 6px;
    height: 100%;
    text-align: center;
    padding-top: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #004B88;
    padding:0;
    display: inline;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: inherit;
    width: 12px;
    height: 10px;
    background: url('/images/icos/arrow-down-blue.png');
    display: inline-block;
    background-size: 84%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-search--dropdown {
    padding: 4px 5px 4px 3px;
}

.select2-search--dropdown input.select2-search__field{
    font-size: 20px;
    font-weight: 300;
    color: #485257;
}

.select2-results__option[aria-selected] {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;
}

#top-nav {
    background: #fff;
    height: 70px;
}

#top-nav ul a {
    height: 100%;
}

#top-nav ul a:hover {
    color:#fff;
    background: #004B88;
}

#top-nav ul a:hover  span{
    color:#fff;
}

#top-nav .sidenav-trigger {
    float:right;
    margin-right: 0;
}

#top-nav .sidenav-trigger i {
    font-size: 40pt;
    color: #064F8A;
}

svg.logo {
    height: 40px;
    margin-top: 14px;
}

#top-nav .logo .cls-1  {
    fill: #004b88;
}

footer .logo {
    fill: #fff;
}

#nav-mobile, #nav-mobile li, #nav-mobile li a {
    height: 100%;
}

.content {
    height: 100%;
    background:url("/images/bg.png");
    padding-top: 205px;
    background-size: cover;
    min-height: 720px;
}

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

.font-1 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 44px;
    color: #485257;
}

h1.font-1 {
    color:#004B88;
}

.font-2 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 22px;
    color: #485257;
}

.font-3 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 23px;
    text-transform: uppercase;
    color: #485257;
}

.font-4 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 20px;
    color: #485257;
}

.font-5 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
    color: #485257;
}

.font-6 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14pt;
}

.page-text {
    max-width:80%;
    margin: auto;
}

.extend-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.extend-menu li a{
    color:#fff;
    padding-right: 60px;
}

.extend-menu li a:hover{
    color:#ccc;
}

.main-button {
    width:400px;
    height:140px;
    border: 1px solid #004B88;
    color:#004B88;
    background-color: transparent;
    cursor:pointer;
}

.required {
    position: absolute;
    right: -10px;
    top: 35px;
}

.not-valid {
    border: 1px solid red;
}

.buttons {
    padding-top:70px;
    padding-bottom:335px;
}

.buttons > .row > div.col {
    padding:0;
}

.buttons > .row > div.col {
    padding:0;
}

.download .main-button {
    margin: auto;
}

.main-button-wrapper .dropdown-list{
    left:0;
    right: 0;
    max-width:400px;
    margin: auto;
    border-radius: 0;
}

.main-button:hover{
    background: #004B88;
    color:#fff;
    font-weight: 400;
}
.main-button:hover .text{
    color:#fff;
}

.main-button:hover svg polygon,.main-button:hover svg path {
    fill:#fff!important;
}

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

.main-button:hover .st0{
    fill:#fff!important;
}

.main-button svg {
    width:63px;
    margin-right: 10px;
}

.button-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.button-content .icon{
    /*padding-left: 50px;
    padding-right: 20px;*/
    width: 40%;
    display: flex;
    justify-content: center;
}
.button-content .text{
    /*padding-left: 50px;
    padding-right: 20px;*/
    width: 60%;
    display: flex;
    justify-content: left;
}

.button-content svg,.button-content span {
    float:left;
    display: block;
    line-height: 1.3;
}

.button-content span {
    margin-top: 7px;
}

#svg-ico-contact .st0 {
    fill: #004B89;
}

.support .main-button {
    float:right;
}

#support .main-button{
    margin: auto;
}

#support .form{
    max-width: 400px;
}

#support .form .main-button{
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
}

#support .main-button i {
    font-size: 8em;
}

#support .main-button span.right {
    margin-top: 26px;
}

.form {
    max-width: 760px;
    margin: auto;
}

.form-item svg {
    width:12px;
}

.form-item .check-ico .st0 {
    fill:#33B3A8;
}

.form-item .check-ico {
    width: 25px;
    position: absolute;
    bottom: 23px;
    right: -25px;
    display: none;
}

.form-item .label {
    padding-left: 20px;
    margin-bottom: 6px;
}

#support .form-item .label {
    padding-left: 0;
}

.form-item .placeholder {
    width: 310px;
    height: 60px;
    border: 1px solid #004B88;
    border-radius: 6px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color:#004B88;
    cursor:pointer;
    background: #fff;
}

.dropdown {
    position: relative;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 1;
    min-width: 310px;
    display: none;
    border-bottom: 1px solid #004B88;
    border-left: 1px solid #004B88;
    border-right: 1px solid #004B88;
    border-radius: 0 0 6px 6px;
}

.dropdown-list li{
    padding: 0 20px;
    cursor: pointer;
}

.dropdown-list li:hover{
    background: rgba(0, 75, 136, 0.3);
}

.dropdown.open .placeholder {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.dropdown.open .dropdown-list{
    display: block;
}

#product-register {
    padding-top: 75px;
    position: relative;
}

.action-inform {
    margin: auto;
    text-align: center;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.action-inform  > div{
    margin-bottom: 30px;
}

#product-register h1{
    margin-top: 8px;
}

.form .form-item select,
.form .form-item textarea,
.form .form-item input:not([type="file"]) {
    width: 268px;
    height: 48px;
    border: 1px solid #004B88;
    border-radius: 6px;
    color:#004B88;
    padding: 5px 20px;
    background: #fff!important;
    margin-bottom: 0;
}

.form .form-item textarea {
    height:200px;
    width: 310px;
}

.form-item {
    position: relative;
}

#product-register .page-text {
    color:#004B88;
}

#product-register .form-item {
    margin: 0 30px 20px 30px;
    float: left;
    min-height: 95px;
}

#product-register .error-message{
    position: absolute;
    padding: 5px;
    top: -6px;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
    color: #fff;
    opacity: 0.8;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border:1px solid red;
}

#support .form-item {
    margin: 15px auto;
    max-width: 310px;
}

#support {
    padding-top: 40px;
    padding-bottom: 40px;
}

#support h1{
    margin-bottom: 40px;
}

footer {
    background: #373737;
    height: 71px;
    width: 100%;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.beatpicker {
    padding: 0;
    min-width: 310px;
    border-bottom: 1px solid #004B88;
    border-left: 1px solid #004B88;
    border-right: 1px solid #004B88;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}

.beatpicker .main-nav {
    background: rgba(0, 75, 138, 0.5);
}

.beatpicker .main-nav .current-indicator:hover {
    background-color: #257eae;
}

.beatpicker .days .cell-parent li.cell:hover {
    background-color: #257eae;
    color: #fff !important;
    font-weight: 700;
    border-radius: 100%;
}

.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: #004B88;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
}

#product-register .form-item input.open {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

#register-button {
    /*margin:27px auto 10px;*/
    color:#004B88;
}

#register-button svg{
    width:40px;
    margin-right: 15px;
}

#product-register-success-modal {
    width:310px;
}

#download-manuals{
    padding-top: 130px;
}

#download-manuals h1{
    padding-bottom: 30px;
}

.link-wrapper{
    padding-top: 50px;
}

.link-wrapper .material-icons {
    font-size: 120px;
    color:#004B88;
}

.form-item.privacy {
    max-width: 310px;
}

.label-icon {
    position: absolute;
    right: 5px;
}

.mdi-cursor-pointer {
    cursor: pointer;
}

.modal .modal-header {
    position: relative;
    font-size: 20px;
    padding: 15px;
    border-bottom: 2px solid lightgray;
}

.modal .modal-header .modal-close{
    position: absolute;
    top:10px;
    right: 10px;
}

.modal-img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) {
    .container {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1520px) {
    .container {
        width:90%;
        max-width: 90%;
        padding: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .content {
        background: url("/images/bg-1300.png");
        background-size: cover;
        padding-top: 20px;
    }

    #top-nav a.brand-logo {
         left: 0;
    }

    .buttons > .row > div.col {
        width: 400px;
        height: 140px;
        float: none;
        margin: 20px auto;
    }

    .buttons {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #nav-mobile {
        display: none;
    }

    nav a.sidenav-trigger {
        display: block;
    }

    #product-register {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 992px) {
    #top-nav a.brand-logo {
        left: 12%;
    }
}

@media only screen and (max-width: 830px) {
    .content {
        background: url("/images/bg-750.png");
        background-size: cover;
        min-height: 770px;
    }
    .sidenav li a.font-2 {
        font-size: 30pt;
    }

    .sidenav li a.font-3 {
        font-size: 26pt;
    }

    .sidenav li a.font-4 {
        font-size: 26pt;
    }

    .sidenav li a.font-5 {
        font-size: 14pt;
    }

    .sidenav li a.font-6 {
        font-size: 12pt;
    }

    #top-nav a.brand-logo {
        left:20%;
    }

    #mobile-top-nav{
        top:100px;
        width: 100%;
        height: inherit;
        padding-bottom: 0;
        max-height: 555px;
        background: #e3e3e3;
    }

    #mobile-top-nav li {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #ccc;
    }

    #mobile-top-nav li a{
        width: 100%;
        min-height: 80px;
        padding-top: 15px;
    }
    #mobile-top-nav li a:focus {
        background: #004b88;
        color:#fff;
    }

    .dropdown-content li:not(first-of-type) a {
        background: #313840;
        color: #fff;
        border-bottom: 1px solid #ddd;
    }

    #dropdown-langs .material-icons {
        color: #fff;
        font-size: 25px;
        margin-right: 10px;
    }

    .buttons .main-button {
        float:none;
        margin: 10px auto;
    }

    #product-register .form-item {
        float: none;
        margin: 0 auto 20px;
        max-width: 320px;
    }

    h1.font-1 {
        margin-top: 0;
    }

    .page-text {
        line-height: 1.1;
    }

    .buttons {
        padding-top: 0;
    }
}

@media only screen and (max-width: 736px) {
    h1.font-1 {
        font-size: 38px;
    }

    .label-icon {
        right: 10px;
    }

    .modal .modal-header {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .show-on-mobile{
        display: block;
    }

    .content {
        padding-top: 20px;
    }

    .buttons {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .font-3 {
        font-size: 17px;
    }

    .sidenav li a.font-2 {
        font-size: 30px;
    }

    .sidenav li a.font-3 {
        font-size: 26px;
    }

    .sidenav li a.font-4 {
        font-size: 26px;
    }

    .sidenav li a.font-5 {
        font-size: 14px;
    }

    .sidenav li a.font-6 {
        font-size: 12px;
    }

    #mobile-top-nav{
        top:100px;
        width: 100%;
        height: inherit;
        padding-bottom: 0;
        max-height: 555px;
        background: #e3e3e3;
    }

    #mobile-top-nav li {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #ccc;
    }

    #mobile-top-nav li a{
        width: 100%;
        min-height: 80px;
        padding-top: 15px;
    }
    #mobile-top-nav li a:focus {
        background: #004b88;
        color:#fff;
    }

    #dropdown-langs li:not(first-of-type) a {
        background: #313840;
        color: #fff;
        border-bottom: 1px solid #ddd;
    }

    #dropdown-langs .material-icons {
        color: #fff;
        font-size: 25px;
        margin-right: 10px;
    }

    .buttons > .row > div.col {
        width: 300px;
        height: 105px;
        float: none;
        margin: 20px auto;
    }

    .main-button {
        width: 300px;
        height: 105px;
    }
}

@media only screen and (max-width: 375px) {
    #top-nav a.brand-logo {
        left: 36%;
    }

    .sidenav li a.font-4 {
        font-size: 24px;
    }

    #product-register .form-item, .form-item .placeholder {
        max-width: 300px;
    }
    #product-register .form-item input {
        width:258px;
    }

    .beatpicker {
        min-width: 298px;
    }

}
