@media screen and ( max-width: 1699px ) {
  .steps .steps-item:before {
    display: none !important;
  }
}
@media screen and ( max-width: 1399px ) {
  .block.hero .header {
    font-size: 48px;
    text-align: left;
  }
  .block.hero .header span {
    font-size: 100px;
  }
  .form-wrapper form .form-header,
  #quiz h3,
  #quiz h3 * {
    font-size: 48px;
  }
  .form-wrapper form .form-header span {
    font-size: 60px;
  }
  .homepage .block.hero:before {
    background-position: -120px center;
  }
}
@media screen and ( max-width: 1199px ) {
  .steps .header span {
    flex: 0 0 300px;
    font-size: 48px;
  }
  .team-item .image {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
  }
  .team-item .info .name {
    font-size: 24px;
  }
  .block.directions .container {
    padding: 32px;
  }
  .pricelist-item {
    padding: 24px;
  }
  .pricelist-item .info .title {
    font-size: 24px;
  }
  .pricelist-item .buttons .btn {
    padding: 12px;
    font-size: 14px;
    flex: 0;
    white-space: nowrap;    
  }
  .reviews-item .body .program {
    font-size: 24px;
  }
  .homepage .block.hero:before {
    background-position: -220px center;
  }
  .seo h1 {
    font-size: 36px;
  }
  .seo .big {
    font-size: 20px;
  }
  .seo p {
    font-size: 16px;
  }
}
@media screen and ( max-width: 1099px ) {
  .breadcrumb {
    display: none;
  }
}
@media screen and ( max-width: 991px ) {
  .container,
  .container-md,
  .container-sm {
    max-width: initial;
  }
  .block.hero {
    padding: 32px;
  }
  .homepage .block.hero:before {
    background-position: right center;
  }
  .steps .header p {
    flex: initial;
    font-size: 28px;
  }
  .pricelist-item {
    max-width: 480px;
    margin: 0 auto;
  }
  .steps .steps-item .image,
  .ways-item .image {
    flex: 0 0 300px;
    height: 200px;
    margin-right: 24px;
  }
  .steps .steps-item:nth-child(even) .image,
  .ways-item:nth-child(even) .image {
    margin-right: 0;
    margin-left: 24px;
  }
  .steps .steps-item .info p,
  .ways-item .info p {
    font-size: 22px;
  }
  .ways-item .info strong {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .ways-item .info strong span {
    font-size: 24px;
  }
  .block {
    margin: 32px 0;
  }
  .block-header,
  .block-header * {
    font-size: 32px;
  }
  .form-wrapper form .form-header,
  #quiz h3,
  #quiz h3 * {
    font-size: 32px;
  }
  #quiz h4 {
    font-size: 28px;
  }
  #quiz .quiz-title {
    font-size: 24px;
  }
  .block.team {
    padding: 32px 0;
  }
  .directions-list {
    padding: 0 0 0 36px;
  }
  .directions-list li {
    font-size: 16px;
    padding: 7px 7px 7px 16px;
  }
  .directions-items .col-lg-6 {
    margin-top: 0;
  }
  .form-wrapper {
    padding: 16px 8px;
  }
  .form-wrapper form .form-header span {
    font-size: 48px;
  }
  .form-wrapper form .form-subheader {
    font-size: 28px;
    line-height: 1.3em;
  }
  .footer * {
    text-align: center;
    justify-content: center;
  }
  .footer .nav {
    display: none;
  }
  .footer .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-wrapper form .form-fields {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .form-wrapper form {
    padding: 48px;
  }
  .form-wrapper form .form-fields .input-label {
    width: 50%;
    margin: 0 0 4px;
  }
  .homepage .block.hero:before,
  .form-wrapper form:after {
    opacity: .3;
  }
  .steps .steps-item:first-child .info strong:before {
    display: none;
  }
  .specialist .block.hero .image-wrapper {
    margin: 32px 0 0;
  }
  .specialist .block.hero .inner {
    padding: 32px 0;
  }
  .specialist .block.hero .header {
    font-size: 48px;
  }
  .about-specialist .text h3 {
    font-size: 52px;
    margin-bottom: 24px;
  }
  .about-specialist .text p strong {
    font-size: 28px;
    line-height: 32px;
  }
  .about-specialist .photos {
    margin: 0 auto;
  }
  .specialist .block.directions {
    padding: 0;
  }
  .specialist .programs-item .images {
    flex: 0 0 300px;
  }
  .specialist .programs-item .image {
    max-width: 300px;
    height: 200px;
  }
  .team-item .address {
    margin-top: 15px;
  }
  .bottom .captcha, .bottom .captcha * {
    font-size: 13px;
  }
  .footer .privacy {
    font-size: 13px;
  }
  .form-wrapper form p.form-info.pc {
    display: none;
  }
  .form-wrapper form p.form-info.mobile {
    display: block;
  }
  .team-item .second-part,
  .team-item .info p,
  .team-item .address,
  .onmap > span {
    font-size: 14px;
  }
  select {
    background: #fff url('/images/layout/chevron-down-solid.png') no-repeat right 20px;
    background-size: 24px 6px;
    border: 1px solid var(--color-3) !important;
    color: var(--color-3) !important;
    padding: 11px 48px 11px 24px !important;
    height: 46px !important;
    line-height: 1em !important;
    position: relative !important;
    box-shadow: initial !important;
    border-radius: 4px !important;
    -webkit-appearance: none;
    width: 100% !important;
  }
  select#direction {
    background: var(--color-3) url('/images/layout/chevron-down-solid-white.png') no-repeat right 20px;
    background-size: 24px 6px;
    border: 1px solid var(--color-3) !important;
    color: #fff !important;
  }
}
@media screen and ( max-width: 767px ) {
  .steps .header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .steps .header span {
    flex: initial;
    margin: 0 0 8px;
  }
  .steps .steps-item,
  .ways-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 32px;
  }
  .steps .steps-item .image,
  .steps .steps-item:nth-child(even) .image,
  .ways-item .image,
  .ways-item:nth-child(even) .image {
    order: 1;
    flex: 0;
    width: 100%;
    max-width: 300px;
    height: 200px;
    margin: 0 0 16px;
  }
  .steps .steps-item .info,
  .ways-item .info {
    order: 2;
  }
  .steps .steps-item .info strong,
  .steps .steps-item .info strong *,
  .ways-item .info strong,
  .ways-item .info strong * {
    font-size: 24px !important;
  }
  .steps .steps-item .info strong,
  .ways-item .info strong {
    margin-bottom: 16px;
  }
  .steps .steps-item .info p,
  .ways-item .info p {
    font-size: 18px;
  }
  .cookie-agreement .pc {
    display: none
  }
  .cookie-agreement .mobile {
    display: initial !important
  }
  .prices-item .price {
    flex: 0 0 150px;
  }
  .prices-item .top {
    justify-content: space-between;
  }
  .prices-item .div {
    display: none;
  }
  .specialist .block.hero {
    border-radius: 0;
    padding: 16px;
  }
  .specialist .block.hero .image-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }
  .specialist .block.hero .header {
    font-size: 32px;
  }
  .specialist .programs-item {
    padding: 16px;
  }
  .specialist .programs-item {
    flex-direction: column;
  }
  .specialist .programs-item .images {
    flex: 0;
    margin: 0 0 16px;
  }
  .specialist .block.directions .container {
    padding: 0;
  }
  .news {
    padding: 36px;
  }
  .seo .row {
    margin-bottom: 20px;
  }
  .left .seo-img, .seo-content,
  .seo-img, .left .seo-content {
    margin-left: 0;
    margin-right: 0;
  }
  .seo-img {
    margin-bottom: 20px;
  }
  .right .seo-img {
    margin-top: 0;
    margin-left: 0;
  }
  .seo .row.right .col-md-6:nth-child(odd){
    order: 1;
  }
  .seo .row.right .col-md-6:nth-child(even){
    order: 0;
  }
  .footer .address p {
    text-align: left;
  }
  .footer * {
    text-align: left;
    justify-content: flex-start;
  }
  .bottom .captcha {
    text-align: left;
    padding: 0;
  }
  .prices-item .bottom {
    justify-content: flex-start;
  }
  .prices-item .bottom span {
    margin-right: 18px;
    margin-left: 0;
  }
  .youtube-item {
    width: 300px;
    height: 200px;
  }
}
@media screen and ( max-width: 575px ) {
  .block-header,
  .block-header * {
    font-size: 18px;
    margin: 0 0 24px;
  }
  .block.hero .service .form {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .block.hero .header {
    font-size: 32px;
  }
  .block.hero .header span {
    font-size: 64px;
  }
  .block.hero .info {
    padding: 8px;
  }
  .block.hero .info p {
    font-size: 18px;
  }
  .block.hero .service .form * {
    width: 100%;
    margin: 8px 0 0;
  }
  .team-item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .team-item .info {
    text-align: center;
  }
  .team-item .info p {
    text-align: left;
  }
  .team-item .image {
    margin-bottom: 16px;
  }
  .directions-list {
    margin: 0;
    padding: 0;
  }
  .directions-items .center * {
    margin: 4px !important;
  }
  .form-wrapper form .form-fields .input-label,
  .form-wrapper form .form-fields .btn {
    width: 100%;
  }
  .ways {
    padding: 24px 0;
    border-radius: 0;
  }
  #quiz {
    padding: 24px 8px;
  }
  #back-top {
    left: 20px;
    bottom: 20px;
  }
  #callback-fixed {
    right: 20px;
    bottom: 20px;
  }
  .metody-raboty-items,
  .news-items {
    padding: 16px;
  }
  .metody-raboty-item .image img,
  .news-items .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .prices-items {
    padding: 18px;
  }
  .prices-header a {
    font-size: 18px;
  }
  .block.team {
    padding: 16px;
    border-radius: 0;
  }
  .contacts-items {
    margin: 0;
  }
  .contacts-items .team-item .info .name {
    margin-bottom: 0;
  }
  .contacts-items .team-item {
    margin-top: 24px;
  }
  .contacts-items .team-item .info .col-lg-6 {
    margin-top: 16px;
  }
  .specialist .programs-item .buttons {
    justify-content: center;
  }
  .specialist .programs-item .buttons * {
    margin: 4px !important;
  }
  .specialist .programs-item .buttons .btn {
    width: auto;
    padding: 12px;
  }
  .specialist .programs-item .info .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 16px;
  }
  .specialist .programs-item strong {
    font-size: 18px;
  }
  .specialists-page .block.team .block-header {
    margin-bottom: 36px;
  }
  [itemprop] ul {
    margin-left: 18px;
  }
  .btn.big {
    font-size: 16px;
    padding: 12px;
  }
  .block.directions .container {
    padding: 16px;
  }
  .awmodal.consultant .body {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .awmodal.consultant .body .photo {
    margin: 0 0 16px;
  }
  .awmodal.consultant .body .info {
    text-align: center;
  }
  .awmodal.consultant .body .callback-items {
    justify-content: center;
  }
  .awmodal.consultant .body .info p {
    font-size: 13px;
  }
  #awmodals .awmodal.service-details .buttons,
  .news .buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #awmodals .awmodal.service-details .buttons *,
  .news .buttons * {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 8px 0 0 !important;
  }
  #search-form .form-fields .input-label {
    margin-right: 0;
    margin-bottom: 8px;
    flex: 100%;
  }
  .contacts-page .info .socials {
    max-width: 225px;
    margin: 0 auto;
    text-align: left;
  }
  .team-item .info .btn.primary {
    width: 100%;
    max-width: 225px;
  }
  .team-item .address strong {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .contacts-items .team-item * {
    text-align: left !important;
    max-width: 100% !important;
  }
  .contacts-items .team-item .info .btn.primary,
  .contacts-items .team-item .info .name {
    text-align: center !important;
  }
  .block.directions .block-header {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-specialist .text h3 {
    padding: 10px 25px;
    font-size: 32px;
  }
  .about-specialist .text p strong {
    font-size: 16px;
    line-height: 18px;
  }
  .about-specialist .text p {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .pricelist-item .info .title {
    font-size: 18px;
  }
  .slick-slide img {
    display: block;
    max-width: 100%;
    height: 100%;
  }
  .documents-item {
    padding: 15px;
    background: #fff;
    text-align: center;
    border: 0;
  }
  .documents-item a {
    border: 1px solid #ececec;
    padding: 15px;
    display: inline-block;
  }
  .about-specialist .photo {
    height: 350px;
  }
  .specialist .block.hero .header {
    font-size: 20px;
    line-height: 24px;
  }
  .block.hero .specialist-info p strong {
    font-size: 16px;
    line-height: 18px;
  }
  .specialist .programs-item .image {
    display: none;
  }
  .specialist .programs-item .images .image.index0 {
    display: block;
  }
  .input-label input, .input-label textarea, .input-label input::placeholder {
    padding: 13px 14px 11px;
    font-size: 13px;
  }
  .form-wrapper form p.form-info {
    font-size: 11px;
  }
  .team-items.contacts-items > .row {
    margin-top: 0px;
  }
  .contacts-page .block.team .block-header {
    margin-bottom: 5px;
  }
  .seo h1 {
    font-size: 36px;
  }
  .seo .big {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .seo p {
    font-size: 13px;
  }
  .directions-items > .row {
    margin-bottom: 15px !important;
  }
  .directions-list li::before {
    left: -32px;
    width: 32px;
    height: 23px;
  }
  .block .chzn-container {
    width: 100% !important;
    display: block;
  }
  .block .chzn-single span {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
}
@media screen and ( max-width: 475px ) {
  .block.hero {
    padding: 16px;
    border-radius: 0;
  }
  .block.hero .header {
    margin-bottom: 16px;
  }
  .homepage .block.hero:before {
    background-position: right bottom;
  }
  .form-wrapper form {
    padding: 16px;
  }
  .form-wrapper form:after {
    display: none;
  }
  .form-wrapper form .form-header,
  #quiz h3,
  #quiz h3 * {
    font-size: 26px;
  }
  .form-wrapper form .form-header span {
    font-size: 30px;
  }
  .form-wrapper form .form-subheader {
    font-size: 24px;
  }
  .form-wrapper form p {
    font-size: 18px;
  }
  #quiz h4 {
    font-size: 20px;
  }
  #quiz .quiz-steps {
    font-size: 22px;
  }
  #quiz .quiz-title {
    font-size: 18px;
  }
  .reviews-item {
    padding: 16px;
    border-radius: 16px;
  }
  .reviews-item .header .photo {
    flex: 0 0 75px;
    height: 75px;
    margin-right: 20px;
  }
  .reviews-item .header .info .name {
    font-size: 18px;
  }
  .reviews-item .body .program {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .reviews-item .body .review,
  .expand-review {
    font-size: 14px;
  }
  .reviews-item .header .info .score {
    width: 134px;
    height: 24px;
    background: url(/images/layout/mobile-star.svg) space;
  }
  .reviews-item .header .info .score .fill {
    height: 24px;
    background: url(/images/layout/mobile-star-filled.svg) space;
  }
  .reviews-item .body .buttons {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    display: flex;
  }
  .reviews-item .body .buttons .btn {
    padding: 12px;
    font-size: 14px;
  }
  .block.reviews {
    padding: 32px 0;
  }
  .prices-item .top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .prices-item .price {
    display: block;
    width: 100%;
    text-align: right;
    flex: 0;
  }
  .directions-items {
    padding: 8px 26px;
  }
  .prices-item .price {
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
  }
}