/* Genel elemanlar */

body {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #414141;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: #4A4A4A;
}

strong {
    font-weight: 500;
}

a {
    color: #36999E;
    transition: .2s ease;
}

a:hover {
    color: black
}

.btn {
    font-size: 13px
}

#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(54, 153, 158, 0.5);
}

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: auto;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #36999E;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

h2 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.btn.btn-white {
    border-radius: 0;
    background: white;
    color: #36999E;
    padding: 10px 15px;
    transition: .2s ease-in;
}

.btn.btn-white:hover {
    box-shadow: inset 0px 0px 0px 1px #36999E;
    background: none;
}

.header {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    background: transparent;
}

.header .header-top {
    padding: 10px 0;
    color: white;
    background: rgba(54, 153, 158, 0.6);
    transition: .6s ease-in-out;
    min-height: 50px;
    max-height: 50px;
}

.header .header-top .header-social-media a {
    margin: 0 5px
}

.header .header-top a {
    color: #fff;
    font-size: 14px;
}

.header .header-social-media a:last-child {
    font-size: 14px;
    border-left: 1px solid #e7e7e7;
    padding-left: 10px;
}

.header .header-inner {
    background: rgba(255, 255, 255, .9);
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.headroom {
    will-change: transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.headroom--pinned {
    transform: rotateX(0deg);
    opacity: 1;
}

.headroom--unpinned {
    transform: rotateX(180deg);
    opacity: 0;
}

.headroom--not-top .header-inner {
    background: #36999E;
}

.headroom--not-top .header-top {
    background-color: white;
    color: #36999E;
    min-height: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.headroom--not-top .header-top a {
    color: #36999E
}

.headroom--not-top .header-inner .menu>ul>li>a {
    color: white;
}

.headroom--not-top .logo {
    filter: brightness(5);
}

.header .logo {
    background: url(../img/hakanemmez-logo.svg) no-repeat center center;
    width: 200px;
    background-size: contain;
    text-indent: -999999px;
    transition: .6s ease-in-out;
}

.header .menu .search button {
    height: 100%;
    border-radius: 0;
    background: #36999E;
    padding: 0 20px;
    font-size: 15px;
    color: white;
    transition: .3s ease;
}

.header .menu .search button:hover {
    background: rgba(54, 153, 158, 0.7);
}

.header .menu .search button i {
    transition: .2s ease-in;
}

.header .menu .search button:hover i {
    transform: scale(1.7) rotate(-90deg);
}

.header .menu ul {
    list-style: none;
    margin: 0;
}

.header .menu ul li {
    display: inline;
    position: relative;
    padding: 0 0;
}

.header .menu ul li.has-children>a {
    padding-right: 20px;
    position: relative;
}

.header .menu ul li.has-children>a:after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 41%
}

.header .menu>ul>li>a {
    padding: 25px 10px;
    color: #414141;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 200;
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
    position: relative;
    transition: .3s ease;
}

.header .menu>ul>li:hover>a:before,
.header .menu>ul>li.active>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 8px;
    background: #36999E
}

.header .menu ul li ul {
    visibility: hidden;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    max-height: 0;
    padding: 0;
    width: 300px;
    background: #36999E;
    overflow: hidden;
}

.header .menu ul li:hover>ul,
.header .menu ul li ul:hover {
    visibility: visible;
    display: block;
    max-height: 500px;
}

.header .menu ul li ul li {
    clear: both;
    width: 100%;
    display: block;
    padding: 0;
    margin: 1px 0
}

.header .menu ul li ul li a {
    display: block;
    color: white;
    font-weight: 300;
    padding: 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
    box-shadow: inset 5px 0 0 white;
}

.header .menu ul li ul li:last-child a {
    border-bottom: 0;
}

.header .menu ul li ul li:hover a {
    background: #fff;
    color: #36999E;
    box-shadow: inset 15px 0 0 #36999E;
    padding-left: 30px;
}

.header .menu ul li ul li:hover {
    border: 0
}

.header .menu ul li ul li ul {
    display: none !important;
}

.main-slider {
    margin-top: 0;
}

.main-slider .item {
    height: 100vh;
}

.main-slider .owl-nav {
    position: absolute;
    top: 39%;
    font-size: 3em;
    width: 100%;
    color: white !important;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
    background-color: transparent !important;
    position: absolute;
    outline: none;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    opacity: .5;
}

.main-slider .owl-nav .owl-next {
    right: 0
}

.main-slider .owl-nav .owl-prev {
    left: 0
}

.main-slider .item .desc {
    position: relative;
    height: 450px;
    color: white;
    top: 20vh;
}

.main-slider .item .desc .title {
    font-size: 2.5em;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: white;
    line-height: 1em;
    font-weight: 300;
    margin-top: 0;
    padding: 0 5px
}

.main-slider .item .desc .spot {
    font-size: 1em;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    color: white;
    line-height: 1.2em;
    font-weight: 300;
    padding: 3px 10px;
    margin-top: 5%;
}

.main-slider .item .desc .spot p {
    color: white;
    display: inline;
    line-height: 150%;
    line-break: unset;
}

.main-slider .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-slider .image:after {
    content: "";
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .4;
}

.main-slider .item a>.image:after {
    display: none !important;
}

.main-slider .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-slider .btn {
    margin: 20px 10px 10px 10px
}

.slider-bottom-menu {
    position: relative;
    margin-top: -200px;
    z-index: 1;
}

.slider-bottom-menu .row div[class*=col-md-] {
    padding: 0;
}

.slider-bottom-menu .menu-item {
    display: block;
    width: 100%;
    height: 200px;
    background: #F9F9F9;
    color: #414141;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .5s ease;
    border-right: 1px solid #e7e7e7;
    box-shadow: 1px 1px 0 #F9F9F9;
    box-shadow: inset -1px 0px 0px 0px white;
}

.slider-bottom-menu .menu-item:hover {
    background: #36999E !important;
    color: white;
}

.slider-bottom-menu .menu-item:hover .icon {
    filter: brightness(4)
}

.slider-bottom-menu .menu-item>div {
    width: 100%;
}

.slider-bottom-menu .col-md-3:nth-child(odd) .menu-item {
    background: white;
}

.slider-bottom-menu .menu-item .icon {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    width: 50px;
    height: 50px;
    transition: .3s ease;
}

.slider-bottom-menu .menu-item .name {
    font-size: 1em;
    padding: 10px;
    line-height: 1em;
    text-align: center;
    width: 100%;
}


/* Main CV */

.main-cv {}

.main-cv .desc {
    width: 50%;
    background: #36999E;
    color: white;
    height: 300px;
    padding: 40px 0
}

.main-cv .photo {
    width: 50%;
    background: #36999E;
    height: 300px;
}

.main-cv h2 {
    box-shadow: inset 10vw 0px 0px 0px white;
    color: white;
    padding: 7px 0 7px 5px;
    font-size: 16px;
    text-align: center;
}

.main-cv p {
    text-align: center;
    width: 50%;
    margin: 30px auto;
}

.main-cv p strong {
    display: block;
    font-weight: 100;
    font-size: 20px;
}

.main-cv .desc a {
    display: block;
    font-weight: 100;
    font-size: 20px;
    color: white;
    margin: 0 auto;
    width: 33%;
    text-align: center;
    margin-top: auto;
    text-decoration: none;
    font-size: 14px;
}

.main-cv .photo img {
    object-fit: cover;
    height: 100%;
}


/* Main page principles */

.principles {}

.principles .left {
    text-align: right;
    width: calc(100% - 300px);
}

.principles .circle {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 2px solid #36999E;
    background: url(/assets/frontend/img/ilkeler-big-icon.svg) no-repeat center center;
    background-size: 77% 77%;
    padding-right: 150px;
    padding-left: 150px;
    position: relative;
    top: 20px
}

.principles .right {
    text-align: left;
    width: calc(100% - 300px);
}

.principles .principles-canvas {
    float: none;
    clear: both;
    display: block;
    margin: 30px auto
}

.principles .principles-canvas ul {
    padding: 0;
    margin: 0 10px;
    width: 100%;
}

.principles .principles-canvas ul li {
    list-style: none;
    border-bottom: 2px solid #e7e7e7;
    padding: 25px 0;
    display: inline-block;
    position: relative;
    margin-right: 50px;
}

.principles .principles-canvas ul li:after {
    content: "";
    background: url(/assets/frontend/img/ilkeler-line.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -33px;
    bottom: -21px;
    height: 40px;
    width: 40px;
}

.principles .principles-canvas ul li:nth-child(3):after {
    transform: rotate(-45deg);
    bottom: -8px
}

.principles .principles-canvas ul li:first-child:after {
    transform: rotate(45deg);
    bottom: -34px
}

.principles .principles-canvas ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0 10px
}

.principles .principles-canvas .right ul li:after {
    left: -33px;
    transform: rotate(180deg);
}

.principles .principles-canvas .right ul li {
    margin-left: 50px;
}

.principles .principles-canvas .right ul li:nth-child(3):after {
    transform: rotate(-135deg);
    bottom: -8px
}

.principles .principles-canvas .right ul li:first-child:after {
    transform: rotate(135deg);
    bottom: -34px
}

.main-expertise {
    background: url(/assets/frontend/img/block-bg.png) bottom center no-repeat;
    background-size: cover;
    background-position: 100% 375px;
    margin-top: 30px;
}

.main-expertise .item {
    width: 33.3333%;
    height: 350px;
    transition: 1s ease;
    background-color: white;
    position: relative;
}

.main-expertise .item * {
    position: relative;
}

.main-expertise .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    opacity: 0;
    transition: 1s ease;
}

.main-expertise .item-1:before {
    background-image: url(/assets/frontend/img/rc.jpg);
}

.main-expertise .item-2:before {
    background-image: url(/assets/frontend/img/uzmanlik-alanlarbg.jpg);
}

.main-expertise .item-3:before {
    background-image: url(/assets/frontend/img/uzmanlik-alanlarbg.jpg);
}

.main-expertise .item-4:before {
    background-image: url(/assets/frontend/img/uzmanlik-alanlarbg.jpg);
}

.main-expertise .item-5:before {
    background-image: url(/assets/frontend/img/uzmanlik-alanlarbg.jpg);
}

.main-expertise .item-1:hover h3 a {
    color: #fff;
}

.main-expertise .item-1:hover ul {
    color: #fff;
}


/* .main-expertise .item:hover *{
    color:white;
} */

.main-expertise .item:hover h3 {
    border-left: 10px solid white;
}

.main-expertise .item:hover:before {
    opacity: 1;
}

.main-expertise .item:nth-child(odd) {
    background-color: #F9F9F9;
}

.main-expertise .item h3 {
    border-left: 10px solid #36999E;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 30px;
}

.main-expertise .item h3 a {
    color: #4A4A4A;
}

.main-expertise .item ul {
    list-style: square;
    color: #36999E;
    margin: 0;
    padding: 0;
    width: 50%;
    margin: auto !important;
}

.main-expertise .item ul li {
    margin: 0;
    padding: 0;
}

.footer {
    margin: 75px 0 0 0;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #399095;
}

.footer a {
    color: white;
}

.footer .logo {
    background: url(../img/hakanemmez-logo.svg) no-repeat center center;
    width: 15%;
    background-size: contain;
    text-indent: -999999px;
    height: 80px;
    margin-right: 50px;
    filter: brightness(5);
}

.footer .footer-contact {
    width: 30%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    ;
    border-left: 1px solid #e7e7e7;
    padding: 10px 0
}

.footer .footer-contact i {
    color: white;
}

.footer .footer-menu {
    width: 55%;
}

.footer .footer-menu ul {
    list-style: none;
    text-align: right;
    margin: 0
}

.footer .footer-menu ul li {
    display: inline-block;
}

.footer .footer-menu ul li a {
    font-size: 13px;
    padding: 3px
}

.footer .footer-bottom {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
    color: white;
}

.footer .footer-bottom .lang a:last-child {
    border-left: 1px solid #e7e7e7;
}

.footer .footer-bottom .lang a {
    padding: 3px 10px
}

.hamburger {
    display: none;
}

.sub-page {
    min-height: 500px;
}

.sub-page .hero {
    background: no-repeat center;
    background-size: cover;
    height: 300px;
    background-color: #36999E;
}

.sub-page .hero h1 {
    color: white;
    text-align: center;
    margin-top: 100px;
    width: 100%;
    font-size: 24px;
}

.sub-page .sub-content {
    width: 77%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
    margin-top: 20px;
}

.sub-page .sub-content h2 {
    box-shadow: inset 10px 0px 0px 0px #36999E;
    padding: 10px 0 10px 20px;
    margin: 30px 0;
    font-size: 18px;
    color: #36999E
}

.sub-page .papers-awards {
    width: 100%;
}

.sub-page .papers-awards img {
    width: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.sub-page .papers-awards .btn {
    margin: 0 auto;
    width: 200px;
    margin-top: auto;
}

.sub-page .papers-awards h3 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.sub-page .papers-awards .papers,
.sub-page .papers-awards .awards {
    width: 50%;
    height: 400px;
}

.sub-page .papers-awards .papers {
    background: #36999E;
    color: white;
}

.sub-page .papers-awards .papers img {
    filter: brightness(5);
}

.sub-page .papers-awards .papers h3 {
    color: white;
    box-shadow: inset 100px 0px 0px 0px white;
}

.sub-page .papers-awards .awards {
    background: #F9F9F9;
    color: #36999E;
}

.sub-page .papers-awards .awards h3 {
    color: #36999E;
    box-shadow: inset 100px 0px 0px 0px #36999E;
}

.sub-page .papers-awards .papers .btn {
    color: white;
}

.sub-page .papers-awards .awards .btn {
    color: #36999E;
}

.sub-page .sub-tab {
    background: #36999E;
    width: 100%;
    height: 50px;
}

.sub-page .sub-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sub-page .sub-tab ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sub-page .sub-tab ul li a {
    color: white;
    padding: 13px;
    display: inline-block;
    text-decoration: none;
}

.sub-page .sub-tab ul li a:hover {
    box-shadow: 0 -8px inset white;
}

.sub-page .sub-tab ul li.active a {
    box-shadow: 0 -8px inset white;
}

.accordion img {
    width: 100%;
}

.accordion .card-header {
    padding: 0;
    border: 0;
}

.accordion .card {
    border-radius: 0;
}

.accordion .card-header h2 {
    width: 100%;
    display: block;
}

.accordion .card-header .btn {
    width: 100%;
    background: #36999E;
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 15px;
    transition: .3s ease;
    position: relative;
    border-radius: 0;
}

.accordion .card-header .btn:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px
}

.accordion .card-header .btn.collapsed {
    background: #fefefe;
    color: #36999E
}

.accordion .card-header .btn.collapsed:after {
    content: "+";
}

.sub-page .line-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub-page .line-list ul li {
    margin: 30px 0;
    position: relative;
    padding: 0 0 0 50px
}

.sub-page .line-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #36999E
}

.sub-page .publish-icon {
    width: 30%;
    background: #36999E;
    text-align: center;
}

.sub-page .publish-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: auto;
}

.sub-page .publish-item {
    margin: 30px 0;
    height: 200px;
}

.sub-page .publish-item .publish-text {
    background: #F9F9F9;
    width: 70%;
    text-align: center;
}

.sub-page .contact {
    width: 100%;
}

.sub-page .contact h3 {
    font-size: 18px;
    box-shadow: inset 80px 0 #36999E;
    text-align: center;
    color: #36999E;
    padding: 5px 25%;
    letter-spacing: 2px
}

.sub-page .contact .side {
    width: 50%;
    text-align: center;
    padding: 50px 0
}

.sub-page .contact .links .btn {
    background: red;
    border-radius: 0;
}

.sub-page .contact .links {
    margin: 30px 0
}

.sub-page .contact .links .btn:first-child {
    background: #36999E;
    color: white;
}

.sub-page .contact .links .btn:last-child {
    color: #36999E;
    background: white;
}

.sub-page .contact .side:first-child {
    background: #F9F9F9
}

.sub-page .appointment {
    padding: 50px
}

.sub-page .appointment-form {
    background: #36999E;
    padding: 100px 50px
}

.sub-page .appointment input {
    box-shadow: none;
    border: 0;
    outline: 0;
    background: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white !important;
    font-weight: 200;
    padding: 15px 5px;
    margin: 0 0 20px 0;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
}

.sub-page .appointment input::placeholder,
.sub-page .appointment textarea::placeholder {
    color: white;
}

.sub-page .appointment input:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
    background: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 15px 5px;
}

.sub-page .appointment textarea {
    box-shadow: none;
    border: 0;
    outline: 0;
    background: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white !important;
    font-weight: 200;
    padding: 15px 5px;
    margin: 0 0 0 0;
    height: 155px;
}

.sub-page .appointment .notice {
    margin-top: 50px;
}

.sub-page .appointment .notice h3 {
    box-shadow: inset 40px 0 0 #36999E;
    color: #36999E;
    font-size: 18px;
    padding-left: 50px;
}

.sub-page .appointment .btn.btn-white:hover {
    border: 2px solid white;
    color: white;
}

.sub-page .comments-slider {
    background: #F9F9F9;
    margin: 30px 0;
    padding: 30px 0
}

.sub-page .comments-slider .comment img {
    width: 100px;
    object-fit: contain;
    margin: 30px auto;
}

.sub-page .comments-slider .comment .text {
    margin: 30px auto;
    width: 50%;
    text-align: center;
}

.sub-page .comments-slider .comment .name {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: #36999E
}

.sub-page .comments-slider .owl-nav button {
    position: absolute;
    top: calc(50% - 30px);
    font-size: 25px;
    width: 30px;
    height: 60px;
    color: #36999E;
    text-align: center;
}

.sub-page .comments-slider .owl-nav button:hover {
    background: none;
    opacity: .7;
    color: #414141
}

.sub-page .comments-slider .owl-nav button.owl-prev {
    left: 0
}

.sub-page .comments-slider .owl-nav button.owl-next {
    right: 0
}

.sub-page .logo-area {
    text-align: center;
    margin-top: 100px;
}

.sub-page .logo-area img {
    width: 60%;
    background: #36999e;
    padding: 60px 40px;
}

.cookie-fixed {
    display: none;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 1111;
    background-color: #000000bd;
    color: #fff;
    font-weight: 600;
    padding: 25px 10px 15px 10px;
    font-size: 13px;
    line-height: 1.5;
    transition: .5s ease;
}

.cookie-fixed .cookie-text a {
    color: #fff;
    text-decoration: underline;
}

.cookie-fixed .cookie-text {
    width: 90%;
}

.cookie-fixed .cookie-close {
    background: white;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 8px;
    color: black
}

@media only screen and (max-width: 768px) {
    .header .menu {
        display: none
    }
    .header .header-inner {
        position: relative;
    }
    .header .header-inner .hamburger {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
        font-size: 20px;
    }
    .header .menu>ul {
        padding: 0
    }
    .header .menu>ul>li>a {
        display: block;
        padding: 10px
    }
    .header .menu ul li {
        display: block;
    }
    .header .menu ul li ul {
        position: relative;
        width: 100%;
    }
    .header .logo {
        display: block;
        height: 60px;
    }
    .header .header-inner .header-contact {
        font-size: 13px;
    }
    .header.headroom--not-top .header-inner .hamburger {
        color: white;
    }
    .slider-bottom-menu .menu-item .name {
        font-size: 12px;
    }
    .slider-bottom-menu {
        margin: -200px -15px 0 -15px;
    }
    .main-expertise .item {
        width: 100%;
    }
    .principles .left,
    .principles .right {
        width: 100%;
    }
    .principles .circle {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        display: block !important;
    }
    .principles .principles-canvas ul li {
        display: block;
        margin: 0 15px !important
    }
    .footer .footer-contact {
        width: 100%;
    }
    .footer .footer-menu {
        width: 100%;
    }
    .footer .footer-menu ul {
        text-align: center;
        padding: 10px 0;
    }
    .footer .footer-menu ul li {
        margin: 0 5px;
    }
    .sub-page .sub-content {
        width: 100%;
    }
    .sub-page .appointment {
        padding: 10px
    }
    .sub-page .contact .side {
        width: 100%;
    }
    .sub-page .publish-item .publish-text {
        padding: 0 10px
    }
}