.align-right {
    float: right;
    margin: 0 0 15px 20px !important;
}
.align-left {
    float: left;
    margin: 0 20px 15px 0 !important;
}
.align-center {
    display: block;
    text-align: center;
}

.btn.btn-white {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-white:hover {
    color: #000;
    background-color: #fff;
}
.btn.btn-white-full {
    color: #000 !important;
    background-color: #fff;
}
.btn.btn-white-full:hover {
    color: #fff !important;
    background-color: #342c27;
}
.btn.btn-brown {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}
.btn.btn-brown:hover {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.btn.btn-brown-empty {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}
.btn.btn-brown-empty:hover {
    background-color: #000;
    color: #fff;
}

.color-block {
    min-height: 328px;
}
.color-block,
.function-block,
.texture-block,
.surface-block{
    display: none;
    position: relative;
    z-index: 10;
    padding: 0 ;
    text-align: center;
    font-size: 0;
    letter-spacing: -0.36em;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.color-block .picker,
.function-block .picker,
.texture-block .picker,
.surface-block .picker{
    text-align: center;
    background-color: #fff;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.color-block h2,
.function-block h2,
.texture-block h2,
.surface-block h2{
    margin: 55px 0 40px;
    letter-spacing: normal;
    font-size: 28px;
    font-weight: 600;
}
.color-block p,
.function-block p,
.texture-block p,
.surface-block p {
    margin-bottom: 40px;
    letter-spacing: normal;
    font-size: 14px;
}
.color-block .one-texture,
.function-block .one-texture,
.texture-block .one-texture,
.surface-block .one-surface{
    width: 120px;
    margin: 0 3px 50px 0;
}
.color-block .one-texture img,
.color-block .one-texture:before,
.function-block .one-texture img,
.function-block .one-texture:before,
.texture-block .one-texture img,
.texture-block .one-texture:before,
.surface-block .one-surface img,
.surface-block .one-surface:before{
    height: 155px;
}
.color-block .one-function,
.function-block .one-function,
.texture-block .one-function,
.surface-block .one-function{
    width: 180px;
    margin: 0 2px 30px 0;
}
.color-block .one-function:before,
.function-block .one-function:before,
.texture-block .one-function:before,
.surface-block .one-function:before{
    height: 180px;
}
.color-block .one-function,
.color-block .one-texture,
.function-block .one-function,
.function-block .one-texture,
.texture-block .one-function,
.texture-block .one-texture,
.surface-block .one-function,
.surface-block .one-surface {
    position: relative;
    letter-spacing: normal;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
.color-block .one-function:before,
.color-block .one-texture:before,
.function-block .one-function:before,
.function-block .one-texture:before,
.texture-block .one-function:before,
.texture-block .one-texture:before,
.surface-block .one-function:before,
.surface-block .one-surface:before{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: " ";
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    background-color: rgba(52, 44, 39, 0.8);
}
.color-block .one-function.checked:before,
.color-block .one-texture.checked:before,
.function-block .one-function.checked:before,
.function-block .one-texture.checked:before,
.texture-block .one-function.checked:before,
.texture-block .one-texture.checked:before ,
.surface-block .one-function.checked:before,
.surface-block .one-surface.checked:before {
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2255%22%20height%3D%2244%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M45.5.4l9.2%209.2-34.4%2034.3L.4%2024%209.6%2015l10.7%2010.7z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A")
    50% 50% no-repeat rgba(52, 44, 39, 0.8);
}
.color-block .one-function:hover:before,
.color-block .one-texture:hover:before,
.function-block .one-function:hover:before,
.function-block .one-texture:hover:before,
.texture-block .one-function:hover:before,
.texture-block .one-texture:hover:before,
.surface-block .one-function:hover:before,
.surface-block .one-surface:hover:before{
    opacity: 1;
}
.color-block .one-function:last-child,
.color-block .one-texture:last-child,
.function-block .one-function:last-child,
.function-block .one-texture:last-child,
.texture-block .one-function:last-child,
.texture-block .one-texture:last-child,
.surface-block .one-function:last-child,
.surface-block .one-surface:last-child {
    margin-right: 0;
}
.color-block .one-function .one-function-image,
.color-block .one-function .one-texture-image,
.color-block .one-texture .one-function-image,
.color-block .one-texture .one-texture-image,
.function-block .one-function .one-function-image,
.function-block .one-function .one-texture-image,
.function-block .one-texture .one-function-image,
.function-block .one-texture .one-texture-image,
.texture-block .one-function .one-function-image,
.texture-block .one-function .one-texture-image,
.texture-block .one-texture .one-function-image,
.texture-block .one-texture .one-texture-image,
.surface-block .one-function .one-function-image,
.surface-block .one-function .one-surface-image,
.surface-block .one-surface .one-function-image,
.surface-block .one-surface .one-surface-image{
    margin-bottom: 10px;
}
.color-block .one-function .one-function-image img,
.color-block .one-function .one-texture-image img,
.color-block .one-texture .one-function-image img,
.color-block .one-texture .one-texture-image img,
.function-block .one-function .one-function-image img,
.function-block .one-function .one-texture-image img,
.function-block .one-texture .one-function-image img,
.function-block .one-texture .one-texture-image img,
.texture-block .one-function .one-function-image img,
.texture-block .one-function .one-texture-image img,
.texture-block .one-texture .one-function-image img,
.texture-block .one-texture .one-texture-image img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.color-block .one-function .one-function-image,
.color-block .one-texture .one-function-image,
.function-block .one-function .one-function-image,
.function-block .one-texture .one-function-image,
.texture-block .one-function .one-function-image,
.texture-block .one-texture .one-function-image {
    margin-bottom: 9px;
}
.color-block .one-function .one-texture-name,
.color-block .one-texture .one-texture-name,
.function-block .one-function .one-texture-name,
.function-block .one-texture .one-texture-name,
.texture-block .one-function .one-texture-name,
.texture-block .one-texture .one-texture-name {
    font-size: 16px;
    color: #000;
}
.color-block .one-color,
.function-block .one-color,
.texture-block .one-color {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    position: relative;
    z-index: 1045;
    width: 64px;
    height: 64px;
    margin: 23px 15px;
    cursor: pointer;
    border-radius: 32px;
    -o-border-radius: 32px;
    -ms-border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}
.color-block .one-color.checked .one-color-image:after,
.function-block .one-color.checked .one-color-image:after,
.texture-block .one-color.checked .one-color-image:after {
    opacity: 1;
}
.color-block .one-color:hover .one-color-image,
.function-block .one-color:hover .one-color-image,
.texture-block .one-color:hover .one-color-image {
    top: -20px;
    box-shadow: 0 20px 17px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 20px 17px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 20px 17px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 17px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 17px 6px rgba(0, 0, 0, 0.1);
}
.color-block .one-color:hover .one-color-image .one-color-name,
.function-block .one-color:hover .one-color-image .one-color-name,
.texture-block .one-color:hover .one-color-image .one-color-name {
    opacity: 1;
}
.color-block .one-color .one-color-image,
.function-block .one-color .one-color-image,
.texture-block .one-color .one-color-image {
    position: absolute;
    z-index: 1046;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-radius: 32px;
    -o-border-radius: 32px;
    -ms-border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}
.color-block .one-color .one-color-image:before,
.function-block .one-color .one-color-image:before,
.texture-block .one-color .one-color-image:before {
    position: absolute;
    z-index: 1047;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: " ";
    background: url(../img/gradient.png) no-repeat;
}
.color-block .one-color .one-color-image:after,
.function-block .one-color .one-color-image:after,
.texture-block .one-color .one-color-image:after {
    opacity: 0;
    position: absolute;
    z-index: 1048;
    top: 21px;
    right: 21px;
    left: 21px;
    bottom: 21px;
    content: " ";
    border-radius: 22px;
    -o-border-radius: 22px;
    -ms-border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    background-color: #fff;
}
.color-block .one-color .one-color-image .one-color-name,
.function-block .one-color .one-color-image .one-color-name,
.texture-block .one-color .one-color-image .one-color-name {
    opacity: 0;
    position: absolute;
    z-index: 1049;
    top: -24px;
    left: 50%;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.color-block .one-color .one-color-image .one-color-name:before,
.function-block .one-color .one-color-image .one-color-name:before,
.texture-block .one-color .one-color-image .one-color-name:before {
    position: absolute;
    z-index: 1050;
    left: 50%;
    bottom: -6px;
    width: 14px;
    height: 7px;
    margin-left: -7px;
    content: " ";
    background: url(../img/tooltip.png) no-repeat;
}
.color-block .one-color.color-white .one-color-image,
.function-block .one-color.color-white .one-color-image,
.texture-block .one-color.color-white .one-color-image {
    width: 63px;
    height: 63px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.color-block .one-color.color-white .one-color-image:before,
.function-block .one-color.color-white .one-color-image:before,
.texture-block .one-color.color-white .one-color-image:before {
    opacity: 0;
}
.color-block .one-color.color-black .one-color-image,
.color-block .one-color.color-white .one-color-image:after,
.function-block .one-color.color-black .one-color-image,
.function-block .one-color.color-white .one-color-image:after,
.texture-block .one-color.color-black .one-color-image,
.texture-block .one-color.color-white .one-color-image:after {
    background-color: #000;
}
.color-block .one-color.color-red .one-color-image,
.function-block .one-color.color-red .one-color-image,
.texture-block .one-color.color-red .one-color-image {
    background-color: #fd323b;
}
.color-block .one-color.color-yellow .one-color-image,
.function-block .one-color.color-yellow .one-color-image,
.texture-block .one-color.color-yellow .one-color-image {
    background-color: #ffd907;
}
.color-block .one-color.color-green .one-color-image,
.function-block .one-color.color-green .one-color-image,
.texture-block .one-color.color-green .one-color-image {
    background-color: #47b847;
}
.color-block h2 {
    margin-bottom: 80px;
}
.color-block .btn-brown,
.color-block .btn-brown-empty {
    margin-top: 80px;
}
.texture-block .picker {
    padding-bottom: 54px;
}

.new-grey-block {
    overflow: hidden;
}



.color-block .picker,
.function-block .picker,
.texture-block .picker {
    padding-bottom: 50px;
}
.color-block h2,
.function-block h2,
.texture-block h2 {
    margin: 55px 0 40px;
}
.color-block .one-texture,
.function-block .one-texture,
.texture-block .one-texture {
    width: 110px;
    margin: 0 3px 30px 0;
}
.color-block .one-texture img,
.color-block .one-texture:before,
.function-block .one-texture img,
.function-block .one-texture:before,
.texture-block .one-texture img,
.texture-block .one-texture:before {
    height: 140px;
}
.color-block .one-function,
.function-block .one-function,
.texture-block .one-function {
    width: 150px;
    margin: 0 2px 30px 0;
}
.color-block .one-function:before,
.function-block .one-function:before,
.texture-block .one-function:before {
    height: 140px;
}
.color-block .one-color,
.function-block .one-color,
.texture-block .one-color {
    margin: 23px 5px;
}
.color-block h2 {
    margin-bottom: 40px;
}
.color-block .btn-brown,
.color-block .btn-brown-empty {
    margin-top: 40px;
}

.texture-block .picker {
    padding-bottom: 54px;
}
.all-products {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right 6px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M16.1%205H0V4h16L12.9.7l.7-.7L18%204.5%2013.5%209l-.7-.7L16.1%205z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.home-page-projects {
    padding: 120px 0 85px;
    background-color: #342c27;
}
.home-page-projects .block-title {
    color: #fff;
}
.home-articles-block .block-title {
    color: #342c27;
}
.home-articles-block .block-title,
.home-page-projects .block-title,
.new-grey-block .block-title {
    position: relative;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 90px;
    text-align: center;
    font-family: Merriweather, serif;
    text-transform: none;
    font-weight: 300;
}
.home-articles-block .block-title a,
.home-page-projects .block-title a,
.new-grey-block .block-title a {
    color: inherit;
    text-decoration: none;
}

.options.options-3 {
    margin: 0px;
}
.options.options-3 .one-option {
    width: calc(25% - 10px);
    height: 300px;
    margin: 0 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 150px;
    box-shadow: 0 0 transparent;
    -webkit-box-shadow: 0 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    border: 1px solid #000;
}
.options.options-3 .one-option:hover{
    cursor: pointer;
}

.options.options-3 .one-option:before {
    top: 15px;
}
.options.options-3 .one-option .one-option-title {
    margin-bottom: 25px;
}
.options.options-4 .one-option {
    width: 25%;
}
.options .one-option {
    float: left;
    text-decoration: none;
    padding-top: 115px;
    margin-bottom: 55px;
    text-align: center;
    position: relative;
}
.options .one-option:before {
    position: absolute;
    top: -6px;
    width: 150px;
    height: 125px;
    content: "";
    background-repeat: no-repeat;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: 80px;
}
.options .one-option .one-option-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.options .one-option .one-option-title .arrow{
    margin-left: 10px;
}
.options .one-option .one-option-desc {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.options .one-option .filter {
    /*padding: 0 28%;*/
}


@media(max-width: 991px){
    .options.options-3{
        margin: 0;
    }
    .options.options-3 .one-option{
        width: 48%;
        margin: 0 1%;
        margin-bottom: 20px;
    }
    .options .one-option:before{
        background-size: 70px;
        width: 100%;
    }
    .options.options-3 .one-option .one-option-title{
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 17px;
    }
    .options .one-option .one-option-desc{
        font-size: 13px;
        padding: 0 15px;
    }
}


/*
.options .one-option.option-quality:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M39.7%2015a13%2013%200%201%201%200%2026%2013%2013%200%200%201%200-26zm0%2027a14%2014%200%201%200%200-28%2014%2014%200%200%200%200%2028zm15.2%2017.3l-4.3%2013.2-10.3-16.9%202.7-4.8A23%2023%200%200%200%2057%2043l11.5%2019-13.6-2.8zM30%2072.4l-4.4-13.1L12%2062.2l10.6-18.9a23%2023%200%200%200%2019.3%207.6l-12%2021.5zM39.6%206a22%2022%200%201%201%200%2044%2022%2022%200%200%201%200-44zm18%2036.2a23%2023%200%201%200-36%20.3L10.2%2063.6l14.9-3.1%204.7%2014.4%2010.2-18.3%2011.1%2018.3%204.7-14.4%2014.9%203.1-12.7-21.4z%22%20fill%3D%22%23CCCBCB%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.options .one-option.option-price:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M79.5%2032.5c0-.3-.4-.5-.7-.4-.8.3-2.2.5-3.7.6.5-1%20.6-2%20.5-3a3.5%203.5%200%200%200-4-3.3%203.5%203.5%200%200%200-3%204%203%203%200%200%200%201.5%202.3%207%207%200%200%200%202.9%201%2010.6%2010.6%200%200%201-4.8%202c-2.3-12.5-15-22.2-30.5-22.2-2.8%200-5.7.4-8.3%201-3-4.4-8.6-7.1-14.2-7.1-.3%200-.5.2-.5.5v14l-1.2%201.5c-2%202.7-4.3%205.6-5.4%209.1H.9c-.3%200-.5.3-.5.6v18.8c0%20.3.2.5.5.5h9.4c2.4%203.3%205.7%206%208.8%208.3v12.2c0%20.3.2.5.5.5h12.5c.3%200%20.5-.2.6-.4l1.7-7.4a30.3%2030.3%200%200%200%203.4%200H39c1.4%200%202.9%200%204.3-.2l1.9%207.6c0%20.2.2.4.5.4H57c.3%200%20.6-.2.6-.5V59a24.4%2024.4%200%200%200%2010.6-22.4c1.5-.2%204.4-1%206.1-3%201.9.1%203.7-.2%204.8-.5.3-.1.4-.4.3-.7zM56.8%2058.4c-.2.1-.2.3-.2.5v13.4H46.2l-1.8-7.7c-.1-.3-.4-.4-.7-.4-1.5.3-3%20.3-4.6.3h-5c-.3%200-.6%200-.6.4l-1.8%207.4H20.2v-12s0-.3-.2-.4c-3.1-2.3-6.6-5-9-8.3a.6.6%200%200%200-.4-.3H1.5V33.6h7c.2%200%20.4-.1.5-.4%201-3.4%203.3-6.4%205.3-9a97.8%2097.8%200%200%200%201.5-2.2V8.5c5.1.2%2010.2%202.8%2013%206.9%200%20.2.3.2.5.2%202.6-.6%205.6-1%208.4-1%2015%200%2027.3%209.3%2029.4%2021.3l-.2.5.3.4.2%202.7c0%207.3-3.9%2014.2-10.6%2018.9zm17-25.7c-1.2-.1-2.3-.4-3.1-.9a2%202%200%200%201-1-1.5c-.1-.8%200-1.5.5-2a2.4%202.4%200%200%201%202-.8c.4%200%201%20.1%201.3.4.6.4.9%201%201%201.8.1%201.1%200%202.1-.6%203zM22.4%2030a3.5%203.5%200%200%200%200%207%203.5%203.5%200%200%200%200-7zm0%206a2.4%202.4%200%201%201%200-4.9%202.4%202.4%200%200%201%200%204.9zM39%2018c-1.2%200-2.3.2-3.3.3a.6.6%200%200%200%20.1%201l3.2-.1c5.4%200%2010.5%201.7%2014.5%205a.5.5%200%200%200%20.8-.2c.2-.2.2-.6%200-.7A24.6%2024.6%200%200%200%2039%2018z%22%20fill%3D%22%23CBCCCC%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.options .one-option.option-fashion:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%23CCC%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M5.5%2028.5h23v36h-23z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M28.5%2015.5h23v49h-23z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M51.5%2034.5h23v30h-23z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M39.5%2021.5v8%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M60.5%2039.5v8%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M63.5%2039.5v8%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M66.5%2039.5v8%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.5%2033.5v8%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.5%2033.5v8%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.options .one-option.option-choice:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%23CCC%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.5%2024.5h46v46h-46z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19.5%2013.5h47v47%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14.5%2018.5h47v47%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M24.5%208.5h47v47%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}*/
