header {
    margin-bottom: 130px;
}

header .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

header .logo {
    margin-right: 30px
}

header  .left .title {
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #fff;
}

header .left .title span {
    color: #FB5500
}

header .left .title .hide {
    display: inline;
}

header .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

header .right .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

header .right .flex .lang {
    margin-bottom: 10px
}

header .right .flex .lang a {
    color: #747474;
    font-family: SFUIText-Regular;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
}

header .right .flex .lang a.active {
    color: #FFFFFF;
    cursor: default
}

header .right .contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-right: 50px
}

header .right .contacts ul li:not(:last-of-type) {
    margin-bottom: 5px
}

header .right .contacts ul li a {
    text-decoration: none;
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

header .right .contacts ul li a .icon {
    width: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

header .right .contacts ul li a .icon img {
    margin-right: 10px;
}

header .right a.contact-link {
    text-decoration: none;
    color: #fff;
    font-family: SFUIText-Heavy;
    background: #f1b930;
    background: linear-gradient(176deg, rgba(241, 185, 48, 1) 0, rgba(240, 123, 49, 1) 100%);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #f17b30;
    transition: .2s ease-out;
    overflow: hidden;
    position: relative
}

header .right a.contact-link:hover {
    transform: scale(1.05)
}

header .menu {
    background: rgba(148, 148, 148, .8)
}

header .menu .menu-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

header .menu a {
    color: #fff;
    font-size: 14px;
    font-family: SFUIText-Semibold;
    text-decoration: none
}

#banner {
    padding-top: 24px;
    background: #000;
    height: 780px;
    background: url('../img/banner-bg.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    background-size: cover;
    position: relative;
    z-index: 1
}

#banner:after {
    content: '';
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

#banner h1.title {
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 150.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 60px;
    text-transform: uppercase;
}

#banner h1.title span {
    color: #FF6400;
}

#banner .descr {
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 30px;
}


#banner a.calculator {
    text-decoration: none;
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #FF6400;
    border-radius: 100px;
    display: block;
    padding: 13px 30px;
    width: 350px;
    transition: .2s ease-out;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#banner a.calculator img {
    margin-right: 15px;
}

#banner a.calculator:hover {
    transform: scale(1.05)
}

#banner .banner-item {
    margin-bottom: 20px;
}

#banner .banner-item img {
    max-width: 470px;
     box-shadow: 0px 0px 0px;
    -webkit-animation: shadow 2s ease-out infinite;
    -o-animation: shadow 2s ease-out infinite;
    animation: shadow 2s ease-out infinite;

}

@keyframes shadow {
    from {
        box-shadow: 0px 0px 0px;
    }
    50% {
        box-shadow: 0px 0px 30px #FB5500;
    }
    to {
        box-shadow: 0px 0px 0px;
    }
}

#banner ul.banner-advantages li {
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#banner ul.banner-advantages li span {
    color: #FF6400;
}

#banner ul.banner-advantages li .container-img {
    margin-right: 20px;
    width: 40px;
    display: inline-block;
}

#banner ul.banner-advantages li:not(:last-of-type) {
    margin-bottom: 25px;
}

#banner .cart {
    position: fixed;
    right: 0;
    background: #f1b930;
    background: linear-gradient(176deg, rgba(241, 185, 48, 1) 0, rgba(240, 123, 49, 1) 100%);
    padding: 8px 25px 8px 15px;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 10px 0 #c9580e;
    z-index: 1;
    transition: .5s ease-out;
    bottom: calc(50% - 100px)
}

#banner .cart.add {
    animation: add-cart .75s ease-out 1
}

#banner .cart.add img {
    animation: add-cart-infinite .75s ease-out infinite
}

#banner .cart.add span {
    animation: cart-num 1.25s ease-out infinite
}

@keyframes add-cart {
    from {
        padding-right: 25px
    }
    50% {
        padding-right: 120px
    }
    to {
        padding-right: 25px
    }
}

@keyframes add-cart-infinite {
    from {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(10deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-10deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes cart-num {
    from {
        transform: scale(1)
    }
    25% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.5)
    }
    to {
        transform: scale(1)
    }
}

#banner .cart:hover {
    background: #ffcb4c;
    background: linear-gradient(176deg, rgba(255, 203, 76, 1) 0, rgba(255, 162, 103, 1) 100%)
}

#banner .cart:hover span {
    background: red
}

#banner .cart span {
    width: 15px;
    height: 15px;
    background: rgba(233, 7, 7, .8);
    font-size: 12px;
    color: #fff;
    font-family: SFUIText-Heavy;
    position: absolute;
    top: 7px;
    left: 40px;
    border-radius: 50%;
    text-align: center;
    transition: .5s ease-out
}

#catalog {
    margin-bottom: 60px;
    padding-top: 40px
}

#catalog .title {
    font-size: 44px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

#catalog .product .slider {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto
}

#catalog .product .slider .stock-item {
    position: absolute;
    left: -100px;
    top: -100px;
    background: #f1b930;
    background: linear-gradient(176deg, rgba(241, 185, 48, 1) 0, rgba(240, 123, 49, 1) 100%);
    width: 200px;
    height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 1;
    flex-direction: column;
    text-align: center;
    padding: 10px
}

#catalog .product .slider .stock-item .title {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

#catalog .product .slider .stock-item .descr {
    font-family: SFUIText-Light;
    font-size: 10px
}

#catalog .product .slider .slider-for div {
    width: 100%
}

#catalog .product .slider .slider-for div img {
    max-height: 300px;
    margin: 0 auto
}

#catalog .product .slider .slider-nav {
    cursor: pointer
}

#catalog .product .slider .slider-nav div img {
    height: 90px;
    margin: 0 auto;
    border: 1px solid #dedede
}

#catalog .product .slider .slider-nav div a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border: 1px solid #dedede;
    transition: .2s ease-out
}

#catalog .product .slider .slider-nav div a:hover {
    opacity: .6
}

#catalog .product .slider .slider-nav div a img {
    width: 70px;
    border: 0;
    height: auto
}

#catalog .product .title {
    font-size: 24px;
    color: #919191;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

#catalog .product {
    margin-bottom: 40px
}

#catalog .product-info table {
    border-spacing: 0
}

#catalog .product-info table tr th {
    color: #737373;
    font-size: 18px;
    font-family: SFUIText-Heavy
}

#catalog .product-info table tr td:first-child {
    text-align: left
}

#catalog .product-info table tr td {
    font-size: 14px;
    color: #757575;
    font-family: SFUIText-Regular;
    padding: 10px 5px;
    text-align: center
}

#catalog .product-info table tr td span.line-through {
    text-decoration: line-through
}

#catalog .product-info table tr td span.bold {
    font-weight: bold;
    color: #000
}

#catalog .product-info table tr td.descr {
    font-size: 11px;
    color: #d5d5d5
}

#catalog .product-info table tr td a.buy {
    text-decoration: none;
    color: #fff;
    background: #7de72d;
    background: linear-gradient(176deg, rgba(125, 231, 45, 1) 0, rgba(99, 189, 30, 1) 100%);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-family: SFUIText-Heavy;
    box-shadow: 0 0 10px 0 #8fdc95;
    transition: .2s ease-out;
    overflow: hidden;
    position: relative
}

#catalog .product-info table tr td a.buy:hover {
    background: #74d62b;
    background: linear-gradient(176deg, rgba(116, 214, 43, 1) 0, rgba(89, 173, 25, 1) 100%);
    transform: scale(1.05)
}

#catalog .product-info table tr:not(:last-of-type) td:not(:last-of-type) {
    border-right: 1px solid #757575
}

#catalog .product-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #fff;
    border: 2px solid #f1f1f1
}

#catalog .product-card .container-img img {
    width: 150px
}

#catalog .product-card .text {
    padding: 15px;
    text-align: center;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#catalog .product-card .text .title {
    color: #929292;
    font-size: 18px;
    font-family: SFUIText-Heavy;
    text-align: center;
    margin-bottom: 15px
}

#catalog .product-card .text .price {
    color: #000;
    font-size: 18px;
    font-family: SFUIText-Heavy;
    text-align: center;
    margin-bottom: 20px
}

#catalog .product-card .text p {
    color: #757575;
    font-size: 12px;
    font-family: SFUIText-Light;
    text-align: left
}

#catalog .product-card .text hr {
    margin-bottom: 15px
}

#catalog .product-card .text a {
    text-decoration: none;
    color: #fff;
    background: #7de72d;
    background: linear-gradient(176deg, rgba(125, 231, 45, 1) 0, rgba(99, 189, 30, 1) 100%);
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    font-family: SFUIText-Heavy;
    box-shadow: 0 0 10px 0 #8fdc95;
    transition: .2s ease-out;
    position: relative;
    overflow: hidden
}

#catalog .product-card .text a:hover {
    background: #74d62b;
    background: linear-gradient(176deg, rgba(116, 214, 43, 1) 0, rgba(89, 173, 25, 1) 100%);
    transform: scale(1.05)
}

#certificate {
    margin-bottom: 60px
}

#certificate .container-img img {
    width: 100%
}

#contact {
    margin-bottom: 60px
}

#contact:before {
    display: block;
    content: "";
    height: 140px;
    margin: -140px 0 0
}

#contact .title {
    text-align: center;
    margin-bottom: 40px;
    color: #919191;
    font-family: SFUIText-Heavy;
    font-size: 44px
}

#contact .form {
    background: #f2f2f2;
    padding: 50px;
    border-radius: 10px
}

#contact form input,
#contact form textarea {
    background: #fff;
    padding: 15px 30px;
    color: #8f8f8f;
    font-size: 26px;
    font-family: SFUIText-Regular;
    border-radius: 20px;
    border: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #8f8f8f;
    width: 100%
}

#contact form textarea {
    height: 100%
}

#contact form button[type="submit"] {
    color: #fff;
    border: 0;
    background: #f1b930;
    background: linear-gradient(176deg, rgba(241, 185, 48, 1) 0, rgba(240, 123, 49, 1) 100%);
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 26px;
    font-family: SFUIText-Regular;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s ease-out;
    overflow: hidden;
    position: relative
}

#contact form button[type="submit"]:hover {
    transform: scale(1.05)
}

#map .title {
    text-align: center;
    margin-bottom: 40px;
    color: #919191;
    font-family: SFUIText-Heavy;
    font-size: 44px
}

#map .container-img img {
    width: 100%
}

footer#footer {
    padding: 50px 0 80px;
    background: #f28844
}

footer#footer .footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-family: SFUIText-Heavy;
    font-size: 26px
}

footer#footer ul li {
    color: #fff;
    font-family: SFUIText-Semibold;
    margin-bottom: 20px
}

footer#footer ul li a {
    text-decoration: none;
    color: #fff;
    font-family: SFUIText-Semibold;
    font-size: 14px;
    transition: .2s ease-out
}

footer#footer ul li a:hover {
    text-decoration: underline
}

footer#footer .payment {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

footer#footer .payment img {
    margin-bottom: 15px
}

footer#footer div.right {
    text-align: right
}

section#advantages {
    background: #fff;
    padding: 60px 0 0
}

section#advantages .title {
    font-size: 44px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

section#advantages .advantage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px
}

section#advantages .advantage .container-img {
    margin-right: 15px
}

section#advantages .advantage .container-img img {
    width: 90px
}

section#advantages .advantage .text .text-title {
    font-size: 22px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 15px
}

section#advantages .advantage .text p {
    font-size: 14px;
    color: #8e8e8e;
    font-family: SFUIText-Light
}

section#advantages .advantage .text p>a {
    color: #000
}

#video {
    margin-bottom: 30px
}

#video:before {
    display: block;
    content: "";
    height: 140px;
    margin: -140px 0 0
}

#video .title {
    font-size: 44px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

#video .video-container {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

#video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#scheme .title {
    font-size: 44px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

#scheme .container-img img {
    width: 100%
}

#scheme .countdown {
    background: #f28844;
    box-shadow: 0 0 10px 0 #f28844;
    width: 100%;
    padding: 20px 30px;
    border-radius: 20px;
    margin: 20px 0 60px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#scheme .countdown .left-text .title {
    font-family: SFUIText-Heavy;
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
    text-align: left
}

#scheme .countdown .left-text .descr {
    font-family: SFUIText-Light;
    color: #fff;
    font-size: 22px
}

#special-offers h2.title {
    font-size: 44px;
    color: #ff7c25;
    font-family: SFUIText-Heavy;
    margin-bottom: 40px;
    text-align: center
}

#special-offers .banner {
    background: #f28630;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 25px -5px #f28630;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 30px;
    height: 385px;
    overflow: hidden
}

#scheme .countdown .right-text {
    padding-right: 30px
}

#scheme .countdown .right-text a {
    background: #fff;
    background: linear-gradient(176deg, rgba(255, 255, 255, 1) 0, rgba(253, 236, 225, 1) 100%);
    padding: 10px 30px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-family: SFUIText-Heavy;
    display: inline-block;
    transition: .2s ease-out
}

#scheme .countdown .right-text a:hover {
    transform: scale(1.05)
}

#special-offers .banner.right {
    text-align: right;
    background: #ffa05f url('../img/banner-bg2.png') no-repeat center center;
    background-size: auto 100%
}

#special-offers .banner.right .title {
    text-align: right
}

#special-offers .banner .title {
    color: #fff;
    text-align: left;
    font-family: SFUIText-Heavy;
    font-size: 28px;
    margin-bottom: 20px
}

#special-offers .banner p {
    font-family: SFUIText-Light;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

#special-offers .banner a.btn {
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-family: SFUIText-Heavy;
    display: inline-block;
    transition: .2s ease-out
}

#special-offers .banner a.btn:hover {
    transform: scale(1.05)
}

.digit {
    background: none!important;
    color: #fff!important;
    width: 25px!important
}

.digit.static {
    background: none!important;
    box-shadow: none!important;
    color: #fff;
    width: 25px!important
}

.countDiv {
    color: #fff!important
}

.position {
    width: 25px!important
}

.digit.static {
    width: 25px!important
}

.timer-text {
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: -20px;
    font-family: SFUIText-Light;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.countDiv:before,
.countDiv:after {
    background-color: #fff!important
}

.timer .head {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: SFUIText-Light
}

.popup-cart,
.popup-buy,
.popup-test,
.popup-contact,
.popup-success {
    margin: 0 auto;
    padding: 30px 20px;
    max-width: 700px;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.popup-buy {
    max-width: 450px
}

.popup-cart .title,
.popup-buy .title,
.popup-test .title,
.popup-contact .title,
.popup-success .title {
    font-size: 28px;
    font-family: SFUIText-Heavy;
    margin-bottom: 20px;
    color: #000;
    text-align: center
}

.popup-success .subtitle {
    font-size: 24px;
    font-family: SFUIText-Regular;
    margin-bottom: 20px;
    color: #000;
    text-align: center
}

.popup-test .text {
    font-size: 16px;
    font-family: SFUIText-Regular;
    color: #000
}

.popup-cart table {
    background: #fff;
    transition: .2s ease-out;
    margin: 0 auto;
    width: 100%
}

.popup-cart table tbody tr:hover {
    background: #f5f5f5
}

.popup-cart table tr {
    padding: 35px 0;
    transition: .2s ease-out
}

.popup-cart td {
    font-size: 14px;
    height: auto;
    font-family: SFUIText-Regular;
    padding: 10px 5px
}

.popup-cart td:nth-child(1) img {
    width: 140px
}

input.my-product-quantity {
    text-align: center;
    border: 0;
    width: 40px!important;
    background: 0;
    font-family: SFUIText-Heavy;
    font-size: 16px
}

.minusButton,
.plusButton {
    background-color: transparent;
    font-size: 24px;
    font-family: SFUIText-Heavy;
    border: 0;
    outline: 0
}

.minusButton {
    color: #f33e3e
}

.plusButton {
    color: #1ead02
}

.deleteTovarImg {
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup-cart table .my-cart-checkout {
    text-decoration: none;
    color: #fff;
    background: #58b712;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-family: SFUIText-Heavy;
    box-shadow: 0 0 10px 0 #8fdc95;
    transition: .2s ease-out;
    border: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.popup-cart table .close {
    color: #757575;
    font-size: 12px;
    transition: .2s ease-out
}

.popup-cart table .close:hover {
    cursor: pointer;
    text-decoration: underline
}

.popup-cart table .my-cart-checkout:hover {
    background: #48970f
}

.header__menu {
    margin-right: 30px;
    cursor: pointer;
}

.header__menu img {
    width: 40px;
    display: block;
    margin-bottom: 5px;
}

.header__menu .text {
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.milk-shadow {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity: .5s;
    z-index: 99
}

#menu.show ~ .milk-shadow {
    height: 100%;
    opacity: .3
}

#menu {
    position: fixed;
    background: rgba(0, 0, 0, .70);
    width: 100%;
    height: 100%;
    padding-top: 70px;
    z-index: 99999;
    color: #bbb;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    display: none;
    border-left: 1px solid #2e4153;
    backdrop-filter: blur(5px);
}

.show {
    display: block!important
}

#menu .close {
    margin-bottom: 50px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: -10px;
}

.menu-container__links a {
    margin-bottom: 35px;
    display: block;
    font-family: SFUIText-Regular;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: inline-block;
}

.menu-container__links a:hover {
    color: #fff;
    text-decoration: none;
    margin-left: 2px;
    transition: .2s;
    transform: scale(1)
}

.popup-contact .input,
.popup-buy .input {
    position: relative
}

.popup-contact input,
.popup-buy input {
    background: #fff;
    padding: 10px 20px;
    color: #8f8f8f;
    font-size: 16px;
    font-family: SFUIText-Regular;
    border-radius: 20px;
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 #8f8f8f;
    width: 100%
}

.popup-buy .input img,
.popup-contact .input img {
    position: absolute;
    right: 20px;
    top: 11px
}

.popup-buy .total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.popup-buy .total .text {
    font-size: 18px;
    font-family: SFUIText-Regular
}

.popup-buy .total .price {
    font-family: SFUIText-Heavy;
    font-size: 18px
}

.popup-contact {
    max-width: 350px
}

.popup-contact button.confirm,
.popup-buy button.confirm {
    text-decoration: none;
    color: #fff;
    background: #58b712;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-family: SFUIText-Heavy;
    box-shadow: 0 0 10px 0 #8fdc95;
    transition: .2s ease-out;
    border: 0;
    cursor: pointer;
    width: 100%
}

.popup-buy button.confirm:hover {
    background: #48970f
}

.popup-buy .partners .text {
    font-family: SFUIText-Regular;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

.popup-buy .partners .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-buy .partners .flex .container-img:not(:last-of-type) {
    margin-right: 15px
}

#banner a.calculator:after,
header .header-box .right a.contact-link:after,
#contact form button[type="submit"]:after,
#catalog .product-info table tr td a.buy:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    width: 200%;
    background: rgba(255, 255, 255, .13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, .5) 85%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: animButton 2s infinite;
    -moz-animation: animButton 2s infinite;
    -ms-animation: animButton 2s infinite;
    -o-animation: animButton 2s infinite;
    animation: animButton 2s infinite
}

@keyframes animButton {
    0% {
        left: -50%;
        opacity: 1;
        top: -50%;
        transition-duration: .7s, .7s, .15s;
        transition-property: left, top, opacity
    }
}

footer#footer ul li img.delivery {
    width: 200px;
    display: block
}

#my-cart-grand-total {
    margin-left: 10px
}

.header-links {
    display: none;
}

.header-links ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.header-links ul li a {
    text-decoration: none;
    font-family: SFUIText-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135.8%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
}

.header-links ul li a .icon {
    width: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.header-links ul li a .icon img {
    margin-right: 10px;
}




