@media only screen and (max-width: 767px) {
  header{
    justify-content: space-between;
  }
  .header-logo {
    display: none;
  }
  .header-logo--mobile {
    display: block;
  }
  .header-menu {
    width: auto;
    height: 34px;
  }
  .header-left {
    top: 46px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-left__link {
    margin-left: 16px;
  }
  .header-left__link:last-child {
    padding-right: 16px;
  }
  .header__city-picker-wrapper {
    display: flex;
    margin-right: -40px;
  }
  .header__city-picker {
    direction: ltr;
    font-size: 14px;
  }
  .header__city-picker-arrow {
    display: none;
  }
  .header__city-picker-arrow--mobile {
    display: block;
  }
  .header-right__phone {
    display: none;
  }
  .header-right__lk {
    display: none;
    border: none;
    font-weight: 500;
  }
}

@media only screen and (max-width: 544px) {
  

  #wraper {
    margin-top: 170px;
  }
  #content {
    align-items: center;
  }
  .content__section {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  #title {
    /* margin-bottom: 40px; */
  }
  .paragraph-1 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    line-height: 36px;
  }
  .upload-img {
    position: absolute;
    top: 40px;
    left: 47px;
    z-index: -1;
    opacity: 0.95;
  }
  .upload-img > img {
    width: 100%;
  }
  .widget-shape {
    position: absolute;
    top: 360px;
    left: -18px;
  }
  .paragraph-2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  #par-2-span {
    color: rgba(255, 102, 51, 1);
  }
  .insurance-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 40px;
    color: rgba(77, 77, 77, 1);
  }
  .benefits {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
  .benefits-list {
    height: 100%;
  }
  .block {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    margin: 25px 0;
    color: rgba(77, 77, 77, 1);
  }
  .about__insurance {
    margin-bottom: 20px;
  }
  .info {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    z-index: 1;
  }
  .info > div > img {
    width: 100%;
  }
  .left-up {
    width: 288px;
    height: 208px;
    background-color: rgb(230, 251, 249);
    border-color: rgb(255, 255, 255);
    border-radius: 24px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
  }
  .about__title {
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: rgba(77, 77, 77, 1);
  }
  .about__text {
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-top: 30px;
  }
  .calendar {
    position: absolute;
    width: 116px;
    height: 116px;
    right: 30px;
    margin-top: -165px;
  }
  .about__right {
    width: 288px;
    height: 192px;
    background-color: rgb(255, 242, 224);
    border-color: rgb(255, 255, 255);
    border-radius: 24px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
  }
  .about__right-text {
    width: 95%;
  }
  .col {
    display: flex;
    flex-direction: column;
    margin: 35px 0 0 0;
    font-size: 28px;
  }
  .right__img {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 30px;
    margin-top: -95px;
  }
  .left-down-right {
    width: 288px;
    height: 160px;
    background-color: rgb(242, 244, 247);
    border-color: rgb(255, 255, 255);
    border-radius: 24px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
  }
  .big {
    font-size: 28px;
    line-height: 32px;
    
  }
  .left-down-left {
    width: 288px;
    height: 160px;
    background-color: rgb(255, 242, 224);
    border-color: rgb(255, 255, 255);
    border-radius: 24px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
  }
  .popup {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    pointer-events:none;
    width: 240px;
    z-index: 10;
    text-align: center;
    opacity: 0;
    transition: opacity .2s linear;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.18);
  }
  .info > div:first-child:hover ~ .popup{
    opacity: 1;
  }
  #back {
    display: none;
  }
  #comparation {
    width: 320px;
    height: 496px;
    background-color: rgb(242, 244, 247);
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    margin-top: 20px;
  }
  .compare__block {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .compare-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
  }
  .compare-2 > * {
    width: 140px;
  }
  .compare__block:first-child {
    margin-top: 40px;
  }
  .compare__block:first-child > .compare-2 {
    margin-top: 25px;
    width: 80%;
  }
  .compare-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    width: 80px;
  }
  .compare-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    color: rgba(77, 77, 77, 1);
  }
  .bigger {
    font-weight: 600;
    width: 90%;
  }
  .animation-block {
    display: none;
  }
  .cost__block {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: rgba(77, 77, 77, 1);
  }
  .cost__block:first-child {
    margin-top: 17px;
  }
  .cost__block:nth-child(3) {
    margin-top: 25px;
  }
  .range {
    margin-top: 20px;
  }
  .calculator__info {
    justify-content: space-between;
    font-size: 16px;
  }
  .cost__block:nth-child(5) {
    height: 144px;
  }
  .insurance-calculator__title {
    font-size: 14px;
  }
  .insurance-calculator__amount {
    font-weight: 600;
    line-height: 24px;
  }
  #info-5 {
    margin-top: 25px;
  }
  #note {
    font-size: 14px;
    margin-top: 20px;
  }
  .form__shape-1 {
    position: absolute;
    left: -15px;
    z-index: -1;
    width: 124px;
    height: 125px;
    transform: rotate(45deg);
    background-color: rgb(242, 244, 247);
    border-color: rgb(255, 255, 255);
    border-radius: 40px;
    box-sizing: border-box;
  }
  .form {
    margin-top: 28px;
    margin-bottom: 76px;
    
  }
  .form-text {
    margin-top: 10px;
    color: rgba(77, 77, 77, 1);
  }
  .form-text-up {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .form-text-down {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-left: 16px;
    margin-top: 17px;
  }
  .shape {
    position: absolute;
    width: 288px;
    z-index: -1;
  }
  
  .first__shape {
    background-color: rgb(242,244,247);
    margin: -29px 0 0 0px;
    border-radius: 4px 25px 25px 25px;
    height: 65px;
    margin-top: -56px;
  }
  .second__shape {
    margin-top: -127px;
    position: absolute;
    background-color: rgb(230,251,249);
    border-radius: 4px 25px 25px 25px;
    height: 144px;
  }
  .form__shape-2 {
    position: absolute;
    z-index: -1;
    left: -18px;
    margin-top: -67px;
    transform: rotate(51deg);
    width: 182px;
    height: 144px;
  }
  .form-text-down:nth-child(2) {
    margin-top: 27px;
    width: 262px;
  }
  .form__shape-3 {
    position: absolute;
    left: -20px;
    width: 142px;
    height: 117px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .form__shape-4 {
    position: absolute;
    left: -29px;
    margin-top: -10px;
    width: 163px;
    height: 122px;
    z-index: -1;
    transform: rotate(-46deg);
  }
  .form__shape-5 {
    position: absolute;
    left: -20px;
    margin-top: -30px;
    width: 158px;
    height: 144px;
    z-index: -1;
    transform: rotate(43deg);
  }
  .fifth {
    margin-bottom: 36px;
  }
  .action__up-left {
    margin-top: 88px;
  }
  .action__text-1 {
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: rgba(77, 77, 77, 1);
  }
  .action__text-2 {
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(77, 77, 77, 1);
    margin-top: 139px;
    margin-left: 16px;
    width: 250px;
  }
  .action__shape {
    width: 288px;
    margin-top: -259px;
    height: 272px;
    position: absolute;
    background: rgb(230,251,249);
    border-radius: 5px 25px 26px 25px;
    z-index: -1;
  }
  .action__up-right {
    margin-top: -665px;
  }
  .action__up-right-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .action__text-4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    width: 225px;
  }
  .action__up-right-down {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 244px;
  } 
  .action__text-6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    color: rgba(77, 77, 77, 1);
    width: 225px;
  }
  .action__down {
    margin-top: 369px;
  }
  .action__down-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .action__down-text {
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(77, 77, 77, 1);
    margin-top: 18px;
  }
  #faq {
    margin-top: 50px;
  }
  .faq__shape {
    position: absolute;
    left: -13px;
    margin-top: -40px;
    width: 169px;
    height: 164px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .first-question {
    margin-top: 23px;
  }
  .question__title {
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: rgba(77, 77, 77, 1);
  }
  .question__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    color: rgba(77, 77, 77, 1);
    margin-bottom: 25px;
  }



  footer#footer {
    transform-origin: 0 -6797px;
    background-color: rgb(248, 249, 251);
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    padding: 45px 10px 0 17px;
  }
  .footer__nav {
    margin-top: 87px;
  }
  .footer__logo {
    width: 109px;
    height: 20px;
  }
  .footer__logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer__links-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }
  .footer-links-buttons__link {
    width: 40px;
    height: 40px;
    transition: transform .3s;
  }
  .footer-links-buttons__link:hover {
    transform: scale(1.1);
  }
  .footer-links-buttons__link-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer-links-buttons__phone {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    transition: transform .3s;
    position: relative;
    padding-left: 50px;
  }
  .footer-links-buttons__phone::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='8' fill='%23FF6633'/%3E%3Cpath d='M25.277 21.9427C24.891 23.0327 23.359 23.9368 22.137 24.2008C21.301 24.3787 20.209 24.5208 16.533 22.9968C11.831 21.0488 8.80299 16.2707 8.56699 15.9607C8.34099 15.6507 6.66699 13.4307 6.66699 11.1347C6.66699 8.83875 7.83299 7.72075 8.30299 7.24075C8.68899 6.84675 9.32699 6.66675 9.93899 6.66675C10.137 6.66675 10.315 6.67675 10.475 6.68475C10.945 6.70475 11.181 6.73275 11.491 7.47475C11.877 8.40475 12.817 10.7007 12.929 10.9367C13.043 11.1727 13.157 11.4927 12.997 11.8027C12.847 12.1227 12.715 12.2647 12.479 12.5367C12.243 12.8087 12.019 13.0167 11.783 13.3087C11.567 13.5627 11.323 13.8347 11.595 14.3047C11.867 14.7647 12.807 16.2987 14.191 17.5307C15.977 19.1207 17.425 19.6287 17.943 19.8448C18.329 20.0048 18.789 19.9668 19.071 19.6668C19.429 19.2808 19.871 18.6407 20.321 18.0107C20.641 17.5588 21.045 17.5027 21.469 17.6627C21.901 17.8127 24.187 18.9427 24.657 19.1767C25.127 19.4127 25.437 19.5248 25.551 19.7228C25.663 19.9208 25.663 20.8507 25.277 21.9427Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
  }
  .footer-links-buttons__phone:hover {
    transform: scale(1.06);
    color: var(--primary-color);
  }
  .footer-links-buttons__phone-text {
    display: none;
  }

  .footer__links-email {
    width: 147px;
    margin-top: -94px;
    margin-left: 151px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.2px;
    text-decoration: none;
    text-transform: none;
    color: rgba(34, 34, 34, 1);
  }
  .link-1 {
    padding-bottom: 1px;
    background: none;
    color: rgba(38, 51, 77, 1);
  }

  .footer__nav-projects {
    width: 120px;
  }
  .footer__nav-projects-links {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 128px;
  }
  a.link-1.external-link.footer-link {
    line-height: 15px;
    padding-bottom: 8px;
    font-size: 12px;
    color: rgba(38, 51, 77, 1);
  }

  .footer__nav-services {
    width: 140px;
    margin-top: -104px;
    margin-left: 151px;
  }

  .footer__nav-docs {
    width: 136px;
    margin-top: -104px;
  }

  .footer__nav-about {
    width: 120px;
    margin-top: -94px;
    margin-left: 151px;
  }
}