@font-face {
  font-family: 'Oranienbaum-Regular';
  src: url('../fonts/Oranienbaum-Regular.eot');
  src: url('../fonts/Oranienbaum-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Oranienbaum-Regular.ttf') format('truetype'),
       url('../fonts/Oranienbaum-Regular.woff') format('woff'),
       url('../fonts/Oranienbaum-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-weight: 500;
	overflow-x: hidden;
    font-style: normal;
    color: #4D3B08;
	font-family: 'Montserrat';
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/bg.png);
}
a,
a:active,
a:visited,
a:focus,
a:hover{
	opacity: 1;
	outline: none;
	color: inherit;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover{
	opacity: 0.75;
}
h1{
	
	font-size: 130px;
	font-style: normal;
	line-height: 117px;
	font-weight: normal;
	margin: 60px 0 205px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	
	font-family: 'Oranienbaum-Regular';
}
h1 span{
	/*background: radial-gradient(100% 438.17% at 32.64% 100%, rgba(250, 205, 89, 0.6) 0%, rgba(250, 205, 89, 0) 100%, rgba(250, 205, 89, 0) 100%), radial-gradient(69.17% 195.85% at 95.82% 0%, rgba(250, 205, 89, 0.6) 0%, rgba(250, 205, 89, 0) 100%, rgba(250, 205, 89, 0) 100%), linear-gradient(100deg, #501709 -3.5%, #492915 125.74%), #FFFFFF;*/

}
h1 span:first-child{
	margin-right: 210px;
	background: linear-gradient(99.61deg, #FAC94B 8.99%, #501709 39.91%, #FACD59 69.83%, #492915 109.63%);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  color: #9A7152;
}
h1 span:last-child{
	margin-right: -40px;
	background: linear-gradient(99.61deg, #FAC94B 8.99%, #501709 39.91%, #FACD59 69.83%, #492915 109.63%);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  color: #9A7152;
}
h2{
	color: #9A7152;
	font-size: 60px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Oranienbaum-Regular';
}
.mb__35{
	margin-bottom: 35px !important;
}
.mb__40{
	margin-bottom: 40px !important;
}
.bold{
	font-weight: 500;
}
/*header*/
header{
	padding: 65px 0 110px 0;
	overflow: hidden;
	min-height: 725px;
	position: relative;
	margin-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header.png);
}
/*header:before {
    content: "";
    z-index: 1;
    right: 0;
    left: -82px;
    top: -50px;
    display: block;
    height: 700px;
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
    background-image: url(../images/line.svg);
}*/
.logo{
	z-index: 2;
	position: relative;
}
.date{
	z-index: 2;
	color: #513627;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	position: relative;
	font-weight: normal;
}
.autor{
	bottom: 0;
	left: -40px;
	right: 0;
	margin: auto;
	position: absolute;
	text-align: center;
}
.autor img{
	width: auto;
	height: 815px;
}
/*.gradient{
	left: 0;
	right: 0;
	bottom: 0;
	height: 207px;
	position: absolute;
	background: radial-gradient(116.67% 116.67% at 90.22% 130.68%, #DFBEAC 0%, rgba(223, 190, 172, 0) 100%), linear-gradient(360deg, #F7E3D7 0%, rgba(245, 224, 212, 0) 100%);
}*/

.buy{
	z-index: 2;
	color: #FFFFFF !important;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	max-width: 300px;
	line-height: 28px;
	text-align: center;
	position: relative;
	font-weight: normal;
	border-radius: 20px;
	letter-spacing: 0.1em;
	padding: 15px 10px 12px 10px;
	font-family: 'Oranienbaum-Regular';

	/*background-color: #9A7152;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/gold.jpg);*/
	background: linear-gradient(99.85deg, #501709 -3.7%, rgba(250, 201, 75, 0.6) 21.9%, #492915 51.02%, #FACD59 112.78%), linear-gradient(100deg, #501709 -3.5%, #492915 125.74%), #FFFFFF;
}
/*tariff*/
.tariff{
	margin-bottom: 45px;
}
.tariff h2{
	margin-bottom: 30px;
}
.tariff__item{
	padding: 35px;
	color: #4D3B08;
	font-size: 18px;
	line-height: 25px;
	background: #FFFFFF;
	border-radius: 30px;
	margin-bottom: 45px;
	font-weight: normal;
	border: 1px solid #9A7152;
}
.tariff__sub-title{
	color: #4D3B08;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
.tariff__title{
	color: #4D3B08;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Oranienbaum-Regular';
}
.tariff .row{
	margin-bottom: 20px;
}
.tariff__item img{
	margin-bottom: 10px;
}
.tariff h3{
	padding: 0;
	color: #4D3B08;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 500;
}
.tariff__details{
	margin-bottom: 20px;
}
.price{
	color: #4D3B08;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	font-style: normal;
}
.price__old{
	width: auto;
	font-size: 24px;
	overflow: hidden;
	line-height: 34px;
	position: relative;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
	color: rgba(77, 59, 8, 0.4);
}
.price__old:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: auto;
	transform: rotate(-15deg);
	background: rgba(77, 59, 8, 0.4);
}
.book-now{
	z-index: 2;
	color: #9A7152;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	max-width: 300px;
	line-height: 28px;
	text-align: center;
	position: relative;
	font-weight: normal;
	border-radius: 20px;
	background: #fff;
	letter-spacing: 0.1em;
	border: 2px solid #9A7152;
	padding: 13px 10px 11px 10px;
	font-family: 'Oranienbaum-Regular';
}
.price__row span{
	color: #4D3B08;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
.tariff .buy{
	display: block;
	width: 100%;
	max-width: 100%;
}
.tariff ul{
	padding: 0;
	list-style: none;
}
.tariff ul li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.tariff ul li:before{
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	top: 8px;
	border-radius: 50%;
	position: absolute;
	background: #9A7152;
}
.tariff__installment{
	color: #4D3B08;
	display: block;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #F5F5F5;
	border-radius: 20px;
	margin: 20px 0;
	padding: 17px 15px 13px 15px;
	font-family: 'Oranienbaum-Regular';
}
.tariff__desc{
	color: #6A6A6A;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	font-weight: normal;
}

/*questions*/
.questions{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
}
.questions h2{
	padding-top: 60px;
	margin-bottom: 20px;
}
.questions__form{
	padding: 45px 45px 10px 45px;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #9A7152;
}

/**/
.before-footer{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	padding-top: 70px;
}
.before-footer img{
	margin-bottom: 20px;
}
.before-footer h2{
	margin-bottom: 20px;
}
/*footer*/
footer{
	padding: 35px 0;
	font-size: 14px;
	margin-top: 60px;
	line-height: 20px;
	font-weight: normal;
	color: rgba(42, 46, 51, 0.3);
}
.social__item{
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
}
.social__item:first-child{
	margin-left: 0;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer li{
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
footer li:last-child{
	margin-right: 0;
}

/*@media (max-width: 1500px){
	header:before {
	    right: 0;
	    left: -200px;
	    top: 0;
	    height: 650px;
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-image: url(../images/line.svg);
	}
}*/
@media(max-width: 1199px){
	h1 span:first-child {
	    margin-right: 170px;
	}
}
@media(max-width: 991px){
	h1{
		font-size: 110px;
		line-height: 88px;
	}
	h1 span:first-child{
		margin-right: 65px;
	}
	h1 span:last-child{
		margin-right: 0;
	}
	.book-now{
		max-width: 100%;
		margin-top: 15px;
	}
	/*.autor{
		width: 450px;
		height: 470px;
		text-align: center;
	}*/
	.autor img {
	    height: 650px;
	  	max-width: 100%;
	}
	.questions__form{
		margin-top: 20px;
	}
	footer ul{
		margin: 15px 0 20px 0;
	}
}
@media(max-width: 768px){
	header{
		overflow: hidden;
		min-height: 1px;
		padding: 30px 0 70px 0 !important;
		background: url(../images/header-mob.png) no-repeat center bottom !important;
		background-size: cover !important;
	}
	/*header:before {
	    right: 0;
	    left: 0px;
	    top: 50px;
	    height: 650px;
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-image: url(../images/line.svg);
	}*/
	h1{
		font-size: 110px;
		line-height: 88px;
		margin: 35px 0 306px 0;
	}
	h1 span{
		display: block;
		margin: 0 !important;
	}
	.autor{
		width: 370px;
		height: 440px;
		bottom: 137px;
		text-align: center;
	}
	.autor img{
		height: auto;
		max-width: 370px;
	}
	.date{
		margin-bottom: 20px;
	}
	.gradient{
		height: 341px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: linear-gradient(360deg, #F7E3D7 0%, rgba(245, 224, 212, 0) 100%);
	}
	h2{
		font-size: 50px;
		line-height: 50px;
	}
	.tariff{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 0;
	}
	.tariff__item{
		padding: 30px 20px 35px 20px;
		margin-bottom: 15px;
	}
	.tariff br{
		display: none;
	}
	.tariff__item img {
	    margin-bottom: 20px;
	}
	.price{
		font-size: 30px;
		line-height: 40px;
	}
	.questions__form{
		margin-top: 20px;
		padding: 25px 15px 10px 15px;
	}
	.questions,
	.before-footer{
		font-size: 18px;
		line-height: 25px;
	}
	.before-footer img{
		width: 20px;
		height: auto;
	}
}

/*@media (max-width: 640px){
	header:before {
	    right: 0;
	    left: -100px;
	    top: 75px;
	    height: 650px;
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-image: url(../images/line.svg);
	}
}*/
@media(max-width: 400px){
	.price{
		font-size: 25px;
		line-height: 35px;
	}
	.price__row span {
	    font-size: 16px;
	}
	.autor{
		width: 320px;
	    height: 333px;
	    bottom: 180px;
		text-align: center;
	}
	.price__old {
	    font-size: 20px;
	    margin-top: 0;
	}
	.autor img{
		height: auto;
		max-width: 320px;
	}
	.tariff__title {
	    font-size: 28px;
	    line-height: 38px;
	}
}