

/* Start:/about/style.css?15863463351486*/
.about {
  padding-bottom: 50px; }

.contacts {
  padding-bottom: 50px; }
  .contacts__title {
    font-size: 20px;
    margin: 20px 0;
    display: block;
    color: #9c1019;
    font-weight: 700; }

.contacts-hidden {
  display: none; }

.map{
  margin-top: 20px;
}
.about__img img {
  width: 49%;
  min-width: 320px;
  padding: 20px;
}

/* @media (max-width: 768px) {
  .about__img img{
    display: block;
    margin: 0 auto;
    float: none;
  }
} */

.contacts__map {
  margin-top: 50px;
}

.text-phone-link {
  color: #000;
  text-decoration: none;
}
.text-phone-link:hover {
  color: #000;
  text-decoration: underline;
}

.contacts-tabs {
  display: flex;
  margin-bottom: 50px;
}
.contacts-item {
  margin-right: 20px;
}
.contacts-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #333;
  font-size: 12px;
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.contacts-link.active, .contacts-link:hover {
  background-color: #9c1019;
  color: #fff;
}
.contacts-tab {
  display: none;
  /* padding-top: 20px; */
}
.contacts-tab.active {
  display: block;
}

@media (max-width: 767px) {
  .contacts-tabs {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .contacts-item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 70%;
  }
}

/* End */


/* Start:/local/components/fiatpro/contacts-form/templates/contacts-feedback/style.css?15863461293889*/
.contacts-feedback{
  display: none;
  posicontacts-feedbackd;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  overflow: auto;
}
.contacts-feedback_open{
  display: block;
}
.contacts-feedback__content{
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 50px 50px;
  margin: 0 auto;
  margin-top: 10%;
  background: #fff;
}
.contacts-feedback__close{
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  outline: none;
}
.contacts-feedback__close svg{
  width: 100%;
  height: 100%;
  fill: #dadada;
  transition: 0.2s ease-in;
}
.contacts-feedback__close:hover svg{
  fill: #212121;
}
.contacts-feedback__title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacts-feedback__field {
  width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333;
  outline: none;
  transition: 0.2s ease-in;
}
.contacts-feedback__field:focus{
  border-color: #9c1019;
}
.contacts-feedback__label{
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.contacts-feedback__container {
  padding-bottom: 20px;
}
.contacts-feedback-agree {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.contacts-feedback-agree .radio-icon {
  background: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.17);
}
.contacts-feedback__checkbox{
  display: none;
}
.contacts-feedback__checkbox:checked + .contacts-feedback__label .radio-icon:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #30747f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -10px;
    bottom: 0;
    font-size: 16px;
    left: -3px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-clip: padding-box;
}
.contacts-feedback__text{
  padding-left: 30px;
  display: block;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.contacts-feedback__text a{
  color: inherit;
}
.contacts-feedback__msg{
  display: none;
  text-align: center;
  font-size: 22px;
}
.contacts-feedback__submit{
  display: block;
  padding: 11px 15px;
  width: 120px;
  text-align: left;
  color: #000;
  position: relative;
  border: 1px solid #ccc;
  outline: none;
  margin-left: auto;
  transition: 0.2s ease-in;
  margin: 20px auto 0;
  background: none;
  cursor: pointer;
}
.contacts-feedback__submit:hover{
  background: #9c1019;
  color: #fff;
}
.contacts-feedback__submit:before {
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: 15px;
  content: "\f105";
  color: #9c1019;
  top: 7px;
  transition: 0.2s ease-in;
}
.contacts-feedback__submit:hover:before{
  color: #fff;
}
.contacts-feedback__error {
  color: red;
  font-size: 12px;
}
.order-btn{
  background: none;
  border: none;
  color: #9c1019;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}
.order-btn__icon{
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  color: #9c1019;
  font-size: 20px;
  margin-right: 10px;
}
.order-btn__icon:before{
  content: "\e915";
}

@media (max-width: 600px) {
  .contacts-feedback__content {
    padding: 30px;
    min-height: 100%;
    margin: 0 auto;
  }
  .order-btn{
    margin: 10px auto 0;
  }
}
.contacts-feedback__form {
  max-width: 700px;
  margin: 0 auto;
}

/* End */


/* Start:/local/components/fiatpro/contacts-form/templates/contacts-reviews/style.css?15863461613856*/
.contacts-reviews{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 100;
  overflow: auto;
}
.contacts-reviews_open{
  display: block;
}
.contacts-reviews__content{
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 50px 50px;
  margin: 0 auto;
  margin-top: 10%;
  background: #fff;
}
.contacts-reviews__close{
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  outline: none;
}
.contacts-reviews__close svg{
  width: 100%;
  height: 100%;
  fill: #dadada;
  transition: 0.2s ease-in;
}
.contacts-reviews__close:hover svg{
  fill: #212121;
}
.contacts-reviews__title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacts-reviews__field {
  width: 100%;
  height: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  color: #333;
  outline: none;
  transition: 0.2s ease-in;
}
.contacts-reviews__field:focus{
  border-color: #9c1019;
}
.contacts-reviews__label{
  margin-bottom: 5px;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.contacts-reviews__container {
  padding-bottom: 20px;
}
.contacts-reviews-agree {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.contacts-reviews-agree .radio-icon {
  background: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.17);
}
.contacts-reviews__checkbox{
  display: none;
}
.contacts-reviews__checkbox:checked + .contacts-reviews__label .radio-icon:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #30747f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -10px;
    bottom: 0;
    font-size: 16px;
    left: -3px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-clip: padding-box;
}
.contacts-reviews__text{
  padding-left: 30px;
  display: block;
  color: #ccc;
  font-size: 14px;
  display: block;
}
.contacts-reviews__text a{
  color: inherit;
}
.contacts-reviews__msg{
  display: none;
  text-align: center;
  font-size: 22px;
}
.contacts-reviews__submit{
  display: block;
  padding: 11px 15px;
  width: 120px;
  text-align: left;
  color: #000;
  position: relative;
  border: 1px solid #ccc;
  outline: none;
  margin-left: auto;
  transition: 0.2s ease-in;
  margin: 20px auto 0;
  background: none;
  cursor: pointer;
}
.contacts-reviews__submit:hover{
  background: #9c1019;
  color: #fff;
}
.contacts-reviews__submit:before {
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: 15px;
  content: "\f105";
  color: #9c1019;
  top: 7px;
  transition: 0.2s ease-in;
}
.contacts-reviews__submit:hover:before{
  color: #fff;
}
.contacts-reviews__error {
  color: red;
  font-size: 12px;
}
.order-btn{
  background: none;
  border: none;
  color: #9c1019;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}
.order-btn__icon{
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  color: #9c1019;
  font-size: 20px;
  margin-right: 10px;
}
.order-btn__icon:before{
  content: "\e915";
}

@media (max-width: 600px) {
  .contacts-reviews__content {
    padding: 30px;
    min-height: 100%;
    margin: 0 auto;
  }
  .order-btn{
    margin: 10px auto 0;
  }
}
.contacts-reviews__form {
  max-width: 700px;
  margin: 0 auto;
}

/* End */
/* /about/style.css?15863463351486 */
/* /local/components/fiatpro/contacts-form/templates/contacts-feedback/style.css?15863461293889 */
/* /local/components/fiatpro/contacts-form/templates/contacts-reviews/style.css?15863461613856 */
