@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .text_block img
    {
        margin-bottom: 30px;
    }

    .article_info .text_block h2
    {
        margin-bottom: 18px;
    }

    .about_info .text_block p
    {
        line-height: 30px;
    }


    .form .cols .col
    {
        width: 100%;
    }

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

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


    .section_head
    {
        border-top: none;
    }


    .title_small
    {
        text-align: center;
    }

    .top_section .title
    {
        line-height: normal;
    }

    /*---------------
        Header
    ---------------*/
    header
    {
        display: flex;

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

    header .top
    {
        width: 100%;

        order: 2;
    }

    header .callback_link
    {
        padding-left: 24px;
    }

    header .serts
    {
        display: none;
    }

    header .socials
    {
        display: none;
    }

    header .info
    {
        width: 100%;
        padding: 20px 0;
    }

    header .menu
    {
        display: none;
    }

    header .box_search
    {
        display: none;
    }

    header .socials_mob
    {
        display: flex;
    }

    header .mob_menu_link
    {
        display: block;
    }

    header .box_mobMenu
    {
        display: block;
    }

    header .box_mobMenu .socials
    {
        display: flex;

        margin-top: 50px;

        justify-content: center;
        align-items: center;
    }

    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .skitter .info_slide
    {
        display: none !important;
    }

    .main_slider .label_skitter
    {
        padding: 0;
    }

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

    .main_slider .img_abs
    {
        right: -130px;
    }

    .main_slider .titleBig
    {
        font-size: 80px;
        line-height: 70px;
    }

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


    .main_brands .brand
    {
        width: calc(50% - 20px);
    }


    .advanages .slider
    {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }


    .main_about img.right
    {
        display: none;
    }


    .have_questions .title
    {
        width: 100%;
        margin-bottom: 20px;
    }


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

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

    .doctors .doctor
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .doctors_carousel .prevPage
    {
        left: 0;
    }

    .doctors_carousel .nextPage
    {
        right: 0;
    }

    .doctors_carousel .scrollbar
    {
        width: calc(100% - 44px);
    }

    .related_carousel .prevPage
    {
        left: 0;
    }

    .related_carousel .nextPage
    {
        right: 0;
    }

    .related_carousel .scrollbar
    {
        width: calc(100% - 44px);
    }


    .appendix .box
    {
        width: 100%;
        max-width: 100%;
    }

    .appendix .img_abs
    {
        position: static;

        width: auto;
        max-width: 100%;
        margin-top: 26px;
    }


    .articles .main_article
    {
        padding-bottom: 72px;
    }

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

    .articles .main_article .box
    {
        bottom: 72px;

        padding: 18px 20px;
    }

    .articles .main_article:hover .box:before
    {
        opacity: 1;
    }

    .articles .main_article .name
    {
        width: 100%;
        padding-right: 0;
    }

    .articles .main_article .link
    {
        position: absolute;
        bottom: -72px;
        left: 0;

        width: 100%;
    }

    .articles .main_article .link span
    {
        color: #3f9c9a;

        width: 100%;

        text-align: center;

        border-color: #3f9c9a;
    }

    .articles .main_article:hover .link span
    {
        color: #3f9c9a;

        border-color: #3f9c9a;
    }

    .articles .main_article:before
    {
        display: none;
    }


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

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


    .section_follow .title
    {
        width: 100%;

        text-align: center;
    }

    .section_follow .socials
    {
        margin: 20px 0 0;
    }

    .top_section .breadcrumbs
    {
        min-height: 60px;
    }

    .top_section
    {
        padding: 32px 0 15px;
    }

    .top_section .img,
    .top_section .img2
    {
        display: none;
    }

    .innfort_section .foto
    {
        width: calc(33.333% - 15px);
        padding-bottom: 31%;
    }

    .about_bottom .form_box
    {
        padding: 35px 0;
    }

    .about_bottom .box,
    .about_bottom .box_left
    {
        padding: 35px 10px 50px;
    }

    .about_bottom .box .img,
    .about_bottom .box_left .img
    {
        width: 400px;
        margin-top: -160px;
    }

    .about_bottom .box_download
    {
        justify-content: center;
    }

    .about_bottom .box_download .name
    {
        order: 2;
    }

    .about_bottom .box_download .img
    {
        width: 100%;
        margin-bottom: 35px;
    }

    .about_bottom .box_download .img img
    {
        margin: 0 auto;
    }

    .about_info .map
    {
        margin-bottom: 30px;
    }

    .advan_second
    {
        background: #0f8381;
    }

    .advan_second .item .desc
    {
        color: #fff;
    }


    .section_reviews .links .link
    {
        min-height: 64px;
        padding: 6px 15px;

        text-align: center;
    }

    .section_reviews .links .link .img
    {
        display: none;
    }

    .section_reviews .links .link .name
    {
        width: 100%;
        padding: 0;
    }


    .reviews
    {
        padding-top: 0;

        column-gap: 0;
        column-count: 1;
    }

    .reviews > *
    {
        padding-top: 30px;
    }


    .comparison
    {
        padding: 60px 0 0;
    }

    .comparison:before
    {
        display: none;
    }

    .comparison:after
    {
        display: none;
    }

    .comparison .item .cols_top
    {
        padding-bottom: 36px;
    }

    .comparison .item .cols_top .col
    {
        width: 100%;
        padding: 36px 40px;
    }

    .comparison .item .cols_top .col:first-child
    {
        background: transparent;
    }

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

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

    .comparison .item .cols_bot .col
    {
        width: 100%;
        padding: 40px;
    }

    .comparison .item .cols_bot .col:first-child
    {
        background: transparent;
    }

    .comparison .item .cols_bot .col:last-child
    {
        background: #fafafa;
    }

    .comparison .item .link a
    {
        width: 100%;
        padding: 0;
    }


    .top_section .img3
    {
        left: -50px;
    }

    .top_section .img4
    {
        right: -50px;
    }


    .catalog_link .col_r
    {
        width: 30%;
        padding: 0;
    }


    .specialists .links .link
    {
        width: 100%;
    }

    .specialists .links .link .img,
    .specialists .links .link.big .img
    {
        width: 198px;
    }

    .specialists .links .link .name,
    .specialists .links .link.big .name
    {
        width: calc(100% - 220px);
    }

    .specialists .links .link .name
    {
        text-align: left;
    }

    .links_info .link
    {
        width: 100%;
    }

    .links_info .link .icon
    {
        width: 178px;

        justify-content: center;
    }

    .links_info .link .name
    {
        width: calc(100% - 200px);
    }


    .article_info
    {
        margin-bottom: 40px;
    }

    .share
    {
        margin-bottom: 20px;
    }


    .articles_inner
    {
        padding-bottom: 40px;
    }

    .articles_inner .grid
    {
        margin: 0 0 0 -20px;
    }

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

    .articleBig
    {
        margin-top: 20px;
    }


    .related_articles
    {
        padding: 30px 0 50px;
    }

    .related_carousel
    {
        margin-top: 20px;
        padding: 0;
    }

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

    .related_carousel .item
    {
        margin: 0 10px;
    }

    .articles_inner .item
    {
        text-align: center;
    }

    .tags_line .title
    {
        width: 100%;
        margin-bottom: 14px;
        padding: 0;

        text-align: center;
    }

    .tags
    {
        width: calc(100% + 8px);
        margin-left: -8px;
        padding-right: 0;

        justify-content: center;
    }


    .top_section .img7
    {
        left: -112px;
    }

    .top_section .img8
    {
        right: -88px;
    }


    .page_content
    {
        padding: 30px 0 40px;
    }


    .events .event .box_img
    {
        width: calc(100% - 100px);
    }

    .events .event .info
    {
        width: 100%;
        margin-top: 20px;
    }

    .events .event .box_link
    {
        margin-top: 14px;
    }


    .events .event + .event
    {
        margin-top: 45px;
    }


    .content_flex
    {
        margin-top: 40px;
    }


    aside .subscribe a
    {
        width: 100%;
        min-width: 1px;
    }

    .banner
    {
        margin-right: auto;
        margin-left: auto;
    }



    .implants .box_btn
    {
        margin: 0 0 35px 0;
    }

    .implants .box_btn .link
    {
        width: 100%;
        margin: 0;
    }

    .implants .box_btn .link + .link
    {
        margin-top: 20px;
    }

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

    .implants .product
    {
        width: calc(50% - 15px);

        box-shadow: 0 0 10px rgba(151, 151, 151, .24);
    }

    .implants .surfare_box
    {
        margin-bottom: 30px;
        padding: 12px 25px;
    }

    .implants .surfare_box .surf_color
    {
        width: 100%;
    }

    .implants .surfare_box .surf_color div
    {
        margin-left: 0;
    }

    .implants .surfare_box .surf_color div + div
    {
        margin-left: 15px;
    }

    .projections .grid .projection
    {
        width: calc(50% - 15px);
    }

    .illustrative_photo
    {
        padding: 12px 25px;
    }

    .advantages
    {
        margin: 35px 0 0 0;

        justify-content: center;
    }

    .advantages .item
    {
        width: 100%;
        max-width: 380px;
        margin-left: 0;
    }

    .advantages .item + .item
    {
        margin-top: 15px;
    }

    .faq .search
    {
        margin-bottom: 30px;
    }

    .faq .box_btn .link
    {
        width: 100%;
    }

    .faq .box_btn .link + .link
    {
        margin-top: 20px;
    }

    .accordion .item .title
    {
        padding: 20px 45px 20px 0;
    }

    .accordion .item .title.active
    {
        padding-bottom: 15px;
    }

    .accordion .item .title:before
    {
        top: 28px;
        right: 5px;
    }

    .accordion .item .title.active:before
    {
        top: 35px;
    }

    .catalog
    {
        padding-top: 35px;
    }

    .catalog .links{
        margin-top: -15px;
    }

    .catalog .links .link
    {
        width: 100%;
        margin-top: 15px;
    }

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

    .catalog .big_link
    {
        margin-top: 15px;
    }

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

    .search_flex
    {
        margin-bottom: 35px;
    }

    .search_flex .item
    {
        padding: 15px 15px 65px;
    }

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

    .search_flex .item .photo
    {
        margin: 0 auto 20px;
        width: 104px;
        height: 104px;
    }

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

    .search_flex .item .bot
    {
        padding-left: 0;
        justify-content: center;
    }

    .search_flex .item .letter.tooltip .text
    {
        margin-right: -68px;
    }

    .search_flex .item .video.tooltip .text
    {
        margin-right: 68px;
    }

    .search_flex .item .letter.tooltip .text:before
    {
        margin-right: 68px;
    }

    .search_flex .item .video.tooltip .text:before
    {
        margin-right: -76px;
    }

    .brand_history .slide .box_img{
        width: 225px;
        height: 255px;
        margin: 0 auto;
        padding-bottom: 0;
    }


    .fact_silimed{
        margin-top: 42px;
        padding: 30px 0;
    }

    .fact_silimed .img_abs{
        display: none;
    }

    .fact_silimed .info{
        width: 100%;
    }


    .info_silimed .item{
        width: 100%;
    }


    .advanages_silimed .items{
        justify-content: center;
    }

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

    .catalog.to-patients-big-links.brands-2 {
        padding: 35px 0;
    }

    .catalog.to-patients-big-links.brands-2 .links {
        margin-left: -18px;
    }

    .catalog.to-patients-big-links.brands-2 a.brand.flex {
        width: calc(50% - 18px);
        margin: 30px 0 0 18px;
        height: 100px;
        box-shadow: 0 10px 20px rgba(85,85,85,.09);
    }

    .catalog.to-patients-big-links.brands-2 .col_l {
        height: 80px;
        line-height: 80px;
    }

    .catalog.to-patients-big-links.brands-2 .col_l img.img {
        max-width: 100%;
    }

    .catalog.to-patients-big-links.brands-2 .brand.flex:before {
        content: none;
    }


    .links_info.flex.triple.brands-2 .link {
        width: calc(100% - 15px);
        background: #fff;
    }

    .links_info.flex.triple.brands-2 {
        width: calc(100% + 30px);
        margin-bottom: 0;
        margin-left: -7.5px;
    }

    .text_block.brands-2 {
        margin: 15px 0 45px;
    }
    /*---------------
        Footer
    ---------------*/
    footer .col_l
    {
        margin-bottom: 0;

        align-items: center;
        align-content: center;
    }

    footer .adres
    {
        margin-top: 0;
    }

    footer .block_list
    {
        width: calc(50% - 7px);
        margin-top: 22px;
    }


    footer .open_sub,
    footer .title .active
    {
        position: relative;

        display: inline-block;

        padding-right: 20px;

        vertical-align: top;
    }

    footer .open_sub .arrow,
    footer .title .active .arrow
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 15px;
        height: 100%;

        content: '';

        background: url(../images/arrow3.svg) 100% 50%/10px auto no-repeat;
    }

    footer .title .active .arrow
    {
        transform: rotate(180deg);

        background-position: 0 50%;
    }

    footer .list
    {
        display: none;
    }
    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        width: 468px;
        padding-right: 54px;
        padding-left: 54px;
    }

    .links_info.triple .link {
        width: 100%;
    }

    .to-patients
    {
        padding-top: 35px;
    }

    .to-patients .catalog .links .link
    {
        width: 100%;
    }

    .to-patients .catalog .links .link + .link
    {
        margin-top: 15px;
    }

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

    .to-patients .catalog .big_link
    {
        margin-top: 15px;
    }

    .team-item {
        width: calc(50% - 25px);
    }

    .contacts-container {
        display: block;
    }

    .contacts-info {
        width: 100%;
        margin-bottom: 30px;
    }

    .contacts-callback {
        width: calc(100% + 30px);
       
    }

    .contacts-fields {
        display: block;
    }

    .contacts-fields input {
        width: 100%;
        margin-bottom: 10px;
        height: 55px;
    }

	.product-type-img {
		margin: 0 0 15px 0;
		max-width: 220px;
	}

	.product-type-content {
		width: 100%;
	}

	.product-type-item.tt, .product-type-item.pp, .product-type-title {
		text-align: center;
	}
	
	.product-type-content {
		text-align: left;
	}


    .product_info .col_r
    {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px;
    }

    .product_info .data
    {
        width: 100%;
    }

    .product_info .data .list_info
    {
        margin-bottom: 35px;
    }

    .product_info .data .scroll_link
    {
        font-size: 18px;

        margin-bottom: 0;
    }

    .product_info .thumbs
    {
        display: none;
    }


    .section_rating
    {
        margin-bottom: 40px;
    }

    .section_rating .box .img
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .section_rating .box .col_r
    {
        width: 100%;
        max-width: 100%;
    }


    .recommendations .title,
    .recommendations .features,
    .recommendations .attention .text
    {
        margin-bottom: 30px;
    }

    .recommendations .features .read_all
    {
        font-size: 18px;
    }

    .recommendations .attention,
    .recommendations .size_table
    {
        margin-bottom: 35px;
    }


    .determine_size .box
    {
        padding-bottom: 60px;
    }

    .determine_size .box .list
    {
        max-width: 100%;
    }

    .determine_size .box .desc
    {
        width: calc(100% - 115px);
    }

    .determine_size .img
    {
        display: none;
    }



	.mamm-text.text_block img {
		max-width: 100%;
		height: auto;
		margin: 0 25px 25px 0;
	}

	.main_slider_methods.mammo.slick-slider .slick_item.item {
		width: 100% !important;
		padding: 30px;
		border: 1px solid #ececec;
		border-radius: 3px;
	}
	
	.main_slider_methods.mammo.slick-slider .slick_item.item .title {
		font-weight: 300;
		text-transform: uppercase;
		font-size: 18px;
		color: #0f8381;
		line-height: 30px;
		position: relative;
	}

	section.implants.mammo-text {
		padding: 50px 0;
	}



    .product {
        width: calc(100%/2 - 20px);
    }


    .tabs-wrap{
        margin-bottom: 20px;
    }

    .open-tabs{
        display: block;
    }

    .tabs{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 600;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s linear, visibility .2s linear;

        background: #FFFFFF;
        box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
        border-radius: 10px 10px 0 0;
        padding: 30px 20px;
    }

    .tabs.show{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .tabs .tabs__button{
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .tabs__button:after{
        display: none;
    }

    .tabs .tabs__button + .tabs__button{
        margin-top: 20px;
    }


    .radio-info__name{
        min-width: 1px;
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
    }


    .product-info__name{
        font-size: 25px;
    }


    .certificates__items li{
        width: calc(100%/2);
    }


    .articles-list__item{
        width: 100%;
    }


    .small_title{
        font-size: 25px;
    }
    .certificates .small_title {
        text-align: center!important;
    }

    .small_title.center{
        text-align: left;
    }


    .sub-title{
        max-width: none;
    }

    .sub-title.center {
        text-align: left;
    }


    .certificates__slider{
        margin-top: 20px;
    }


    .instruction-info{
        flex-wrap: wrap;
    }

    .instruction-info__name{
        width: 100%;
        text-align: center;
    }

    .instruction__link{
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }


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


    .engraving{
        padding: 30px 0;
    }

    .engraving__info{
        width: 100%;
        max-width: none;
        order: 2;
        margin-top: 20px;
    }

    .engraving__img{
        width: 100%;
    }


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

    .banner-big__desc{
        font-size: 18px;
    }
    .page-saving .box_btn .link{
        width: 100%;
    }

    .input_field{
        flex-direction: column;
    }
}
