@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/nunito-sans.regular.ttf");
}
@font-face {
    font-family: 'Nunito Sans Bold';
    src: url("../fonts/nunito-sans.extrabold.ttf");
}
@font-face {
    font-family: 'Nunito Sans Bolder';
    src: url("../fonts/nunito-sans.black.ttf");
}
@font-face {
    font-family: 'Poppins Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: 'Poppins Regular';
    src: url("../fonts/Poppins-Regular.ttf");
}
* {
    padding: 0;
    margin: 0;
    box-sizing:border-box;
    font-family: 'Nunito Sans';
    transition: 0.2s linear;
}
html {scroll-behavior: smooth}
body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
button {
    cursor: pointer;
}
header {
    padding: 32px 100px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.menu a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.menu a:hover {
    color: #D80305;
}
header ul li, .menu ul li {
    margin: 0 17px;
}
.menu ul, .basket-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-language > div:first-child {
    border-right: 0.8px solid #272727;
    padding-right: 20px;
    margin-right: 20px;
}
.basket-language  img {
    position: relative;
    top: 3px;
}
.basket-language  img:hover {
    transform: scale(1.2);
}
.language a {
    color: #D9D9D9;
}
.language a.active, .language a:hover {
    color: #000000;
}
.language a:nth-child(1) {
    margin-right: 13px;
}
.basket {
    cursor: pointer;
}
.banner {
    width: 100%;
    background: #D80305;
    padding: 76px 100px;
}
.banner h1 {
    font-weight: 900;
    font-size: 140px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Nunito Sans Bold';
    line-height: 142px;
}
.heading {
    max-width: 800px;
    margin-top: 143px;
}
.banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.coolrush {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 200px 0;
}
.coolrush h2 {
    font-size: 176px;
    line-height: 101.9%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #E90305;
    font-family: 'Nunito Sans Bold';
    max-width: 1185px;
    margin: 0 auto;
}
.coolrush h3 {
    font-size: 187px;
    line-height: 101.9%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito Sans Bold';
    -webkit-text-stroke: 1px #DB1012;
    max-width: 1185px;
    margin: 0 auto;
}
.coolrush h4 {
    font-size: 175px;
    line-height: 101.9%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito Sans Bold';
    -webkit-text-stroke: 1px #DB1012;
    max-width: 1185px;
    margin: 0 auto;
}

.coolrush h5 {
    font-size: 66px;
    line-height: 101.9%;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    color: #E90305;
    max-width: 1185px;
    margin: 0 auto;
}
.coolrush .dec1 {
    position: absolute;
    left: 0;
    top: 0;
}
.coolrush .dec2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-item .product-img {
    max-width: 323px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 18px;
}
.item-info > h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    font-family: 'Nunito Sans Bold';
}
.item-info > p {
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}
.txt-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.txt-info p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    margin-right: 14px;
}
.txt-info span {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 8px;
    padding: 32px 55px;
}
.item-info {
    margin: 13px 0 0;
}
.txt-info {
    width: 90%;
    margin: 14px auto 30px;
    border-top: 1px solid #E90305;
    padding-top: 20px;
}
.product-item .order {
    text-transform: uppercase;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 12px 0;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    color: #000;
}
.product-item .order:hover {
    background: #E90305;
    color: #fff;
}
.product-slider {
    margin-top: 104px;
    margin-bottom: 12px;
    position: relative;
}
.m187 {
    margin-top: 30px;
}
.swiper-pagination {
    bottom: unset;
    top: 0;
    left: unset;
    right: 57px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 20px;
    color:  #A4A4A4;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 37px;
    color:  #A4A4A4;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -2px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -4px;
}
.video-banner video, .video-banner img {
    width: 100%;
    height: 784px;
    object-fit: cover;
}
.about {
    width: 100%;
    padding: 111px 0 100px;
    text-align: center;
    background: transparent;
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    transition: 0s;
}
.block{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.img-parallax {
    /*width: 100vmax;*/
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
    transition: all 1s ease 0s;
}
.about h2, .product-slider h2  {
    font-size: 45px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E90305;
    font-family: 'Nunito Sans Bold';
}
.about p {
    max-width: 1018px;
    margin: 53px auto;
    line-height:35px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 26px;
}
.example-left {
    white-space: nowrap;
    position: absolute;
    text-transform: uppercase;
}

.example-left {
    -webkit-animation: mymove 11s linear infinite;
    white-space: nowrap;
    animation: mymove 11s linear infinite alternate;
}
.marquee {
    overflow: hidden;
    width: 100%;
    height: 80px;
    position: relative;
}
@-webkit-keyframes mymove {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes mymove {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
.example-right {
    white-space: nowrap;
    position: absolute;
    text-transform: uppercase;
}

.example-right {
    -webkit-animation: urmove 11s linear infinite;
    white-space: nowrap;
    animation: urmove 11s linear infinite alternate;
}

#restart {
    -webkit-animation: restart 4s linear infinite;
    animation: restart 4s linear infinite alternate;
}

@-webkit-keyframes urmove {
    from {
        right: 0;
    }
    to {
        right: -100%;
    }
}

@keyframes urmove {
    from {
        right: 0;
    }
    to {
        right: -100%;
    }
}
@-webkit-keyframes restart {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes restart {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.bordered {
    font-size: 90px;
    line-height: 92px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #F9F9F9;
    font-family: 'Nunito Sans Bolder';
    -webkit-text-stroke: 1px #DB1012;
    margin: 0 0 30px 0;
}
.grey {
    font-size: 90px;
    line-height: 92px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #EFEFEF;
    font-family: 'Nunito Sans Bolder';
    margin: 0 0 30px 0;
}
.red {
    font-size: 90px;
    line-height: 92px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #DB1012;
    font-family: 'Nunito Sans Bolder';
    margin: 0 0 30px 0;
}
.marquee-section {
    padding: 71px 0;
    background: #F9F9F9;
}
.questions-section {
    background: #F9F9F9;
}
.marquee {
    margin-bottom: 30px;
}
.contact-form {
    max-width: 814px;
    min-width: 814px;
    padding: 64px 91px 63px 184px;
    position: relative;
}
.contact-form h3 {
    font-family: 'Nunito Sans Bolder';
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #D80305;
}
.contact-form p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #D80305;
    margin-bottom: 60px;
}
.contact-form label {
    margin-bottom: 6px;
    display: block;
}
.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    padding: 14px 0;
    margin-bottom: 32px;
    border-radius: 0;
}
::placeholder {
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #C6C6C6;
    font-weight: 300;
}
button, input {
    outline: none;
}
input:focus {
    border-bottom: 1px solid #D80305;
}
.contact-form button {
    text-transform: uppercase;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 12px 0;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    color: #000;
    margin-top: 58px;
}
.contact-form button:hover {
    background: #E90305;
    color: #fff;
}
footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px 51px;
}
footer .menu {
    margin: 24px 0 20px;
}
.subscribe-form {
    margin: 22px 0 40px;
    max-width: 524px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.sub-answer {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 0;
    text-align: center;
    height: 100%;
    background: red;
    border-radius: 8px;
    color: #fff;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .8px;
    transition: 0.4s linear;
    white-space: nowrap;
}
.subscribe-form input {
    padding: 17px 27px;
    background: #F9F9F9;
    border-radius: 8px 0 0 8px;
    border: 2px solid #F9F9F9;
    width: 100%;
}
.subscribe-form input:hover {
    border-color: #E90305;
    border-radius: 8px 0 0 8px;
    border-right: 0;
}
.subscribe-form button {
    padding: 17px 27px;
    background: #EFEFEF;
    border-radius: 0 8px 8px 0;
    border: 1px solid #EFEFEF;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.subscribe-form button:hover {
    background: #E90305;
    color: #fff;
}
footer p {
    font-weight: 700;
}
.text-red {
    color: #E90305;
    font-weight: 700;
}
.questions {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}
.questions h2{
    font-size: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #D80305;
    margin-bottom: 53px;
    font-family: 'Nunito Sans Bolder';
}
.the-game, .the-game-container {
    position: relative;
}
.the-game .v1 {
    position: absolute;
    left: 223px;
    top: 10px;
}
.the-game .v2 {
    position: absolute;
    right: 202px;
    top: 10px;
    transform: rotate(180deg);
}
.the-game-container .h1 {
    content: url("../images/h1.png");
    position: absolute;
    left: -30px;
    top: 249px;
}
.the-game-container .h2 {
    position: absolute;
    left: -30px;
    top: 437px;
    transform: rotate(180deg);
}
footer .logo {
    text-align: center;
}
.acc-container {
    width: 100%;
}
.acc {
    border-bottom: 1px solid #E90305;
    background: #F9F9F9;
}

.acc-head {
    padding: 18px 5px 18px 56px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.acc-head::after {
    content: '';
    display: inline-block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(180deg);
    transition: all 0.3s;
    position: absolute;
    left: 9px;
    top: 27px
}
.acc-content {
    display: none;
    transition: none;
}
.acc-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.015em;
    color: #7E7E7E;
    padding-bottom: 18px;
    padding-left: 56px;
}
.acc-head.active::after {
    transform: rotate(0);
}
.banner-icon {
    text-align: center;
    margin-top: 150px;
    animation: iconmove 3s infinite;
    position: relative;
}

@keyframes iconmove {
    0%   {top: 0;}
    50%  {top: 30px;}
    100% {top: 0;}
}
.circle {
    animation: circle 1s;
}

@keyframes circle {
    0%   {transform: scale(0.8)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}
.product-slider h2  {
    margin-bottom: 70px;
}
.product-item:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
}
/*.product-item img {*/
/*   transition: 0.3s;*/
/*}*/
/*.product-item:hover img {*/
/*   transform: scale(1.07);*/
/*}*/
/*.product-item:hover h3 {*/
/*    font-size: 28px;*/
/*}*/
/*.product-item:hover .item-info p {*/
/*    font-size: 23px;*/
/*}*/
/*.product-item:hover .txt-info p, .product-item:hover .txt-info span {*/
/*    font-size: 22px;*/
/*}*/
.swiper {
    height: 735px;
    padding: 0 37px;
    position: static;
    width: 95%;;
}
#map {
    width: 100%;
    height: 750px;
}
.contact-section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 6em;
    left: 48%;
    margin-left: -16em;
    width: 618px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 29px 20px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}


.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    animation: circle 1.5s;
}

@keyframes circle {
    0%   {transform: scale(0.8)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}
/*.tic img{*/
/*    animation: tic 1s;*/
/*}*/

@keyframes tic {
    0%   {transform: scale(0.8)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}
.modal-header {
    position: relative;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
}

.modal-header > img {
    display: block;
    margin: 0 auto 64px;
    width: 243px;
}
#restartModal {
    background: #EFEFEF;
    border-radius: 8px;
    width: 302px;
    padding: 12px;
    display: block;
    margin: 46px auto 20px;
    text-align: center;
    cursor: pointer;
}
#restartModal:hover {
    background: #E90305;
    color: #fff;
}
.modal-body p {
    font-weight: 700;
    text-align: center;
}
.modal-body a {
    color: #0038FF;
    font-weight: 700
}
.modal-body .winner  {
    font-size: 100px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #DB1012;
    font-family: 'Nunito Sans Bolder';
}
.modal-body .winner.redtxt  {
    font-size: 100px;
    text-transform: uppercase;
    color: #E90305;
    font-family: 'Nunito Sans Bolder';
}
.modal-body .right-side  {
    position: relative;
    top: 0;
    left: 0;
    margin: 51px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.modal-body .right-side .comp-player:after, .modal-body .right-side .comp-player:before {
    content: url(../images/red-line.svg);
}
.modal-body .right-side .score, .modal-body .right-side .dots {
    color: #E90305;
}
.game-result {
    line-height: 20px;
}
.the-game .v2, .the-game-container .h2 {
    transform: revert;
}
.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 119px;
    margin-bottom: 24px;
}
.footer-social a:hover path {
    fill: #E90305;
}
.mobile-menu {
    position: fixed;
    background: #fff;
    width: 276px;
    right: -280px;
    top: 0;
    height: 100vh;
    padding-bottom: 24px;
    z-index: 9;
}

#menuBar {
    border: none;
    background: none;
    display: none;
}
.mobile-menu > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.mobile-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-menu .logo img {
    width: 129px;
}
.mobile-menu .logo {
    display: block;
    text-align: center;
    margin: 20px 0 74px;
}
.footer-social a {
    display: block;
    margin: 0 8px;
}
.mobile-menu .menu a {
    font-size: 24px;
    color:#616161;
    margin-bottom: 24px;
}
.mobile-menu .menu li {
    margin-bottom: 24px;
}
.mobile-menu .basket-language {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.basket path {
    fill: #C6C6C6;
}
.basket svg {
    position: relative;
    top: 3px;
}
.mobile-menu .language a {
    font-weight: 700;
    font-size: 24px;
    color: #616161;
}
.mobile-menu .language a.active, .mobile-menu .language a:hover {
    color: #E90305;
}
.open {
    right: 0;
}
.close-menu {
    position: absolute;
    top: 24px;
    left: 10px;
    border: none;
    background: none;
}
.layer, .game-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.open-layer {
    visibility: visible;
    opacity: 1;
}
/*ymaps {*/
/*    width: 100% !important;*/
/*}*/
.swiper-button-next, .swiper-button-prev {
    z-index: 4;
}
.game-layer {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.game-layer h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    display: none;
    -webkit-animation: pulseh2 1s ease alternate;
    animation: pulseh2 1s ease alternate;
}
.game-layer.active {
    visibility: visible;
    opacity: 1;
}
.img1, .img2, .img3 {
    position: absolute;
    display: none;
}
.zero {
    -webkit-animation: pulse 1s ease alternate;
    animation: pulse 1s ease alternate;
}
.img1 {
    left: 37px;
    top: 34px;
}
.img2 {
    top: 229px;
    left: 249px;
}
.img3 {
    right: 24px;
    bottom: 17px;

}
.pulse {
    -webkit-animation: pulse 1s ease alternate;
    animation: pulse 1s ease alternate;
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes pulseh2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulseh2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.svg {
    width: 53px;
    position: relative;
    height: 63px;
}
.svg img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: width 0.5s ease alternate;
    animation: width 0.5s ease alternate;
}
.svg img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: width 0.5s ease alternate;
    animation: width 0.5s ease alternate;
}
@-webkit-keyframes width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes width {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
#open-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F7F7F7;
    border-radius: 0 8px 8px 0;
    border: none;
    padding: 10px;
    position: absolute;
    top: 27px;
    left: 0;
    width: 40px;
    margin-top: 0;
    z-index: 7;
}
#open-map:hover {
    background: #D80305;
}
#open-map:hover path {
    fill: #fff;
}
#map .ymaps-2-1-79-map {
    display: none;
}
#map .ymaps-2-1-79-map:last-child {
    display: block;
}
.map {
    width: 100%;
    position: relative;
}
.dn {
    display: none;
}
.map-btn svg {
    transform: rotate(180deg);
}

.adult-checker {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    z-index: 9999;
    /*visibility: visible !important;*/
}
.adult-checker .modal-transition {
    opacity: 1 !important;
}
.adult-checker h2 {
    text-align: center;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins Regular'
}
.adult-checker .modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.adult-checker .modal-content > div {
    margin-bottom: 32px;
}
.adult-checker .question {
    display: block;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #9B9B9B;
    font-family: 'Poppins Regular';
}
.adult-checker p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #000000;
    font-family: 'Poppins Regular';
    text-align: left;
}
.img-p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-p img {
    margin-right: 19px;
}
.adult-checker .modal-wrapper {
    left: 47%;
    width: 675px;
}
.fs35 {
    font-size: 35px;
}
.fs20 {
    font-size: 20px;
    letter-spacing: 1.7px;
}
.yes-btn, .no-btn {
    background: transparent;
    color: #000;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: bold;
    margin: 0 6px;
    border: 1px solid #E90305;
    width: 154px;
    font-family: 'Poppins Regular';
}
.no-btn:hover, .yes-btn:hover {
    background: #E90305;
    color: #fff;
}
.start-game {
    display: none;
}
.over-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 120px;
}

@media (max-width: 1780px) {
    .banner h1 {
        font-size: 115px;
        line-height: 128px;
    }
    .heading {
        max-width: 660px;
    }
    .coolrush img {
        width: 190px;
    }
    .coolrush > div {
        text-align: center;
    }
    .coolrush h2 {
        font-size: 137px;
    }
    .coolrush h3 {
        font-size: 143px;
    }
    .coolrush h4 {
        font-size: 134px;
    }
    .coolrush h5 {
        font-size: 51px;
    }
    .product-item .product-img {
        max-width: 244px;
    }
    .m187 {
        margin-top: 22px;
    }
    .product-slider {
        margin-top: 60px;
    }
    .product-slider h2 {
        margin-bottom: 0;
    }
    .questions {
        padding-top: 70px;
    }
}
@media (max-width: 1660px) {
    .container {
        width: 520px;
        height: 474px
    }
    .square {
        float: left;
        height: 149px;
        width: 164px;
    }
    .the-game .v2 {
        right: 163px;
        height: 530px;
    }
    .the-game .v1 {
        left: 180px;
        height: 530px;
    }
    .the-game-container .h2 {
        top: 354px;
        width: 570px;
    }
    .the-game-container .h1 {
        top: 201px;
        width: 570px;
    }
    /*.square img {*/
    /*    width: 105px;*/
    /*}*/
    .heading {
        margin-top: 85px;
    }
    .coolrush img {
        width: 145px;
    }
    .coolrush h2 {
        font-size: 100px;
    }
    .coolrush h3 {
        font-size: 103px;
    }
    .coolrush h4 {
        font-size: 97px;
    }
    .coolrush h5 {
        font-size: 36px;
    }
    .about {
        padding: 58px 0 40px;
    }
    .about h2, .product-slider h2 {
        font-size: 32px;
    }
    .about p {
        margin: 26px auto;
        line-height: 31px;
        letter-spacing: 0.02em;
        font-size: 22px;
    }
    .product-item {
        padding: 21px 20px;
    }
    .swiper {
        height: 583px;
    }
    .product-slider {
        width: 96%;
        margin: 0 auto;
    }
    .product-slider h2 {
        margin-bottom: 24px;
        margin-top: 60px;
    }
    .item-info > h3 {
        font-size: 21px;
    }
    .item-info > p {
        font-size: 15px;
    }
    .product-item:hover .item-info p {
        font-size: 18px;
    }
    .txt-info p, .txt-info span {
        font-size: 14px;
    }
    .product-item:hover .txt-info p, .product-item:hover .txt-info span {
        font-size: 16px;
    }
    .product-item:hover h3 {
        font-size: 23px;
    }
    .product-item .order {
        font-size: 14px;
        padding: 9px 0;
    }
    .txt-info {
        margin: 6px auto 13px;
        padding-top: 10px;
    }
    .video-banner {
        margin-top: 40px;
    }
    .right-side {
        bottom: -153px;
    }
    .banner-icon {
        margin-top: 105px;
    }
    .banner {
        padding: 50px 100px;
    }
    .img1 {
        left: 13px;
        top: 5px;
    }
    .img2 {
        top: 160px;
        left: 187px;
    }
    .img3 {
        right: 6px;
        bottom: 1px;
    }
}
@media (max-width: 1540px) {
    header {
        padding: 23px 50px 12px;
    }
    .banner {
        padding:20px 50px 50px;
    }
    .coolrush {
        padding: 115px 0;
    }
}
@media (max-width: 1450px) {
    .banner h1 {
        font-size: 98px;
        line-height: 113px;
    }
    .heading {
        max-width: 578px;
    }
    .questions {
        max-width: 750px;
    }
    .acc-head {
        font-size: 15px;
    }
    .product-item {
        padding: 21px 8px;
    }
}
@media (max-width: 1370px) {
    .questions h2 {
        margin-bottom: 25px;
    }
    .acc-head {
        padding: 14px 5px 14px 56px;
    }
    .questions {
        padding-top: 48px;
    }
    .bordered, .grey, .red {
        font-size: 70px;
    }
    .marquee {
        height: 74px;
        margin-bottom: 5px;
    }
    .marquee-section {
        padding: 40px 0;
    }
    .contact-form p {
        font-size: 16px;
        padding-bottom: 18px;
        margin-bottom: 40px;
    }
    .contact-form {
        max-width: 673px;
        min-width: 673px;
        padding: 43px 91px 63px 98px;
    }
    #map {
        height: 697px;
    }
    .about p {
        max-width: 74%;
        font-size: 18px;
    }
}
@media (max-width: 1240px) {
    .banner h1 {
        font-size: 70px;
        line-height: 94px;
    }
    .heading {
        max-width: 367px;
    }
    #restart img {
        width: 26px;
    }
    #restart {
        width: 50px;
        height: 50px;
        padding-top: 10px;
    }
}
@media (max-width: 1135px) {
    .container {
        width: 418px;
        height: 372px;
    }
    .square {
        height: 115px;
        width: 129px;
    }
    .square img {
        max-width: 85px;
    }
    .the-game .v1 {
        left: 141px;
        height: 429px;
    }
    .the-game .v2 {
        right: 135px;
        height: 429px;
    }
    .the-game-container .h1 {
        top: 169px;
        width: 474px;
    }
    .the-game-container .h2 {
        top: 284px;
        width: 474px;
    }
    .g-c {
        padding-right: 58px;
    }
    .right-side {
        right: 55px;
    }
    .img1 {
        left: 17px;
        top: 11px;
        width: 91px;
    }
    .img2 {
        top: 132px;
        left: 152px;
        width: 91px;
    }
    .img3 {
        right: 15px;
        bottom: 8px;
        width: 91px;
    }
    .game-layer h2 {
        font-size: 18px;
    }
    .fs35 {
        font-size: 27px;
        line-height: 25px;
    }
    .fs20 {
        font-size: 17px;
        letter-spacing: 0.7px;
    }
    .over-18 img {
        margin-right: 19px;
        width: 56px;
    }
    .over-18 {
        padding: 0 19px;
    }
}
@media (max-width: 985px) {
    .video-banner video, .video-banner img {
        height: 552px;
    }
    .banner h1 {
        font-size: 80px;
        line-height: 77px;
    }
    .heading {
        max-width: 250px;
    }
    .coolrush h2 {
        font-size: 44px;
    }
    .coolrush h3 {
        font-size: 47px;
    }
    .coolrush h4 {
        font-size: 43px;
    }
    .coolrush h5 {
        font-size: 21px;
        letter-spacing: 0.245em;
    }
    .coolrush img {
        width: 68px;
    }
    .coolrush {
        padding: 76px 0;
    }
    .contact-form {
        max-width: 431px;
        min-width: 431px;
        padding: 50px;
    }
    .contact-form input {
        margin-bottom: 18px;
    }
    .contact-form button {
        margin-top: 22px;
    }
    #map {
        height: 616px;
    }
    .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .heading {
        margin-top: 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .banner-icon {
        display: none;
    }
    .banner {
        padding: 80px 50px 50px;
    }
    .right-side {
        right: unset;
        bottom: unset;
        top: -109px;
        left: -21px;
    }
    .the-game .v1, .the-game .v2 {
        top: 43px;
        height: 397px;
    }
    .player {
        height: 84px;
    }
    .g-c {
        padding-right: 0;
    }
    .left-side {
        top: -38px;
        right: -25px;
    }
    #restart {
        width: 47px;
        height: 47px;
        padding-top: 10px;
    }
    .heading {
        max-width: 405px;
    }
    .about h2, .product-slider h2 {
        font-size: 40px;
    }
    .about {
        padding: 72px 0 80px;
    }
    .questions h2 {
        font-size: 20px;
    }
    .questions {
        max-width: 90%;
    }
    header {
        padding: 21px 20px 18px;
    }
    .logo img {
        max-width: 129px;
    }
    .modal-wrapper {
        left: 46%;
    }
    .modal-body .winner.redtxt, .modal-body .winner {
        font-size: 60px;
    }
    .game-result > div:nth-child(1) {
        display: none;
    }
    .modal-header > img {
        margin: 0 auto 42px;
        width: 176px;
    }
    .modal-body .right-side {
        margin: 37px auto 0;
    }
    #restartModal {
        margin: 20px auto 20px;
    }
    .menu, .basket-language {
        display: none;
    }
    .mobile-menu .menu {
        display: block;
    }
    .mobile-menu .basket-language {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    #menuBar {
        display: block;
    }
    .img3 {
        right: 14px;
    }
}
@media (max-width: 730px) {
    .video-banner video, .video-banner img {
        height: 471px;
    }
    .contact-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-form {
        max-width: 100%;
        min-width: 100%;
        padding: 20px;
        margin-bottom: 32px;
        position: relative;
    }
    .contact-form h3 {
        font-size: 24px;
    }
    .contact-form p {
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 44px;
    }
    #map {
        height: 333px;
    }
    .modal-wrapper {
        position: relative;
        display: block;
        margin: 0 auto;
        z-index: 999999999;
        left: 0 !important;
        width: 87% !important;
    }
    .swiper {
        padding: 0 12px;
    }
    #open-map {
        display: none;
    }
}
@media (max-width: 622px) {
    .yes-btn, .no-btn {
        font-size: 13px;
        width: 126px;
    }
}
@media (max-width: 497px) {
    .video-banner video, .video-banner img {
        height: 281px;
    }
    .banner {
        padding: 80px 30px 50px;
    }
    .container {
        width: 354px;
        height: 308px;
    }
    .square {
        height: 92px;
        width: 109px;
        padding: 0 !important;
    }
    .square img {
        max-width: 82px;
    }
    .the-game-container .h1 {
        top: 144px;
        width: 372px;
        left: -8px;
    }
    .the-game-container .h2 {
        top: 239px;
        width: 372px;
        left: -8px;
    }
    .the-game .v1 {
        left: 119px;
        height: 319px;
    }
    .the-game .v2 {
        right: 113px;
        height: 319px;
    }
    .banner h1 {
        font-size: 70px;
    }
    .coolrush img {
        width: 53px;
    }
    footer .logo, footer .menu {
        display: none;
    }
    footer p {
        text-align: center;
    }
    footer {
        padding: 34px 20px 28px;
    }
    .subscribe-form {
        margin: 0 0 38px;
    }
    .img1 {
        top: 7px;
    }
    .img1, .img3 {
        width: 72px;
    }
    .img2 {
        top: 104px;
        left: 130px;
        width: 72px;
    }
    .adult-checker .question {
        margin-bottom: 16px;
    }
    .adult-checker .modal-content > div {
        margin-bottom: 12px;
    }
    .sub-answer {
        font-size: 13px;
    }
    .subscribe-form button {
        padding: 17px 10px;
    }
    .subscribe-form input {
        padding: 17px 15px;
    }
    .fs35 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 4px;
    }
    .fs20 {
        font-size: 14px;
        letter-spacing: 0.7px;
    }
    .over-18 {margin: 24px 0 50px;}
    .adult-checker h2 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media (max-width: 412px) {
    .container {
        width: 309px;
        height: 269px;
    }
    .square {
        height: 78px;
        width: 92px;
    }
    .the-game .v1 {
        left: 105px;
        height: 278px;
    }
    .the-game .v2 {
        right: 99px;
        height: 278px;
    }
    .the-game-container .h1 {
        top: 132px;
        width: 327px;
    }
    .the-game-container .h2 {
        top: 213px;
        width: 327px;
    }
    .right-side img {
        width: 23px;
    }
    .score {
        font-size: 23px;
    }
    .score2 {
        margin: 0 8px 0 15px;
    }
    .score1 {
        margin-right: 15px;
    }
    .dots {
        font-size: 28px;
        left: -8px;
    }
    .img2 {
        top: 85px;
        left: 107px;
    }
    .img1 {
        left: 10px;
        top: 3px;
    }
    .img3 {
        right: 7px;
        bottom: 3px;
    }
    .square img {
        max-width: 74px;
    }
    .comp-player:after, .comp-player:before {
        content: url(../images/mob.svg);
    }
    .modal-body .winner.redtxt, .modal-body .winner {
        font-size: 43px;
    }
    .modal-body .right-side {
        left: -24px;
        padding-left: 38px;
    }
    #restartModal {
        width: 100%;
    }
    .svg img:nth-child(2) {
        top: 5px;
        right: 5px;
    }
    .svg img:nth-child(1) {
        top: 6px;
    }
    .banner h1 {
        font-size: 62px;
    }
}
@media (max-width: 376px) {
    .yes-btn, .no-btn {
        display: block;
        margin: 13px 6px;
    }
    .square img {
        max-width: 70px;
    }
    .square {
        height: 79px;
        width: 94px;
    }
    .img2 {
        top: 89px;
        left: 112px;
        width: 64px;
    }
    .img1 {
        width: 64px;
        left: 14px;
        top: 6px;
    }
    .img3 {
        width: 64px;
        right: 9px;
    }

}
@media (max-width: 359px) {
    .video-banner video, .video-banner img {
        width: 100%;
        height: 193px;
    }
    .container {
        width: 259px;
        height: 238px;
    }
    .the-game-container .h1 {
        top: 123px;
        width: 278px;
    }
    .square {
        height: 68px;
        width: 77px;
    }
    .the-game .v1 {
        left: 91px;
        height: 250px;
    }
    .the-game .v2 {
        right: 86px;
        height: 250px;
    }
    .the-game .v2 {
        right: 86px;
        height: 255px;
    }
    .the-game-container .h2 {
        top: 194px;
        width: 284px;
    }
    .right-side img {
        width: 23px;
    }
    .score {
        font-size: 23px;
    }
    .score2 {
        margin: 0 8px 0 15px;
    }
    .score1 {
        margin-right: 15px;
    }
    .dots {
        font-size: 28px;
        left: -8px;
    }
    .comp-player:after, .comp-player:before {
        content: url(../images/mob.svg);
    }
    .banner h1 {
        font-size: 54px;
        line-height: 62px;
    }
    .coolrush h2 {
        font-size: 32px;
    }
    .coolrush h3 {
        font-size: 32px;
    }
    .coolrush h4 {
        font-size: 30px;
    }
    .coolrush h5 {
        font-size: 14px;
    }
    .about h2, .product-slider h2 {
        font-size: 26px;
    }
    .about {
        padding: 42px 0 35px;
    }
    .about p {
        max-width: 84%;
    }
    .img1 {
        left: 7px;
        top: 2px;
    }
    .img2 {
        top: 75px;
        left: 86px;
    }
    .img3 {
        right: 2px;
        bottom: 2px;
    }
    .square img {
        max-width: 63px;
    }
    .svg {
        width: 44px;
        height: 50px;
    }


}

#page-container {
    position: relative;
}

#content-wrap {
    padding-bottom: 2.5em;
}


.diff-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.selector {
    opacity: .5;
    transition: opacity 500ms;
    margin: 0 2rem;
}

.selector:hover {
    opacity: 1;
    animation: bounce 250ms infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0rem);
    }
    to {
        transform: translateY(-.3rem);
    }
}

.controls-container {
    width: 32rem;
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.6rem;
}

.game-count {
    visibility: visible !important;
}

/* Main section */
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.board {
    position: initial ;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
    height: auto;
    width: auto;
}

.square {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.diff-control {
    display: none;
}
.start-game, .no-game {
    text-transform: uppercase;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 12px 30px;
    width: 100%;
    border: 1px solid transparent;
    color: #000;
    white-space: nowrap;
    margin: 8px;
}
.start-game:hover, .no-game:hover {
    background: #E90305;
    color: #fff;
}
.game-layer .messageBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reset-button button{
    background: none;
    border: none;
}
rect {
    width: 50px;
    height: 50px;
}
.footer-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E90305;
    padding: 11px;
    width: 100%;
}
.footer-add img{
    margin-right: 23px;
}
.footer-add span {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    font-family: 'Poppins Regular';
}
