/*MENU SMALL*/
.c-hamburger {
  display: block;
  position: relative;
  width: 35px;
  height: 26px;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 999;
}
.menu_small {
  display: none;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #00A6D3;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #00A6D3;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #00A6D3;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #00A6D3;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.number_phone {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*/MENU SMALL*/
@media screen and (max-width: 1199px) {
  .wrap {
    width: 900px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .main-menu li {
    margin: 0 11px;
  }
  .page-header__phone {
    font-size: 13px;
  }
  .page-header__time {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .page-header__call-me {
    font-size: 11px;
  }
  .about__title > span {
    font-size: 21px;
  }

.number_phone {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

}
@media screen and (max-width: 991px) {
  .wrap {
    width: 720px;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
  }
  .page-header__call {
    width: 100%;
    text-align: center;
  }
  .about__button-wrap {
    left: 30%;
  }
  .about__inner {
    background-size: 100% 100%;
  }
  .logo {
    width: 100%;
  }
  nav.main-menu {
    width: 81.25%;
    text-align: right;
  }
  .main-menu li {
    margin: 0 15px;
  }
  .page-header {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
  .about {
    height: 475px;
  }
  .about__inner {
    height: 494px;
    top: -18px;
  }
  .about__title {
    width: 410px;
    top: 101px;
    left: 19px;
    font-size: 21px;
    line-height: 36px;
  }
  .about__title > span {
    top: 32px;
    left: -15px;
    font-size: 18px;
  }
  .about__inner p {
    left: 110px;
    bottom: 65px;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
  }
  .scroll .page-header .page-header__call {
    display: none;
  }
  .tariffs-list__label > img {
    width: 100%;
  }
  .tariffs-intercity {
    background-size: contain;
  }
  .porters__inner {
    background-size: 100% 100%;
    height: 525px;
  }
  .porters__title {
    margin-top: 0;
    font-size: 30px;
  }
  .porters__title > span {
    font-size: 40px;
  }
  .porters__text {
    right: 0;
    top: 212px;
    font-size: 13px;
    text-align: right;
    padding-right: 36px;
  }
  .review {
    min-height: 283px;
    padding: 68px 39px 48px 51px;
    position: relative;
    background-size: 93% 100%;
    font-size: 14px;
    line-height: 1.3em;
    margin: 30px 0px 30px 0;
  }
  .contacts__title {
    font-size: 26px;
    line-height: 34px;
    margin: 74px 0 34px 0;
  }
  .contacts__par {
    font-size: 15px;
  }
  .contacts__man {
    font-size: 12px;
  }
  .contacts__inner {
    background-size: 50%;
  }
  .page-footer__logo {
    width: 100%;
    height: 57px;
    background-size: contain;
  }
  .soc {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-position: -4px -5px;
    text-indent: 1000px;
    margin-right: 6px;
  }
  .fb {
    background-position: -45px -5px;
  }
  .ok {
    background-position: -85px -5px;
  }
  .page-footer__email,
  .page-footer__phone-small {
    font-size: 13px;
  }
  .copyright {
    top: -6px;
    font-size: 10px;
  }

.number_phone {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    background-color:#FFFFFF;
}

}
@media screen and (max-width: 767px) {
  .wrap {
    width: 540px;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
  }
  .menu_small {
    display: inline-block;
  }
  .main-menu ul {
    display: none;
  }
  .logo {
    width: 100%;
    height: auto;
  }
  nav.main-menu {
    width: 20%;
    text-align: center;
    padding-top: 8px;
  }
  .page-header__inner .col-3,
  .page-header__call .col-3 {
    width: 40%;
  }
  .page-header__call-me {
    top: -7px;
  }
  .page-header {
    padding-bottom: 5px;
  }
  .page-header__inner {
    padding: 20px 0 0 0;
  }
  .about__button-wrap {
    left: 22%;
  }
  .about__inner {
    background-size: 100% 100%;
    background-position-x: -326px;
  }
  .about__inner {
    height: auto;
    top: 0;
    background: none;
    text-align: center;
  }
  .about__title {
    position: relative;
    width: 90%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    height: auto;
    padding-top: 45px;
    border-radius: 15px;
    margin: 100px 0 120px;
  }
  .about__title > span {
    top: unset;
    left: unset;
    font-size: 18px;
    background-color: #00A6D3;
    margin-bottom: -40px;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px 25px;
  }
  .page-header__call {
    text-align: right;
  }
  .about {
    height: unset;
    background: #fecc00 url(../images/back_about_mobile.jpg.png) no-repeat center center;
  }
  .about__button-wrap {
    height: 56px;
    padding: 18px;
    left: unset;
    margin-bottom: -40px;
    position: relative;
    bottom: unset;
  }
  .about__inner p {
    left: unset;
    bottom: unset;
    margin: 0;
    font-size: 25px;
    margin-bottom: 50px;
    text-align: right;
    position: relative;
    line-height: 22px;
  }
  .logo {
    width: unset;
    height: 50px;
  }
  .scroll .page-header .page-header__call {
    display: inline-block;
  }
  .factors__title {
    font-size: 45px;
  }
  .factors__title > span {
    font-size: 29px;
  }
  .factors__sub-title {
    font-size: 22px;
  }
  .factor p {
    line-height: 20px;
    margin: 0 15px;
  }
  .tariffs__title {
    font-size: 40px;
    margin: 75px 0 0 0;
    line-height: 42px;
  }
  .tariffs__sub-title {
    font-size: 18px;
  }
  .tariffs-list__item {
    width: 50%;
    font-size: 16px;
    margin-bottom: 140px;
  }
  .tariffs-list__item.tarif-3 {
    margin-bottom: 0;
  }
  .tariffs-calculation__title {
    margin: 25px 0 9px 0;
    font-size: 23px;
  }
  .tariffs__btn {
    position: relative;
    bottom: unset;
    left: unset;
    margin-left: unset;
    margin-top: 15px;
  }
  .tariffs-calculation {
    margin: 45px 0 0px 0;
  }
  p.tariffs-intercity__intro {
    font-size: 30px;
  }
  .tariffs {
    padding-bottom: 10px;
  }
  .porters__title {
    font-size: 24px;
    text-align: right;
  }
  .porters__title > span {
    font-size: 33px;
  }
  .porters__inner {
    background: #80ac17 url("../images/back_porters_mobile.png") bottom left no-repeat;
    background-size: auto 70%;
    height: unset;
    padding-bottom: 30px;
    text-align: right;
  }
  .porters__text {
    right: unset;
    top: unset;
    font-size: 13px;
    text-align: right;
    padding-right: 0;
    width: unset;
    margin: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.81);
    padding: 10px;
    border-radius: 5px;
  }
  .porters__footer p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
  }
  .porters__footer strong {
    font-size: 24px;
  }
  .package__title {
    font-size: 27px;
    margin-top: 66px;
  }
  .package__title > span {
    font-size: 40px;
  }
  .package__intro {
    margin-left: 0;
  }
  .package-list__item {
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
  }
  .package__footer {
    margin-left: 0;
  }
  .reviews__title {
    font-size: 39px;
  }
  .contacts__inner {
    background: none;
  }
  .contacts__text {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .page-footer .col {
    width: 50%;
  }
  .page-footer__socials {
    text-align: left;
  }
  .page-footer__contacts {
    text-align: center;
  }
  .porters__text {
    font-size: 18px;
  }
  .main-menu ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.93);
    top: 100%;
    width: 300px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .main-menu li {
    margin: 0;
    display: block;
    padding: 5px 15px;
  }
  .main-menu a {
    display: block;
    line-height: normal;
    padding: 5px 0;
  }
  .porters__btn-wrap .btn.js-call {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
    text-align: center;
  }
.number_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
}
@media screen and (max-width: 600px) {
  .wrap {
    width: auto;
    max-width: unset;
    margin: 0 auto;
    position: relative;
  }
  .factors__sub-title {
    font-size: 17px;
  }
  .page-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu li {
    font-size: 18px;
  }
  .about__inner p {
    line-height: 30px;
  }
  .porters__footer .col {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .about {
    background-size: cover;
  }
.number_phone {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    background-color:#FFFFFF;
}
}
@media screen and (max-width: 480px) {
  .page-header__call {
    display: none;
  }
  .scroll .page-header .page-header__call {
    display: none;
  }
  .page-header__inner .col-3 {
    width: 60%;
  }
  nav.main-menu {
    width: 40%;
    text-align: right;
    padding-top: 8px;
  }
  nav.main-menu ul {
    text-align: center;
  }
  .factor {
    text-align: center;
    width: 100%;
    margin: 154px 0 34px 0;
  }
  .tariffs-list__item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 140px;
  }
  .package-list__item {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .review {
    width: 100%;
  }
  .btn {
    width: 100%;
    font-size: 14px;
    padding: 0 30px;
  }
  .reviews__title {
    font-size: 25px;
  }
  .contacts__title {
    font-size: 25px;
  }
  .page-footer .col {
    width: 100%;
    text-align: center;
  }
  .about__title {
    width: 100%;
    margin: 70px 0 80px;
    font-size: 20px;
    line-height: 24px;
  }
  .about__title > span {
    font-size: 16px;
    background-color: transparent;
    color: #00485c;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .about__inner p {
    text-align: left;
  }
  .factors__title {
    line-height: 34px;
    font-size: 30px;
  }
  .factors__title > span {
    font-size: 22px;
  }
  .tariffs__title {
    font-size: 30px;
    margin: 75px 0 0 0;
    line-height: 34px;
  }
  .tariffs-calculation {
    padding: 0 15px 20px 15px;
  }
  p.tariffs-intercity__intro {
    font-size: 24px;
  }
  .tariffs-intercity__title {
    font-size: 19px;
  }
  .tariffs-intercity p {
    font-size: 15px;
  }
  .porters__title {
    font-size: 18px;
  }
  .porters__title > span {
    font-size: 27px;
  }
  .porters__text {
    font-size: 13px;
  }
  .package__title {
    font-size: 24px;
    margin-top: 65px;
  }
  .package__title > span {
    font-size: 34px;
  }
  .package__intro {
    font-size: 16px;
    margin-top: 0;
  }
  .package__footer p {
    font-family: 'Exposure', sans-serif;
    font-size: 20px;
    margin: 43px 0 26px 0;
  }
  .contacts__par {
    font-size: 14px;
  }
  .page-footer__logo {
    width: 100%;
    height: 57px;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
  }
  .page-footer__parapix > span {
    float: unset;
    text-align: center;
    line-height: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
  }
  .page-footer__parapix {
    margin-bottom: 20px;
  }
  .mfp-inline-holder .mfp-content {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .call-form {
    width: 100%;
    margin: auto;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding: 55px 24px 36px 24px;
    box-sizing: border-box;
  }
  .tariffs-list__label > img {
    width: auto;
    height: auto;
  }
  .call-form .btn {
    text-align: center;
    margin-bottom: 8px;
    width: 246px;
  }
.number_phone {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    background-color:#FFFFFF;
}
}
/*# sourceMappingURL=media.css.map */