body {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #443E3E;
	font-size:16px;
}

.header {
	padding-bottom: 30px;
	background-color: #fff;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

a {
	color: #443E3E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 1214px;
	margin: 0 auto;
}
.logo {
	margin-right: 186px;
	width:122px;
	height: 51px;
}
.phone{
	display: flex;
	margin-left: 105px;
}
.phone img {
	margin-right: 16px;
	width: 24px;
	height: 24px;
}
.phone-text {
	font-size: 24px;
	font-weight: 400;
}
.email{
	display: flex;
}
.email img {
	margin-right: 16px;
	width: 24px;
	height: 24px;
}
.email-text {
	font-size: 24px;
	font-weight: 400;
}
.nav {
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 20px;
}



.first-screen {
	margin-top: 100px;
}
.main-text {
	width: 442px;
	height: 188px;
	font-size: 40px;
	font-weight: 700;
}
.info-text {
	margin-top: 23px;
	width: 487px;
	height: 56px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 54px;
}
.button {
	width: 218px;
	height: 62px;
	background: linear-gradient(94.77deg, #C02628 4.71%, #EF4438 100%);
	border-radius: 10px;
	padding: 15px 18px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
}
.between {
	display: flex;
}
.right-side	 {
	margin-left: 115px;
}





.second-screen {
	margin-top: 110px;
	margin-bottom: 250px;
}
.second-screen-img {
	margin-right: 30px;
}
.main1-text {
	width: 442px;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
}
.main2-text {
	display: none;

}

.right-side-second-screen {
	margin-top: 100px;
}
.block {
	display:flex;
}
.block-img{
	margin-right: 16px;
	width: 50.83px
	height: 40.67px;
}

.block1-text {
	width: 690px;
	font-size: 24px;
	font-weight: 400;
	margin-top: 55px;
}
.block2-text {
	width: 716px;
	font-size: 24px;
	font-weight: 400;
	margin-top: 55px;
}
.block3-text {
	width: 690px;
	font-size: 24px;
	font-weight: 400;
	margin-top: 55px;
}

.third-screen {
	height: 380px;
	background-color: #F2F2F2;
	text-align: center;
}
.third-main-text {
	padding-top: 66px;
	font-size: 36px;
	font-weight: 700;
}
.third-text {
	margin: 0 auto;
	height: 122px;
	width:622px;
	margin-top: 22px;
	font-size: 24px;
	font-weight: 400;
}
.footer {
	text-align: center;
	/*margin-top: 107px;*/
	/*height: 393px;*/
	background: linear-gradient(90deg, #C02628 0%, #EF4438 100%);
	padding-bottom: 35px;
}
.footer a {
	color: #fff;	
}
.logo-footer {
	width: 132px;
	height: 55px;
	margin-top: 35px;
}
.white-phone{
	display: flex;
	align-items: center;
	margin-top: 44px;
}
.white-email{
	display: flex;
	margin-top: 26px;
}
.white-phone-text {
	color:#fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
}
.white-email-text {
	color:#fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
}




@media screen and (max-width: 1200px) {
	.container {
		width: 1140px;
	}
}
@media screen and (max-width: 1199px) {
	.container {
		width: 960px;
	}
	.logo {
		margin-right: 165px;
		width:100px;
		height: 43px;
	}
	.phone{
		display: flex;
		margin-left: 80px;
	}
	.phone img {
		margin-right: 14px;
		width: 18px;
		height: 18px;
	}
	.phone-text {
		font-size: 18px;
		font-weight: 400;
	}
	.email{
		display: flex;
	}
	.email img {
		margin-right: 14px;
		width: 18px;
		height: 18px;
	}
	.email-text {
		font-size: 18px;
		font-weight: 400;
	}
	.first-screen {
		margin-top: 167px;
	}

	.second-screen {
		margin-top: 110px;
		margin-bottom: 180px;
	}
	.main-text {
		width: 370px;
		height: 158px;
		font-size: 35px;
		font-weight: 700;
	}
	.info-text {
		margin-top: 23px;
		width: 400px;
		height: 56px;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 45px;
	}
	.button {
		width: 172px;
		height: 45px;
		background: linear-gradient(94.77deg, #C02628 4.71%, #EF4438 100%);
		border-radius: 8px;
		padding: 12px 15px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
	}
	.between {
		display: flex;
	}
	.right-side	 {
		margin-left: 90px;
	}
	.first-screen-img {
		width: 420px;
		height: 370px;
	}



	.main1-text {
		width: 370px;
		height: 50px;
		font-size: 35px;
		font-weight: 700;
	}
	.second-screen-img {
		margin-right: 10px;
		width: 420px;
		height: 370px;
	}
	.block {
		margin-top: 20px;
	}
	.block img{
		margin-right: 12px;
		width: 50px;
		height: 35px;
	}

	.block1-text {
		width: 450px;
		font-size: 20px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block2-text {
		width: 450px;
		font-size: 20px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block3-text {
		width: 450px;
		font-size: 20px;
		font-weight: 400;
		margin-top: 0px !important;
	}


	.third-screen {
		height: 340px;
		background-color: #F2F2F2;
		text-align: center;
	}
	.third-main-text {
		padding-top: 50px;
		font-size: 30px;
		font-weight: 700;
	}
	.third-text {
		margin: 0 auto;
		height: 122px;
		width:522px;
		margin-top: 22px;
		font-size: 20px;
		font-weight: 400;
	}


	.footer {
		text-align: center;
		margin-top: 107px;
		height: 300px;
		background: linear-gradient(90deg, #C02628 0%, #EF4438 100%);
	}
	.logo-footer {
		width: 100px;
		height:43px;
		margin-top:45px;
	}
	.white-phone{
		display: flex;
		align-items: center;
		margin-top: 34px;
	}
	.white-email{
		display: flex;
		margin-top: 22px;
	}
	.white-phone-text {
		color:#fff;
		font-size: 19px;
		font-weight: 400;
		margin: 0 auto;
	}
	.white-email-text {
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		margin: 0 auto;
	}



}
@media screen and (max-width: 991px) {
	.container {
		width: 720px;
	}
	.logo {
		margin-right:50px;
		width:100px;
		height: 43px;
	}
	.phone{
		display: flex;
		margin-left: 40px;
	}
	.phone img {
		margin-right: 10px;
		width: 18px;
		height: 18px;
	}
	.phone-text {
		font-size: 16px;
		font-weight: 400;
	}
	.email{
		display: flex;
	}
	.email img {
		margin-right: 10px;
		width: 18px;
		height: 18px;
	}
	.email-text {
		font-size: 16px;
		font-weight: 400;
	}
	.first-screen {
		margin-top: 110px;
	}

	.second-screen {
		margin-top: 110px;
		margin-bottom: 100px;
	}
	.main-text {
		width: 350px;
		height: 118px;
		font-size: 28px;
		font-weight: 700;
	}
	.info-text {
		margin-top: 23px;
		width: 350px;
		height: 54px;
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 45px;
	}
	.button {
		width: 172px;
		height: 45px;
		background: linear-gradient(94.77deg, #C02628 4.71%, #EF4438 100%);
		border-radius: 8px;
		padding: 12px 15px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
	}
	.between {
		display: flex;
	}
	.right-side	 {
		margin-left: 40px;
	}
	.first-screen-img {
		width: 320px;
		height:250px;
	}



	.main1-text {
		width: 300px;
		height: 30px;
		font-size: 28px;
		font-weight: 700;
	}
	.second-screen-img {
		margin-right: 10px;
		width: 320px;
		height: 330px;
	}
	.block {
		margin-top: 20px;
	}
	.block img{
		margin-right: 5px;
		width: 40px;
		height: 28px;
	}

	.block1-text {
		width: 350px;
		font-size: 18px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block2-text {
		width: 350px;
		font-size: 18px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block3-text {
		width: 350px;
		font-size: 18px;
		font-weight: 400;
		margin-top: 0px !important;
	}


	.third-screen {
		height: 300px;
		background-color: #F2F2F2;
		text-align: center;
	}
	.third-main-text {
		padding-top: 50px;
		font-size: 28px;
		font-weight: 700;
	}
	.third-text {
		margin: 0 auto;
		height: 102px;
		width:450px;
		margin-top: 22px;
		font-size: 18px;
		font-weight: 400;
	}


	.footer {
		text-align: center;
		margin-top: 77px;
		height: 250px;
		background: linear-gradient(90deg, #C02628 0%, #EF4438 100%);
	}
	.logo-footer {
		width: 100px;
		height:43px;
		margin-top:45px;
	}
	.white-phone{
		display: flex;
		align-items: center;
		margin-top: 28px;
	}
	.white-email{
		display: flex;
		margin-top: 18px;
	}
	.white-phone-text {
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		margin: 0 auto;
	}
	.white-email-text {
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		margin: 0 auto;
	}
	.photo {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 540px;
	}

}
@media screen and (max-width: 572px) {
	.container {
		width: 100%;
		padding: 0px 0px;
	}
	.logo {
		margin-right:10px;
		width:70px;
		height: 33px;
	}

	.phone{
		display: flex;
		margin-left: 0px;
	}
	.phone img {
		margin-right: 6px;
		width: 14px;
		height: 14px;
	}
	.phone-text {
		font-size: 13px;
		font-weight: 400;
	}
	.email{
		display: flex;
	}
	.email img {
		margin-right: 6px;
		width: 14px;
		height: 14px;
	}
	.email-text {
		font-size: 13px;
		font-weight: 400;
	}
	.first-screen {
		margin-top: 50px;
		display: flex;
		text-align:center;
		width: 100%;
	}
	.nav {
		margin-left: 20px;
	}


	.second-screen {
		margin-top: 50px;
		margin-bottom: 60px;
		display: flex;
		text-align: center;
	}
	.main-text {
		width: 100%;
		height: 60px;
		font-size: 22px;
		font-weight: 700;
	}
	.info-text {
		margin-top: 23px;
		width: 95%;
		height: 25px;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 45px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.button {
		width: 142px;
		height: 38px;
		background: linear-gradient(94.77deg, #C02628 4.71%, #EF4438 100%);
		border-radius: 8px;
		padding: 10px 12px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 15px;
		font-weight: 700;
	}
	.left-side {
		width: 100%;
	}
	.right-side	 {
		margin-left: 0px;
	}
	.first-screen-img {
		margin-top: 20px;
		width:300px;
		height:250px;
	}
	.between {
		display: block !important;
		margin: 0 auto;
	}
	.between-first-screen {
		display: block !important;
		margin: 0 auto;
	}
	.between {
		display: flex;
		margin: 0 auto;
	}
	.left-side-second-screen {
		width: 540px;
		height: 40px;
		display: none;
	}
	.right-side-second-screen {
		margin-top: 20px;
		margin: 0 auto;
	}



	.main1-text {
		width: 300px;
		height: 30px;
		font-size: 25px;
		font-weight: 700;
	}
	.second-screen-img {
		display: none;
	}
	.block {
		margin-top: 20px;
		display: block;
	}
	.block img{
		width: 55px;
		height: 40px;
		margin-bottom: 10px;
	}
	.main2-text {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-size: 22px;
		font-weight: 700;
	}
	.block1-text {
		width: 95%;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block2-text {
		width: 95%;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 400;
		margin-top: 0px !important;
	}
	.block3-text {
		width: 95%;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 400;
		margin-top: 0px !important;
	}


	.third-screen {
		height: 250px;
		background-color: #F2F2F2;
		text-align: center;
	}
	.third-main-text {
		padding-top: 40px;
		font-size: 24px;
		font-weight: 700;
	}
	.third-text {
		margin: 0 auto;
		height: 102px;
		width:100%;
		margin-top: 22px;
		font-size: 16px;
		font-weight: 400;
	}

	.footer {
		text-align: center;
		margin-top: 77px;
		height: 230px;
		background: linear-gradient(90deg, #C02628 0%, #EF4438 100%);
	}
	.logo-footer {
		width: 100px;
		height:43px;
		margin-top:45px;
	}
	.white-phone{
		display: flex;
		align-items: center;
		margin-top: 23px;
	}
	.white-email{
		display: flex;
		margin-top: 13px;
	}
	.white-phone-text {
		color:#fff;
		font-size: 15px;
		font-weight: 400;
		margin: 0 auto;
	}
	.white-email-text {
		color:#fff;
		font-size: 15px;
		font-weight: 400;
		margin: 0 auto;
	}
	.photo {
		width: 20px;
		height: 20px;
	}
}