@media (max-width: 1023px)
{
    /*---------------
        Main styles
    ---------------*/
    body.hide
    {
        overflow: hidden;
    }

    .form .column
    {
        margin-left: -30px;
    }

    .form .column .col
    {
        width: calc(50% - 30px);
        margin-left: 30px;
    }


    .main_brands .grid,
    .advanages .item,
    .have_questions .title,
    .have_questions .link,
    .doctors .doctor,
    .appendix .img_abs,
    .main_articles,
    .innfort_section .foto,
    .about_bottom .form_box,
    .about_bottom .box,
    .comparison .item
    {
        visibility: visible !important;
    }

    /*---------------
        Header
    ---------------*/
    header .mail
    {
        margin-left: auto;
    }

    header .callback_link
    {
        margin-left: auto;
    }

    header .socials
    {
        margin-left: auto;
    }

    header .menu li + li
    {
        margin-left: 30px;
    }

    header .menu li.marg
    {
        padding-left: 30px;
    }

    header .menu li.flexMenu-viewMore
    {
        margin-left: auto;
    }

    header .menu li.flexMenu-viewMore.active a
    {
        color: #0f8381;
    }

    header .menu li .flexMenu-popup
    {
        position: absolute;
        z-index: 99;
        top: calc(100% + 40px);
        right: -30px;

        width: 144px;
        padding: 20px 16px;

        border-radius: 4px;
        background: #fff;
        box-shadow: 0 1px 40px rgba(0,0,0,.07);
    }

    header .menu li .flexMenu-popup:before
    {
        position: absolute;
        top: -24px;
        right: 24px;

        width: 0;
        height: 0;

        content: '';

        border: 12px solid transparent;
        border-bottom: 12px solid #fff;
    }

    header .menu li .flexMenu-popup li + li
    {
        margin: 6px 0 0;
    }

    header .menu li .flexMenu-popup li.marg
    {
        margin-right: 0;
        padding-left: 0;
    }

    header .menu li .flexMenu-popup li a
    {
        color: #421d11;
    }

    header .menu li .subMenu
    {
        display: none;
    }
    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .main_slider .label_skitter
    {
        padding: 0 60px;
    }

    .main_slider .img_abs
    {
        right: 15px;
        left: auto;

        margin-left: 0;
    }

    .main_slider .block
    {
        max-width: 70%;
    }

    .main_slider .subTitle
    {
        font-size: 24px;
    }

    .skitter .info_slide
    {
        left: 15px !important;
    }

    .main_slider .titleBig
    {
        font-size: 125px;
        line-height: 100px;
    }

    .main_slider .titleBig span
    {
        font-size: 95px;
    }

    .main_slider .desc
    {
        font-size: 20px;
    }


    .main_brands
    {
        margin-top: 22px;
    }

    .main_brands .grid
    {
        margin-left: -20px;
    }

    .main_brands .brand
    {
        width: calc(25% - 20px);
        height: 100px;
        margin: 20px 0 0 20px;

        box-shadow: 0 10px 20px rgba(85,85,85,.09);
    }

    .main_brands .brand:hover
    {
        top: 0;
    }

    .main_brands .brand:before
    {
        display: none;
    }


    .main_about
    {
        margin-top: 42px;
        padding: 42px 0 82px;
    }

    .main_about img.right
    {
        width: 47%;
        margin-left: 12px;
    }


    .advanages
    {
        padding-bottom: 42px;
    }

    .advanages .item:hover
    {
        top: 0;
    }


    .have_questions
    {
        padding: 48px 0;
    }


    .section_doctors
    {
        padding: 52px 0 60px;
    }

    .doctors_carousel
    {
        margin-top: 42px;
    }

    .doctors_carousel .doctors_wrap
    {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .doctors_carousel .scrollbar
    {
        margin-top: 56px;
    }

    .related_carousel .scrollbar
    {
        margin-top: 56px;
    }

    .doctors .doctor
    {
        margin: 0 15px;
    }


    .more_all
    {
        margin-top: 46px;
    }


    .appendix
    {
        padding: 50px 0;
    }

    .appendix .img_abs
    {
        bottom: 54px;

        width: 340px;
    }

    .appendix .box
    {
        width: calc(100% - 370px);
        max-width: 380px;
        margin-left: auto;
    }

    .appendix .desc
    {
        margin-top: 22px;
        margin-left: 20px;
    }

    .appendix .links
    {
        margin-top: 30px;
    }


    .main_articles
    {
        padding: 42px 0;
    }

    .articles .main_title
    {
        width: 100%;
        max-width: 100%;
    }

    .articles .main_article
    {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .articles .main_article .img
    {
        padding-bottom: 40%;
    }

    .articles .main_article .box
    {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .articles .info
    {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .articles .slider
    {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .articles .slider .slick-slide
    {
        margin: 0 15px;
    }

    .articles .more a:hover
    {
        padding-right: 28px;
    }


    .section_follow
    {
        padding: 42px 0 34px;
    }

    .section_follow .form
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .form .sector_flex
    {
        margin: -30px 0 0;

        justify-content: space-between;
    }

    .form .sector_flex > *
    {
        margin: 30px 0 0;
    }

    .form_subscribe .sector_flex .field
    {
        width: calc(50% - 13px);
    }

    .form_subscribe .sector_flex .radio
    {
        width: calc(50% - 13px);
    }

    .form_subscribe .sector_flex .checkbox
    {
        width: calc(50% - 13px);
    }

    .form_subscribe .sector_flex .submit
    {
        width: calc(50% - 13px);
        margin-left: 0;
    }

    .form_subscribe .sector_flex .submit_btn
    {
        width: 100%;
    }


    .section_follow .bot
    {
        margin-top: 42px;
        padding-top: 32px;
    }

    .top_section .img
    {
        margin-left: -395px;
    }

    .top_section .img2
    {
        margin-right: -385px;
    }

    .about_info
    {
        padding-top: 40px;
    }


    .about_info .img
    {
        background-position: 50%;
        background-size: cover;
    }

    .about_info .colums
    {
        margin: 30px 0 5px;
    }

    .about_info .text_block .col
    {
        width: 100%;
    }

    .about_info .text_block .col + .col
    {
        margin-top: 25px;
    }

    .about_video
    {
        padding: 35px 0 45px;
    }

    .about_video .box_video
    {
        margin-top: 35px;
    }

    .innfort_section .grid
    {
        margin: 13px 0 0 -15px;
    }

    .innfort_section .foto
    {
        width: calc(16.666% - 15px);
        margin: 15px 0 0 15px;
    }

    .innfort_section
    {
        padding: 35px 0 50px;
    }

    .about_bottom .form_box
    {
        width: 100%;
        padding: 50px 15px;

        order: 2;
    }

    .about_bottom .form_box:after,
    .about_bottom .box:after,
    .about_bottom .box_left:after
    {
        display: block;
    }

    .about_bottom .box_download:after
    {
        position: absolute;
        top: 0;
        right: 100%;
        left: auto;

        display: block;

        width: 5000px;
        height: 100%;

        content: '';
        transition: .2s linear;

        background: #fafafa;
    }

    .about_bottom .box_download:hover:after
    {
        width: 5000px;

        background: #0f8381;
    }

    .about_bottom .form_subscribe
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .about_bottom .box,
    .about_bottom .box_left
    {
        width: 100%;
    }

    .about_bottom .box .info,
    .about_bottom .box_left .info
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .about_bottom .box_download
    {
        width: 100%;
        padding: 30px;

        justify-content: space-around;
    }

    .about_bottom .box_download .img
    {
        position: static;

        margin-top: 0;
    }


    .reviews .review .cols .col
    {
        width: 100%;
    }


    .small_filter
    {
        padding-right: 15px;
        padding-left: 15px;
    }


    .comparison .item .cols_top .col
    {
        padding: 30px 15px;
    }

    .comparison .item .before
    {
        top: 30px;
    }

    .comparison .item .after
    {
        top: 30px;
    }

    .comparison .item .cols_bot .col
    {
        padding: 30px 15px;
    }


    .section_seo
    {
        padding: 42px 0;
    }


    .specialists
    {
        padding: 42px 0;
    }

    .links_info .link
    {
        margin-bottom: 30px;
    }

    .specialists .links .link
    {
        min-height: 136px;
        margin-top: 40px;
    }


    .section_reviews
    {
        padding: 42px 0;
    }

    .articleBig .mob_name
    {
        display: block;

        width: 100%;
        max-width: 555px;
        margin: 0 auto;

        text-align: center;
    }

    .articleBig .slider
    {
        width: 100%;
        max-width: 555px;
        margin: 20px auto 0;
    }

    .articleBig .box
    {
        width: 100%;
        margin-top: 2px;

        text-align: center;
    }

    .articleBig .name
    {
        display: none;
    }


    .articles_inner .grid .item
    {
        width: calc(50% - 30px);
    }


    .content_flex .content
    {
        width: 100%;
    }

    aside
    {
        width: 100%;
        margin-top: 20px;
    }

    aside .datepicker-here2
    {
        display: none;
    }

    aside .subscribe a
    {
        min-width: 290px;
    }


    .implants
    {
        padding: 42px 0 12px;
    }

    .implants .products
    {
        margin: 10px 0 50px -15px;
    }

    .implants .product
    {
        width: calc(33.333% - 15px);
        margin: 20px 0 0 15px;
        padding: 28px 15px;
    }

    .projections .grid
    {
        margin: 25px 0 0 -15px;
    }

    .projections .grid .projection
    {
        width: calc(25% - 15px);
        margin: 20px 0 0 15px;
    }

    .advantages
    {
        margin-left: -20px;
    }

    .advantages .item
    {
        width: calc(33.333% - 20px);
        margin-left: 20px;
    }

    .illustrative_photo
    {
        margin-bottom: 50px;
    }

    .catalog
    {
        padding: 42px 0 40px;
    }

    .catalog .links .link
    {
        width: calc(50% - 10px);
    }

    .catalog .link .col_l .box
    {
        padding-left: 25px;
    }

    .catalog .big_link
    {
        margin: 20px 0 42px;
    }

    .search_section .box_field
    {
        padding: 10px 32px 40px;
    }

    .search_section .field_flex
    {
        max-width: 500px;
        margin: 0 auto;
    }

    .search_section .field_flex > *
    {
        width: calc(50% - 13px);
        margin: 30px 0 0;
    }

    .search_section .field_flex > *:nth-child(2)
    {
        order: 3;
    }

    .search_section .field_flex > *:nth-child(3)
    {
        order: 4;
    }

    .search_section .form .nice-select .current
    {
        width: 100%;
    }

    .search_section .form .link_btn a
    {
        padding: 0 15px;
    }

    .search_flex .grid
    {
        margin: 15px 0 35px -15px;
    }

    .search_flex .item
    {
        padding: 15px 20px 70px;
        margin: 15px 0 0 15px;
        width: calc(50% - 15px);
    }

    .search_flex .item .box_img
    {
        margin-bottom: 25px;
    }

    .search_flex .item .box_img .img
    {
        margin-bottom: 0;
    }

    .search_flex .more
    {
        position: absolute;
        bottom: 22px;
        left: 15px;
    }

    .search_flex .item .info
    {
        width: 100%;
    }

    .search_flex .item.item2
    {
        padding: 20px 20px 25px;
    }

    .search_flex .item .photo
    {
        width: 90px;
        height: 90px;
    }

    .search_flex .item .box
    {
        width: calc(100% - 115px);
    }

    .brand_history .slick-arrow.slick-prev{
        left: -10px;
    }

    .brand_history .slick-arrow.slick-next{
        right: -10px;
    }

    .brand_history .slide .desc{
        font-size: 12px;
    }


    .fact_silimed{
        margin-top: 150px;
    }

    .fact_silimed .img_abs{
        left: -126px;
        margin-left: 0;
    }

    .fact_silimed .info{
        width: calc(100% - 230px);
    }


    .info_silimed{
        margin-top: 42px;
    }

    .info_silimed .items{
        margin-top: 0;
    }


    .advanages_silimed{
        margin-top: 42px;
    }


    .brand_history{
        margin-top: 0;
        padding: 100px 0 42px;
    }

    .brand_history .box_slider{
        margin-top: 30px;
    }


    /*---------------
        Footer
    ---------------*/
    footer
    {
        padding: 36px 0;
    }

    footer .col_l
    {
        display: flex;

        width: 100%;
        margin-bottom: 24px;

        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    footer .adres
    {
        width: calc(100% - 195px);
        margin-top: 38px;
    }

    footer .block_list
    {
        margin-top: 0;
    }


    /*---------------
        PopUp
    ---------------*/

    .to-patients-big-links .link .col_r img {
        height: auto;
    }

    .to-patients .catalog .link .col_r {
        align-items: flex-end;
    }

    .links_info.triple .link {
        width: calc(50% - 30px);
    }

    .to-patients .catalog
    {
        padding: 0;
    }

    .to-patients .catalog .links .link
    {
        width: calc(50% - 10px);
    }

    .to-patients .catalog .link .col_l .box
    {
        padding-left: 25px;
    }

    .to-patients .links_info {
        margin-bottom: 0;
    }

    .team-item {
        width: calc(33.33% - 25px);
        visibility: visible !important;
    }
    .article_info .text_block img {
        /* margin: 40px; */
        /*padding: 15px;*/
        margin: 0 10px 40px -14px !important;
    }
    .product_info
    {
        margin-bottom: 35px;
        padding-top: 10px;
    }

    .product_info .data
    {
        width: calc(57% - 40px);
    }

    .product_info .col_r .bot
    {
        justify-content: center;
        flex-wrap: wrap;
    }

    .product_info .col_r .bot .link
    {
        order: 2;
    }

    .product_info .col_r .bot .price_box
    {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .product_info .data .scroll_link
    {
        margin-bottom: 17px;
    }

    .thumbs .slick-list
    {
        margin: 0 -10px;
    }

    .thumbs .slide
    {
        padding: 25px 10px;
    }

    .thumbs .slide a
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    }

    .section_rating .box .col_r
    {
        padding-top: 0;
    }

    .section_rating .col_r .line .desc
    {
        font-size: 15px;
    }

    .recommendations .attention
    {
        margin-bottom: 45px;
        padding-bottom: 0;
    }

    .recommendations .size_table
    {
        margin-bottom: 50px;
    }

    .determine_size .img
    {
        right: 15px;

        margin-right: 0;
    }

    .determine_size .box .list
    {
        padding-left: 35px;
    }


    .page-content{
        padding-bottom: 70px;
    }

    .product-information{
        margin-top: 60px;
    }

    .products{
        margin-top: 60px;
    }

    .products__grid {
        margin: -10px 0 0 -20px;
    }

    .product {
        width: calc(100%/3 - 20px);
        margin: 30px 0 0 20px;
    }

    .product__desc{
        font-size: 14px;
        line-height: 24px;
    }


    .tabs .tabs__button{
        font-size: 14px;
        line-height: 24px;
    }


    .product-info__inform{
        margin-top: 20px;
    }

    .product-info__name{
        margin-top: 20px;
    }

    .product-info__important
    {
        margin-top: 10px;
    }


    .product__link{
        margin-top: 20px;
    }



    .certificates__wrap{
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .certificates__wrap:after {
        margin-left: 10px;
    }

    .certificates__wrap:before {
        margin-right: 10px;
    }

    .certificates__items li{
        padding: 0 10px;
    }

    .certificates__slider .scrollbar {
        width: calc(100% - 100px);
        margin: 20px auto 0;
    }

    .certificates__slider .prevPage {
        bottom: -4px;
        left: 14px;
        width: 24px;
        height: 24px;
    }

    .certificates__slider .nextPage {
        right: 14px;
        bottom: -4px;
        width: 24px;
        height: 24px;
    }


    .banner-big__info{
        font-size: 26px;
    }

    .banner-big__desc{
        margin-top: 20px;
    }


    .product-composition{
        padding: 60px 0;
    }

    .product-composition__img{
        width: 100%;
    }

    .product-composition__img img{
        margin: 0 auto;
    }

    .product-composition__info{
        width: 100%;
        padding-top: 20px;
    }


    .changes-info{
        padding: 60px 0;
    }


    .products.gray{
        padding: 60px 0;
    }


    .mechanism{
        padding: 60px 0;
    }

    .mechanism__grid{
        margin: -20px 0 0 -20px;
    }

    .mechanism-action {
        width: calc(100%/3 - 20px);
        margin-left: 20px;
    }

    .mechanism-action__desc{
        font-size: 14px;
        line-height: 24px;
    }

    .mechanism__info{
        margin-top: 40px;
    }

    .instruction-info{
        margin-top: 40px;
    }


    .certificates{
        margin-top: 90px;
    }


    .changes-info__item {
        width: calc(50% - 10px);
    }


    .articles-list{
        margin-top: 60px;
    }

    .articles-list__item {
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .wrap-btn{
        margin-top: 30px;
    }


    .small_title{
        font-size: 28px;
    }
}
