@media (max-width: 2560px) {
  body {
  max-width: 2560px;
}
  .about,
  .help {
    background-size: contain;
  }
}
@media (max-width: 1920px) {
  .about,
  .help {
    background-size: initial;
  }
}
@media (max-width: 1170px) {
  .container {
    padding: 0 15px;
  }
  .main-slider .slick-arrow.slick-prev {
    left: 50px;
  }
  .main-slider .slick-arrow.slick-next {
    right: 50px;
  }
  .support .list li {
    padding: 0 20px;
  }
  .company {
    border: none;
  }
  .company h2 {
    margin-bottom: 50px;
  }
  .company .list li {
    padding: 0 20px;
  }
  .company .main {
    padding-left: 50px;
  }
  .help {
    padding-bottom: 120px;
  }
  .help h2 {
    font-size: 55px;
  }
  .help .list li {
    height: 400px;
  }
  .help .list p {
    margin-top: 100px;
  }
  .program {
    border: none;
  }
  .program h2 {
    font-size: 55px;
  }
  .program .list li {
    margin-bottom: 50px;
    padding: 0 25px;
  }
  .plan {
    padding-bottom: 50px;
    border: none;
  }
  .plan h2 {
    margin-bottom: 50px;
  }
  .plan .list {
    margin-bottom: 50px;
  }
  .price h2 {
    margin-bottom: 50px;
    font-size: 55px;
  }
  .faq {
    padding-bottom: 50px;
    border: none;
  }
  .faq h2 {
    font-size: 55px;
  }
}

@media (max-width: 992px) {
  header {
    padding: 40px 0;
	  background: #0d345f;
	  position:relative;
  }
  header .adress {
    width: 100%;
    display: flex;
    justify-content: center;
	      margin: 0 0 40px 0;
	  padding:0;
  }
	.site {
    padding-right: 0;
}
	.t {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
  header .contacts {
        width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  header .callback {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  header .callback a {
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  .main-slider .item {
    height: 800px;
  }
  .main-slider h2 {
    margin-top: 320px;
    margin-bottom: 50px;
    font-size: 50px;
  }
  .main-slider p {
    margin-bottom: 30px;
    width: 75%;
    font-size: 25px;
    line-height: 37px;
  }
  .support .list {
    padding: 0;
  }
  .about h2 {
    font-size: 50px;
  }
  .about .text {
    padding: 40px;
    line-height: 30px;
  }
  .company h2 {
    font-size: 50px;
  }
  .company .list {
    margin-bottom: 50px;
  }
  .company .list li {
    margin-bottom: 30px;
    width: 50%;
    line-height: 26px;
  }
  .company .main {
    padding-left: 30px;
  }
  .help h2 {
    font-size: 42px;
  }
  .help .list li {
    width: 50%;
    height: 300px;
  }
  .program h2 {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 52px;
  }
  .program .list li {
    padding: 0 15px;
  }
  .program .list h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .program .list p {
    line-height: 28px;
  }
  .plan h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .plan .list li {
    margin-bottom: 30px;
    line-height: 28px;
  }
  .plan .cite {
    padding-left: 120px;
  }
  .plan .cite p {
    font-size: 20px;
    line-height: 30px;
  }
  .price {
    padding: 50px 0;
  }
  .price h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .price .text {
    padding: 0;
  }
  .price .cite {
    padding: 0 30px 0 120px;
  }
  .price .cite p {
    font-size: 20px;
    line-height: 30px;
  }
  .faq h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .map .info {
    width: 90%;
  }
  .map .callback a {
    width: 220px;
  }
	header .adress p {
    font-size: 16px;
    font-weight: 200;
		width: auto;
}
}

@media (max-width: 768px) {
  header .adress {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    max-width: 220px;
  }
  header .contacts {
    margin: 0 auto;
  }
  .main-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .main-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .main-slider h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .main-slider p {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }
  .support {
    padding: 50px 0 100px 0;
  }
  .support h3 {
    margin-bottom: 50px;
    width: 100%;
  }
  .support .list li {
    margin-bottom: 40px;
    width: 100%;
  }
  .support .list li p {
    margin-top: 15px;
  }
  .about h2 {
    font-size: 42px;
  }
  .about .text {
    padding: 30px;
  }
  .company h2 {
    font-size: 42px;
  }
  .company .list {
    margin-bottom: 30px;
  }
  .company .list li {
    width: 100%;
  }
  .company .callback {
    margin-bottom: 50px;
  }
  .company .contacts {
    text-align: center;
  }
  .company .contacts .action a {
    margin: 0 auto;
  }
  .company .sidebar {
    margin-bottom: 50px;
    width: 100%;
  }
  .company .main {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .help h2 {
    font-size: 36px;
  }
  .help .list li {
    width: 100%;
    height: auto;
  }
  .help .list li:last-child {
    padding-bottom: 30px;
  }
  .program h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .program .list li {
    width: 100%;
    text-align: center;
  }
  .program .list h3:after {
    right: 0;
    margin: 0 auto;
  }
  .plan h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .plan .list li {
    padding: 0 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .plan .cite {
    padding-left: 100px;
  }
  .plan .cite p {
    font-size: 18px;
    line-height: 26px;
  }
  .price h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
  }
  .price .text p {
    line-height: 26px;
  }
  .price .cite {
    padding-left: 100px;
    padding-right: 0;
  }
  .price .cite p {
    font-size: 18px;
    line-height: 26px;
  }
  .faq h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .faq .item .head {
    padding: 25px 40px;
  }
  .faq .item .head:after {
    right: 25px;
    top: 25px;
  }
  .faq .item.open .head:before {
    left: 40px;
  }
  .faq .item .body {
    padding: 25px 40px;
    line-height: 28px;
  }
  .map .info {
    padding: 40px;
  }
  .map .contacts {
    margin-bottom: 20px;
    width: 100%;
  }
  .map .callback {
    width: 100%;
  }
  .map .callback a {
    margin: 0 auto;
  }
  .callback-popup .popup-close {
    top: 25px;
    right: 25px;
  }
}

@media (max-width: 480px) {
  header .adress {
    padding: 0 15px;
    max-width: 220px;
  }
  header .contacts .other li {
    text-align: center;
  }
  .main-slider h2 {
    font-size: 36px;
  }
  .main-slider p {
    font-size: 20px;
    line-height: 26px;
  }
  .main-slider .callback {
    width: 100%;
  }
  .support .list li p {
    line-height: 24px;
  }
  .about h2 {
    font-size: 36px;
  }
  .about .text {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .about .text p {
    margin-bottom: 20px;
  }
  .company h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .company .list li {
    margin-bottom: 20px;
  }
  .company .main h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .company .main p {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .help h2 {
    font-size: 28px;
  }
  .help .list li {
    line-height: 26px;
  }
  .help .list p {
    text-align: center;
  }
  .help .list p:before {
    right: 0;
    margin: 0 auto;
  }
  .program h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
  }
  .program .list h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .plan h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .plan .list li {
    margin-bottom: 20px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
  .plan .cite {
    padding-left: 75px;
  }
  .plan .cite p:before {
    left: -80px;
  }
  .price h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .price .cite {
    padding-left: 75px;
  }
  .price .cite p:before {
    left: -80px;
  }
  .faq h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
  }
  .faq .item .head {
    padding: 25px 40px 25px 20px;
    line-height: 20px;
  }
  .faq .item .head:after {
    right: 15px;
  }
  .faq .item.open .head:before {
    left: 25px;
  }
  .faq .item .body {
    padding: 25px 20px;
    line-height: 24px;
  }
  .map .info {
    bottom: 25px;
    padding: 20px;
  }
  .callback-popup .popup-content {
    width: 90%;
  }
  .callback-popup .popup-close {
    top: 15px;
    right: 15px;
  }
  .callback-popup h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
