@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Urbanist", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #F1F1F1;
    color: #323232;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 17px;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

a { text-decoration: none; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	background-color: #fff;
	padding: 30px;
	overflow-y: auto;
}

.mobile-menu.show {
	display: block;
}

.mobile-menu ul li {
	display: block;
}

.mobile-menu ul li.menu-link a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
    font-weight: 600;
    color: #343434
}

#nav-icon2 {
	display: none;
	position: fixed;
	right: 15px;
	top: 20px;
	width: 25px;
	height: 25px;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100005;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background-color: #000;
	opacity: 1;
	transition: .25s ease-in-out;
}

#nav-icon2.open span {
	background-color: #001233;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 3px 3px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 3px 0 0 3px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 16px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 6px);
	top: 8px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 6px);
	top: 8px;
}

/* TOP BAR */

.top-bar {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: rgba(16, 16, 16, .05);
}

.top-bar .wrapper ul.slides li {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	
}

/* HEADER */

header {
	background-color: #fff;
}

header .wrapper {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .wrapper .logo {
	display: block;
	width: 160px;
}

header .wrapper .logo img {
	width: 100%;
}

header .wrapper nav.main-menu {
	margin-left: auto;
}

header .wrapper ul {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

header .wrapper ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #333399;
}

/* SPECIALISTS */

.specialists {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.specialists .item {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	background-color: #fff;
	padding: 10px;
}

.specialists .item .avatar {
	width: 140px;
	height: 140px;
}

.specialists .item .avatar img {
	width: 100%;
}

.specialists .item .content {
	flex: 1;
}

.specialists .item .content h3 a {
	font-size: 20px;
	font-weight: 600;
	color: #323232;
}

.specialists .item .content .rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.specialists .item .content .rating span {
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.specialists .item .content .rating a {
	
}

/* REVIEWS */

.reviews {
	
}

.reviews .item {
	border: 1px solid #ddd;
	padding: 10px;
}

/* NIKOFONTS */

.nikofonts {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.nikofonts[data-icon="facebook"] {
	-webkit-mask-image: url(./nikofonts/facebook.svg);
	mask-image: url(./nikofonts/facebook.svg);
}

.nikofonts[data-icon="twitter"] {
	-webkit-mask-image: url(./nikofonts/twitter.svg);
	mask-image: url(./nikofonts/twitter.svg);
}

.nikofonts[data-icon="instagram"] {
	-webkit-mask-image: url(./nikofonts/instagram.svg);
	mask-image: url(./nikofonts/instagram.svg);
}

/* FOOTER */

footer {
	background-color: #2f2f8b;
	color: #fefefe;
}

footer .footer-bottom {
	background-color: #fff;
	padding: 30px 0;
}

footer .footer-bottom .wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

footer .footer-bottom .logo {
	width: 140px;
}

footer .footer-bottom .logo img {
	width: 100%;
}

footer .footer-bottom ul.social-media {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

footer .footer-bottom ul.social-media li a {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
}

footer .footer-bottom ul.social-media li a i.nikofonts {
	width: 18px;
	height: 18px;
	background-color: #4B5563;
}

footer .footer-bottom ul.links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
	margin-left: auto;
}

/* WINDOW */

.window {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.65);
	z-index: 10002;
	display: none;
}

.window.show {
	display: block;
	animation-name: fadeIn;
	animation-duration: .3s;
}

.window .window-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background: #fff;
	border-radius: 15px;
	padding: 30px 40px;
	display: none;
	max-height: 90%;
	max-width: 1680px;
	overflow-y: auto;
}

.window.window-50 .window-body {
	width: 50%;
}

.window.window-full .window-body {
	width: 98%;
	min-height: 98%;
	max-height: 98%;
	overflow: auto;
	height: 98%;
	padding: 20px 30px;
}

.window.show .window-body {
	display: block;
	animation-name: show-window-body;
	animation-duration: .3s;
	transform: translate(-50%, -50%);
}

.window .buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

@keyframes show-window-body {
	0% {
		top: 200%;
	}
	100% {
		top: 50%;
	}
}

.window .window-body .window-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 600;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 5px;
	background-color: #f6f6f6;
    color: rgb(23, 116, 226);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .2s;
}

.window .window-body .window-close:hover {
	background-color: #f1f1f1;
}

.window .window-body .window-close i {
	font-size: 28px;
	transition: .1s;
}

.window .window-body .window-close:hover i {
	color: #000;
}

.window .window-body h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
}

.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p50 { padding: 50px !important; }
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb150 { padding-bottom: 150px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb20 { margin-bottom: 20px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.g-6 { --bs-gutter-x: 4rem; }
iframe { height: 750px; }

@media (min-width: 0px) and (max-width: 991px) {
	
	#nav-icon2 {
		display: block;
	}
	
	.window .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.window.window-50 .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	.m-mt30 { margin-top: 30px !important; }
	.pm-20 { padding: 20px !important; }
	.m-p15 { padding: 15px !important; }

}

@media (min-width: 1200px) {
	
	
	
}