body {
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 1.42857143;
  padding-top: 129px;
}

a,
li a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: inherit;
  color: #faa143;
}
a:hover,
li a:hover {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: inherit;
  color: #b96f20;
}

h1,
h2,
h3,
h4,
p,
.content,
td,
.InfoFrame,
.ModuleList,
.FormList,
.FormList .Textarea {
  font-family: Lato, sans-serif;
}

.container {
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-top: 1px;
  background-image: url(/_img/_templates3/header.jpg);
  background-size: 150%;
  background-position: center 62%;
  background-repeat: no-repeat;
}
.header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 1;
}
.header__top {
  position: relative;
  z-index: 60;
}

.contact-bar {
  z-index: 10;
  position: relative;
}

.inner-menu {
  background-color: #222;
  padding: 10px 0;
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
}
.inner-menu__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1170px;
  padding: 0 15px;
  box-sizing: border-box;
}
.inner-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.inner-menu__item {
  position: relative;
}
.inner-menu__item--with-sub::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 4px dashed #fff;
  border-top: 4px solid \9  #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: inherit;
  position: relative;
  right: 10px;
}
.inner-menu__item:hover .submenu {
  display: flex;
}
.inner-menu__link {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  display: inline-flex;
  font-weight: normal;
  font-size: 16px;
  font-family: inherit;
}
.inner-menu__link--active {
  color: #faa143;
}
.inner-menu__link:hover {
  color: white;
  text-decoration: none;
}

.submenu {
  position: absolute;
  background-color: #fff;
  max-width: 820px;
  width: 820px;
  display: flex;
  flex-direction: column;
  right: 0;
  display: none;
}
.submenu__top, .submenu__bottom {
  padding: 28px;
}
.submenu__top {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.submenu__bottom {
  background-color: #faa143;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.submenu__bottom a {
  color: #fff;
  font-weight: 400;
}
.submenu__bottom a:hover {
  text-decoration: none;
  color: #222;
}
.submenu__ask-box {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-align: center;
}
.submenu__ask-box .button {
  text-transform: uppercase;
  background-color: #3498db;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  min-width: 220px;
  margin-top: 10px;
  font-family: "Ubuntu", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.submenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu__item--more {
  font-weight: 500;
  margin-top: 10px;
}
.submenu__item--more .submenu__link {
  font-weight: 600;
  color: #000;
}
.submenu__link {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 15px;
}
.submenu__link:hover {
  text-decoration: none;
  color: #faa143;
  font-size: 15px;
}
.submenu__header {
  text-transform: uppercase;
  color: #3498db;
  margin-bottom: 10px;
  font-weight: 600;
}

.search-form {
  margin-top: 50px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.search-form input,
.search-form select {
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
.search-form .ofe_btn_submit {
  padding: 7px 10px;
  background-color: #3498db;
}
.search-form__inner {
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.search-form__col {
  max-width: 235px;
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  margin-right: 15px;
}
.search-form__col:last-of-type {
  margin-right: 0;
}
.search-form__col .search-form__group:last-of-type {
  margin-bottom: 0;
}
.search-form__group--padding {
  padding-top: 21px;
}
.search-form__label {
  font-weight: normal;
  font-size: 12px;
  display: inline-flex;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.form {
  display: flex;
  flex-wrap: wrap;
}
.form__group {
  margin-bottom: 15px;
  box-sizing: border-box;
}
.form__col {
  width: 50%;
}
.form__full {
  width: 100%;
}

.banner {
  color: #faa143;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin-left: auto;
  margin-top: 30px;
}

.offer-list__offers {
  margin-top: 20px;
}

.contact-form {
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.contact-form * {
  box-sizing: border-box;
}
.contact-form__col {
  width: calc(50% - 8px);
}
.contact-form__col:first-of-type {
  margin-right: 15px;
}
.contact-form__full {
  width: 100%;
}
.contact-form__label {
  color: #fff;
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.contact-form input {
  border: 1px solid #888888;
  padding: 10px;
  width: 100%;
}
.contact-form textarea {
  border: 1px solid #888888;
  padding: 10px;
  width: 100%;
  height: 88px;
}
.contact-form__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
.contact-form__submit {
  font-size: 14px;
  line-height: 18px;
  background: linear-gradient(#f5f5f5, #d8d8d8);
  padding: 0 5px;
  color: #515151;
  display: flex;
  align-items: center;
  height: 48px;
  font-family: "Tahoma";
  font-weight: bold;
}
.contact-form__submit-inner {
  padding: 5px;
  display: flex;
  align-items: center;
}
.contact-form__submit-inner img {
  margin-left: 10px;
}

.red {
  color: rgb(204, 51, 51);
}

.fz_form_fields,
.fz_form {
  height: auto;
  position: relative;
}

.footer-form {
  max-width: 850px;
  margin: 0 auto;
}
.footer-form__label {
  text-align: left;
  display: flex;
}
.footer-form__col {
  width: calc(50% - 8px);
}
.footer-form__col:first-of-type {
  margin-right: 15px;
}
.footer-form input,
.footer-form textarea,
.footer-form .Text,
.footer-form .Textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.footer-form__description {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.footer {
  background-color: #333;
  color: #a9a9a9;
  padding: 20px 0 0;
  margin-top: 100px;
}
.footer__cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__col {
  margin-right: 30px;
}
.footer__col:last-of-type {
  margin-right: 0;
}
.footer__copyright {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  background-color: #2a2a2a;
  border-top: 1px solid #333;
  padding: 10px 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu__link {
  font-weight: normal;
  padding: 5px 10px;
  display: flex;
  color: #faa143;
}

.ext-menu-cont {
  background: #4f4f4f;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
}
.ext-menu-cont a {
  padding: 12px 30px;
  display: inline-block;
  color: #dbdcde;
  text-decoration: none;
  font-weight: bold;
}
.ext-menu-cont a.active {
  color: #faa143;
  background: #222;
}

.text-center {
  text-align: center;
}

.ModuleList .Button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
}
.ModuleList .Button:hover {
  transition: opacity 0.2s;
  opacity: 0.8 !important;
  background-color: #3498db;
  font-family: Lato, sans-serif;
  font-size: 16px;
}
.ModuleList h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #faa143;
}

.FormList .Button {
  background: #3498db;
  border: 1px solid #3498db;
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.FormList .Button:hover {
  transition: opacity 0.2s;
  opacity: 0.8 !important;
  background-color: #3498db;
  font-size: 14px;
}

.FrameInfo table tr:first-of-type td {
  font-size: 18px;
}

.offer-list__title {
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
}

.ModuleList {
  height: 217px;
}

.info {
  margin-bottom: 50px;
}
.info__title {
  font-size: 24px;
}
.info p {
  font-size: 16px;
  line-height: 1.42857;
}

.columns-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.column--7 {
  width: calc(58.33% - 30px);
  box-sizing: border-box;
}
.column--6 {
  width: calc(50% - 30px);
  box-sizing: border-box;
}
.column--5 {
  width: calc(41.66% - 30px);
  box-sizing: border-box;
}
.column--4 {
  width: calc(33% - 30px);
  box-sizing: border-box;
}

.single-offer__navigate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.single-offer__arrows {
  display: flex;
  margin-left: 20px;
}
.single-offer__back, .single-offer__prev, .single-offer__next {
  display: flex;
  align-items: center;
}
.single-offer__back a, .single-offer__prev a, .single-offer__next a {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.single-offer__back img, .single-offer__prev img, .single-offer__next img {
  margin: 0 10px;
}

.offer__title {
  font-size: 36px;
  color: #b7b7b7;
  line-height: 1.2;
  margin: 0;
}
.offer__address {
  color: #4f4f4f;
  margin: 10px 0;
}
.offer__main-description {
  background-color: #f1f1f1;
  text-align: center;
  padding: 15px;
}
.offer__main-description img {
  margin: 15px 0;
  max-width: 100%;
  width: 550px;
}
.offer__features {
  text-align: left;
}
.offer__features p {
  font-size: 16px;
  padding-left: 25px;
}
.offer__table {
  border-collapse: collapse;
  table-layout: fixed;
}
.offer__table, .offer__th, .offer__td {
  border: 1px solid #eaeaea;
}
.offer__th {
  background-color: rgba(241, 241, 241, 0.35);
  text-align: left;
  width: 40%;
}
.offer__th, .offer__td {
  padding: 5px 10px;
}
.offer__row--highlighted td,
.offer__row--highlighted th {
  font-weight: bold;
}
.offer__block-description p {
  font-size: 16px;
  line-height: 1.4;
}

.comments {
  margin: 50px 0;
}
.comments__title {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.2;
}

.comment {
  margin-bottom: 20px;
}
.comment__author {
  color: #faa143;
  font-weight: bold;
}
.comment__content {
  margin-top: 5px;
  margin-bottom: 0;
}

.other-cities {
  border: 1px solid #eaeaea;
  padding: 20px;
}
.other-cities__list {
  padding: 0;
  margin: 15px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.other-cities__item {
  width: 25%;
  flex: 0 0 25%;
}
.other-cities__item a {
  font-weight: normal;
}
.other-cities__item {
  margin: 3px 0;
}
.other-cities__link {
  font-weight: 400;
  padding: 5px;
}

.agents__header {
  font-size: 24px;
  margin-top: 5px;
  line-height: 1.2;
  color: #222;
  margin-bottom: 30px;
}

.agent {
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.agent__info {
  border-right: 1px solid #eaeaea;
  padding: 10px;
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
}
.agent__name {
  font-size: 18px;
  margin-bottom: 0;
}
.agent__job {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.agent__img {
  width: 100%;
}
.agent__contact {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
}
.agent__contact-inner {
  width: 100%;
}
.agent__phone {
  margin: 10px 0;
  display: inline-flex;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  min-height: 34px;
  width: 100%;
  position: relative;
}
.agent__phone:hover {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.agent__phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/_img/_templates3/phone-call.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.agent__show-btn {
  padding: 7px 10px;
  background-color: #3498db;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  box-shadow: -15px 0 15px rgba(255, 255, 255, 0.8);
  width: auto;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.agent__Button {
  width: 100%;
  padding: 10px 20px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.agent__Button .my_icon_left {
  background: url(/_img/_templates3/ico_send.png) no-repeat;
  width: 23px;
  height: 21px;
}
.agent__description {
  font-weight: 400;
  margin-top: 20px;
}

.Button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  box-sizing: border-box;
  line-height: 1;
}
.Button:hover {
  transition: opacity 0.2s;
  opacity: 0.8 !important;
  background-color: #3498db;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.Button__default {
  background-color: #515151;
  border: 1px solid #515151;
}
.Button__default:hover {
  background-color: #4f4f4f;
}

.enquery-form-wrapper {
  width: 100%;
  background: none;
  margin: 50px 0;
  position: relative;
}
.enquery-form-wrapper__title {
  font-size: 24px;
  margin-top: 5px;
  line-height: 1.2;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.2;
}
.enquery-form-wrapper__marker {
  position: absolute;
  top: -150px;
  left: 0;
}

#form_p {
  background: none;
  padding: 0;
}

.enquery-form {
  margin-top: 40px;
}
.enquery-form__button {
  display: inline-flex;
  align-items: center;
}
.enquery-form__button .Icon {
  background: url(/_img/_templates3/ico_send.png) no-repeat;
  width: 23px;
  height: 21px;
  margin-left: 20px;
}
.enquery-form__button .IconLeft {
  background: url(/_img/_templates3/ico_send.png) no-repeat;
  width: 23px;
  height: 21px;
  margin-right: 20px;
}
.enquery-form__group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.enquery-form__group:last-of-type {
  margin-bottom: 15px;
}
.enquery-form__group--inline {
  flex-direction: row;
}
.enquery-form__group--inline input,
.enquery-form__group--inline textarea {
  width: 100%;
}
.enquery-form__group--inline select {
  margin-left: 10px;
}
.enquery-form__group--full-height {
  height: 100%;
}
.enquery-form__group--full-height textarea {
  height: 100%;
}
.enquery-form__label {
  padding: 0;
  box-sizing: border-box;
  color: #4f4f4f;
}
.enquery-form__description {
  margin-top: 0;
}
.enquery-form__input, .enquery-form__textarea {
  border: 1px solid #eaeaea;
}
.enquery-form__input::-moz-placeholder, .enquery-form__textarea::-moz-placeholder {
  color: transparent;
}
.enquery-form__input:-ms-input-placeholder, .enquery-form__textarea:-ms-input-placeholder {
  color: transparent;
}
.enquery-form__input::placeholder, .enquery-form__textarea::placeholder {
  color: transparent;
}
.enquery-form__input, .enquery-form__input + .floating-label, .enquery-form__textarea, .enquery-form__textarea + .floating-label {
  line-height: 1;
  font: inherit;
  padding: 10px;
  position: relative;
}
.enquery-form__input + .floating-label, .enquery-form__textarea + .floating-label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transform-origin: 0 0;
  height: 100%;
}
.enquery-form__input:not(:-moz-placeholder-shown) + .floating-label, .enquery-form__textarea:not(:-moz-placeholder-shown) + .floating-label {
  transform: translate(1%, -28px) scale(0.8);
  padding-left: 0;
}
.enquery-form__input:not(:-ms-input-placeholder) + .floating-label, .enquery-form__textarea:not(:-ms-input-placeholder) + .floating-label {
  transform: translate(1%, -28px) scale(0.8);
  padding-left: 0;
}
.enquery-form__input:focus + .floating-label, .enquery-form__input:not(:placeholder-shown) + .floating-label, .enquery-form__textarea:focus + .floating-label, .enquery-form__textarea:not(:placeholder-shown) + .floating-label {
  transform: translate(1%, -28px) scale(0.8);
  padding-left: 0;
}
.enquery-form__input:focus, .enquery-form__textarea:focus {
  outline: 0;
  box-shadow: 0;
  border-color: #faa143;
}

.photos-swiper-container {
  max-width: 550px;
  width: 100%;
}
.photos-swiper-container > .swiper-pagination-bullets {
  bottom: 0;
}
.photos-swiper-container .swiper-pagination-bullet-active {
  background-color: #faa143;
}
.photos-swiper-container .swiper-button-next,
.photos-swiper-container .swiper-button-prev {
  color: #fff;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.5;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.contact-wrapper__title {
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-wrapper__subtitle {
  font-weight: bold;
}

.contact {
  margin-top: 50px;
}
.contact__title {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  width: 100%;
}
.contact__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact__Button {
  margin: 10px 0;
  flex-grow: 0;
}
.contact__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.submit-warehouse .agent {
  max-width: 470px;
}
.submit-warehouse__title {
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.submit-warehouse__form-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.build-warehouse {
  margin-top: 50px;
}

.slider_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 40px 10px 20px 10px;
}

.slider_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anythingSlider-default {
  padding: 0 0 15px 0;
  min-height: 170px;
}
.anythingSlider-default .slider_city,
.anythingSlider-default .slider_topic,
.anythingSlider-default .thumbNav li a {
  font-size: 12px;
}

.module_article__title {
  color: #b7b7b7;
}

.article__info_list {
  margin: 20px 0;
}
.article__menu_bottom {
  margin: 20px 0;
}