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;
}

.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;
}

.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;
}

.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;
    font-family: intermedium;
    font-size: 18px;
    color: green;
    clear: left;
    margin-top: 20px;
}

.block2 .inner .panel .buttonbox{
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.block2 .inner .panel .buttonbox .amount{
    width: auto;
    height: 45px;
    float: left;
    border: 1px solid #dbdbdb;
}

.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: interregular;
    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;
}

.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;
}

.block3 .inner .box{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.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;
}

.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;
}

.cart .inner .products{
    width: 100%;
    height: auto;
    float: left;
    background: #FFFFFF;
    margin-top: 50px;
}

.cart .inner .products .product{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px;
    display: flex;
    align-items: center;
}

.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(2){
    font-family: interregular;
    font-size: 16px;
    color: #828283;
    margin-top: 5px;
}









.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;
}
