@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
body {
    font-family: "Montserrat", sans-serif;
      height: 100vh;
      min-height: 600px;
	background-image: url(img/fon_big.jpg);
	color: #fff;
	padding-top: 10vh;
	background-position: center;
    background-size: cover;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #fff;
	text-decoration: none;
}
p {
	margin-bottom: 5px;
	line-height: 1.4;
}
.container {
	width: 100%;
	max-width: 1590px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	position: relative;
}
    .mob {
        display: none;
    }
.text_1 {
	min-height: 244px;
	float: left;
	width: calc(50% - 121px);
	display: grid;
    align-content: end;
	padding-right: 60px;
	padding-bottom: 10px;
}
.text_2 {
	min-height: 244px;
	float: right;
	width: calc(50% - 121px);
	padding-left: 60px;
	display: grid;
    align-content: end;
	padding-bottom: 10px;
}
.logo {
	display: block;
	float: left;
}
.line_1:after {
	content: '';
	display: table;
	width: 100%; 
}
.line_1 {
	margin-bottom: 40px;
}
.line_2 {
	margin-bottom: 50px;
	
}
.line_3 {
	text-align: center;
}
.text_1 p:nth-child(1) {
	font-size: 20px;
	font-weight: 500;
}
.text_1 p:nth-child(2) {
	font-size: 28px;
    font-weight: 400;
}

.text_2 p:nth-child(1) {
	color:  #ebe180;
	margin-bottom: 50px;
}
.text_2 p:nth-child(2) a{
	font-size: 24px;
}
.text_2 span {
	font-size: 24px;
	font-weight: 400;
}
.btn {
	background-color: #ebe180;
	color: #000;
    border-radius: 5px;
    display: table;
    padding: 0 65px;
    line-height: 44px;
    height: 44px;
    font-weight: 500;
    font-size: 20px;
}
.btn:hover {
	background-color: #fff;
}
.line_3 .btn {
	margin: 0 auto;
}
    @media (max-width:999px){
        .desc {
        display: none;
    }
    .mob {
        display: block;
    }
	body {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.logo {
		float: unset;
		width: 100%;
		text-align: center;
	}
	.text_1 {
		float: unset;
		width: 100%;
		padding: 0;
		        min-height: unset;
        margin-top: 20px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.text_1 p:nth-child(2) {
    font-size: 26px;
	}
	.text_1 p:nth-child(1) {
    font-size: 18px;
	}
	.btn {
		margin: 10px auto 30px;
	}
	.text_2 {
		float: unset;
		width: 100%;
		padding: 0;
		margin-top: 40px;
		padding-bottom: 50px;
	}
    }