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

	/* Titles Type */

	h1, h2, .title {
		font-size: 35px;
		line-height: 40px;
	}

	h2, .title.medium {
		font-size: 20px;
		line-height: 25px;
	}



	/* Main */

	.main__text {
	  font-size: 20px;
	  line-height: 25px;
	}
}



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

	/* Links List */

	.links__list > li {
	  width: 50%;
	}



	/* Slider */

  .main__slide .wrap::before {
    display: none;
	}

  .main__slide .wrap .descr {
    left: 50%;
    top: 60px;
    margin-left: -97px;
	}

 .main__slide .wrap img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
	}

  .main__slide .wrap .descr .descr__btn {
    margin-top: 20px;
	}

  .main .content .links a span {
    font-size: 12px;
	}

  .main__slide .wrap .descr .title {
    -webkit-filter: drop-shadow(0px 0px 4px black);
    filter: drop-shadow(0px 0px 4px black);
    font-size: 17px;
	}
}



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

	/* Contents Type */

	.content {
		padding: 25px 20px;
	}



	/* Titles Type */

	h1, h2, .title {
		font-size: 30px;
		line-height: 35px;
	}

	h2, .title.medium {
		font-size: 18px;
		line-height: 25px;
	}



	/* Header */

	.header__content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}



	/* Main */

	.main__text {
	  font-size: 15px;
	  line-height: 25px;
	}



	/* Links List */

	.links__list {
	  width: 100%;
	  margin-right: 0px;
	}

	.links__list > li {
	  width: 100%;
	  padding: 0px;
	  margin: 0px;
	}

	.links__list > li a {
		text-align: center;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	  padding: 15px 0px;
	}

	.links__list > li a:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.links__list > li a > span {
	  display: inline-block;
		vertical-align: middle;
		font-size: 25px;
		padding: 0px 15px;
	}

	.links__list > li a > span + span {
		font-size: 15px;
	  line-height: 30px;
	  padding: 0px 15px;
	}

	.links__list > li a > span + span:before {
	  content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2px;
		height: 100%;
		background: rgba(200,200,200,1.00);
	}
}
