

/* Start:/local/templates/etalonmix/scss/contactsPage.css?17158349466373*/
.content {
  min-height: auto !important;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .breadcrumb {
    display: flex !important;
  }
}

h1 {
  display: none;
  width: 1440px;
  margin: 0 auto;
  margin: 0 auto !important;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  h1 {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  h1 {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  h1 {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    width: 300px;
  }
}

.contacts {
  height: 550px;
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .contacts {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .contacts {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .contacts {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .contacts {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .contacts {
    height: 473px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .contacts {
    width: 480px;
  }
}
.contacts .company-info {
  padding: 50px 60px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .contacts .company-info {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .contacts .company-info {
    min-width: 392px;
    max-width: 392px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .company-info {
    height: auto;
    padding: 50px 0;
  }
}
.contacts .company-info .phone a {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  display: table;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .phone a {
    font-size: 24px;
  }
}
.contacts .company-info .email a {
  margin-top: 10px;
  color: #171717;
  font-size: 26px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  display: table;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .email a {
    font-size: 24px;
    margin-top: 5px;
  }
}
.contacts .company-info .socials {
  margin-top: 25px;
}
.contacts .company-info .socials div {
  height: 37px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .socials div {
    margin-bottom: 5px;
    height: 30px;
  }
}
.contacts .company-info .socials div a {
  display: table;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #171717;
  font-size: 22px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2.64px;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .socials div a {
    font-size: 18px;
    letter-spacing: 2.16px;
  }
}
.contacts .company-info .socials div a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: 37px;
  max-width: 37px;
  height: 37px;
  background-size: contain !important;
  margin-right: 15px;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .socials div a:before {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.contacts .company-info .socials div.vk a:before {
  background: url("/local/templates/etalonmix/scss/../img/vk-red.svg") center no-repeat;
}
.contacts .company-info .socials div.youtube a:before {
  background: url("/local/templates/etalonmix/scss/../img/youtube-red.svg") center no-repeat;
}
.contacts .company-info .socials div.telegram a:before {
  background: url("/local/templates/etalonmix/scss/../img/tg-red.svg") center no-repeat;
}
.contacts .company-info .rekvesits {
  margin-top: 25px;
}
.contacts .company-info .rekvesits h2 {
  font-size: 22px;
  font-family: "Geometria Bold";
  padding: 0;
  text-transform: none;
  line-height: normal;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .rekvesits h2 {
    font-size: 14px;
  }
}
.contacts .company-info .rekvesits .rekvezity {
  margin-top: 10px;
  color: #171717;
  font-size: 14px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .contacts .company-info .rekvesits .rekvezity {
    font-size: 12px;
  }
}
.contacts .mar-wrap {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1521px) {
  .contacts .mar-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .contacts .mar-wrap {
    height: 110px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .contacts .mar-wrap {
    height: 230px;
  }
}
.contacts .mar-wrap #map {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1521px) {
  .contacts .mar-wrap #map {
    width: 100%;
  }
}
@media screen and (max-width: 1520px) {
  .contacts .mar-wrap #map {
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .contacts .mar-wrap #map {
    width: calc(100% + 20px);
    left: -10px;
  }
}

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

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/form.result.new/get-request-bottom/style.css?17158349456033*/
.get-request-bottom-wrap {
  padding: 0;
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .get-request-bottom-wrap {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .get-request-bottom-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .get-request-bottom-wrap {
    width: 300px;
  }
}
.get-request-bottom-wrap .access-message .message {
  width: 960px;
}
.get-request-bottom-wrap .form-name-and-text .name-form {
  margin: 0;
  padding-top: 50px;
  font-size: 36px !important;
}
@media screen and (max-width: 1279px) {
  .get-request-bottom-wrap .form-name-and-text .name-form {
    padding-top: 42px;
    font-size: 24px !important;
  }
}
.get-request-bottom-wrap .form-inner {
  height: 600px;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .get-request-bottom-wrap .form-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) {
  .get-request-bottom-wrap .form-inner {
    height: 550px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 768px) {
  .get-request-bottom-wrap .form-inner:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background: #F3F3F3;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap .form-inner:before {
    left: -148%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .get-request-bottom-wrap .form-inner:before {
    left: -143%;
  }
}
@media screen and (max-width: 767px) {
  .get-request-bottom-wrap .form-inner:before {
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #F3F3F3;
    z-index: 1;
  }
}
.get-request-bottom-wrap #get-request-bottom {
  height: 100%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
}
.get-request-bottom-wrap #get-request-bottom form {
  padding: 0;
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap #get-request-bottom form {
    width: 460px;
  }
}
@media screen and (max-width: 1279px) {
  .get-request-bottom-wrap #get-request-bottom form {
    width: 300px;
  }
}
.get-request-bottom-wrap #get-request-bottom .inputs .input-wrap input, .get-request-bottom-wrap #get-request-bottom .inputs .input-wrap textarea {
  background: #FEFEFE;
}
.get-request-bottom-wrap .image {
  min-width: 680px;
  max-width: 680px;
  height: 100%;
}
@media screen and (max-width: 1520px) {
  .get-request-bottom-wrap .image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap .image {
    min-width: 620px;
    max-width: 620px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .get-request-bottom-wrap .image {
    min-width: 340px;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .get-request-bottom-wrap .image {
    display: none;
  }
}
.get-request-bottom-wrap .image img {
  height: 100%;
}
@media screen and (min-width: 1521px) {
  .get-request-bottom-wrap .image img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap .image img {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .get-request-bottom-wrap .image img {
    margin-left: 125px;
  }
}
.get-request-bottom-wrap .button-wrap-question .button {
  position: relative;
  align-items: center;
  min-width: 560px;
  max-width: 560px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 22px;
  margin: 20px auto 0;
}
.get-request-bottom-wrap .button-wrap-question .button:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .get-request-bottom-wrap .button-wrap-question .button {
    min-width: 460px;
    max-width: 460px;
  }
}
@media screen and (max-width: 1279px) {
  .get-request-bottom-wrap .button-wrap-question .button {
    min-width: 300px;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
  }
}

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

/* End */
/* /local/templates/etalonmix/scss/contactsPage.css?17158349466373 */
/* /local/templates/etalonmix/components/bitrix/form.result.new/get-request-bottom/style.css?17158349456033 */
