@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Medium.eot');
    src: local('Golos Text Medium'), local('GolosText-Medium'),
    url('../fonts/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GolosText-Medium.woff2') format('woff2'),
    url('../fonts/GolosText-Medium.woff') format('woff'),
    url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Black.eot');
    src: local('Golos Text Black'), local('GolosText-Black'),
    url('../fonts/GolosText-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GolosText-Black.woff2') format('woff2'),
    url('../fonts/GolosText-Black.woff') format('woff'),
    url('../fonts/GolosText-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-DemiBold.eot');
    src: local('Golos Text DemiBold'), local('GolosText-DemiBold'),
    url('../fonts/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GolosText-DemiBold.woff2') format('woff2'),
    url('../fonts/GolosText-DemiBold.woff') format('woff'),
    url('../fonts/GolosText-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Bold.eot');
    src: local('Golos Text Bold'), local('GolosText-Bold'),
    url('../fonts/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GolosText-Bold.woff2') format('woff2'),
    url('../fonts/GolosText-Bold.woff') format('woff'),
    url('../fonts/GolosText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Regular.eot');
    src: local('Golos Text Regular'), local('GolosText-Regular'),
    url('../fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GolosText-Regular.woff2') format('woff2'),
    url('../fonts/GolosText-Regular.woff') format('woff'),
    url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
  font-family: 'Golos Text', sans-serif;
}

.los{
  max-width: 290px;
  margin-left: 24px;
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  margin-right: 0;
}
.logo a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}


.header_section .item-list{
  display: block;
}

.header_section .item-list .item{
  margin-bottom: 6px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.header_section .item-list .item span{
  min-width: 135px;
  font-size: 14px;
  text-transform: capitalize;
  min-height: 20px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.header_section .item-list .item span svg:first-child{
margin-left: 0;
}
.header_section .item-list .item span svg{
  margin-right: 4px;
  margin-left: 12px;

}
.header_section .item-list .item span:last-child{
  color: rgba(0, 11, 38, 0.5);
  display: -webkit-flex;
  display: -ms-flex;
  text-transform: none;
}

.listing-item .buttons a,
.listing-item .buttons button{
  width: 100%;
  max-width: 237px;
  margin-bottom: 10px;
}
.listing-item .buttons{
  flex-shrink: 0;
  width: 100%;
  max-width: 237px;
}
.section_right{
  width: calc(100% - 237px);
}
.btn_red{
  background: #548FF9;
  border-color: #548FF9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
.btn_red:hover{
  color: #548FF9;
}
.btn_red svg{
  margin-right: 10px;
}

.pricing{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.price-hint{
  min-width: 135px;
  position: relative;
}

.price-hint .text-hint{
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  width: 150px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 5px;
  border-radius: 8px;
  font-size: 14px;
  color: rgba(0, 11, 38, 0.5);
}
.price-hint .title:hover + .text-hint{
  opacity: 1;
  visibility: visible;
  z-index: 20;

}
.price-hint .title{
  font-size: 16px;
  font-weight: bold;
  background: url('../img/ques.svg') right center no-repeat;
  padding-right: 34px;
  cursor: pointer;
  padding-top: 3px;
  display: inline-block;
  padding-bottom: 3px;
}


.header_section .pricing{
  position: relative;
  padding-top: 20px;
}
.header_section .pricing:after{
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  background: #E4ECEF;
  height: 1px;
}


.title_side:first-child{
  margin-top: 0;
}
.title_side{
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 700px;
  font-size: 18px;
  margin-top: 24px;
}

#search{
  max-width: 100%;
}
#sidebar aside.properties{
  margin-bottom: 24px;
}
#items_found{
  flex-grow: 0;
width: auto;
}

.sorting_search .sort{
  margin-left: 0;
  margin-right: 0;
}

.compare_all{
  margin-left: 0;
}
.btn_blue.invert:hover{
  background: #F6F7FA;
  color: #333;
}
.btn_blue.invert svg{
margin-right: 12px;
}
.btn_blue.invert{
  background: #F6F7FA;
border: 2px solid #F6F7FA;
border-radius: 8px;
font-size: 16px;
color: #333;
font-weight: 600;
}
.sorting_search .select2-container--default .select2-selection--single{
  height: auto;
  background: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.sorting_search .select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0;
  padding-right: 30px;
}

.sorting_search .select2-container--default .select2-selection--single .select2-selection__arrow{
  position: absolute;
  right: 0;

}
.sorting_search .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 1.2;
}

.sorting_search .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

.sorting_search .select2-container--default .select2-selection--single .select2-selection__arrow b{

}

.select2-container--default .select2-selection--single{
  background: #F6F7FA;
  border-radius: 8px;
}

.sorting_search{
  margin-bottom: 6px;
}
#sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #BFC2C9 transparent transparent transparent;
}
#search .input_text input{
  background: #F6F7FA;
border-radius: 8px;
}

.arrow-filter{
    border-color: #BFC2C9 transparent transparent transparent;
}
.select2-selection__clear{
  display: none !important;
}

.properties{
  background: #F6F7FA;
}
#sidebar br{
display: none;
}
#sidebar aside.properties:after{
  content: none;
}


.comparison_button.btn_blue svg{
margin-right: 12px;

}


.btn_red:hover svg path{
    fill: #548FF9;

}

.comparison_button.btn_blue path{
    stroke: #548FF9;
}
.comparison_button_del.btn_blue path{
    stroke: #548FF9;
}
.comparison_button.btn_blue{
  background: #fff !important;
  border: 2px solid #548FF9 !important;
  color: #548FF9 !important;
}

.comparison_button.btn_blue, .comparison_button_del.btn_blue{
  background: #fff !important;
  border: 2px solid #548FF9 !important;
  color: #548FF9 !important;
}


.sorting_search .select2-container--default .select2-selection--single{
    width: 100%;
    height: 48px;
    padding: 10px 20px;
    text-decoration: none;
}


.page-template-newlisting .sorting_search .seemap{
    margin-right: 0;
}
.sorting_search .sort{
    margin-right: 10px;
}
#search{
    max-width: none;
    width: auto;
}
.category-new{
    padding-top: 2px;
}
#search .input_text{
    width: 100%;
}
.sorting_search .select2-container--default .select2-selection--single .select2-selection__placeholder{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 45px;
}
#items_found{
    max-width: 230px;
    width: 100%;
}
.compare_all{
    padding-left: 50px;
    -ms-background-position-x: 15px;
    background-position-x: 15px;
}

#items_found .title-items{
    display: none;
}

.comparison_button.btn_red{
    background: #fff !important;
    border: 2px solid #548FF9 !important;
    color: #548FF9 !important;
}










@media (max-width: 767px){

  .section_right{
    width: 100%;
  }
  .listing-item .buttons{
    max-width: 100%;
  }
  .listing-item .buttons a, .listing-item .buttons button{
    max-width: 100%;
  }
  .header_section .pricing{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-table{
    width: 100%;
    margin-top: 10px;
  }
  .header_section .item-list .item span svg{
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sections .title_rating{
    width: 100%;
  }
  .sorting_search{
    min-height: 39px;
  }
}
.sections .title_rating h1, .sections .title_rating h2{
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.template_two .about .name:after, .template_two .about .name:before{
    content: none;
}

.template_two .about .name{
    padding: 0;
}

.menu ul li.city-menu > a{
    color: #6090F2;
    display: block;
    padding-right: 24px;
    background: url('../img/arrow-down.svg') right center no-repeat;
    -ms-background-position-y: -1px;
    background-position-y: -1px;
}

.login_form_button{
    background: #6090F2;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    padding: 4px 18px;
    border: 1px solid #6090F2;
    margin-left: 40px;
    color: #ffffff;
}
.login_form_button:hover{
    background: #fff;
    text-decoration: none;
    color: #6090F2;

}

.header-phone{
    text-align: center;
}
.header-phone span{
    color: #100F45;
    font-size: 14px;
    display: block;
}
.header-phone a{
    display: block;
    color: #6090F2;
    font-weight: 600;
    font-size: 18px;
}
.menu ul li{
    margin-left: 28px;
}
.menu ul li:first-child{
    margin-left: 0;
}
.menu{
    margin-right: auto;
}

.los a{
    color: #100F45;
}
.template_two .hat h1 {
    font-size: 54px;
    margin-bottom: 71px;
}
.template_two .hat h1 br{
    display: none;
}
.template_two .hat h1 span:after{
    content: "";
    position: absolute;
    left: -22px;
    background: url('../img/h1.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 5px;
}
.template_two .hat h1 span{
    height: 70px;
    position: relative;
    width: 366px;
    display: flex;
    align-items: center;

}
.template_two .hat .right-block{
    max-width: 600px;
}
.template_two .hat .left-block{
    max-width: 600px;
    margin-right: 82px;
    margin-top: 15px;
}
.template_two .hat .hat-search-new .btn_blue{
    width: 100%;
    min-height: 56px;

}
.template_two .hat .hat-search-new .select2-container{
    margin-bottom: 12px;
}

.hat .container{
    align-items: flex-start;
    justify-content: space-between;
}


.hat-search-new .select2-container--default .select2-selection--single{
    height: 56px;
    background: #fff;

}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6A6A80;
}
.hat{
    border-bottom: 1px solid rgba(161, 197, 232, 0.5);
    padding-bottom: 0;
}
.hat-doctor .right{
    text-align: center;
    margin-top: 42px;
}
.hat-doctor{
    display: flex;
    align-items: flex-start;
}
.hat-doctor .name{
    margin-bottom: 8px;
    color: #100F45;
    font-size: 18px;
    font-weight: 600;
}
.hat-doctor .text{
    color: #6A6A80;
    font-size: 15px;
    max-width: 338px;
    margin-bottom: 18px;
}

.hat .news-listing_ad_content .flex{
    display: block;
}

.hat .news-listing_ad_content .flex .left{
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-right: 53px;
}

.hat .news-listing_ad_content .flex .left:after{
    content: "";
    position: absolute;
    background: url('../img/arrow.svg') center center no-repeat;
    width: 53px;
    height: 48px;
    -webkit-background-size: contain;
    background-size: contain;
    top: 15px;
    right: 0;
}


.hat .news-listing_ad_content .flex .title{
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 600;
    color: #6090F2;
}


.hat .news-listing_ad_content .offer a{
    color: #6090F2;
    font-size: 13px;
    text-decoration: none;
}
.hat .news-listing_ad_content .offer {
    color: #6A6A80;
    font-size: 13px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.hat .news-listing_ad_content {
    margin-bottom: 42px;

}
.hat .news-listing_ad_content .flex {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(96, 144, 242, 0.05);
    margin-bottom: 5px;
}
.hat .news-listing_ad_content .flex .btn_blue path:first-child{
    stroke: #208DD7;
}
.hat .news-listing_ad_content .flex .btn_blue path:last-child{
    fill: #208DD7;
}
.hat .news-listing_ad_content .flex .btn_blue:hover path:first-child{
    stroke: #fff;
}
.hat .news-listing_ad_content .flex .btn_blue:hover path:last-child{
    fill: #fff;
}


.hat .news-listing_ad_content .flex .btn_blue:hover{
    color: #ffffff;
    background: #208DD7;
}
.hat .news-listing_ad_content .flex .btn_blue{
    margin-left: 0;
    width: 100%;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #208DD7;
    min-height: 56px;
}
.hat .news-listing_ad_content .flex .text{
    color: #100F45;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 20px;

}
.search-chekup .nav a.active{
    background: #F7F9FE;
    border: 2px solid #6090F2;
    box-sizing: border-box;
    box-shadow: 0px 1px 23px rgba(184, 175, 221, 0.07);
    border-radius: 10px;
}

.search-chekup .nav a{
    color: #100F45;
    background: #F7F9FE;
    border-radius: 10px;
}
.search-chekup .nav.nav-param li{
    margin-right: 25px;
}
.search-chekup .nav.nav-param{
    margin-top: 30px;
}
.search-chekup .nav.nav-param a.active{
    color: #100F45;
}
.search-chekup .nav.nav-param a{
    background: none;
    border: none;
    padding: 0;
    min-height: 1px;
    min-width: 1px;
    color: #B4B4BF;
    font-size: 24px;
    font-weight: bold;
}

.search-chekup .tab-content{
    margin-top: 32px;
}
.search-chekup .item a{
    position: static;
    align-items: center;
}
.search-chekup .items .item{
    display: block;
}
.search-chekup .items .item .sibling .price:before{
    content: "";
    flex-grow: 1;
    border-bottom: 1px dashed rgba(128, 133, 147, 0.7) ;
    display: block;
    margin: 0 5px;
    padding-top: 2px;
    min-width: 20px;
}
.search-chekup .items .item .sibling  .price{
    color: #100F45;
    flex-grow: 1;
    align-items: center;
    font-weight: normal;
    display: flex;

}
.search-chekup .items .item .sibling  .title{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}
.search-chekup .items .item{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
    border-radius: 20px;
}
.search-chekup .items{
    grid-gap: 8px;
}
.show-siblings{
    background: #F7F9FE;
    border-radius: 35px;
    min-height: 33px;
    min-width: 125px;
    padding: 3px 10px;
    color: #100F45;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    margin-top: 3px;
}
.search-chekup .metros .item .icon-metro{
    font-size: 0;
}
.search-chekup .items .item .list{
    margin-top: 21px;
}
.search-chekup .items .item .title, .search-chekup .item .title-metro{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: #6090F2;
}
.search-chekup .items .item .count{
    width: auto;
    color: #100F45;
    font-size: 16px;
    height: auto;
    margin-left: 24px;
    font-weight: normal;
}
.why{
    margin-top: 160px;
}
.search-chekup .items .item{
    padding: 21px 30px;
}
.home .search-chekup h2{
    margin-bottom: 40px;
}
.search-chekup .nav{
    flex-direction: row;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
}

main .crosslink-tab-filters-head p{
    margin-bottom: 0;
}

.search-chekup .items .item .sibling .price{
    padding-top: 0;
    width: auto;
    white-space: nowrap;
}


.listing-hat-doctor  {
    margin-top: 44px;
    background: #FFFFFF;
    border: 1px solid #CDC7D3;
    border-radius: 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.listing-hat-doctor .photo {
    margin-top: -72px;
    max-width: 261px;
    margin-left: 50px;
}
.listing-hat-doctor .video {
    margin-bottom: 51px;
    margin-right: 51px;
    margin-left: 33px;
    margin-top: -113px;
}
.listing-hat-doctor .video{

}
.listing-hat-doctor .video iframe{
    width: 436px;
    height: 255px;
    border-radius: 20px;
    display: block;
    margin-bottom: 5px;
}

.listing-hat-doctor .left .title{
    margin-bottom: 13px;
    font-size: 18px;
    color: #100F45;
    line-height: 135%;

}
.listing-hat-doctor .left .text{
    color: #6A6A80;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.listing-hat-doctor .left .name{
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
}
.listing-hat-doctor .left{
    margin-left: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-self: flex-start;


}
.page-template-newlisting .listing_ad_top{
    padding-bottom: 70px;
}

.listing-hat-doctor .instagram img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.listing-hat-doctor .instagram{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}



.listing-hat-doctor .flex-instagramm{
    position: relative;
    padding-left: 68px;
}

.listing_ad_top {
    text-align: left;
    max-width: 600px;
}

.listing_ad_top .title:after{
    content: "";
    position: absolute;
    background: url(../img/arrow.svg) center center no-repeat;
    width: 53px;
    height: 48px;
    -webkit-background-size: contain;
    background-size: contain;
    top: 10px;
    right: 0;
}
.listing_ad_top .title{
    font-size: 24px;
    color: #6090F2;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-right: 55px;
}

.listing_ad_top .line{
    display: none !important;
}


.listing_ad_top .bg_white{
    padding: 24px 32px;
    background: rgba(96, 144, 242, 0.05);
    border-radius: 20px;
}

.listing_ad_top .subtitle{
    margin-bottom: 18px;
    padding-right: 55px;
}
.listing_ad_top .offer{
    text-align: center;
    font-size: 13px;
    max-width: 550px;
}
.listing_ad_top .button a{
    -webkit-border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #548FF9;
}















@media (min-width: 1200px){
    .listing-hat-doctor:after  {
        content: "";
        position: absolute;
        background: url('../img/check.svg') center center no-repeat;
        width: 79px;
        height: 58px;
        top: -39px;
        left: 35%;
    }
}
@media (max-width: 1400px)
{

    .template_two .hat .left-block{
        max-width: 550px;
        margin-right: 50px;
    }
    .template_two .hat .right-block{
        max-width: 550px;
    }
    .login_form_button{
        margin-left: 20px;
    }
    .menu ul li{
        margin-left: 20px;
    }
    .los{
        max-width: 150px;
    }
}
@media (max-width: 1200px){


    .listing-hat-doctor{
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        padding: 20px;
    }
    .listing-hat-doctor .left{
        width: 100%;
    }
    .listing-hat-doctor .photo{
        margin-top: 30px;
        margin-left: -50px;
        margin-bottom: -20px;

    }

    .listing-hat-doctor .video{
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .listing-hat-doctor .left{
        margin: 0;

    }

    .menu ul li{
        margin-left: 10px;
    }
    .page-template-newlisting .price{
        order: 9;
        width: 100%;
    }

    .template_two .hat .right-block{
        max-width: 400px;
    }
    .template_two .hat .left-block{
        margin-right: 15px;
        max-width: 400px;
    }
    .template_two .hat h1{
        font-size: 40px;
    }
    .hat-doctor .photo{
        margin-left: -100px;
    }
    .template_two .hat h1 span{
        width: 280px;
    }
    .template_two .hat h1 span:after{
        height: 80px;
    }
}
@media (max-width: 991px){

    .listing_ad_top{
        max-width: 100%;
    }
    .page-template-newlisting .listing_ad_top{
        padding-bottom: 0;
    }
    .listing-hat-doctor .video iframe{
        width: 100%;
        height: 200px;
    }
    .listing-hat-doctor .video{
        width: 50%;
    }
    .template_two .hat h1{
        text-align: left;
    }
    .template_two .hat .left-block{
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .template_two .hat h1{
        margin-bottom: 35px;
        font-size: 32px;
    }
    .template_two .hat h1 span{
        width: 236px;
        height: 45px;
    }
.header-phone{
    display: none;
}
    .login_form_button{
        margin-left: 15px;
        font-size: 14px;
        padding: 4px 12px;
    }
    .template_two .hat .right-block{
        max-width: 100%;
        width: 100%;
    }
    .hat-doctor .photo{
        margin-left: 0;
    }
}
.video-mob{
    display: none;
    margin: 32px 0;
}
.video-mob a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #100F45;
    font-size: 15px;
    font-weight: 400;
    background: url('../img/youtube-1.svg') left center no-repeat;
    padding-left: 68px;
    min-height: 32px;
}
.video-mob a svg{
    display: none;
}


@media (max-width: 767px){
    .video-mob{
        display: block;
    }
    .listing-hat-doctor .youtube{
        background: url('../img/youtube.png') center center no-repeat;
        width: 45px;
        height: 32px;
        -webkit-background-size: contain;
        background-size: contain;
        margin-left: 16px;
    }
    .listing-hat-doctor .left .title:after{
        content: "";
        position: absolute;
        background: url('../img/check.svg') center center no-repeat;
        width: 32px;
        height: 32px;
        -webkit-background-size: contain;
        background-size: contain;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .listing-hat-doctor .left{
        min-height: 190px;
    }
    .listing-hat-doctor .left .title{
        position: relative;
        font-size: 15px;
        padding-left: 0;
        padding-right: 40px;
    }
    .listing-hat-doctor .instagram{
        position: static;
        display: block;
        margin-left: 0;
        margin-right: 0;
        height: 32px;
        width: 32px;
    }
    .listing-hat-doctor .photo{
        position: absolute;
        left: -35px;
        bottom: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .page-template-newlisting .listing_ad_top{
        padding-bottom: 0;
    }
    .listing-hat-doctor .flex-instagramm .name{
        width: auto;
        margin-bottom: 0;
        text-align: left;
        margin-right: 5px;
    }

    .listing-hat-doctor .left{
        padding-left: 180px;
    }
    .listing-hat-doctor .flex-instagramm{
        padding-left: 0;
        margin-top: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .listing-hat-doctor .video{
        display: none;
    }
    .listing-hat-doctor {
        margin-top: 25px;
    }
    .listing-hat-doctor .photo{
        max-width: 197px;
    }

    .search-chekup .tab-content{
        margin-top: 20px;
    }
    .home .search-chekup{
        padding-top: 40px;
    }
    .search-chekup .nav.nav-param a{
        font-size: 20px;
        min-height: 1px;
    }
    .search-chekup .nav.nav-param{
        margin-top: 20px;
        justify-content: center;
    }
    .search-chekup .nav.nav-param li{
        margin-left: 10px;
        margin-right: 10px;
    }
    .search-chekup .nav{
        margin-right: -15px;
    }
    .search-chekup > .container{
        max-width: 100%;
    }
    .search-chekup .nav a{
        font-size: 15px;
        min-height: 39px;
    }
    .menu ul li{
        margin-left: 0;
    }
    .login_form_button{
        display: none;
    }
    .header-phone span{
        display: none;
    }
    .header-phone a{
        font-size: 0;
        background: url('../img/phone.svg') center center no-repeat;
        width: 26px;
        height: 26px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .header-phone{
        display: block;
    }
    .mob-menu{
        margin-left: 30px;
    }
    .news-listing_ad_content .flex .left{
        text-align: left;
    }
    .hat .news-listing_ad_content .flex .btn_blue{
        min-height: 45px;
        font-size: 16px;
    }
    .hat .news-listing_ad_content .flex .title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .hat .news-listing_ad_content .flex .text{
        font-size: 14px;
    }
    .template_two .hat .hat-search-new .btn_blue{
        min-height: 45px;
    }
    .hat-search-new .select2-container--default .select2-selection--single{
        height: 45px;
    }
    .template_two .hat .hat-search-new .select2-container{
        margin-bottom: 8px;
    }
    .hat .news-listing_ad_content .flex .left{
        padding-right: 0;
    }
    .hat .news-listing_ad_content .flex .left:after{
        content: none;
    }
    .hat .news-listing_ad_content .flex .text:after{
        content: "";
        position: absolute;
        background: url('../img/arrow1.svg') center center no-repeat;
        bottom: -4px;
        top: auto;
        -webkit-background-size: contain;
        background-size: contain;
        width: 126px;
        right: 0;
        height: 26px;

    }
    .hat .news-listing_ad_content .flex .text{
        margin-bottom: 0;
        position: relative;
        margin-top: 4px;
    }
    .hat .news-listing_ad_content .flex .text{
        padding-right: 133px;
        display: inline-block;
        width: auto;
    }
}


@media (max-width: 550px){
    .text-listing-hat{
        border-bottom: 1px solid #CDC7D3;
        margin: 0 -15px;
        padding: 0 15px;
        text-align: center;
    }
    .listing_ad_top .subtitle{
        font-size: 15px;
        padding-right: 0;
    }
    .listing_ad_top .title{
        color: #3A0F45;
        font-size: 20px;
        padding-right: 0;
    }
    .listing_ad_top .title:after{
        content: none;
    }

    .listing_ad_top {
        padding: 16px 20px !important;
        background: #F6F7FA;
        border-radius: 20px;
    }
    .listing_ad_top .offer{
        margin-bottom: 0;
        font-size: 12px;
    }
    .listing_ad_top .offer a{
        font-size: 12px;
    }

    .listing_ad_top .bg_white{
        background: none;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .listing_ad_top .subtitle{
        margin-bottom: 8px;
    }
    .listing_ad_top .button a{
        font-size: 16px;
        font-weight: 600;
        min-height: 45px;
    }


    .listing_ad_top{
        text-align: center;
    }
    .listing-hat-doctor{
        margin-left: -15px;
        padding: 10px;
        margin-right: -15px;
        border: none;
        border-bottom: 1px solid #CDC7D3;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

    }
    .listing-hat-doctor .left{
        padding-left: 145px;
    }

    .hat .news-listing_ad_content{
        border-radius: 20px;
        background: rgba(96, 144, 242, 0.05);
        padding: 15px;
    }

    .hat .news-listing_ad_content .flex{
        background: none;
        padding: 0;

    }

    .search-chekup .item a{
        margin-top: 20px;
    }
    .search-chekup .items .item .sibling{
        display: block;
        border-top: 1px dashed rgba(128, 133, 147, 0.7);
        padding-top: 6px;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .search-chekup .items .item .sibling:first-child{
        border: none;
        padding-top: 0;
        margin-top: 0;
    }
    .template_two .hat h1 span:after{
        left: -13px;
        margin-top: 2px;
    }
    .search-chekup .items .item .sibling .title{

        justify-content: space-between;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 600;

    }
    .template_two .hat .right-block .ad{
        margin: 0 -15px;
    }
    .search-chekup .items .item .title{
        font-size: 18px;
    }
    .search-chekup .items .item .title{
        justify-content: space-between;
    }
    .search-chekup .items .item .sibling .price{
        white-space: nowrap;
        text-align: right;
        flex-grow: 0;
        font-size: 14px;
        margin-left: 10px;
        width: auto;
        justify-content: flex-end;
    }
    .search-chekup .items .item .count{
        font-size: 14px;
        color: #6090F2;
    }
    .search-chekup .items .item .sibling .price:before{
        content: none;
    }
    .hat-doctor .right .text{
        font-size: 13px;
        line-height: 130%;
        margin-bottom: 16px;
    }
    .hat-doctor .right .title{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .hat-doctor .right{
        margin-top: 15px;
        margin-left: -30px;
    }
    .hat-doctor .photo{
        margin-left: -60px;
        max-width: 192px;
    }
    .hat .news-listing_ad_content .offer{
        font-size: 10px;
    }
    .search-chekup .items .item{
        padding: 17px;
    }

}

.login {display : block}
.s2-to-tree .select2-results__option[aria-disabled="true"] .expand-collapse {left:unset}


