.a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  padding-top: 100%;
}

.a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* not(:last-child) */
/* :nth-child(1n+0) */
.content-contacts__pages {
  padding: 0px 50px;
}

.form-contacts__pages {
  padding-right: 70px;
}

.form-contacts__pages .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-contacts__pages .row>[class^=col] {
  margin-bottom: 10px;
}

.form-contacts__pages .btn-oranges__alls {
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
  font-size: 18px;
  border-radius: 0px;
}

.items-contacts__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-contacts__pages:not(:last-child) {
  margin-bottom: 40px;
}

.items-contacts__pages img {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  margin-right: 15px;
}

.items-contacts__pages .intros-contacts__items {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-contacts__pages {
  color: #EC1C24;
}

.mails-contacts__pages {
  color: #58595B;
}

.gco-loading {
  background: url(../images/loading2.gif) no-repeat center center rgba(1, 1, 1, 0.1);
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-size: 30px;
  z-index: 999;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.btn-oranges__alls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #d39a42;
  background-color: #d39a42;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.btn-oranges__alls img {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-oranges__alls:hover,
.btn-oranges__alls:focus {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #2e2e2e;
}

.btn-oranges__alls:hover img,
.btn-oranges__alls:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn-white__trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 3px #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}

.btn-white__trans img {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white__trans:hover,
.btn-white__trans:focus {
  background-color: #2e2e2e;
  color: #ffffff;
  border-color: #2e2e2e;
}

.btn-white__trans:hover img,
.btn-white__trans:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.input-alls {
  height: 35px;
}

.control-alls {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}

.control-alls::-webkit-input-placeholder {
  color: #a1a1a1;
}

.control-alls::-moz-placeholder {
  color: #a1a1a1;
}

.control-alls:-ms-input-placeholder {
  color: #a1a1a1;
}

.control-alls::-ms-input-placeholder {
  color: #a1a1a1;
}

.control-alls::placeholder {
  color: #a1a1a1;
}

.swiper-wrapper {
    height: auto;
}

@media screen and (max-width: 600px) {
    .form-contacts__pages {
        padding-right: 0px;
    }
}