@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');


body.active{
	overflow: hidden;
}

.dark-bg{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	z-index: 1000;
}

.dark-bg.show{
	opacity: .5;
	visibility: visible;
}

.wrap-header{
	width: 100%;
	position: fixed;
	z-index: 10000;
	transition: .6s;
}

.wrap-header.scrolled{
	background: #282828;
}

.header .phone-block-header{
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: flex-end;
	transition: .6s;
	max-height: max-content;
}

.header .phone-block-header.in-active{
	opacity: 0;
	visibility: hidden;
	border: none;
	padding: 0;
	margin-top: -30px;
}

.header .phone-block-header .wrap-block-phones,
.header .wrap-block-phones .phone{
	display: flex;
	align-items: center;
}

.header .wrap-block-phones .phone:not(:last-child){
	padding-right: 20px;
}

.header .phone svg{
	margin-right: 12px;
}

.header .phone a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.5);
	
	transition: all .4s;
	margin-top: 2px;
}

.header .wrap-block-phones .phone path{
	transition: all .4s;
}

.header .wrap-block-phones .phone:hover a,
.header .wrap-block-phones .phone:hover path{
	color: #CCBA5E;
	fill: #CCBA5E;
}

.header .nav-block-header{
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .nav-block-header #menu-main,
.header .nav-block-header .wrap-menu{
	display: flex;
	align-items: center;
}

.header .nav-block-header #menu-main{
	padding-right: 40px;
	list-style: none;
}

.header #menu-main > li:not(:last-child){
	padding-right: 38px;
}

.header .nav-block-header #menu-main > li a{
	transition: .4s;
}

.header .nav-block-header #menu-main > li a:hover{
	color: #CCBA5E;
}

.header #menu-main .menu-item-has-children{
	position: relative;
}

.header #menu-main .menu-item-has-children a{
	padding-right: 18px;
	position: relative;
}

.header #menu-main .menu-item-has-children > a::after{
	content: '';
	background-image: url('/wp-content/uploads/2020/03/vector-5.svg');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 5px;
	transition: all .4s;
}

.header #menu-main .menu-item-has-children:hover > a{
	color: #CCBA5E;
}

.header #menu-main .menu-item-has-children:hover > a::after{
	transform: rotate(180deg) translateY(50%);
}

.header .menu-item-has-children .sub-menu{
	list-style: none;
	padding-top: 20px;
	left: -16px;
	max-width: max-content;
	max-height: 0;
	opacity: 0;
	transition: .4s;
	transform: translateY(20%);
	visibility: hidden;
	position: absolute;
}

.header .menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	max-height: max-content;
	transform: translateY(0);
}

.header .menu-item-has-children .sub-menu li:first-child{
	padding-top: 16px;
}

.header .menu-item-has-children .sub-menu li{
	padding-bottom: 14px;
	padding-left: 16px;
	background: rgba(0,0,0,0.5);
	padding-right: 16px;
}

.header .nav-block-header #menu-main > li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 0.8;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EFECEC;
}

.header .nav-block-header .logo{
	margin-right: 40px;
	display: inline-block;
}

.header .logo img{
	max-width: 160px;
	width: 100%;
	width: 160px;
}

.header .nav-block-header .wrap-btns-header{
	display: flex;
	font-family: Montserrat;
}

.header .wrap-btns-header .small_golden_btn,
.footer .block-btns .small_golden_btn{
	margin-right: 12px;
	font-weight: bold;
	padding: 17px 0;
	border: 1px solid #CCBA5E;
}

.header .wrap-btns-header .small_golden_btn:hover,
.footer .block-btns .small_golden_btn:hover{
	background: transparent;
	color: #CCBA5E;
}

.header .wrap-btns-header .small_bordered_btn:hover,
.footer .block-btns .small_bordered_btn:hover{
	background: #CCBA5E;
	color: #282828;
	font-weight: bold;
}

.header .nav-block-header .btn-burder{
	display: none;
}

.header .btn-burder {
	position: relative;
	width: 40px;
	cursor: pointer;
}

.btn-burder span {
	display: block;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
	border-radius: 3px;
	height: 3px;
	background: #fff;
	transition: all .3s;
	position: relative;
}

.btn-burder span + span {
	margin-top: 7px;
}

.btn-burder.active span:nth-child(1) {
	animation: ease .7s top forwards;
}

.btn-burder.not-active span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

.btn-burder.active span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

.btn-burder.not-active span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
}

.btn-burder.active span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

.btn-burder.not-active span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}
	50% {
		top: 10px;
		transform: rotate(0);
	}
	100% {
		top: 10px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 10px;
		transform: rotate(45deg);
	}
	50% {
		top: 10px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	50% {
		bottom: 10px;
		transform: rotate(0);
	}
	100% {
		bottom: 10px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 10px;
		transform: rotate(135deg);
	}
	50% {
		bottom: 10px;
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}






.wrap-footer{
	background: #282828;
}

.footer{
	padding-top: 60px;
	padding-bottom: 22px;
}

.footer ul{
	list-style: none;
}

.footer .footer-block-btns{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(200, 181, 82, 0.4);
}

.footer .logo{
	display: inline-block;
}

.footer .logo img{
	max-width: 166px;
	width: 100%;
}

.footer .footer-block-btns .block-btns{
	display: flex;
	align-items: center;
	font-family: Montserrat;
}

.footer .footer-navs{
	display: flex;
}

.footer .footer-navs{
	display: flex;
}

.footer .footer-navs{
	display: flex;
	padding: 32px 0 86px 0;
}

.footer .footer-navs a,
.footer .footer-navs p{
	color: #FFFFFF;
	font-family: Montserrat;
	transition: .4s;
}

.footer .footer-navs p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.12em;
	margin-bottom: 0;
}

.footer .footer-navs .nav-block{
	width: 25%;
}

.footer .footer-navs .nav-block a:hover{
	color: #CCBA5E;
}

.footer .footer-navs .socials-block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer .nav-block .text{
	width: 75%;
}

.footer .nav-block .socials{
	display: flex;
	align-items: center;
}

.footer .socials li:not(:last-child){
	margin-right: 38px;
}

.footer .socials .soc rect,
.footer .socials .inst rect,
.footer .socials .inst ellipse,
.footer .socials .inst path{
	transition: .4s;
}

.footer .socials .soc:hover rect,
.footer .socials .inst:hover ellipse{
	fill: #CCBA5E;
}

.footer .socials .inst:hover rect,
.footer .socials .inst:hover path{
	stroke: #CCBA5E;
}

.footer .menu li a,
.footer .footer-navs .contacts{
	line-height: 2.8;
}

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

.footer .menu li a,
.footer .contacts{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	transition: .4s;
	text-transform: uppercase;
}

.footer .contacts .wrap{
	position: relative;
	display: inline-block;
}

.footer .address .icon,
.footer .phones .icon{
	position: absolute;
	left: -32px;
	top: 19px;
}

.footer .cards-and-copyright{
	display: flex;
	align-items: center;
	position: relative;
}

.footer .cards-and-copyright .card:not(:last-of-type){
	padding-right: 12px;
}

.footer .cards-and-copyright .card:nth-last-of-type(2){
	padding:0;
}

.footer .card a{
	display: inline-block;
}

.footer .card path{
	transition: .4s;
}

.footer .card:hover path:first-child{
	fill: #CCBA5E;
}

.footer .copyright{
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;

	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #CCBA5E;
}

@media screen and (max-width: 1220px){

	.header .nav-block-header .logo-header{
		margin-right: 40px
	}

	.header #menu-main > li:not(:last-child){
		padding-right: 24px;
	}
}

@media screen and (max-width: 1200px){

	.header .phone-block-header{
		padding: 8px 0;
	}

	.header .nav-block-header{
		padding: 10px 0;
	}

	.header .nav-block-header .btn-burder{
		display: block;
	}

	.header .nav-block-header .btn-burder{
		position: relative;
		z-index: 1100;
	}

	.header .nav-block-header .wrap-menu{
		position: fixed;
		padding-left: 35px;
		padding-top: 140px;
		top: 0;
		right: 0;
		z-index: 1000;
		display: block;
		opacity: 0;
		visibility: hidden;
		width: 42%;
		height: 100vh;
		transform: translateX(150vh);
		transition: .5s;
		background: rgba(0,0,0,0.8)
	}

	.header .nav-block-header .wrap-menu.active{
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		max-height: 100vh;
		overflow-x: hidden;
	}

	.header .nav-block-header #menu-main{
		display: block;
		padding-right: 0;
	}

	.wrap-menu #menu-main > li{
		opacity: 0;
		transform: translateX(40px);
		transition: all 0.3s ease;
	}

	.wrap-menu.active #menu-main > li{
		opacity: 1;
		transform: translateX(0);
	}

	.header #menu-main > li:not(:last-child){
		padding-right: 0;
	}

	.wrap-menu.active #menu-main > li:nth-child(1){transition-delay:0.15s;}

	.wrap-menu.active #menu-main > li:nth-child(2){transition-delay:0.3s;}

	.wrap-menu.active #menu-main > li:nth-child(3){transition-delay:0.45s;}

	.wrap-menu.active #menu-main > li:nth-child(4){transition-delay:0.6s;}

	.wrap-menu.active #menu-main > li:nth-child(5){transition-delay:0.75s;}

	.wrap-menu.active #menu-main > li:nth-child(6){transition-delay:0.9s;}
	
	.header .menu-item-has-children .sub-menu{
		position: static;
		padding-top: 0;
		max-width: 100%;
	}

	.header .menu-item-has-children .sub-menu li:first-child{
		padding: 0;
	}

	.header .menu-item-has-children .sub-menu li{
		padding-left: 0;
		padding: 0;
		background: transparent;
	}

	.header #menu-main .menu-item-has-children > a::after{
		display: none;
	}

	.header .menu-item-has-children .sub-menu{
		opacity: 1;
		visibility: visible;
		max-height: max-content;
		transform: translateY(0);
	}

	.wrap-menu #menu-main > li a{
		display: inline-block;
		padding: 15px 0;
	}

	.wrap-menu #menu-main li a{
		font-size: 14px;
	}

	.wrap-btns-header{
		opacity: 0;
	}

	.wrap-menu.active .wrap-btns-header{
		padding-top: 20px;
		opacity: 1;
		transition: all 0.9s;
		transition-delay:0.9s
	}

}

@media screen and (max-width: 992px){
	
	.header .nav-block-header .wrap-menu{
		width: 52%;
	}

	.footer .footer-navs{
		flex-wrap: wrap;
		padding: 32px 0 46px 0;
	}

	.footer .footer-navs .nav-block{
		width: 33.33%;
	}

	.footer .footer-navs .nav-block:nth-child(1){
		order: 3;
		width: 100%;
		margin-top: 32px;
		text-align: center;
		align-items: center;
	}

	.footer .nav-block .text{
		width: 100%;
	}

	.footer .nav-block .socials{
		margin-top: 22px;
	}

	.footer .cards-and-copyright{
		justify-content: center;
		padding-bottom: 24px;
	}

	.footer .copyright{
		bottom: 0;
	}
}

@media screen and (max-width: 768px){

	.header .nav-block-header .wrap-menu{
		width: 70%;
	}
}

@media screen and (max-width: 576px){
	
	.header .nav-block-header .wrap-menu{
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 100px;
	}

	.header .nav-block-header #menu-main{
		text-align: center;
	}

	.wrap-menu #menu-main .menu-item-has-children{
		padding-left: 18px;
	}

	.header .nav-block-header .wrap-btns-header{
		display: block;
		padding-bottom: 30px;
	}

	.header .wrap-btns-header .small_golden_btn,
	.wrap-btns-header .small_bordered_btn{
		display: block;
		margin: 0 auto 24px;
		text-align: center;
	}

	.footer{
		padding-top: 46px;
	}

	.footer .footer-block-btns{
		display: block;
		text-align: center;
	}

	.footer .footer-block-btns .block-btns{
		padding-top: 24px;
		justify-content: center;
	}

	.footer .footer-block-btns .block-btns a{
		font-size: 10px;
	}

	.footer .footer-navs{
		padding: 16px 0 46px 0;
	}

	.footer .footer-navs .nav-block{
		width: 100%;
		text-align: center;
	}

	.footer .footer-navs .contacts{
		margin-top: 32px;
	}
}





/*pages style*/

.section-title_{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.07;
	color: #282828;

	
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.section-title_::after{
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #CCBA5E;
}

.title-box-2{
	padding: 175px 0 86px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tours{
	background: #FFFFFF;
}

.tours .tours-portfolio{
	position: relative;
	z-index: 10;
}

.tours .tours-portfolio::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 430px;
	background: #282828;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.tours .tours-container{
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -124px;
}

.tours-portfolio .tour-block{
	width: 33.33%;
	padding: 0 19px;
	margin-bottom: 56px;
}

.tours-portfolio .tour-block .tour-img{
	width: 100%;
	height: 248px;
	margin-bottom: 12px;
}

.tours-portfolio .content-block{
	cursor: pointer;
}

.tours-portfolio .content-block .tour-img{
	position: relative;
}

.tours-portfolio .content-block .tour-img::after{
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: #282828;
	transition: all .4s;
	opacity: 0;
}

.tours-portfolio .content-block .tour-img::before{
	content: "book now";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 100%);
	transition: all .4s;
	z-index: 10;

	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0;
}
.tours-portfolio .content-block:hover .tour-img::before{
	opacity: 1;
	transform: translate(-50%, -50%);
}

.tours-portfolio .content-block:hover .tour-img::after{
	opacity: .5;
}

.tours-portfolio .tour-img img{
	height: 100%;
	object-fit: cover;
}

.tours-portfolio .tour-block .stars{
	margin-bottom: 12px;
}

.tours-portfolio .tour-block .cetegory-title{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
	color: #000000;
	margin-bottom: 0;
	transition: all .4s;
}

.tours-portfolio .tour-block .anotherСolor{
	color: #FFFFFF;
}

.tours-portfolio .content-block:hover .cetegory-title{
	color: #CCBA5E;
}

.tours-portfolio .blockqute-portfolio{
	width: 85%;
	margin-top: 32px;
	margin-bottom: 88px;
	padding: 12px 0;
	position: relative;
}

.tours-portfolio .blockqute-portfolio p{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 2.05;
	text-align: center;
	color: #FFFFFF;
}

.tours-portfolio .blockqute-portfolio::before,
.tours-portfolio .blockqute-portfolio::after{
	content: '';
	position: absolute;
	display: block;
	width: 259px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(204, 186, 94, 0.5);
}

.tours-portfolio .blockqute-portfolio::before{
	top: 0;
}

.tours-portfolio .blockqute-portfolio::after{
	bottom: 0;
}

.container-tourse-info{
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
	padding: 0 19px 72px;
}

.container-tourse-info .wrap-tourse-info-block{
	display: flex;
	justify-content: space-between;
}

.container-tourse-info .tourse-info-block{
	width: 45%;
}

.tourse-info-block h3{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.07;
	color: #282828;

	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin-top: 88px;
}

.tourse-info-block h3::after{
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #CCBA5E;
}

.container-tourse-info .tourse-info-block p{
	line-height: 2;
	margin-top: 24px;
}

.container-tourse-info .tourse-info-block .lists{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container-tourse-info .lists ul{
	width: 50%;
}

.container-tourse-info .tourse-info-block ul{
	padding: 2px 12px;
	margin-top: 24px;
	border-left: 1px solid #CCBA5E;
}

.container-tourse-info .tourse-info-block ul:last-of-type{
	/*margin-bottom: 0;*/
}

.container-tourse-info .tourse-info-block li{
	font-family: Montserrat;
	text-indent: 0;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 2.15;
}
.container-tourse-info .tourse-info-block li:before{
	display: none;
}

.container-tourse-info .how-order-tour{
	margin-top: 37px;
	padding: 32px 24px 38px;
	background: rgba(239, 239, 239, 0.5);
	text-align: center;
}

.container-tourse-info .how-order-tour h3{
	margin-bottom: 24px;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.07;
	color: #282828;
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.container-tourse-info .how-order-tour h3::after{
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #CCBA5E;
}

.container-tourse-info .how-order-tour p{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.77;
	font-family: 'Montserrat', sans-serif;
	color: #282828;
}

.employment{
	background: #FFFFFF;
}

.profession .description p{
	max-width: 960px;
	width: 100%;
	text-align: center;
	margin: 62px auto 40px;
	padding: 18px 24px;
	position: relative;

	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	color: #282828;
}

.profession .description p::after,
.profession .description p::before{
	content: '';
	position: absolute;
	width: 196px;
	height: 1px;
	background: rgba(204, 186, 94, 0.5);
	left: 50%;
	transform: translateX(-50%);
}

.profession .description p::after{
	top: 0;
}

.profession .description p::before{
	bottom: 0;
}

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

.profession .profession-block{
	padding: 48px 0;
}

.profession .profession-block:nth-of-type(2n){
	background: #EFEFEF;
}

.profession .profession-block .wrap-img{
	width: 314px;
	height: 264px;
	/*margin-top: 4px;*/
}

.profession .wrap-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profession .profession-description{
	width: 65%;
	display: flex;
}

.profession .profession-description .wrap-text{
	width: 100%;
}

.profession .profession-description .subtext{
	font-size: 14px;
	line-height: 2.14;
	padding-right: 10px;
	width: 100%;
}

.profession-description .subtext::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.profession-description .subtext::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.profession-description .subtext::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.profession-description .subtext::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.profession .profession-description .small_golden_btn{
	height: max-content;
	font-family: Montserrat;
	font-weight: bold;
}

.section-contacts{
	background: #FFFFFF;
}

.section-contacts .container{
	padding: 88px 0;
}

.section-contacts .wrap-contacts-block{
	display: flex;
	justify-content: space-between;
}

.section-contacts .contacts-block{
	width: 40%;
	padding: 18px 24px;
	background: rgba(196, 196, 196, 0.1);
}

.section-contacts .contacts-block .section_title{
	padding-bottom: 23px;
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}

.section-contacts .contacts-block .section_title::before{
	display: none;
}

.section-contacts .type-contact{
	position: relative;
	padding-left: 24px;
	margin-bottom: 20px;
}

.section-contacts .type-contact:last-of-type{
	margin-bottom: 0;
}

.section-contacts ul li{
	text-indent: 0;
	margin-bottom: 0;
}

.section-contacts ul li::before{
	display: none;
}

.section-contacts .type-contact li:first-child{
	margin-bottom: 10px;
}

.section-contacts .type-contact li:first-child a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #CCBA5E;
	
	pointer-events: auto;
}

.section-contacts ul li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.71;
	color: #282828;

	transition: all .4s;
}

.section-contacts ul li a:hover{
	color: #CCBA5E;
}

.section-contacts .hours-day li a{
	pointer-events: none;
}

.section-contacts .hours-day li a:hover{
	color: #282828;
}

.section-contacts .type-contact .icon{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin-top: 4px;
}

.section-contacts .map-block{
	width: 55%;
}

.section-contacts .map-block iframe{
	width: 100%;
	height: 100%;
}

.section-contacts .contacts-info-block{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 30px;
}

.section-contacts .info-block{
	max-width: 33.33%;
	width: max-content;
	padding-right: 10px;
}

.section-contacts .info-block .title-info-block p{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.55;
	text-transform: capitalize;
	color: #000000;

	margin-bottom: 20px;
}

.section-contacts .info-block ul{
	padding-left: 14px;
	border-left: 1px solid #CCBA5E;
}

.section-contacts .info-block .person{
	pointer-events: none;
}

.section-contacts .map-block .acf-map{
	border: none;
	height: 100%;
	margin: 0;
}

.faq .container{
	padding-top: 48px;
	padding-bottom: 106px;
}

.faq .question-block{
	border-top: 1px solid #DEDEDE;
	padding: 14px;
}

.faq .question-block:last-of-type{
	border-bottom: 1px solid #DEDEDE;
}

.faq .question-block p{
	padding: 0 44px;
	transition: .4s;
}

.faq .question-block .question{
	position: relative;
	cursor: pointer;
}

.faq .question-block .question p{
	font-size: 18px;
	line-height: 1.78;
}

.faq .question-block .question p:hover,
.faq .question-block.active .question p{
	color: #CCBA5E;
}

.faq .question .arrow{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .4s;
}

.faq .question-block.active .arrow{
	transform: rotate(180deg) translateY(50%);
}

.faq .question-block .answer{
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	transition: .6s;
}

.faq .question-block.active .answer{
	opacity: 1;
	visibility: visible;
	max-height: 500px;
}

.faq .question-block .answer p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.015em;

	padding-top: 14px;
	padding-bottom: 14px;
}


.about-us-description .description{
	display: flex;
	justify-content: space-between;
}

.about-us-description .description p{
	line-height: 2.14;
	margin-bottom: 24px;
}

.about-us-description .container{
	padding: 90px 0 66px;
}

.about-us-description .tagline{
	margin-bottom: 18px;
}

.about-us-description .section_title{
	margin-bottom: 36px;
}

.about-us-description .first-column,
.about-us-description .second-column{
	width: 42%;
}

.about-us-description .description blockquote{
	margin: 0;
	font-weight: 500;
	text-align: left;
	border-left: 2px solid #CCBA5E;
	padding-left: 16px;
}

.about-us-description .description blockquote::before{
	display: none;
}

.about-us-description .description figure{
	position: relative;
	width: 100%!important;
}

.about-us-description .description figcaption{
	font-family: Montserrat;
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding-left: 25px;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.42;
	letter-spacing: 0.12em;
	color: #FFFFFF;
}

.about-us-description .description figcaption::before{
	content: url('/wp-content/uploads/2020/03/quote-sign.svg');
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
}

.about-us-description .description img{
	display: block;
}

.video-section{
	margin-top: 105px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.video-section .video-test-wrap{
	position: relative;
	width: 85%;
	height: 640px;
	margin: 0 auto;
}

.video-section .video-test-wrap .icon-play{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video-section .icon-play path{
	transition: .4s;
}

.video-section .icon-play:hover path:nth-child(1),
.video-section .icon-play:hover path:nth-child(2){
	fill: #CCBA5E;
}

.video-section .icon-play:hover path:nth-child(4){
	stroke: #CCBA5E;
}

.video-section .video-test-wrap iframe,
.video-section .video-test-wrap .video{
	transition: 1s;
	border: .5px solid #1f1d1d;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: -105px;
	bottom: 105px;
	left: 0;
	right: 0;
}





/*woocomers checkout*/


.privacy_content{
	background: #FFFFFF;
}

.woocommerce-checkout .privacy_content .container{
	max-width: 100%;
	padding: 0;
}

.privacy_content .argmc-tabs-list{
	margin-top: 0;
	margin-bottom: 86px;
}

.privacy_content .argmc-wrapper{
	max-width: 100%;
}

.privacy_content .argmc-tab-item.current::before,
.privacy_content .argmc-tab-item:before,
.privacy_content .argmc-tab-item .argmc-tab-number-wrapper,
.privacy_content #customer_details h3{
	display: none;
}

.privacy_content .argmc-tab-item.current::after{
	border-color: #CCBA5E transparent #0a020200!important;
}

.privacy_content .argmc-tab-item .argmc-tab-item-inner{
	display: flex;
	justify-content: center;
}

.privacy_content .argmc-tab-item.current{
	border-bottom: 3px solid #CCBA5E!important;
}

.privacy_content .argmc-tab-item-outer{
	padding: 38px;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.21;
	text-transform: uppercase;
	color: #282828;
}

.privacy_content .checkout{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.privacy_content .argmc-form-steps{
	padding: 0;
}

.privacy_content .argmc-form-steps > .d-flex{
	display: flex;
	justify-content: space-between;
}

.privacy_content .d-flex.flex-wrap > .col-8{
	width: 60%;
}

.privacy_content .d-flex.flex-wrap > .col-4{
	width: 36%;
}

.privacy_content .header-form{
	text-align: center;
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 0.83;
	color: #282828;
	padding-bottom: 30px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(224, 224, 224, 0.7);
}

.privacy_content .woocommerce-billing-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.privacy_content #customer_details .form-row{
	width: 50%;
	margin-bottom: 26px;
}

.privacy_content #customer_details .form-row:first-child{
	width: 100%;
}

.privacy_content #customer_details .form-row input{
	padding: 18px 14px;
}

.privacy_content #customer_details .form-row input::placeholder,
.privacy_content #customer_details .form-row textarea::placeholder{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.21;
	color: #B9BABC;
}

.privacy_content #customer_details .form-row textarea{
	border: 1px solid #C4C4C4;
	padding: 18px 14px;
	min-height: 140px;
}

.privacy_content #customer_details .form-row .error{
	display: none;
}

.privacy_content #customer_details .form-row.has-error input{
	border: 1px solid #e23636;
}

.privacy_content #customer_details .form-row .select2-selection{
	border: 1px solid #C4C4C4;
	border-radius: 0;
}

.privacy_content #customer_details .form-row .select2-selection,
.privacy_content #customer_details .form-row .select2-selection__rendered{
	display: flex;
	align-items: center;
	min-height: 48px;
}

.privacy_content #customer_details .form-row .select2-selection__rendered{
	padding: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
}

.privacy_content .col-4 > .header-form{
	color: #CCBA5E;
}

.privacy_content .col-4 .woocommerce-privacy-policy-text{
	display: none;
}

.privacy_content .col-4 .product-basket{
	display: flex;
	padding-bottom: 16px;
}

.privacy_content .product-basket .img-product{
	width: 90px;
	height: 90px;
}

.privacy_content .product-basket .img-product img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.privacy_content .product-basket .description-product{
	width: 100%;
	padding-right: 50px;
	padding-left: 20px;
	text-align: left;
}

.privacy_content .product-basket .description-product > .d-inline-block{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #282828;
	margin-bottom: 18px;
}

.privacy_content .product-basket .description-product .d-flex{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.privacy_content .product-basket .description-product .d-flex .col-7{
	font-weight: 500;
}

.privacy_content .product-basket .product-price .woocommerce-Price-amount{
	font-size: 22px;
}

.privacy_content .argmc-form-steps.current .review-order-shipping .woocommerce-shipping-methods,
.privacy_content .argmc-form-steps.current .review-order-shipping{
	/*display: none;*/
}

.privacy_content .product-basket-total{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #CCBA5E;
	margin-top: 14px;
	padding-top: 30px;
	padding: 30px 22px 8px;
}

.privacy_content .product-basket-total .text-24{
	font-weight: 600;
	font-size: 24px;
	line-height: 0.82;
	color: #282828;
}

.privacy_content .product-basket-total .text-32 .woocommerce-Price-amount{
	font-size: 28px;
}

.privacy_content .product-basket-total #checkout_price{
	display: none;
}

.privacy_content .product-basket-total .btn-next{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #232323;

	padding: 20px 0;
	width: 100%;
	border-radius: 4px;
	background: #CCBA5E;
}

.argmc-wrapper .argmc-tab-item.previou .review-order-shipping{
	display: block;
}

.privacy_content .review-order-shipping #shipping_method li::before,
.privacy_content .review-order-shipping #shipping_method input{
	display: none;
}

.privacy_content .review-order-shipping #shipping_method label{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	color: #282828;
	
	position: relative;
	padding-left: 40px;
	display: flex;
	align-items: center;
	text-align: left;
}

.privacy_content .review-order-shipping #shipping_method label::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(40, 40, 40, 0.5);
	width: 18px;
	height: 18px;
	border-radius: 100%;
	opacity: 0;
}

.privacy_content .review-order-shipping #shipping_method input:checked + label::before{
	opacity: 1;
}

.privacy_content .review-order-shipping .woocommerce-Price-amount{
	font-size: 18px;
}

.woocommerce ul#shipping_method{
	padding-top: 24px;
	margin-top: 24px;
}

.order-payment-step .review-order-shipping .woocommerce-shipping-methods{
	position: relative;
}

.order-payment-step .review-order-shipping .woocommerce-shipping-methods::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #CCBA5E;
	top: 0;
	left: 0;
}

.order-payment-step .review-order-shipping .woocommerce-shipping-methods li{
	padding: 15px 0;
	border-top: 1px solid #E0E0E0;
}

.order-payment-step .review-order-shipping .woocommerce-shipping-methods li:last-child{
	border-bottom: 1px solid #E0E0E0;
}

.order-payment-step .product-basket-total{
	border-top: none;
	width: 235px;
	margin-left: auto;
	padding-right: 40px;
	border-bottom: 1px solid rgba(224, 224, 224, 0.7);
	margin-bottom: 24px;
	padding-top: 0;
	margin-top: 0;
}

.order-payment-step .product-basket-total p{
	margin-bottom: 0;
}

.order-payment-step .wc_payment_methods li::before{
	display: none!important;
}

.order-payment-step .woocommerce-checkout-payment a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: .56;
	color: #282828;
}

.order-payment-step .woocommerce-checkout #payment div.payment_box{
	background: #ececec;
	margin: 1rem 20px;
	width: auto;
}

.order-payment-step .about_paypal{
	padding-right: 26px;
}

.order-payment-step .place-order{
	margin: 0rem 20px!important;
}

.order-payment-step .place-order .woocommerce-privacy-policy-text p{
	margin-bottom: 0;
}

.order-payment-step .argmc-nav{
	max-width: 1200px;
	margin: 0 auto;
}

.order-payment-step .argmc-nav-text{
	display: none;
}

.order-payment-step .argmc-nav-buttons{
	border-top: 1px solid #CCBA5E!important;
}

.order-payment-step .button{
	min-width: 248px!important;
	padding: 20px 0!important;
	border: 1px solid #CCBA5E!important;
	border-radius: 4px!important;
	transition: .4s!important;

	font-family: Montserrat!important;
	font-style: normal!important;
	font-weight: bold!important;
	font-size: 12px!important;
	line-height: 1.2!important;
	letter-spacing: 0.1em!important;
	text-transform: uppercase!important;
	color: #232323!important;
}

.order-payment-step .argmc-previous{
	background: transparent!important;
	margin-right: 28px!important;
}

.order-payment-step .argmc-submit{
	background: #CCBA5E!important;
}

.order-payment-step .argmc-previous:hover{
	background: #CCBA5E!important;
}

.order-payment-step .argmc-submit:hover{
	background: transparent!important;
}

.woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #ececec;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.order-payment-step .wc_payment_methods label{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}

.order-payment-step .woocommerce-checkout #payment{
	background: #F7F7F7;
}

.woocommerce-checkout .select2-results__options::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.woocommerce-checkout .select2-results__options::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
.woocommerce-checkout .select2-results__options::-webkit-scrollbar-thumb {
	background: #CCBA5E; 
}

/* Handle on hover */
.woocommerce-checkout .select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.woocommerce-checkout .select2-results__options li{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #000000;
}

.about-us-button-play:hover{
	background-color: #c70707;
}

.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}


.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}

.grtyoutube-popup-close{
	position: absolute;
	right: 0;
	top: -42px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	transition: all .4s;
}

.grtyoutube-popup-close:hover{
	opacity: 1;
}

.grtyoutube-light-theme{
	background: #ffffffd9;
}

.grtyoutube-popup-close::before,
.grtyoutube-popup-close::after{
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #2d2b2b;
	z-index: 10;
}

.grtyoutube-popup-close::before{
	transform: rotate(45deg);
}

.grtyoutube-popup-close::after{
	transform: rotate(-45deg);
}




#big_form .wpcf7-field-group{
	margin-bottom: 20px;
}

#big_form .contact-form label,
#big_form #review_form label{
	font-family: Montserrat;
}

#big_form .wpcf7-form-control-wrap.apm,
#big_form .wpcf7-form-control-wrap.apm-end{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#big_form .contact-form h3{
	margin-bottom: 32px;
}

#big_form .wpcf7-form .cf-title{
	text-align: center;
	font-size: 20px;
	color: #C8B552;
	margin-bottom: 16px;
}

#big_form .wpcf7-form .cf-title::before{
	display: none;
}

#big_form .wpcf7-form .wpcf7-field-group p{
	/*margin-bottom: 4px;*/
	font-size: 12px;
}

#big_form .wpcf7-form .wpcf7-field-group label{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

#big_form .wpcf7-form .wpcf7-field-group span,
#big_form .wpcf7-form-control-wrap.find{
	display: block;
	margin-bottom: 14px;
}

#big_form .wpcf7-field-group .wpcf7-form-control-wrap .wpcf7-select,
#big_form .wpcf7-form-control-wrap.find .wpcf7-select{
	padding: 0 14px;
	background: #ffffff;
	width: 100%;
	height: 52px;
	border-radius: 0;
	font-size: 12px;
	font-family: "Montserrat";
	color: #282828;
	border: 1px solid #C4C4C4;
}

/*custom select*/
#big_form .wpcf7-form-control-wrap.passengers__1,
#big_form .wpcf7-form-control-wrap.minute-start,
#big_form .wpcf7-form-control-wrap.hour-start,
#big_form .wpcf7-form-control-wrap.minute-end,
#big_form .wpcf7-form-control-wrap.hour-end{
	position: relative;
}

#big_form .wpcf7-form-control-wrap.passengers__1 input[type=number]::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.passengers__1 input[type=number]::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.minute-start input[type=number]::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.hour-start input[type=number]::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.minute-start input[type=number]::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.hour-start input[type=number]::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.minute-end input[type=number]::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.hour-end input[type=number]::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.minute-end input[type=number]::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.hour-end input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

#big_form .wpcf7-form-control-wrap.passengers__1 input[type=number],
#big_form .wpcf7-form-control-wrap.minute-start input[type=number],
#big_form .wpcf7-form-control-wrap.hour-start input[type=number],
#big_form .wpcf7-form-control-wrap.minute-end input[type=number],
#big_form .wpcf7-form-control-wrap.hour-end input[type=number]
{
	-moz-appearance: textfield;
}

#big_form .wpcf7-form-control-wrap.passengers__1 input,
#big_form .wpcf7-form-control-wrap.minute-start input,
#big_form .wpcf7-form-control-wrap.hour-start input,
#big_form .wpcf7-form-control-wrap.minute-end input,
#big_form .wpcf7-form-control-wrap.hour-end input{
	font-size: 12px;
	width: 100%;
	height: 52px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #C4C4C4;
	margin-top: 6px;
}

#big_form .wpcf7-form-control-wrap.hour-start,
#big_form .wpcf7-form-control-wrap.minute-start,
#big_form .wpcf7-form-control-wrap.hour-end,
#big_form .wpcf7-form-control-wrap.minute-end{
	display: block;
}

#big_form .wpcf7-form-control-wrap.hour-start input,
#big_form .wpcf7-form-control-wrap.minute-start input,
#big_form .wpcf7-form-control-wrap.hour-end input,
#big_form .wpcf7-form-control-wrap.minute-end input{
	/*margin-bottom: 14px;*/
	width: 50%;
	z-index: 10;
}

#big_form .wpcf7-form-control-wrap.minute-start input,
#big_form .wpcf7-form-control-wrap.minute-end input{
	border-left: none;
}

#big_form .wpcf7-form-control-wrap.passengers__1 input:focus,
#big_form .wpcf7-form-control-wrap.minute-start input:focus,
#big_form .wpcf7-form-control-wrap.hour-start input:focus,
#big_form .wpcf7-form-control-wrap.minute-end input:focus,
#big_form .wpcf7-form-control-wrap.hour-end input:focus{
	outline: 0;
}

#big_form .quantity-nav {
	margin-top: 6px;
	float: left;
	position: relative;
	height: 52px;
	z-index: 20;
}

#big_form .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 28px;
	text-align: center;
	color: #333;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}

#big_form .quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

#big_form .quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
/*custom select end*/ 

.wpcf7-form-control-wrap.apm select,
.wpcf7-form-control-wrap.apm-end select{
	border: none;
	cursor: pointer;
	color: #C8B552;
	font-weight: 500;
}

#big_form .wpcf7-field-group-remove{
	margin-right: 10px;
}

#big_form .wpcf7-field-group-remove,
#big_form .wpcf7-field-group-add{
	width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    color: #282828;
    /*padding-bottom: 2.5px;*/
    margin-top: 14px;
    background: #FFFFFF;
}



#big_form .wpcf7-form-control-wrap.date input::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.date input::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.date-end input::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.date-end input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#big_form .wpcf7-form-control-wrap.date input::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.date input::-webkit-inner-spin-button,
#big_form .wpcf7-form-control-wrap.date-end input::-webkit-outer-spin-button,
#big_form .wpcf7-form-control-wrap.date-end input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#big_form .wpcf7-form-control-wrap.date input[type=number],
#big_form .wpcf7-form-control-wrap.date-end input[type=number]{
	-moz-appearance: textfield;
}

#big_form .wpcf7-field-group .wpcf7-form-control-wrap select.wpcf7-select,
#big_form .wpcf7-form-control-wrap.find .wpcf7-select{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 14px) calc(50%),
    calc(100% - 10px) calc(50%);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

#big_form .wpcf7-field-group .wpcf7-form-control-wrap select.wpcf7-select:focus,
#big_form .wpcf7-form-control-wrap.find .wpcf7-select:focus{
  background-image:
    linear-gradient(45deg, #C8B552 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #C8B552 50%);
  background-position:
    calc(100% - 10px) 50%,
    calc(100% - 15px) 50%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  outline: 0;
}


#big_form .wpcf7-field-group .wpcf7-form-control-wrap select:-moz-focusring,
#big_form .wpcf7-form-control-wrap.find .wpcf7-select{
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.delivery-page .page_title{
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}

.delivery-page .page_title::after{
	content: url('/wp-content/uploads/2020/03/discount-1.svg');
	left: 0;
	top: 50%;
	transform: translateY(-45%);
	position: absolute;
}
.author_photo{
	display: none;
}
.auto_box img{
	max-width: 100%;
	width: auto;
}

.delivery{
	display: flex;
	justify-content: space-between;
	padding-top: 68px;
	padding-bottom: 114px;
	flex-wrap: wrap;
}

.delivery .content-block,
.delivery .img-block{
	width: 48%;
}
.content-block.full{
	width: 100%;
}
.delivery .text-delivery{
	padding-top: 16px;
}

.delivery .text-delivery p{
	margin-bottom: 10px;
}

.delivery .text-delivery span{
	font-family: Frank Ruhl Libre;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	color: #000000;
	position: relative;
}

.delivery .text-delivery span:not(:last-child){
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #C4C4C4;
}

.delivery .section_title::before{
	bottom: -22px;
}

.delivery .btn-box{
	display: flex;
}

.delivery .small_golden_btn{
	border: 1px solid #CCBA5E;
	color: #232323;
}

.delivery .small_golden_btn,
.delivery .small_bordered_btn{
	width: 230px;
	margin-top: 32px;
	display: flex;
	align-items: center;
	transition: .4;
}

.delivery .small_bordered_btn{
	color: #232323;
	margin-left: 6px;
}

.delivery .small_bordered_btn svg{
	margin-right: 16px;
}

.delivery .small_golden_btn:hover{
	background: #ad9d4e;
}

.delivery .small_bordered_btn:hover{
	border-color: #333;
	background: #f7f7f7;
}

.delivery .small_bordered_btn svg path{
	transition: .4s;
}

.delivery .small_bordered_btn:hover svg path{
	fill: #232323;
}

.delivery .img-block img{
	margin-top: -110px;
	width: 100%;
	object-fit: cover;
}


@media screen and (max-width: 1400px){

	.section-contacts .container{
		padding: 88px 24px;
	}

	.about-us-description .container{
		padding: 60px 24px 36px;
	}

	.video-section .video-test-wrap{
		width: 70%;
		height: 500px;
	}

	.privacy_content .checkout{
		max-width: 100%;
		padding: 0 24px!important;
	}

	.privacy_content .product-basket .description-product{
		padding-right: 20px;
	}
}


@media screen and (max-width: 1200px){

	.title-box-2{
		padding: 140px 0 86px;
	}

	.tours-portfolio .tour-block{
		width: 35%;
	}

	.container-tourse-info{
		padding: 0 24px 72px;
	}

	.section-contacts .contacts-block,
	.section-contacts .map-block{
		width: 48%;
	}

	.about-us-description .first-column,
	.about-us-description .second-column{
		width: 45%;
	}

	.privacy_content .argmc-tabs-list{
		margin-bottom: 50px;
	}

	.order-payment-step .argmc-nav-buttons{
		padding-right: 24px;
	}

	.delivery .img-block img{
		margin-top: -20px;
	}
}

@media screen and (max-width: 1020px){
	
	.profession .profession-description .wrap-text{
		padding-left: 16px;
	}

	.video-section .video-test-wrap{
		width: 90%;
	}
}

@media screen and (max-width: 992px){
	.tours-portfolio .tour-block{
		width: 45%;
		padding-left: 24px;
		padding-right: 24px;
	}

	.tours-portfolio .blockqute-portfolio{
		margin-top: 0;
		margin-bottom: 56px;
	}

	.tours-portfolio .blockqute-portfolio p{
		font-size: 18px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.container-tourse-info{
		padding: 0 24px 46px;
	}

	.container-tourse-info .wrap-tourse-info-block{
		flex-wrap: wrap;
	}

	.container-tourse-info .tourse-info-block{
		width: 100%;
	}

	.container-tourse-info .tourse-info-block h3{
		margin-top: 46px;
	}

	.container-tourse-info .tourse-info-block p,
	.container-tourse-info .tourse-info-block ul{
		margin-top: 16px;
	}

	.container-tourse-info .how-order-tour{
		margin-top: 32px;
	}

	.profession .container{
		flex-direction: row-reverse;
	}

	.profession .profession-description{
		display: block;
	}

	.profession .profession-description .wrap-text{
		padding-left: 0;
		padding-right: 24px;
		margin-bottom: 24px;
	}

	.section-contacts .container{
		padding: 58px 24px;
	}

	.section-contacts .wrap-contacts-block{
		display: block;
	}

	.section-contacts .contacts-block,
	.section-contacts .map-block,
	.section-contacts .contacts-block .section_title{
		width: 100%;
	}

	.section-contacts .contacts-block .section_title{
		padding-bottom: 12px;
		margin-bottom: 22px;
	}

	.section-contacts .contacts-block{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}

	.section-contacts .type-contact{
		width: 50%;
		padding-right: 16px;
	}

	.section-contacts .map-block{
		height: 250px;
	}

	.section-contacts .contacts-info-block{
		flex-wrap: wrap;
	}

	.section-contacts .info-block{
		max-width: 50%;
		padding-right: 24px;
		margin-bottom: 24px;
	}

	.section-contacts .info-block .title-info-block p{
		margin-bottom: 10px;
	}

	.argmc-wrapper .argmc-tab-text{
		display: block;
	}

	.privacy_content .product-basket .description-product{
		padding-left: 14px;
		padding-right: 14px;
	}

	.privacy_content .product-basket .description-product .d-flex{
		align-items: center;
	}

	.privacy_content .product-basket .description-product .d-flex .col-7{
		font-size: 12px;
	}

	.privacy_content .product-basket .product-price .woocommerce-Price-amount{
		font-size: 18px;
	}

	.delivery .img-block img{
		margin-top: 0px;
	}

}

@media screen and (max-width: 768px){

	.tours .tours-container{
		margin-top: -100px;
	}

	.tours-portfolio .tour-block{
		margin-bottom: 42px;
	}

	.tours-portfolio .tour-block .tour-img{
		height: 200px;
	}

	.tours .tours-portfolio::after{
		height: 400px;
	}

	.profession .description p{
		font-size: 18px;
	}

	.faq .container{
		padding-top: 36px;
		padding-bottom: 60px;
	}

	.faq .question-block .question p{
		font-size: 16px;
	}

	.faq .question-block .answer p{
		font-size: 14px;
	}

	.about-us-description .container{
		padding: 40px 24px 24px;
	}

	.about-us-description .description p{
		font-size: 12px;
	}

	.about-us-description .tagline{
		margin-bottom: 16px;
	}

	.about-us-description .section_title{
		margin-bottom: 24px;
	}

	.about-us-description .description p{
		font-size: 12px;
		margin-bottom: 16px;
	}

	.video-section{
		margin-top: 50px;
	}

	.video-section .video-test-wrap{
		width: 100%;
	}

	.video-section .video-test-wrap iframe, 
	.video-section .video-test-wrap .video{
		top: -50px;
		bottom: 50px;
	}

	.privacy_content .argmc-tab-item-outer{
		padding: 20px;
		font-size: 12px;
	}

	.privacy_content .header-form{
		font-size: 26px;
		padding-bottom: 20px;
		margin-bottom: 16px;
	}

	.privacy_content .d-flex.flex-wrap > .col-8{
		width: 48%;
	}

	.privacy_content .d-flex.flex-wrap > .col-4{
		width: 48%;
	}

	.privacy_content #customer_details .form-row{
		font-size: 12px;
		width: 100%;
		margin-bottom: 14px;
	}

	.privacy_content #customer_details .form-row input{
		height: 28px;
	}

	.privacy_content #customer_details .form-row .select2-selection, 
	.privacy_content #customer_details .form-row .select2-selection__rendered{
		min-height: 38px;
	}

	.privacy_content #customer_details .form-row textarea{
		min-height: 70px;
	}

	.privacy_content #customer_details .form-row input,
	.privacy_content #customer_details .form-row textarea{
		font-size: 12px;
	}

	.privacy_content .col-4 .product-basket{
		padding-bottom: 8px;
	}

	.privacy_content .product-basket .img-product{
		width: 60px;
		height: 60px;
	}

	.privacy_content .product-basket .description-product > .d-inline-block,
	.privacy_content .product-basket .description-product{
		margin-bottom: 6px;
	}

	.privacy_content .product-basket-total{
		margin-top: 8px;
		padding: 16px 22px 8px;
	}

	.privacy_content .product-basket-total .text-24{
		font-size: 18px;
	}

	.privacy_content .product-basket-total .text-32 .woocommerce-Price-amount{
		font-size: 20px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow{
		top: 7px;
	}

	.argmc-wrapper .argmc-form-steps{
		padding-bottom: 40px!important;
	}

	.order-payment-step .review-order-shipping #shipping_method label,
	.order-payment-step .review-order-shipping .woocommerce-Price-amount,
	.order-payment-step .product-basket-total p{
		font-size: 14px;
	}

	.order-payment-step .review-order-shipping .woocommerce-Price-amount{
		margin-left: auto;
		padding-right: 20px;
	}

	.order-payment-step .argmc-nav-buttons{
		padding-right: 24px;
		padding-left: 24px;
	}

	.order-payment-step .product-basket-total{
		padding-top: 0;
	}

	.grtyoutube-popup-content{
		width: 90%;
	}

	.grtyoutube-iframe{
		height: 65vh;
	}

	.grtyoutube-popup-content{
		margin-top: 50px;
	}

	.delivery{
		flex-wrap: wrap;
		padding-top: 46px;
		padding-bottom: 46px;
		flex-direction: column-reverse;
	}

	.delivery-page .page_title{
		font-size: 26px;
	}

	.delivery .content-block, 
	.delivery .img-block{
		width: 100%;
	}

	.delivery .img-block{
		margin-bottom: 26px;
	}

	.delivery .small_golden_btn,
	.delivery .small_bordered_btn{
		width: fit-content;
		padding: 10px 10px;
		font-size: 10px;
		margin-top: 24px;
	}

	.delivery .small_bordered_btn svg{
		margin-right: 8px;
	}

	.delivery .section_title::before{
		bottom: -10px;
	}

	.delivery .text-delivery{
		padding-top: 0;
	}

}

@media screen and (max-width: 576px){

	.section-title_{
		font-size: 20px;
	}
	
	.tours-portfolio .tour-block{
		width: 80%;
	}

	.tours-portfolio .tour-block .cetegory-title{
		font-size: 14px;
	}

	.tours-portfolio .blockqute-portfolio{
		width: 100%;
	}

	.tours-portfolio .blockqute-portfolio p{
		font-size: 16px;
	}

	.container-tourse-info .tourse-info-block p,
	.container-tourse-info .tourse-info-block ul li{
		font-size: 12px;
	}

	.container-tourse-info .how-order-tour{
		padding: 26px 24px;
	}

	.container-tourse-info .how-order-tour h3{
		font-size: 20px;
	}

	.container-tourse-info .how-order-tour p{
		font-size: 14px;
	}

	.profession .description p{
		margin: 42px auto 32px;
		font-size: 16px;
	}

	.profession .container{
		flex-direction: column;
		text-align: center;
	}

	.profession .profession-block{
		padding: 32px 0;
	}

	.profession .profession-block .wrap-img{
		width: 270px;
		height: 210px;
		margin: 0 auto 24px;
	}

	.profession .profession-description{
		width: 100%;
	}

	.profession .profession-description .wrap-text{
		padding-right: 0;
	}

	.profession .section-title_{
		margin-bottom: 12px;
	}

	.profession .section-title_::after{
		left: 50%;
		transform: translateX(-50%);
	}

	.profession .profession-description .subtext{
		max-height: max-content;
		padding-right: 0;
		font-size: 12px;
	}

	.tours-portfolio .tour-block{
		width: 95%;
	}

	.tours-portfolio .tour-block .tour-img{
		height: 250px;
	}

	.section-contacts .container{
		padding: 46px 24px;
	}

	.section-contacts .type-contact{
		width: 100%;
		padding-right: 0;
		margin-bottom: 14px;
	}

	.section-contacts .type-contact li:first-child{
		margin-bottom: 6px;
	}

	.section-contacts ul li a{
		font-size: 12px;
	}

	.section-contacts .info-block{
		max-width: 100%;
	}

	.section-contacts .info-block:last-of-type{
		margin-bottom: 0;
	}

	.section-contacts .info-block .title-info-block p{
		font-size: 16px;
	}

	.faq .question-block{
		padding: 8px;
	}

	.about-us-description .description{
		display: block;
	}

	.about-us-description .first-column, 
	.about-us-description .second-column{
		width: 100%;
	}

	.privacy_content .argmc-tab-item-outer{
		padding: 18px 0;
	}
	
	.privacy_content .argmc-form-steps > .d-flex{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.privacy_content .d-flex.flex-wrap > .col-8,
	.privacy_content .d-flex.flex-wrap > .col-4{
		width: 100%;
	}

	.privacy_content .d-flex.flex-wrap > .col-4{
		margin-bottom: 16px;
	}

	.delivery .small_golden_btn,
	.delivery .small_bordered_btn{
		font-size: 9px;
	}

}

@media screen and (max-width: 420px){
	
	.tours-portfolio .tour-block{
		width: 100%;
	}
}


















