@media screen and (max-width: 1350px) {
	.content {
		width: 1100px;
	}

	.info__item.flex,
	.info__link.flex {
		width: 300px;
	}

	.card {
		width: 435px;
	}

	.card__res_icon {
		display: none;
	}

	.card__link button {
		width: 110px;
	}

	.card__link .input {
		width: 250px;
	}

	.prize {
		width: 200px;
	}

	.content .calc__currencies a {
		margin-right: 15px;
	}

	.content .price__item {
		width: 215px;
	}

	.content .calc__field_input {
		width: 440px;
	}


}

@media screen and (max-width: 1150px) {
	.container,
	.content {
		width: 970px;
	}

	header {
		padding-top: 50px;
	}

	.menu a {
		margin-left: 20px;
		margin-right: 20px;
	}

	.about__text {
		width: 460px;
	}

	.calc {
		padding-top: 130px;
	}

	.calc__top_text {
		width: 500px;
	}

	.calc__top.flex {
		margin-bottom: 90px;
	}

	.calc__currencies a {
		margin-right: 20px;
	}

	.calc__field_input {
		width: 500px;
	}

	.price__item {
		width: 230px;
	}

	.price__items.flex {
		margin-bottom: 80px;
	}

	.price__text {
		width: 500px;
	}

	.price__title {
		width: 400px;
	}

	.advantage {
		width: 230px;
	}

	.advantages__col {
		width: 300px;
	}

	.advantages__col.advantages__col-two {
		width: 230px;
	}

	.block-two {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}

	.ref {
		margin-top: -180px;
		padding-top: 220px;
		padding-bottom: 50px;
	}

	.ref .section__title-signature {
		margin-bottom: 60px;
	}

	.ref__item {
		padding-top: 85px;
	}

	.ref__item_title {
		margin-bottom: 15px;
	}

	.faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.faq__items {
		width: 620px;
	}

	.stat {
		padding-top: 50px;
	}

	.stat .table-wrapper {
		width: 470px;
	}

	.header__sidebar.flex {
		width: 690px;
	}

	.modal__title {
		margin-bottom: 20px;
	}

	.modal-click__choice.flex {
		margin-bottom: 30px;
	}

	.modal__close {
		margin-bottom: 30px;
	}

	.modal {
		padding-bottom: 50px;
	}

	.modal__form input {
		margin-bottom: 15px;
	}

	.content {
		padding: 35px;
		border-radius: 20px;
	}

	.content:before {
		right: -150px;
	}

	.content:after {
		left: -150px;
	}

	.page-header .menu a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.page-header {
		padding-bottom: 50px;
	}

	.content__top.flex {
		margin-bottom: 10px;
	}

	.support-form input.input {
		margin-bottom: 20px;
	}


}

@media screen and (max-width: 992px) {
	.container,
	.content {
		width: 750px;
	}

	.header__sidebar.flex {
		width: 250px;
		position: fixed;
		top: 0;
		left: -250px;
		transition: all ease 0.3s;
		height: 100vh;
		overflow-y: auto;
		z-index: 100;
		background: #fafafa;
		border-right: 1px solid #0099ff;
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.header__sidebar.flex.active {
		left: 0;
	}

	header .menu.flex {
		width: 100%;
	}

	header .menu a {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
		padding: 10px;
		font-size: 18px;
		font-weight: 500;
	}

	header .menu a:after {
		display: none;
	}

	header .settings.flex {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		justify-content: center;
	}

	header .settings__button {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	header .settings__login {
		width: 100%;
		margin-right: 0;
		text-align: center;
		font-size: 18px;
	}

	header .language {
		position: absolute;
		z-index: 50;
		top: 10px;
		right: 20px;
	}

	.navbar-tog {
		cursor: pointer;
		display: block;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 30px;
		height: 4px;
		border-radius: 4px;
		margin-bottom: 5px;
		background-color: #0099ff;
		transition: all 0.3s ease-in-out;
	}

	.navbar-on .bar1 {
		transform-origin: 5% 40%;
		transform: rotate(45deg);
	}

	.navbar-on .bar3 {
		transform-origin: 10% 40%;
		transform: rotate(-45deg);
	}

	.navbar-on .bar2 { background-color: transparent; }

	.main {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.main__block {
		width: 55%;
		margin-left: 45%;
	}

	.main__block_img {
		left: -510px;
	}

	.about__title {
		width: 100%;
	}

	.about .section__title-signature {
		margin-bottom: 20px;
	}

	.about__text {
		width: 100%;
		margin-bottom: 0;
	}

	.about__text-one:after {
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
	}

	.calc__title {
		width: 100%;
		margin-bottom: 15px;
	}

	.calc__top_text {
		width: 100%;
	}

	.calc__top.flex {
		margin-bottom: 60px;
	}

	.calc__block:after {
		display: none;
	}

	.calc__currencies a {
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 40px;
	}

	.calc__field_input {
		width: 250px;
	}

	.price__item {
		width: 365px;
		margin-bottom: 15px;
	}

	.price__title {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.price__img-four {
		display: none;
	}

	.price__text {
		width: 100%;
	}

	.price {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		padding-bottom: 170px;
	}

	.advantages {
		padding-top: 50px;
		margin-top: -100px;
		position: relative;
		z-index: 5;
	}

	.advantages__col,
	.advantages__col.advantages__col-two {
		width: 100%;
	}

	.advantage {
		width: 100%;
		padding-left: 50px;
	}

	.advantage-one {
		min-height: 0px;
		margin-top: 0;
		margin-left: 0;
	}

	.advantage-two {
		min-height: 0px;
	}

	.advantage-three {
		margin-left: 0;
	}

	.advantage-four {
		padding-bottom: 20px;
	}

	.advantage-four:after {
		display: none;
	}

	.advantage-six {
		min-height: 0px;
		margin-top: 0;
	}

	.advantage-seven {
		margin-left: 0;
		min-height: 0px;
	}

	.advantage__title {
		margin-bottom: 10px;
	}

	.advantage-one .advantage__title:before {
		animation-delay: 0s;
	}
	.advantage-two .advantage__title:before {
		animation-delay: 0.5s;
	}
	.advantage-three .advantage__title:before {
		animation-delay: 1s;
	}
	.advantage-four .advantage__title:before {
		animation-delay: 1.5s;
	}
	.advantage-five .advantage__title:before {
		animation-delay: 2s;
	}
	.advantage-six .advantage__title:before {
		animation-delay: 2.5s;
	}
	.advantage-seven .advantage__title:before {
		animation-delay: 3s;
	}
	.advantage-eith .advantage__title:before {
		animation-delay: 3.5s;
	}

	.ref__item {
		width: 230px;
		background-position: 20px top;
	}

	.ref__item_title {
		padding-left: 20px;
	}

	.ref__item p {
		padding-left: 20px;
	}

	.faq__sign {
		display: none;
	}

	.faq__title {
		width: 100%;
		margin-bottom: 30px;
	}

	.faq__items {
		width: 100%;
	}

	.faq .container:before {
		display: none;
	}

	.question {
		margin-bottom: 5px;
	}

	.faq {
		padding-bottom: 30px;
	}

	.stat {
		padding-top: 30px;
	}

	.stat .table-wrapper {
		width: 365px;
	}

	footer .menu.flex {
		width: 100%;
		justify-content: center;
		order: 3;
		margin-top: 30px;
	}

	footer .menu a {
		font-size: 18px;
	}

	footer .logo {
		order: 1;
	}

	footer .settings.flex {
		order: 2;
	}

	.page-header .bar1,
	.page-header .bar2,
	.page-header .bar3 {
		background: #fff;
	}

	.page-header .navbar-on .bar2 {
		background: transparent;
	}

	.page-header .menu a {
		color: #AFADAD;
	}

	.page-header .menu a:hover {
		color: #2342E6;
	}

	.menu a svg {
		display: none;
	}

	.info__item.flex, .info__link.flex {
		width: 226px;
	}

	.card {
		width: 330px;
		margin-bottom: 20px;
	}

	.card__res table {
		width: 100%;
	}

	.card__res table tr td {
		width: 50%;
	}

	.partners__stat_item {
		width: 100%;
		border: none;
		border-bottom: 1px solid #EDECEC;
		padding: 10px 50px;
	}

	.card__link .input {
		width: 100%;
		margin-bottom: 10px;
	}

	.card__link button {
		width: 100%;
	}

	.card__link.flex {
		padding-bottom: 0;
	}

	.partners__link .input {
		width: 100%;
		margin-bottom: 10px;
	}

	.partners__link_block a {
		width: 100%;
	}

	.partners__profit_item {
		width: 48%;
	}

	.partners__profit_title {
		margin-bottom: 10px;
	}

	.prize {
		width: 315px;
	}

	.content .calc__currencies a {
		margin-right: 2px;
		width: 66px;
		height: 66px;
	}

	.calc__field.flex {
		padding-top: 0;
	}

	.content .price__item {
		width: 330px;
	}

	.content .calc__field_input {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.content .calc__field_title {
		padding-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.container,
	.content {
		width: 540px;
	}

	.main__block {
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}

	.main__buttons.flex {
		justify-content: center;
		margin-bottom: 50px;
	}

	.main__block_img {
		position: relative;
		top: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.main__down-link {
		margin-left: auto;
		margin-right: auto;
	}

	.main {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.data__block.flex {
		width: 100%;
	}

	.data {
		padding-top: 40px;
	}

	.about__currencies span {
		margin-right: 20px;
	}

	.about__title {
		margin-bottom: 0;
	}

	.calc__currencies.flex {
		justify-content: center;
		padding-left: 0px;
	}

	.calc__currencies a {
		margin: 2px;
	}

	.calc__block {
		padding: 30px;
	}

	.calc__field.flex {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.calc__field_title {
		padding-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}

	.calc__field_input {
		width: 100%;
	}

	.calc__course {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.calc__progress_values.flex {
		margin-bottom: 40px;
	}

	.price__item {
		width: 260px;
	}

	.price__items.flex {
		margin-bottom: 40px;
	}

	.advantages h2 {
		margin-bottom: 35px;
	}

	.ref__item {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 60px;
	}

	.ref .section__title-signature {
		margin-bottom: 30px;
	}

	.ref {
		padding-bottom: 30px;
	}

	.faq {
		padding-top: 30px;
	}

	.stat .table-wrapper {
		width: 100%;
		margin-bottom: 10px;
	}

	.modal {
		width: 500px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.modal__close a {
		margin-right: 0;
	}

	.content__title {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.content__top.flex {
		justify-content: center;
	}

	.page-header {
		padding-bottom: 30px;
	}

	.info__item.flex, .info__link.flex {
		width: 235px;
	}

	.info__item-one {
		order: 1;
	}

	.info__item-two {
		border-radius: 0px 25px 0px 0px;
		order: 2;
	}

	.info__item-three {
		border-radius: 0px;
		order: 3;
	}

	.info__item-five {
		order: 4;
	}

	.info__link-one {
		order: 5;
	}

	.info__link-two {
		order: 6;
	}

	.info__item.flex,
	.info__link.flex {
		min-height: 0px;
	}

	.info__item_profit {
		margin-top: 0;
	}

	.card {
		width: 100%;
		margin-bottom: 10px;
	}

	.card__res table {
		width: 180px;
	}

	.contracts__links a {
		border: none;
		text-align: center;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.contracts__links a:before {
		display: inline-block;
		position: relative;
		top: 2px;
		margin-right: 10px;
		left: 0;
	}

	.contracts__links.flex {
		border-radius: 10px;
		padding: 10px;
	}

	.partners__link {
		padding-top: 20px;
	}

	.give {
		padding-top: 0;
	}

	.give__title {
		font-size: 30px;
		line-height: 45px;
	}

	.give__signature {
		margin-bottom: 20px;
	}

	.give {
		padding-bottom: 40px;
	}

	.prizes__title {
		margin-bottom: 15px;
	}

	.prize {
		width: 215px;
	}

	.winners__title {
		margin-bottom: 15px;
	}

	.content .calc__progress_values.flex {
		margin-bottom: 30px;
	}

	.content .price__item {
		width: 225px;
	}

	.calc__field_title table {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.calc__right {
		width: 100%;
		text-align: center;
	}

	.calc__block-wrapper {
		padding-top: 0;
	}
}

@media screen and (max-width: 576px) {
	
	.container,
	.content {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	header {
		padding-top: 30px;
	}

	.main h1 {
		font-size: 42px;
		margin-bottom: 0;
	}

	.main__buttons_start {
		margin-right: 10px;
	}

	.main__buttons a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.main__block_img {
		width: 300px;
		height: 205px;
	}

	.block-one {
		background: #fafafa;
	}

	.data {
		background: #0099ff;
		padding-bottom: 40px;
	}

	.data__item,
	.data__item-three.flex,
	.data__item-four.flex {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.data__img {
		display: none;
	}

	.about {
		padding-top: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.section__title-signature {
		font-size: 16px;
		line-height: 25px;
	}

	.calc__progress_values.flex {
		padding-left: 10px;
	}

	.calc__progress_values p span {
		display: block;
	}

	.calc__progress_values p {
		text-align: center;
	}

	.price__items.flex {
		justify-content: center;
	}

	.price__item {
		width: 300px;
	}

	.calc {
		padding-bottom: 90px;
	}

	.price {
		margin-top: 0;
		background: #0099ff;
		padding-bottom: 40px;
	}

	.advantages {
		margin-top: 0;
		padding-top: 40px;
	}

	.faq {
		padding-bottom: 0;
	}

	.stat .section__title-signature {
		margin-bottom: 15px;
	}

	.footer__block.flex {
		justify-content: center;
	}

	footer .settings.flex {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}

	footer .menu.flex {
		margin-top: 20px;
		width: 300px;
	}
	
	footer .menu a {
		width: 100%;
		text-align: center;
	}

	footer .menu a:after {
		display: none;
	}

	.footer__block.flex {
		margin-bottom: 35px;
	}

	footer {
		padding-bottom: 50px;
	}

	.modal {
		width: 300px;
		border-radius: 10px;
		padding: 15px 15px 25px 15px;
	}

	.modal-click__choice.flex {
		width: 100%;
	}

	.modal__title-signature {
		margin-top: 5px;
	}

	.modal__title {
		margin-bottom: 10px;
	}

	.modal-click__choice.flex {
		margin-bottom: 15px;
	}

	.modal__close {
		margin-bottom: 20px;
	}

	.modal-login__socials.flex {
		justify-content: center;
	}

	.modal-login__socials p {
		text-align: center;
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}

	.modal-login__socials a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.modal__form_settings {
		margin-bottom: 15px;
	}

	.modal-login__socials.flex {
		margin-bottom: 20px;
	}

	.modal-thanks__info {
		padding: 10px;
	}

	.modal__signature {
		font-size: 16px;
		line-height: 21px;
	}

	.content {
		border-radius: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content:before,
	.content:after {
		display: none;
	}

	.info__item.flex,
	.info__link.flex {
		width: 100%;
		padding: 15px;
	}

	.info__item-one {
		border-radius: 10px 10px 0px 0px;
	}

	.info__item-two {
		border-radius: 0px;
	}

	.info__link-one {
		border-radius: 0px;
	}

	.info__link-two {
		border-radius: 0px 0px 10px 10px;
	}

	.info.flex {
		margin-bottom: 30px;
	}

	.page-body footer {
		padding-top: 50px;
	}

	.content .calc__progress_values.flex {
		margin-bottom: 30px;
	}

	.card__res table {
		width: 100%;
	}

	.table table tr td {
		padding: 7px;
		font-size: 14px;
		line-height: 17px;
	}

	.table-wrapper {
		border-radius: 10px;
	}

	.content .table table tr.table__title td {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.content__title h1 {
		font-size: 32px;
		line-height: 43px;
	}

	.partners__profit_item {
		width: 100%;
	}

	.partners__link {
		padding-bottom: 0;
	}

	.partners__profit {
		margin-bottom: 25px;
	}

	.give__button a {
		padding: 15px 30px;
	}

	.give__description {
		margin-bottom: 15px;
	}

	.give__signature {
		margin-bottom: 15px;
	}

	.prize {
		width: 100%;
	}

	.prize__img.flex {
		margin-bottom: 0;
	}

	.give__img-one,
	.give__img-two {
		display: none;
	}

	.content .price__item {
		width: 300px;
	}

	.support-form input.input {
		width: 100%;
		margin-right: 0;
	}

	textarea.input {
		height: 150px;
	}

}

@media screen and (max-width: 1350px) {
	.content .calc__currencies a {
		margin-right: 7px;
	}
}

@media screen and (max-width: 992px) {
	.calc__currencies a {
	    margin-left: 0;
	    margin-right: 7px;
	    margin-bottom: 7px;
	}
}
	