*{
	box-sizing: border-box;
	font-family: 'Roboto';
}
html, body, h1, h2, h3, h4, h5, h6, form, input, ul, li, p, a{
	margin: 0;
}

body{background: #f1f3f6;}

main > h1{width: 100%; text-align: center;}

button, input{border: 0; cursor: pointer; outline: 0;}
input{background: #fff; border-radius: 32px; font-size: 14px;}

h1, h2, h3, h4, h5{font-weight: 500;}
h1{font-size: 42px; line-height: 50px; color: #239de1;}
h2{font-size: 42px; line-height: 42px; color: #239de1;}
h3{font-size: 32px; line-height: 36px;}
h4{font-size: 24px; line-height: 24px;}
h5{}

footer a{display: block;}
p, a, b, strong, li{font-weight: 400; font-size: 14px; line-height: 20px; text-decoration: none; color: #000; padding: 0;}
b, strong{font-weight: 500;}

img{display: block; max-width: 100%; max-height: 100%;}

.container{width: 1170px; margin: 0 auto}

.btn{display: block; width: 200px; height: 52px; background: #000; border: 1px solid #000; font-size: 14px; line-height: 52px; color: #fff; text-align: center; font-weight: 500; border-radius: 32px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);}
.btn-small{width: 170px;}
.btn-big{width: 270px;}
.btn-full{width: 100%;}

.btn-more{font-weight: 500; color: #239de1; margin-top: 14px;}
.btn-more:after{content: url('../../img/icons/arrow-right__blue.svg'); margin-left: 10px;}

.bg-white{background: #fff;}
.div-indent{padding: 120px 0;}

.title-search{display: flex; align-items: center;}
.title-search form{margin-left: 75px; position: relative;}
.title-search form:before{content: url('../../img/icons/loop-grey.svg'); position: absolute; top: 11px; left: 12px; height: calc(100% - 11px - 11px); z-index: 1;}
.title-search input{width: 348px; height: 42px; padding: 0 20px 0 42px; border: 1px solid #9db6cf;}
@media(min-width: 980px){
	.single-news  footer {
    padding-left: 20%!important;
}
	.about-short img {
    min-width: 387px!important;
}
.about-start__content {
    width: fit-content;
    margin: 0 0 0 45%!important;
}
}
@media(max-width: 720px){
	h1{font-size: 24px; line-height: 28px;}
	h2{font-size: 24px; line-height: 24px;}
	h4{font-size: 18px; line-height: 18px;}

	.container{width: 100%; padding: 0 15px;}

	.title-search{flex-wrap: wrap;}
	.title-search h1{width: 100%; text-align: center;}
	.title-search form{margin-left: 0; width: 100%; margin-top: 20px;}
	.title-search input{width: 100%;}

	.div-indent{padding: 50px 0;}
	.container.div-indent{padding: 50px 15px;}
}

/* ============ ----- Header ----- ============ */
.body-main .header{
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10;
}

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 55px;
	padding: 12px 22px 10px 35px;
	border-radius: 42px;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(1, 10, 28, .1);
	position: relative;
}

.header-menu{
	display: flex;
	padding: 0;
}

.header-menu li{
	margin: 0 25px;
	list-style-type: none;
	position: relative;
}

.header-menu li.active::before{
	content: '';
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 22px;
	height: 1px;
	background: #000;
}

.header-menu li.active a{
	font-weight: 600;
}

.header-menu a{
	font-family: 'Raleway';
	font-weight: 500;
}

a[href="#pll_switcher"] a img {
	display: inline-block;
} 
.pll-parent-menu-item a {
	display: inline-flex;
    align-items: center;
}
.pll-parent-menu-item > ul {
	display: none;
	position: absolute;
	padding: 0;
	background: #fff;
	width: max-content;
}
.pll-parent-menu-item:hover > ul {
	display: block;
}
.pll-parent-menu-item > ul li {
	margin: 0;
}
.pll-parent-menu-item > ul li a {
	padding: 7px 20px;
}

.header-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

@media(max-width: 720px){
	.body-main .header{
		top: 0;
	}

	.header{
		padding: 5px 0 6px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
		border-radius: 0;
		justify-content: center;
		margin: 0 0 40px;
	}

	.header-logotype img{
		height: 50px;
	}

	.header-menu{
		display: none;
	}

	.header > .header-btn{
		display: none;
	}
}

/* ============ ----- Footer ----- ============ */
.download + footer{background: linear-gradient(90deg, #9db6cf 35%, #b6cade 93%)}
.bg-white + footer{background: #fff;}

footer{
	padding-bottom: 80px;
}

.footer{
	display: flex;
	justify-content: space-between;
}

.footer *{
	color: #fff;
}

.footer-first__title, .footer-second__contact a{
	color: #fff!important;
}


.footer-first{
	width: 470px;
	text-align: center;
	padding: 55px 45px;
	background: #191436;
	border-radius: 54px;
}

.footer-first__title{
	font-size: 46px;
	line-height: 52px;
}

.footer-first__desc{
	margin: 20px 0 35px;
	padding: 0 35px;
}

.footer-first__btn{
	background: #fff;
	color: #000;
	margin: 0 auto;
}

.footer-second{
	width: calc(100% - 470px - 30px);
	padding: 50px 75px 0 50px;
	background: #191436;
	border-radius: 54px;
}

.footer-second__logotype{
	width: 100%;
	margin-bottom: 25px;
}

.footer-second__contact{
	float: left;
	width: calc(100% - 200px);
}

.footer-second__contact p{
	margin-bottom: 10px;
	line-height: 14px;
}

.footer-second__links{
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	gap: 12px 0;
}

.footer-second__links a{
	width: 100px;
	font-family: 'Raleway';
	line-height: 14px;
	font-weight: 600;
}

.footer-second__warning{
	float: left;
	display: flex;
	align-items: center;
	width: calc(100% - 202px);
	padding-right: 40px;
	margin-top: 26px;
}

.footer-second__warning p{
	margin-left: 13px;
	line-height: 18px;
}

.footer .socials{
	float: left;
	margin-top: 34px;
}

@media(max-width: 720px){
	footer{
		padding-bottom: 0;
	}

	.footer{
		flex-wrap: wrap;
		padding: 0;
	}

	.footer-first{
		width: 100%;
		padding: 50px 25px;
		border-radius: 68px;
	}

	.footer-first__title{
		font-size: 24px;
		line-height: 30px;
	}

	.footer-first__desc{
		margin: 12px 0 20px;
		padding: 0;
	}

	.footer-second{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border-radius: 0;
		margin-top: 35px;
		padding: 50px 30px;
	}

	.footer-second > div{
		float: none;
		width: 100%;
	}

	.footer-second__logotype{
		order: 1;
	}

	.footer-second__logotype img{
		margin: 0 auto;
	}

	.footer-second__contact{
		order: 2;
		text-align: center;
	}

	.footer-second__warning{
		order: 3;
		padding-right: 0;
		margin-top: 15px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.footer-second__warning p{
		margin-left: 0;
		margin-top: 8px;
	}

	.footer-second__links{
		order: 4;
		margin: 25px 0 35px;
	}



	.footer-second__links a, .footer-second__links li{
		width: 100%;
		text-align: center;
	}

	.footer .socials{
		order: 5;
		width: 100%;
		justify-content: center;
		margin-top: 0;
	}
}

/* ============ ----- Main Page ----- ============ */
.main-offer{
	align-content: center;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to right, transparent 55%, #b6cade 45%);
	position: relative;
}

.main-offer__bg{
	position: absolute;
	right: 0;
	bottom: 120px;
	z-index: 5;
}

.main-offer__image{
	position: absolute;
	top: 0;
	right: 85px;
	bottom: 0;
	margin: auto 0;
	max-width: none;
	max-height: none;
	max-width: 54%;
}

.main-offer__content{
	position: relative;
}

.main-offer__untitle{
	font-size: 14px;
	line-height: 14px;
	color: #239de1;
	font-weight: 500;
	position: relative;
	padding-left: 18px;
}

.main-offer__untitle:before{
	content: '';
	position: absolute;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #239de1;
	border-radius: 50%;
}

.main-offer__untitle:after{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	background: #239de1;
	border-radius: 50%;
}

.main-offer__title{
	font-size: 50px;
	line-height: 50px;
	margin: 15px 0 20px;
	color: #000;
}

.main-offer__description{
	font-size: 20px;
	line-height: 28px;
	    max-width: 45%;
}

.main-offer__btns{
	display: flex;
	margin-top: 42px;
}

.main-offer__btns .btn:nth-of-type(2){
	margin-left: 14px;
	background: #fff;
	color: #000;
}

.main-help{
	display: flex;
	position: relative;
	z-index: 1;
	margin: -120px auto -126px;
}

.main-help h3{
	line-height: 32px;
}

.main-help__form,
.main-help__info{
	padding: 40px 30px;
	border-radius: 46px;
}

.main-help__form{
	width: 470px;
	background: linear-gradient(138deg, #9db6cf 34%, #b6cade 93%);
	color: #fff;
}

.main-help__form p{
	margin: 20px 0;
	color: #fff;
}

.main-help__form form{
	display: flex;
}

.main-help__form input{
	width: calc(100% - 170px - 16px);
	margin-right: 16px;
	background: transparent;
	border: 1px solid #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
	padding: 0 22px;
	color: #fff;
}

.main-help__form input::placeholder{
	color: #fff;
}

.main-help__info{
	display: flex;
	align-items: center;
	width: calc(100% - 470px - 30px);
	margin-left: 30px;
	background: #fff;
	box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, .2);
}

.main-help__info div{
	width: calc(100% - 200px);
}

.main-help__info p{
	margin-top: 20px;
}

.main-help__info ul{
	width: 200px;
	padding: 0;
}

.main-help__info li{
	list-style-type: none;
	margin-top: 8px;
	color: rgba(0, 0, 0, .7);
}

.main-help__info li::before{
	content: url(../../img/icons/check.svg);
	margin-right: 7px;
}

.main-help__info li:nth-of-type(1){
	margin-top: 0;
}

.main-reviews > h2{
	margin-bottom: 50px;
	text-align: center;
}

.main-reviews .reviews{
	padding: 0 75px;
}

.main-reviews .reviews-item{
	width: calc(100% / 3 - 20px);
}

.main-news h2{
	text-align: center;
}

.main-about{
	padding-top: 246px;
}

.main-peoples{
	width: calc(100% - (100% / 9 * 2));
	max-width: 1170px;
	margin: -40px auto 0;
}

.main-peoples img{
	max-width: 100%;
	margin: 0 auto;
}

@media(max-width: 720px){
	.main-offer{
		background: #b6cade;
		align-content: flex-start;
		height: 600px;
	}

	.main-offer__content{
		height: 100%;
		padding-top: 160px;
		z-index: 2;
	}

	.main-offer__title{
		margin: 6px 0 14px;
		font-size: 22px;
		line-height: 22px;
	}

	.main-offer__description{
		font-size: 14px;
		line-height: 18px;
	}
	
	.main-offer__btns{
		margin-top: 20px;
	}

	.main-offer__btns .btn:nth-of-type(2){
		display: none;
	}

	.main-offer__bg{
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.main-offer__image{
		width: 100%;
		height: auto;
		top: auto;
		right: 0;
		bottom: -70px;
		z-index: 2;
	}

	.main-help{
		flex-wrap: wrap;
		padding: 110px 15px 0;
		margin: 0 auto 0;
		background: #fff;
	}

	.main-help__form{
		width: 100%;
		text-align: center;
	}

	.main-help__form h3{
		font-size: 24px;
		line-height: 24px;
	}

	.main-help__form p{
		margin: 12px 0 16px;
	}

	.main-help__form p br{
		display: none;
	}

	.main-help__form form{
		flex-wrap: wrap;
	}

	.main-help__form input{
		width: 100%;
		height: 46px;
		line-height: 46px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.main-help__form .btn{
		width: 100%;
	}

	.main-help__info{
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
		padding: 30px 25px;
		margin-top: 50px;
		box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, .25);
	}

	.main-help__info h3{
		font-size: 16px;
		line-height: 16px;
	}

	.main-help__info ul{
		width: 100%;
		margin-bottom: 30px;
	}

	.main-help__info li{
		width: 170px;
		margin: 8px auto 0;
	}

	.main-help__info div{
		width: 100%;
		text-align: center;
	}

	.main-help__info p{
		margin-top: 12px;
	}

	.main-about{
		padding-top: 50px;
	}

	.main-about h2{
		text-align: center;
	}

	.main-reviews > h2{
		margin-bottom: 0;
	}

	.main-reviews .reviews{
		padding: 0 15px;
	}

	.main-reviews .reviews-item{
		width: 100%;
	}

	.main-reviews .trial{
		width: calc(100% - 30px);
		margin: 50px auto 15px;
		border-radius: 50px;
	}

	.main-peoples{
		margin: 0;
		width: 100%;
		height: 225px;
	}

	.main-peoples img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* ============ ----- About us ----- ============ */
.about-description{
	margin-top: -10px;
}

.about-description p{
	margin-top: 30px;
}

.about-advantages{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 140px 0 100px;
	margin: 25px 0 0;
}

.about-advantages__block{
	width: fit-content;
}

.about-advantages__item{
	display: flex;
	margin: 22px 0;
}

.about-advantages__icon{
	align-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #9db6cf;
}

.about-advantages__icon img{
	margin: 0 auto;
}

.about-advantages__desc{
	padding-left: 18px;
}

.about-start{
	position: relative;
	background: linear-gradient(145deg, #9db6cf 7.5%, #b6cade 92.35%);
	margin: 58px 0 75px;
	padding: 45px 100px 45px 0;
	border-radius: 72px;
}

.about-start h3{
	margin-bottom: 20px;
}

.about-start span{
	color: #fff;
}

.about-start__image{
	position: absolute;
	left: 45px;
	top: -58px;
}

.about-start__content{
	width: fit-content;
	margin: 0 0 0 auto;
}

.about-advantages__desc p{
	margin-top: 7px;
}

.about-short{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.about-short__block{
	width: fit-content;
}

.about-short__block div:nth-of-type(1){
	margin-bottom: 75px;
}

.about-short__untitle{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

.about-short__untitle::before{
	content: url('../../img/icons/check-mark.svg');
	display: block;
	margin: 0 7px 0 1px;
}

@media(max-width: 720px){
	.about-description{
		margin-top: 14px;
		text-align: center;
	}

	.about-description p{
		margin-top: 10px;
	}

	.about-description p:nth-of-type(2){
		display: none;
	}

	.about-advantages{
		margin: 15px 0 0;
		flex-wrap: wrap;
		padding: 0;
	}

	.about-advantages__block{
		width: 100%;
		text-align: center;
	}

	.about-advantages__block:nth-of-type(1){
		padding: 0 35px;
	}

	.about-advantages__block:nth-of-type(2){
		margin-top: 35px;
	}

	.about-advantages__block:nth-of-type(2) img{
		width: 100%;
	}

	.about-advantages__item{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin: 15px 0;
	}

	.about-advantages__desc{
		width: 100%;
		padding-left: 0;
	}

	.about-advantages__desc h4{
		margin: 14px 0 7px;
	}

	.about-advantages__desc p{
		margin-top: 0;
	}

	.about-start{
		margin: 50px 0 32px;
		padding: 40px 30px 20px;
		text-align: center;
	}

	.about-start h3{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 12px;
	}

	.about-start br{
		display: none;
	}

	.about-start__image{
		position: inherit;
		top: 0;
		left: 0;
	}

	.about-short{
		flex-direction: column;
		margin-top: 0;
	}

	.about-short__block:nth-last-of-type(1){order: 1;}
	.about-short__block:nth-last-of-type(2){order: 3;}
	.about-short__block:nth-last-of-type(3){order: 2;}

	.about-short__block div{
		margin: 18px 0 0;
		text-align: center;
	}

	.about-short__block div:nth-of-type(1){
		margin-bottom: 0;
	}

	.about-short__untitle{
		justify-content: center;
		margin-bottom: 10px;
	}

	.about-short__block:nth-last-of-type(2) img{
		width: 100%;
		margin-top: 30px;
	}
}

/* ============ ----- Reviews ----- ============ */
.reviews{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}

.reviews-item{
	display: flex;
	width: calc(100% / 2 - 15px);
	background: #fff;
	border-radius: 24px;
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .25);
	padding: 30px 25px 35px;
}

.reviews-item__info{
	min-width: 100px;
}

.reviews-item__avatar{
	width: 55px;
	height: 55px;
}

.reviews-item__avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.reviews-item__name{
	font-weight: 500;
	line-height: 14px;
	margin: 10px 0 5px;
}

.reviews-item__job{
	line-height: 14px;
	color: rgba(0, 0, 0, .7);
}

.reviews-item__comment{
	width: 380px;
}

.reviews-item__comment p{
	line-height: 22px;
}

@media(max-width: 720px){
	.reviews{
		gap: 15px;
		margin-top: 30px;
	}

	.reviews-item{
		width: 100%;
		flex-wrap: wrap;
		padding: 30px 15px;
	}

	.reviews-item__info{
		width: 100%;
		text-align: center;
	}

	.reviews-item__avatar{
		margin: 0 auto;
	}

	.reviews-item__comment{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
}

/* ============ ----- News ----- ============ */
.news{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}

.news-item{
	width: calc(100% / 3 - 20px);
	background: #fafafa;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15);
	border-radius: 28px 28px 38px 38px;
}

.news-item__image{
	width: 100%;
	height: 285px;
	    display: block;
}

.news-item__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}

.news-item__info{
	padding: 30px 20px 45px;
	position: relative;
}

.news-item__info .btn-more{
	margin-top: 25px;
}

.news-item__title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
}

.news-item__desc{
	min-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.news-item__cat{
	font-weight: 300;
	color: rgba(0, 0, 0, .7);
	line-height: 14px;
}

.news-item__date{
	position: absolute;
	top: -17px;
	left: 40px;
	background: #9db6cf;
	border-radius: 32px;
	color: #fff;
	padding: 7px 14px;
}

@media(max-width: 720px){
	.news{
		margin-top: 30px;
		gap: 15px;
	}

	.news-item{
		width: 100%;
	}

	.news-item__info{
		padding: 30px 20px 40px;
	}
}

/* ============ ----- Single ----- ============ */
.single{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 90px;
}

.single h1{
	width: 100%;
	margin-bottom: -10px;
}

.single h2,
.single h3,
.single h4,
.single h5{
	width: 100%;
}

.single > p{
	width: 100%;
	margin-top: 30px;
	line-height: 22px;
}

.single h2, .single  h3{
	margin: 30px 0;
	color: #000;
}

.single p a {
	color: blue;
}

 body .single img{
	object-fit: cover;
}

.single-image__big,  body .single img{
	width: 100%;
	height: 450px;
	border-radius: 34px;
	margin: 60px 0 30px;
}

.gallery-columns-2 {
    display: flex;
    justify-content: space-between;
        gap: 25px;
}

.single-image__medium {
	width: calc(100% / 2 - 15px);
	height: 375px;
	border-radius: 40px;
	margin: 60px 0 30px;
}

.gallery-columns-2 img{
	width: 100%;
	height: 375px;
	border-radius: 40px;
	margin: 60px 0 30px;
}

@media(max-width: 720px){
	.single{
		padding-bottom: 50px;
	}

	.single > *{
		text-align: center;
	}

	.single .breadcrumbs{
		text-align: start;
	}

	.single-image__big,
	.single-image__medium{
		width: 100%;
		height: 218px;
		margin: 30px 0 0;
	}
}

/* ============ ----- Categories ----- ============ */
.categories{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-top: 50px;
}

.categories-item{
	display: flex;
	align-items: flex-start;
	width: calc(100% / 6 - 25px);
	background: #fff;
	padding: 9px;
	border-radius: 10px;
	box-shadow: 0 4px 15px 0 rgba(97, 97, 97, .1);
}

.categories-item:hover{
	background: linear-gradient(180deg, #9DB6CF 0%, #B6CADE 100%);
}

.categories-item:hover p{
	color: #fff;
}

.categories-item:hover svg *{
	fill: #fff;
}

.categories-item__name{
	width: calc(100% - 72px);
	text-align: center;
	padding: 6px 9px 0 0;
}

.categories-item__name p{
	align-content: center;
	min-height: 28px;
	font-size: 12px;
	line-height: 14px;
	color: #239de1;
	font-weight: 500;
	margin-bottom: 7px;
}

.categories-item__image{
	width: 72px;
	height: 72px;
	background: #fff;
	border-radius: 6px;
}

.categories-item__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

@media(max-width: 720px){
	.categories{
		gap: 10px;
		margin-top: 30px;
	}

	.categories-item{
		width: calc(100% / 2 - 5px);
	}
}

/* ============ ----- Category ----- ============ */
main > h1 + .category{
	margin-top: 50px;
}

.category:not(.archive){
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.category:nth-last-of-type(2){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.category-info{
	width: 510px;
	padding-top: 25px;
}

.category-info__title{
	font-size: 24px;
	line-height: 26px;
	color: #239de1;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: -3px;
}

.category-info__list{
	list-style-type: none;
	padding: 0;
}

.category-info__list li{
	margin-top: 18px;
}

.category-info__list li:before{
	content: url('../../img/icons/check-mark.svg');
	margin-right: 8px;
	vertical-align: sub;
}

.category-info__desc{
	margin: 30px 0 45px;
}

.category-info__price{
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}

.category-paticipants{
	width: 470px;
	height: fit-content;
	padding: 50px;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15);
	background: #fff;
	border-radius: 68px;
}

.category-paticipants__title{
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}

.category-paticipants__list{
	height: 288px;
	overflow-y: auto;
	margin-top: 28px;
}

.category-paticipants__item{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.category-paticipants__item:nth-last-of-type(1){
	margin-bottom: 0;
}

.category-paticipants__item__image{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, .25);
}

.category-paticipants__item__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.category-paticipants__item__name{
	width: calc(100% - 44px - 54px);
	padding-left: 12px;
}

.category-paticipants__item__name p:nth-of-type(1){
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 2px;
}

.category-paticipants__item__name p:nth-of-type(2){
	font-size: 12px;
	line-height: 12px;
	color: rgba(0, 0, 0, .5);
}

.category-paticipants__item__grade{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 25px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .3);
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	padding-top: 2px;
}

.category-paticipants__item__grade img{
	margin-right: 4px;
	margin-bottom: 3px;
}

.category-description{
	margin-top: 120px;
}

.category-description p{
	margin-top: 30px;
}

.category-description p:nth-of-type(1){
	margin-top: 0;
}

@media(max-width: 720px){
	main > h1 + .category{
		margin-top: 20px;
	}
	
	.category{
		flex-wrap: wrap;
		margin-bottom: 50px;
		padding-bottom: 30px;
	}

	.category-info,
	.category-paticipants{
		width: 100%;
	}

	.category-info{
		padding-top: 0;
		text-align: center;
	}

	.category-info__title{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: -4px;
	}

	.category-info__list{
		padding: 0 20px;
	}

	.category-info__list li{
		margin-top: 15px;
	}

	.category-info__desc{
		margin: 25px 0 20px;
	}

	.category-info__price{
		font-size: 16px;
		line-height: 16px;
	}

	.category-paticipants{
		margin-top: 20px;
		padding: 22px;
		border-radius: 30px;
	}

	.category-paticipants__title{
		font-size: 14px;
		line-height: 14px;
	}

	.category-paticipants__list{
		margin-top: 22px;
	}

	.category-description{
		margin: 50px 0;
		text-align: center;
	}

	.category-description p{
		margin-top: 10px;
	}
}

/* ============ ----- Paticipant ----- ============ */
main > h1 + .paticipant{
	margin-top: 45px;
}

.paticipant{
	display: flex;
}

.paticipant-main{
	width: 370px;
	height: fit-content;
	padding: 0 35px 45px;
	background: #fff;
	border-radius: 18px 18px 68px 68px;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15);
	text-align: center;
}

.paticipant-main p{
	font-size: 16px;
	line-height: 16px;
	color: rgba(0, 0, 0, .7);
	font-weight: 500;
}

.paticipant-main__avatar{
	width: calc(100% + 70px);
	margin: 0 -35px 40px;
	height: 345px;
}

.paticipant-main__avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px 18px 0 0;
}

.paticipant-main__name{
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 28px !important;
	line-height: 28px !important;
	color: #000 !important;
	font-weight: 600 !important;
}

.paticipant-main__short{
	margin: 25px 0 16px;
}

.paticipant-main__short span{
	margin: 0 12px;
}

.paticipant-main__grade{
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.paticipant-main__grade img{
	margin: 0 4px 2px 0;
}

.paticipant-main__avilable{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 10px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	color: #239de1 !important;
}

.paticipant-main__avilable img{
	margin-right: 8px;
}

.paticipant-other{
	width: calc(100% - 370px - 30px);
	height: fit-content;
	margin-left: 30px;
	background: #fff;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15);
	border-radius: 32px;
	padding: 28px;
}

.paticipant-other__gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.paticipant-other__gallery__untitle{
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 15px;
}

.paticipant-other__gallery__untitle span{
	margin: 0 12px;
}

.paticipant-other__gallery__item{
	position: relative;
	display: block;
	width: calc(100% / 4 - 11.5px);
	height: 140px;
}

.paticipant-other__gallery__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.paticipant-other__gallery__more{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	align-content: center;
}

.paticipant-other__item__video{
	width: 42px !important;
	height: 42px !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.paticipant-other__stats{
	display: flex;
	padding: 30px 20px 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px;
}

.paticipant-other__stats__item{
	width: calc(100% / 5);
	text-align: center;
}

.paticipant-other__stats__item p{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.paticipant-other__stats__item p span{
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px;
	font-weight: 400;
}

.paticipant-description{
	margin-top: 120px;
}

.paticipant-description p{
	margin-top: 30px;
}

.paticipant-description p:nth-of-type(1){
	margin-top: 0;
}

@media(max-width: 720px){
	main > h1 + .paticipant{
		margin-top: 26px;
	}

	.paticipant{
		flex-wrap: wrap;
	}

	.paticipant-main{
		width: 100%;
		margin-bottom: 50px;
		padding: 0 15px 30px;
	}

	.paticipant-main__avatar{
		width: calc(100% + 30px);
		height: 280px;
		margin: 0 -15px 30px;
	}

	.paticipant-main__name{
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.paticipant-main__grade{
		margin-bottom: 20px;
	}

	.paticipant-other{
		width: 100%;
		margin-left: 0;
	}

	.paticipant-other > p{
		text-align: center;
	}

	.paticipant-other__gallery{
		gap: 10px;
	}

	.paticipant-other__gallery__untitle{
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 14px;
	}

	.paticipant-other__gallery__item{
		width: calc(100% / 2 - 5px);
	}

	.paticipant-other__gallery__item:nth-of-type(1),
	.paticipant-other__gallery__item:nth-of-type(2),
	.paticipant-other__gallery__item:nth-of-type(3),
	.paticipant-other__gallery__item:nth-of-type(4){
		display: none;
	}

	.paticipant-other__stats{
		padding: 25px 15px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 0;
	}

	.paticipant-other__stats__item{
		width: calc(100% / 3);
	}

	.paticipant-other__stats__item p{
		font-size: 14px;
		line-height: 14px;
	}

	.paticipant-description{
		margin-top: 50px;
	}

	.paticipant-description p{
		text-align: center;
		margin-top: 10px;
	}
}

/* ============ ----- Service ----- ============ */
.service h2{
	width: 100%;
	text-align: center;
}

.serviceFirst{
	display: flex;
}

.serviceFirst-left{
	width: calc(100% - 570px);
	padding-right: 35px;
}

.serviceFirst-left h3{
	margin: 22px 0 -15px;
	font-size: 18px;
	line-height: 26px;
}

.serviceFirst-left p{
	margin-top: 30px;
	line-height: 22px;
}

.serviceFirst-right{
	width: 570px;
	display: flex;
	gap: 30px;
}

.serviceFirst-right img{
	width: 270px;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.serviceSecond{
	display: flex;
	margin: 60px auto 120px;
}

.serviceSecond-left{
	width: calc(100% - 570px);
	padding-right: 35px;
}

.serviceSecond-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.serviceSecond-right{
	width: 570px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.serviceSecond-right__item{
	width: calc(100% / 2 - 15px);
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 35px 30px 30px;
	text-align: center;
}

.serviceSecond-right__item p{
	margin: 12px 0 14px;
}

.serviceSecond-right__item img{
	margin: 0 auto;
	height: 72px;
}

.servicePrices{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.servicePrices h2{
	margin-bottom: 20px;
}

.servicePrices-item{
	width: calc(100% / 3 - 20px);
	padding: 50px 35px;
	border-radius: 18px;
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, .15);
	background: rgba(217, 217, 217, .1);
}

.servicePrices-item:nth-of-type(2){
	background: linear-gradient(133deg, #9db6cf 6%, #b6cade 95%);
	color: #fff;
}

.servicePrices-item__untitle{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}

.servicePrices-item__price{
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
	margin: 25px 0;
	font-family: 'RobotoSerif';
}

.servicePrices-item__price span{
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	font-family: 'Roboto';
}

.servicePrices-item__list{
	padding: 0;
}

.servicePrices-item__list li{
	display: flex;
	align-items: center;
	list-style-type: none;
	margin-top: 15px;
	color: inherit;
}

.servicePrices-item__list li::before{
	display: block;
	content: url('../../img/icons/check-mark.svg');
	margin-right: 7px;
	line-height: 1;
}

.serviceInstructors{
	display: flex;
	flex-wrap: wrap;
}

.serviceInstructors h2{
	margin-bottom: 45px;
}

.serviceInstructors-item{
	width: calc(100% / 3);
	transition: all .15s ease;
}

.serviceInstructors-item:hover{
	box-shadow: -1px 3px 4px 0 rgba(0, 0, 0, .25);
	z-index: 1;
}

.serviceInstructors-item:hover .serviceInstructors-item__links{
	opacity: 1;
}

.serviceInstructors-item__image{
	width: 100%;
	height: 265px;
	position: relative;
}

.serviceInstructors-item__image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceInstructors-item__links{
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto 0;
	height: fit-content;
	opacity: 0;
	transition: all .15s ease;
}

.serviceInstructors-item__links a{
	text-align: center;
	margin: 10px 0;
}

.serviceInstructors-item__links a img{
	margin: 0 auto;
}

.serviceInstructors-item__content{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
}

.serviceInstructors-item__content p{
	font-size: 18px;
	line-height: 18px;
}

.serviceInstructors-item__name{
	font-weight: 700;
}

.serviceInstructors-item__prof{
	font-weight: 300;
	margin-top: 10px;
	color: rgba(0, 0, 0, .8);
}

.serviceGallery{
	display: flex;
	gap: 30px;
}

.serviceGallery-column{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% / 3 - 20px);
	gap: 30px;
}

.serviceGallery-column img{
	width: 100%;
	object-fit: cover;
}

.serviceGallery-column__small{
	height: 256px;
}

.serviceGallery-column__big{
	height: 412px;
}

.serviceReview{
	display: flex;
	align-items: center;
	margin-bottom: 120px;
}

.serviceReview-image{
	width: calc(100% / 2 + 85px);
	height: 530px;
}

.serviceReview-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceReview-content{
	width: calc(1170px / 2 - 30px - 85px);
	margin-left: 30px;
	padding: 30px 50px 25px 40px;
	background: #fff;
	box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, .5);
	border-radius: 24px;
}

.serviceReview-content__author{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.serviceReview-content__author img{
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
}

.serviceReview-content__author p{
	font-size: 14px;
	line-height: 14px;
}

.serviceReview-content__author span{
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	color: rgba(0, 0, 0, .7);
}

@media(max-width: 720px){
	.serviceFirst{
		flex-wrap: wrap;
	}

	.serviceFirst-left{
		width: 100%;
		padding-right: 0;
	}

	.serviceFirst-left h1{
		text-align: center;
	}

	.serviceFirst-left h3{
		margin: 20px 0 14px;
		font-size: 16px;
		line-height: 20px;
	}

	.serviceFirst-left p{
		margin-top: 10px;
	}

	.serviceFirst-right{
		width: calc(100% + 30px);
		gap: 10px;
		margin: 0 -15px;
		margin-top: 40px;
	}

	.serviceFirst-right img{
		width: calc(100% / 2 - 5px);
		height: 300px;
	}

	.serviceSecond{
		margin: 40px 0 50px;
		flex-wrap: wrap;
	}

	.serviceSecond-left{
		order: 2;
		height: 300px;
		width: calc(100% + 30px);
		margin: 40px -15px 0;
	}

	.serviceSecond-right{
		order: 1;
		width: 100%;
		padding: 0 30px;
		gap: 15px;
	}

	.serviceSecond-right__item{
		width: 100%;
	}

	.servicePrices{
		gap: 15px;
	}

	.servicePrices h2{
		margin-bottom: 10px;
	}

	.servicePrices-item{
		width: 100%;
		padding: 35px;
	}

	.serviceInstructors h2{
		margin-bottom: 25px;
	}

	.serviceInstructors-item{
		width: 100%;
	}

	.serviceGallery{
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: -15px;
	}

	.serviceGallery-column{
		width: 100%;
		gap: 0;
	}

	.serviceGallery-column img{
		margin-bottom: 15px;
	}

	.serviceReview{
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.serviceReview-image{
		order: 2;
		width: 100%;
		height: 275px;
	}

	.serviceReview-content{
		width: calc(100% - 30px);
		margin: 50px auto 30px;
	}
}

/* ============ ----- Fonts Family ----- ============ */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto.ttf');
}

@font-face {
	font-family: 'RobotoSerif';
	src: url('../fonts/RobotoSerif.ttf');
}

@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway.ttf');
}

/* ============ ----- Other ----- ============ */
/* ----- Breadcrumbs ----- */
.breadcrumbs{display: flex; margin-bottom: 50px;}

.breadcrumbs a, 
.breadcrumbs p{font-size: 15px; line-height: 15px;}

.breadcrumbs a{color: #9f9f9f; margin-right: 5px;}
.breadcrumbs a:after{content: '/'; margin-left: 5px;}

@media(max-width: 720px){
	.breadcrumbs{margin-bottom: 30px; flex-wrap: wrap;}

	.breadcrumbs a, 
	.breadcrumbs p{font-size: 14px; line-height: 14px;}
}

/* ----- Pagination ----- */
.pagination{margin-top: 45px; display: flex; justify-content: center; align-items: center;}

.pagination a{margin: 0 15px;}
.pagination a.active{width: 35px; height: 35px; background: #239de1; border-radius: 50%; color: #fff; text-align: center; line-height: 35px; margin: 0;}

@media(max-width: 720px){
	.pagination{margin-top: 30px;}
}

/* ----- Download ----- */
.download{margin-top: 120px; padding: 120px 0; background: linear-gradient(90deg, #9db6cf 35%, #b6cade 93%);}
.download .container{position: relative;}

.download h2{color: #fff; font-size: 38px; line-height: 50px; font-weight: 600;}
.download p{margin: 20px 0 40px;}
.download a img{height: 47px;}

.download-image{position: absolute; bottom: -120px; right: 145px; max-width: none; max-height: none;}

@media(max-width: 720px){
	.download{margin-top: 50px; padding: 50px 0 0; text-align: center;}

	.download h2{font-size: 24px; line-height: 30px;}
	.download p{margin: 12px 0 25px;}
	.download a{width: 100%; margin-bottom: 30px;}
	.download a img{height: 46px; margin: 0 auto;}

	.download-image{position: relative; bottom: 0; right: 0; margin: 0 auto; width: calc(100% - 35px);}
}

/* ----- Trial ----- */
.trial{margin: 120px auto; position: relative; text-align: center; background: linear-gradient(144deg, #9db6cf 7.5%, #b6cade 92.5%); border-radius: 50px; padding: 50px 0 55px; z-index: 1;}

.trial-title{color: #fff; font-size: 32px; line-height: 36px;}
.trial-description{margin: 20px 0 32px;}

.trial-form{display: flex; justify-content: center;}
.trial-form__field{width: 300px; margin-right: 30px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); padding: 0 22px;}

.trial-list{display: flex; justify-content: center; padding: 0; margin-top: 30px;}
.trial-list__item{margin: 0 18px; list-style-type: none; display: flex; align-items: center;}
.trial-list__item:before{content: url('../../img/icons/check-mark.svg'); display: block; line-height: 1; margin-right: 7px;}

.trial-bg{position: absolute; width: auto; height: calc(100% - 10px); bottom: 0; z-index: -1;}
.trial-bg__before{left: 10px;}
.trial-bg__after{right: 10px;}

@media(max-width: 720px){
	.trial{margin: 50px -15px -50px; width: calc(100% + 30px); border-radius: 0; padding: 50px 30px;}

	.trial-title{font-size: 22px; line-height: 26px;}
	.trial-description{margin: 12px 0 20px;}

	.trial-form{flex-wrap: wrap;}
	.trial-form__field{width: 100%; margin-right: 0; height: 46px; line-height: 46px; text-align: center;}
	.trial-form .btn{width: 100%; height: 48px; line-height: 46px; margin-top: 12px;}

	.trial-list{margin-top: 26px; flex-wrap: wrap; gap: 10px 20px;}
	.trial-list__item{width: fit-content; margin: 0;}

	.trial-bg{display: none;}
}

/* ----- Socials ----- */
.socials{display: flex; gap: 18px;}
.socials-item{width: 37px; height: 37px; background: #fff; border-radius: 50%; align-content: center;}
.socials-item__icon{margin: 0 auto;}

/* ----- Menu hamburger ----- */
.header-hamb{display: none;}
.header-hamb #menu__toggle{opacity: 0; position: absolute}
.header-hamb #menu__toggle:checked ~ .header-hamb__box{visibility: visible; left: 0;}

.header-hamb .menu__btn{align-content: center; position: absolute; z-index: 5; width: 25px; height: 25px; cursor: pointer; top: 0; bottom: 0; left: 15px; margin: auto 0}
.header-hamb .menu__btn span::before{content: ''; top: -8px;}
.header-hamb .menu__btn span::after{content: ''; top: 8px;}

.header-hamb .menu__btn span, 
.header-hamb .menu__btn span::before, 
.header-hamb .menu__btn span::after{display: block; position: absolute; width: 100%; height: 2px; background-color: #000; transition-duration: .25s;}

.header-hamb #menu__toggle:checked ~ .menu__btn > span{transform: rotate(45deg);}
.header-hamb #menu__toggle:checked ~ .menu__btn > span::before{top: 0; transform: rotate(0);}
.header-hamb #menu__toggle:checked ~ .menu__btn > span::after{top: 0; transform: rotate(90deg);}

.header-hamb__box{display: block; position: fixed; visibility: hidden; top: 0; left: -100%; width: 100%; height: 100vh; z-index: 4; margin: 0; background: #afc4da; transition-duration: .25s; overflow: auto; padding: 75px 0 0 40px;}
.header-hamb__box > p{margin-bottom: 10px; line-height: 14px;}

.header-hamb__box .header-btn{margin-top: 42px;}
.header-hamb__box .socials{margin: 30px 0;}

.header-hamb__box li a {
	padding: 5px 10px;
    font-size: 22px;
    line-height: 1.3em;
    display: flex
}

.header-hamb__link{font-size: 20px; line-height: 20px; margin-bottom: 20px; font-family: 'Raleway'; font-weight: 500; position: relative; width: 100%; display: block;}
.header-hamb__link.active:before{content: ''; position: absolute; height: 1px; width: 45px; background: #000; left: 0; bottom: -5px;}

@media(max-width: 720px){
	.header-hamb{display: block;}
}

.menu-item {list-style: none}