
.smart_watch {
    background: #fff;
    margin-bottom: 0;
}

.touchevents .tygh-content>div .smart_watch {
    margin-bottom: -50px;
}

.smart_watch ul li {
    list-style-type: none;
}

.smart_watch p {
    margin-top: 0;
    margin-bottom: 0;
}

.smart_watch [class*='smart_watch_block'] {
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #fff;
}

.smart_watch .smart_watch_block0 {
    padding-top: 75px;
}

.smart_watch .smart_watch_block1 {
    background-color: #fbd954;
    padding-top: 0;
}

.smart_watch .smart_watch_block1 img {
    display: block;
    margin: auto;
}

.smart_watch .smart_watch_block1>div {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.smart_watch .smart_watch_h1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 53px;
    line-height: 1.4;
    color: #000;
}

.smart_watch .smart_watch_h1 span {
    display: block;
}

.smart_watch .smart_watch_h2 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
}

.smart_watch .smart_watch_title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    color: #000;
}

.smart_watch .smart_watch_h3 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
}

.smart_watch .smart_watch_p,
.smart_watch .smart_watch_list li {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.47;
    color: #000;
    margin-bottom: 0;
    padding: 0;
}

.uk-svg.uk-preserve,
.uk-svg.uk-preserve rect{
    fill: transparent;
}

.smart_watch .slider_grid {
    border-radius: 15px;
    overflow: hidden;
}

.smart_watch .slider_grid>ul {
    margin-left: -30px;
}

.smart_watch .slider_grid>ul>li {
    padding: 0 0 0 30px;
}

.smart_watch .slider_grid>ul>li>.slider_card {
    background-color: #272727;
    border-radius: 15px;
    padding: 0 0 26px 0;
    overflow: hidden;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body {
    position: relative;
    height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_img {
    margin-right: -20px;
    width: 100%;
    background-color: #FCD955;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_img img {
    width: 100%;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_h3 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    padding: 25px 20px 20px;
    margin: 0 -36px 0 0;
    font-size: 30px;
    line-height: 1.37;
    color: #fff;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body p {
    font-family: 'Inter', sans-serif;
    padding: 0 20px 15px;
    margin-right: -30px;
    font-size: 22px;
    line-height: 1.47;
    color: #fff;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar {
    width: 12px;
    height: 1px;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar-track {
    border-radius: 5px;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar-track-piece {
    background-color: #727272;
    border-radius: 5px;
    border: 2px solid #272727;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-scrollbar-corner {
    background-color: #999;
}

.smart_watch .slider_grid>ul>li .slider_grid_body::-webkit-resizer {
    background-color: #666;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body_shadow {
    position: relative;
    padding: 15px 15px 0 0;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body_shadow:before,
.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body_shadow:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 0;
    width: calc(100% - 30px);
    background: rgb(39, 39, 39);
    background: -moz-linear-gradient(0deg, rgba(39, 39, 39, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(39, 39, 39, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(39, 39, 39, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727", endColorstr="#ffffff", GradientType=1);
    z-index: 2;
    transition: height .1s;
}

.smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body_shadow:after {
    transform: rotate(180deg);
    bottom: unset;
    top: 15px;
}

.smart_watch .slider_grid>ul>li>.slider_card.scrol_active .slider_grid_body_shadow:before,
.smart_watch .slider_grid>ul>li>.slider_card.scrol_active_top .slider_grid_body_shadow:after {
    height: 80px;
}


.smart_watch .smart_watch_slider_nav {
    position: relative;
    text-align: right;
    display: flex;
    float: right;
    margin-top: 20px;
}

.smart_watch .smart_watch_slider_nav .uk-slider-nav {
    display: flex;
    height: 33px;
}

.smart_watch .smart_watch_slider_nav .uk-slider-nav li {
    padding-left: 0;
    padding-right: 17px;
}

.smart_watch .smart_watch_slider_nav .uk-slider-nav li a {
    width: 18px;
    height: 18px;
    background-color: #DCDCDC;
    border: 0;
}

.smart_watch .smart_watch_slider_nav .uk-slider-nav li:hover a,
.smart_watch .smart_watch_slider_nav .uk-slider-nav li.uk-active a {
    background-color: #272727;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn {
    text-align: right;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a {
    background-color: #9D9D9D;
    border-radius: 50%;
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 0;
    position: relative;
    margin-left: 8px;
    transition: all .5s;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a.uk-invisible {
    visibility: visible !important;
    filter: blur(2px);
    pointer-events: none;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a:hover {
    background-color: #828282;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a.uk-slidenav-previous svg {
    left: 47%;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a svg {
    width: 8px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a svg polyline {
    stroke-width: 4;
}

.smart_watch .smart_watch_slider_nav .smart_watch_slider_nav_btn a.uk-slidenav-next svg {
    left: 53%;
}

.smart_watch .smart_watch_list{
    padding-left: 30px;
}

.smart_watch .smart_watch_list li {
    position: relative;
    margin-bottom: 20px;
}

.smart_watch .smart_watch_list li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 11px;
    width: 10px;
    height: 10px;
    background-color: #E10063;
    border-radius: 50%;
}

.smart_watch .smart_watch_list li:last-child {
    margin-bottom: 0;
}

.smart_watch .smart_watch_block3 {
    background-color: #FCD955;
    padding-bottom: 50px;
}

.smart_watch .smart_watch_block_footer {
    min-height: 670px;
    padding-top: 0;
    background-image: url(/images/companies/1/pages/product/smart_watch/smart_watch__block_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.smart_watch .smart_watch_block_footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.smart_watch .target_icon_text {
    margin-bottom: 20px;
}

.smart_watch .target_icon_text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4;
    color: #E10063;
}

.smart_watch .block_design a {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    line-height: 1.47;
    text-decoration: underline;
    transition: color .5s;
}

.smart_watch .block_design a:hover {
    color: #E10063;
}

.smart_watch .img_border_15 {
    border-radius: 15px;
}


.smart_watch .blod_matrix {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.47;
    color: #000;
}

.smart_watch .slider_grid_2>ul {
    margin-left: -30px;
}

.smart_watch .slider_grid_2>ul>li {
    padding: 0 0 0 30px;
}

.smart_watch .slider_grid_2>ul>li>.slider_card {
    position: relative;
    background-color: #272727;
    border-radius: 15px;
    height: 100%;
}

.smart_watch .slider_grid_2>ul>li>.slider_card a {
    text-decoration: unset;
    width: 100%;
    height: 100%;
    display: block;
}

.smart_watch .slider_grid_2>ul>li>.slider_card a:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9922 1L20.9922 6L14.9922 11M18.9922 6H1.49219' stroke='%23272727' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #7E7E7E;
    width: 43px;
    height: 20px;
    right: 19px;
    bottom: 20px;
    border-radius: 100px;
    transition: background-color .5s;
}

.smart_watch .slider_grid_2>ul>li>.slider_card a:hover:before {
    background-color: #b3b3b3;
}

.smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_img {
    height: 130px;
    text-align: center;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body {
    padding: 0 35px 100px 25px;
}

.smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body p {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.47;
    color: #fff;
    text-decoration: unset;
}

.smart_watch .ico_info img,
.smart_watch .ico_info svg {
    width: 35px;
    height: 35px;
}

.smart_watch .grid_table {
    margin-top: 10px;
}

.smart_watch .grid_table img,
.smart_watch .grid_table svg {
    width: 80px;
    height: 80px;
}

.smart_watch .grid_table .grid_table_title {
    background-color: #FCD955;
    border-radius: 5px 0 0 5px;
    border: 1px solid #000;
    padding: 25px 40px;
}

.smart_watch .grid_table .grid_table_title h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
}

.smart_watch .grid_table .grid_table_text {
    border-radius: 0 5px 5px 0;
    border: 1px solid #000;
    border-left: 0;
    padding: 40px;
    display: flex;
    align-items: center;
}

.smart_watch .grid_table .grid_table_text .smart_watch_p {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}

.smart_watch .smart_watch_bold {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.smart_watch .smart_watch_regular {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.smart_watch .color_white {
    color: #fff;
}

.smart_watch .color_pink {
    color: #E10063;
}

.smart_watch .pt_50 {
    padding-top: 50px;
}

.smart_watch .pb_20 {
    padding-bottom: 20px;
}

.smart_watch .pb_30 {
    padding-bottom: 30px;
}

.smart_watch .pb_40 {
    padding-bottom: 40px;
}

.smart_watch .pb_50 {
    padding-bottom: 50px;
}

.smart_watch .pb_60 {
    padding-bottom: 60px;
}

.smart_watch .pb_100 {
    padding-bottom: 100px;
}

.smart_watch .mb_10 {
    margin-bottom: 10px;
}



@media (min-width: 1900px) {
    .smart_watch .smart_watch_h1 {
        font-size: 53px;
    }
}

@media (max-width: 1279px) {
    .smart_watch .smart_watch_block1>div {
        width: calc(100% - 80px);
    }

    .smart_watch .smart_watch_h1 {
        font-size: 37px;
    }
}

@media (max-width: 1279px) and (min-width: 960px) {
    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_h3 {
        font-size: 2.35vw;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body p,
    .smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body p {
        font-size: 1.72vw;
    }
}

@media (min-width: 960px) {
    .smart_watch .grid_table .grid_table_title {
        width: 400px;
    }

    .smart_watch .grid_table>div:not(.grid_table_title) {
        flex: 1;
        min-width: 1px;
    }
}

@media (max-width: 959px) {
    .smart_watch .smart_watch_h1 {
        font-size: 23px;
    }

    .smart_watch .uk-slider.uk-slider-container {
        margin-left: -30px;
        width: calc(100vw + 10px);
    }

    .smart_watch .slider_grid>ul,
    .smart_watch .slider_grid_2>ul {
        margin-left: 0;
        margin-right: 20px;
    }

    .smart_watch .slider_grid {
        border-radius: 0;
    }

    .smart_watch .smart_watch_slider_nav {
        margin-right: 30px;
    }

    .smart_watch .grid_table .grid_table_title {
        border-radius: 5px 5px 0 0;
        padding: 20px 30px;
        height: 200px;
    }

    .smart_watch .grid_table .grid_table_title>div {
        width: 350px;
        margin: auto;
    }

    .smart_watch .grid_table .grid_table_text {
        border-radius: 0 0 5px 5px;
        border: 1px solid #000;
        border-top: 0;
        padding: 30px;
    }
}

@media (max-width: 959px) and (min-width: 640px) {
    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_h3 {
        font-size: 3.13vw;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body p,
    .smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body p {
        font-size: 2.4vw;
    }

    .uk-width-2-5\@s {
        width: 46%;
    }
}

@media (min-width: 640px) {
    .smart_watch .smart_watch_h1 span {
        display: block;
    }
}

@media (max-width: 639px) {
    .smart_watch .smart_watch_block0 {
        padding-top: 60px;
    }

    .smart_watch .smart_watch_block1 {
        background-color: #fff;
        padding-top: 0;
    }

    .smart_watch .smart_watch_block3 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .smart_watch .smart_watch_block1>div {
        width: calc(100% - 40px);
        position: relative;
        left: unset;
        top: auto;
        transform: unset;
    }

    .smart_watch .smart_watch_block1 img {
        width: 100%;
    }

    .smart_watch .smart_watch_h1 {
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 48px;
        line-height: 1.4;
        color: #000;
        width: 100%;
        margin-bottom: 40px;
    }

    .smart_watch .smart_watch_h2 {
        font-size: 50px;
        line-height: 1.3;
    }

    .smart_watch .friends_img {
        width: 100vw;
        margin-left: -15px;
    }

    .smart_watch .friends_img img {
        width: 100%;
    }

    .smart_watch .slider_grid>ul>li,
    .smart_watch .slider_grid_2>ul>li {
        padding-left: 20px;
    }

    .smart_watch .slider_grid>ul,
    .smart_watch .slider_grid_2>ul {
        margin-left: 10px;
        margin-right: 25px;
    }

    .smart_watch .uk-slider.uk-slider-container {
        width: calc(100vw + 15px);
    }

    .smart_watch .smart_watch_slider_nav {
        margin-right: 20px;
    }

    .smart_watch .slider_grid_2>ul>li>.slider_card a:before {
        right: 30px;
        bottom: 20px;
        width: 60px;
        height: 27px;
        background-size: 50%;
    }

    .smart_watch .smart_watch_block_footer {
        min-height: 795px;
        padding-top: 0;
        background-image: url(/images/companies/1/pages/product/smart_watch/smart_watch__block_footer_m.png);
    }

    .smart_watch .smart_watch_block_footer:before {
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    }

    .smart_watch .img_border_15 {
        width: 100%;
    }

    .smart_watch .pb_0_m {
        padding-bottom: 0;
    }

    .smart_watch .pb_10_m {
        padding-bottom: 10px;
    }

    .smart_watch .pb_20_m {
        padding-bottom: 20px;
    }

    .smart_watch .pb_30_m {
        padding-bottom: 30px;
    }

    .smart_watch .pb_40_m {
        padding-bottom: 40px;
    }

    .smart_watch .pb_50_m {
        padding-bottom: 50px;
    }

    .smart_watch .pb_60_m {
        padding-bottom: 60px;
    }

    .smart_watch .pb_80_m {
        padding-bottom: 80px;
    }

    .smart_watch .pb_100_m {
        padding-bottom: 100px;
    }

    .smart_watch .mb_0_m {
        margin-bottom: 0;
    }
}

@media (max-width: 460px) {
    .smart_watch .smart_watch_h1 {
        font-size: 30px;
    }

    .smart_watch .smart_watch_h2 {
        font-size: 28px;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_h3 {
        font-size: 20px;
    }

    .smart_watch .target_icon_text h4 {
        font-size: 22px;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body p,
    .smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body p {
        font-size: 17px;
        line-height: 1.27;
    }

    .smart_watch .slider_grid_2>ul>li>.slider_card .slider_grid_body {
        padding-right: 25px;
    }

    .smart_watch .blod_matrix {
        font-size: 23px;
    }

    .smart_watch .smart_watch_p,
    .smart_watch .smart_watch_list li {
        font-size: 20px;
    }

    .smart_watch .grid_table .grid_table_title {
        padding: 20px;
        height: 150px;
    }

    .smart_watch .grid_table img,
    .smart_watch .grid_table svg {
        width: 50px;
        height: 50px;
    }

    .smart_watch .grid_table .grid_table_title h3 {
        font-size: 18px;
    }
}

@media (max-width: 410px) {
    .smart_watch [class*='smart_watch_block'] {
        padding-top: 45px;
    }

    .smart_watch .smart_watch_block0 {
        padding-top: 62px;
    }

    .smart_watch .smart_watch_block1 {
        padding-top: 0;
    }

    .smart_watch .smart_watch_block_footer .smart_watch_p {
        font-size: 20px;
        line-height: 1.27;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_img {
        padding: 40px 0 40px 0;
    }

    .smart_watch .slider_grid>ul>li>.slider_card .slider_grid_body .slider_grid_img img {
        width: 80px;
        height: 80px;
    }

    .smart_watch .smart_watch_slider_nav .uk-slider-nav li {
        padding-right: 10px;
    }
}