html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul[class],
ol[class] {
    padding: 0;
}

input::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

li {
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: none;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
    color: #051B1F;
    font-family: "AdihausDIN", sans-serif;
    scroll-behavior: smooth;
}

.box {
	position: relative;
    height: 55rem;
    width: 100vw;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


@media(max-width: 1400px){
	.box{
		height: 40rem;
	}
}

@media (max-width: 850px) {
    .box {
        height: 30rem;
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; 
	background-image: url('https://tiptopbarber.pl/wp-content/uploads/2023/11/fallow-1-e1699041644229-1-1.png');
    background-color: #000;
	background-repeat: no-repeat;
	background-size: 100%;
}


.container {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .container {
        width: 90%;
    }
}

.header {
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	z-index: 3;
    padding-top: 1rem;
    padding-bottom: 1rem;
/* 	background-image: url(https://tiptopbarber.pl/wp-content/uploads/2023/11/fallow-1-e1699041644229.jpg); */
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}

.header .container{
	z-index: 3;
	position: relative;
}


header::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000000;
	z-index: 2;
}

.header__logo img:nth-child(2) {
    display: none;
}

.header__logo {
    width: 175px;
    height: 75px;
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__burger {
    width: 26px;
    height: 22px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__burger span {
    width: 100%;
    height: 3px;
	border-radius: 3px;
    background-color: #fff;
	transition: all .3s;
}

.header__burger.change span:first-child{
	transform: rotate(45deg) translatey(13.5px);
}

.header__burger.change span:last-child{
	transform: rotate(-45deg) translatey(-13.5px);
}

.header__burger.change span:nth-child(2){
	opacity: 0;
	visability: hidden;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__nav {
    width: 44% !important;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__list>li>a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-transform: capitalize;
}

.header__phone {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__phone:hover {
    color: #d99b38;
}

.header__list>li>a:hover {
    color: #d99b38;
}

.header__lang {
    display: flex;
}


.header__lang a.glink{
   
}

.header__lang a.glink span{
    display: none;
}

.header__lang a.glink img{
    opacity: 1;
    height: 100%;
}

.header__lang a.glink.glink.gt-current-lang{
    display: none;
}

.header__time{
	display: none;
}


@media (max-width: 850px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__nav {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .header__logo{
		width: 125px;
    	height: 53px;
    }
	
	.header__time{
		display: block;
		color: #fff;
	}
}

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

@media (max-width: 400px) {
    .header__time {
		font-size: 12px;
    }
}

.footer {
    color: #FFFFFF;
}

.footer__wrapper{
	z-index: 3;
	position: inherit;
}

.footer__top {
    padding: 4rem 0;
}

.footer__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom {
    text-align: center;
    padding: 3rem 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.footer__info-tel:before {
    content: url(../images/icons/telephone.svg);
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
}

.footer__info-tel a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__info-tel a:hover {
    color: #D98F38;
}

.footer__info-mail:before {
    content: url(../images/icons/mail.svg);
    position: absolute;
    left: 3px;
    top: -2px;
    width: 25px;
}

.footer__info-mail a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__info-mail a:hover {
    color: #D98F38;
}

.footer__info-time:before {
    content: url(../images/icons/time.svg);
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
}

.footer__info-location a{
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__info-location a:hover {
    color: #D98F38;
}

.footer__info-location:before {
    content: url(../images/icons/location.svg);
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
}

.footer__info-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer__info-list {
    margin-bottom: 50px;
}

.footer__info-item {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    padding-left: 60px;
    position: relative;
}

.footer__info-item:not(:last-child) {
    margin-bottom: 30px;
}

.footer__info-item a {
    color: #FFFFFF;
}

.footer__map {
    width: 50%;
    height: 40vh;
}

.footer__map iframe {
    width: 100%;
    height: 100%;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    
}

.footer__social-item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__social-item:not(:last-child){
	margin-right: 30px;
}

.footer__social-item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1100px) {
    .footer__map {
        height: 25vh;
    }
}

@media (max-width: 850px){
	.footer__bottom{
		padding: 1rem 0;
	}
}

@media (max-width: 750px) {
    .footer__top-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__info {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .footer__map {
        width: 100%;
        height: 30vh;
    }
	
	.footer__social-item{
		width: 30px;
		height: 30px;
	}
	
	.footer__social-item:not(:last-child){
		margin-right: 15px;
	}
	
	.footer__social-item:nth-child(2){
		margin-right: 10px;
	}
	
	.footer__social-item img{
		height: 100%;
	}
}

@media (max-width: 550px) {
    .footer__info-title{
        margin-bottom: 2rem;
    }

    .footer__info-list{
        margin-bottom: 2rem;
    }

    .footer__info{
        margin-bottom: 2rem;
    }

    .footer__top{
        padding: 4rem 0 2rem 0;
    }

    .footer__bottom{
        padding-top: 0;
        padding-bottom: 2rem;
    }
}

@media (max-width: 500px) {
    .footer__info {
        width: 100%;
    }
}

.sidebar {
    position: fixed;
    left: 0;
    top: 46px;
    bottom: 0;
    width: 450px;
    z-index: 20;
    background-color: #000000cf;
    -webkit-box-shadow: 8px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 8px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.sidebar__nav {
	width: 230px;
	height: 100%;
    margin-right: auto;
    margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(-60px);
}

.sidebar__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	align-items: center;
}

.sidebar__list>li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar__list>li {
	width: 150px;
	text-align: center;
}

.sidebar__list>li>a {
    font-size: 30px;
    color: white;
	text-transform: capitalize;
}

.sidebar__phone{
	font-size: 20px;
    color: white;
	margin-top: 50px;
    text-transform: capitalize;
	display: block;
	text-align: center;
}

.sidebar__time{
	color: #fff;
	margin-top: 50px;
	display: none;
	font-size: 20px;
	text-align: center;
}

@media (max-width: 550px) {
    .sidebar__time {
        display: block;
    }
}


@media (max-width: 500px) {
    .sidebar {
        width: 100%;
    }
}

.callback-bt {
    background: #71de27ba;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: hoverWaveGreen linear 1s infinite;
    animation: hoverWaveGreen linear 1s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #D98F38;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: url(../images/icons/telephone-white.svg);
    display: block;
    color: #fff;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #D98F38;
    margin-top: -10px;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@-webkit-keyframes hoverWaveBlue {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
}

@keyframes hoverWaveBlue {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
}

@-webkit-keyframes hoverWaveGreen {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 0 rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 0 rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 15px rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 15px rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 26.7px rgba(113, 222, 39, 0.067);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 26.7px rgba(113, 222, 39, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 40px rgba(113, 222, 39, 0);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 40px rgba(113, 222, 39, 0);
    }
}

@keyframes hoverWaveGreen {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 0 rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 0 rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 15px rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 15px rgba(113, 222, 39, 0.2), 0 0 0 0 rgba(113, 222, 39, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 26.7px rgba(113, 222, 39, 0.067);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 26.7px rgba(113, 222, 39, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 40px rgba(113, 222, 39, 0);
        box-shadow: 0 8px 10px rgba(113, 222, 39, 0.3), 0 0 0 30px rgba(113, 222, 39, 0), 0 0 0 40px rgba(113, 222, 39, 0);
    }
}

@-webkit-keyframes hoverWaveBlack {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 26.7px rgba(0, 0, 0, 0.067);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 26.7px rgba(0, 0, 0, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 0, 0, 0);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

@keyframes hoverWaveBlack {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 26.7px rgba(0, 0, 0, 0.067);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 26.7px rgba(0, 0, 0, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 0, 0, 0);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes hoverWaveOrange {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 0 rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 0 rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 15px rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 15px rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 26.7px rgba(217, 155, 56, 0.067);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 26.7px rgba(217, 155, 56, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 40px rgba(217, 155, 56, 0);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 40px rgba(217, 155, 56, 0);
    }
}

@keyframes hoverWaveOrange {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 0 rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 0 rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 15px rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 15px rgba(217, 155, 56, 0.2), 0 0 0 0 rgba(217, 155, 56, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 26.7px rgba(217, 155, 56, 0.067);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 26.7px rgba(217, 155, 56, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 40px rgba(217, 155, 56, 0);
        box-shadow: 0 8px 10px rgba(217, 155, 56, 0.3), 0 0 0 30px rgba(217, 155, 56, 0), 0 0 0 40px rgba(217, 155, 56, 0);
    }
}

@-webkit-keyframes hoverWaveWhite {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    }
}

@keyframes hoverWaveWhite {
    0% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    40% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    80% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
    }

    100% {
        -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    }
}


@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.start {
	z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40rem;
}

.start__title {
	color: #000;
    width: 70%;
    font-weight: 400;
    font-size: calc(18px + 29 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.start p {
	color: #000000;
    font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
    line-height: 1.6;
    font-weight: bold;
    width: 55%;
    margin-bottom: 7rem;
}

.start__img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.start__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    display: block;
    background-color: #0ca2b0;
    color: #FFFFFF;
    border-radius: 1rem;
    font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
    padding: 30px 30px;
    opacity: 0.7;
    
    cursor: pointer;
    display: block;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: hoverWaveBlue linear 1s infinite;
    animation: hoverWaveBlue linear 1s infinite;
}

.start__btn:hover {
    background-color: #D98F38;
}

@media (max-width: 1400px){
	.start{
		height: 30rem;
	}
}

@media (max-width: 900px) {
    .start__img {
        opacity: 0.7;
    }

    .start__title,
    .start p {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .start__btn {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 850px) {
    .start p {
        margin-bottom: 4rem;
    }
	
	.start{
		height: 25rem;
	}
	
	.start__title{
		margin-bottom: 11rem;
	}
}

@media (max-width: 450px) {
    .start__btn {
		padding: 15px 10px;
        width: 100%;
    }
    .start__img{
        width: 100%;
    }
}


@media (max-width: 350px) {
	.start{
		margin-top: 8rem;
	}
}

.about {
    padding: 7rem 0 0 0;
}

.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__info {
    width: 48%;
}

.about__title {
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.about p {
    font-size: calc(16px + 9 * ((100vw - 320px) / 1600));
    line-height: 2rem;
}

.about p:not(:last-child){
    margin-bottom: 20px;
}

.about__img {
    width: 40%;
}

.about__img img {
    border-radius: 1rem;
}

.about__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}

.about__advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.about__advantages-item:not(:last-child){
	margin-bottom: 30px;
}

.about__advantages-icon {
    margin-right: 30px;
    width: 40px;
	height: 40px;
}

.about__advantages-icon>img{
	width: 100%;
	height: 100%;
}

.about__advantages-title {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
	text-align: center;
	font-weight: 400;
}

@media (max-width: 1000px) {
    .about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	
	.about{
		.container{
			width: 100%;
		}
	}

    .about__info {
        width: 90%;
        margin-bottom: 70px;
    }

    .about__advantages {
        width: 100%;
    }

    .about__img {
        width: 100%;
    }
	
	.about__img img{
		border-radius: 0;
	}
}



@media (max-width: 550px) {
    .about {
        padding: 4rem 0 0 0;
    }
	
	.about__info{
		margin-bottom: 30px;
	}

	.about__title{
		margin-bottom: 2rem;
	}
	
	.about__advantages-item:not(:last-child){
		margin-bottom: 15px;
	}
	
	.about__advantages-icon{
		width: 30px;
		height: 30px;
	}
}

.services {
    padding: 7rem 0 0 0;
}

.services__title {
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.services__list {
    width: 70%;
    margin: auto;
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 300;
    font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
}

.services__item:not(:last-child) {
    margin-bottom: 15px;
}

.services__item-title {
    width: 70%;
    padding-right: 2rem;
    font-weight: inherit;
}

.services__item-price {
    color: #000;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .services__list {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .services {
        padding: 4rem 0 0 0;
    }
	
	.services__title{
		margin-bottom: 2rem;
	}
}

.gallery {
    padding: 7rem 0 7rem 0;
}

.gallery .owl-dots{
    display: none;
}

.gallery__title {
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.gallery__slider {
    margin-bottom: 50px;
}

.gallery__slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	height: 450px;
}

.gallery__slider .owl-stage-outer {
    overflow-x: hidden;
}

.gallery__slider .owl-nav {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	transform: translateX(10%);
}

.gallery__slider .owl-nav button {
	position: relative;
	transition: all .3s;
	width: 40px;
    height: 40px;
}

.gallery__slider .owl-nav button span{
	display: none;
}

.gallery__slider .owl-nav button:first-child {
    margin-right: 20px;
}

.gallery__slider .owl-nav button:first-child:after {
	width: 40px;
    height: 40px;
	position: absolute;
	content: url(https://tiptopbarber.pl/wp-content/uploads/2023/10/arrow-slider.svg);
	top: 0;
	left: 0;
}

.gallery__slider .owl-nav button:last-child:after {
	position: absolute;
	width: 40px;
    height: 40px;
	content: url(https://tiptopbarber.pl/wp-content/uploads/2023/10/arrow-slider.svg);
	transform: rotate(180deg);
	left: 0;
	top: 0;
}

.gallery__slider .owl-nav button:hover {
	transform: scale(1.05);
}

.gallery__slide {
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery__slide:hover {
    opacity: 0.7;
}

.gallery__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.owl-item.active.center > .gallery__slide{
	height: 450px;
}

.owl-item.active.center{
	box-shadow: 0 8px 20px #343232;
    z-index: 10;
}

.gallery__btn {
	text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 1rem;
    font-size: calc(12px + 10 * ((100vw - 320px) / 1600));
    padding: 30px 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;

    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: hoverWaveBlack linear 1s infinite;
    animation: hoverWaveBlack linear 1s infinite;
    opacity: 0.7;
}

.gallery__btn:hover{
    opacity: 1;
}

.academy__btn{
    padding: 30px 75px;
    margin-top: 4rem;
}

@media (max-width: 550px) {
    .gallery {
        padding: 4rem 0 4rem 0;
    }

    .gallery__btn {
        width: 100%;
    }
	
	.gallery__slider .owl-nav{
		margin-top: 2rem;
	}

    .gallery__slider{
        margin-bottom: 2rem;
    }

    .gallery__title{
        margin-bottom: 2rem;
    }
	
	.owl-item.active.center{
		width: 70vw !important;
	}

    .academy__btn{
        margin-top: 2rem;
    }
}

@media (min-width: 2000px) {
    .gallery__slide {
		height: 600px
    }
}

@media (min-width: 1000px) {
    .gallery__slide {
		height: 400px
    }
}

@media (max-width: 1000px){
	.owl-item.active.center > .gallery__slide {
		height: 380px;
	}
	
	.gallery__slider .owl-stage {
		height: 380px;
	}
}


@media (max-width: 550px){
	.owl-item.active.center > .gallery__slide {
		height: 340px;
	}
	
	.gallery__slider .owl-stage {
		height: 340px;
	}
}


@media (max-width: 450px) {
    .gallery__btn {
		padding: 15px 10px;
    }
}

@media (max-width: 300px) {
	.owl-item.active.center{
		width: 100vw !important;
	}
}


.booksy-widget-container{
	position:fixed;
	bottom: 75px;
    left: -30px;
	background-color: #000;
	color: #fff;
	z-index: 21;
	transform: rotate(270deg); 
	font-size: 20px;
	transition: all .3s;
	border-radius: 10px 100px / 120px;
    cursor: pointer;
    display: block;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: hoverWaveBlack linear 1s infinite;
    animation: hoverWaveBlack linear 1s infinite;
	opacity: 0.7;
}

.booksy-widget-container:hover{
	background-color: #D98F38;
	color: #fff;
}

.booksy-widget-container-dialog{
	height: auto !important;
	width: auto !important;
}

.booksy-widget-container a {
	display: none !important;
}

.booksy-widget-button{
	text-transform: uppercase;
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button{
	background-image: none !important;
}

.booksy-widget-container-dialog .booksy-widget-button:hover{
	transform: none !important;
    transition: none !important;
}

.booksy-widget-container-dialog .booksy-widget-button{
	height: auto !important;
	width: auto !important;
	padding: 15px !important;
}

.academy-page{

    .start__btn{
        background-color: #d99b38;
        animation: hoverWaveOrange linear 1s infinite;
        -webkit-animation: hoverWaveOrange linear 1s infinite;
    }

    .start__btn:hover{
        opacity: 1;
    }

    
    .about{
        padding-top: 4rem;
    }

    .footer__top-wrapper{
        flex-wrap: wrap;
    }

    .footer__form{
        width: 45%;
    }

    .footer__form input, textarea {
        width: 100%;
        border-radius: 10px;
        padding: 15px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        margin-bottom: 15px;
    }

    .footer__form input.wpcf7-submit {
        text-align: center;
        background-color: #d00400;
        color: #FFFFFF;
        border-radius: 1rem;
        font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
        padding: 10px;
        opacity: 0.7;
        border: none;
        transition: all .3s;
        margin-bottom: 0;
    }

    .footer__form input.wpcf7-submit:hover{
        background-color: #D98F38;
        cursor: pointer;
    }

    .footer__info{
        width: 45%;
    }

    .footer__map{
        margin-top: 30px;
        width: 100%;
    }

}

.developer{
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: all .3s;
}

.developer:hover{
    color: #d00400;
}

.advantages{
    margin-bottom: 5rem;
    padding: 3rem 0 3rem 0;
    background-color: rgb(242, 242, 242);
}

.advantages__wrapper{
    display: flex;
    justify-content: space-between;
}

.advantages__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}

.advantages__item-icon{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.advantages__item-title{
    font-size: calc(15px + 10 * ((100vw - 320px) / 1600));
    font-weight: 400;
    text-align: center;
}


.training{
    padding-top: 4rem;
}

.training__title{
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.training__list{
    display: flex;
}

.training__item{
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.training__item::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.training__item:hover{
    cursor: pointer;
}

.training__item-label{
    transform: rotate(15deg);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    z-index: 2;
    text-align: center;
    background-color: #d00400;

    animation: hoverWaveWhite linear 1s infinite;
    -webkit-animation: hoverWaveWhite linear 1s infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.training__item-title{
    color: #fff;
    position: inherit;
    z-index: 2;
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.training__item ul {
    padding: 0;
    margin-bottom: 30px;
    z-index: 2;
    position: inherit;
}

.training__item ul li {
    color: #fff;
    font-size: calc(16px + 9 * ((100vw - 320px) / 1600));
    position: relative;
    padding-left: 20px;
}

.training__item ul li:not(:last-child){
    margin-bottom: 15px;
}

.training__item ul li::before{
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    top: 10px;
    left: 0;
    background-color: #d00400;
}

.training__item-price{
    z-index: 2;
    position: inherit;
    margin-bottom: 30px;
}

.training__item-price_old{
    color: #ff0000;
    font-size: 40px;
    text-align: center;
    text-decoration: line-through;
}

.training__item-price_new{
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.training__item-btn{
    width: 100%;
    text-align: center;
    display: block;
    background-color: #d00400;
    color: #FFFFFF;
    border-radius: 1rem;
    font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
    padding: 30px 30px;
    opacity: 0.7;
    z-index: 2;
    position: relative;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.training__item-btn_more{
    color: #d99b38;
    font-size: calc(16px + 13 * ((100vw - 320px) / 1600));
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1rem;
    z-index: 2;
    position: relative;
    text-decoration: underline;
}

.training__item-btn:hover{
    background-color: #D98F38;
}

.barbershop{
    padding: 3rem 0 3rem 0;
    background-color: rgb(242, 242, 242);
}

.barbershop__title{
    font-size: calc(20px + 25 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.barbershop p {
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 17px;
    margin-bottom: 30px;
}


@media (max-width: 1200px) {
    .training__item-price_old, .training__item-price_new{
        font-size: 35px;
    }

    .training__item{
        padding-top: 70px;
    }
}

@media (max-width: 1000px) {
    .academy-page{
        .about__img{
            display: none;
        }

        .about__info{
            margin-bottom: 0;
        }
    }
}

@media (max-width: 950px) {
    .advantages__wrapper{
        flex-wrap: wrap;
    }

    .advantages__item{
        width: 45%;
        margin-bottom: 30px;
    }
}


@media (max-width: 900px) {
    .training__list{
        flex-direction: column;
    }

    .training__item{
        width: 100%;
    }

    .training__item:not(:last-child){
        border-bottom: 3px solid #000;
    }
}


@media (max-width: 750px) {
    .academy-page .footer__form{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .advantages{
        margin-bottom: 2rem;
    }
    .advantages__item-icon{
        width: 50px;
        height: 50px;
    }

    .barbershop p{
        width: 100%;
        font-size: 15px;
    }

    .training__item-btn{
        padding: 15px 30px;
    }

    .training__title{
        margin-bottom: 2rem;
    }
}

@media (max-width: 400px) {
    .advantages__item{
        width: 100%;
    }

    .advantages__item:last-child{
        margin-bottom: 0;
    }

    .training__item{
        padding: 30px;
        padding-top: 70px;
    }

}