@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
  
html {
  font-size: 10px; }


.header333123 {
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
  background: url(../img/wave.png);
  background-repeat: no-repeat;
  background-position: center top;  }

.header333123 * {
  font-size: 20px;
  outline: none;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0; }

.header333123 a {
  color: inherit;
  text-decoration: none; }

.header333123 .gray-btn333 {
  color: #fff;
}

.header333123 .container333 {
  width: 1200px;
  margin: auto; }
.header333123 img {
  max-width: 100%; }

.header333123 .header-mobile333 {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  display: none;
  padding: 1rem 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .header333123 .header-mobile333 .menu-mobile333 {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 10px; }
    .header333123 .header-mobile333 .menu-mobile333:hover {
      cursor: pointer; }
    .header333123 .header-mobile333 .menu-mobile333 span {
      display: block;
      height: 2px;
      width: 18px;
      position: absolute;
      left: 50%;
      margin-left: -9px;
      top: 50%;
      margin-top: -1px;
      background-color: #333; }
      .header333123 .header-mobile333 .menu-mobile333 span:before, .header333123 .header-mobile333 .menu-mobile333 span:after {
        display: block;
        height: 2px;
        width: 18px;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        top: 50%;
        margin-top: -1px;
        background-color: #333; }
      .header333123 .header-mobile333 .menu-mobile333 span::before {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        content: '';
        margin-top: -6px; }
      .header333123 .header-mobile333 .menu-mobile333 span::after {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        content: '';
        margin-top: 4px; }
  .header333123 .header-mobile333 .menu-mobile_active span {
    background-color: transparent; }
    .header333123 .header-mobile333 .menu-mobile_active span::before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-top: 0; }
    .header333123 .header-mobile333 .menu-mobile_active span::after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-top: 0; }

.header333123 .header-mobile__logo333 {
  margin-left: 40px; }
  .header333123 .header-mobile__logo333 a {
    font-size: 3.9rem;
    color: #f33030; }
.header333123 .mobile-hidden333 {
  padding-bottom: 0; 


}
  .header333123 .mobile-hidden333 .header-line333 {
    width: 100%;
    z-index: 100;
    background-color: #cf3143;
    color: #222;
    padding: .3em 0;
    margin-bottom: 0em; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(55%,#f3f3f3), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 55%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(55%, #f3f3f3), to(#ededed));
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 55%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 55%, #ededed 100%);
    -webkit-box-shadow: 0 1px 3px RGBA(0,0,0,.2);
    box-shadow: 0 1px 3px RGBA(0,0,0,.2);

  }
  .header333123 .mobile-hidden333 .header-line_bg333 {
    width: 2%;
    height: 1px;
    background-color: #222; }
  .header333123 .mobile-hidden333 .header-line333 .container333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header333123 .mobile-hidden333 .header-line333 .header-logo333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header333123 .mobile-hidden333 .header-line333 .header-logo333 img {
      height: 2.7em; }
  .header333123 .mobile-hidden333 .header-line333 .nav-box333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .6em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
      color: #222;
        font-size: 16px;}
    .header333123 .mobile-hidden333 .header-line333 .nav-box333:hover {
      color: #ea2003; }
    .header333123 .mobile-hidden333 .header-line333 .nav-box333 img {
      height: 2.2em;
          filter: invert(1);
      margin-right: 1em; }
  .header333123 .mobile-hidden333 .header-line333 .gray-btn333 {
    margin-bottom: 0;
    color: #fff;
    background-color: #ea2003;
    border: none; }
    .header333123 .mobile-hidden333 .header-line333 .gray-btn333:hover {
          color: #fff;
    background-color: #333; }
  .header333123 .mobile-hidden333::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/wave.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  .header333123 .mobile-hidden333 .container333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header333123 .mobile-hidden333 .logo {
    width: 15em; }
  .header333123 .mobile-hidden333 .gray-btn333 {
    margin-bottom: 1em;
    margin-left: .5em; }
.header333123 .mobile-phone333 {
  padding: .7rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  background-color: #fcc417;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  width: 140px;
  text-transform: uppercase;
  text-align: center; }
  .header333123 .mobile-phone333 img {
    width: 3rem;
    margin-right: 1rem; }
.header333123 .header-scroll333 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: .5rem 0; }
  .header333123 .header-scroll333 .logo {
    width: 15rem; }
  .header333123 .header-scroll333 .social-contacts333 {
    width: auto; }
    .header333123 .header-scroll333 .social-contacts333 a {
      margin-right: 1rem; }
  .header333123 .header-scroll333 .header__contacts333 .tel333 {
    height: 25px; }
.header333123 .social-contacts333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.header333123 .social-icon333 {
  width: 1.7em;
  height: 1.7em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 1.6em;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .header333123 .social-icon333:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .header333123 .social-icon333 {
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 1em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.header333123 .vk333 {
  background-image: url(../img/icon/vk.svg); }
.header333123 .mobile-menu333 {
  padding: 6.5em 1em 1em;
  z-index: 90;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.header333123 .mobile-menu333-active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible; }

.header333123 .mobile-menu333 .nav-box333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 1.5em; }
  .header333123 .mobile-menu333 .nav-box333:hover {
    color: #ffe2e2; }

.header333123 .mobile-menu333 .nav-box_icon333 {
  width: 4em;
  text-align: center; }

.header333123 .mobile-menu333 .nav-box333 img {
  height: 2.5em;
  margin-right: 1em; }

.header333123 .mobile-menu333 .contacts333 .gray-box333 > p {
  font-size: 1.4em;
  margin-bottom: .7em; }

.header333123 .mobile-menu333 .contacts333 .social-contacts333 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .header333123 .mobile-menu333 .contacts333 .social-contacts333 a {
    width: 2em;
    margin-bottom: .5em; }
    .header333123 .mobile-menu333 .contacts333 .social-contacts333 a:first-child {
      margin-bottom: .5em;
      width: 100%; }

.header333123 .mobile-menu333 .contacts333 .addr-box333 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header333123 .mobile-menu333 .contacts333 .adress333 {
  padding-left: 3em;
  background-image: url(../img/icon/domik.png);
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: .5em center; }

.header333123 .mobile-menu333 .contacts333 .header__rezhim333 {
  margin-bottom: .5em;
  width: 100%; }
.header333123 .contacts333 {
  position: absolute;
  z-index: 2;
  left: 15%;
  background-color: #fff;
  height: 100%;
  font-weight: 600;
  font-size: .85em; }
  .header333123 .contacts333 .tell333 {
    font-size: 1.7em;
    color: #ab2025; }
  .header333123 .contacts333 .white-box333, .header333123 .contacts333 .gray-box333 {
    padding: .7em 1.5em; }
  .header333123 .contacts333 .white-box333 > p, .header333123 .contacts333 .gray-box333 > p {
    margin-bottom: .5em; }
  .header333123 .contacts333 .white-box333 {
    height: 43%; }
  .header333123 .contacts333 .gray-box333 {
    height: 57%;
    background-color: #f0f0f0; }
  .header333123 .contacts333 .emails333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header333123 .contacts333 .emails333 > div {
      margin-right: 1em; }
    .header333123 .contacts333 .emails333 p {
      margin-bottom: .2em; }
    .header333123 .contacts333 .emails333 .mail333 {
      background-image: url(../img/icon/email1.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1.2em;
      padding-left: 1.3em; }
  .header333123 .contacts333 .social-contacts333 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .6em; }
    .header333123 .contacts333 .social-contacts333 a {
      width: 1.4em;
      margin-right: .5em; }
      .header333123 .contacts333 .social-contacts333 a:first-child {
        width: auto;
        margin-bottom: 0; }
    .header333123 .contacts333 .social-contacts333 p {
      margin-bottom: 0;
      margin-right: 1em; }
  .header333123 .contacts333 .addr-box333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header333123 .contacts333 .header__bydny333, .header333123 .contacts333 .header__rezhim333, .header333123 .contacts333 .header__vyhodnoy333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header333123 .contacts333 .header__rezhim333 {
    width: 41%;
    font-weight: 400; }
    .header333123 .contacts333 .header__rezhim333 p {
      margin-top: 1rem;
      margin-left: 0.3rem; }
  .header333123 .contacts333 .header__bydny333 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header333123 .contacts333 .header__vyhodnoy333 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #333;
    padding-left: 1rem; }
  .header333123 .contacts333 .header__circle333 > p, .header333123 .contacts333 .header__rezhim333 p, .header333123 .contacts333 .header__vyhodnoy333 > p {
    font-size: 1.8rem;
    color: #333;
    width: 100%; }
  .header333123 .contacts333 .header__circle333 {
    color: #000;
    font-size: 1.8rem;
    padding: 0 0.3rem; }
  .header333123 .contacts333 .header__circle333--green {
    color: #cf3143; }
.header333123 .gray-btn333 {
  background-color: #cf3143;
  border: 3px solid #cf3143;
  padding: .6em 1.3em;
  color: #fff;
  font-weight: 400;
  font-size: .8em;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .header333123 .gray-btn333:hover {
    background-color: #fff;
    color: #3a3a3a; }
.header333123 .contacts-box333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 15em; }
.header333123 .tell333 {
  font-weight: 700;
  font-size: 1.15em;
  padding-left: 1.2em;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: .4em; }
.header333123 .vel333 {
  background-size: 1em;
  background-image: url(../img/icon/vel.png); }
.header333123 .viber333 {
  background-image: url(../img/icon/viber.svg); }
.header333123 .whatsapp333 {
  background-image: url(../img/icon/whatsapp.svg); }
.header333123 .telegram333 {
  background-image: url(../img/icon/telegram.svg); }
.header333123 #overlay {
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
  top: 0;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 100%; }
.header333123 .modal_div333 {
  width: 40.0rem;
  border-radius: .5rem;
  border: 2px #000 solid;
  background: #fff;
  padding: 2.0rem;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -35vh;
  display: block;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  overflow: auto; }
  .header333123 .modal_div333 h3 {
    text-align: left;
    font-size: 2.5rem;
    width: 100%;
    margin-bottom: 2rem; }
  .header333123 .modal_div333 .modal__text333 {
    margin-bottom: 2rem; }
  .header333123 .modal_div333 .mainpage__flex333 {
    margin-bottom: 1.5rem; }
  .header333123 .modal_div333 .mainpage__button333 {
    margin-top: 2rem;
    width: 100% !important; }
  .header333123 .modal_div333 .gray-btn333 {
    line-height: 33px;
    padding-left: 1rem;
    max-width: 100%;
    width: 100%;
    border: 0;
    cursor: pointer; }
.header333123 .modal_close333 {
  position: absolute;
  cursor: pointer;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  background: url(../img/close-ico.png) no-repeat;
  background-size: contain;
  top: 1.0rem;
  right: 1.0rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 3; }
  .header333123 .modal_close333:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease; }
.header333123 .mainpage__flex333 {
  border: solid 1px #9fb8cc;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px; }
  .header333123 .mainpage__flex333 input {
    height: 38px;
    display: block;
    border: none;
    border-radius: 0 5px 5px 0;
    border-left: solid 1px #9fb8cc;
    font-size: 16px;
    padding: 0px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
.header333123 .mainpage__label-people333 {
  display: block;
  background-image: url(../img/icon/people.png);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  width: 39px;
  height: 39px;
  cursor: pointer; }
.header333123 .mainpage__label-phone333 {
  display: block;
  background-image: url(../img/icon/phone_black.png);
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  width: 39px;
  height: 39px;
  cursor: pointer; }
.header333123 .gray-btn333 {
  background-color: #cf3143;
  border: 3px solid #cf3143;
  padding: .6em 1.3em;
  color: #fff;
  font-weight: 400;
  font-size: .8em;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .header333123 .gray-btn333:hover {
    background-color: #fff;
    color: #3a3a3a; }
.header333123 #modalCont333 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 !important; }
  .header333123 #modalCont333 .contacts333 {
    position: relative;
    left: 0; }






@media (max-width: 1681px) {
  .header333123 .mobile-hidden333 .logo {
    width: 10em; }
  .header333123 .contacts-box333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 10em; }
  .header333123 .tell333 {
    font-weight: 700;
    font-size: .9em;
    padding-left: 1.4em;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: .4em; }
}

@media (max-width: 1440px) {
  body {
    font-size: 2rem; }
  .header333123 .container333 {
    width: 1150px; } 
}

@media (max-width: 1200px) {
  .header333123 .container333 {
    width: 95%; }
}

@media (max-width: 900px) {
  html {
    font-size: 9px; }
  section {
    padding-bottom: 2em !important; }
  .header333123 .header-mobile333 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header333123 .mobile-phone333 {
    width: 200px;
    font-size: .8em; }
  .header333123 .mobile-hidden333 {
    display: none !important; }
  .header333123 .social-contacts333 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .header333123 .social-contacts333 .social-icon333 {
      margin-right: 0; }
}

@media (max-width: 768px) {
  html {
    font-size: 8px; }
  .header333123 .mobile-phone333 {
    width: 180px; }
  .header333123 .contacts333 {
    left: 0;
    position: relative;
    height: auto; }
  .header333123 .modal_divDop333 {
    width: 50rem !important;
    margin-left: auto !important;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: auto; }
    .header333123 .modal_divDop333 .gray-btn333 {
      line-height: 32px;
      font-size: 2.5rem; }
  .header333123 .mainpage__flex333 {
    height: 40px !important; }
    .header333123 .mainpage__flex333 input {
      height: 38px !important;
      font-size: 14px; }
    .header333123 .mainpage__flex333 label {
      background-size: 20px;
      height: 39px !important;
      width: 39px !important; }
}

@media (max-width: 768px) and (min-width: 551px) {
  .header333123 .contacts333 {
    font-size: 1.1em; }
    .header333123 .contacts333 .social-contacts333 {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
}


@media (max-width: 550px) {
  html {
    font-size: 7px; }
  .header333123 .mobile-phone333 {
    font-size: 1.6rem;
    width: 170px; }
}

@media (max-width: 400px) {
  html {
    font-size: 6px; }
  .header333123 .mobile-phone333 {
    padding: .7rem 1rem;
    font-size: 1.7rem;
    width: 150px; }
    .header333123 .mobile-phone333 img {
      width: 3rem;
      margin-right: 1rem; }
}

@media (max-height: 420px) {
  .header333123 .mobile-menu333 {
    font-size: .75em; }
    .header333123 .mobile-menu333 .contacts333 .header__rezhim333 {
      display: none; } 
}

@media (max-height: 370px) {
  .header333123 .mobile-menu333 {
    font-size: .72em; }
    .header333123 .mobile-menu333 .contacts333 .addr-box333 {
      display: none; } 
}

@media (max-height: 345px) {
  .header333123 .mobile-menu333 .contacts333 p {
    display: none; }
  .header333123 .mobile-menu333 .contacts333 .social-contacts333 a {
    margin-bottom: 0; } 
}