/*
Theme Name: hamster
Text Domain: hamster
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-size:16px;
	margin: 0;
	line-height:1.5;
	color: #fff;
	background: #000;
	font-family: 'Noto Sans', sans-serif;
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
.d {
	font-family: 'Days One', sans-serif;
}
p {
	margin:0;
}
.d-flex {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.color {
	background: linear-gradient(267.85deg, #ED835A 3.33%, #F3B425 89.15%);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
input,button,textarea {
	font-family: 'Noto Sans', sans-serif;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 	.color {
		background:none;
		color:#ED835A;
	}
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 50px 0;
	background: #F5E6BD;
	transition: all linear .25s;
}
header.shadow {
	box-shadow: 0px 16px 40px rgba(185, 135, 0, 0.5);
}
header.fixed {
	box-shadow: 0px 16px 40px rgba(185, 135, 0, 0.5);
}
header nav ul {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 -40px;
}
header nav ul li a {
	display: block;
	margin: 0 40px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	font-family: 'Barlow', sans-serif;
	position: relative;
}
header nav ul li a:after {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 14px;
	top: calc(100% + 5px);
	border-radius: 100%;
	background: #000;
	left: calc(50% - 7px);
	opacity: 0;
	transition: all linear .25s;
}
header nav ul li a.active:after {
	opacity: 1;
}
header .home-link {
	display: block;
}
header .home-link img {
	display: block;
	width: 62px;
	max-width: 100%;
}
img {
	max-width: 100%;
}
main {
	padding-top: 157px;
}
#banner {
	padding: 82px 0 150px;
	background: #F5E6BD;
	color: #000;
}
#banner .col1 {
	width: 100%;
	max-width: 660px;
	padding-bottom: 30px;
}
#banner .col2 {
	width: 100%;
	max-width: calc(100% - 660px);
	padding-left: 40px;
}
#banner .col2 img {
	display: block;
	margin: -190px 0px;
	max-width: unset;
}
#banner h1 {
	margin: 0 0 40px;
	font-size: 92px;
	line-height: 117px;
}
#banner .desc1 {
	font-size: 22px;
}
#banner .desc2 {
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 50px;
}
.btn1 {
	display: flex;
	align-content: center;
	align-items: center;
	height: 83px;
	justify-content: center;
	width: 100%;
	max-width: 310px;
	background: linear-gradient(267.85deg, #ED835A 3.33%, #F3B425 89.15%);
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	cursor:pointer;
	transition: none;
}
.buttons .btn1 {
	margin-right: 30px;
}
.buttons {
	position: relative;
	z-index: 2;
}
.btn2 {
	cursor:pointer;
	display: flex;
	align-content: center;
	align-items: center;
	height: 83px;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	font-weight: bold;
	font-size: 24px;
	background: url(images/border.png) no-repeat center center;
	background-size: 100% 100%;
    border-radius: 30px;
	transition: none;
}
.btn1:hover span {
	background: linear-gradient(267.85deg, #ED835A 3.33%, #F3B425 89.15%);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a span {
	transition: all linear .25s;
}
.btn1:hover {
	background: #fff url(images/border.png) no-repeat center center;
	background-size: 100% 100%;
}
.btn2:hover {
	background: #fff url(images/border.png) no-repeat center center;
	background-size: 100% 100%;
}
#about {
	padding: 200px 0 60px;
}
.section-title {
	color: #fff;
	font-size: 64px;
	line-height: 81px;
	font-family: 'Days One', sans-serif;
	margin: 0 0 120px;
	text-align: center;
}
.about > div {
	max-width: 1125px;
	margin: 0 auto 80px;
}
.about .col1 {
	width: 100%;
	max-width: 290px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	color: #F5E6BD;
}
.about .col1 span {
	display: block;
	width: 100%;
	max-width: 24px;
	height: 100%;
	min-height: 139px;
	width: 3px;
	background: rgba(245, 230, 189, 0.5);
	margin-right: 10px;
	position: relative;
}
.about .col1 span:before {
	content: ' ';
	position: absolute;
	background: #F5E6BD;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	border-radius: 100%;
}
.about .col2 {
	width: 100%;
	max-width: calc(100% - 290px);
	padding-left: 60px;
	font-size: 18px;
	color: #fff;
}
#how {
	padding: 60px 0 100px;
}
.how {
	background: url(images/lines.png) no-repeat center 155px;
}
.how > div:nth-child(odd) {
	justify-content: flex-start;
}
.how > div:nth-child(even) {
	justify-content: flex-end;
}
.how > div .d-flex {
	width: 100%;
	max-width: 660px;
	padding: 35px 40px 35px 30px;
	background: #1E1E1E;
	border-radius: 30px;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}
.how > div {
	margin: 0 0 40px;
}
.how .number {
	width: 100%;
	max-width: 50px;
	margin-right: 40px;
	text-align: center;
	font-size: 64px;
	line-height: 81px;
	color: rgba(245, 230, 189, 0.5);
}
#how .btn1 {
	margin: 75px auto 0;
	max-width: 350px;
}
#info {
	padding: 100px 0 100px;
}
#info .section-title {
	margin: 0 0 40px;
	font-size: 48px;
	line-height: 61px;
}
#info .section-title span {
	display: block;
	margin-left: 30px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	background: #1E1E1E;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
}
#info .col1 {
	width: 100%;
	max-width: 465px;
}
#info .col2 {
	width: 100%;
	max-width: calc(100% - 465px);
	padding-bottom: 20px;
}
#info .col1 img {
	margin: -115px -120px -105px;
	max-width: calc(100% + 240px);
}
#info .infos p {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.4;
}
#info .infos p span {
	display: block;
	margin-right: 15px;
	font-weight: 800;
	font-size: 24px;
}
#info .pr {
	margin: 60px -20px 0;
}
#info .pr > div {
	width: 100%;
	max-width: calc(33.33% - 40px);
	margin: 0 20px;
	text-align: center;
}
#info .pr .p1 {
	color: rgba(245, 230, 189, 0.5);
	margin: 0 0 12px;
	line-height: 1;
	font-size: 65px;
}
#info .pr .p2 {
	font-size: 18px;
}
main {
	overflow: hidden;
}
#advatages {
	padding: 113px 0 120px;
}
.advatages {
	margin: 0 -40px;
}
.advatages > div {
	width: 100%;
	max-width: calc(50% - 80px);
	margin: 0 40px 80px;
	padding: 40px 40px;
	background: #1E1E1E;
	border-radius: 30px;
	position: relative;
	min-height: 310px;
}
.advatages .title {
	margin: 0 0 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	color: #F5E6BD;
}
.advatages .desc {
	padding-right: 125px;
	font-size: 18px;
}
.advatages .img {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
}
.advatages img {
	display: block;
}
.advatages > div:nth-last-child(1) .img,
.advatages > div:nth-last-child(2) .img {
	top: auto;
	bottom: 20px;
}
#ex {
	padding: 100px 0;
	background: #F5E6BD;
}
#ex .section-title {
	color: #000;
	margin: 0 0 130px;
}
.ex {
	margin: 0 -18px;
	padding: 0 100px;
}
.ex .slick-list {
	padding: 0 18px;
}
.ex .slick-slide {
	margin: 0 18px;
}
.ex .img {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 110px;
	background: #000000;
	border-radius: 30px;
	padding: 0 50px;
}
.ex .slick-arrow {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	background: url(images/ar1.svg) no-repeat center center;
	width: 58px;
	height: 58px;
	top: 25px;
	left: 25px;
	transition: background linear .25s;
	text-indent: -9999px;
	border: 0;
	box-shadow: none;
}
* {
	outline: none !important;
}
.ex .slick-next {
	right: 25px;
	left: auto;
	background: url(images/ar2.svg) no-repeat center center;
}
.ex .slick-arrow:hover {
	background: url(images/ar3.svg) no-repeat center center;
}
.ex .slick-next:hover {
	background: url(images/ar4.svg) no-repeat center center;
}
body:after {
 display: none;
 content: url('images/ar3.svg') url('images/ar4.svg');
}
.ex .slick-dots {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 132px 0 0;
}
.ex .slick-dots li {
	margin: 0;
}
.ex .slick-dots li button {
	margin: 0 15px;
	padding: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 3px solid #000000;
	transition: all linear 0.25s;
	background: transparent;
	box-shadow: none;
	text-indent: -9999px;
	cursor: pointer;
}
.ex .slick-dots .slick-active button {
	background: #000;
}
#video {
	padding: 200px 0 100px;
}
#video .col1 {
	width: 100%;
	max-width: 575px;
	padding-right: 30px;
}
#video .col2 {
	width: 100%;
	max-width: 660px;
}
#video .section-title {
	margin: 0 0 40px;
	text-align: left;
}
#video .desc {
	font-size: 22px;
	color: #fff;
}
#video iframe {
	display: block;
	width: 100%;
	height: 495px;
}
.video {
	position: relative;
	border: 2px solid #F09942;
	box-shadow: 0px 4px 35px #FEB62C;
	border-radius: 30px;
	overflow: hidden;
	min-height: 495px;
}
.video:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/video.png) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
.video span {
	display: block;
	width: 100px;
	height: 72px;
	top: calc(50% - 36px);
	left: calc(50% - 50px);
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.video.play:before {
	display: none;
}
.video.play span {
	display: none;
}
.video path {
	transition: all linear .25s;
}
.video:hover svg .v {
	fill: #FF0000;
}
.grecaptcha-badge {
	opacity: 0.01;
	transform: scale(0.01);
}
#map {
	padding: 100px 0 270px;
	background: url(images/bg.png) no-repeat center bottom;
}
#map .section-title {
	margin: 0 0 127px;
}
.map {
	padding: 0 20px;
	position: relative;
}
.map .slick-list {
	overflow: visible;
	padding: 0 45px;
}
.map .slick-slide {
	transition: all linear .25s;
	margin: 0 45px;
}
.map .title {
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	color: #F5E6BD;
	margin: 0 0 5px;
}
.map .desc {
	font-size: 16px;
	padding-left: 10px;
	line-height: 22px;
}
.map .desc p {
	position: relative;
	padding-left: 15px;
}
.map .desc p:before {
	content: ' ';
	border-radius: 100%;
	background: #fff;
	width: 4px;
	height: 4px;
	left: 0;
	top: 9px;
	position: absolute;
}
.map .slick-arrow {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 58px;
	height: 58px;
	top: calc(50% - 28px);
	left: 0;
	transition: background linear .25s;
	text-indent: -9999px;
	border: 0;
	box-shadow: none;
	transform: rotate(180deg);
}
.map .slick-arrow svg {
	display: block;
	width: 58px;
	height: 58px;
	fill: #F5E6BD;
}
.map .slick-next {
	right: 0;
	left: auto;
	transform: rotate(0);
}
.map .slick-arrow.slick-disabled svg {
	fill: #444035;
}
.map .slick-slide {
	opacity: 0.2;
}
.map .slick-active {
	opacity: 1;
}
.map .slick-slide:nth-child(3n+3) .cont {
	margin-top: 40px;
}
.map .slick-slide:nth-child(3n+1) .cont {
	margin-top: 15px;
}
.map .cont {
	position: relative;
}
.map .cont:before {
	content: ' ';
	position: absolute;
	top: calc(100% + 10px);
	left: 0px;
	width: 1px;
	height: 90px;
	background: #fff;
}
.map .cont:after {
	content: ' ';
	position: absolute;
	top: calc(100% + 110px);
	left: -12px;
	width: 24px;
	height: 24px;
	background: #444035;
	border-radius: 100%;
}
.map .i1.cont:after {
	background: #F5E6BD;
}
#form {
	padding: 200px 0 170px;
}
#form .col1 {
	width: 100%;
	max-width: 580px;
}
#form .col2 {
	width: 100%;
	max-width: 600px;
	padding-left: 17px;
	position: relative;
	padding-bottom: 25px;
}
#form .col1 img {
	display: block;
	max-width: calc(100% + 240px);
	margin: -85px -80px;
}
form br {
	display: none;
}
form .d-flex > * {
	display: block;
	max-width: calc(50% - 21px);
}
form .d-flex {
	justify-content: space-between;
}
form label {
	display: block;
	margin: 0 0 45px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	color: #fff;
}
form input {
	background: #1E1E1E;
	border-radius: 10px;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
	border: 0;
	width: 100%;
	margin: 7px 0 0;
}
form .dop {
	color: #fff;
	font-size: 14px;
	margin: -10px 0 35px;
}
form .dop a {
	text-decoration: underline;
	color: #fff;
}
form .dop a:hover {
	color: #F09D3E;
}
form input::placeholder {
	color: #494949;
}
form .btn1 {
	border: 0;
	max-width: 100%;
}
form .btn1:hover {
	border:3px solid #F09D3E;
	background: #fff;
}
.ajax-loader,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
form .wpcf7-not-valid-tip {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	background: #fff url(images/att.png) no-repeat 9px center;
	padding: 5px 7px 5px 36px;
	color: #DE4040;
	font-size: 14px;
	line-height: 19px;
	border-radius: 5px;
}
form .wpcf7-form-control-wrap {
	position: static;
}
#partners {
	padding: 40px 0;
	background: #F5E6BD;
}
.partners {
	justify-content: space-around;
}
.partners img {
	display: block;
	max-width: 45%;
}
footer {
	padding: 40px 0 30px;
}
footer .col1 {
	width: 100%;
	max-width: 240px;
}
footer .home-link {
	display: block;
	margin: 10px 0 65px;
}
footer .home-link img {
	display: block;
	width: 44px;
}
footer .copy {
	color: #C8C8C8;
}
footer .ftitle {
	margin: 0 0 17px;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	width: 100%;
}
footer .col2 {
	width: 100%;
	max-width: 180px;
}
footer ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
}
footer .col3 {
	width: 100%;
	max-width: 380px;
}
.social a {
	display: block
}
.social a svg {
	display: block;
}
.social a svg *:not(.nf) {
	fill: #F5E6BD;
	stroke: #F5E6BD;
}
.social a svg:hover *:not(.nf) {
	fill: #F09D3E;
	stroke: #F09D3E;
}
.social a svg .nf {
	stroke: #F5E6BD;
}
.social a svg:hover .nf {
	stroke: #F09D3E;
}
#thanks {
	width: 100%;
	max-width: 940px;
	background: #F5E6BD;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px 15px 60px;
	display: none;
}
#thanks img {
	display: block;
	margin: 0 auto 20px;
}
#thanks .p1 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 64px;
	line-height: 81px;
	color: #1E1E1E;
}
#thanks .p2 {
	text-align: center;
	font-size: 22px;
	color: #1E1E1E;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}
.fancybox__content>.carousel__button.is-close {
	top: 20px !important;
	right: 20px !important;
	color: #1E1E1E !important;
}
.carousel__button svg {
	filter: none !important;
	width: 30px !important;
	height: 30px !important;
}
.copy2 {
	display: none;
}
.open-menu {
	display: none;
	width: 40px;
	height: 40px;
	background: url(images/menu.png) no-repeat center center;
}
.open-menu.open {
	background: url(images/close.png) no-repeat center center;	
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#text {
	padding: 40px 0 50px;
}
.bread {
	margin: 0 0 30px;
	color: #fff;
}
.bread a {
	color: #F5E6BD;
}
.bread a:hover {
	color: #F09D3E;
}
#text .text p {
	margin: 0 0 30px;
}
#text .text li {
	margin: 0 0 5px;
}
#text .text ol,
#text .text ul {
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}
#fancybox-2,
#fancybox-3,
#fancybox-4,
#fancybox-5,
#fancybox-6,
#fancybox-7 {
	display: none !important;
}
.up {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	width: 60px;
	height: 60px;
	background: url(images/ar4.svg) no-repeat center center;
	cursor: pointer;
	transform: rotate(-90deg);
}