/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  width: calc(100% - 32px);
}
.form-group.error .form-group__control {
  border-bottom: 1px solid #C93F40;
}
.form-group__eye {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 2;
}
.form-group__control[type=password]:not(:-moz-placeholder-shown) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group__control[type=password]:not(:-ms-input-placeholder) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group__control[type=password]:not(:placeholder-shown) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group--black .form-group__control[disabled=disabled] {
  color: #272727;
}
.form-group--right-icon .form-group__control {
  padding-right: 30px;
  text-overflow: ellipsis;
}
.form-group__control[disabled=disabled] {
  color: #828282;
}
.form-group__mask {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.form-group__mask span {
  color: #272727;
  font-size: 16px;
  z-index: 0;
}
.form-group__label {
  color: #828282;
  cursor: text;
  font-size: 16px;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 13px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  white-space: nowrap;
  z-index: 8;
}
.form-group__label.animated-labels {
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.form-group__control {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #272727;
  font-size: 16px;
  height: 52px;
  width: 100%;
}
.form-group__control--textarea {
  overflow-y: hidden;
  padding: 15px 0;
}
.form-group__control--resizeNone {
  resize: none;
}
.form-group__error {
  color: #C93F40;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.form-group__control.error {
  border-bottom: 1px solid #C93F40;
}
.form-group .input__loader {
  display: none;
  fill: #000;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
}
.form-group.loaded .input__loader {
  display: block;
  pointer-events: none;
}
.form-group.loaded .form-group__content {
  opacity: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group-checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}
.form-group-checkbox__label.active {
  font-weight: 500;
}
.form-group-checkbox__loader {
  display: none;
}
.form-group-checkbox__content {
  background: #fff;
  border: 1px solid #272727;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 24px;
}
.form-group-checkbox__content.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.active {
  border: 8px solid #272727;
}
.form-group-checkbox__content.active.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.loaded .form-group-checkbox__loader {
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group-checkbox__content.loaded .form-group-checkbox__control {
  pointer-events: none;
}
.form-group-checkbox__control {
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 1;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.range-slider__field-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.range-slider__box {
  margin-left: 13px;
  margin-right: 13px;
}
.range-slider__field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.range-slider__field span {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.range-slider__field input {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  width: 100%;
}
.range-slider__line {
  background: #272727;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.select-custom {
  cursor: pointer;
  position: relative;
}
.select-custom__range {
  max-width: 260px;
}
@media only screen and (max-width: 590px) {
.select-custom__range {
    margin-bottom: 16px;
    max-width: 100%;
}
}
.select-custom--filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--filter {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
}
}
.select-custom__popup--sorting .select-custom__popup-text {
  white-space: nowrap;
}
@media only screen and (max-width: 590px) {
.select-custom--filter .select-custom__scrollbar {
    max-height: 100%;
}
}
.select-custom__search {
  margin-bottom: 24px;
  margin-top: 12px;
}
.select-custom__search-input {
  background: url("../images/required/search.svg") 24px center no-repeat;
  border: 1px solid #272727;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding-left: 68px;
  width: 100%;
}
.select-custom--filter > .select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  position: relative;
  width: calc(100% - 34px);
}
.select-custom--filter > .select-custom__text svg {
  color: #272727;
  display: block;
  margin-right: 10px;
  width: 24px;
}
.select-custom__text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.select-custom__text-box span {
    display: none;
}
}
.select-custom__text-box svg {
  display: block;
}
.select-custom.active .select-custom__text-box svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 530px) {
.select-custom__text {
    font-size: 14px;
}
}
.select-custom__text span {
  color: #828282;
  padding-right: 8px;
}
.select-custom__popup {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  max-height: 400px;
  max-width: 130%;
  min-width: 100%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.select-custom__popup.active {
  display: block;
}
.select-custom__popup--sorting {
  max-width: unset;
}
.select-custom__popup--check {
  left: 0;
  right: unset;
}
.select-custom__scrollbar {
  max-height: 376px;
}
.select-custom__scrollbar--search {
  max-height: 286px;
}
.select-custom__popup-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 16px 46px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 768px) {
.select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom__popup-text.active:after {
  background: #272727;
}
.select-custom__popup-text:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text:after {
    right: 12px;
}
}
.select-custom--filter.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom--filter > .select-custom__popup {
  top: 65px;
}
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom--filter > .select-custom__text > .select-custom__title {
  -webkit-box-orient: vertical;
  color: #272727;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__subtext {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__popup--check .select-custom__popup-text {
  padding: 16px 62px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
    right: 8px;
}
}
.select-custom__popup-title {
  display: block;
  word-break: normal;
}
.select-custom__popup--check .select-custom__popup-text:after {
  display: none;
}
.select-custom__subtext.active {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  left: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.select-custom--category {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--category .active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
}
.select-custom--category svg {
    color: #CCCCCC;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__text .select-custom__title {
    display: none;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext.active {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 16px;
    padding: 0;
    position: static;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup-text {
    padding: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.btn {
  background: #272727;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1365px) {
.btn {
    padding: 12px 28px;
}
}
@media only screen and (min-width: 769px) {
.btn:hover {
    background: #fff;
    border: 1px solid #272727;
    color: #272727;
}
.btn:hover .loader {
    fill: #272727;
}
}
.btn__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.loaded {
  pointer-events: none;
}
.btn .loader {
  fill: #fff;
}
.btn.loaded .btn__content {
  opacity: 0;
}
.btn__loader {
  display: none;
}
.btn.loaded .btn__loader {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
}
.btn--red {
  background: transparent;
  border: 1px solid #C93F40;
  color: #C93F40;
}
@media only screen and (min-width: 769px) {
.btn--red:hover {
    background: #C93F40;
    border: 1px solid #C93F40;
    color: #fff;
}
.btn--red:hover .loader {
    fill: #272727;
}
}
.btn--red .loader {
  fill: #fff;
}
.btn--transparent-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 769px) {
.btn--transparent-white:hover .loader {
    fill: #fff;
}
}
.btn--transparent-white .loader {
  fill: #272727;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #272727;
  color: #272727;
}
@media only screen and (min-width: 769px) {
.btn--transparent:hover {
    background: #272727;
    border: 1px solid #272727;
    color: #fff;
}
.btn--transparent:hover .loader {
    fill: #fff;
}
}
.btn--transparent .loader {
  fill: #272727;
}
.btn--transparent.active {
  background: #272727;
  border: 1px solid #272727;
  color: #fff;
}
.btn--transparent.active .loader {
  fill: #fff;
}
.btn--white {
  background: #fff;
  border: 1px solid #272727;
  color: #272727;
}
@media only screen and (min-width: 769px) {
.btn--white:hover {
    background: #272727;
    border: 1px solid transparent;
    color: #fff;
}
.btn--white:hover .loader {
    fill: #fff;
}
}
.btn--white .loader {
  fill: #272727;
}
.btn--disable {
  background: transparent;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
.btn--disable:hover {
    background: transparent;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.contacts-page .bread-crumbs {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.contacts-page .bread-crumbs {
    padding-left: 16px;
    padding-right: 16px;
}
}
.contacts-page {
  width: 100%;
}
.contacts-page__box h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
.contacts-page__box h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 28px;
}
}
@media only screen and (max-width: 590px) {
.contacts-page__box h2 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 32px;
}
}
.contacts-page__box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 960px) {
.contacts-page__box h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.contacts-page__box h3 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 18px;
}
}
.contacts-page__content {
  background: #fff;
  margin: 0 auto;
  max-width: 1328px;
  padding: 80px 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.contacts-page__content {
    padding: 48px 0;
}
}
@media only screen and (max-width: 590px) {
.contacts-page__content {
    padding: 32px 0;
}
}
.contacts-page__content-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1056px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.contacts-page__content-box {
    padding-left: 16px;
    padding-right: 16px;
}
}
.contacts-page__left {
  max-width: 512px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
.contacts-page__left {
    margin-right: 16px;
    max-width: unset;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 960px) {
.contacts-page__left {
    margin-right: 0;
    width: 100%;
}
}
.contacts-page__right {
  max-width: 376px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
.contacts-page__right {
    margin-left: 16px;
    max-width: unset;
    width: calc(50% - 16px);
}
}
@media only screen and (max-width: 960px) {
.contacts-page__right {
    margin-left: 0;
    margin-top: 48px;
    width: 100%;
}
}
@media only screen and (max-width: 590px) {
.contacts-page__right {
    margin-top: 44px;
}
}
.contacts-page__list-content {
  width: calc(100% - 56px);
}
.contacts-page__list {
  margin-bottom: 0;
  padding-left: 0;
}
.contacts-page__list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
.contacts-page__list li {
    margin-bottom: 12px;
}
}
.contacts-page__list li:last-child {
  margin-bottom: 0;
}
.contacts-page__list-icon {
  height: 41px;
  margin-right: 16px;
  width: 40px;
}
.contacts-page__list-subtitle {
  color: #828282;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 4px;
}
.contacts-page__list-title {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 960px) {
.contacts-page__list-title {
    font-size: 16px;
}
}
.contacts-page__list-title a {
  color: #272727;
}
.contacts-page__form-select {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
}
.contacts-page__left-box-1 {
  margin-top: 60px;
}
@media only screen and (max-width: 960px) {
.contacts-page__left-box-1 {
    margin-top: 48px;
}
}
@media only screen and (max-width: 590px) {
.contacts-page__left-box-1 {
    margin-top: 44px;
}
}
.contacts-page__form {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
@media only screen and (max-width: 960px) {
.contacts-page__form {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.contacts-page__form-field {
  margin-bottom: 32px;
}
@media only screen and (max-width: 960px) {
.contacts-page__form-field {
    width: 50%;
}
}
@media only screen and (max-width: 960px) and (max-width: 590px) {
.contacts-page__form-field {
    width: 100%;
}
}
@media only screen and (max-width: 960px) {
.contacts-page__form-field:last-child {
    margin-bottom: 0;
}
.contacts-page__form-field:nth-last-child(-n+2) {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
}
.contacts-page__form-field:nth-last-child(-n+2) .form-group {
    width: 100%;
}
}
.contacts-page__form-field .btn {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 960px) {
.contacts-page__form-field .btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 32px);
}
}
@media only screen and (max-width: 590px) {
.contacts-page__form-field .btn {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 32px);
}
}
.contacts-page__info {
  color: #828282;
  font-size: 12px;
  line-height: 150%;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 960px) {
.contacts-page__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 32px);
}
}
@media only screen and (max-width: 590px) {
.contacts-page__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 32px);
}
}
.contacts-page__info a {
  color: #828282;
}
.contacts-page__info a:hover {
  color: #CCC;
}
