@font-face {
  font-family: NotoSans;
  font-display: fallback;
  src: url("/design/default/fonts/NotoSans-Regular.ttf");
  src: url("/design/default/fonts/NotoSans-Regular.eot");
  src: url("/design/default/fonts/NotoSans-Regular?#iefix") format("embedded-opentype"), url("/design/default/fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: NotoSansBold;
  font-display: fallback;
  src: url("/design/default/fonts/NotoSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

html, body {
  display: block;
}

body {
  min-height: 100vh;
  cursor: default;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}

img {
  border: none;
  margin: 0;
}

input, textarea, button, select {
  outline: none;
}

button {
  border: none;
}

input:active, textarea:active, button:active {
  outline: none;
}

textarea {
  resize: none;
}

img, span, a, button, input, svg {
  display: inline-block;
}

a {
  text-decoration: none;
}

.clear {
  position: relative;
}

.clear:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.fp-tableCell {
  vertical-align: baseline !important;
}

.travels__item-wish_active[data-blocked-wish] {
  display: block !important;
}

.travels__item-wish[data-open-wish] {
  display: none !important;
}

.travels__item-add[data-open-wish] {
  display: none !important;
}

.travels__item-wish_active-true {
  display: block !important;
}

.travels__item-wish-close {
  display: none !important;
}

.travels__item-add-close {
  display: none !important;
}

.active_item_routes {
  border: 4px solid #00ff00;
  background: #cecccc;
}

.slick-slide {
  height: auto;
}

.right_col {
  position: relative;
  z-index: 11;
  padding: 40px 30px;
}

.fancybox-content {
  left: 0 !important;
  position: absolute !important;
}

.app__title {
  font-family: NotoSansBold;
  font-size: 29px;
  color: #003047;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .app__title {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .app__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.app__title_white {
  color: #fff;
}
.app__width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .app__width {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.menu {
  padding: 0 46px;
  height: 104px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .menu {
    padding: 0 26px;
    height: 80px;
  }
}
@media screen and (max-width: 920px) {
  .menu {
    padding: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    height: 60px;
  }
}
.menu__mob-catalog {
  display: none;
  margin-top: 15px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
.menu__mob-catalog span {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .menu__mob-catalog {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .menu__mob-catalog {
    width: 100px;
    text-align: right;
  }
}
.menu__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.menu__logo {
  width: 140px;
}
@media screen and (max-width: 1100px) {
  .menu__logo {
    width: 100px;
  }
}
.menu__logo a {
  font-size: 27px;
  color: #000;
  padding-top: 35px;
}
@media screen and (max-width: 1100px) {
  .menu__logo a {
    padding-top: 23px;
  }
}
@media screen and (max-width: 800px) {
  .menu__logo a {
    padding-top: 11px;
  }
}
.menu__links {
  width: 530px;
  padding-top: 39px;
}
@media screen and (max-width: 1100px) {
  .menu__links {
    width: calc(100% - 110px - 140px - 180px);
    padding-top: 28px;
  }
}
@media screen and (max-width: 800px) {
  .menu__links {
    display: none;
  }
}
.menu__links-item {
  margin: 0 20px;
  display: inline-block;
  color: #003047;
  font-size: 21px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .menu__links-item {
    font-size: 18px;
    margin: 2px 15px;
  }
}
@media screen and (max-width: 920px) {
  .menu__links-item {
    margin: 2px 7px;
    font-size: 16px;
  }
}
.menu__links-item:last-child {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1100px) {
  .menu__links-item:last-child {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .menu__links-item:last-child {
    margin: 0 0 0 7px;
  }
}
.menu__links-item:first-child {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1100px) {
  .menu__links-item:first-child {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 920px) {
  .menu__links-item:first-child {
    margin: 0 10px 0 0;
  }
}
.menu__links-item:hover {
  color: #fb8400;
}
.menu__phone {
  width: calc(100% - 140px - 530px - 140px);
  text-align: right;
  padding-right: 30px;
  padding-top: 42px;
}
@media screen and (max-width: 1100px) {
  .menu__phone {
    width: 180px;
    padding-right: 15px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 920px) {
  .menu__phone {
    padding-top: 29px;
  }
}
@media screen and (max-width: 800px) {
  .menu__phone {
    width: calc(100% - 30px - 100px - 140px);
    padding-top: 21px;
  }
}
@media screen and (max-width: 450px) {
  .menu__phone {
    width: calc(100% - 200px);
    padding-right: 0;
    text-align: center;
    padding-top: 32px;
  }
}
.menu__phone a {
  color: #003047;
  font-size: 19px;
}
@media screen and (max-width: 1100px) {
  .menu__phone a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 450px) {
  .menu__phone a {
    position: absolute;
    left: calc(50% - 70px);
  }
}
.menu__phone a:hover {
  color: #fb8400;
}
.menu__btn-callback {
  width: 180px;
  height: 41px;
  background: #fb8400;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding-top: 9px;
  margin-top: 33px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .menu__btn-callback {
    width: 140px;
    font-size: 14px;
    margin-top: 19px;
    padding-top: 11px;
  }
}
@media screen and (max-width: 800px) {
  .menu__btn-callback {
    margin-top: 9px;
  }
}
@media screen and (max-width: 450px) {
  .menu__btn-callback {
    height: 26px;
    padding-top: 4px;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    left: calc(50% - 70px);
  }
}
.menu__btn-callback:hover {
  background: #ffa139;
}
.menu__open {
  display: none;
  position: absolute;
  z-index: 2;
  top: 104px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #7e7a70;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
@media screen and (max-width: 1100px) {
  .menu__open {
    top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .menu__open {
    top: 60px;
  }
}
.menu__open-items {
  float: left;
  width: calc(50% - 115px);
}
@media screen and (max-width: 750px) {
  .menu__open-items {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .menu__open-items:nth-child(1) {
    padding-left: 20px;
  }
}
.menu__open-items:nth-child(2) {
  width: calc(50% - 115px);
}
@media screen and (max-width: 750px) {
  .menu__open-items:nth-child(2) {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
.menu__open-items:nth-child(3) {
  width: 230px;
}
@media screen and (max-width: 750px) {
  .menu__open-items:nth-child(3) {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
.menu__open-item {
  padding-bottom: 15px;
}
.menu__open-item-link {
  font-size: 18px;
  color: #003047;
  position: relative;
  cursor: pointer;
}
.menu__open-item-link:hover {
  color: #fb8400;
}
@media screen and (max-width: 900px) {
  .menu__open-item-link {
    font-size: 16px;
  }
}
.menu__open-item-link-several:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  background: url("/assets/img/arrow.png") no-repeat;
  width: 12px;
  height: 7px;
  background-size: cover;
}
.menu__open-item-link-several_active:before {
  transform: rotate(180deg);
}
.menu__open-item-subs {
  padding-top: 10px;
  display: none;
}
.menu__open-item-subs span {
  display: block;
  padding-bottom: 7px;
}
.menu__open-item-subs span:last-child {
  padding-bottom: 0;
}
.menu__open-item-subs a {
  color: #d7d0d0;
  padding-left: 15px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .menu__open-item-subs a {
    font-size: 14px;
  }
}
.menu__open-item-subs_active {
  display: block;
}
.menu__open-close {
  position: absolute;
  bottom: -15px;
  right: -30px;
  cursor: pointer;
  font-size: 16px;
  color: #003047;
  width: 60px;
  height: 16px;
}
.menu__open-close:hover {
  color: #fb8400;
}
@media screen and (max-width: 1100px) {
  .menu__open-close {
    right: 0;
  }
}
.menu__open_mob {
  display: none;
}
@media screen and (max-width: 800px) {
  .menu__open_mob {
    display: block;
  }
}

.header {
  position: relative;
  margin-top: 104px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .header {
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .header {
    margin-top: 60px;
  }
}
.header__items {
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .header__items {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .header__items {
    height: 250px;
  }
}
.header__items-i {
  height: 500px;
}
@media screen and (max-width: 720px) {
  .header__items-i {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .header__items-i {
    height: 250px;
  }
}
.header__items button {
  display: none !important;
}
.header__cover {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #003047;
  opacity: 0.3;
}
.header__text {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  z-index: 5;
  top: 165px;
  left: 59px;
  width: 400px;
  height: 138px;
}
@media screen and (max-width: 720px) {
  .header__text {
    top: 65px;
    left: 29px;
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .header__text {
    font-size: 18px;
    width: 300px;
  }
}
.header__text div {
  font-size: 30px;
}
@media screen and (max-width: 720px) {
  .header__text div {
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .header__text div {
    font-size: 18px;
  }
}
.header__text_bold {
  font-weight: bold;
  font-family: NotoSansBold;
}
.header__text_big {
  font-size: 37px !important;
}
@media screen and (max-width: 720px) {
  .header__text_big {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .header__text_big {
    font-size: 24px !important;
  }
}
.header__text_orange {
  color: #fb8400;
  padding-top: 9px;
}
@media screen and (max-width: 720px) {
  .header__text_orange {
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .header__text_orange {
    font-size: 18px;
  }
}

.free-call {
  background: #1f9fbc;
  padding: 53px 0 47px 0;
}
@media screen and (max-width: 720px) {
  .free-call {
    padding: 40px 0;
  }
}
.free-call__width {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .free-call__width {
    width: 90%;
  }
}
.free-call__input {
  height: 52px;
  border: none;
  background: #fff;
  width: 210px;
  padding: 10px 20px;
  float: left;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 720px) {
  .free-call__input {
    width: calc(100%/3 - 20px/3);
  }
}
@media screen and (max-width: 500px) {
  .free-call__input {
    height: 40px;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.free-call__btn {
  height: 52px;
  background: #fb8400;
  color: #fff;
  text-align: center;
  width: 210px;
  font-size: 15px;
  float: left;
  padding-top: 15px;
  cursor: pointer;
}
.free-call__btn:hover {
  background: #ffa139;
}
@media screen and (max-width: 720px) {
  .free-call__btn {
    width: calc(100%/3 - 20px/3);
  }
}
@media screen and (max-width: 500px) {
  .free-call__btn {
    height: 40px;
    padding-top: 10px;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.free-call__text {
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 26px 20px 0 20px;
}
@media screen and (max-width: 720px) {
  .free-call__text {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .free-call__text {
    padding: 15px 0 0 0;
    font-size: 13px;
  }
}

.calc {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 720px) {
  .calc {
    padding: 20px 0;
  }
}
.calc__width {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .calc__width {
    width: 96%;
    margin: 0 auto;
  }
}
.calc__item {
  position: relative;
  width: calc(100%/3 - 20px);
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .calc__item {
    width: calc(100%/3 - 20px/3);
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .calc__item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
}
.calc__item:last-child {
  margin-right: 0;
}
.calc__item-content {
  position: relative;
  z-index: 3;
  padding: 21px 33px 20px 15px;
  height: 482px;
}
@media screen and (max-width: 720px) {
  .calc__item-content {
    height: auto;
  }
}
.calc__item-content-text {
  font-size: 20px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1100px) {
  .calc__item-content-text {
    font-size: 17px;
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 720px) {
  .calc__item-content-text {
    text-align: center;
  }
}
.calc__item-content-text_sub {
  font-size: 17px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .calc__item-content-text_sub {
    padding-bottom: 10px;
  }
}
.calc__item-content-checkbox {
  padding-bottom: 5px;
}
.calc__item-content-checkbox-cover {
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.calc__item-content-checkbox-cover input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  z-index: 10;
  opacity: 0;
}
.calc__item-content-checkbox-cover input:checked + span:after {
  content: "";
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #003047;
  border-radius: 2px;
  position: absolute;
}
.calc__item-content-checkbox-cover-circle {
  width: 19px;
  height: 19px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #003047;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.calc__item-content-checkbox-cover-txt {
  font-size: 19px;
  color: #003047;
  padding-left: 12px;
  vertical-align: top;
  position: relative;
  top: -5px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .calc__item-content-checkbox-cover-txt {
    font-size: 17px;
    top: -2px;
  }
}
@media screen and (max-width: 720px) {
  .calc__item-content-checkbox-cover-txt {
    padding-left: 5px;
  }
}
.calc__item-content-i-top {
  padding-bottom: 14px;
}
.calc__item-content-i-top-text {
  padding-top: 10px;
  color: #003047;
  font-size: 16px;
  float: left;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1100px) {
  .calc__item-content-i-top-text {
    padding-top: 6px;
    font-size: 14px;
  }
}
.calc__item-content-i-top input {
  width: 90px;
  height: 36px;
  float: right;
  border: 1px solid #7f97a2;
  border-radius: 5px;
  padding: 10px;
}
.calc__item-content-i-line {
  padding-bottom: 38px;
}
.calc__item-content-i-line button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1f9fbc;
  float: left;
  color: #1f9fbc;
  position: relative;
  z-index: 2;
}
.calc__item-content-i-line button:nth-child(1) {
  left: 2px;
}
.calc__item-content-i-line button:nth-child(3) {
  left: -4px;
}
.calc__item-content-i-line div {
  width: calc(100% - 18px - 18px);
  z-index: 1;
  float: left;
  height: 4px;
  position: relative;
  top: 7px;
}
.calc__item-content-i-line div .ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fb8400;
  border-color: #fb8400;
  cursor: pointer;
  position: relative;
  top: -8px;
  color: transparent;
}
.calc__item-content-i-line div .ui-slider-handle:hover {
  background: #fb8400;
  border-color: #fb8400;
}
.calc__item-content-i-line .ui-widget.ui-widget-content {
  border: 1px solid #1f9fbc;
  background: #fb8400;
}
.calc__item-content-cover {
  text-align: center;
  padding-top: 37px;
}
@media screen and (max-width: 720px) {
  .calc__item-content-cover {
    padding-top: 0;
  }
}
.calc__item-content-cover-txt {
  color: #003047;
  padding-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 720px) {
  .calc__item-content-cover-txt {
    font-size: 16px;
  }
}
.calc__item-content-cover-txt_bold {
  font-family: NotoSansBold;
  font-size: 28px !important;
}
@media screen and (max-width: 720px) {
  .calc__item-content-cover-txt_bold {
    font-size: 22px !important;
  }
}
.calc__item-content-cover-txt_big {
  font-size: 34px !important;
}
@media screen and (max-width: 720px) {
  .calc__item-content-cover-txt_big {
    font-size: 26px !important;
  }
}
.calc__item-content-cover-txt_orange {
  color: #fb8400 !important;
}
.calc__item-content-cover-btn {
  background: #fb8400;
  color: #fff;
  font-size: 18px;
  height: 53px;
  padding-top: 15px;
  cursor: pointer;
  margin: 19px auto;
  width: 200px;
}
.calc__item-content-cover-btn:hover {
  background: #ffa139;
}
@media screen and (max-width: 1100px) {
  .calc__item-content-cover-btn {
    width: 150px;
    padding-top: 10px;
    font-size: 15px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .calc__item-content-cover-btn {
    margin: 10px auto;
  }
}
.calc__item-bg {
  background: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.calc__item-bg_orange {
  background: #fb8400;
  opacity: 0.2;
}

.advantage {
  padding: 50px 0;
}
.advantage__cover {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .advantage__cover {
    width: 96%;
    margin: 0 auto;
  }
}
.advantage__cover-item {
  width: calc(25% - 60px/4);
  float: left;
  margin-right: 20px;
}
.advantage__cover-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .advantage__cover-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .advantage__cover-item:nth-child(2n) {
    margin-right: 0;
  }
}
.advantage__cover-item-img {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .advantage__cover-item-img {
    width: 93px;
    height: 93px;
  }
}
.advantage__cover-item-img_small {
  width: 100px;
  height: 100px;
  margin-bottom: 7px;
  margin-top: 7px;
}
@media screen and (max-width: 820px) {
  .advantage__cover-item-img_small {
    width: 80px;
    height: 80px;
  }
}
.advantage__cover-item-txt {
  font-size: 18px;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .advantage__cover-item-txt {
    font-size: 15px;
  }
  .advantage__cover-item-txt div {
    display: inline !important;
  }
}
.advantage__cover-item-txt-bold {
  font-size: 18px;
  font-family: NotoSansBold;
  color: #8ecae6;
}
@media screen and (max-width: 820px) {
  .advantage__cover-item-txt-bold {
    font-size: 15px;
  }
}

.stages {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 820px) {
  .stages {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .stages {
    padding: 30px 0 10px 0;
  }
}
.stages__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stages__content {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .stages__content {
    width: 96%;
  }
}
.stages__content-item {
  width: calc(100%/6);
  float: left;
}
@media screen and (max-width: 720px) {
  .stages__content-item {
    width: calc(100%/3);
    margin-bottom: 20px;
    height: 123px;
  }
}
@media screen and (max-width: 500px) {
  .stages__content-item {
    width: 50%;
    height: 100px;
  }
}
.stages__content-item:last-child {
  margin-right: 0;
}
.stages__content-item-img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .stages__content-item-img {
    width: 50px;
    height: 50px;
  }
}
.stages__content-item-txt {
  color: #fff;
  font-family: NotoSansBold;
  padding-top: 10px;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .stages__content-item-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .stages__content-item-txt div {
    display: inline;
  }
}

.response {
  padding: 65px 0;
}
@media screen and (max-width: 720px) {
  .response {
    padding: 45px 0;
  }
}
.response__content {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .response__content {
    width: 96%;
  }
}
.response__item {
  margin-top: 5px;
}
.response__item-top {
  padding: 20px 50px 20px 20px;
  background: #fb8400;
  color: #fff;
  font-family: NotoSansBold;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .response__item-top {
    font-size: 16px;
    padding: 15px 50px 15px 15px;
  }
}
.response__item-top-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 22px;
}
@media screen and (max-width: 720px) {
  .response__item-top-arrow {
    top: 16px;
  }
}
.response__item-top-arrow_transform {
  transform: rotate(180deg);
}
.response__item-text {
  padding: 20px 60px 30px 20px;
  border: 1px solid #fcc17f;
  color: #003047;
  font-size: 17px;
  padding-top: 15px;
}
@media screen and (max-width: 720px) {
  .response__item-text {
    font-size: 15px;
  }
}

.reviews {
  padding: 0 50px 60px 50px;
}
@media screen and (max-width: 1100px) {
  .reviews {
    padding: 0 30px 60px 30px;
  }
}
@media screen and (max-width: 720px) {
  .reviews {
    padding: 0 30px 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .reviews {
    padding: 0 10px 20px 10px;
  }
}
.reviews__content {
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .reviews__content {
    width: 90%;
  }
}
.reviews__content-item {
  border: 1px solid #cbd5db;
  padding: 10px 10px 10px 20px;
  width: 400px;
  margin-right: 10px;
  height: 320px;
}
@media screen and (max-width: 1100px) {
  .reviews__content-item {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .reviews__content-item {
    height: 330px;
  }
}
@media screen and (max-width: 720px) {
  .reviews__content-item {
    margin-right: 0;
    height: auto;
  }
}
.reviews__content-item-txt {
  padding-right: 12px;
  width: calc(100% - 150px);
  float: left;
}
.reviews__content-item-txt-date {
  color: #95aab5;
  font-size: 14px;
  padding-bottom: 4px;
}
.reviews__content-item-txt-title {
  color: #fb8400;
  font-family: NotoSansBold;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .reviews__content-item-txt-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .reviews__content-item-txt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.reviews__content-item-txt-stars {
  margin-bottom: 1px;
  width: 127px;
  height: 30px;
}
.reviews__content-item-txt-subtxt {
  color: #95aab5;
  font-size: 12px;
  border-bottom: 2px solid #f2f5f6;
  padding-bottom: 14px;
}
.reviews__content-item-txt-desc {
  color: #003047;
  font-size: 16px;
  padding-top: 14px;
}
@media screen and (max-width: 1024px) {
  .reviews__content-item-txt-desc {
    font-size: 14px;
  }
}
.reviews__content-item-img {
  width: 150px;
  float: right;
}
@media screen and (max-width: 720px) {
  .reviews__content-item-img {
    width: 100%;
    float: none;
  }
}
.reviews__content-item-img-i {
  height: 96px;
  margin-bottom: 5px;
  width: 150px;
  display: block;
}
.reviews__content-item-img-i img {
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .reviews__content-item-img-i {
    width: calc(100%/3 - 20px/3);
    float: left;
    margin-right: 10px;
  }
}
.reviews__content-item-img-i:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .reviews__content-item-img-i:last-child {
    margin-right: 0;
  }
}

.slick-dots li button:before {
  font-size: 22px;
}

.catalog {
  padding-bottom: 110px;
}
@media screen and (max-width: 720px) {
  .catalog {
    padding-bottom: 50px;
  }
}
.catalog__content {
  padding: 0 50px;
}

.catalog__content_bottom{
  padding-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .catalog__content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .catalog__content {
    padding: 0 10px;
  }
}
.catalog__content-i {
  width: calc(100%/3 - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  height: 270px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .catalog__content-i {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .catalog__content-i {
    width: 100%;
    margin-right: 0;
    float: none;
    height: 180px;
  }
}
.catalog__content-i:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .catalog__content-i:nth-child(3n) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 720px) {
  .catalog__content-i:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .catalog__content-i:nth-child(6n) {
    margin-right: 0 !important;
  }
}
.catalog__content-i-text {
  position: relative;
  z-index: 5;
  padding: 30px 20px 20px 30px;
  height: 100%;
}
.catalog__content-i-title {
  color: #fff;
  font-family: NotoSansBold;
  font-size: 25px;
}
@media screen and (max-width: 720px) {
  .catalog__content-i-title {
    font-size: 21px;
  }
}
.catalog__content-i-price {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 720px) {
  .catalog__content-i-price {
    font-size: 15px;
  }
}
.catalog__content-i-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #003047;
  opacity: 0.3;
}
.catalog__content-i-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog__content-i:hover .catalog__content-i-gradient {
  opacity: 0.6;
}
.catalog__desc {
  font-size: 14px;
  padding-top: 20px;
}

.footer {
  background: #003047;
}
.footer__content {
  width: 825px;
  margin: 0 auto;
  padding: 54px 0 85px 0;
}
@media screen and (max-width: 900px) {
  .footer__content {
    width: 96%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .footer__content {
    padding: 30px 0;
  }
}
.footer__content-i {
  float: left;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer__content-i:nth-child(1) {
    width: 150px;
  }
  .footer__content-i:nth-child(2) {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 600px) {
  .footer__content-i:nth-child(1) {
    width: 110px;
  }
  .footer__content-i:nth-child(2) {
    width: calc(100% - 110px);
  }
}
.footer__content-i-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-link {
    font-size: 13px;
  }
}
.footer__content-i-link:hover {
  color: #fb8400;
}
.footer__content-i-phone {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-phone {
    padding-bottom: 15px;
  }
}
.footer__content-i-phone a {
  font-size: 23px;
  color: #fff;
  font-family: NotoSansBold;
}
@media screen and (max-width: 600px) {
  .footer__content-i-phone a {
    font-size: 20px;
  }
}
.footer__content-i-email {
  margin-bottom: 8px;
}
.footer__content-i-email a {
  position: relative;
  top: -2px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding-left: 8px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-email a {
    float: left;
    width: calc(100% - 20px);
    font-size: 13px;
  }
}
.footer__content-i-email img {
  position: relative;
  width: 20px;
  height: 13px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-email img {
    float: left;
  }
}
.footer__content-i-address img {
  width: 21px;
  height: 25px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-address img {
    float: left;
    width: 20px;
  }
}
.footer__content-i-address span {
  color: #fff;
  font-size: 15px;
  padding-left: 8px;
}
@media screen and (max-width: 600px) {
  .footer__content-i-address span {
    float: left;
    width: calc(100% - 20px);
    padding-top: 6px;
    font-size: 13px;
  }
}
.footer__count {
  padding-top: 10px;
  width: 100px;
  float: right;
}

.popup {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center;
  white-space: nowrap;
  display: block;
}
.popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.popup__cover {
  display: inline-block;
  vertical-align: top;
  margin: 250px auto 0 auto;
  width: 360px;
}
.popup__container {
  background: #fff;
  text-align: left;
  white-space: normal;
  border-radius: 3px;
  position: relative;
  padding: 45px 40px;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.popup__close svg {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 400px) {
  .popup-callback__container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 400px) {
  .popup-callback__cover {
    width: 90%;
  }
}

.slider {
  padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .slider {
    padding-bottom: 30px;
  }
}
.slider__container {
  position: relative;
}
.slider__items {
  margin-top: 35px;
}
@media screen and (max-width: 700px) {
  .slider__items {
    margin-top: 15px;
  }
}
.slider__wrapper {
  position: relative;
  z-index: 1;
}
.slider__item {
  width: 100%;
  height: 410px;
}
@media screen and (max-width: 700px) {
  .slider__item {
    height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .slider__item {
    height: 280px;
  }
}
.slider__form {
  position: absolute;
  right: 35px;
  bottom: 85px;
  width: 335px;
  min-height: 200px;
  border-radius: 10px;
  background: #f9f6ef;
  padding: 30px 40px 40px 40px;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .slider__form {
    bottom: 55px;
    right: 15px;
    padding: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .slider__form {
    bottom: 45px;
  }
}
@media screen and (max-width: 400px) {
  .slider__form {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.slider__form-title {
  color: #2f2b28;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.slider__form-input {
  margin-bottom: 12px;
}
.slider__form-input:nth-child(3) {
  margin-bottom: 20px;
}
.slider__form-input input {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #003047;
  padding: 5px 20px;
  color: #003047;
}
.slider__form-input input::-webkit-input-placeholder {
  color: #ccc;
}
.slider__form-input input:-ms-input-placeholder {
  color: #ccc;
}
.slider__form-input input::placeholder {
  color: #ccc;
}
.slider__form-input .slider__form-input_error {
  border: 1px solid #dd2214;
}
.slider__form-button {
  background: #fb8400;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  width: 190px;
  margin: 0 auto;
}
.slider__form-button:hover {
  background: #ffa139;
}

.popup-thanks__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #003047;
}
.popup-thanks__text {
  text-align: center;
  font-size: 14px;
  color: #003047;
}
@media screen and (max-width: 500px) {
  .popup-thanks .popup__cover {
    width: 300px;
  }
}

.popup-goods__cover {
  width: 550px;
}
@media screen and (max-width: 570px) {
  .popup-goods__cover {
    width: 90%;
  }
  .popup-goods__cover .slider__form-button {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .popup-goods__container {
    padding: 40px 20px;
  }
}
.popup-goods__item {
  width: 220px;
  float: left;
}
@media screen and (max-width: 570px) {
  .popup-goods__item {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .popup-goods__item {
    width: 100px;
  }
}
.popup-goods__item-img {
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
.popup-goods__item-title {
  font-size: 18px;
  color: #3e342b;
  text-decoration: underline;
  padding-bottom: 5px;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-title {
    font-size: 14px;
  }
}
.popup-goods__item-price-text {
  font-size: 14px;
  color: #3e342b;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-price-text {
    font-size: 12px;
  }
}
.popup-goods__item-price-num {
  color: #db4201;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .popup-goods__item-price-num {
    font-size: 14px;
  }
}
.popup-goods__contact {
  float: right;
  width: calc(100% - 240px);
}
@media screen and (max-width: 570px) {
  .popup-goods__contact {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 400px) {
  .popup-goods__contact {
    width: calc(100% - 120px);
  }
}

.page-one {
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 720px) {
  .page-one {
    padding: 30px 0;
  }
}
.page-one__content {
  background: #f7f7f7;
  margin: 0 90px;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .page-one__content {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .page-one__content {
    padding: 15px;
  }
}
.page-one__content-txt {
  width: 45%;
  float: left;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .page-one__content-txt {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .page-one__content-txt {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.page-one__content-txt-order-price {
  float: left;
  width: calc(100% - 150px);
  font-size: 18px;
  color: #003047;
}
@media screen and (max-width: 900px) {
  .page-one__content-txt-order-price {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-one__content-txt-order-price-title {
  font-size: 18px;
  font-family: NotoSansBold;
  color: #003047;
  padding-right: 10px;
  padding-top: 5px;
}
.page-one__content-txt-order-price-orange {
  color: #fb8400;
  font-size: 20px;
  font-family: NotoSansBold;
}
.page-one__content-txt-order-btn {
  float: left;
  width: 150px;
  background: #fb8400;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  height: 40px;
  cursor: pointer;
}
.page-one__content-txt-order-btn:hover {
  background: #ffa139;
}
@media screen and (max-width: 900px) {
  .page-one__content-txt-order-btn {
    float: none;
  }
}
.page-one__content-txt-desc {
  padding-top: 20px;
}
.page-one__content-txt-desc-title {
  font-family: NotoSansBold;
  font-size: 16px;
  padding-bottom: 10px;
}
.page-one__content-txt-desc-txt {
  font-size: 14px;
  line-height: 1.5;
}
.page-one__content-img {
  width: 55%;
  float: left;
  /*height: 277px;*/
}
.page-one__content-img img {
  display: block;
  width: 100%;
 /* height: 100%;*/
}
@media screen and (max-width: 1100px) {
  .page-one__content-img {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .page-one__content-img {
    width: 100%;
    float: none;
  }
}
.page-one__feature {
  padding-top: 20px;
  font-size: 14px;
}

.product {
  float: left;
  width: calc(25% - 60px/3);
  margin-right: 20px;
  border: 1px solid #cbd5db;
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.product:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .product:nth-child(4n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 850px) {
  .product:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .product:nth-child(3n) {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 850px) {
  .product:nth-child(3n) {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 450px) {
  .product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .product {
    width: calc(100%/3 - 30px/2);
    margin-right: 15px;
  }
}
@media screen and (max-width: 850px) {
  .product {
    width: calc(100%/2 - 15px/2);
    margin-right: 15px;
  }
}
@media screen and (max-width: 450px) {
  .product {
    width: 100%;
    margin-right: 0;
  }
}
.product__img {
  height: 240px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .product__img {
    height: 180px;
  }
}
.product__img a {
  display: block;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 850px) {
  .product__img a {
    height: 180px;
  }
}
.product__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.product__desc {
  padding: 10px 10px 0 10px;
  height: 55px;
  text-align: center;
}
.product__desc-title {
  margin-bottom: 10px;
  text-align: center;
  color: #003047;
  font-size: 15px;
  font-family: NotoSansBold;
}
@media screen and (max-width: 850px) {
  .product__desc-title {
    font-size: 13px;
  }
}
.product__info {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  .product__info {
    padding: 0 10px;
  }
}
.product__info-price {
  float: left;
  width: calc(100% - 110px);
  color: #fb8400;
  font-family: NotoSansBold;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .product__info-price {
    font-size: 15px;
    width: calc(100% - 90px);
  }
}
.product__info-price span {
  font-family: NotoSansBold;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .product__info-price span {
    font-size: 15px;
  }
}
.product__info-btn {
  display: block;
  float: right;
  width: 110px;
  background: #fb8400;
  cursor: pointer;
  color: #fff;
  height: 27px;
  font-size: 15px;
  padding-top: 2px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .product__info-btn {
    font-size: 13px;
    height: 24px;
    width: 90px;
  }
}
.product__info-btn:hover {
  background: #ffa139;
}

.breadcrumb {
  padding: 20px;
  font-size: 14px;
  color: #003047;
}
.breadcrumb a {
  text-decoration: none;
  font-size: 14px;
  color: #003047;
}
.breadcrumb a:hover {
  color: #fb8400;
}

/*# sourceMappingURL=index.css.map */
