.container-main-img {
    background-size: cover;
    max-width: 1400px;
    height: 600px;
    background-image: url(https://ik.imagekit.io/ivs/tr:q-10,h-600,w-1377/img/main-img.jpg);
    background-repeat: no-repeat;
    border-radius: 0 0 80px 80px;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 30px;
  }
  @media (max-width: 1024px) {
    .container-main-img {
      background: linear-gradient(270deg, #1c1c1c, #000000);
    }
  }
  .container-inner-main-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1065px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    gap: 45px;
  }
  .main-img-item-1 {
    -ms-flex-preferred-size: 477px;
    flex-basis: 477px;
  }
  .main-img-item-1 p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 18px;
    max-width: 447px;
    position: relative;
    font-family: sans-serif;
    font-weight: 300;
  }
  .main-img-item-1 p:last-child {
    margin-bottom: 0;
  }
  .main-img-item-1 p:before {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-star.png");
    position: absolute;
    top: 0;
    left: -37px;
  }
  .main-img-text-1 {
    margin-top: 33px;
  }
  .main-img-item-2 {
    -ms-flex-preferred-size: 458px;
    flex-basis: 458px;
  }
  .form-1 {
    max-width: 100%;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 26px 47px 47px 47px;
    -webkit-box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
    box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
  }
  .form-1 input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ededed;
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
  }
  .form-1 input::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 input::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-1 input:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 input::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 input::placeholder {
    color: #bcbcbc;
  }
  .form-1 textarea {
    width: 100%;
    color: #262626;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #ededed;
  }
  .form-1 textarea::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 textarea::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-1 textarea:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 textarea::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-1 textarea::placeholder {
    color: #bcbcbc;
  }
  .form-1 .form-1-submit {
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
  }
  .form-1 .form-1-submit:hover {
    background: #cc2525;
    cursor: pointer;
  }
  .form-1 .form-1-submit:active {
    background: #b52323;
  }
  .form-1-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.89px;
    max-width: 283px;
    color: #dc2626;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .form-1-p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.94px;
    margin-bottom: 3px;
  }
  .form-1-wrap-submit {
    margin-top: 30px;
  }
  .form-1-field {
    margin-bottom: 17px;
    position: relative;
  }
  .form-1-field input:focus,
  .form-1-field textarea:focus {
    outline: 0;
  }
  .form-1-field input:focus:valid + .form-1-validity-icon:after,
  .form-1-field textarea:focus:valid + .form-1-validity-icon:after {
    display: block;
  }
  .form-1-field input:focus:invalid,
  .form-1-field textarea:focus:invalid {
    border: 1px solid #dc2626;
  }
  .form-1-field input:focus:invalid + .form-1-validity-icon:after,
  .form-1-field textarea:focus:invalid + .form-1-validity-icon:after {
    display: block;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-none.png")
      no-repeat;
  }
  .form-1-validity-icon:after {
    content: "";
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-ok.png")
      no-repeat;
    background-size: 20px;
    top: 16px;
    right: 10px;
  }
  .h2-words-red {
    color: #dc2626;
  }
  .tofix {
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 138px 18px;
    padding-top: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .tofix-item {
    -ms-flex-preferred-size: 287px;
    flex-basis: 287px;
    height: 255px;
    background: #fafafa;
    border-radius: 20px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tofix-wrap-img {
    margin: 0 auto;
    max-width: 255px;
    margin-top: -95px;
  }
  .tofix-wrap-img img {
    width: 100%;
  }
  .tofix-wrap-img-2 {
    margin-top: -106px;
  }
  .tofix-wrap-img-3 {
    margin-top: -100px;
  }
  .tofix-wrap-img-4 {
    position: relative;
    margin-top: -100px;
  }
  .tofix-wrap-img-4-iphone {
    position: absolute;
    max-width: 161px;
    top: 109px;
    left: 43px;
  }
  .tofix-link {
    display: block;
    width: 216px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.36px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #dc2626;
    border-radius: 6px;
    padding: 16px 18px;
  }
  .tofix-link:hover {
    background: #cc2525;
  }
  .tofix-link:active {
    background: #b52323;
  }
  .tofix-logo {
    margin-bottom: 100px;
    padding-top: 0;
    gap: 50px 18px;
  }
  .tofix-item-logo {
    background: #ffffff;
    border: 1px solid #ededed;
    padding-bottom: 35px;
  }
  .tofix-item-logo img {
    margin-top: 38px;
  }
  .wrap-counties-h2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .counties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counties p {
    -ms-flex-preferred-size: 505px;
    flex-basis: 505px;
  }
  .wrap-container-form-2 {
    height: 795px;
    padding: 0 11px;
    margin-top: 100px;
  }
  .container-form-2 {
    height: 563px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10,h-563,w-1378/img/form-2-bg.jpg");
    border-radius: 0 0 80px 80px;
  }
  @media (max-width: 1024px) {
    .container-form-2 {
      background: url("https://ik.imagekit.io/ivs/tr:q-10,h-550,w-430/img/form-2-bg.jpg");
    }
  }
  .form-2 {
    max-width: 1072px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 45px 47px 55px 47px;
    -webkit-box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
    box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
  }
  .form-2-block {
    gap: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-2 input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ededed;
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
  }
  .form-2 input::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 input::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-2 input:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 input::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 input::placeholder {
    color: #bcbcbc;
  }
  .form-2 textarea {
    width: 100%;
    color: #262626;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #ededed;
  }
  .form-2 textarea::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 textarea::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-2 textarea:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 textarea::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-2 textarea::placeholder {
    color: #bcbcbc;
  }
  .form-2 .form-2-submit {
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
    flex-basis: 364px;
  }
  .form-2 .form-2-submit:hover {
    background: #cc2525;
  }
  .form-2 .form-2-submit:active {
    background: #b52323;
  }
  .form-2 .form-2-submit input:hover {
    cursor: pointer;
  }
  .form-2-textarea-mob {
    display: none;
  }
  .form-2-item-1 {
    -ms-flex-preferred-size: 364px;
    flex-basis: 364px;
  }
  .form-2-item-2 {
    -ms-flex-preferred-size: 364px;
    flex-basis: 364px;
  }
  .form-2-wrap-submit-mob {
    display: none;
  }
  .form-2-wrap-submit-mob input:hover {
    cursor: pointer;
  }
  .container-form-2-title {
    font-family: sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 62px;
    padding: 75px 20px 80px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }
  .form-2-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.89px;
    max-width: 283px;
    color: #dc2626;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: none;
  }
  .form-2-p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.94px;
    margin-bottom: 3px;
  }
  .form-2-wrap-submit input:hover {
    cursor: pointer;
  }
  .form-2-field {
    margin-bottom: 17px;
    position: relative;
  }
  .form-2-field input:focus,
  .form-2-field textarea:focus {
    outline: 0;
  }
  .form-2-field input:focus:valid + .form-2-validity-icon:after,
  .form-2-field textarea:focus:valid + .form-2-validity-icon:after {
    display: block;
  }
  .form-2-field input:focus:invalid,
  .form-2-field textarea:focus:invalid {
    border: 1px solid #dc2626;
  }
  .form-2-field input:focus:invalid + .form-2-validity-icon:after,
  .form-2-field textarea:focus:invalid + .form-2-validity-icon:after {
    display: block;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-none.png")
      no-repeat;
  }
  .form-2-validity-icon:after {
    content: "";
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-ok.png")
      no-repeat;
    background-size: 20px;
    top: 16px;
    right: 10px;
  }
  .all-electronics-wrap-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 55px;
  }
  .all-electronics {
    max-width: 1072px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px 45px;
  }
  .all-electronics-wrap-img {
    -ms-flex-preferred-size: 508px;
    flex-basis: 508px;
  }
  .all-electronics-wrap-img img {
    max-width: 100%;
    border-radius: 10px 10px 200px 200px;
  }
  .all-electronics-text {
    -ms-flex-preferred-size: 520px;
    flex-basis: 520px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .all-electronics-text p {
    margin-bottom: 30px;
  }
  .all-electronics-text p:last-child {
    margin-bottom: 0;
  }
  .wrap-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .location {
    max-width: 1072px;
    background: #fafafa;
    border-top: 8px solid #333333;
    border-radius: 20px;
    margin: 0 auto;
    padding: 40px 95px 45px 55px;
  }
  .location-container {
    max-width: 1072px;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .location-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.89px;
    color: #333333;
    margin-bottom: 30px;
  }
  .location-item-1 {
    font-size: 20px;
    line-height: 28px;
  }
  .location-item-1 p {
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .location-item-1 p:last-child {
    margin-bottom: 0;
  }
  .location-item-1 p:before {
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-location.png")
      no-repeat;
    width: 18px;
    height: 22px;
  }
  .location-item-link {
    color: #333333;
    text-decoration: underline;
  }
  .location-item-link:hover {
    text-decoration: none;
    color: rgba(51, 51, 51, 0.8);
  }
  .location-item-2 {
    font-size: 20px;
    line-height: 28px;
  }
  .location-item-2 p {
    padding-left: 40px;
  }
  .location-item-2 p:before {
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-time.png")
      no-repeat;
    width: 22px;
    height: 22px;
  }
  .location-item-3 {
    font-family: sans-serif;
    font-weight: 500;
  }
  .location-item-3 p {
    padding-left: 40px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .location-item-3 p:before {
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone-black.png")
      no-repeat;
    width: 24px;
    height: 24px;
  }
  .location-item p {
    position: relative;
  }
  .location-item p:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .location-social {
    display: block;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    padding-left: 40px;
  }
  .location-social::before {
    content: "";
    display: block;
    position: absolute;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .location-social a {
    color: #333333;
    text-decoration: none !important;
  }
  .location-social a:hover {
    text-decoration: underline !important;
    color: rgba(51, 51, 51, 0.8);
  }
  .location-social-fb::before {
    background-image: url("https://ik.imagekit.io/ivs/tr:q-10/img/facebook.png");
  }
  .location-social-tw::before {
    background-image: url("https://ik.imagekit.io/ivs/tr:q-10/img/twitter.png");
  }
  .location-social-ytb::before {
    background-image: url("https://ik.imagekit.io/ivs/tr:q-10/img/youtube.png");
  }
  .location-social-lkdn::before {
    background-image: url("https://ik.imagekit.io/ivs/tr:q-10/img/linkedin.png");
  }
  .about-wark {
    max-width: 1211px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 25px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-wark-item {
    -ms-flex-preferred-size: 505px;
    flex-basis: 505px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-left: 35px;
    position: relative;
  }
  .about-wark-item p {
    margin-bottom: 30px;
  }
  .about-wark-item p:last-child {
    margin-bottom: 0;
  }
  .about-wark-item:before {
    content: "";
    display: block;
    position: absolute;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-ok-black.png")
      no-repeat;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
  }
  .wrap-wark-points {
    max-width: 1200px;
    margin: 50px auto 45px auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .wark-points {
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .wark-points .slick-track {
    display: flex;
  }
  .wark-points .wark-points-item {
    width: 380px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 20px;
    margin-right: 20px !important;
  }
  .wark-points .wark-points-item:last-child {
    margin-right: 10px;
  }
  .wark-points .slick-dots {
    display: none;
    margin-bottom: -20px;
  }
  .wark-points .slick-dots li {
    list-style: none;
    margin: 1px;
  }
  .wark-points .slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #383837;
    border-radius: 50%;
  }
  .wark-points .slick-dots button:before {
    display: none;
  }
  .wark-points .slick-dots .slick-active button {
    width: 38px;
    height: 9px;
    border-radius: 10px;
  }
  .wark-points .slick-prev {
    display: none;
  }
  .wark-points .slick-next {
    display: none;
  }
  .wark-points-item {
    -ms-flex-preferred-size: 380px;
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
  }
  .wark-points-number {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #dc2626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 80px;
    line-height: 96.82px;
  }
  .wark-points-block {
    width: 275px;
  }
  .wark-points-title {
    font-family: sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 12px;
  }
  .wrap-container-form-3 {
    height: 690px;
    padding: 0 11px;
  }
  .container-form-3 {
    height: 563px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/form-2-bg.jpg");
    border-radius: 0 0 80px 80px;
  }
  .form-3 {
    max-width: 1072px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 45px 47px 55px 47px;
    -webkit-box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
    box-shadow: -6px 9px 24px 0px rgba(0, 0, 0, 0.1490196078),
      -23px 38px 44px 0px rgba(0, 0, 0, 0.1294117647),
      -52px 84px 59px 0px rgba(0, 0, 0, 0.0784313725),
      -92px 150px 70px 0px rgba(0, 0, 0, 0.0196078431),
      -144px 235px 77px 0px rgba(0, 0, 0, 0);
  }
  .form-3 input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ededed;
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
  }
  .form-3 input::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 input::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-3 input:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 input::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 input::placeholder {
    color: #bcbcbc;
  }
  .form-3 textarea {
    width: 100%;
    color: #262626;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #ededed;
  }
  .form-3 textarea::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 textarea::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-3 textarea:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 textarea::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-3 textarea::placeholder {
    color: #bcbcbc;
  }
  .form-3 .form-3-submit {
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
  }
  .form-3 .form-3-submit:hover {
    background: #cc2525;
    cursor: pointer;
  }
  .form-3 .form-3-submit:active {
    background: #b52323;
  }
  .form-3-textarea-mob {
    display: none;
  }
  .form-3-item-1 {
    -ms-flex-preferred-size: 364px;
    flex-basis: 364px;
  }
  .form-3-item-3 {
    -ms-flex-preferred-size: 364px;
    flex-basis: 364px;
  }
  .form-3-wrap-submit-mob {
    display: none;
  }
  .container-form-3-title {
    font-family: sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 62px;
    padding: 75px 20px 80px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }
  .form-3-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.89px;
    max-width: 283px;
    color: #dc2626;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: none;
  }
  .form-3-p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.94px;
    margin-bottom: 3px;
  }
  .form-3-wrap-submit {
    margin-top: 30px;
  }
  .form-3-field {
    margin-bottom: 17px;
    position: relative;
  }
  .form-3-field input:focus,
  .form-3-field textarea:focus {
    outline: 0;
  }
  .form-3-field input:focus:valid + .form-3-validity-icon:after,
  .form-3-field textarea:focus:valid + .form-3-validity-icon:after {
    display: block;
  }
  .form-3-field input:focus:invalid,
  .form-3-field textarea:focus:invalid {
    border: 1px solid #dc2626;
  }
  .form-3-field input:focus:invalid + .form-3-validity-icon:after,
  .form-3-field textarea:focus:invalid + .form-3-validity-icon:after {
    display: block;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-none.png")
      no-repeat;
  }
  .form-3-validity-icon:after {
    content: "";
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("/img/icon-input-ok.png") no-repeat;
    background-size: 20px;
    top: 16px;
    right: 10px;
  }
  .history {
    max-width: 1106px;
    margin: 80px auto 0 auto;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .history p {
    margin-bottom: 30px;
  }
  .history p:last-child {
    margin-bottom: 0;
  }
  .history-text-red {
    color: #dc2626;
  }
  .wrap-container-customers {
    max-width: 1220px;
    overflow: hidden;
    margin: 0 auto;
  }
  .customers {
    position: relative;
    display: block;
  }
  .customers .slick-track {
    display: flex;
  }
  .customers .slick-slide {
    margin-right: 30px;
  }
  .customers .slick-dots {
    display: none;
    margin-bottom: -40px;
  }
  .customers .slick-dots li {
    list-style: none;
    margin: 1px;
  }
  .customers .slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #383837;
    border-radius: 50%;
  }
  .customers .slick-dots button:before {
    display: none;
  }
  .customers .slick-dots .slick-active button {
    width: 38px;
    height: 9px;
    border-radius: 10px;
  }
  .customers .slick-prev {
    display: none;
  }
  .customers .slick-next {
    display: none;
  }
  .h2-customers {
    padding-right: 0;
  }
  .h2-customers:after {
    width: 80%;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .customers-item {
    display: block !important;
    width: 278px !important;
    margin-right: 30px;
  }
  .customers-item:last-child {
    margin-right: 0 !important;
  }
  .customers-item:hover .customer-text {
    color: rgba(63, 78, 97, 0.7);
  }
  .about-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-photo img {
    width: 100%;
  }
  .customer-name {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #1e293b;
  }
  .customer-city {
    font-size: 16px;
    line-height: 19.36px;
    color: #a5a5a5;
  }
  .customer-stars {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customer-stars img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .customer-text {
    font-size: 20px;
    line-height: 24px;
    color: #3e4e60;
  }
  .reviews-btn-cont {
    max-width: 1200px;
    margin: 140px auto 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .reviews-btn-cont .reviews-btn-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .reviews-btn-cont .reviews-btn-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .reviews-btn-cont .reviews-wrap-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 6px;
  }
  .reviews-btn-cont .reviews-btn {
    font-family: sans-serif;
    font-weight: 600;
    background-color: #dc2626;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 5px;
    padding: 12px 20px;
  }
  .reviews-btn-cont .reviews-btn:hover {
    background: #cc2525;
    text-decoration: underline;
  }
  .reviews {
    max-width: 1200px;
    margin: 60px auto 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .reviews-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .review {
    margin-bottom: 25px;
    text-align: center;
    padding: 40px;
    border: 1px solid #efefef;
  }
  .review:last-child {
    margin-bottom: 0;
  }
  .review-wrap-stars {
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .review-wrap-stars img {
    height: 100%;
  }
  .review-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .review-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333341;
    margin-bottom: 16px;
  }
  .review-date {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333341;
  }
  .review-date a {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #dc2626;
  }
  .review-date a:hover {
    text-decoration: underline;
  }
  .faq-professionals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
  }
  .faq-question {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    padding: 20px 55px 20px 20px;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .faq-question:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-faq-arrow.png")
      no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
  .faq {
    -ms-flex-preferred-size: 516px;
    flex-basis: 516px;
  }
  .faq-h2 {
    text-align: start;
  }
  .faq-item {
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-bottom: 12px;
  }
  .faq-item:last-child {
    margin-bottom: 0;
  }
  .faq-item .faq-question:hover {
    background: #f9f9f9;
  }
  .faq-item .accordion-1 {
    display: none;
  }
  .faq-item .accordion-1:checked + .faq-question {
    background: #f9f9f9;
    color: #dc2626;
  }
  .faq-item .accordion-1:checked + .faq-question:after {
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-faq-arrow-red.png")
      no-repeat;
  }
  .faq-item .accordion-1:checked ~ .faq-answer {
    display: block;
    background: #f9f9f9;
  }
  .faq-answer {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }
  .professionals {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    overflow: hidden;
  }
  .professionals-h2 {
    text-align: start;
    padding-left: 0;
  }
  .professionals-wrap-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding: 25px 25px 35px 25px;
    border: 1px solid #efefef;
    border-radius: 15px;
  }
  .professionals-text {
    display: none;
  }
  .professionals-name {
    font-family: sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    margin-top: 30px;
  }
  .professionals-photos {
    display: block;
    height: 126px;
    padding-top: 35px;
  }
  .professionals-photos .slick-track {
    display: flex;
  }
  .slick-slider {
    overflow: visible;
  }
  .slick-slider .slick-list {
    overflow: visible;
  }
  .professionals-photo {
    width: 86px;
    height: 85px;
    position: relative;
    cursor: pointer;
  }
  .professionals-photo img {
    width: 100%;
    height: 85px;
  }
  .professionals-photo:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(220, 38, 38, 0.5);
  }
  .professionals-photo:first-child .professional-arrow {
    left: 35px;
  }
  .professionals-photo:last-child:before {
    left: 10px;
  }
  .professionals-photo:before {
    left: 10px;
  }
  .professional-active {
    border-top: 6px solid #dc2626 !important;
    margin-top: -6px;
    position: relative;
  }
  .professional-active:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 0 13px 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -56px;
    left: 35px;
  }
  .professional-active:after {
    display: none;
  }
  .professionals-text-active {
    display: block;
  }
  .visit {
    max-width: 1104px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin: 0 auto;
    padding: 0 16px;
  }
  .visit p {
    margin-bottom: 25px;
  }
  .visit p:last-child {
    margin-bottom: 0;
  }
  .wrap-container-form-4 {
    max-width: 1072px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .container-form-4 {
    width: 458px;
  }
  .form-4 {
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 26px 47px 47px 47px;
    -webkit-box-shadow: 6px 10px 26px 0px rgba(0, 0, 0, 0.1490196078),
      25px 40px 47px 0px rgba(0, 0, 0, 0.1294117647),
      57px 90px 64px 0px rgba(0, 0, 0, 0.0784313725),
      102px 160px 76px 0px rgba(0, 0, 0, 0.0196078431),
      159px 249px 83px 0px rgba(0, 0, 0, 0);
    box-shadow: 6px 10px 26px 0px rgba(0, 0, 0, 0.1490196078),
      25px 40px 47px 0px rgba(0, 0, 0, 0.1294117647),
      57px 90px 64px 0px rgba(0, 0, 0, 0.0784313725),
      102px 160px 76px 0px rgba(0, 0, 0, 0.0196078431),
      159px 249px 83px 0px rgba(0, 0, 0, 0);
  }
  .form-4 input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ededed;
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
  }
  .form-4 input::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 input::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-4 input:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 input::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 input::placeholder {
    color: #bcbcbc;
  }
  .form-4 textarea {
    width: 100%;
    color: #262626;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #ededed;
  }
  .form-4 textarea::-webkit-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 textarea::-moz-placeholder {
    color: #bcbcbc;
  }
  .form-4 textarea:-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 textarea::-ms-input-placeholder {
    color: #bcbcbc;
  }
  .form-4 textarea::placeholder {
    color: #bcbcbc;
  }
  .form-4 .form-4-submit {
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
  }
  .form-4 .form-4-submit:hover {
    background: #cc2525;
    cursor: pointer;
  }
  .form-4 .form-4-submit:active {
    background: #b52323;
  }
  .form-4-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.89px;
    max-width: 283px;
    color: #dc2626;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .form-4-p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.94px;
    margin-bottom: 3px;
  }
  .form-4-wrap-submit {
    margin-top: 30px;
  }
  .form-4-field {
    margin-bottom: 17px;
    position: relative;
  }
  .form-4-field input:focus,
  .form-4-field textarea:focus {
    outline: 0;
  }
  .form-4-field input:focus:valid + .form-4-validity-icon:after,
  .form-4-field textarea:focus:valid + .form-4-validity-icon:after {
    display: block;
  }
  .form-4-field input:focus:invalid,
  .form-4-field textarea:focus:invalid {
    border: 1px solid #dc2626;
  }
  .form-4-field input:focus:invalid + .form-4-validity-icon:after,
  .form-4-field textarea:focus:invalid + .form-4-validity-icon:after {
    display: block;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-none.png")
      no-repeat;
  }
  .form-4-validity-icon:after {
    content: "";
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-input-ok.png")
      no-repeat;
    background-size: 20px;
    top: 16px;
    right: 10px;
  }
  .map {
    -ms-flex-preferred-size: 536px;
    flex-basis: 536px;
  }
  .tabs-content-item-1 {
    display: none;
  }
  .tabs-content-item-2 {
    display: none;
  }
  .tabs-button {
    width: 186px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 33.89px;
    color: #333333;
    display: inline-block;
    border-radius: 20px 20px 0 0;
    padding: 10px 23px 10px 23px;
    text-align: start;
  }
  .tabs-button-2 {
    width: 203px;
  }
  .tabs-content {
    padding-top: 23px;
    border-top: 6px solid #dc2626;
  }
  .tabs-content p {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
  }
  .tabs-content p:last-child {
    margin-bottom: 0;
  }
  .wrap-map {
    margin-top: 23px;
  }
  .wrap-map iframe {
    width: 100%;
  }
  .wrap-map iframe {
    width: 100%;
  }
  .active {
    display: block;
  }
  .active-red {
    background-color: #dc2626;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 700;
  }
  footer {
    background-color: #1c1c1c;
  }
  .footer-container {
    height: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    max-width: 256px;
    margin-right: 50px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-contact-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 40px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-contact-text-link {
    color: #ffffff;
    text-decoration: underline;
  }
  .footer-contact-text-link:hover {
    color: rgba(212, 233, 252, 0.9);
    text-decoration: none;
  }
  .footer-phone {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
    padding: 16px 26px 16px 58px;
    text-align: center;
    position: relative;
  }
  .footer-phone:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
  }
  .footer-phone:hover {
    background: #cc2525;
  }
  .footer-phone:active {
    background: #b52323;
  }
  .footer-item-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-item-2-container {
    border-top: 1px solid #323232;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .footer-block-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .footer-item-2 ul li a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.78px;
    color: #1e93ff;
    text-decoration: underline;
  }
  .footer-item-2 ul li a:hover {
    color: rgb(212, 233, 252);
  }
  .footer-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .footer-item-2-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    gap: 50px;
  }
  .footer-item-2-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-item-2-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-item-2-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-item-2-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .wrap-copyright {
    padding-left: 17px;
    padding-right: 17px;
  }
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 25px 0;
    border-top: 1px solid #323232;
    gap: 45px 100px;
  }
  .copyright-item-1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    color: #ffffff;
  }
  .copyright-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    gap: 2px;
  }
  .copyright-social-link {
    width: 26px;
    height: 26px;
    overflow: hidden;
    display: block;
  }
  .copyright-social-link:hover img {
    opacity: 0.5;
  }
  .copyright-social-link-1 img {
    margin-top: -5px;
    margin-left: -5px;
  }
  .copyright-social-link-2 img {
    margin-top: -5px;
    margin-left: -31px;
  }
  .copyright-social-link-3 img {
    margin-top: -5px;
    margin-left: -58px;
  }
  .copyright-social-link-4 img {
    margin-top: -5px;
    margin-left: -86px;
  }
  .footer-icon-arrow-up {
    width: 34px;
    height: 34px;
    margin-left: 45px;
    border-radius: 6px;
  }
  .footer-icon-arrow-up img {
    width: 34px;
    height: 34px;
  }
  .footer-icon-arrow-up:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  @media (max-width: 1250px) {
    .block-press {
      padding: 30px 50px 35px 50px;
    }
    .block-press h1 {
      font-size: 52px;
    }
    .block-press-item .block-press-wsj {
      height: 25px;
    }
    .block-press-item .block-press-fox-news {
      margin-bottom: 10px;
    }
    .block-press-item .block-press-cnn-money {
      margin-bottom: 10px;
    }
    .block-press-item {
      height: 40px;
      font-size: 28px;
    }
    .block-press-text {
      font-size: 17px;
      line-height: 21px;
    }
    .block-press-links {
      font-size: 15px;
      line-height: 17px;
    }
    .block-press-link-1 {
      font-size: 15px;
      line-height: 17px;
    }
    .block-press-link-2 {
      font-size: 15px;
      line-height: 17px;
    }
  }
  @media (max-width: 1200px) {
    .wrap-container-customers {
      padding-bottom: 50px;
    }
    .form-2 {
      max-width: 90%;
    }
    .form-3 {
      max-width: 90%;
    }
    .wark-points .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .customers .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 1100px) {
    .block-press {
      padding: 5px 40px 30px 40px;
    }
    .block-press h1 {
      font-size: 28px;
    }
    .block-press-companies {
      gap: 45px;
    }
    .block-press-text {
      font-size: 16px;
      line-height: 20px;
    }
    .block-press-button {
      padding: 12px 17px;
      font-size: 14px;
      line-height: 18px;
    }
    .block-press-wrap-links {
      gap: 30px;
    }
    .block-press-links {
      gap: 10px;
    }
    .block-press-link-1 {
      font-size: 13px;
      line-height: 15px;
      padding: 8px 14px 8px 17px;
      gap: 5px;
      height: 100%;
      width: 50%;
    }
    .block-press-link-2 {
      font-size: 13px;
      line-height: 15px;
      padding: 3px 9px 3px 17px;
      width: 50%;
      height: 100%;
    }
    .block-press-google {
      height: 25px;
    }
    .block-press-yelp {
      height: 35px;
    }
  }
  @media (max-width: 1000px) {
    header {
      height: 89px;
      background-color: #1c1c1c;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 16px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header-mobile-logo {
      display: block;
      width: 195px;
    }
    .header-mobile-logo img {
      width: 100%;
    }
    .header-inner {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 360px;
      position: absolute;
      top: 130px;
      right: 0;
      z-index: 9999999999;
    }
    .header-item-1 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .header-item-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .burger {
      cursor: pointer;
      display: block;
      position: relative;
      border: none;
      background: transparent;
      width: 30px;
      height: 27px;
      z-index: 1;
    }
    .burger::before,
    .burger::after {
      content: "";
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 10px;
      background: #ffffff;
    }
    .burger::before {
      top: 0;
      -webkit-box-shadow: 0 12px 0 #ffffff;
      box-shadow: 0 12px 0 #ffffff;
      -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s,
        -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    }
    .burger::after {
      bottom: 0;
      -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
    }
    .burger-checkbox:checked + .burger::before {
      top: 50%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s,
        -webkit-transform 0.3s 0.15s;
      transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s,
        -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked + .burger::after {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked ~ .header-inner {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .header-item-2 {
      background-color: #0e0e0e;
    }
    .header-menu {
      height: auto;
      color: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      gap: 33px;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .header-menu li {
      height: 100%;
      border-bottom: 1.75px solid #ffffff;
      display: inline-block;
      width: auto;
    }
    .header-menu li a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      font-size: 26px;
      line-height: 28px;
    }
    .header-menu li:hover {
      border-bottom: 0;
    }
    .header-menu li:hover a {
      color: #ffffff;
      border-bottom: 1.75px solid #ffffff;
    }
    .header-item-1 {
      background-color: #0e0e0e;
      padding-bottom: 40px;
    }
    .header-logo {
      display: none;
    }
    .header-container {
      height: auto;
    }
    .header-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 15px;
    }
    .header-contact-text {
      -ms-flex-item-align: start;
      align-self: start;
    }
    .wrap-container-main-img {
      padding: 0;
    }
    .wrap-container-form-2 {
      margin-top: 80px;
    }
    .footer-item-2-container {
      gap: 30px;
    }
    .footer-item-2-container-2 {
      gap: 30px;
    }
    .block-press {
      padding: 0 30px 30px 30px;
    }
    .block-press-companies {
      gap: 40px;
      margin-top: -40px;
    }
    .block-press-text {
      margin-top: -12px;
    }
    .block-press-item {
      height: 35px;
      font-size: 22px;
    }
    .block-press-item .block-press-cbs-news {
      height: 24px;
    }
    .block-press-item .block-press-wsj {
      height: 22px;
    }
  }
  @media (max-width: 960px) {
    .block-press-text {
      font-size: 14px;
      line-height: 19px;
    }
  }
  @media (max-width: 900px) {
    .wrap-container-main-img {
      height: 1313px;
    }
    .container-main-img {
      height: 550px;
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0;
      border-radius: 0;
    }
    .container-inner-main-img {
      max-width: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      margin: 0 auto;
      gap: 45px;
    }
    .main-img-item-1 {
      padding-left: 18px;
      padding-right: 18px;
    }
    .main-img-item-1 p {
      padding-left: 36px;
    }
    .main-img-item-1 p:before {
      left: 0;
    }
    .container-form-2-title {
      padding: 70px 50px 75px 50px;
    }
    .wrap-container-form-2 {
      padding: 0;
    }
    .container-form-3-title {
      padding: 70px 50px 75px 50px;
    }
    .wrap-container-form-3 {
      padding: 0;
    }
    .wrap-container-form-4 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 100px;
      padding-bottom: 60px;
    }
    .container-form-4 {
      -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
    }
    .map {
      -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
    }
    .footer-container {
      height: 150px;
    }
    .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-contact-text {
      margin-right: 0;
    }
    .footer-phone {
      margin-top: 6px;
    }
    .footer-item-2-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 25px;
    }
    .wrap-container.footer-item-2 {
        margin-bottom: 30px;
    }
    .footer-item-2-container-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 50px;
      margin-top: 70px;
    }
    .footer-block-2 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-block-3 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-block-4 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-item-2-block-1 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-3 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-4 {
      display: none;
    }
  }
  @media (max-width: 850px) {
    .faq-professionals {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    h2 {
      margin-top: 55px;
      padding: 0;
    }
    
    .wrap-copyright {
      padding-bottom: 100px;
    }
    
  }
  @media (max-width: 774px) {
    .wrap-container-form-2 {
      height: 710px;
    }
    .wrap-container-form-3 {
      height: 710px;
    }
  }
  @media (max-width: 770px) {
    .reviews-btn-cont {
      display: block;
    }
    .reviews-btn-item-1 {
      margin-bottom: 30px;
    }
    .reviews {
      display: block;
    }
    .reviews-item-1 {
      margin-bottom: 25px;
    }
  }
  @media (max-width: 750px) {
    .all-electronics {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .all-electronics-wrap-img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-radius: 0 0 250px 250px;
    }
    .all-electronics-text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .about-wark {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 714px) {
    .wrap-container-form-2 {
      height: 705px;
    }
    .wrap-container-form-3 {
      height: 705px;
    }
  }
  .captcha-submit {
    width: 364px;
    margin-left: auto;
    margin-top: -176px;
    margin-right: auto;
    left: -194px;
    position: relative;
  }
  .captcha {
    margin-bottom: 20px;
  }
  .g-recaptcha {
    height: 78px;
  }
  @media (max-width: 800px) {
    .wrap-container-form-2 {
      height: 930px;
    }
    .captcha-submit {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      left: 0;
    }
    .container-form-2 {
      background-position: 36%;
    }
    .form-2-title {
      max-width: 222px;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-2-title {
      max-width: 222px;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-2-block {
      display: block;
      max-width: 100%;
    }
    .form-2-title {
      display: block;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-2-wrap-submit {
      width: 100%;
      margin-top: 0;
    }
    .form-2 textarea {
      height: 200px;
    }
    .form-2-wrap-submit-mob {
      display: block;
    }
    .container-form-2-title {
      font-size: 36px;
      line-height: 43.57px;
      padding: 60px 35px 65px 35px;
    }
    .form-2-textarea-desktop {
      display: none;
    }
    .form-2-textarea-mob {
      display: block;
    }
    .wrap-container-form-3 {
      height: 835px;
    }
    .container-form-3 {
      background-position: 36%;
    }
    .form-3-title {
      max-width: 222px;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-3-title {
      max-width: 222px;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-3 {
      display: block;
      max-width: 100%;
    }
    .form-3-title {
      display: block;
      font-size: 22px;
      line-height: 26.63px;
    }
    .form-3-wrap-submit {
      display: none;
    }
    .form-3-wrap-submit-mob {
      display: block;
    }
    .container-form-3-title {
      font-size: 36px;
      line-height: 43.57px;
      padding: 60px 35px 65px 35px;
    }
    .form-3-textarea-desctop {
      display: none;
    }
    .form-3-textarea-mob {
      display: block;
    }
  }
  @media (max-width: 650px) {
    .wrap-container-form-2 {
      height: 950px;
    }
    .wrap-container-form-3 {
      height: 880px;
    }
    .location {
      padding: 50px 16px 50px 16px;
    }
    .wrap-container-form-4 {
      padding-bottom: 40px;
    }
    .footer-container {
      height: auto;
      padding: 50px 17px 55px 17px;
    }
    .footer-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-logo {
      margin-right: 0;
      margin-bottom: 50px;
    }
    .footer-phone {
      margin-top: 15px;
    }
  }
  @media (max-width: 600px) {
    .about-wark-item {
      padding-left: 0;
    }
    .about-wark-item p {
      margin-bottom: 25px;
    }
    .about-wark-item:before {
      display: none;
    }
  }
  @media (max-width: 648px) {
    .container-main-img {
      background-position: 23%;
    }
    .copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 45px 0;
    }
    .copyright-item-1 {
      max-width: 508px;
    }
  }
  @media (max-width: 550px) {
    .header-inner {
      width: 100%;
    }
    h1 {
      font-size: 40px;
      line-height: 45.38px;
    }
    h2 {
      font-size: 38px;
      line-height: 46px;
    }
    .counties {
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(250, 250, 250, 0)),
        color-stop(68.87%, #fafafa)
      );
      background: linear-gradient(
        180deg,
        rgba(250, 250, 250, 0) 0%,
        #fafafa 68.87%
      );
      padding-bottom: 55px;
    }
    .wrap-container-form-2 {
      margin-top: 55px;
    }
    .tabs-content {
      border-top: 0;
    }
    button.tabs-button.tabs-button-1 {
      margin-left: 15px;
    }
    .tabs-button {
      border-radius: 20px;
      margin: 0 auto 25px auto;
      font-size: 14px;
      padding: 6px 12px;
      width: auto;
    }
    .tabs-content {
      padding-top: 10px;
    }
    .tabs-content {
      padding-left: 17px;
      padding-right: 17px;
    }
  }
  @media (max-width: 540px) {
    .wrap-button-contats {
      gap: 7px;
      padding: 13px 10px;
    }
    .button-message-mob {
      font-size: 16px;
      line-height: 20px;
      padding: 12px 16px 12px 42px;
    }
    .button-message-mob:before {
      width: 18px;
      height: 18px;
      left: 15px;
      background-size: 18px;
    }
    .button-call-mob {
      font-size: 16px;
      line-height: 20px;
      padding: 12px 16px 12px 42px;
    }
    .button-call-mob:before {
      width: 18px;
      height: 18px;
      left: 15px;
      background-size: 18px;
    }
  }
  @media (max-width: 460px) {
    .review {
      padding: 38px 20px;
    }
  }
  @media (max-width: 449px) {
    .footer-item-2-container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
    .footer-item-2-container-2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      gap: 0 45px;
      margin-top: 45px;
    }
    .footer-item-2-block-1 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 222px;
      flex-basis: 222px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .footer-item-2-block-3 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .footer-item-2-block-4 {
      -ms-flex-preferred-size: 47px;
      flex-basis: 47px;
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  @media (max-width: 400px) {
    .wark-points-block {
      -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
    }
  }
  @media (max-width: 380px) {
    .container-main-img {
      height: 570px;
    }
    .wrap-button-contats {
      gap: 5px;
      padding: 10px 5px;
    }
    .button-message-mob {
      font-size: 14px;
      line-height: 18px;
      padding: 12px 10px 12px 34px;
    }
    .button-message-mob:before {
      width: 15px;
      height: 15px;
      left: 10px;
      background-size: 15px;
    }
    .button-call-mob {
      font-size: 14px;
      line-height: 18px;
      padding: 12px 10px 12px 34px;
    }
    .button-call-mob:before {
      width: 15px;
      height: 15px;
      left: 10px;
      background-size: 15px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
    }
  }
  @media (max-width: 360px) {
    .wrap-container-main-img {
      height: 1240px;
    }
    .container-main-img {
      background: url("https://ik.imagekit.io/ivs/tr:q-10/img/mob-main-img.jpg");
    }
    .wrap-container-customers {
      padding-left: 15px;
      padding-right: 12px;
    }
  }
  @media (max-width: 359px) {
    .wrap-copyright {
      padding-bottom: 120px;
    }
  }
  @media (max-width: 346px) {
    .wrap-container-main-img {
      height: 1285px;
    }
  }
  @media (max-width: 340px) {
    .header-mobile-logo {
      display: block;
      width: 160px;
    }
    .header-menu {
      gap: 33px;
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .header-menu li a {
      font-size: 24px;
      line-height: 26px;
    }
  }
  @media (max-width: 320px) {
    .wrap-container-main-img {
      height: 1380px;
    }
  }
  @media (max-width: 311px) {
    .reviews-btn-cont {
      margin: 180px auto 0 auto;
    }
  }
  .wrap-container {
    max-width: 100%;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  header {
    max-width: 100%;
  }
  .header-item-1 {
    background-color: #1c1c1c;
  }
  .header-container {
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    max-width: 256px;
    margin-right: 50px;
  }
  .header-logo a {
    display: block;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-contact-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 40px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .header-contact-text-link {
    color: #ffffff;
  }
  .header-contact-text-link:hover {
    color: rgba(212, 233, 252, 0.9);
    text-decoration: underline;
  }
  .burger-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .header-mob-button {
    display: none;
  }
  .header-item-2 {
    background-color: #fcfcfc;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .header-menu li {
    height: 100%;
  }
  .header-menu li:hover {
    border-bottom: 3px solid #e04141;
  }
  .header-menu li:hover a {
    color: #dc2626;
  }
  main {
    margin-top: -1px;
  }
  .press-main h1 {
    max-width: 960px;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
  }
  .press-main-title-cont {
    -ms-flex-preferred-size: 1220px;
    flex-basis: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 30px 12px;
  }
  .wrap-main-img {
    height: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    overflow: hidden;
  }
  .wrap-main-img img {
    width: 1920px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  }
  .main-image-cont {
    -ms-flex-preferred-size: 1220px;
    flex-basis: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .main-image-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .main-image-breadcrumbs li {
    position: relative;
    margin-right: 42px;
  }
  .main-image-breadcrumbs li:last-child {
    margin-right: 0;
  }
  .main-image-breadcrumbs li:last-child:after {
    display: none;
  }
  .main-image-breadcrumbs li a {
    font-family: sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
  }
  .main-image-breadcrumbs li a:hover {
    color: rgb(255, 255, 255);
  }
  .main-image-breadcrumbs li:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/arrow-white.png")
      no-repeat;
    background-size: 22px;
    top: 50%;
    right: -32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
  }
  .press-description {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .press-description h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 22px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .press-description a {
    color: #dc2626;
  }
  .press-description p {
    margin-bottom: 17px;
  }
  .press-description p:last-child {
    margin-bottom: 0;
  }
  .block-cont {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
  }
  .block h3 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    font-weight: normal;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 23px;
  }
  .block-wrap-video {
    width: 375px;
  }
  .block-wrap-video video {
    width: 375px;
  }
  .block-wrap-img {
    width: 375px;
  }
  .block-wrap-img img {
    width: 375px;
  }
  .block-wrap-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
    color: #131314;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 55px;
    padding-bottom: 9px;
  }
  .block-wrap-text p {
    margin-bottom: 17px;
  }
  .block-wrap-text p:last-child {
    margin-bottom: 0;
  }
  .block-wrap-text a {
    color: #dc2626;
  }
  .block-text-links a {
    font-size: 19px;
    line-height: 29px;
    display: block;
    font-family: sans-serif;
    font-weight: 400;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
  }
  .block-text-links a:last-child {
    margin-bottom: 0;
  }
  .block-text-links a:hover {
    text-decoration: underline;
  }
  .section-with-text-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .section-with-text {
    max-width: 1000px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
  }
  .section-with-text-color {
    color: #dc2626;
  }
  footer {
    background-color: #1c1c1c;
  }
  .footer-container {
    height: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    max-width: 256px;
    margin-right: 50px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-contact-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 40px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-contact-text-link {
    color: #ffffff;
  }
  .footer-contact-text-link:hover {
    color: rgba(212, 233, 252, 0.9);
    text-decoration: underline;
  }
  .footer-phone {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
    padding: 16px 26px 16px 58px;
    text-align: center;
    position: relative;
  }
  .footer-phone:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
  }
  .footer-phone:hover {
    background: #cc2525;
  }
  .footer-phone:active {
    background: #b52323;
  }
  .footer-item-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-item-2-container {
    border-top: 1px solid #323232;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .footer-block-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .footer-item-2 ul li a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.78px;
    color: #1e93ff;
    text-decoration: underline;
  }
  .footer-item-2 ul li a:hover {
    color: rgb(212, 233, 252);
  }
  .footer-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .footer-item-2-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    gap: 50px;
  }
  .footer-item-2-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-item-2-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-item-2-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-item-2-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .wrap-copyright {
    padding-left: 17px;
    padding-right: 17px;
  }
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 25px 0;
    border-top: 1px solid #323232;
    gap: 45px 100px;
  }
  .copyright-item-1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    color: #ffffff;
  }
  .copyright-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    gap: 2px;
  }
  .copyright-social-link {
    width: 26px;
    height: 26px;
    overflow: hidden;
    display: block;
  }
  .copyright-social-link:hover img {
    opacity: 0.5;
  }
  .copyright-social-link-1 img {
    margin-top: -5px;
    margin-left: -5px;
  }
  .copyright-social-link-2 img {
    margin-top: -5px;
    margin-left: -31px;
  }
  .copyright-social-link-3 img {
    margin-top: -5px;
    margin-left: -58px;
  }
  .copyright-social-link-4 img {
    margin-top: -5px;
    margin-left: -86px;
  }
  .footer-icon-arrow-up {
    width: 34px;
    height: 34px;
    margin-left: 45px;
    border-radius: 6px;
  }
  .footer-icon-arrow-up img {
    width: 34px;
    height: 34px;
  }
  .footer-icon-arrow-up:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  @media (max-width: 1200px) {
    .press-main h1 {
      font-size: 45px;
      line-height: 50px;
    }
  }
  @media (max-width: 1150px) {
    .section-with-text {
      max-width: 600px;
      font-size: 37px;
      line-height: 49px;
      max-width: 600px;
      text-align: center;
    }
    .block {
      gap: 40px;
    }
  }
  @media (max-width: 1100px) {
    .press-main h1 {
      font-size: 45px;
      line-height: 45px;
    }
  }
  .header-inner img {
    display: block;
  }
  @media (max-width: 1000px) {
    header {
      height: 89px;
      background-color: #1c1c1c;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 16px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header-mobile-logo {
      display: block;
      width: 195px;
    }
    .header-mobile-logo img {
      width: 100%;
    }
    .header-inner img {
      display: none;
    }
    .header-inner {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 360px;
      position: absolute;
      top: 130px;
      right: 0;
      z-index: 9999999999;
    }
    .header-item-1 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .header-item-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .burger {
      cursor: pointer;
      display: block;
      position: relative;
      border: none;
      background: transparent;
      width: 30px;
      height: 27px;
      z-index: 1;
    }
    .burger::before,
    .burger::after {
      content: "";
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 10px;
      background: #ffffff;
    }
    .burger::before {
      top: 0;
      -webkit-box-shadow: 0 12px 0 #ffffff;
      box-shadow: 0 12px 0 #ffffff;
      -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s,
        -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    }
    .burger::after {
      bottom: 0;
      -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
    }
    .burger-checkbox:checked + .burger::before {
      top: 50%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s,
        -webkit-transform 0.3s 0.15s;
      transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s,
        -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked + .burger::after {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked ~ .header-inner {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .header-item-2 {
      background-color: #0e0e0e;
    }
    .header-menu {
      height: auto;
      color: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      gap: 33px;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .header-menu li {
      height: 100%;
      border-bottom: 1.75px solid #ffffff;
      display: inline-block;
      width: auto;
    }
    .header-menu li a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      font-size: 26px;
      line-height: 28px;
    }
    .header-menu li:hover {
      border-bottom: 0;
    }
    .header-menu li:hover a {
      color: #ffffff;
      border-bottom: 1.75px solid #ffffff;
    }
    .header-item-1 {
      background-color: #0e0e0e;
      padding-bottom: 40px;
    }
    .header-logo {
      display: none;
    }
    .header-container {
      height: auto;
    }
    .header-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 15px;
    }
    .header-contact-text {
      -ms-flex-item-align: start;
      align-self: start;
      white-space: nowrap;
    }
    .wrap-container-main-img {
      padding: 0;
    }
    .press-main-title-cont {
      padding: 30px 0;
    }
    .press-description {
      padding: 0 16px;
    }
    .block-cont {
      padding: 0 16px;
    }
    .footer-item-2-container {
      gap: 30px;
    }
    .footer-item-2-container-2 {
      gap: 30px;
    }
  }
  @media (max-width: 980px) {
    .press-main h1 {
      font-size: 42px;
      line-height: 42px;
    }
    .press-description {
      margin-top: 50px;
      font-size: 18px;
      line-height: 28px;
    }
    .press-description h2 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .block-cont {
      margin-top: 50px;
    }
    .block {
      gap: 30px;
    }
    .block h3 {
      font-size: 20px;
      line-height: 30px;
    }
    .block .block-wrap-video {
      width: 300px;
    }
    .block .block-wrap-video video {
      width: 300px;
    }
    .block .block-wrap-img {
      width: 300px;
    }
    .block .block-wrap-img img {
      width: 300px;
    }
    .block-wrap-text {
      font-size: 18px;
      line-height: 28px;
    }
    .block-text-links a {
      font-size: 16px;
      line-height: 26px;
    }
  }
  @media (max-width: 961px) {
    .main-image-breadcrumbs {
      display: none;
    }
  }
  @media (max-width: 900px) {
    .footer-container {
      height: 150px;
    }
    .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-contact-text {
      margin-right: 0;
    }
    .footer-phone {
      margin-top: 6px;
    }
    .footer-item-2-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 25px;
    }
    .footer-item-2-container-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 50px;
      margin-top: 70px;
    }
    .footer-block-2 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-block-3 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-block-4 {
      -ms-flex-preferred-size: 278px;
      flex-basis: 278px;
    }
    .footer-item-2-block-1 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-3 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
    .footer-item-2-block-4 {
      display: none;
    }
  }
  @media (max-width: 850px) {
    .wrap-copyright {
      padding-bottom: 100px;
    }
    .block {
      gap: 30px;
    }
  }
  @media (max-width: 750px) {
    .press-main h1 {
      font-size: 38px;
      line-height: 38px;
    }
    .press-description {
      font-size: 17px;
      line-height: 27px;
      margin-top: 45px;
    }
    .press-description h2 {
      font-size: 24px;
      line-height: 34px;
    }
    .block-cont {
      margin-top: 45px;
    }
    .block {
      gap: 20px;
    }
    .block h3 {
      font-size: 19px;
      line-height: 29px;
    }
    .block .block-wrap-video {
      width: 250px;
    }
    .block .block-wrap-video video {
      width: 250px;
    }
    .block .block-wrap-img {
      width: 250px;
    }
    .block .block-wrap-img img {
      width: 250px;
    }
    .block-wrap-text {
      font-size: 17px;
      line-height: 27px;
    }
    .block-text-links a {
      font-size: 15px;
      line-height: 25px;
    }
    .section-with-text-cont {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .section-with-text {
      font-size: 35px;
      line-height: 47px;
    }
  }
  @media (max-width: 650px) {
    .block {
      max-width: 450px;
      display: block;
      margin-bottom: 35px;
      margin-left: auto;
      margin-right: auto;
    }
    .block .block-wrap-video {
      width: 100%;
    }
    .block .block-wrap-video video {
      width: auto;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .block .block-wrap-img {
      width: auto;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .block .block-wrap-img img {
      width: 100%;
    }
    .footer-container {
      height: auto;
      padding: 50px 17px 55px 17px;
    }
    .footer-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-logo {
      margin-right: 0;
      margin-bottom: 50px;
    }
    .footer-phone {
      margin-top: 15px;
    }
  }
  @media (max-width: 648px) {
    .copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 45px 0;
    }
    .copyright-item-1 {
      max-width: 508px;
    }
  }
  @media (max-width: 600px) {
    .press-main h1 {
      font-size: 34px;
      line-height: 34px;
    }
    .press-description {
      margin-top: 40px;
    }
    .block-cont {
      margin-top: 40px;
    }
    .block h3 {
      font-size: 19px;
      line-height: 29px;
      margin-bottom: 21px;
    }
    .section-with-text {
      font-size: 32px;
      line-height: 44px;
    }
  }
  @media (max-width: 550px) {
    .header-inner {
      width: 100%;
    }
  }
  @media (max-width: 500px) {
    .press-main h1 {
      font-size: 30px;
      line-height: 30px;
    }
    .press-description {
      font-size: 16px;
      line-height: 26px;
      margin-top: 35px;
    }
    .press-description h2 {
      font-size: 24px;
      line-height: 34px;
    }
    .block-cont {
      margin-top: 35px;
    }
    .block .block-wrap-video {
      width: 100%;
    }
    .block .block-wrap-video video {
      max-width: 100%;
    }
    .block .block-wrap-img {
      width: 100%;
    }
    .block .block-wrap-img img {
      max-width: 100%;
    }
    .block-wrap-text {
      font-size: 16px;
      line-height: 26px;
      gap: 40px;
    }
  }
  @media (max-width: 450px) {
    .section-with-text-cont {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .section-with-text {
      font-size: 30px;
      line-height: 42px;
    }
  }
  @media (max-width: 449px) {
    .footer-item-2-container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
    .footer-item-2-container-2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      gap: 0 45px;
      margin-top: 45px;
    }
    .footer-item-2-block-1 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 222px;
      flex-basis: 222px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .footer-item-2-block-3 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .footer-item-2-block-4 {
      -ms-flex-preferred-size: 47px;
      flex-basis: 47px;
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  @media (max-width: 400px) {
    .section-with-text-cont {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
    }
  }
  @media (max-width: 359px) {
    .wrap-copyright {
      padding-bottom: 120px;
    }
  }
  @media (max-width: 340px) {
    .header-mobile-logo {
      display: block;
      width: 160px;
    }
    .header-menu {
      gap: 33px;
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .header-menu li a {
      font-size: 24px;
      line-height: 26px;
    }
  }
  ul {
    list-style: none;
  }
  button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  html {
    background-color: #ffffff;
    overflow-x: hidden;
  }
  .wrap-container {
    max-width: 100%;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  header {
    max-width: 100%;
  }
  .header-item-1 {
    background-color: #1c1c1c;
  }
  .header-container {
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    max-width: 256px;
    margin-right: 50px;
  }
  .header-logo a {
    display: block;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-contact-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 40px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .header-contact-text-link {
    color: #ffffff;
  }
  .header-contact-text-link:hover {
    color: rgba(212, 233, 252, 0.9);
    text-decoration: underline;
  }
  .burger-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .header-mob-button {
    display: none;
  }
  .header-item-2 {
    background-color: #fcfcfc;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .header-menu li {
    height: 100%;
  }
  .header-menu li:hover {
    border-bottom: 3px solid #e04141;
  }
  .header-menu li:hover a {
    color: #dc2626;
  }
  main {
    margin-top: -1px;
  }
  .blog-main h1 {
    -ms-flex-preferred-size: 900px;
    flex-basis: 900px;
    display: block;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
  }
  .blog-main h3 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36.3px;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  .wrap-main-img {
    height: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
  }
  .wrap-main-img img {
    width: 1920px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  }
  .blog-main-title-cont {
    -ms-flex-preferred-size: 1220px;
    flex-basis: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 30px 10px;
  }
  .main-image-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-image-breadcrumbs li {
    position: relative;
    margin-right: 42px;
  }
  .main-image-breadcrumbs li:last-child {
    margin-right: 0;
  }
  .main-image-breadcrumbs li:last-child:after {
    display: none;
  }
  .main-image-breadcrumbs li a {
    font-family: sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
  }
  .main-image-breadcrumbs li a:hover {
    color: #ffffff;
  }
  .main-image-breadcrumbs li:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/arrow-white.png")
      no-repeat;
    background-size: 22px;
    top: 50%;
    right: -32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
  }
  .blog-links-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .blog-link {
    font-family: sans-serif;
    font-weight: 400;
    -ms-flex-preferred-size: 222px;
    flex-basis: 222px;
    padding: 6px 10px;
    background: #ffffff;
    border: 1px solid #f7f7f7;
    color: #858585;
    font-family: 18px;
    line-height: 21px;
    border: 1px solid #f7f7f7;
  }
  .blog-link:hover {
    background: #dc2626;
    -webkit-transition: 0.4s;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
  }
  .articles-cont {
    margin-top: 55px;
  }
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
  }
  .article-wrap-img {
    -ms-flex-wrap: 419px;
    flex-wrap: 419px;
    display: block;
  }
  .article-wrap-img img {
    width: 419px;
  }
  .article-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #131314;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .article-wrap-link {
    padding: 7px 15px 7px 15px;
    background: rgba(0, 0, 0, 0.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-link {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    text-align: left;
    color: #dc2626;
    padding: 4px 0 4px 39px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
  }
  .article-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-article-2.png")
      no-repeat;
    background-size: 21px;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .article-link:hover {
    text-decoration: underline;
  }
  .pages-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-right: 20px;
  }
  .pages li a {
    width: 35px;
    height: 35px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131314;
  }
  .pages li a:hover {
    color: #ffffff;
    background: #dc2626;
  }
  .pages li a:ctive {
    color: #ffffff;
    background: #dc2626;
  }
  .next-page {
    color: #dc2626;
    background: transparent;
    position: relative;
  }
  .next-page:hover {
    text-decoration: underline;
  }
  .next-page:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-right-red.png")
      no-repeat;
    background-size: 22px;
    top: 50%;
    right: -23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  footer {
    background-color: #1c1c1c;
  }
  .footer-container {
    height: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    max-width: 256px;
    margin-right: 50px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-contact-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 40px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-contact-text-link {
    color: #ffffff;
  }
  .footer-contact-text-link:hover {
    color: rgba(212, 233, 252, 0.9);
    text-decoration: underline;
  }
  .footer-phone {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    color: #ffffff;
    background-color: #dc2626;
    border-radius: 6px;
    padding: 16px 26px 16px 58px;
    text-align: center;
    position: relative;
  }
  .footer-phone:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
  }
  .footer-phone:hover {
    background: #cc2525;
  }
  .footer-phone:active {
    background: #b52323;
  }
  .footer-item-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-item-2-container {
    border-top: 1px solid #323232;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .footer-block-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.2px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .footer-item-2 ul li a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.78px;
    color: #1e93ff;
    text-decoration: underline;
  }
  .footer-item-2 ul li a:hover {
    color: rgb(212, 233, 252);
  }
  .footer-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .footer-item-2-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    gap: 50px;
  }
  .footer-item-2-block-1 {
    -ms-flex-preferred-size: 278px;
    flex-basis: 278px;
  }
  .footer-item-2-block-2 {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }
  .footer-item-2-block-3 {
    -ms-flex-preferred-size: 242px;
    flex-basis: 242px;
  }
  .footer-item-2-block-4 {
    -ms-flex-preferred-size: 229px;
    flex-basis: 229px;
  }
  .wrap-copyright {
    padding-left: 17px;
    padding-right: 17px;
  }
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 25px 0;
    border-top: 1px solid #323232;
    gap: 45px 100px;
  }
  .copyright-item-1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    color: #ffffff;
  }
  .copyright-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    gap: 2px;
  }
  .copyright-social-link {
    width: 45px;
    height: 35px;
    display: inline-block;
  }
  .copyright-social-links img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: inline-block;
    margin: 0 !important;
    filter: invert(1);
  }
  .copyright-social-link:hover img {
    opacity: 0.5;
  }
  .copyright-social-link-1 img {
    margin-top: -5px;
    margin-left: -5px;
  }
  .copyright-social-link-2 img {
    margin-top: -5px;
    margin-left: -31px;
  }
  .copyright-social-link-3 img {
    margin-top: -5px;
    margin-left: -58px;
  }
  .copyright-social-link-4 img {
    margin-top: -5px;
    margin-left: -86px;
  }
  .footer-icon-arrow-up {
    width: 34px;
    height: 34px;
    margin-left: 45px;
    border-radius: 6px;
  }
  .footer-icon-arrow-up img {
    width: 34px;
    height: 34px;
  }
  .footer-icon-arrow-up:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  @media (max-width: 1200px) {
    .press-main h1 {
      font-size: 50px;
      line-height: 50px;
    }
    .press-main h3 {
      font-size: 28px;
      line-height: 34px;
    }
  }
  @media (max-width: 1100px) {
    .press-main h1 {
      font-size: 45px;
      line-height: 45px;
    }
    .article {
      gap: 25px;
    }
  }
  @media (max-width: 1000px) {
    header {
      height: 89px;
      background-color: #1c1c1c;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 16px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .header-mobile-logo {
      display: block;
      width: 195px;
    }
    .header-mobile-logo img {
      width: 100%;
    }
    .header-inner {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 360px;
      position: absolute;
      top: 130px;
      right: 0;
      z-index: 9999999999;
    }
    .header-item-1 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .header-item-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .burger {
      cursor: pointer;
      display: block;
      position: relative;
      border: none;
      background: transparent;
      width: 30px;
      height: 27px;
      z-index: 1;
    }
    .burger::before,
    .burger::after {
      content: "";
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 10px;
      background: #ffffff;
    }
    .burger::before {
      top: 0;
      -webkit-box-shadow: 0 12px 0 #ffffff;
      box-shadow: 0 12px 0 #ffffff;
      -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s,
        -webkit-transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
      transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s,
        -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    }
    .burger::after {
      bottom: 0;
      -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s;
      transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
    }
    .burger-checkbox:checked + .burger::before {
      top: 50%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
      -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s,
        -webkit-transform 0.3s 0.15s;
      transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
      transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s,
        -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked + .burger::after {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s;
      transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
    }
    .burger-checkbox:checked ~ .header-inner {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .header-item-2 {
      background-color: #0e0e0e;
    }
    .header-menu {
      height: auto;
      color: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      gap: 33px;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .header-menu li {
      height: 100%;
      border-bottom: 1.75px solid #ffffff;
      display: inline-block;
      width: auto;
    }
    .header-menu li a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      font-size: 26px;
      line-height: 28px;
    }
    .header-menu li:hover {
      border-bottom: 0;
    }
    .header-menu li:hover a {
      color: #ffffff;
      border-bottom: 1.75px solid #ffffff;
    }
    .header-item-1 {
      background-color: #0e0e0e;
      padding-bottom: 40px;
    }
    .header-logo {
      display: none;
    }
    .header-container {
      height: auto;
    }
    .header-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 15px;
    }
    .header-contact-text {
      -ms-flex-item-align: start;
      align-self: start;
      white-space: nowrap;
    }
    .wrap-container-main-img {
      padding: 0;
    }
    .footer-item-2-container {
      gap: 30px;
    }
    .footer-item-2-container-2 {
      gap: 30px;
    }
    .articles-cont {
      margin-top: 0;
    }
  }
  @media (max-width: 980px) {
    .press-main h1 {
      font-size: 42px;
      line-height: 42px;
    }
    .press-main h3 {
      font-size: 26px;
    }
    .article {
      gap: 20px;
    }
    .article-wrap-img {
      -ms-flex-wrap: 380px;
      flex-wrap: 380px;
    }
    .article-wrap-img img {
      width: 380px;
    }
    .aticle-text {
      font-size: 17px;
      line-height: 27px;
    }
    .article-link {
      font-size: 17px;
    }
    .article-link:before {
      width: 20px;
      height: 20px;
      background-size: 20px;
    }
    .pages-cont {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .blog-links-cont {
      margin-top: 45px;
      margin-bottom: 45px;
    }
    .blog-link {
      padding: 8px 10px;
      font-size: 17px;
      line-height: 20px;
    }
  }
  @media (max-width: 961px) {
    .main-image-breadcrumbs {
      display: none;
    }
  }
  @media (max-width: 900px) {
    .footer-container {
      height: 150px;
    }
    .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-contact-text {
      margin-right: 0;
    }
    .footer-phone {
      margin-top: 6px;
    }
    .footer-item-2-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 25px;
    }
    .footer-item-2-container-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 50px 50px;
      margin-top: 70px;
    }
    .footer-block {
        flex-basis: inherit;
        width: 46%;
    }
  }
  @media (max-width: 850px) {
    
    .article-wrap-img {
      -ms-flex-wrap: 340px;
      flex-wrap: 340px;
    }
    .article-wrap-img img {
      width: 340px;
    }
  }
  @media (max-width: 850px) {
    .wrap-copyright {
      padding-bottom: 100px;
    }
  }
  @media (max-width: 750px) {
    .press-main h1 {
      font-size: 38px;
      line-height: 38px;
    }
    .blog-link {
      font-size: 16px;
    }
    .article-wrap-img {
      -ms-flex-wrap: 280px;
      flex-wrap: 280px;
    }
    .article-wrap-img img {
      width: 280px;
    }
  }
  @media (max-width: 650px) {
    .blog-links-cont {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .blog-link {
      font-size: 15px;
      line-height: 19px;
    }
    .article-wrap-img {
      -ms-flex-wrap: 250px;
      flex-wrap: 250px;
    }
    .article-wrap-img img {
      width: 250px;
    }
    .footer-container {
      height: auto;
      padding: 50px 17px 55px 17px;
    }
    .footer-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer-logo {
      margin-right: 0;
      margin-bottom: 50px;
    }
    .footer-phone {
      margin-top: 15px;
    }
  }
  @media (max-width: 648px) {
    .copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 45px 0;
    }
    .copyright-item-1 {
      max-width: 508px;
    }
  }
  @media (max-width: 600px) {
    .press-main h1 {
      font-size: 34px;
      line-height: 34px;
    }
    .button-call-mob {
      width: 33%;
    }
    .press-main h3 {
      font-size: 25px;
    }
    .article {
      display: block;
      margin-bottom: 40px;
    }
    .article-wrap-img {
      margin-bottom: 40px;
    }
    .article-wrap-img img {
      width: 100%;
    }
    .aticle-text {
      font-size: 16px;
      line-height: 26px;
    }
    .article-wrap-link {
      margin-top: 45px;
    }
    .pages-cont {
      margin-top: 45px;
      margin-bottom: 45px;
    }
  }
  @media (max-width: 550px) {
    .header-inner {
      width: 100%;
    }
    .article-wrap-img {
      max-width: 100%;
    }
    .article-wrap-img img {
      width: auto;
      max-width: 100%;
    }
  }
  @media (max-width: 500px) {
    .press-main h1 {
      font-size: 30px;
      line-height: 30px;
    }
    .article-link {
      font-size: 16px;
    }
    .article-link:before {
      width: 19px;
      height: 19px;
      background-size: 19px;
    }
    .article-link:hover:before {
      width: 83px;
    }
    .article-link:hover:after {
      left: 76px;
    }
  }
  @media (max-width: 450px) {
    .press-main h3 {
      font-size: 24px;
      line-height: 33px;
    }
    .aticle-text {
      font-size: 15px;
      line-height: 25px;
    }
  }
  @media (max-width: 449px) {
    .footer-item-2-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
    }
    .footer-item-2-container > div {
      width: 100%;
    }
    .footer-item-2-block-1 {
      order: 1;
    }
    .footer-item-2-block-2 {
      order: 2;
    }
    .footer-item-2-block-3 {
      order: 3;
    }
    .footer-item-2-block-4 {
      order: 4;
    }
    .footer-item-2-block-5 {
      order: 5;
    }
    .footer-item-2-block-6 {
      order: 6;
    }
    .footer-item-2-block-7 {
      order: 7;
    }
    .footer-item-2-container-2 {
      flex-direction: column;
      gap: 15px;
      margin-top: 20px;
    }
    .footer-item-2-block-1,
    .footer-item-2-block-2,
    .footer-item-2-block-3,
    .footer-item-2-block-4 {
      flex-basis: auto;
      width: auto;
    }
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
    }
    .wrap-copyright {
      padding-bottom: 120px;
    }
  }
  @media (max-width: 400px) {
    .aticle-text {
      font-size: 14px;
      line-height: 24px;
    }
    .block-press-yelp {
      height: 30px;
    }
    .block-press-link-1 {
      padding: 8px 14px 8px 8px;
    }
    .block-press-link-2 {
      padding: 3px 9px 3px 8px;
    }
    .block-press-text:before {
      left: -15px;
    }
    .block-press-text {
      padding-left: 13px;
    }
    h1 {
      font-size: 33px;
      line-height: 41.38px;
    }
    h2 {
      font-size: 29px;
    }
    .container-form-2-title {
      font-size: 30px;
    }
    .form-1,
    .form-2 {
      padding: 26px 28px 47px 28px;
    }
    .form-2 {
      max-width: 100%;
    }
    .wrap-container-main-img {
      height: 1313px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
    }
  }
  @media (max-width: 400px) {
    .aticle-text {
      font-size: 14px;
      line-height: 24px;
    }
    .block-press-yelp {
      height: 30px;
    }
    .block-press-link-1 {
      padding: 8px 14px 8px 8px;
    }
    .block-press-link-2 {
      padding: 3px 9px 3px 8px;
    }
    .block-press-text:before {
      left: -15px;
    }
    .block-press-text {
      padding-left: 13px;
    }
    h1 {
      font-size: 33px;
      line-height: 41.38px;
    }
    h2 {
      font-size: 29px;
    }
    .container-form-2-title {
      font-size: 30px;
    }
    .form-1,
    .form-2 {
      padding: 26px 28px 47px 28px;
    }
    .form-2 {
      max-width: 100%;
    }
    .wrap-container-main-img {
      height: 1313px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
    }
  }
  @media (max-width: 373px) {
    .footer-item-2-block-2 {
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
    }
  }
  @media (max-width: 359px) {
    .wrap-copyright {
      padding-bottom: 120px;
    }
  }
  @media (max-width: 355px) {
    .press-main h1 {
      font-size: 25px;
      line-height: 25px;
    }
  }
  @media (max-width: 340px) {
    .header-mobile-logo {
      display: block;
      width: 160px;
    }
    .header-menu {
      gap: 33px;
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .header-menu li a {
      font-size: 24px;
      line-height: 26px;
    }
  }
  .container-inner-main-img {
    display: none;
  }
  @media (min-width: 900px) and (max-width: 1000px) {
    .wrap-container-form-4 {
      max-width: 97%;
    }
  }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .header-menu li a,
    .header-contact-text,
    .header-phone {
      font-size: 16px;
    }
    .header-phone:before {
      background-size: 17px;
      background-repeat: no-repeat;
      left: 30px;
      top: 51%;
    }
    .wrap-container-form-4 {
      max-width: 97%;
    }
  }
  @media (min-width: 800px) and (max-width: 970px) {
    .captcha-submit {
      width: 50%;
      margin-left: 0;
      margin-top: -176px;
      padding-right: 13.5px;
      left: 0;
    }
  }
  @media (max-width: 400px) {
    .block-press-yelp {
      height: 30px;
    }
    .block-press-link-1 {
      padding: 8px 14px 8px 8px;
    }
    .block-press-link-2 {
      padding: 3px 9px 3px 8px;
    }
    .block-press-text:before {
      left: -15px;
    }
    .block-press-text {
      padding-left: 13px;
    }
    h1 {
      font-size: 33px;
      line-height: 41.38px;
    }
    h2 {
      font-size: 29px;
    }
    .container-form-2-title {
      font-size: 30px;
    }
    .form-1,
    .form-2 {
      padding: 26px 28px 47px 28px;
    }
    .form-2 {
      max-width: 100%;
    }
    .wrap-container-main-img {
      height: 1313px;
    }
  }

  .wrap-button-contats {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      gap: 13px;
      padding: 8px 18px;
      background: #1f1f1f;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999;
      display: none;
    }
    .button-message-mob {
      font-family: sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24.2px;
      background: #129817;
      padding: 16px 26px 16px 61px;
      border-radius: 6px;
      color: #ffffff;
      position: relative;
    }
    .button-message-mob:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-message.png")
        no-repeat;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 26px;
    }
.wrap-button-contats a {
    width: 33%;
    text-align: center;
    padding: 35px 15px 5px 15px;
}
    .button-call-mob {
      font-family: sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24.2px;
      background: #dc2626;
      padding: 16px 26px 16px 61px;
      border-radius: 6px;
      color: #ffffff;
      position: relative;
    }
    .button-call-mob:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background: url("https://ik.imagekit.io/ivs/tr:q-10/img/icon-phone.png")
        no-repeat;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 26px;
    }
    .wrap-button-contats a::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 29%;
}

  @media (max-width: 767px){
    .wark-points-number {
        width: 63px;
        height: 63px;
        font-size: 53px;
    }
    .wrap-button-contats a {
        font-size: 14px;
        padding: 24px 15px 10px 10px;
        text-align: center;
    }

       .button-call-mob:before, .button-message-mob:before {
        top: 35%;
        left: 0;
        background-size: 18px;
        right: 0;
        margin: auto;
    }
}
@media(max-width: 1024px){
  .wrap-button-contats {
      display: flex;
    }
}