*
{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #202020;
    outline: none;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
}

*::-webkit-scrollbar-track{ border-radius: 3px; width: 7px;}
*::-webkit-scrollbar { width: 10px;}
*::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #aaa;}

body{}
a { cursor: pointer;color: #202020; transition: all 0.3s }

li {
    list-style: none;
}

.container {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1750px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.check-row-inp label span {
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    width: 100%;
    max-width: 410px;
    margin: 0 auto 10px;
    padding: 17px 20px 17px 61px;
    position: relative;
    display: block;text-align: left;
}

.check-row-inp label input {
    display: none;
}

.check-row-inp,.check-row-inp label   {
    width: 100%;
}


.check-row-inp label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 17px;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
}

.check-row-inp label input:checked + span {
    border-color: #5BBA70;
}

.check-row-inp label input:checked + span:before  {
    border-color: transparent;
    background: url("/themes/kivi/assets/img/check.svg") no-repeat center/cover;
}

.container-small {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.all_btn {
    background: #0F5AD3;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    border: 1px solid #0F5AD3;
    transition: all 0.3s;
}
.all_btn:hover {
    background: transparent;
    color: #0F5AD3;
}
.icon-info{
    display: flex;
    min-height: 68px;
}

.transparent_btn {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #202020;
    border: 1px solid #202020;
    backdrop-filter: blur(2px);
    border-radius: 50px;
    transition: all 0.3s;
    background: transparent;
}

.transparent_btn:hover {
    color: #fff;
    background: #202020;
}


button {
    border: none;
    cursor: pointer;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/*breadcrumbs*/

.breadcrumbs {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 39px;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs .container {
    /*max-width: 1198px;*/
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumbs .breadcrumbs-wrap {
    min-width: 100%;
    display: flex;
    max-width: 1600px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a {
    margin-right: 27px;
    position: relative;
    display: block;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:before {
    content: "/";
    position: absolute;
    display: block;
    width: 7px;
    height: 100%;
    top: -1px;
    right: -18px;
    color: #999999;
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a:before {
    display: none;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    transition: all .3s;
    white-space: nowrap;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:hover span {
    color: #283242;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:hover span img {
    filter: brightness(88%) contrast(78%);
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a {
    pointer-events: none;
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a span {
    color: #283242;
}

.breadcrumbs-nav:first-child a span {
    display: none;
}

.breadcrumbs-nav span.icon {
    padding: 0 10px;
}

.breadcrumbs-nav span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.breadcrumbs-nav {
    display: flex;
}

/*ZOOM CONTAINER*/
.zoom img.zoom-img, .zoom picture.zoom-img {
    width: 100%;
    transition: all 1s;
}

.zoom .width-for-zoom {
    width: 95%;
    transition: all 1s;
}

.zoom.transform .width-for-zoom {
    width: 100%;
    transition: all 1s;
    max-width: 100%;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.zoom-cont {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

picture.zoom-img img {
    width: 100%;
}

picture.zoom-img {
    display: block;
}

.zoom-cont span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: left;
    display: block;
    padding-bottom: 50px;
}

.video_block video {
    border-radius: 20px;
}

/*FOOTER*/
footer {
    padding: 80px 0;
    background: #202020;
}

footer .flex {
    align-items: flex-start;
}

.footer-item {
    width: 25%;
}

.footer-item .footer-item-head .arrow {
    display: none;
}

.footer-item-body ul {
    padding: 0;
    margin: 0;
}

.footer-item .footer-item-body a.footer-tel  {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
}

.footer-item .footer-item-body.footer-item-cont a {
    color: #fff;
}

.footer-item .footer-item-body.footer-item-cont a:hover {
    color: #0F5AD3;
}

.footer-item a {
    cursor: pointer;
    color: #202020;
    display: block;
    text-align: left;
    width: max-content;
    max-width: 100%;
    transition: all 0.3s;
}

.stare-item {
    margin-bottom: 10px;
}

.stare-item img {
    max-width: 100%;
}

a.logo-footer {
    margin-bottom: 34px;
}

.footer-item-head {
    margin-bottom: 30px;
}

.footer-item-head {
    display: flex;
    align-items: center;
}

footer span.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    display: block;
    text-align: left;
}

.footer-item .footer-item-head .arrow {
    display: none;
}

.footer-item .footer-item-body a {
    max-width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #959595;
    margin-bottom: 12px;
}

.footer-item a.phone-footer {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

a.mail-footer {
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

ul.social-footer {
    display: flex;
    align-items: center;
}

ul.social-footer li {
    margin-right: 17px;
}

ul.social-footer li a {
    margin-bottom: 0;
}

ul.social-footer li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

a.mail-footer {
    display: none;
}

.footer-item a:hover {
    color: #0F5AD3;
}

.copyright p {
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #959595;
    padding-top: 28px;
    text-align: left;
}

/*HEADER*/


.header-body .flex {
    min-height: 66px;
    padding: 10px 0;
}

.header-mob {
    display: none;
}

button.menu-btn {
    display: none;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}

.header-body {
    /*padding: 17px 0;*/
}

.header-nav-link ul {
    margin: 0;
    padding: 0;
}

.header-nav-link li {
    display: inline-block;
    /*padding: 0 40px;*/
    padding: 0 20px;
}

.header-nav-link li.has-submenu {
    position: relative;
    padding: 10px 20px;
    padding-right: 35px;
}

.header-nav-link li.has-submenu:before {
    content: '';
    display: block;
    top: 16px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url("../img/arrow.svg") no-repeat center/contain;
    filter: invert(1);
    position: absolute;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.header-nav-link li:hover .submenu {
    display: grid;
    width: max-content;
    position: absolute;
    left: 0;
    top: 99%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-sizing: border-box;
}

.header-nav-link li.has-submenu:hover:before {
    transform: rotate(0);
}

.header-nav-link li:hover .submenu li {
    padding: 10px;
}

.header-nav-link li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #202020;
}

.header-nav-link li a:hover {
    color: #0F5AD3;
}

a.contact-btn {
    padding: 10px 66px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    background: #202020;
    border: 1px solid #202020;
    backdrop-filter: blur(4px);
    border-radius: 50px;
}

header a.contact-btn {
    display: none;
}

a.contact-btn:hover {
    background: transparent;
    color: #202020;
}

.header-padding {
    padding-bottom: 83px;
}

/*MAIN BLOCK*/

.main-block {
    padding-top: 140px;
    overflow: hidden;
}

.main-block h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    padding-bottom: 20px;
}

.main-block span.subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #494949;
    display: block;
    padding-bottom: 124px;
}

.main-block .swiper {
    overflow: initial;
}

.main-block .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.main-block .swiper-button-next, .main-block .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.main-block .swiper-button-next, .main-block .swiper-rtl .swiper-button-prev {
    right: -130px;
}

.main-block .swiper-button-prev, .main-block .swiper-rtl .swiper-button-next {
    left: -130px;
}

.main-swiper-cont {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.main-swiper-cont  span.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B3BCF5;
    display: block;
    text-align: left;
    padding-bottom: 20px;
}

.main-swiper-cont  span.title span.color1 {
    color: #F14734;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.main-swiper-cont  span.title span.color2 {
    color: #20BEC6;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.main-swiper-cont span.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    display: block;
    padding-bottom: 30px;
    max-width: 540px;
    text-align: left;
}

.main-swiper-cont .btn-white {
    min-width: 280px;
}

.logo-banner {
    max-width: 200px;
    display: block;
    margin-bottom: 20px;
}

.main-swiper-cont span.title br {
    display: none;
}

.main-swiper-cont span.title.br-show br {
    display: block;
}

.btn-white {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    padding: 10px 63px;
    display: block;
    max-width: 100%;
    width: max-content;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #fff;
    color: #202020;
}

.btn-black {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #202020;
    padding: 10px 63px;
    display: block;
    max-width: 100%;
    width: max-content;
    border: 1px solid #202020;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
    background: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #202020;
}


/*INFO-TV*/

.info-tv {
    padding-top: 220px;
}


/*black-and-white*/
.black-and-white {
    padding-top: 170px;
    padding-bottom: 160px;
}

.twentytwenty-container img {
    width: 100%;
}

.twentytwenty-handle {
    height: 60px;
    width: 60px;
    background: #fff;
    margin-left: -32px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    display: none;
}

.black-and-white span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #202020;
    padding-bottom: 80px;
    display: block;
}

.twentytwenty-right-arrow {
    display: none;
}

.twentytwenty-left-arrow {
    width: 15px;
    top: 50%;
    height: 23px;
    background: url(../img/mouse.png) no-repeat center/contain;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border: none;
}

div#black-and-white-wrapper,
div.black-and-white-wrapper {
    border: 1px solid #000;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
}

.black-and-white span.title span {
    display: inline-block;
    background: #202020;
    border-radius: 50px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}

/*MEDIA BLOCK*/
.media-block {
    padding: 160px 0 160px;
    background: #202020;
    text-align: center;
}

.media-block span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
    display: block;
}

.media-block p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #B9B9B9;
    max-width: 777px;
    margin: 0 auto 60px;
}

.media-block .btn-white {
    margin: 0 auto 88px;
}

.media-block .controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.media-block .controls button {
    background: transparent;
    opacity: 0;
    transition: all 0.3s;
}

.media-block .video_block:hover button {
    opacity: 1;
}

/*CHANNEL*/

.channels {
    padding: 180px 0 0;
    display: none;
}

.channels-bg {
    background: url("../img/chanels.png") no-repeat right/64%;
    overflow: hidden;
    padding: 98px 0;
}

.channels .sliders-cont {
    height: 90vh;
    display: flex;
}

.channels .swiper-vertical,
.channels .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.channels .swiper-slide {
    width: 139px;
    max-height: 139px;
}

.channels-cont {
    width: 31%;
    text-align: left;
}

.channels-cont .btn-black {
    display: none;
}

.channels-cont span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    display: block;
    margin-bottom: 40px;
}

.channels-cont p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #5B5B5B;
    padding-bottom: 60px;
}

.slider-way-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 10px;
}

.slider-way-item {
    height: 100%;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-normal-way {
    margin-right: 34px;
}

/*MOVES*/

.movies {
    overflow: hidden;
    padding: 180px 0;
    background: #202020;
    display: none;
}

.movies .sliders-cont {
    padding-top: 90px;
}

.movies-cont-poster {
    width: 65.5%;
    padding-right: 5%;
    position: relative;
}

.swiper-movie img {
    width: 100%;
    border-radius: 20px;
}

.movies-cont-poster img {
    width: 100%;
    border-radius: 20px;
}

.movies-cont-text {
    width: 34.5%;
}

.movies-cont-text .btn-white {
    display: none;
}

.movies-cont-poster-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.movies-cont-poster-text span.poster-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    display: block;
    text-align: left;
    padding-bottom: 15px;
}

.movies-cont-poster-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
}


.movies-cont-text span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    color: #fff;
    text-align: left;
    display: block;
    padding-bottom: 38px;
}

.movies-cont-text p {
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #B8B8B8;
    padding-bottom: 60px;
}


/*TRAINING*/
.media-block.training {
    background: #fff;
}

.media-block.training span.title {
    color: #000000;
}

.media-block.training p {
    color: #5B5B5B;
    margin-bottom: 135px;
    max-width: 100%;
}

/*GAMES*/

.games {
    height: 100vh;
    background: url("/themes/kivi/assets/new-home/img/g-bg.png") no-repeat center/cover;
    border-radius: 20px;
    overflow: hidden;
}

.games .btn-white {
    display: none;
}

.games .games-cont {
    bottom: 20px;
    left: 100px;
}

.games .sliders-cont img {
    width: 100%;
}

.games .width-for-zoom {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 100px;
    padding-bottom: 50px;
}

.games span.title {
    font-weight: 700;
    font-size: 80px;
    color: #FFFFFF;
    text-align: left;
    display: block;
    padding-bottom: 16px;
    line-height: 1;
}

.games p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #B8B8B8;
    max-width: 888px;
    text-align: left;
    padding-bottom: 60px;
}

.mob-text {
    display: none;
}

/*WHAT SAYING*/

.what-saying {
    padding: 180px 0;
}

.what-saying span.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    display: block;
    padding-bottom: 72px;
}

.tab-block {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

a.b-nav-tab {
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    padding-bottom: 10px;
    margin-right: 5%;
    border-bottom: 2px solid transparent;
}

a.b-nav-tab.active, a.b-nav-tab:hover {
    border-bottom: 2px solid #0F5AD3;
    color: #202020;
}

.tab-cont {
    display: flex;
    align-items: flex-start;
    text-align: left;
    max-width: 1200px;
}

.tab-cont p {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #5B5B5B;
    margin-bottom: 60px;
}

.b-tab {
    height: auto;
    padding-top: 60px;
}

.b-tab .flex {
    align-items: flex-start;
}

.tab-label img {
    /*border: 1px solid #DDDDDD;*/
    border-radius: 20px;
    padding: 8px 68px;
}

.tab-label.black img {
    background: #202020;
    max-width: 320px;
}

.tab-label.small img {
    max-width: 240px;
}

.b-tab.hidden {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
}
img.side-img {
    margin-right: 33px;
    padding-top: 15px;
}


/*BLOG*/
.blog span.title {
    display: block;
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: left;
    padding-bottom: 80px;
}

.blog .flex {
    align-items: flex-start;
}

.blog-item {
    width: calc(33.33% - 27px);
    background: #F4F4F4;
    border-radius: 20px;
    overflow: hidden;
    align-self: stretch;
    position: relative;
}

a.name-blog-item {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    display: block;
    min-height: 96px;
}

a.name-blog-item:hover {
    color: #0F5AD3;
}

.blog-item-cont {
    padding: 30px 30px 109px;
}

.blog-item-cont a.btn-black {
    position: absolute;
    bottom: 60px;
    /*left: 30px;*/
    left: 50%;
    transform: translateX(-50%);
}

.blog-item-cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    padding: 25px 0 30px;
    text-align: left;
}

.blog-item-content {
    padding-bottom: 80px;
}

/*FEEDBACK*/

.feedback {
    padding: 0;
}

.feedback a.mail {
    font-size: 20px;
}

.feedback-item-cont {
    text-align: left;
}

.feedback .flex {
    justify-content: center;
}

.feedback .container {
    padding: 45px 15px 180px;
    border-top: 1px solid #E4E4E4;
}

.feedback-item {
    width: 50%;
    display: flex;
    /*border-right: 1px solid #DFDFDF;*/
    align-items: flex-start;
}
.feedback-item img {
    padding-right: 47px;
    height: auto;
    width: auto;
    object-fit: contain;
}

/*.feedback-item:first-child {*/
/*    padding-right: 5%;*/
/*}*/

/*.feedback-item:last-child {*/
/*    border-right: none;*/
/*    padding-left: 7%;*/
/*}*/

.feedback-item span.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #202020;
    padding-bottom: 30px;
    display: block;
}

.feedback-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5B5B5B;
    margin-bottom: 30px;
}

/*.feedback-item a {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #202020;*/
/*    padding: 17px;*/
/*    width: 240px;*/
/*    border: 1px solid #202020;*/
/*    border-radius: 30px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    transition: all 0.3s;*/
/*}*/

/*.feedback-item a:hover {*/
/*    background: #0F5AD3;*/
/*    color: #fff;*/
/*    border: 1px solid #0F5AD3;*/
/*}*/

.feedback-item .link-social {
    padding-bottom: 10px;
}

.feedback-item a img {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
}

.all_btn {
    background: #0F5AD3;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    border: 1px solid #0F5AD3;
    transition: all 0.3s;
}
.all_btn:hover {
    background: transparent;
    color: #0F5AD3;
}

button {
    border: none;
    cursor: pointer;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/*breadcrumbs*/

.breadcrumbs {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 39px;
}
.breadcrumbs .breadcrumbs-wrap {
    min-width: 100%;
    display: flex;
    max-width: 1600px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a {
    margin-right: 27px;
    position: relative;
    display: block;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:before {
    content: "/";
    position: absolute;
    display: block;
    width: 7px;
    height: 100%;
    top: -1px;
    right: -18px;
    color: #999999;
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a:before {
    display: none;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    transition: all .3s;
    white-space: nowrap;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:hover span {
    color: #283242;
}

.breadcrumbs .breadcrumbs-wrap .nav-item a:hover span img {
    filter: brightness(88%) contrast(78%);
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a {
    pointer-events: none;
}

.breadcrumbs .breadcrumbs-wrap .nav-item:last-child a span {
    color: #283242;
}

/*ZOOM CONTAINER*/
.zoom img.zoom-img, .zoom picture.zoom-img {
    width: 100%;
    transition: all 0.5s
}

.zoom .width-for-zoom {
    width: 80%;
    transition: all 0.5s
}

.zoom.transform .width-for-zoom {
    width: 100%;
    transition: all 0.7s;
    max-width: 100%;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.zoom-cont {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

picture.zoom-img img {
    width: 100%;
}

picture.zoom-img {
    display: block;
}

.zoom-cont span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: left;
    display: block;
    padding-bottom: 50px;
}

.video_block video {
    border-radius: 20px;
}

/*FOOTER*/
footer {
    padding: 80px 0;
    background: #202020;
}

footer .flex {
    align-items: flex-start;
}

.footer-item {
    width: 25%;
}

.footer-item .footer-item-head .arrow {
    display: none;
}

.footer-item a {
    cursor: pointer;
    color: #202020;
    display: block;
    text-align: left;
    width: max-content;
    max-width: 100%;
    transition: all 0.3s;
}

.stare-item {
    margin-bottom: 10px;
}

.stare-item img {
    max-width: 100%;
}

a.logo-footer {
    margin-bottom: 34px;
}

.footer-item-head {
    margin-bottom: 30px;
}

.footer-item-head {
    display: flex;
    align-items: center;
}

footer span.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    display: block;
    text-align: left;
}

.footer-item .footer-item-head .arrow {
    display: none;
}

.footer-item .footer-item-body a {
    max-width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #959595;
    margin-bottom: 12px;
}

.footer-item a.phone-footer {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 12px;
}

a.mail-footer {
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

ul.social-footer {
    display: flex;
    align-items: center;
}

ul.social-footer li {
    margin-right: 17px;
}

.footer-item a:hover {
    color: #0F5AD3;
}

.copyright p {
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #959595;
    padding-top: 28px;
    text-align: left;
}

/*HEADER*/


.header-mob {
    display: none;
}

button.menu-btn {
    display: none;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}

/*.header-body {*/
/*    padding: 17px 0;*/
/*}*/

/*.header-nav-link li {*/
/*    display: inline-block;*/
/*    padding: 0 40px;*/
/*}*/

.header-nav-link li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #202020;
}

.header-nav-link li a:hover {
    color: #0F5AD3;
}

a.contact-btn {
    padding: 10px 66px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    background: #202020;
    border: 1px solid #202020;
    backdrop-filter: blur(4px);
    border-radius: 50px;
}

a.contact-btn:hover {
    background: transparent;
    color: #202020;
}

.header-padding {
    padding-bottom: 83px;
}

/*MAIN BLOCK*/

/*.main-block {*/
/*    padding-top: 180px;*/
/*    overflow: hidden;*/
/*}*/

.main-block h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    padding-bottom: 20px;
}

.main-block span.subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #494949;
    display: block;
    padding-bottom: 124px;
}

.main-block .swiper {
    overflow: initial;
}

.main-block .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.main-block .swiper-button-next, .main-block .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.main-block .swiper-button-next, .main-block .swiper-rtl .swiper-button-prev {
    right: -130px;
}

.main-block .swiper-button-prev, .main-block .swiper-rtl .swiper-button-next {
    left: -130px;
}

.main-swiper-cont {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.main-swiper-cont  span.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B3BCF5;
    display: block;
    text-align: left;
    padding-bottom: 20px;
}

.main-swiper-cont span.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    display: block;
    padding-bottom: 30px;
    max-width: 510px;
    text-align: left;
}

.btn-white {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    padding: 10px 63px;
    display: block;
    max-width: 100%;
    width: max-content;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #fff;
    color: #202020;
}

.btn-black {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #202020;
    padding: 10px 63px;
    display: block;
    max-width: 100%;
    width: max-content;
    border: 1px solid #202020;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
    background: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #202020;
}


/*INFO-TV*/

.info-tv {
    padding-top: 220px;
}


/*black-and-white*/
.black-and-white {
    padding-top: 170px;
    padding-bottom: 160px;
}

.twentytwenty-container img {
    width: 100%;
}

.twentytwenty-handle {
    height: 60px;
    width: 60px;
    background: #fff;
    margin-left: -32px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    display: none;
}

.black-and-white span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #202020;
    padding-bottom: 80px;
    display: block;
}

.twentytwenty-right-arrow {
    display: none;
}

.twentytwenty-left-arrow {
    width: 15px;
    top: 50%;
    height: 23px;
    background: url(../img/mouse.png) no-repeat center/contain;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border: none;
}

div#black-and-white-wrapper,
div.black-and-white-wrapper {
    border: 1px solid #000;
    border-radius: 20px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
}

.black-and-white span.title span {
    display: inline-block;
    background: #202020;
    border-radius: 50px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}

/*MEDIA BLOCK*/
.media-block {
    padding: 180px 0 160px;
    background: #202020;
    text-align: center;
}

.media-block span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
    display: block;
}

.media-block p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #B9B9B9;
    max-width: 777px;
    margin: 0 auto 60px;
}

.media-block .btn-white {
    margin: 0 auto 88px;
}

.media-block .controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media-block .controls button {
    background: transparent;
    opacity: 0;
    transition: all 0.3s;
}

.media-block .video_block:hover button {
    opacity: 1;
}

/*CHANNEL*/

.channels {
    padding: 180px 0 0;
}

.channels-bg {
    background: url("../img/chanels.png") no-repeat right/64%;
    overflow: hidden;
    padding: 98px 0;
}

.channels .sliders-cont {
    height: 90vh;
    display: flex;
}

.channels .swiper-vertical,
.channels .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.channels .swiper-slide {
    width: 139px;
    max-height: 139px;
}

.channels-cont {
    width: 30%;
    text-align: left;
}

.channels-cont span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    display: block;
    margin-bottom: 40px;
}

.channels-cont p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #5B5B5B;
    padding-bottom: 60px;
}

.slider-way-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 10px;
}

.slider-way-item {
    height: 100%;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-normal-way {
    margin-right: 34px;
}

/*MOVES*/

.movies {
    overflow: hidden;
    padding: 180px 0;
    background: #202020;
}

.movies .sliders-cont {
    padding-top: 90px;
}

.movies-cont-poster {
    width: 65.5%;
    padding-right: 5%;
    position: relative;
}

.swiper-movie img {
    width: 100%;
    border-radius: 20px;
}

.movies-cont-poster img {
    width: 100%;
    border-radius: 20px;
}

.movies-cont-text {
    width: 34.5%;
}

.movies-cont-poster-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.movies-cont-poster-text span.poster-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    display: block;
    text-align: left;
    padding-bottom: 15px;
}

.movies-cont-poster-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
}


.movies-cont-text span.title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    color: #fff;
    text-align: left;
    display: block;
    padding-bottom: 38px;
}

.movies-cont-text p {
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #B8B8B8;
    padding-bottom: 60px;
}


/*TRAINING*/
.media-block.training {
    background: #fff;
    padding: 160px 0;
}

.media-block.training span.title {
    color: #000000;
}

.media-block.training p {
    color: #5B5B5B;
    margin-bottom: 135px;
    /*max-width: 596px;*/
}

/*GAMES*/

.games {
    overflow: hidden;
    max-height: 1100px;
}

.games .zoom-cont {
    position: relative;
    bottom: 550px;
    left: 100px;
}

.games.zoom.transform .zoom-cont {
    bottom: 750px;
}

.games .sliders-cont {
    opacity: 0;
    padding-top: 100px;
}

.games.zoom.transform .sliders-cont {
    opacity: 1;
}

.games.zoom .sliders-cont img {
    width: 100%;
}

.games.zoom span.title {
    padding-bottom: 16px;
    line-height: 1;
}

.games.zoom p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #B8B8B8;
    max-width: 888px;
    text-align: left;
    padding-bottom: 60px;
}

.mob-text {
    display: none;
}

/*WHAT SAYING*/

.what-saying {
    padding: 180px 0;
}

.what-saying span.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    display: block;
    padding-bottom: 72px;
}

.tab-block {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

a.b-nav-tab {
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    padding-bottom: 10px;
    margin-right: 5%;
    border-bottom: 2px solid transparent;
}

a.b-nav-tab.active, a.b-nav-tab:hover {
    border-bottom: 2px solid #0F5AD3;
    color: #202020;
}

.product-page-detailed-cont a.b-nav-tab {
    text-align: center;
}

.tab-cont {
    display: flex;
    align-items: flex-start;
    text-align: left;
    max-width: 1200px;
}

.tab-cont p {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #5B5B5B;
    margin-bottom: 60px;
}

.b-tab {
    height: auto;
    padding-top: 60px;
}

.b-tab .flex {
    align-items: flex-start;
}

.tab-label img {
    border-radius: 20px;
    padding: 8px 68px;
}

.b-tab.hidden {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
}
img.side-img {
    margin-right: 33px;
    padding-top: 15px;
}


/*BLOG*/
.blog span.title {
    display: block;
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: left;
    padding-bottom: 80px;
}

.blog .flex {
    align-items: flex-start;
}

.blog-item {
    width: calc(33.33% - 27px);
    background: #F4F4F4;
    border-radius: 20px;
    overflow: hidden;
    align-self: stretch;
    position: relative;
}

a.name-blog-item {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    display: block;
    min-height: 48px;
}

a.name-blog-item:hover {
    color: #0F5AD3;
}

.blog-item-cont {
    padding: 30px 30px 109px;
}

.blog-item-cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    padding: 25px 0 30px;
    text-align: left;
}

/*FEEDBACK*/

.feedback {
    padding: 0;
}

.feedback-item-cont {
    text-align: left;
}

.feedback .flex {
    justify-content: center;
}

.feedback .container {
    padding: 80px 15px 180px;
    /*border-top: 1px solid #E4E4E4;*/
}

.feedback-item {
    width: 50%;
    display: flex;
    /*border-right: 1px solid #DFDFDF;*/
    align-items: flex-start;
}
.feedback-item img {
    padding-right: 47px;
    height: auto;
    width: auto;
    object-fit: contain;
}

/*.feedback-item:first-child {*/
/*    padding-right: 5%;*/
/*}*/

/*.feedback-item:last-child {*/
/*    border-right: none;*/
/*    padding-left: 7%;*/
/*}*/

.feedback-item span.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #202020;
    padding-bottom: 30px;
    display: block;
}

.feedback-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #5B5B5B;
    margin-bottom: 30px;
}

/*.feedback-item a {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #202020;*/
/*    padding: 17px;*/
/*    width: 240px;*/
/*    border: 1px solid #202020;*/
/*    border-radius: 30px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    transition: all 0.3s;*/
/*}*/

/*.feedback-item a:hover {*/
/*    background: #0F5AD3;*/
/*    color: #fff;*/
/*    border: 1px solid #0F5AD3;*/
/*}*/

.feedback-item .link-social {
    padding-bottom: 10px;
}

.feedback-item a img {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 15px;
}




/*CATALOG*/

.irs--round .irs-bar {
    background-color: #00C2C0;
}

.irs--round .irs-handle {
    background-color: #00C2C0;
    border-color: #00C2C0;
    box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #00C2C0;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}


.r-side-header {
    display: flex;
    align-items: center;
}

.user-link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    margin-right: 26px;
}

.user-link a img {
    margin-right: 10px;
}


.user-link a:hover {
    color: #0F5AD3;
}

.cart-block a {
    display: flex;
    width: 46px;
    height: 46px;
    background: #0F5AD3;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 20px;
}
.cart-block a:hover {
    background: #202020;
}

.cart-block a span.label {
    position: absolute;
    right: -3px;
    top: -3px;
    background: #202020;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


.breadcrumbs {
    padding-top: 23px;
    padding-bottom: 23px;
}

.breadcrumbs .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs-nav {
    display: flex;
    align-items: center;
}

.breadcrumbs-nav a img {
    display: none;
}

.breadcrumbs-nav a:hover {
    color: #0F5AD3;
}

.breadcrumbs-nav span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.breadcrumbs-nav:first-child a span {
    display: none;
}

.breadcrumbs-nav:first-child a img {
    display: block;
}

.breadcrumbs-nav span.icon {
    padding: 0 10px;
}

.breadcrumbs-nav:last-child span.icon {
    display: none;
}

.catalog-page h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    text-align: left;
}

.catalog-page h1.h1.screen1-5.category-title {
    display: none;
}

.catalog-page-wrapper {
    /*padding-top: 30px;*/
    display: flex;
    text-align: left;
}

.filter {
    width: 280px;
}

.catalog-page-cont {
    width: calc(100% - 280px);
}


.filter-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #202020;
}

.filter-top span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.filter-row {
    padding-top: 30px;
}

.filter-row span.name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
    display: block;
}

.filter-item {
    padding-top: 10px;
}

.filter-item label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.filter-item label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.filter-item label input {
    display: none;
}

.filter-item label input + span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    display: inline-block;
    margin-top: 0;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 1px solid #202020;
    border-radius: 5px;
    box-sizing: border-box;
}

.filter-item label input + span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    display: none;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat center/64%;
    background-color: #202020;
    border-radius: 5px;
}

.filter-item label input:checked + span:after {
    display: block;
}

button.show-more-filter {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #0F5AD3;
    background: transparent;
    margin-top: 10px;
    border-bottom: 1px dashed;
}

.hide-filter {
    display: none;
}

.modal-footer .total-row {
    padding-bottom: 30px;
    display: flex;
    align-items: center;justify-content: flex-end;
    width: 100%;
}

.total-row .name-total {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #202020;
    margin-right: 52px;
}

.total-row  span.total-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

button.show-more-filter:hover {
    color: #202020;
}

button.refresh-btn {
    border: 1px solid #202020;
    border-radius: 50px;
    padding: 7px 71px;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    margin-top: 30px;
    transition: all 0.3s;
}

button.refresh-btn:hover{
    background: #202020;
    color: #fff;
}


.irs--round .irs-line {
    background: #E3E3E3;
    border-radius: 10px;
}
span.irs-from,span.irs-to {
    display: none;
}

.irs--round .irs-bar {
    background-color: #0F5AD3;
}

.irs--round .irs-handle {
    box-shadow: none;
    background: #202020;
    border: 2px solid #FFFFFF;
    width: 20px;
    height: 20px;
    top: 27px;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background: #202020;
}
input.from,
input.to {
    display: inline-block;
    width: 30%;
    font-weight: 400;
    font-size: 14px;
    border: none;
    line-height: 16px;
}

input.to {
    float: right;
    text-align: right;
}

input.from {
    clear: both;
    float: left;
}

.filter-row-body input::-webkit-outer-spin-button,
.filter-row-body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.catalog-row {
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
}

div#pagination {
    width: 100%;
}

div#pagination ul {
    text-align: center;
    padding-bottom: 40px;
    display: flex;align-items: center;
    justify-content: center;
}

div#pagination li {
    display: flex;
    align-items: center;justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

div#pagination li a:hover {
    color: #007aff;
}

div#pagination li a {
    font-size: 16px;
}

div#pagination li span {
    font-size: 16px;
}

div#pagination li:first-child span,
div#pagination li:last-child span,
div#pagination li:first-child a,
div#pagination li:last-child a {
    font-size: 30px;
    display: block;
    margin-top: -7px;
}

div#pagination li.prev {
    transform: rotate(180deg);
}

div#pagination li.active {
    background: #202020;
    color: #fff;
}

div#pagination li.active span {
    color: #fff;
}



.filter-row-body .filter-item:nth-child(n + 6) {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.filter-row.active .filter-row-body .filter-item:nth-child(n + 6) {
    height: auto;
    overflow: visible;
    padding-top: 10px;
}

.filter-row.active .show-more-filter  {
    display: none;
}

.sort-row {
    padding-left: 40px;
    margin-bottom: 20px;
}

.sort-row span.title-sort {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding-right: 20px;
}

.category-sorting {
    display: flex;
    align-items: center;
}

.sort-row button.drop-btn {
    background: #202020;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 20px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

.sort-row button.drop-btn:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    transform: rotate(180deg);
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background: url("/themes/kivi/assets/new-home/img/arrow.svg") no-repeat center/cover;
}

.sort-row .category-sorting.active button.drop-btn:before {
    transform: rotate(0);
}

.sorting-list li.sorting-item {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    line-height: 16px;
}

.sorting-list li.sorting-item a:hover {
    color: #007aff;
}

.card-item {
    width: calc(33.333% - 27px);
    margin-right: 40px;
    padding: 25px;
    border: 1px solid #E8E8EE;
    border-radius: 20px;
    transition: all 0.3s;
    margin-bottom: 40px;
    position: relative;
}

.card-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0, 0.4);
}

.card-img {
    display: block;
    margin-bottom: 20px;
}

.card-img img {
    width: 100%;
}

a.card-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    min-height: 48px;
}

a.card-title:hover {
    color: #0047D1;
}

.info-row {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    padding-bottom: 5px;
}

.row-card-info {
    padding-top: 10px;
    display: flex;align-items: center;
}

.card-item:nth-child(3n) {
    margin-right: 0;
}


.row-card-info span.label-info {
    margin-right: 15px;
}

.row-card-info span.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #231F20;
}

button.add-to-cart {
    background: #0F5AD3;
    backdrop-filter: blur(2px);
    border-radius: 50px;
    margin: 20px auto 0;
    display: flex;
    padding: 13px 58px;
    max-width: 240px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.3s;
}

button.add-to-cart:hover {
    background-color: #202020;
}

button.add-to-cart img {
    margin-right: 10px;
}

button.compare-btn {
    position: absolute;
    top: 19px;
    right: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(241, 241, 241, 0.8);
    transition: all 0.3s;
}

button.compare-btn:hover {
    background: #F1F1F1;
}

button.compare-btn:hover img {
    filter: invert(33%) sepia(98%) saturate(7037%) hue-rotate(218deg) brightness(84%) contrast(103%);
}

button.compare-btn.active {
    background: #0047D1;
}

button.compare-btn.active img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(20deg) brightness(101%) contrast(215%);
}


/*MODAL CART*/


#exampleModalCart .modal-dialog {
    max-width: 1020px;
    width: 100%;
}

#exampleModalCart .modal-content {
    border-radius: 20px;
}

#exampleModalCart .modal-header {
    padding: 50px 40px 30px;
    border-bottom: none;
}

#exampleModalCart h5#exampleModalCartLabel {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #1D1D1F;
    display: block;
    width: 100%;
    line-height: 1;
}

#exampleModalCart .modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 40px;
}

#exampleModalCart .modal-body {
    padding: 0;
    width: calc(100% - 80px);
    margin: 0 auto;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-right: 0;
}

#exampleModalCart .modal-footer {
    border: none;
}

#exampleModalCart .cart-body-row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

#exampleModalCart .cart-body-row:last-child {
    border-bottom: 0;
}

#exampleModalCart .cart-body-row img.cart-item-img {
    max-width: 17%;
    margin-right: 4%;
}

#exampleModalCart .cart-item-text a.name-product {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
}

#exampleModalCart .cart-item-text {
    width: 37%;
    margin-right: 5%;
}

#exampleModalCart .cart-item-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
}

.cart-item_quantityinput::-webkit-outer-spin-button,
.cart-item_quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-item_quantity input.cart-item__quantity-input {
    border: none;
    width: max-content;
    max-width: 34px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.cart-item_quantity {
    width: 12.7%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    align-self: baseline;
    justify-content: space-between;
    margin-right: 5%;
}

button.cart-item__quantity-button.js-minus {
    font-size: 36px;
    line-height: 0;
    display: block;
    margin-top: -4px;
}

button.cart-item_quantity-button.js-plus {
    font-size: 24px;
    line-height: 12px;
}

.cart-item-price span.old-price {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #5B5B5B;
    margin-bottom: 4px;
}

.cart-item-price span.currency-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.cart-body-row button.js-remove-from-basket {
    position: absolute;
    top: 40px;
    right: 0;
}

#exampleModalCart .modal-footer {
    border: none;
    padding: 40px;
    justify-content: space-between;
}

#exampleModalCart .modal-footer .btn.btn-blue {
    background: #0047D1;
    border-radius: 30px;
    padding: 18px 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

#exampleModalCart .modal-footer .btn.btn-transparent {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    padding: 18px 80px;
    margin: 0;
    border: 1px solid #202020;
    border-radius: 30px;
    transition: all 0.3s;
}

#exampleModalCart .modal-footer .btn.btn-blue:hover {
    background: #202020;
}

#exampleModalCart .modal-footer .btn.btn-transparent:hover  {
    background: #202020;
    color: #fff;
}

.btn-show-filter {
    display: none;
}

.sort-row button.drop-btn svg {
    display: none;
}

.l-header__cart__inner a{
    display: flex;
    width: 46px;
    height: 46px;
    background: #0F5AD3;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 20px;
    border: 1px solid #0F5AD3;
    visibility: visible;
}

.l-header__cart__inner a:hover {
    background: #000;
    border: 1px solid #fff;
}

.l-header__cart__inner a span.total-number-products {
    position: absolute;
    right: -3px;
    top: -4px;
    background: #202020;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}


/*CATALOG*/

.shop#shop-category #filter-attr {
    width: 280px;
}

.shop#shop-category .catalog-page-wrapper #filter-attr .group {
    margin-left: 0;
}

.shop#shop-category .catalog-page-wrapper #filter-attr .group .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
}

.shop#shop-category .catalog-page-wrapper .checkbox .ic:before {
    width: 20px;
    height: 20px;
    border: 1px solid #202020;
    border-radius: 5px;
    margin-right: 10px;
}

.shop#shop-category .catalog-page-wrapper .checkbox .ic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(/themes/kivi/assets/new-home/img/check.png) no-repeat center/64%;
    background-color: #202020;
    border-radius: 5px;
    display: none;
}

.shop#shop-category .catalog-page-wrapper  .checkbox input:checked + .ic:after {
    display: block;
}

.shop#shop-category .catalog-page-wrapper #filter-attr .group.price .box .slider-range .ui-slider-handle {
    box-shadow: none;
    background: #202020;
    border: 2px solid #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    margin-left: -4px;
}

.shop#shop-category .catalog-page-wrapper #filter-attr .group.price .box {
    overflow: visible !important;
}

.shop#shop-category .catalog-page-wrapper  #filter-attr .group.price {
    margin-right: 0;
}

.shop#shop-category .catalog-page-wrapper  #filter-attr .group .list .btn {
    margin-left: 0;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.3s ease-out;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #0F5AD3;
    background: transparent;
    border-bottom: 1px dashed;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.shop#shop-category .catalog-page-wrapper  #filter-attr .group .list .btn:hover {
    color: #202020;
}

#list-products-wrapper ul#list-products {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
}

#list-products-wrapper .list-products-item {
    width: calc(33.333% - 27px);
    margin-right: 40px;
    margin-bottom: 40px;
}

#list-products-wrapper .list-products-item:nth-child(3n) {
    margin-right: 0;
}

#list-products-wrapper li.item {
    padding: 25px;
    border: 1px solid #E8E8EE;
    border-radius: 20px;
    transition: all 0.3s;
    position: relative;
    height: 100%;
    padding-bottom: 75px;
}

#list-products-wrapper li.item .buttons {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

#list-products-wrapper li.item .buttons button {
    display: none;
}

/*#category-sorting-wrap li.sorting-item.active {*/
/*    background: #202020;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    text-align: center;*/
/*    color: #FFFFFF;*/
/*    cursor: default;*/
/*    padding: 8px 20px;*/
/*}*/

#category-sorting-wrap li.sorting-item {
    border-radius: 30px;
    padding: 8px;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 4px;
    width: 100%;
}

#category-sorting-wrap li.sorting-item:hover {
    background: #202020;
    color: #FFFFFF;
}


.category-sorting {
    position: relative;
    order: 2;
}
ul#sorting {
    position: absolute;
    width: 100%;
    min-width: 250px;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    display: none;
}

.category-sorting.active ul#sorting {
    display: block;
}

.shop#shop-category .category-sorting-wrap {
    justify-content: flex-end;
}

.list-products-item i.sticker__wrapper {
    display: none;
}

.category-sorting span {
    font-size: 14px;
    display: none;
}

.list-products-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.list-products-item .name {
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    min-height: 48px;
    transition: all 0.3s;
}

.list-products-item .name:hover {
    color: #0047D1;
}

.list-products-item li {
    display: flex;
    /*align-items: center;*/
    padding-top: 10px;
}
.list-products-item li i {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #231F20;
}

.list-products-item li.info-diagonal {
    display: block;
    padding-top: 0;
}

.list-products-item li.info-diagonal i {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    padding-bottom: 5px;
}

.list-products-item ul.info {
    margin: 0;
    padding: 0;
}

.list-products-item ul.info li {
    align-items: center;
}

.list-products-item span.label-info {
    margin-right: 15px;
}


.list-products-item .price {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin: 15px 0;
}

.list-products-item .price span {
    font-weight: 700;
}

.list-products-item a.button.js-gtm-category-buy,
.list-products-item a.button_empty.js-gtm-goto-product {
    background: #0F5AD3;
    backdrop-filter: blur(2px);
    border-radius: 50px;
    margin: 20px auto 0;
    display: flex;
    padding: 15px 58px;
    line-height: 1;
    max-width: 240px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.3s;
    justify-content: center;
    height: 50px;
}

.list-products-item .size-row {
    margin-bottom: 10px;
    min-height: 43px;
}

.list-products-item .size-row li {
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    margin-right: 8px;
    padding: 0;
    transition: ease 0.3s;
    margin-bottom: 5px;
}
.list-products-item .size-row li a {
    padding: 10px 17px;
    display: block;
}

.list-products-item .size-row li:hover {
    border-color: #0F5AD3;
}

.list-products-item .size-row li.active {
    border-color: #0F5AD3;
}

.list-products-item .specification-row li {
    display: inline-block;
    padding: 3px 6px;
    background: rgba(217, 217, 217, 0.35);
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.sale .price b,
.sale .price span {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #AC3322;
}

.new_price-row {
    display: flex;
    margin-bottom: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.new_price-row .currency_price {
    text-decoration-line: line-through;
    color: #787878;
    margin-right: 10px;
}

.new_price-row .new_price {
    color: #AC3322;
}

.credit-icon-nonactive .credit-icon-row .item-bank {
    opacity: 0.2;
    padding: 6px;
}

.credit-icon-row {
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    width: max-content;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0px 5px;
    margin-right: 10px;
}

.credit-icon-row .item-bank {
    padding: 5px;
    position: relative;
}

.credit-icon-row .item-bank .credit-counter {
    position: absolute;
    top: 0;
    right: 0;
    background: #202020;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;

}


.list-products-item a.button.js-gtm-category-buy:hover,
.list-products-item a.button_empty.js-gtm-goto-product:hover {
    background-color: #202020;
}

.list-products-item .wishlist-compare {
    margin-top: 0;
    position: absolute;
    top: 19px;
    right: 16px;
    transition: all 0.3s;
}

.list-products-item .wishlist-compare a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(241, 241, 241, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-products-item .link-text.ico-compare:before {
    display: none;
}

.list-products-item .wishlist-compare a:hover, .list-products-item .wishlist-compare a.added {
    background: #0047D1;
}

.list-products-item .wishlist-compare a:hover img, .list-products-item .wishlist-compare a.added img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(20deg) brightness(101%) contrast(215%);
}

.list-products-item .item-container {
    width: 100%;
}

.list-products-item .buttons.row_buttons .button {
    background: #0F5AD3;
    backdrop-filter: blur(2px);
    border-radius: 50px;
    margin: 20px auto 0;
    display: flex;
    padding: 15px 58px;
    line-height: 1;
    max-width: 240px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.3s;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.list-products-item .price span.old-price {
    order: 1;
    position: relative;
    color: #787878;
    font-size: 18px;
    margin-right: 10px;
}

.list-products-item .price span.old-price:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #787878;
    transform: translateY(-50%);
}

.price.with-old-price {
    display: flex;
    flex-wrap: wrap;
}

.price.with-old-price b {
    order: 2;
}


.action-cont-info {
    border: 1px solid #AC3322;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.action-slider-wrapper {
    position: relative;
    margin-bottom: 22px;
}

.action-slider-wrapper .swiper-container {
    width: calc(100% - 74px);
}
.action-slider-wrapper .swiper-button-next {
    right: 0;
    height: 100%;
    z-index: 111111111;
    top: 0;
    transform: none;
    margin: 0;
    display: flex;
    border: 1px solid #AC3322;
    border-radius: 8px;
}

.action-slider-wrapper .swiper-button-prev:after, .action-slider-wrapper .swiper-button-next:after {
    color: #AC3322;
    font-size: 20px;
}

.action-slider-wrapper .swiper-button-prev {
    left: 0;
    height: 100%;
    z-index: 111111111;
    top: 0;
    transform: none;
    margin: 0;
    display: flex;
    border: 1px solid #AC3322;
    border-radius: 8px;
}

.info-wrap {
    padding-left: 15px;
    width: 100%;
}

.info-wrap span.red-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AC3322;
    display: block;
    margin-bottom: 4px;
}

.info-wrap span.all_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #231F20;
    display: block;
    margin-bottom: 5px;
}

.info-wrap  .bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-wrap .bottom-row .price {
    display: flex;align-items: center;
}

.info-wrap .bottom-row .old_price {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #5B5B5B;
    display: block;
    margin-right: 4px;
}

.info-wrap .bottom-row .currency_price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    display: block;
}

.info-wrap .bottom-row a.transparent_btn {
    padding: 8.5px 14px;
}

.row-price-info-item {
    flex-wrap: wrap;
}

.row-price-info-item .old_price {
    font-weight: 500;
    font-size: 22px;
    color: #787878;
    display: block;
    margin-right: 15px;
    line-height: 28px;
    text-decoration: line-through;
}

.row-price-info-item .text-info-sale {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #AC3322;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.row-bottom {
    flex-wrap: wrap;
}

.row-bottom .add-compare-row {
    width: 100%;
    margin-top: 22px;
}

.row-bottom .add-to-compare span {
     max-width: initial;
}
.row-bottom button.transparent_btn {
    padding: 19px;
    width: 49%;
    font-size: 16px;
    line-height: 1;
}

.row-bottom .all_btn {
    padding: 18px;
    width: 49%;
}

.credit-row-btn {
    display: flex;
    margin-bottom: 30px;
    width: max-content;
}
.credit-row-btn-wrap {
    width: 100%;
    overflow: auto;
}

.credit-row-btn-wrap::-webkit-scrollbar {
    width: 0;height: 0;
}




.credit-row-btn button.transparent_btn {
    padding: 5px 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.credit-row-btn button.transparent_btn img {
    margin-right: 10px;
}

.credit-row-btn button.transparent_btn span.text {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.credit-row-btn button.transparent_btn span.counter-row {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    transition: all 0.3s;
}

.credit-row-btn button.transparent_btn span.counter-row span.icon {
    width: 18px;
    height: 18px;
    background: #202020;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-right: 4px;
    transition: all 0.3s;
}

.credit-row-btn button.transparent_btn:hover span.text,
.credit-row-btn button.transparent_btn:hover span.counter-row   {
    color: #fff;
}

.delivery-row {
    margin-bottom: 30px;
}

.delivery-row .flex {
    justify-content: flex-start;
    padding-bottom: 7px;
}

.delivery-row .flex img {
    display: block;
    margin-right: 13px;
}

.delivery-row .flex span.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.delivery-row p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #787878;
    text-align: left;
}

.product-cont .slider-row-block {
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

.product-cont .sliders-wrap {
    border-top: 1px solid #D9D9D9;
}

.product-cont .slider-row-block span.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: block;
    text-align: left;
    padding-bottom: 20px;
}

.cont-card {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    height: 100%;
    align-self: stretch;
}

.cont-card .flex-top {
    margin-bottom: 15px;
    display: flex;
}

.cont-card .flex-top img {
    margin-right: 15px;
}

.cont-card .flex-top span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
}

.cont-card .flex-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-card .flex-bottom .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

.cont-card .flex-bottom button.all_btn {
    padding: 8px 14px;
}

.sliders-wrap .swiper-container {
    width: calc(100% - 74px);
}

.sliders-wrap .swiper-button-prev {
    left: 0;
    height: 100%;
    z-index: 111111111;
    top: 0;
    transform: none;
    margin: 0;
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.sliders-wrap .swiper-button-next {
    right: 0;
    height: 100%;
    z-index: 111111111;
    top: 0;
    transform: none;
    margin: 0;
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.sliders-wrap  .swiper-button-prev:after,
.sliders-wrap .swiper-button-next:after {
    color: #CDCDCD;
    font-size: 20px;
}
.sliders-wrap-cont {
    position: relative;
}

.credit-modal .modal-header h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1D1D1F;
}

.credit-modal .modal-content {
    border-radius: 20px;
}

.credit-modal  .modal-body {
    text-align: center;
}

.credit-modal .credit-icon {
    max-width: 400px;
    margin: 0 auto 24px;
    padding: 15px 40px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.credit-modal .credit-icon img {
    margin-right: 15px;
}
.credit-modal .credit-icon span.title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
.credit-modal .credit-icon span.name {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-align: left;
}

.credit-modal ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.credit-modal .btn.black-btn {
    background: #202020;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 413px;
    width: 100%;
    padding: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.credit-modal .btn.black-btn:hover {
    background: #0F5AD3;
}

.credit-modal .modal-footer {
    padding-bottom: 60px;
    border: none;
}

.credit-modal-row-info {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.credit-modal-row-info img {
    margin-right: 10px;
}

.credit-modal-row-info span.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 7px;
}

.credit-modal-row-info span.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
}

.credit-modal-row {
    padding-bottom: 27px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.credit-modal-row:last-child {
    border: none;
}

.credit-modal-row-selected {
    display: flex;
    align-items: center;
}

.credit-modal-row-selected .select-block {
    margin-right: 44px;
}

.credit-modal-row-selected .custom-select > select + .ui-selectmenu-button {
    border: 1px solid #202020;
    border-radius: 30px;
    padding: 9px 20px;
}

.credit-modal-row-selected .custom-select .ui-selectmenu-button .ui-selectmenu-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.credit-modal-row-selected .custom-select {
    height: auto;
    line-height: initial;
    margin: 0;
}

#shop-product .select-box .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #fff;
}

.credit-modal .price-block {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    display: flex;align-items: center;
}

.credit-modal .price-block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.credit-modal-row-button .all_btn {
    padding: 9px 50px;
}

#exampleModalCrediOrder.modal.show .modal-dialog {
    max-width: 1160px;
}

#exampleModalCrediOrder .modal-body {
    padding: 1rem 73px 0;
}

.modal-backdrop {
    z-index: 999999999;
}

.modal {
    z-index: 9999999999;
}

.check-row-inp label span {
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    width: 100%;
    max-width: 410px;
    margin: 0 auto 10px;
    padding: 17px 20px 17px 61px;
    position: relative;
    display: block;text-align: left;
}

.check-row-inp label input {
    display: none;
}

.check-row-inp,.check-row-inp label   {
    width: 100%;
}


.check-row-inp label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 17px;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
}

.check-row-inp label input:checked + span {
    border-color: #5BBA70;
}

.check-row-inp label input:checked + span:before  {
    border-color: transparent;
    background: url("/themes/kivi/assets/img/check.svg") no-repeat center/cover;
}
