@media screen and (min-width: 1550px) {}

@media screen and (max-width: 1200px) {
  .about-main-img {
    width: 50%;
    display: flex;
  }

  .about-main-img img {
    border-radius: 4px;
    max-width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .erorr-block {
    min-height: calc(100vh - 250px);
  }

  header {
    padding-bottom: 15px;
  }

  header:before {
    display: none;
  }

  .main-menu {
    width: 350px;
    position: absolute;
    background: #fff;
    height: 100vh;
    z-index: 213;
    box-shadow: 0px 4px 15px rgb(145 145 145 / 10%);
    left: 0;
    padding-left: 35px;
    top: 0;
    padding-top: 25px;
    transform: translateX(-150%);
    transition: .3s all linear;
  }

  .main-menu ul li {
    width: 100%;
  }

  .main-menu.active {
    transform: translateX(0);
  }

  .main-menu ul {
    flex-wrap: wrap;
  }

  .menu-burger span {
    display: block;
    width: 20px;
    margin-bottom: 4px;
    border-bottom: 2px solid #17b6ab;
  }

  .menu-burger {
    display: block;
    position: absolute;
    z-index: 9999999;
    left: initial;
    right: 20px;
    top: 40px;
  }

  .menu-burger.open {
    position: fixed;
    left: initial;
    right: 20px;
    top: 40px;
  }

  .menu-burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 7px);
  }

  .menu-burger.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 8px);
  }

  .menu-burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -3px);
  }

  .menu-burger span {
    transition: 0.3s ease all;
  }

  .benefits-box-text p {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
  }

  .benefits-row-box {
    padding-right: 20px;
    width: 32%;
  }

  .benefits-row {
    max-width: 920px;
  }

  .main-menu ul li a {
    line-height: 30px;
    color: #000000;
    font-size: 16px;
  }

  .main-banner {
    background: url(../img/bg-main.jpg)no-repeat;
    background-position: 130px;
    border-radius: 6px;
  }

  .about-main-img img:first-child {
    margin-right: 10px;
    width: 260px;
    height: 100%;
    object-fit: cover;
  }

  .about-main-text-title {
    padding-right: 10px;
  }

  .about-main-text-title img {
    margin-right: 15px;
  }

  .about-main-about p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #2E2E2E;
  }

  .copyright p {
    margin: 0;
    width: 33%;
    text-align: center;
  }

  .about-main-text-title p {
    font-size: 20px;
  }

  .copyright {
    height: 59px;
  }

  .about-main {
    margin-top: 60px;
  }

  .btn-contact {
    margin-right: 45px;
  }

  .interview-row-box {
    min-width: 465px;
  }

  .smi-row {
    flex-wrap: wrap;
  }

  .smi-row-box {
    width: 50%;
    margin-bottom: 35px;
  }

  .thanks-block-img {
    max-width: 370px;
  }
}

@media screen and (max-width:1000px) {
  .about-main-img img:first-child {
    display: none;
  }

  .about-main-img {
    width: 30%;
  }

  .about-main-img img {
    border-radius: 4px;
    max-width: 100%;
  }

  .about-main-text {
    width: 70%;
    padding-left: 25px;
  }

  .about-main {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .erorr-block {
    min-height: calc(100vh - 264px);
  }

  .erorr-block-img img {
    width: 100%;
  }

  .erorr-block-img {
    max-width: 370px;
  }

  span.wpcf7-form-control-wrap {
    width: 50%;
    margin-bottom: 10px;
  }

  span.wpcf7-form-control-wrap.your-message {
    width: 100%;
    margin: 0;
  }

  .thanks-block-img {
    display: none;
  }

  .form-box-row input {
    width: 50%;
    max-width: 200px;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .form-box-row input:last-child {
    margin-bottom: 0;
  }

  .form-box-row {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .list-row.med-direction ul li {
    width: 50%;
  }

  .list-img.benef img {
    max-width: 170%;
  }

  .list-row ul li {
    min-height: 46px;
  }

  .interview-box-text p {
    max-width: none;
  }

  .interview-row-box {
    min-width: min-content;
    width: 100%;
  }

  .inerview-row {
    flex-wrap: wrap;
  }

  .interview-row-video {
    margin: 0 auto;
    width: 100%;
  }

  .interview-row-video iframe {
    width: 100% !important;
  }

  .about-main-img {
    display: none;
  }

  .about-main-text {
    width: 80%;
    padding-left: 25px;
  }

  .benefits-row-box {
    padding-right: 10px;
    width: 32%;
    height: 85px;
  }

  .benefits-box-text p {
    font-size: 12px;
    line-height: 13px;
  }

  .benefits-box-img {
    margin: 0 15px 0 15px;
  }

  .benefits-row {
    max-width: 670px;
    margin-top: -55px;
  }

  .copyright p {
    width: 34%;
  }
}

@media screen and (max-width: 767px) {
  .erorr-block-text {
    margin-left: 0;
  }

  .erorr-block {
    margin-bottom: 30px;
  }

  .erorr-block-row {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  span.wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .thanks-block-about {
    margin-bottom: 45px;
  }

  .thanks-block h1 {
    font-size: 38px;
    line-height: 43px;
  }

  .forms-row {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .form-row-box {
    width: 100%;
  }

  .form-box-row input {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .form-row-box:first-child {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .form-contacts-img img {
    width: 100%;
  }

  .smi-row-box {
    width: 100%;
    margin-bottom: 35px;
  }

  .list-row.med-direction ul li {
    width: 100%;
  }

  .direction .title {
    margin: 20px auto;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-burger.open {
    top: 27px;
  }

  .list-img.benef img {
    max-width: 320%;
  }

  .list-row.way {
    margin-bottom: 24px;
  }

  .list-row.way+.list-img {
    justify-content: center;
  }

  .list-img img {
    max-width: 150%;
  }

  .list-img {
    overflow: hidden;
  }

  .list-row {
    padding-left: 15px;
  }

  .list-row.polit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-row ul li {
    min-height: auto;
    width: 100%;
  }

  .title {
    margin: 20px auto;
    font-size: 30px;
  }

  .inerview-row {
    margin-bottom: 40px;
  }

  .inerview-row:last-child {
    margin-bottom: 25px;
  }

  .interview-row-box {
    min-width: min-content;
    width: 97%;
    margin: 0 auto;
  }

  .interview-row-video {
    width: 97%;
  }

  .about-main-link a.btn {
    width: 50%;
  }

  .benefits-row-box {
    padding-right: 10px;
    width: 100%;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .benefits-row {
    max-width: 670px;
    margin-top: -35px;
    flex-wrap: wrap;
  }

  .main-banner-about h1 {
    font-size: 32px;
    text-align: center;
    line-height: 59px;
  }

  .main-banner-about h2 {
    font-size: 26px;
    line-height: 29px;
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .main-banner-about p {
    font-size: 16px;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 15px;
  }

  .main-banner {
    background: url(../img/bg-main.jpg)no-repeat;
    background-position: -40px;
    border-radius: 6px;
    min-height: 374px;
  }

  .main-banner-about:before {
    content: "";
    width: 95%;
    height: 245px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }

  .main-banner-about h1,
  .main-banner-about h2,
  .main-banner-about p {
    position: relative;
    z-index: 1;
  }

  .logos {
    padding-left: 15px;
  }

  .menu-burger {
    top: 30px;
  }

  .about-main-text {
    width: 95%;
    padding-left: 0;
    margin: 0 auto;
  }

  .about-main-text-title {
    display: flex;
    align-items: center;
    padding-top: 32px;
  }

  .copyright p {
    width: 70%;
    margin: 0 auto;
  }

  .copyright {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }

  .copyright a {
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    text-align: center;
    margin: 15px auto;
  }

  .main {
    margin-bottom: 35px;
  }

  .about-main-link {
    justify-content: center;
  }

  .about-main:before {
    height: 68px;
  }

  .about-main-text-title p {
    font-size: 18px;
  }

  .about-me-img {
    width: 382px;
    position: relative;
    margin-right: 0;
    text-align: center;
    padding-left: 15px;
  }

  .about-me {
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    margin-top: 43px;
    margin-bottom: 45px;
  }

  .about-me-img:before {
    content: "";
    width: 95%;
    height: 100%;
    background: #EEC446;
    border-radius: 6px;
    display: block;
    position: absolute;
    z-index: -1;
    top: -19px;
    left: -1px;
    max-height: 535px;
  }

  .about-me-text {
    margin-top: 30px;
  }

  .btn-contact {
    margin-right: 55px;
    width: 101px;
    height: 28px;
  }

  .logo {
    max-width: 230px;
  }

  .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .main-banner-about:before { 
    height: 270px; 
  }
}
@media screen and (max-width: 375px) {
  .main-banner-about:before { 
    height: 285px; 
  }
  a.logo img {
    width: 100%;
  }

  a.logo {
    display: block;
    width: 245px;
  }

  .menu-burger {
    top: 30px;
  }

  .about-main-text-title p {
    font-size: 16px;
  }

  .benefits-row-box {
    width: 90%;
    height: 75px;
  }

  .about-main {
    margin-top: 0px;
  }

  .main-menu {
    width: 320px;
  }
}

@media screen and (max-width: 360px) {
  .about-main:before {
    height: 88px;
  }

  .title {
    margin: 15px auto;
    font-size: 23px;
    line-height: 28px;
  }
}