@media screen and (max-width: 1300px ) {
	.comment{
		padding-right: 15px;
		padding-left: 15px;
	}

}
@media screen and (max-width: 1300px ) {
	.kidsHand{
		flex-direction: column;
		align-items: center;

	}
}
@media screen and (max-width: 1200px ) {
	.blockNews{
		padding-bottom: 30px;
	}
	.open{
		flex-direction: column;
		height: auto;
		width: 80%;
	}
	.openTop{
		flex-direction: column-reverse;
		margin-top: 0;

	}
	.triangle, .triangleRight{
		position: absolute;
		border-color: transparent transparent white transparent ;
	}
	.triangle{
		top: 301px;
		left: 244px;

	}
	.triangleRight{
		top:302px;
    	right: 136px;
	}
	.contentNew, .contentNew2{
		margin-right: 0;
	}
}
@media screen and (max-width: 1080px ) {
	#interMis h1 {
		font-size:45px;
	}
	#interMis button {
		padding: 10px 28px;
	}
	.misInternat{
		width: 100%;
		text-align: center;
	}
	.ourPartners{
		margin-top: 30px;
		flex-direction: column;
		align-items: center;
	}
	.whatDo{
		margin-top: 50px;
	}
	#partnersBtn {
		text-align: center;
	}
	.comment div:first-child {
		display: none;
	}
	.comment p {
		margin: 0 55px 24px 10px;
	}
}
@media screen and (max-width: 800px ) {
	#advice h4 {
		font-size: 33px;
	}
	#textCamp{
		padding-bottom: 360px;
	}

}
@media screen and (max-width: 615px ){
	.contentNew h3, .contentNew2 h3{
		font-size: 25px;
	}
	.triangle, .triangleRight{
		display: none;
	}
	.blockNews{
		width:96%;
	}
	.open{
		width: 100%;
		height: auto;
	}
	.openTop{
		margin-top: 0;
	}
	.images{
		width: 100%:;
	}
	.images img{
		width: 100%;
		height: auto;
	}
	.contentNew, .contentNew2{
		margin:0;
		padding:0 10px;
	}
	.contentNew .textNews, .contentNew2 .textNews {
		padding:0 10px;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 560px ) {
	.lessons {
		margin-left:0;
	}
	.data {
		font-size: 18px;
	}
	#textCamp {
		margin:0 5px;
		font-size: 22px;
	}

}