@media screen and (min-width: 1450px) {
	.select-card-one, .card-one, .card-two, .card-three, .select-card-two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
	
	.card-three_img, .card-two_img, .card-one__img {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1314px) {
	.left-side {
		display: none;
	}
	
	.right-side {
		padding: 20px 30px 0 30px;
	}
	
	.logo-media {
		display: block;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1105px) {
	.select-card-one, .card-one, .card-two, .card-three, .select-card-two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		-webkit-box-align: center;
		   -ms-flex-align: center;
		      align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.select-card-one__container, .card-one__container, .card-three__container {
		padding: 50px 0 0 0;
	}
	
	.select-card-two__container {
		padding: 80px 0 0 0;
	}
	
	.card-three__text {
		padding-bottom: 60px;
	}
	
	.size-img-two, .card-two_img {
		margin-bottom: 30px;
		padding-right: 0;
	}
}

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

	.logo-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}

	.select-card-one__title {
		font-size: 30px;
	}
	
	.select-card-one__text, .card-one__text, .card-two__text, .card-three__text, .select-card-two__text {
		font-size: 16px;
		width: 300px;
	}
	
	.image-one {
		width: 275px;
		height: 211px;
	}
	
	.card-one__title, .card-two__title, .card-three__title, .select-card-two__title {
		font-size: 24px;
		width: 300px;
	}
	
	.image-two {
		width: 259px;
		height: 192px;
	}
	
	.size-img {
		width: 254px;
		height: 128px
	}
	
	.size-img-two {
		width: 252px;
		height: 183px
	}
	
	.image-three {
		width: 235px;
		height: 249px
	}
	
	.right-side {
		padding: 20px 5px 0 5px;
	}
	
	.select-card-two__button {
		padding: 17px 30px;
	}
	
	.footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
}

@media screen and (max-width: 370px) {
	.select-card-two__button {
		padding: 17px 5px;
	}
}










