body {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #131415;
    margin: 0;
    padding: 100px 0 0
}

body.overf {
    /*overflow: hidden*/
}

a {
    text-decoration: none;
    color: #131415
}

button {
    user-select: none;
    cursor: pointer
}

input, select, textarea {
    border: 2px solid #eef8fc;
    padding: 8px 15px;
    height: 50px;
    width: 100%;
    border-radius: 8px
}

textarea {
    height: auto
}

input:focus, textarea:focus {
    outline: 0;
    border: 2px solid #b2e9ff
}

label {
    margin-bottom: 10px;
    display: block
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 0;
    line-height: 1.88
}

p + p {
    margin-top: 30px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}

#loader-wrapper .load {
    width: 100%;
    height: 100%
}

#loader-wrapper .load img {
    display: block;
    width: 215px;
    margin: auto
}

.white {
    color: #fff
}

.gray {
    color: #131415
}

.blue {
    color: #31609f
}

.title {
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 700;
}

.title.mini {
    font-size: 20px
}

.pre-title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700
}

.sub-title {
    color: #131415;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.88;
    text-align: center
}

.padd {
    padding-top: 100px;
    padding-bottom: 100px
}

.bg-blue {
    background-image: linear-gradient(121deg, #82dcf1, #4bb7df 57%)
}

.left {
    text-align: left
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 18px;
    line-height: 48px;
    border: solid 2px #82b9c9;
    background-image: linear-gradient(to bottom, #82dcf1, #4bb7df);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

.btn:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #4bb7df, #329fc5);
    border-color: rgba(255, 255, 255, .7)
}

.btn-white {
    background: #fff;
    color: #31609f
}

.btn-phone {
    color: #fff;
    margin: 0
}

.btn-phone:first-child {
    margin-right: 20px
}

.btn-phone.btn-marr {
    margin-right: 0;
}

.btn-phone:hover {
    color: #d5f7ff
}

.btn-phone .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 9px;
    text-align: center;
    border: solid 2px #82b9c9;
    background-image: linear-gradient(to bottom, #82dcf1, #4bb7df);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px
}

.btn-phone:hover .icon {
    border-color: #fff
}

.owl-nav {
    display: none
}

.owl-dots {
    position: absolute
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 37px
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9
}

.sticky .header {
    -webkit-box-shadow: 0 3px 14px 3px #e6f5fb;
    -moz-box-shadow: 0 3px 14px 3px #e6f5fb;
    box-shadow: 0 3px 14px 3px #e6f5fb
}

.header-inner {
    height: 100px;
    padding: 0 100px;
    position: relative
}

.logo {
    position: relative;
    left: 100px;
    z-index: 11
}

.sticky .logo {
    position: fixed;
    top: 10px
}

.logo a {
    display: block
}

.logo img {
    width: 260px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.sticky .logo img {
    width: 247px
}

.stic .booking-content {
    position: fixed;
    right: 0;
    transform: translateX(90%);
    top: 100px;
    z-index: 8;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
}

.booking-content {
    position: fixed;
    right: 0;
    top: 100px;
    transition: all 1.4s ease;
    max-width: 1030px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to bottom, #4b7eac, #31609f);
    height: 100px;
    padding: 0 50px 0 80px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    margin-left: auto
}

.booking-content > span {
    margin-right: 20px;
    font-size: 18px
}

.booking-content .btn {
    margin-left: 20px
}

#booking-arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 60px;
    transition: all 1.5s ease-in-out;
    padding: 14px;
    background-image: linear-gradient(to bottom, #82dcf1, #4bb7df);
    border-radius: 50%;
    border: 2px solid #ececec
}

#booking-arrow img {
    filter: invert(100%)
}

@media (max-width: 1200px) {
    #slider-home {
        margin-top: 90px
    }

    .stic .booking-content {
        transform: translateX(105%)
    }
}

@media (max-width: 921px) {
    #slider-home {
        margin-top: 120px
    }
}

.menu a {
    font-size: 18px;
    padding: 0 25px;
    line-height: 42px;
    margin: 0 4px;
    position: relative;
    display: block;
}

.menu .mlink.active, .menu .mlink:hover {
    color: #31609e
}

.menu .mlink::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #31609e;
    position: absolute;
    left: 50%;
    bottom: 7px
}

.menu .mlink.active::before, .menu .mlink:focus::before, .menu .mlink:hover::before {
    width: calc(100% - 48px);
    left: 24px
}

.social a {
    border: 1px solid #ddd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    margin: 0 0 0 30px;
    line-height: 38px
}

.social a:hover {
    background: #ddd
}

.social img {
    height: 18px
}

.slider {
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    background: url(../img/slider-bg.jpg) no-repeat center;
    background-size: 100%
}

.slider-item {
    position: relative
}

.slider-item-desc {
    position: absolute;
    top: 50%;
    left: 5.5%;
    color: #fff;
    max-width: 700px;
    transform: translateY(-50%)
}

.slider-item-desc--title {
    font-size: 32px;
    margin-bottom: 15px
}

.slider-item-desc p {
    margin-bottom: 20px
}

.slider .owl-dots {
    left: 15%;
    bottom: 4%
}

.slider .owl-dots .owl-dot {
    background: #ddd
}

.slider .owl-dots .owl-dot.active {
    background: #31609f
}

.slider p > a {
    text-decoration: underline;
    color: #fff
}

.about-bg {
    padding: 145px 0;
    background: url(../img/about.jpg) no-repeat center;
    background-size: cover
}

.about-bg-inner {
    max-width: 450px;
    margin: 0 100px
}

.offer {
    background: url(../img/bg.png) no-repeat top 20px left, url(../img/bg2.png) no-repeat bottom right
}

.offer-links-item {
    width: 33%;
    margin: 0;
}

.offer-links-item a {
    text-align: center;
    font-weight: 700;
    position: relative;
    /* max-width: 288px; */
    margin: 0 auto;
    width: 100%;
    display: block;
    min-height: 270px;
}

.offer-links-item a span {
    height: 20px;
    max-width: 215px
}

.offer-links-item a:hover {
    color: #fff
}

.offer-links-item a::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 288px;
    height: 310px;
    display: block;
    background: url(../img/hex.png) no-repeat center;
    transform: scale(0);
    -moz-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    transition: all .25s cubic-bezier(.4, 0, 1, 1);
    top: -15px
}

.offer-links-item a:hover::before {
    transform: scale(1)
}

.offer-links-item a svg {
    display: block;
    width: 100px;
    margin: 0 auto 30px
}

.offer-links-item a svg path, .offer-links-item a svg stroke {
    -moz-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    -webkit-transition: all .25s cubic-bezier(.4, 0, 1, 1);
    transition: all .25s cubic-bezier(.4, 0, 1, 1)
}

.offer-links-item a:hover svg path, .offer-links-item a:hover svg stroke {
    fill: #fff
}

#offer-links-carousel .container {
    max-width: 100%
}

#offer-links-carousel .offer-links-item {
    width: 100%
}

#offer-links-carousel .offer-links-item a {
    width: 100%;
    min-height: 310px
}

#offer-links-carousel .offer-links-item a::before {
    top: 0
}

.team-persons-item {
    /* width: 20%; */
    margin: 0 1.5%;
}

.team-persons-item a {
    display: block;
    text-align: center
}

.team-persons-item a img {
    display: block;
    margin: 45px auto 30px
}

.team-persons-item a:hover img {
    transform: scale(1.1)
}

.team-persons-item a span {
    display: block
}

.team-persons-item--name {
    font-weight: 700;
    margin: 0 0 10px
}

.team-persons-item--spec {
    color: #131415;
    margin: 0 0 30px
}

.team-btn {
    margin: 30px auto 0;
    display: table
}

.opinions-slider-item {
    text-align: center
}

.opinions-slider-item p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.opinions-slider .owl-dots {
    position: relative;
    text-align: center;
    padding: 35px 0 0
}

.opinions-slider .owl-dots .owl-dot {
    background: #81d6f6;
    margin: 0 25px;
    width: 10px;
    height: 10px
}

.opinions-slider .owl-dots .owl-dot.active {
    background: #fff
}

.certificates {
    background: url(../img/bg.png) no-repeat top 80px left
}

.certificates-list {
    margin: 0 0 100px
}

.certificates-list-item {
    margin: 10px auto
}

.certificates-list-item a {
    display: block;
    position: relative
}

.certificates-list-item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(49, 96, 158, .58);
    opacity: 0
}

.certificates-list-item a::after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://medipsyche.pl/themes/kolinskiego_new/assets/img/lupa.svg) no-repeat;
    width: 60px;
    height: 60px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 50px;
    opacity: 0
}

.certificates-list-item a:hover::after, .certificates-list-item a:hover::before {
    opacity: 1
}

.home-blog {
    margin: 0 -10px
}

.home-blog .pagination {
    display: none
}

.home-blog .blog-list-item {
    width: 460px;
    margin: 10px
}

.blog-list-item {
    width: 49%;
    margin: 0 0 2% 0
}

.blog-list-item a {
    display: block;
    position: relative
}

.blog-list-item img {
    width: 100%;
    height: 259px;
    object-fit: cover
}

.blog-list-item-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.blog-list-item-desc--title {
    display: block;
    margin-bottom: 30px
}

.blog-list-item-desc--title {
    display: block;
    margin-bottom: 30px
}

.blog-container {
    padding: 30px 90px
}

.contact-box {
    padding: 50px 0 0
}

.contact-box-inner {
    width: 50%;
    padding: 60px 20px
}

.contact-box-inner--left {
    background-image: linear-gradient(to bottom, #4b7eac, #31609f);
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px
}

.contact-box-inner--right {
    background: #fff;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0
}

.page_content {
    padding: 80px 0 0px;
}

.page_content .text {
    line-height: 1.88;
    color: #131415
}

.footer {
    padding: 45px 0;
    background: #fff;
    color: #bdbdbd;
    border-top: 1px solid #eee
}

.footer .copy {
    line-height: 24px
}

.footer .sungroup {
    max-width: 225px;
    opacity: .3
}

.cookiepolicy {
    position: fixed;
    right: 25px;
    bottom: 35px;
    background: #fff url(../img/bg2.png) no-repeat top 20px left;
    width: 280px;
    padding: 23px 15px 0;
    -webkit-box-shadow: 0 0 15px 3px rgba(230, 245, 251, .49);
    -moz-box-shadow: 0 0 15px 3px rgba(230, 245, 251, .49);
    box-shadow: 0 0 15px 3px rgba(230, 245, 251, .49);
    z-index: 90;
    border: 4px solid rgba(49, 96, 158, .6)
}

.cookiepolicy span {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 16px
}

.cookiepolicy span a {
    text-decoration: underline
}

.cookiepolicy a.cookie-btn {
    display: block;
    padding: 6px 10px;
    margin: 10px auto 0;
    width: 100px;
    text-align: center;
    background: #31609e;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 16px;
    font-size: 14px
}

.cookiepolicy a.cookie-btn:hover {
    background: #4a7cab;
    color: #fff;
    cursor: pointer
}

.btn, .certificates-list-item a::after, .certificates-list-item a::before, .menu-inner, .menu-text-close, .menu-text-menu, .social, .team-persons-item a img {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-phone .icon, .header, .menu .mlink::before, a, input, select, textarea {
    font-family: Mulish, sans-serif;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#contactform input, #contactform textarea {
    margin-bottom: 30px
}

textarea {
    padding-top: 12px
}

#contactform button {
    margin-top: 30px
}

#contactform textarea {
    min-height: 162px;
    max-width: 100%
}

#hamburger {
    cursor: pointer
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 6px 20px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 24px;
    margin-top: 4px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #4b7eac
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.menu-text {
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 20px
}

.menu-text-close {
    position: absolute;
    transform: translateY(-100%);
    left: 0;
    top: 0;
    background: #fff
}

.is-active .menu-text-close {
    transform: translateY(0)
}

.menu-text-menu {
    position: absolute;
    transform: translateY(0);
    left: 0;
    top: 0;
    background: #fff
}

.is-active .menu-text-menu {
    transform: translateY(100%)
}

.breadcrumb {
    padding: 0;
    margin-bottom: 100px;
    list-style: none;
    background: 0 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #131415;
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 15px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb a {
    color: #131415
}

.breadcrumb > .active {
    color: #131415
}

.doctor-page .thumb > img {
    max-width: 310px;
    width: 100%;
    margin: auto;
    display: block
}

.doctor-page .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    color: #131415
}

.doctor-page .text-gray {
    color: #131415;
    line-height: 1.86
}

.doctor-page .title-smaller {
    font-size: 14px;
    margin-bottom: 50px;
    text-align: left;
    color: #131415;
}

.offer-inside .title.min {
    text-align: left;
    font-size: 20px;
    margin-top: 25px;
    color: #131415;
}

.offer-inside .text h2 {
    color: #000;
    font-size: 20px
}

.specialists img {
    display: block;
    margin: auto
}

.nasz-zespol .cennik > div {
    padding: 15px;
    border: 2px solid #eef8fc;
    font-size: 14px;
    margin-bottom: 12px
}

.cennik-content {
    margin-top: -36px
}

.nasz-zespol .cennik-content {
    margin-top: 15px
}

.cennik-content .cennik > a {
    padding: 15px;
    border: 2px solid #eef8fc;
    font-size: 14px;
    margin-bottom: 12px;
    position: relative
}

.cennik-content .cennik-header > a {
    padding: 15px;
    border: 2px solid #eef8fc;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #eef8fc;
    text-align: center;
    margin-top: 36px
}

.cennik-content .cennik-header > a:hover {
    border: 2px solid #31609e;
    background-color: #31609e;
    color: #fff
}

.cennik-content .cennik > a:hover {
    border: 2px solid #eef8fc;
    background: #eef8fc
}

.offer-inside .spec-title.title.min {
    text-align: center
}

#offer-staff {
    -webkit-box-shadow: inset 0 0 12px 14px #fff;
    -moz-box-shadow: inset 0 0 12px 14px #fff;
    box-shadow: inset 0 0 12px 14px #fff
}

#offer-staff .team-persons-item a img {
    margin: 0 auto 30px
}

ul.pagination {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 0
}

.pagination li:first-child, .pagination li:last-child {
    text-indent: 999999999px;
    overflow: hidden;
    position: relative
}

.pagination li:first-child::after, .pagination li:last-child::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
    pointer-events: none;
    transition: border .5s ease
}

.pagination li:first-child::after {
    transform: rotate(-45deg)
}

.pagination li:last-child::after {
    transform: rotate(135deg)
}

.pagination li :first-child {
    width: 30px;
    height: 30px;
    border: 2px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px
}

.pagination li.disabled {
    pointer-events: none;
    opacity: .5
}

.pagination li.active :first-child {
    border-color: #4bb7df
}

.pagination li :first-child:hover {
    border-color: #4bb7df
}

.pagination li:first-child:hover::after, .pagination li:last-child:hover::after {
    border-color: #4bb7df
}

@media (max-width: 1500px) {
    .logo {
        left: 50px
    }

    .header-inner {
        padding: 0 50px
    }

    .booking-content {
        max-width: 935px
    }

    .blog-container {
        padding: 30px 40px
    }
}

@media (max-width: 1350px) {
    .logo {
        left: 25px
    }

    .header-inner {
        padding: 0 15px
    }

    .booking-content {
        max-width: 893px;
        padding: 0 0px 0 90px;
    }

    .booking-content > span {
        display: none
    }

    .blog-container {
        padding: 30px 15px
    }
}

@media (max-width: 1300px) {
    .social a {
        margin: 0 0 0 20px
    }

    .menu .mlink {
        padding: 0 20px;
        margin: 0
    }

    .menu .mlink.active::before, .menu .mlink:focus::before, .menu .mlink:hover::before {
        width: calc(100% - 40px);
        left: 20px
    }

    .slider-item-desc--title {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .logo {
        position: absolute
    }

    .menu-inner {
        position: fixed;
        top: 100px;
        width: 100%;
        left: 0;
        background: #fff;
        height: calc(100vh - 100px);
        transform: translateX(100%)
    }

    .menu-inner.is-active {
        z-index: 111;
        transform: translateX(0);
    }

    .menu-inner .mlink {
        margin: 25px 50px;
        font-size: 26px;
        line-height: 50px
    }

    .slider-item-desc--title {
        font-size: 26px;
        font-weight: 700
    }

    .sliderthumb {
        opacity: 0
    }
}

@media (max-width: 1060px) {
    .logo {
        position: fixed;
        top: 10px
    }

    .logo img {
        width: 247px
    }

    .booking-content {
        max-width: 600px;
    }

    .slider-item-desc {
        left: 7%
    }

    .slider .owl-dots {
        left: 8%;
        bottom: 2%
    }

    .home-blog .blog-list-item {
        width: calc(50% - 60px)
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%
    }

    .team-persons-item {
        /* width: 30%; */
    }

    .contact-box-inner .btn-phone {
        margin: 20px
    }

    .about-bg-inner {
        max-width: 450px;
        margin: 0 60px;
        padding: 20px;
        background-color: rgba(255, 255, 255, .75);
        border-radius: 20px
    }

    #booking-arrow {
        display: none
    }
}

@media (max-width: 920px) {
    .offer-links-item {
        width: 46%
    }

    .home-blog .blog-list-item {
        width: 460px
    }

    .slider {
        background-size: cover !important
    }
}

@media (max-width: 820px) {
    .slider .owl-item img {
        object-fit: cover;
        height: 485px
    }

    .slider .owl-dots {
        bottom: 4%
    }

    .about-bg {
        background: url(../img/about.jpg) no-repeat center right 36%
    }
}

@media (max-width: 767px) {
    .team-persons-item {
        width: 100%;
    }

    .menu-inner .mlink {
        margin: 9px 40px;
        font-size: 24px
    }

    .offer-inside .specialists img {
        display: block;
        margin: auto
    }

    .booking-content {
        padding: 0 25px
    }
}

@media (max-width: 720px) {
    .hide-mobile {
        display: none
    }

    .booking-content {
        max-width: 320px;
    }

    .certificates-list-item {
        width: calc(50% - 40px)
    }

    .slider-item-desc--title {
        font-size: 21px;
        margin-bottom: 8px
    }

    .slider-item-desc p {
        margin-bottom: 16px
    }

    .slider {
        background-size: 140%
    }

    .blog-list-item {
        width: 100%
    }
}

@media (max-width: 620px) {
    .logo, .sticky .logo {
        top: 15px;
        left: 15px
    }

    .logo img, .sticky .logo img {
        width: 222px
    }

    .offer-links-item a:hover::before {
        transform: scale(.9)
    }

    .contact-box-inner {
        width: 100%
    }

    .contact-box-inner--left {
        -webkit-border-radius: 35px 35px 0 0;
        -moz-border-radius: 35px 35px 0 0;
        border-radius: 35px 35px 0 0
    }

    .contact-box-inner--right {
        -webkit-border-radius: 0 0 35px 35px;
        -moz-border-radius: 0 0 35px 35px;
        border-radius: 0 0 35px 35px
    }
}

@media (max-width: 580px) {
    .social {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .footer .copy {
        text-align: center;
        margin-bottom: 20px
    }

    .footer .sungroup {
        margin: 0 auto;
        opacity: .25
    }
}

@media (max-width: 490px) {
    .booking-content {
        max-width: 280px;
        padding-left: 36px;
    }

    .booking-content .btn.hide-mobile2 {
        margin-left: 0;
        line-height: 36px;
        padding: 0 20px;
        min-width: unset;
    }

    .offer-links-item {
        width: 97%
    }

    .team-persons-item {
        width: 97%
    }

    .menu-text {
        position: relative;
        overflow: hidden;
        width: 70px
    }

    .about-bg-inner {
        max-width: 450px;
        margin: 0 15px
    }
}

@media (max-width: 420px) {
    .certificates-list-item {
        width: calc(100% - 40px)
    }
}

@media (max-width: 400px) {
    .logo img, .sticky .logo img {
        width: 130px;
        margin-top: 14px
    }

    .blog-list-item-desc {
        padding: 15px 30px
    }

    .blog-list-item-desc {
        bottom: -147px;
        color: #000;
        border-bottom: 2px solid #f1f1f1;
        padding-bottom: 28px;
    }

    .blog-list-item, .home-blog .blog-list-item {
        width: 460px;
        margin-bottom: 195px
    }
}

@media (max-width: 380px) {
    .blog-list-item-desc {
        bottom: -167px;
    }
}

@media (max-height: 680px) and (max-width: 991px) {
    .menu-inner .mlink {
        margin: 7px 21px;
        font-size: 23px
    }
}

@media (max-height: 580px) and (max-width: 991px) {
    .menu-inner .mlink {
        margin: 4px 15px;
        font-size: 21px
    }
}

@media (max-width: 665px) {
    .slider-item-desc p {
        padding-right: 50px;
    }
}

@media (max-width: 550px) {
    .slider-item-desc p {
        padding-right: 75px
    }

    .slider {
        background-size: 160%
    }

}

@media (max-width: 500px) {
    .slider-item-desc p {
        padding-right: 20px;
        line-height: 1.6;
    }

    .slider {
        background-size: 180%;
    }

    .slider .owl-item img {
        height: 450px;
    }
}

@media (max-width: 450px) {
    .slider .owl-item img {
        height: 425px;
    }
}

@media (max-width: 400px) {
    .slider-item-desc--title {
        font-size: 18px;
        padding-right: 25px;
        text-align: left
    }

    .slider-item-desc p {
        padding-right: 25px;
        margin-bottom: 25px;
        font-size: 14px;
        text-align: left
    }

    .slider {
        background-size: 250%
    }

    .slider {
        background: url(../img/slider-bg.jpg) no-repeat top
    }

    .slider .owl-item img {
        height: 430px;
        object-position: 0 50%
    }

    .slider-item-desc {
        top: 0;
        transform: none;
        left: 0;
        right: 0;
        padding: 25px 0 25px 25px
    }
}

@media (max-width: 280px) {
    .slider-item-desc p {
        margin-bottom: 20px
    }

    .slider-item-desc {
        top: 45%
    }
}

.home-hidden {
    display: none
}

.oferta .home-hidden {
    display: block
}

.oferta .subpage-hidden {
    display: none
}

.subpage-visible {
    display: block
}

.kolinskiego .subpage-visible {
    display: none
}

.home-visible {
    display: none
}

.kolinskiego .home-visible {
    display: block
}

.head-nav, .konsultacje-lekarskie-sub {
    width: 100%;
    max-width: 940px;
    margin: 0 auto
}

.head-padd {
    margin-top: 30px
}

.konsultacje-links-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    margin-bottom: 15px;
    min-width: 220px;
}

.konsultacje-links-item a {
    margin: 0 auto;
    width: 220px;
    height: 200px;
    text-align: center;
    padding: 0 15px;
    transition: all .3s ease
}

.konsultacje-links-item a:hover {
    background-color: #eef8fc
}

.konsultacje-links-item img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    object-fit: fill;
}

.konsultacje-links-item span {
    font-weight: 700;
    line-height: 1.25;
    color: #131415
}

.footer-info {
    padding: 90px 30px 20px 30px;
    max-width: 780px;
    margin: auto;
    flex-wrap: wrap;
}

@media (max-width: 580px) {
    .f-info-col.show {
        display: none !important
    }

    .social {
        left: calc(50% - 83px)
    }

    .social > a:first-child {
        margin-left: 0
    }
}

.f-info-col {
    width: 100%;
    color: #131415;
    padding-right: 20px;
    max-width: 300px
}

.f-info-col:last-child {
    width: auto
}

.f-info-col:last-child a {
    margin-left: 0;
    margin-right: 30px
}

.footer-nav {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-nav > a {
    margin: 15px
}

.oferta .sub-title {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 970px !important
    }
}

@media (max-width: 992px) {
    .footer-nav {
        max-width: 585px !important
    }

    .f-info-col:last-child {
        justify-content: center;
        padding-top: 30px;
    }

    .f-info-col {
        flex: 0 0 100%;
        max-width: unset;
        padding: 0 15px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .f-info-col {
        flex: 0 0 100%;
        max-width: 100;
        padding: 0 30px;
    }

    .footer-info {
        padding: 50px 0;
        max-width: 780px;
        margin: auto;
        flex-wrap: wrap
    }
}

@media (max-width: 375px) {
    .footer-info {
        padding: 30px 0;
        max-width: 780px;
        margin: auto;
        flex-wrap: wrap
    }

    .f-info-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px 30px
    }

    .f-info-col:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px 0
    }
}

#offer-links-carousel .container {
    max-width: 100% !important
}

#offer-links-carousel .offer {
    background: 0 0
}

@media (max-width: 1200px) {
    .footer-nav {
        max-width: 768px
    }

    body {
        padding-top: 150px
    }
}

.title.about-us {
    font-size: 20px;
    text-align: left;
    margin-bottom: 22px;
    color: #000
}

.text-gray {
    color: #131415
}

.o-nas-text {
    font-size: 16px;
    line-height: 30px
}

@media (max-width: 768px) {
    .o-nas-img img {
        margin: auto;
        display: block
    }

    .o-nas-text {
        margin: auto
    }
}

@media (max-width: 575px) {
    .o-nas .page_gallery img {
        display: block;
        margin: auto
    }
}

.team-tags {
    margin: 0 -7px 90px
}

.team-tags .team-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    border: 2px solid #eef8fc;
    transition: background-color .3s ease;
    margin: 0 7px 14px 7px;
    font-size: 14px
}

.team-tags .team-tag:hover {
    background-color: #eef8fc
}

.team-persons-inside .team-persons-item {
    width: calc(50% - 20px);
    border: 1px solid #e6f3f8;
    margin: 0 10px 20px;
    padding: 40px 20px
}

.team-persons-inside .team-persons-item a {
    display: flex
}

.team-persons-inside .team-persons-item a img {
    display: block;
    max-width: 160px;
    margin: 0
}

.team-persons-item--rating {
    margin-top: auto
}

.team-persons-item--rating .team-stars {
    display: flex
}

.team-persons-item--rating img {
    max-height: 12px;
    padding-right: 5px
}

.team-persons-inside .team-persons-item a:hover img {
    transform: scale(1.04)
}

.team-persons-inside {
    width: 100%
}

.team-person-credentials {
    text-align: left;
    padding-left: 30px
}

.team-person-credentials .team-persons-item--name {
    font-size: 20px
}

.team-person-credentials .team-persons-item--spec {
    font-size: 14px;
    margin-bottom: 20px
}

.team-buttons {
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: flex-start
}

.team-persons-inside .btn.dark {
    margin-right: 30px
}

.btn.dark {
    background-image: linear-gradient(to bottom, #4b7eac, #31609f)
}

.team-persons-inside .notification {
    font-size: 12px;
    padding-top: 6px
}

.nasz-zespol .breadcrumb {
    margin-bottom: 45px
}

div#showMoreBtn {
    display: block;
    margin: 10px auto 30px;
    max-width: 161px;
    cursor: pointer;
    user-select: none
}

#showMoreBtn[data-toggle=newses-hidden] {
    margin-bottom: 0
}

.team-persons-hidden {
    display: none
}

@media (max-width: 848px) {
    .team-persons-inside .btn.dark {
        margin-right: 6px
    }
}

@media (max-width: 880px) {
    .team-persons-inside .btn.dark {
        margin-right: 0;
        margin-bottom: 10px
    }

    .team-buttons {
        flex-direction: column
    }

    .team-persons-inside .btn {
        width: 100%
    }

    .team-persons-inside .team-persons-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .team-person-credentials {
        text-align: center;
        width: 100%;
        padding: 15px 0
    }

    .team-persons-inside .team-persons-item--rating .team-stars {
        display: flex;
        justify-content: center;
        padding: 20px 0 0
    }
}

@media (max-width: 575px) {
    .team-persons-inside .team-persons-item {
        width: 100%
    }

    .team-tags {
        display: flex;
        flex-wrap: wrap
    }

    .team-tags .team-tag {
        flex-grow: 1;
        text-align: center
    }
}

.news .thumb img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    margin-bottom: 30px
}

.news .date {
    color: #131415;
    text-transform: uppercase;
    font-size: 12px
}

h1.news-title {
    color: #131415;
    font-size: 20px;
    margin: 15px 0 25px 0
}

.news-text {
    font-size: 16px;
    text-align: left;
    line-height: 30px
}

.news-text p {
    line-height: inherit !important
}

.newses-hidden {
    display: none
}

.title.seemore {
    padding: 100px 0 30px
}

#map-container {
    height: 400px;
    max-width: 940px;
    margin: auto;
    margin-bottom: 60px
}

#map-container iframe {max-width: 100%;}

@media (max-width: 900px) {
    #map-container iframe {padding: 0 15px;}
}

.ot-item {
    display: flex
}

.ot-item .ot-day {
    flex: 0 0 150px
}

.ot-item .ot-time {
    flex: 0 0 50%
}

.text-gray {
    color: #131415
}

.kontakt .kontakt-info {
    line-height: 30px
}

form button {
    width: 100%
}

.person-info {
    margin-top: 70px
}

.additional-info {
    margin-top: 70px;
    margin-bottom: 70px
}

.diagnostyka-links-item {
    flex: 0 0 33.33%
}

.diagnostyka-links-item a {
    min-height: 300px;
    justify-content: center;
    border-radius: 24px;
    border: 4px solid #fff;
    transition: border .3s ease-in-out
}

.diagnostyka-links-item a:hover {
    border: 4px solid #eef8fc
}

.diagnostyka-links-item a span {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    padding: 20px 10px 0 10px
}

@media (max-width: 991px) {
    .diagnostyka-links-item a {
        min-height: 250px
    }
}

@media (max-width: 767px) {
    .diagnostyka-links-item {
        flex: 0 0 50%
    }
}

@media (max-width: 500px) {
    .diagnostyka-links-item {
        flex: 0 0 50%
    }

    .diagnostyka-links-item a {
        min-height: 220px
    }
}

#opinions {
    padding: 70px 0
}

#opinions .title {
    text-align: center;
    font-size: 20px
}

#opinions .inside-doctor {
    text-align: left;
    max-width: 460px;
    margin: auto;
    padding: 0 15px
}

#doctor-opinions-slider {
    position: relative;
    max-width: 1600px;
    margin: auto;
    padding: 15px 0
}

#doctor-opinions-slider::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 34%;
    left: 0;
    background: #fff;
    background: -moz-linear-gradient(90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    background: -webkit-linear-gradient(90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    background: linear-gradient(90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    z-index: 2
}

#doctor-opinions-slider::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 34%;
    right: 0;
    background: #fff;
    background: -moz-linear-gradient(-90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    background: -webkit-linear-gradient(-90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    background: linear-gradient(-90deg, #fff 45%, rgba(233, 233, 233, 0) 100%);
    z-index: 2
}

.doctor-page.page_content {
    padding-bottom: 20px
}

#doctor-opinions-slider .owl-dots {
    padding-top: 70px
}

#doctor-opinions-slider p:nth-child(2) {
    color: #131415
}

#doctor-opinions-slider p:last-child {
    font-weight: 700
}

#doctor-opinions-slider .owl-dots .owl-dot {
    background: #5c654e;
    opacity: .2;
    margin: 0 25px;
    width: 10px;
    height: 10px
}

#doctor-opinions-slider .owl-dots .owl-dot.active {
    background: #31609f;
    opacity: 1;
    margin: 0 25px;
    width: 10px;
    height: 10px
}

.quotation-mark {
    width: 36px !important;
    height: 26px !important;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    #doctor-opinions-slider::after, #doctor-opinions-slider::before {
        width: 5%
    }

    .offer-thumb img {
        height: 230px;
        object-fit: cover
    }
}

#offer-map-place {
    height: 275px
}

.page_content ul {
    /* list-style-type: none; */
    padding: 0 24px;
    margin: 8px 0
}

.person-info ul{
    list-style-type: unset;
}

.team-persons-home .team-persons-item {
    width: 100%;
    margin: 0
}

.home-rating {
    margin: auto;
    padding: 0
}

.home-rating .team-stars {
    width: 105px;
    margin: auto
}

.team-persons-item .home-rating .team-stars img {
    display: block;
    margin: 0 0 12px 0
}

#opinions-popup {
    position: fixed;
    width: 337px;
    top: 50%;
    left: 100px;
    transform: translate(-200%, -50%);
    border: 2px solid #eef8fc;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .15);
    z-index: 999;
    transition: transform .6s ease-out
}

#opinions-popup.active {
    transform: translate(0, -50%)
}

#opinions-popup textarea {
    margin: 12px 0;
    height: 120px;
    resize: none
}

#opinions-popup button {
    margin-top: 12px
}

.rate-him {
    text-align: center;
    font-size: 18px;
    padding: 20px 0
}

.rating-system {
    position: relative
}

.rating-system .stars-empty, .rating-system .stars-full {
    display: flex;
    justify-content: center;
    padding-bottom: 25px
}

.rating-system .stars-empty > img, .rating-system .stars-full > img {
    max-height: 32px
}

.rating-system .stars-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.rating-system .stars-full > img {
    opacity: 0;
    transition: opacity .3s ease-out;
    cursor: pointer
}

.rating-system .stars-full > img.active {
    opacity: .5
}

.rating-system .stars-full > img.set-rating {
    opacity: 1
}

#add-opinion-btn {
    padding: 10px 0;
    display: flex;
    width: 100%;
    height: 50px;
    line-height: normal;
    align-items: center;
    justify-content: center
}

.btn:focus {
    outline: 0
}

#add-opinion-btn:hover {
    cursor: pointer
}

#close-popup img {
    position: absolute;
    height: 24px;
    right: 12px;
    display: inline-block;
    cursor: pointer
}

#close-popup img:hover {
    opacity: .4
}

@media (max-width: 767px) {
    #opinions-popup.active {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #opinions-popup {
        width: 300px
    }

    #opinions-popup .g-recaptcha {
        transform: scale(.87) translatex(-18px)
    }
}

@media (max-height: 525px) {
    .rate-him {
        padding: 10px 0
    }

    .rating-system .stars-empty, .rating-system .stars-full {
        padding-bottom: 10px
    }

    #opinions-popup textarea {
        margin: 6px 0;
        height: 85px
    }
}

.notice {
    background-image: linear-gradient(to bottom, #4b7eac, #31609f);
    padding: 15px;
    border-radius: 12px;
    color: #fff
}

p.notice-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    color: #fff
}

.notice > p:nth-child(2) {
    margin-top: 15px
}

.notice a:link, .notice a:visited {
    color: #fff !important
}

.offer-inside .text a:link, .offer-inside .text a:visited {
    color: #131415
}

.notice a:hover, .offer-inside .text a:hover {
    text-decoration: underline
}

span.info-tooltip {
    height: 32px;
    width: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
    transition: opacity .5s ease
}

.cennik-content .cennik > a:hover span.info-tooltip {
    opacity: .2
}

.cennik-content .cennik > a span.info-tooltip:hover {
    opacity: 1
}

span.tooltip {
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 228px;
    color: #fff;
    background: #31609f;
    padding: 10px;
    border-radius: 12px;
    z-index: 10;
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none
}

span.tooltip::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
    background: #31609f;
    z-index: -1
}

.cennik-content .cennik > a .info-tooltip:hover .tooltip {
    opacity: 1
}

.partnerlogo {
    text-align: center;
    padding: 40px 0 0 0
}

.offer-inside .team-persons-item--rating {
    justify-content: center;
    align-items: center;
    display: block !important
}

.doctor-page .team-persons-item--rating .team-stars {
    display: flex;
    justify-content: center
}

.doctor-page .notification {
    text-align: center
}

@media (max-width: 767px) {
    .doctor-page .title {
        padding-top: 30px
    }
}

.o-nas-text .title {
    color: #131415;
    text-align: left
}

.form-group.term {
    font-size: 11px;
    color: #131415;
    margin-bottom: 30px
}

#result {
    padding: 15px;
    text-align: center;
    margin: 15px 0 0 0
}

#result.success {
    background: #a7ffb7
}

#result.error {
    background: #ffa7a7
}

a.team-tag.active, a.team-tag.active:hover {
    border: 2px solid #31609e;
    background-color: #31609e;
    color: #fff
}

.spec_select {
    margin-bottom: 30px
}

#specialist {
    margin-bottom: 30px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: calc(50% - 20px);
    margin: 0 auto;
    margin-left: 26%
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    max-height: 361px;
    overflow-y: scroll;
    z-index: 8
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.select_container {
    width: 100%
}

.label_specialist {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 20 p;
    color: #fff;
    margin-bottom: 30px;
}

.label_specialist a {
    color: #fff
}

.blind_div {
    width: 100%
}

.search_label {
    width: calc(100% - 20px);
    background-image: linear-gradient(to bottom, #4bb7df, #329fc5);
    border-color: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 20px
}

.btn-phone {
    margin-left: 20px;
}

.booking-content > span {
    display: block;
    margin-left: 30px;
    font-size: 16px;
}

.booking-content {
    font-size: 16px;
    z-index: 8;
}

.team_person_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin_b-60 {
    margin-bottom: 60px;
}

.title_offer {
    font-size: 23px;
    margin: 0 0 15px;
}

.book_now {
    text-align: center;
    margin: 30px 0 60px 0;
    font-size: 25px;
}

.hide_booking {
    display: none !important;
    /*display: none;*/

    opacity: 0;
}

.owl-nav {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 130px;
    color: #4CB8E0;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: .4s;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    z-index: 1111;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    border: none;
    outline: none;
    z-index: 50;

}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    transform: translateY(-50%) scale(1.01);
    color: #3362a0;
}

.offer {
    margin: 0 auto;
    max-width: 970px;
}

#opinions {
    overflow: hidden;
}

#booking-arrow span {
    margin-left: 30px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    /*overflow: hidden;*/
}

.hide-mobile2 {
    min-width: 167px;
    text-align: center;
}

@media (max-width: 1172px) {
    .phone-number {
        display: none;
    }

}

@media (max-width: 772px) {
    .booking-content > span {
        display: none;
    }
}

.underlined-link {
    text-decoration: underline;
    transition: 0.3s;
}

.underlined-link:hover {
    color: #3362a0;
}

.team-box {
    height: 110px;
}

.spec-underline {
    text-decoration: underline;
}

#slider-home {
    overflow: hidden;
}

.offer_questions {
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}

@media (max-width: 650px) {

    .nice-select {
        margin: 0 auto;
        width: 100%;
    }

    .list {
        max-width: 244px;
    }

    .title_offer {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .book_now {
        font-size: 20px;
    }


}

.title_offer {
    padding-top: 0px;
    text-align: center;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.search_label_home {
    width: 100%;
    margin-top: 60px;
}

.courses_content {
    margin-bottom: 80px;
}

@media (max-width: 600px) {
    .konsultacje-links-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.title_offer.text-center {
    text-align: center;
    margin-top: 30px;
}

.widget_container {
    margin-top: 60px;
}

@media (max-width: 650px) {
    .certificates {
        display: none;
    }

    #slider-home {
        display: none;
    }
}

.team .owl-carousel .owl-nav button.owl-prev {
    top: 30%;
    left: 0;
}

.team .owl-carousel .owl-nav button.owl-prev {
    top: 30%;

}

.team .owl-carousel .owl-nav button.owl-next {
    top: 30%;
    right: 0;
}

.team-persons-home .team-persons-item {


}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

/*.active .team-persons-home .team-persons-item{*/
/*    padding-right: 45px;*/
/*    padding-left: 55px;*/
/*}*/
@media (max-width: 1500px) {
    .menu .mlink {
        padding: 0 20px;
        margin: 0;
        height: 100%;
        display: block;
    }
}

#opinions-slider .owl-nav,
#slider-home .owl-nav {
    display: none;
}

#offer-links .offer-links-item a:hover::before {
    transform: scale(0.85);
}

.btn-phone.btn-marr.show_bar.d-flex {
    display: flex;
}

.btn-phone.btn-marr.show_bar {
    cursor: pointer;
    padding: 0;
}

.icon-block > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-phone.btn-marr.show_bar {
    display: none;
    line-height: 1;
}

@media (max-width: 550px ) {
    .menu-text {
        display: none;
    }

    .menu .mlink {

        margin-right: 20px;
    }

    .btn-phone.btn-marr.show_bar {
        display: block;
    }

    .padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hamburger {
        /* padding: 6px 0 6px 20px; */
    }

}

.home_offer .offer {
    max-width: 100%;
}

@media (max-width: 450px ) {
    .label_specialist {
        font-size: 20px;
    }
}

.owl-carousel .owl-item .team-persons-item a img {
    display: block;
    padding: 0 30px;
    width: 100%;
}

.team_category {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

.title_another {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    margin-top: -10px;
    font-size: 25px;
}

.foot_form-margin,
.foot_tel-margin {
    margin-bottom: 20px;
}

@media (max-width: 650px ) {
    .team .owl-carousel .owl-nav button.owl-prev {
        top: 25%;
    }

    .team .owl-carousel .owl-nav button.owl-next {
        top: 25%;
    }
}

@media (max-width: 500px ) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 100%;
    }

    .home_offer .owl-dots .owl-dot.active {
        background: #31609f;
    }

    .home_offer .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .home_offer .owl-dots .owl-dot {
        background: #ddd;
        margin: 0px 10px;
    }

    .offer-inside .title.min {
        margin-top: 0;
    }

    .foot_tel-margin {
        margin-bottom: 0 !important;
    }

    .foot_form-margin {

    }

    .owl-carousel .owl-item .team-persons-item a img {
        padding: 0 15px;
    }

    .f-info-col > a {
        word-break: break-all;
    }

}

.bg-blue {
    margin-top: 80px;
}

.specialist_offer > div {
    max-width: 200px;
}

@media (max-width: 400px) {
    .home_offer .owl-dots {
        display: none;
    }

}

.title_offer-link {
    white-space: nowrap;
}

.submenu-second {
    list-style: none;
    padding: 0;
}

.link-relative {
    position: relative;
}

.link-absolute {
    /*display: none;*/
    position: absolute;
    overflow: hidden;
    left: 20px;
    top: 100%;
    width: 450px;
    background-color: #ffffff;
    max-height: 0;
    transition: .3s;
}

.link-absolute.hide {
    display: block;
}

.link-relative:hover > .link-absolute {
    display: block;
    box-shadow: 0px 0px 6px 2px #4375a83d;
    max-height: 1000px;

}

.submenu li:hover a {
    color: #31609e;
}
.link-absolute a
{
    transition: .3s ;
    display: inline-block;
}
.link-absolute a::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #31609e;
    position: absolute;
    transition: .3s ease-out;
    left: 50%;
    bottom: 7px;
}

.submenu li a:hover::before {
    width: calc(100% - 48px);
    left: 24px;
}
/*.footer-nav-offer  .mlink{*/
/*        flex-basis: 19%;*/
/*}*/

.footer-nav-offer h3 {
    flex-basis: 100%;
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .link-relative
    {
        display: contents;
        text-align: end;
    }
    .link-absolute
    {
        display: flex;
        position: unset;
        overflow: hidden;
        left: unset;
        top: unset;
        width: 320px;
        background-color: #ffffff;
        max-height: 0;
        transition: .3s;
        text-align: right;
    }
    .menu .mlink {
        padding: 0 20px;
        margin: 0;
         height: unset;
        display: inline-block;
        margin-left: auto;
    }
    .link-relative:hover > .link-absolute {
        display: inline-block;
        box-shadow: unset;
        max-height: 1000px;
    }
}
@media (max-width: 600px) {
    .link-absolute
    {
        display: none;
    }
    .link-relative:hover > .link-absolute
    {
        display: none;
    }

}

ul li {margin-bottom: 10px;line-height: 1.5;}