/*
Theme Name: suns
Description: Description
*/

/* -------------------------------------------------------------------------- */
/*                              //SETCION GLOBAL                              */
/* -------------------------------------------------------------------------- */




.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.link_back {
	display: inline-block;
	color: #212529;
	font-weight: 600;
	margin-top: 40px;
}

.inner__content {
	line-height: 1.4;
}

.inner__content h2 {
	margin: 40px 0 20px;
}

.inner__content ul {
	padding-left: 30px;
	list-style-type: none;
	margin: 20px 0;
}

.inner__content ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

.inner__content ul li::before {
	content: '—';
	display: inline-block;
	padding-right: 5px;
}

.blocks-gallery-grid {
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
}

.blocks-gallery-grid li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid li::before {
	display: none !important;
}


.master__item_insta:hover {
	background: linear-gradient(60deg, #00afd7 0, #f395c7 100%);
}

.custom-logo {
	width: 110px;
	height: auto;
}

.body {
	overflow: hidden !important;
}

.about__content ol {
	padding-left: 0;
}

.faq__answer.active {
	display: block !important;
}

.works__btns .service__book_btn {
	margin-left: 60px;
}

.swiper6,
.price__service_name-btns {
	display: none;
}

.swiper-our .swiper-slide {
	max-height: 290px !important;
}

.swiper-our .swiper-slide a {
	max-height: 290px !important;

}

.swiper1 .swiper-slide a,
.swiper-our .swiper-slide a {
	background-repeat: no-repeat;

	width: 100%;
}

.swiper1 .swiper-slide a:hover,
.swiper-our .swiper-slide a:hover {
	background-size: 110%;
	max-height: 290px;
}

.swiper-slide {
	position: relative;
}

.swiper1 .swiper-slide:before,
.swiper3 .swiper-slide:before,
.gallery__item:before,
.works__inner-item:before {
	content: url('./assets/img/magnifier.svg');
	/* content: "12312312312"; */
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.works__inner-item:before {
	bottom: 30px;
}

.swiper1 .swiper-slide:hover::before,
.swiper3 .swiper-slide:hover::before,
.gallery__item:hover:before,
.works__inner-item:hover:before {
	opacity: 1;
}

/* .swiper-slide__icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
} */

.swiper-slide:hover .swiper-slide__icon {
	opacity: 1;
}

.swiper-our .service__item {
	height: 183px;
	margin-bottom: 24px;
	display: block;
	background-size: cover;
	background-size: 100%;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	color: #000;
	text-transform: uppercase;
}

.program__title {
	max-width: 425px;
}

/* //TAB FAQ */
.faq__answer.active {
	display: block !important;
}

/* //LINK home page */
.swiper-inner {
	display: none;
}

.section.video_bg {
	background-position: center;
}

/* //animation */
.header__services_text {
	-webkit-animation: bounce 2s linear 0s infinite alternate;
	animation: bounce 1s linear 0s infinite alternate;
}

.address__phone {
	color: #000;
	display: block;
}

.contacts__title {
	margin-bottom: 20px;
}

@keyframes bounce {
	0% {
		margin-bottom: 50px;
	}

	100% {
		margin-bottom: 25px;
	}
}

.fancybox__carousel {
	z-index: 300 !important;
}


.about__content p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.about__content b,
.about__content strong {
	font-weight: 600;
}

.hidden-work {
	display: none;
}

.contacts__textarea {
	height: 100px !important;
}

/* -------------------------------------------------------------------------- */
/*                         //LINK SECTION WORKS slider                        */
/* -------------------------------------------------------------------------- */
.works {
	padding: 70px 0;
}

/* -------------------------------------------------------------------------- */
/*                             //ANCHOR home page start                             */
/* -------------------------------------------------------------------------- */


/* //about block master list home page */
.master-list__img {
	width: 185px !important;
	max-height: 200px !important;
	object-fit: cover !important;
}

/* //news blog home page */
.news_blog__img {
	max-width: 100%;
	max-height: auto;
	/* height: 100%; */
	object-fit: cover;
}

/* //reviews */
.g__review_img {
	margin-right: 55px;
}

.g__review__stars {
	margin-left: auto;
}

.image-block__image {
	max-width: 113px;
}

.gel__logo-inner .gel_logo {
	max-width: 120px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	opacity: 0;
}

.master__vacation span {
	display: block;
	margin-bottom: 5px;
}

.footer__list li:last-child {
	position: relative;
	margin-left: 20px;
}

.footer__list li:last-child::after {
	content: '|';
	display: inline;
	position: absolute;
	left: -13px;
	top: 0;
	color: #fff;
}

.modal__head {
	margin-bottom: 10px !important;
	text-align: center;
}

select {
	padding: 24px 33px;
}

[data-fancybox] {
	cursor: pointer;
}

.works__nav {
	cursor: pointer;
}

.works__btns {
	align-items: center;
	display: flex;
}

.service_item_list li {
	text-transform: none;
}



/* -------------------------------------------------------------------------- */
/*                             //ANCHOR home page end                             */
/* -------------------------------------------------------------------------- */
/* //LINK CONTACT FORM STYLE */
.wpcf7-form-control-wrap.name input,
.wpcf7-form-control-wrap.phone input,
.wpcf7-form-control-wrap.message textarea {
	margin-bottom: .5rem;
}

.wpcf7-form-control.wpcf7-submit.service__book_btn.form__btn {
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #000;
	padding: 20px 63px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	width: auto;
	margin-top: 47px;
}

#wpcf7-f889-p860-o1>form>div.form__buttons.form__buttons--sign_up.col-md-12>input {
	padding: 20px 50px !important;
}

.price__master span {
	font-size: 10px;
	display: block;
}

.wpcf7-select {
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                             //LINK CONTACT PAGe                            */
/* -------------------------------------------------------------------------- */
.contacts-address-block {
	padding: 20px 15px 30px 15px;
}

/* -------------------------------------------------------------------------- */
/*                         //LINK training page styles                        */
/* -------------------------------------------------------------------------- */
.courses {
	padding-top: 100px;
}

.courses__list {
	flex-wrap: wrap !important;
}

.courses__item {
	margin-bottom: 25px !important;
}

.brand__burger-btn {
	padding: 25px;
}

.cost__inner {
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                              //LINK PRICE PAGE                             */
/* -------------------------------------------------------------------------- */
.price--single {
	padding: 50px 0;
}

/* -------------------------------------------------------------------------- */
/*                          //LINK SINGLE PAGE УСЛУГА                         */
/* -------------------------------------------------------------------------- */
/* .about__mobile-content {
	display: none;
} */

.about__content {
	max-height: 600px;
	overflow-y: scroll;
	padding-left: 20px;
}

.about__content ul {
	list-style-type: disc;
}

.howwedo {
	margin-top: 50px;
	margin: 0 auto;
}

.howwedo__video-link {
	position: relative;
	display: block;
}

.play_icon {
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;

	fill: #fff;
}

.howwedo__video-link:hover .play_icon {
	fill: #000;
}

.service__book_btn--big {
	margin-top: 30px;
}

.service__book_btn--hero {
	margin-top: 0;
}

.cost__descr {
	font-size: 18px;
}

.teacher__link {
	margin-bottom: 59px;
}

/* -------------------------------------------------------------------------- */
/*                           //ANCHOR АККОРДИОН new                           */
/* -------------------------------------------------------------------------- */

.main-acc {
	display: flex;
	justify-content: center;
}

.main-acc div {
	width: 100%;
}

.main a {
	font-weight: 400;
	text-decoration: none;
}

.main h2 {
	font-weight: 400;
	color: #333333;
	font-size: 28px;
	text-transform: uppercase;
}

.main h5 {
	font-size: 20px;
	margin: 10px 0;
}

.main strong {
	color: #0c9ec7;
}

.panel-heading {
	margin-top: 5px;
}

.panel-heading a {
	background: #333333;
	color: #ffffff;
	display: block;
	padding: 10px 40px 10px 15px;
	position: relative;
	transition: 0.3s;
}

.panel-heading a:hover {
	background: #0c5673;
}

.panel-heading a i {
	font-size: 16px;
	width: 30px;
}

.panel-heading span::after {
	content: url(/assets/img/+.svg);
	position: absolute;
	right: 15px;
	width: 10px;
	height: 10px;
}

.panel-heading.in a::after {
	transform: rotate(180deg);
}

.panel-heading.in a {
	background: #09afdf;
}

.panel-collapse {
	display: none;
	padding-bottom: 20px;
}

.wrapper-ul {
	display: flex;
	justify-content: space-around;
}

.wrapper-ul.df {
	justify-content: flex-start;
}

.wrapper-ul ul {
	margin-top: 5px;
	padding-left: 20px;
	list-style-type: none;
}

.wrapper-ul li {
	position: relative;
}





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

.panel-heading img {
	transition: all 0.3s ease-in-out;
}

.panel-heading.in img {
	-webkit-transform: rotate(0.13turn);
	transform: rotate(0.13turn);
}

/* -------------------------------------------------------------------------- */
/*                              //LINK TEAM PAGE                              */
/* -------------------------------------------------------------------------- */
.team_hero__image {
	max-height: 500px;
}

.top-animate,
.pro-animate,
.master-animate {
	padding-top: 40px;
}

/* .swiper3 .swiper-wrapper {
	max-height: 300px;
	height: 100%;

} */

.swiper3 .swiper-wrapper .swiper-slide {
	display: flex;
}

/* -------------------------------------------------------------------------- */
/*                          //LINK SINGLE MASTER PAGE                         */
/* -------------------------------------------------------------------------- */
.faq_list--row .faq_list_active {
	padding-bottom: 10px;
	box-shadow: 0 3px 0 0 #000;
}

/* -------------------------------------------------------------------------- */
/*                         //LINK SERVICES PAGES STYLE                        */
/* -------------------------------------------------------------------------- */
.profit__item img {
	max-width: 90px;
}

.howwedo {
	padding: 180px 0 80px;
}

.howwedo__video-link {
	position: relative;
}

.howwedo__video-link:after {
	content: '';
	position: absolute;
	background-image: url('.assets/img/play.svg');
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
}

/* -------------------------------------------------------------------------- */
/*                              //LINK CF7 FORMS                              */
/* -------------------------------------------------------------------------- */

.sign_up__form .sign_up__inner {
	display: flex;
	justify-content: space-between;
	width: 100%;

}

.sign_up__form .sign_up__inner label,
.sign_up__form .sign_up__inner p {
	width: 48%;
}

.form__policy,
.form__policy-link {
	text-align: center;
}

.form__buttons--sign_up {
	margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*                               //ANCHOR FOOTER                              */
/* -------------------------------------------------------------------------- */
.footer__menu {
	display: flex;
}

.footer__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__list li a {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.footer__list li a:hover {
	text-decoration: none;
	color: #bbb;
}

.footer__block {
	justify-content: space-around;
}

/* //home page */
.home__learning {
	color: #fff;
	font-weight: bold;
}

.home__learning::after {
	content: '\2192';
	display: inline-block;
	margin-left: 10px;
}

.header__slogan {
	font-size: 20px;
	line-height: 1.2;
}

.g__review_img {
	max-width: 75px;
	height: 75px;
	margin-right: 25px;
}

.inner__title_block {
	min-height: 300px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.post__title {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.inner__content,
.blog {
	padding: 50px 0;
}

.link_back::before {
	content: '\21A9';
	display: inline-block;
	margin-right: 10px;
}

.service__cont .swiper-slide ul,
.service__cont .swiper-slide ul li {
	list-style-type: circle;
	padding-left: 20px;
	margin-bottom: 10px;
}

.service__cont h2 {
	line-height: 1.2;
}

/* -------------------------------------------------------------------------- */
/*                                //LINK MODAL                                */
/* -------------------------------------------------------------------------- */
.sign_up__label {
	width: 100%;
}

.fancybox__content>.carousel__button.is-close {
	top: 5px;
	color: #000;
}

/* -------------------------------------------------------------------------- */
/*                    //NOTE PAGE AND SINGLE CONTENT STYLE                    */
/* -------------------------------------------------------------------------- */
.page p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.page ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 20px;
}

.page strong {
	font-weight: 600;

}

.page .alignright {
	margin: .5em 0 .5em 2em;
}

h2.recent__title {
	margin-bottom: 40px;
	margin-top: 10px;
}

.recent__head {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.recent__row {
	margin-bottom: 20px;
}

p.recent__excerpt {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

.recent__link {
	color: #000;
}

/* -------------------------------------------------------------------------- */
/*                               //SECTION MEDIA                              */
/* -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
	.breadcrumb {
		margin-top: 75px;
	}

	.w_list .works__list.works__list--static {
		display: none !important;
	}

	.w_list .works__list--slider {
		display: flex !important;
	}

	.w_list .w_list__btns {
		display: flex;
		margin-bottom: 50px;
	}

	.w_list .works__list {
		border-bottom: none;
	}

	.w_list .faq_list_active.works__nav {
		text-align: center;
	}

	/* //home page */
	.swiper6,
	.price__service_name-btns {
		display: flex;
	}

	.swiper-inner {
		display: block;
	}

	/* // our works */
	.works__btns .service__book_btn {

		margin-left: 0;
	}

	/* //master_single */

	.about_main_block__button {
		max-width: 305px;
	}

	.service_active:after {
		display: none;
	}

	/* //footer */
	.footer {
		padding: 25px 0;
	}

	.footer__logo,
	.footer__menu {
		flex: 0 0 50%;
		padding-bottom: 50px;
	}

	.footer__logo {
		text-align: center;
	}



}

/* -------------------------------------------------------------------------- */
/*                                 //LINK 1024                                */
/* -------------------------------------------------------------------------- */
@media(max-width: 1025px) {
	.play_icon {
		top: 175px;
	}

	.cost__section {
		padding: 50px;
	}
}

/* -------------------------------------------------------------------------- */
/*                                //LINK 991px                                */
/* -------------------------------------------------------------------------- */
@media(max-width: 991px) {
	.service__about_title {
		font-size: 23px;
		line-height: 29px;
		text-align: center;
	}

	.breadcrumb {
		margin-top: 50px;
		text-align: center;
		padding-bottom: 0;
	}

	.inner__content,
	.blog {
		padding-top: 0;
	}

	/* //master_single */
	.master_price {
		padding-bottom: 50px;
	}

	.master_price .price__row,
	.master_price .price__service_subname {
		display: flex !important;
		flex-direction: column !important;
		text-align: center;
	}

	.master_price .arrow-hover {
		display: none !important;
	}

	.master-list__img {
		width: 216px !important;
		max-height: 198px !important;
	}

	/* //footer */
	.footer__logo,
	.footer__menu {
		flex: 0 0 100%;
		padding-bottom: 50px;
	}

	.footer__menu {
		justify-content: center;
	}

	.become {
		background-image: none !important;
	}

	.about__content {
		max-height: 100%;
		overflow-x: visible;
	}

	.play_icon {
		top: 260px;
	}

	.cost__section {
		padding: 50px 50px;
	}

	.cost__section-block {
		margin-top: 50px;
	}

	/* //price single */
	.swiper2 {
		height: auto;
		overflow: visible;
	}

	.swiper1 .swiper-slide:before,
	.swiper3 .swiper-slide:before,
	.gallery__item:before,
	.works__inner-item:before {
		opacity: 1;
	}
}


/* -------------------------------------------------------------------------- */
/*                                //LINK 769px                                */
/* -------------------------------------------------------------------------- */
@media(max-width: 769px) {
	.service_hero {
		position: relative;
		width: 100vw;
	}

	.col-md-4.p-0 .benefits-border::after {
		display: none;
	}

	.service_hero:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		/* top: 70px;
		right: 10px;
		left: 2%;
		bottom: 10px; */
		background: white;
		opacity: 0.5;
	}


	.section.video_bg {
		background-position: 47%;
	}

	.header__title {
		line-height: 45px;
	}

	.video_bg__inner {
		padding-top: 25px;
	}

	.header__slogan {
		margin-bottom: 80px;
	}

	.header__services_text {
		margin-bottom: 10px;
	}

	.header__services_text {
		animation: none;
	}

	.service__row {
		margin-bottom: -170px;
	}

	.service__order {
		opacity: 1;
	}

	.footer__menu {
		justify-content: center;
	}

	.service__inner_title--small {
		text-align: center;
	}

	.service__inner_slogan {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;

	}

	/* //cta */
	.works__hero {
		align-content: center;
	}

	.works__title--price {
		margin: 0 auto;
	}

	.works__hero .works__btns {
		margin-right: 0;
	}

	.cta__inner {
		flex-direction: column;
	}

	.cta__btn_order {
		margin-right: 0;
		margin-bottom: 25px;
	}

	/* //price single */
	#price_container {
		padding-top: 50px;
	}

	.arrow-hover {
		display: none;
	}

	/* //обучение сингл */
	.service__date {
		text-align: center;
	}

	.advance-list {
		justify-content: center;
	}

	.advance-list__item+.advance-list__item {
		border: none;
	}

	.advance-list__text {
		border-bottom: 1px solid #ECECEC;
	}

	.service__book_btn {
		padding: 20px 20px;
	}

	.advance-list {
		margin: 0;
	}

	.play_icon {
		top: 200px;
	}

	/* //contacts page */
	.about__wrapper .wpcf7 {
		margin: 0 auto;
	}

	.about__wrapper .wpcf7-form-control.wpcf7-submit.service__book_btn.form__btn {
		display: block;
	}

	.about__inner--full .contacts__address--full {
		margin-bottom: 20px;
	}

	.contacts-address-block {
		padding-top: 60px;
	}

	h2.recent__title {
		margin-top: 30px;
	}

	.recent__head {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.recent__row {
		margin-bottom: 30px;
	}

	p.recent__excerpt {
		font-size: 16px;
		line-height: 1.2;
	}


}

/* -------------------------------------------------------------------------- */
/*                                //LINK 560px                                */
/* -------------------------------------------------------------------------- */
@media(max-width: 560px) {
	.service__about_title {
		font-size: 27px;
		line-height: 30px;
	}

	.price {
		padding-top: 50px;
	}

	/* //section__title */
	.section__title {
		text-align: center;
	}

	/* //service home page */
	.services {
		padding: 50px 0 0 0;
	}

	.service__items {
		margin-bottom: 50px;
	}

	.price__service_title {
		display: none;
	}

	.btn-block {
		justify-content: center !important;
	}

	.g__review_img {
		margin-right: 0;
	}

	.g__review__stars {
		margin-left: 0;
	}

	/* //tabs price */
	.price__service_name li.service_active::before {
		display: none;
	}

	.price__service_name li {
		border-bottom: none;
	}


	.master-list__img {
		max-height: 216px !important;
	}

	.btn_wrapper.btn_wrapper--block {
		height: 216px;
		max-width: 225px;
	}

	.btn_wrapper.btn_wrapper--block .master__all.bordered_btn {
		height: 100%;
	}

	.news__item p {
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}

	.more__icon {
		margin-right: 0;
	}

	/* //team page */
	.about__inner--team .swiper2 {
		height: auto;
	}

	/* //footer */
	.footer__list {
		flex-direction: column;
	}

	.footer__list li+.footer__list li {
		margin-top: 15px;
	}

	.footer__list li:last-child::after {
		display: none;
	}

	.footer__list li:last-child {
		margin-left: 0;
		margin-top: 15px;
	}

	.footer__logo {
		padding-bottom: 25px !important;
	}

	.about__content {
		max-width: 440px;
	}

	/* //works page */
	.works__title,
	.team__title {
		text-align: center;
		font-size: 38px;
	}

	/* //обучение  главная  */
	.advantages {
		padding: 50px 0;
	}

	.play_icon {
		top: 170px;
	}

	.program {
		padding-top: 60px;
	}

	.cost {
		padding-bottom: 50px;
	}

	.works {
		padding: 70px 0 0 0;
	}

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

	.about__inner {
		padding-top: 50px;
	}

}

/* -------------------------------------------------------------------------- */
/*                                //LINK 480px                                */
/* -------------------------------------------------------------------------- */
@media(max-width: 480px) {
	.video_bg__inner {
		padding-top: 25px;
	}

	.play_icon {
		top: 165px;
	}

	.header__services_text {
		margin-bottom: 10px;
	}

	.swiper1 .swiper-slide a,
	.swiper-our .swiper-slide a {
		background-repeat: no-repeat;
		background-size: cover;

		width: 100%;
	}

	.swiper6 li.service_active {
		/* width: 100%; */
	}

	.price__inner {
		padding: 60px 0;
	}

	.about__content {
		max-width: 400px;
	}

	.faq_list li {
		margin-bottom: 20px;
	}

	.faq__head,
	.faq__answer-text {
		text-align: center;
	}


}

@media(max-width: 435px) {
	.serv_master__name {
		padding: 18px 0 10px 5px;

	}

	.play_icon {
		top: 150px;
	}

	.serv_master__vacancy {
		padding: 0;
	}

	.serv_master__vacancy span {
		padding: 0 0 0 5px;
	}

	.serv_master__name {
		max-width: 170px;
	}

	.serv_master__level {
		top: 85%;
	}

	.info__name {
		font-size: 34px;
		line-height: 1.2;
	}
}

@media(max-width: 370px) {
	.play_icon {
		top: 130px;
	}

	.team__title {
		font-size: 30px;
	}
}