body{
    overflow-y: scroll;
    border:none;
    padding:0px;
    margin:0px;
}

.page{
    width: 100%;
    height: auto;
    float: left;
    overflow-x: hidden;
    position: relative;
}

.header0{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #4d4d4f;
}

.header0 .inner{
    width: calc(1400px - 100px);
    height: 40px;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.header0 .inner .tagline{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: intermedium;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.3;
}

.header0 .inner .link{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 16px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.3;
    margin-left: 10px;
    padding-left: 10px;
    text-decoration: none;
    border-left: 1px solid #828283;
}

.header0 .inner .link:hover{
    text-decoration: underline;
}

.header0 .inner .contact{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
}

.header0 .inner .contact a{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #828283;
}

.header0 .inner .contact a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.header0 .inner .contact a:hover{
    text-decoration: underline;
}

.header1{
    width: 100%;
    height: 120px;
    float: left;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
}

.header1 .inner{
    width: calc(1400px - 100px);
    height: inherit;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.header1 .inner .logo{
    width: auto;
    height: calc(100% - 50px);
    float: left;
}

.header1 .inner .logo svg{
    width: auto;
    height: 100%;
    float: left;
}

.header1 .inner .cartbtn{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.header1 .inner .cartbtn .icon{
    width: auto;
    height: auto;
    float: left;
}

.header1 .inner .cartbtn .icon svg{
    width: 30px;
    height: 30px;
    float: left;
    stroke: #1B7799;
    stroke-width: 1.75px;
}

.header1 .inner .cartbtn .price{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 20px;
    color: #1B7799;
    margin-left: 20px;
}

.block1{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 600px;
    position: relative;
}

.block1 .head{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.block1 .head .image{
    width: 100%;
    height: 100%;
    float: left;
    background: #ededed;
}

.block1 .head .image img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
}

.container .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.container .inner .products{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.container .inner .products .product{
    width: calc(((100% - 100px) / 3) - 2px);
    height: auto;
    float: left;
    background: #f4f4f4;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    margin-right: 50px;
    margin-top: 50px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.container .inner .products .product:hover{
    border: 1px solid #dbdbdb;
}

.container .inner .products .product:nth-child(3n){
    margin-right: 0;
}

.container .inner .products .product:nth-child(-n+3){
    margin-top: 0;
}

.container .inner .products .product .image{
    width: 100%;
    height: auto;
    padding-top: 100%;
    float: left;
    position: relative;
}

.container .inner .products .product .image img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.container .inner .products .product:hover .image img{
    transform: scale(1.05);
}

.container .inner .products .product .product_name{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    font-family: interbold;
    font-size: 20px;
    color: #1B7799;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.container .inner .products .product .pricebox{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}

.container .inner .products .product .pricebox .product_price{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #4D4D4F;
}

.container .inner .products .product .pricebox .product_detail{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
    font-family: intermedium;
    font-size: 14px;
    color: #FFFFFF;
    background: #1B7799;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    border-radius: 5px;
}

.container .inner .products .product .pricebox .product_detail:hover{
    background: #5f9fb7;
}

.container .inner .products .product .product_description{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #dbdbdb;
    font-family: interregular;
    font-size: 14px;
    line-height: 1.5;
    color: #828283;
}


.block2{
    width: 100%;
    height: auto;
    float: left;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
}

.block2 .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.block2 .inner .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 40px;
    color: #4d4d4f;
    margin: 0;
    font-weight: normal;
}

.block2 .inner .imagebox{
    width: calc(100% / 2);
    height: auto;
    float: left;
    position: relative;
    padding-top: calc(100% / 2);
    clear: left;
    margin-top: 50px;
}

.block2 .inner .imagebox .image{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
}

.block2 .inner .imagebox .image img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.block2 .inner .imagebox .galleryanchor{
    width: auto;
    height: auto;
    float: left;
    background: #1B7799;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: intermedium;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    border-radius: 5px;
}

.block2 .inner .imagebox .galleryanchor:hover{
    background: #5f9fb7;
}

.block2 .inner .panel{
    width: calc((100% / 2) - 100px);
    height: auto;
    float: left;
    margin-left: 100px;
    margin-top: 50px;
}

.block2 .inner .panel .description{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    clear: left;
    line-height: 1.5;
}

.block2 .inner .panel .anchorbtn{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #1B7799;
    text-decoration: none;
    margin-top: 10px;
}

.block2 .inner .panel .variants{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    margin-top: 30px;
}

.block2 .inner .panel .variants .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #828283;
    clear: both;
}

.block2 .inner .panel .variants .head.error{
    color: #cc0000;
}

.block2 .inner .panel .variants .variant{
    width: auto;
    height: auto;
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    border: 1px solid #1B7799;
    margin-right: 30px;
    margin-top: 10px;
    font-family: intermedium;
    font-size: 16px;
    color: #828283;
    cursor: pointer;
    border-radius: 5px;
}

.block2 .inner .panel .variants .variant:nth-child(2){
    clear: left;
}

.block2 .inner .panel .variants .variant:hover{
    background: #e8f1f4;
    color: #1B7799;
}

.block2 .inner .panel .variants .variant.selected{
    background: #1B7799;
    color: #FFFFFF;
}

.block2 .inner .panel .variants .variant.error{
    border: 1px solid #cc0000;
    color: #cc0000;
}

.block2 .inner .panel .prices{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    margin-top: 30px;
}

.block2 .inner .panel .prices .price1{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
}

.block2 .inner .panel .prices .price2{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 16px;
    color: #828283;
    clear: left;
    margin-top: 10px;
}

.block2 .inner .panel .prices .price3{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 14px;
    color: #a6a6a7;
    clear: left;
    margin-top: 5px;
}

.block2 .inner .panel .prices .availability{
    width: auto;
    height: auto;
    float: left;
    margin-top: 20px;
    clear: left;
    position: relative;
}

.block2 .inner .panel .prices .availability .text{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 18px;
    color: #009901;
    clear: left;
    cursor: pointer;
}

.block2 .inner .panel .prices .availability .hint{
    width: max-content;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 13px;
    color: #FFFFFF;
    clear: left;
    margin-top: 0px;
    position: absolute;
    background: #4d4d4f;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.3;
    display: none;
    max-width: 200px;               
    white-space: normal;            
    word-break: break-word; 
    box-sizing: border-box;
}

.block2 .inner .panel .prices .availability:hover .hint{
    display: block;
}

.block2 .inner .panel .prices .availability .hint::after{
    content: '';
    width:8px;
    height: 8px;
    position: absolute;
    bottom: -4px; /* Upravte podle potřeby výšku zobáčku */
    left: 50%;
    background: #4d4d4f;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0 0 2px 0;
}

.block2 .inner .panel .buttonbox{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.block2 .inner .panel .buttonbox .amount{
    width: auto;
    height: 45px;
    float: left;
    border: 1px solid #dbdbdb;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 5px;
    overflow: hidden;
}

.block2 .inner .panel .buttonbox .amount .increase,
.block2 .inner .panel .buttonbox .amount .decrease{
    width: 40px;
    height: 45px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    cursor: pointer;
}

.block2 .inner .panel .buttonbox .amount .increase:hover,
.block2 .inner .panel .buttonbox .amount .decrease:hover{
    background: #ededed;
}

.block2 .inner .panel .buttonbox .amount .increase svg,
.block2 .inner .panel .buttonbox .amount .decrease svg{
    width: 20px;
    height: 20px;
    float: left;
    stroke: #a6a6a7;
    stroke-width: 2px;
}

.block2 .inner .panel .buttonbox .amount .increase:hover svg,
.block2 .inner .panel .buttonbox .amount .decrease:hover svg{
    stroke: #828283;
}

.block2 .inner .panel .buttonbox .amount .value{
    width: 75px;
    height: 45px;
    float: left;
    border: none;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding: 0;
    text-align: center;
    font-family: intermedium;
    font-size: 16px;
    outline: none;
    
}

.block2 .inner .panel .buttonbox .amount .value::-webkit-outer-spin-button,
.block2 .inner .panel .buttonbox .amount .value::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
    
.block2 .inner .panel .buttonbox .amount .value[type="number"]{
    appearance: textfield;
    -moz-appearance:textfield;
}

.block2 .inner .panel .buttonbox .button{
    width: auto;
    height: 45px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    background: #1B7799;
    border: 1px solid #1B7799;
    display: flex;
    align-items: center;
    margin-left: 30px;
    position: relative;
    border-radius: 5px;
}

.block2 .inner .panel .buttonbox .button.disabled{
    background: rgba(27, 119, 153, 0.25);
    border: 1px solid rgba(27, 119, 153, 0.25);
}

.block2 .inner .panel .buttonbox .button.disabled:hover{
    background: rgba(27, 119, 153, 0.25);
    border: 1px solid rgba(27, 119, 153, 0.25);
}

.block2 .inner .panel .buttonbox .button:hover{
    background: #5f9fb7;
}

.block2 .inner .panel .buttonbox .button .submit{
    width: 100%;
    height: 100%;
    float: left;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.block2 .inner .panel .buttonbox .button .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #FFFFFF;
}


.gallery{
    width: 100%;
    height: auto;
    float: left;
}

.gallery .item{
    width: calc(100% / 7);
    height: auto;
    float: left;
    padding-top: calc(100% / 7);
    overflow: hidden;
    position: relative;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.gallery .item img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.gallery .item:hover img{
    filter: grayscale(100%);
}

.gallery .item .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 1000;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .item:hover .overlay{
    background: rgba(255, 255, 255, 0.35);
}

.gallery .item .overlay .zoom{
    width: auto;
    height: auto;
    float: left;
    background: #1B7799;
    opacity: 0;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .item:hover .overlay .zoom{
    opacity: 1;
}

.gallery .item .overlay .zoom:hover{
    background: #5f9fb7;
}

.gallery .item .overlay .zoom svg{
    width: 26px;
    height: 26px;
    float: left;
    stroke: #FFFFFF;
    stroke-width: 2px;
    padding: 15px;
}



.block3{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
}

.block3 .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.block3 .inner .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
    margin: 0;
    font-weight: normal;
}

.block3 .inner .box{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    display: flex;
}

.block3 .inner .box .panel1{
    width: calc(((100% / 5) * 3) - 100px);
    height: auto;
    float: left;
}

.block3 .inner .box .panel1 .description{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    line-height: 1.5;
}

.block3 .inner .box .panel2{
    width: calc(((100% / 5) * 2) - 100px);
    height: auto;
    float: left;
    margin-left: calc(100px + 100px);
}

.block3 .inner .box .panel2 .infowrapper{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.block3 .inner .box .panel2 .infowrapper:nth-child(1){
    margin-top: 0;
}

.block3 .inner .box .panel2 .infowrapper .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 22px;
    color: #1B7799;
    margin: 0;
    font-weight: normal;
}

.block3 .inner .box .panel2 .infowrapper .info{
    width: 100%;
    height: auto;
    float: left;
    clear: left;
    margin-top: 10px;
}

.block3 .inner .box .panel2 .infowrapper .info .line{
    width: inherit;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    clear: left;
    border-bottom: 1px solid #dbdbdb;
}

.block3 .inner .box .panel2 .infowrapper .info .line:last-child{
    border-bottom: none;
}

.block3 .inner .box .panel2 .infowrapper .info .line .part{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
}

.block3 .inner .box .panel2 .infowrapper .info .line .part:nth-child(2){
    margin-left: auto;
    margin-right: 0;
    color: #4d4d4f;
    font-family: intermedium;
}

.block3 .inner .box .panel2 .infowrapper .info .line .icon{
    width: 24px;
    height: 24px;
    float: left;
}

.block3 .inner .box .panel2 .infowrapper .info .line .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #1B7799;
    stroke-width: 2px;
}

.block3 .inner .box .panel2 .infowrapper .info .line .link{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    margin-left: 10px;
    text-decoration: none;
}

.block3 .inner .box .panel2 .infowrapper .info .line .link:hover{
    text-decoration: underline;
}

.cart{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
}

.cart .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.cart .inner .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 40px;
    color: #4d4d4f;
    margin: 0;
    font-weight: normal;
}

.cart .inner .products{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    margin-top: 50px;
    border-radius: 25px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFFFFF;
}

.cart .inner .products .product{
    width: 100%;
    height: auto;
    float: left;
    background: #FFFFFF;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.cart .inner .products .product:last-child{
    border-bottom: none;
}

.cart .inner .products .product .image{
    width: auto;
    height: 100px;
    float: left;
    position: relative;
    padding-left: 100px;
}

.cart .inner .products .product .image img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.cart .inner .products .product .name{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.cart .inner .products .product .name .line{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 22px;
    color: #1B7799;
}

.cart .inner .products .product .name .line:nth-child(1):hover{
    text-decoration: underline;
}

.cart .inner .products .product .name .line:nth-child(2),
.cart .inner .products .product .name .line:nth-child(3){
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    margin-top: 5px;
}

.cart .inner .products .product .prices{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}

.cart .inner .products .product .prices .price_total{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 20px;
    color: #1B7799;
    clear: left;
    margin-left: auto;
    margin-right: 0;
}

.cart .inner .products .product .prices .price_vat{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    clear: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}

.cart .inner .products .product .trash{
    width: auto;
    height: auto;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.cart .inner .products .product .trash .icon{
    width: 24px;
    height: 24px;
    float: left;
}

.cart .inner .products .product .trash .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #dbdbdb;
    stroke-width: 2px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .products .product .trash .icon:hover svg{
    stroke: #cc0000;
}

.cart .inner .cart_total{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    padding: 30px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cart .inner .cart_total.step3{
    align-items: baseline;
}

.cart .inner .cart_total .name{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
    flex-basis: 50%;
}

.cart .inner .cart_total.step3 .name{
    font-size: 30px;
}

.cart .inner .cart_total .price{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

.cart .inner .cart_total.step1 .price{
    flex-basis: calc(50% - 24px - 30px);
    margin-right: calc(24px + 30px);
}

.cart .inner .cart_total .price .total{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
    text-align: right;
}

.cart .inner .cart_total .price .total#sumcart_rch{
    display: none;
}

.cart .inner .cart_total .price .vat{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 18px;
    color: #828283;
    margin-top: 5px;
    text-align: right;
}

.cart .inner .cart_total .price .reversecharge{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    display: none;
}

.cart .inner .cart_total .price .reversecharge .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 13px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3px;
    color: #828283;
    text-align: right;
    line-height: 1.3;
}

.cart .inner .cart_total .price .reversecharge .text:first-child{
    margin-top: 0;
}

.cart .inner .cart_total .terms{
    width: auto;
    height: auto;
    float: left;
    flex-basis: 100%;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
}

.cart .inner .cart_total .terms .text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    line-height: 1.5;
    font-family: interregular;
    font-size: 16px;
    color: #4d4d4f;
    text-align: right;
}

.cart .inner .cart_total .terms .text a{
    color: inherit;
    font-family: interbold;
    text-decoration: none;
}

.cart .inner .cart_total .terms .text a:hover{
    text-decoration: underline;
}

.cart .inner .emptycart{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 20px;
    color: #828283;
    clear: left;
    margin-top: 20px;
}

.cart .inner .panel{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.cart .inner .panel .back,
.cart .inner .panel .forward{
    width: auto;
    height: 45px;
    float: left;
    background: #1B7799;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: calc(20px - 9px); /*icon width is 6 px, showsize is 24px*/
    padding-right: 20px;
    margin-left: 0;
    margin-right: auto;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    border-radius: 5px;
    box-sizing: border-box;
}

.cart .inner .panel .back{
    border: 1px solid #828283;
    background: transparent;
}

.cart .inner .panel .back.invalid{
    border: 1px solid #cc0000;
}

.cart .inner .panel .forward{
    padding-right: calc(20px - 9px); /*icon width is 6 px, showsize is 24px*/
    padding-left: 20px;
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
}

.cart .inner .panel .back:hover{
    background: transparent;
}

.cart .inner .panel .forward:hover{
    background: #5f9fb7;
}

.cart .inner .panel .back .icon,
.cart .inner .panel .forward .icon{
    width: 24px;
    height: 24px;
    float: left;
}

.cart .inner .panel .back .icon svg,
.cart .inner .panel .forward .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #FFFFFF;
    stroke-width: 2px;
    transform: rotate(180deg);
    opacity: 0.75;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .panel .back .icon svg{
    stroke: #828283;
}

.cart .inner .panel .back.invalid .icon svg{
    stroke: #cc0000;
}

.cart .inner .panel .back:hover .icon svg{
    transform: rotate(180deg) translateX(5px);
    opacity: 1;
}

.cart .inner .panel .forward .icon svg{
    transform: rotate(0deg);
}

.cart .inner .panel .forward:hover .icon svg{
    transform: rotate(0deg) translateX(5px);
    opacity: 1;
}

.cart .inner .panel .back .text,
.cart .inner .panel .forward .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 5px;
    line-height: 1.3;
}

.cart .inner .panel .back .text{
    color: #828283;
}

.cart .inner .panel .back.invalid .text{
    color: #cc0000;
}

.cart .inner .panel .forward .text{
    margin-left: 0;
    margin-right: 5px;
}

.cart .inner .panel .submit_button{
    width: auto;
    height: 60px;
    float: left;
    background: #1B7799;
    color: #FFFFFF;
    font-size: 18px;
    font-family: interbold;
    line-height: 1.3;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: 0;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .panel .submit_button:hover{
    background: #5f9fb7;
}

.cart .inner .shippingpayment{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    background: #FFFFFF;
    border-radius: 25px;
    margin-top: 50px;
    display: flex;
}

.cart .inner .shippingpayment .part{
    width: 50%;
    height: auto;
    border-right: 1px solid #dbdbdb;
    padding-left: 30px;
    padding-right: 30px;
}

.cart .inner .shippingpayment .part:nth-child(2){
    border-right: none;
}

.cart .inner .shippingpayment .part .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
}

.cart .inner .shippingpayment .part .header.error{
    color: #cc0000;
}

.cart .inner .shippingpayment .part .block{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.cart .inner .shippingpayment .part .line-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
    border-bottom: 1px solid #dbdbdb;
}

.cart .inner .shippingpayment .part .line-wrapper:first-child{
    padding-top: 0;
}

.cart .inner .shippingpayment .part .line-wrapper:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.cart .inner .shippingpayment .part .line-wrapper .line{
    width: calc(100% - 40px - 2px);
    height: auto;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .shippingpayment .part .line-wrapper .line:hover{
    background: #eff8ef;
}

.cart .inner .shippingpayment .part .line-wrapper .line.selected{
    background: #eff8ef;
    border: 1px solid #009901;
}

.cart .inner .shippingpayment .part .line-wrapper .line.error{
    background: #f9e5e5;
    border: 1px solid #cc0000;
}

.cart .inner .shippingpayment .part .line-wrapper .line .name{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #4d4d4f;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint{
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint .icon{
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid #828283;
    border-radius: 50%;
    position: relative;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #828283;
    stroke-width: 2px;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint .label{
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 13px;
    color: #FFFFFF;
    clear: left;
    margin-top: 0px;
    position: absolute;
    background: #4d4d4f;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border-radius: 3px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.3;
    display: none;
    max-width: 200px;  
    white-space: normal;           
    word-break: break-word;
    box-sizing: border-box;
    width: max-content;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint .label::after{
    content: '';
    width:8px;
    height: 8px;
    position: absolute;
    bottom: -4px; /* Upravte podle potřeby výšku zobáčku */
    left: 50%;
    background: #4d4d4f;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0 0 2px 0;
}

.cart .inner .shippingpayment .part .line-wrapper .line .hint:hover .label{
    display: block;
}

.cart .inner .shippingpayment .part .line-wrapper .line .image{
    width: auto;
    height: 20px;
    float: left;
    margin-left: auto;
    margin-right: 0;
}

.cart .inner .shippingpayment .part .line-wrapper .line .image.gls{
    height: 17px;
}

.cart .inner .shippingpayment .part .line-wrapper .line .image.dpd{
    height: 26px;
}

.cart .inner .shippingpayment .part .line-wrapper .line .image.ppl{
    height: 13px;
}

.cart .inner .shippingpayment .part .line-wrapper .line .image img{
    width: auto;
    height: 100%;
    float: left;
}

.cart .inner .shippingpayment .part .line-wrapper .line .price{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #4d4d4f;
    flex-basis: 20%;
    text-align: right;
}

.cart .inner .shippingpayment .part .line-wrapper .line .price.free{
    text-transform: uppercase;
    color: #009901;
    font-size: 16px;
}

.cart .inner .deliverydata{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    background: #FFFFFF;
    margin-top: 50px;
    border-radius: 25px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.cart .inner .deliverydata form{
    margin: 0;
}

.cart .inner .deliverydata .part{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 50px;
    padding-top: 50px;
}

.cart .inner .deliverydata .part:first-child{
    padding-top: 30px;
}

.cart .inner .deliverydata .part:last-child{
    border-bottom: none;
    padding-bottom: 30px;
}

.cart .inner .deliverydata .part .box{
    width: calc((100% - 50px) / 2);
    height: auto;
    float: left;
}

.cart .inner .deliverydata .part .box:nth-child(2){
    margin-left: 50px;
}

.cart .inner .deliverydata .part .box .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #1B7799;
    font-weight: normal;
    clear: left;
    margin: 0;
}

.cart .inner .deliverydata .part .box .text{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    font-family: interregular;
    font-size: 18px;
    color: #828283;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
}

.cart .inner .deliverydata .part .box .input-wrapper{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}

.cart .inner .deliverydata .part .box .input-wrapper:first-child{
    margin-top: 0;
}

.cart .inner .deliverydata .part .box .input-wrapper.city{
    width: calc(100% - 175px - 30px);
}

.cart .inner .deliverydata .part .box .input-wrapper.zipcode{
    width: 175px;
    margin-left: 30px;
}

.cart .inner .deliverydata .part .box .input-wrapper.company_id,
.cart .inner .deliverydata .part .box .input-wrapper.company_vat{
    width: calc((100% - 30px) / 2);
}

.cart .inner .deliverydata .part .box .input-wrapper.company_vat{
    margin-left: 30px;
}

.cart .inner .deliverydata .part .box .input-wrapper.hidden{
    display: none;
}

.cart .inner .deliverydata .part .box .input-wrapper .input{
    width: 100%;
    height: 62px;
    float: left;
    outline: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 18px;
    font-family: intermedium;
    color: #4d4d4f;
}

.cart .inner .deliverydata .part .box .input-wrapper .textarea{
    width: 100%;
    min-height: 200px;
    float: left;
    outline: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: intermedium;
    color: #4d4d4f;
    line-height: 1.5;
}

.cart .inner .deliverydata .part .box .input-wrapper .input:hover,
.cart .inner .deliverydata .part .box .input-wrapper .input:focus,
.cart .inner .deliverydata .part .box .input-wrapper .textarea:hover,
.cart .inner .deliverydata .part .box .input-wrapper .textarea:focus{
    border: 1px solid #1B7799;
}

.cart .inner .deliverydata .part .box .input-wrapper .input.invalid,
.cart .inner .deliverydata .part .box .input-wrapper .textarea.invalid{
    border: 1px solid #cc0000;
}

.cart .inner .deliverydata .part .box .input-wrapper .label{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 18px;
    color: #828283;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: text;
}

.cart .inner .deliverydata .part .box .input-wrapper .label.textbox{
    top: 21px;
    transform: unset;
}

.cart .inner .deliverydata .part .box .input-wrapper .input:focus + .label,
.cart .inner .deliverydata .part .box .input-wrapper .input:not(:placeholder-shown) + .label{
    top: 15px;
    font-size: 13px;
    color: #b7b7b8;
}

.cart .inner .deliverydata .part .box .input-wrapper .textarea:focus + .label.textbox,
.cart .inner .deliverydata .part .box .input-wrapper .textarea:not(:placeholder-shown) + .label.textbox{
    top: 7px;
    font-size: 13px;
    color: #b7b7b8;
}

.cart .inner .deliverydata .part .box .input-wrapper .label.invalid,
.cart .inner .deliverydata .part .box .input-wrapper .label.textbox.invalid{
    color: #cc0000;
}

.cart .inner .deliverydata .part .box .input-wrapper .input:focus + .label.invalid,
.cart .inner .deliverydata .part .box .input-wrapper .input:not(:placeholder-shown) + .label.textbox.invalid,
.cart .inner .deliverydata .part .box .input-wrapper .textarea:focus + .label.invalid,
.cart .inner .deliverydata .part .box .input-wrapper .textarea:not(:placeholder-shown) + .label.textbox.invalid{
    color: #cc0000;
}

.cart .inner .deliverydata .part .box .input-wrapper .check{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: #66c166;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .deliverydata .part .box .input-wrapper .check.invalid{
    background: #cc0000;
}

.cart .inner .deliverydata .part .box .input-wrapper .check svg{
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    float: left;
    stroke-width: 3px;
    stroke: #FFFFFF;
}

/* dialcode */

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial{
    flex-basis: calc(100px - 2px);
    height: calc(62px - 2px);
    float: left;
    outline: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    font-family: intermedium;
    color: #4d4d4f;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    position: relative;
    cursor: pointer;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial.active{
    border-radius: 5px 0 0 0;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .input{
    flex-basis: calc(100% - 100px - 30px - 80px);
    border-radius: 5px;
    margin-left: 30px;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .label{
    left: 231px;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .prefix{
    width: 80px;
    height: 62px;
    float: left;
    border: none;
    outline: none;
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-radius: 0 5px 5px 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: intermedium;
    color: #4d4d4f;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .icon{
    width: 29px;
    height: 22px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .icon img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdown{
    width: 20px;
    height: auto;
    float: left;
    margin-left: 5px;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdown svg{
    width: 100%;
    height: auto;
    float: left;
    stroke: #b7b7b8;
    stroke-width: 2px;
    transform: rotate(180deg);
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: calc(61px + 0px);
    justify-content: center;
    display: flex;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: none;
    overflow: hidden;
    flex-direction: column;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial:hover .dropdownmenu{
    display: flex;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu .item{
    width: calc(100% - 24px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu .item:hover{
    background: #f4f4f4;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu .item .flag{
    width: 24px;
    height: 18px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu .item .flag img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.cart .inner .deliverydata .part .box .input-wrapper.dialcode .dial .dropdownmenu .item .name{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 14px;
    color: #828283;
    margin-left: 10px;
}

/* dialcode */

.cart .inner .deliverydata .part .box .toggle-wrapper{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.cart .inner .deliverydata .part .box .toggle-wrapper:nth-child(1){
    margin-top: 0;
}

.cart .inner .deliverydata .part .box .toggle-wrapper .toggle{
    width: 80px;
    height: 36px;
    float: left;
    background: transparent;
    border-radius: 1000px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    position: relative;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: pointer;
}

.cart .inner .deliverydata .part .box .toggle-wrapper .toggle.on{
    background: #f4f4f4;
}

.cart .inner .deliverydata .part .box .toggle-wrapper .toggle .switch{
    width: calc(36px - 10px);
    height: calc(36px - 10px);
    position: absolute;
    left: 5px;
    border-radius: 50%;
    background: #dbdbdb;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .deliverydata .part .box .toggle-wrapper .toggle.on .switch{
    transform: translateX(44px);
    background: #1B7799;
}

.cart .inner .deliverydata .part .box .toggle-wrapper .text{
    width: auto;
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 18px;
    color: #828283;
    margin: 0;
    margin-left: 20px;
}

.cart .inner .partinvalid{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    background: #FFFFFF;
    border-radius: 25px;
    margin-top: 50px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.cart .inner .partinvalid.hidden{
    display: none;
}

.cart .inner .partinvalid .box{
    width: calc((100% - 50px) / 2);
    height: auto;
    float: left;
}

.cart .inner .partinvalid .box:nth-child(2){
    margin-left: 50px;
}

.cart .inner .partinvalid .box .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 30px;
    color: #cc0000;
    font-weight: normal;
    clear: left;
    margin: 0;
}

.cart .inner .partinvalid .box .text{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    font-family: interregular;
    font-size: 18px;
    color: #cc0000;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
}

.cart .inner .partinvalid .box .button{
    width: auto;
    height: 45px;
    float: left;
    border: 1px solid #cc0000;
    border-radius: 5px;
    padding-left: calc(20px - 9px);
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.cart .inner .partinvalid .box .button .icon{
    width: 24px;
    height: 24px;
    float: left;
}

.cart .inner .partinvalid .box .button .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #cc0000;
    stroke-width: 2px;
    transform: rotate(180deg);
    opacity: 0.75;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.cart .inner .partinvalid .box .button:hover .icon svg{
    transform: rotate(180deg) translateX(5px);
    opacity: 1;
}

.cart .inner .partinvalid .box .button .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #cc0000;
    margin: 0;
    margin-left: 5px;
}

.faq{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
}

.faq .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.faq .inner .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 40px;
    color: #4d4d4f;
    margin: 0;
    font-weight: normal;
}

.faq .inner .text{
    width: auto;
    max-width: 75%;
    height: auto;
    float: left;
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
    color: #828283;
    font-family: interregular;
    clear: left;
    line-height: 1.5;
}

.faq .inner .faqs{
    width: 1000px;
    height: auto;
    float: left;
    margin-top: 50px;
}

.faq .inner .faqs .item{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .inner .faqs .item:first-child{
    padding-top: 0;
}

.faq .inner .faqs .item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.faq .inner .faqs .item .question{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
}

.faq .inner .faqs .item .question .icon{
    width: 24px;
    height: 24px;
    float: left;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.faq .inner .faqs .item .question .icon.rotate{
    transform: rotate(90deg);
}

.faq .inner .faqs .item .question .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #1B7799;
    stroke-width: 2.5px;
}

.faq .inner .faqs .item .question .text{
    width: calc(100% - 24px - 15px);
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 20px;
    margin: 0;
    margin-left: 15px;
    color: #1B7799;
    line-height: 1.3;
}

.faq .inner .faqs .item .answer{
    width: calc(100% - 28px - 15px);
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    line-height: 1.5;
    display: none;
    margin-left: calc(28px + 15px);
    margin-top: 15px;
}

.termsblock{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
}

.termsblock .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.termsblock .inner .header{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 40px;
    color: #4d4d4f;
    margin: 0;
    font-weight: normal;
}

.termsblock .inner .part{
    width: 1000px;
    height: auto;
    float: left;
    clear: left;
    margin-top: 50px;
}

.termsblock .inner .part .head{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    font-family: interbold;
    font-size: 20px;
    color: #1B7799;
    line-height: 1.3;
    font-weight: normal;
}

.termsblock .inner .part .line{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-top: 15px;
}

.termsblock .inner .part .line .no{
    width: 30px;
    height: auto;
    float: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30px;
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    text-align: right;
    line-height: 1.5;
}

.termsblock .inner .part .line .content{
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
}

.termsblock .inner .part .line .content .main{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    font-family: interregular;
    font-size: 16px;
    color: #636969;
    line-height: 1.5;
    margin: 0;
}

.termsblock .inner .part .line .content .sub{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    margin-left: 20px;
}

.termsblock .inner .part .line .content .sub .line2{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.termsblock .inner .part .line .content .sub .line2 .no{
    width: 5px;
    height: 5px;
    float: left;
    flex-basis: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #636969;
}

.termsblock .inner .part .line .content .sub .line2 .content2{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    font-family: interregular;
    font-size: 16px;
    color: #636969;
    line-height: 1.5;
    margin: 0;
    margin-left: 15px;
}






.footer{
    width: 100%;
    height: auto;
    float: left;
    background: #2e2e2f;
    display: flex;
    justify-content: center;
}

.footer .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.footer .inner .logo{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #5e5e60;
}

.footer .inner .logo svg{
    width: auto;
    height: 65px;
    float: left;
    fill: #5e5e60;
}

.footer .inner .box{
    width: calc((100% - 50px) / 2);
    height: auto;
    float: left;
    margin-right: 50px;
    margin-top: 50px;
}

.footer .inner .box:last-child{
    margin-right: 0;
}

.footer .inner .box:nth-child(2){
    width: calc(((100% - 50px) / 2) - 100px);
}

.footer .inner .box:nth-child(3){
    width: calc(((100% - 50px) / 2) + 100px);
}

.footer .inner .box .text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    font-family: interregular;
    font-size: 18px;
    line-height: 1.5;
    color: #a6a6a7;
    margin-top: 15px;
}

.footer .inner .box .text:nth-child(1){
    margin-top: 0;
}

.footer .inner .box .contact{
    width: auto;
    height: auto;
    float: left;
    margin-top: 50px;
}

.footer .inner .box .contact .line{
    width: auto;
    height: auto;
    float: left;
    margin-right: 50px;
}

.footer .inner .box .contact .line:last-child{
    margin-right: 0;
}

.footer .inner .box .contact .line .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #a6a6a7;
}

.footer .inner .box .contact .line .link{
    width: auto;
    height: auto;
    float: left;
    clear: left;
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.footer .inner .box .contact .line .link .icon{
    width: 24px;
    height: 24px;
    float: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 24px;
}

.footer .inner .box .contact .line .link .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #1B7799;
    stroke-width: 2px;
}

.footer .inner .box .contact .line .link .cont{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #a6a6a7;
    margin-left: 10px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .contact .line .link:hover .cont{
    color: #FFFFFF;
}

.footer .inner .box .col{
    height: auto;
    float: left;
    margin-right: 50px;
}

.footer .inner .box .col:last-child{
    margin-right: 0;
}

.footer .inner .box .col:nth-child(1){
    width: calc(((100% - 50px) / 2) + 50px);
}

.footer .inner .box .col:nth-child(2){
    width: calc(((100% - 50px) / 2) - 50px);
}

.footer .inner .box .col .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 20px;
    color: #a6a6a7;
    clear: both;
}

.footer .inner .box .col .item{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-decoration: none;
    clear: left;
}

.footer .inner .box .col .item:nth-child(2){
    margin-top: 15px;
}

.footer .inner .box .col .item .icon{
    width: 26px;
    height: 26px;
    float: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 26px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .item .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #1B7799;
    stroke-width: 2.5px;
}

.footer .inner .box .col .item:hover .icon{
    transform: translateX(5px);
}

.footer .inner .box .col .item .name{
    width: auto;
    height: auto;
    font-family: interregular;
    font-size: 18px;
    color: #a6a6a7;
    line-height: 1.3;
    margin-left: 5px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .item:hover .name{
    color: #FFFFFF;
}

.footer .inner .box .col .cookie_button{
    width: auto;
    height: auto;
    float: left;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
}

.footer .inner .box .col .cookie_button .icon{
    width: 26px;
    height: 26px;
    float: left;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 26px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .cookie_button .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #1B7799;
    stroke-width: 2.5px;
}

.footer .inner .box .col .cookie_button:hover .icon{
    transform: translateX(5px);
}

.footer .inner .box .col .cookie_button .name{
    width: auto;
    height: auto;
    font-family: interregular;
    font-size: 18px;
    color: #a6a6a7;
    line-height: 1.3;
    margin-left: 5px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .cookie_button:hover .name{
    color: #FFFFFF;
}
















.foot{
    width: 100%;
    height: auto;
    float: left;
    background: #262627;
    display: flex;
    justify-content: center;
}

.foot .inner{
    width: calc(1400px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}

.foot .inner .copy{
    width: auto;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.foot .inner .copy .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #636969;
}

.foot .inner .copy .line{
    width: auto;
    height: auto;
    float: left;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.foot .inner .copy .line .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 14px;
    color: #636969;
}

.foot .inner .copy .line .text:nth-child(2){
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #636969;
}

.foot .inner .copy .line .logo{
    width: auto;
    height: 11px;
    float: left;
    margin-left: 7px;
}

.foot .inner .copy .line .logo svg{
    width: auto;
    height: 100%;
    float: left;
    fill: #636969;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.foot .inner .copy .line .logo:hover svg{
    fill: #ffe163;
}
