@media screen and (min-width: 84rem) {
  [data-state=black-header] .header-nav li a {
    color: #fff !important;
  }
  [data-state=black-header] .header-btns-worktime span:first-child {
    color: #fff !important;
  }
  [data-state=black-header] .header-btns-call a:first-child {
    color: #fff !important;
  }
	[data-state=black-header] .header-btns-call a:first-child:hover {
    color: var(--oranzhevyy) !important;
  }
  [data-state=black-header] .header-btns-worktime span:last-child {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  [data-state=black-header] a, [data-state=black-header] span {
    color: #fff !important;
  }
  .header-nav li a:hover {
    color: var(--oranzhevyy) !important;
  }
	.header-btns-call a:hover{
color: var(--oranzhevyy) !important;
}

  [data-state=white] {
    background-color: #000 !important;
    transition: 0.3s ease;
    border-bottom: 1px solid #333333 !important;
  }
  [data-state=white] a, [data-state=white] span {
    color: #fff !important;
  }
  [data-state=white] .btn.btn-header.btn-black {
    background-color: #000 !important;
  }
  [data-state=white] .header-btns-worktime span:first-child {
    color: #fff !important;
  }
  [data-state=white] .header-btns-call a:first-child {
    color: #fff !important;
  }
  [data-state=white] .header-btns-worktime span:last-child {
    color: rgba(255, 255, 255, 0.6) !important;
  }
[data-state=black-header] .btn.btn-header.btn-black {
background-color: transparent !important;
}

}
.contacts {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 95rem) and (min-width: 48rem) {
  .contacts {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
  .contacts {
    padding: 1.6875rem 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .contacts {
    padding: 0 0.625rem 1.71875rem;
  }
}
@media screen and (max-width: 30rem) {
  .container-contacts{
	margin-top:20px;
  }
}
.contacts .title {
  background: linear-gradient(266.48deg, #FFFFFF 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 57.0625rem) {
  .contacts .title {
    
    max-width: 47.5rem;
  }
}
@media screen and (min-width: 66.5625rem) {
 .contacts .title {
padding-bottom: 2.5rem;
}
}
@media screen and (max-width: 66.5rem) and (min-width: 42.0625rem) {
  .contacts .title{
    /*padding: 1.875rem 2.5rem;*/
padding: 1.875rem 0;
  }
}
@media screen and (max-width: 42rem) {
  .contacts .title {
    /*padding: 0.625rem 1.25rem;*/
padding: 0.625rem 0;
  }
}
@media screen and (max-width: 57rem) {
  .contacts .title {
    max-width: 26rem;
    /*padding-bottom: 1.25rem;*/
  }
}
.contacts-info {
  display: grid;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 95rem) {
  .contacts-info {
    column-gap: 7.25rem;
  }
}
@media screen and (min-width: 83.8125rem) {
  .contacts-info {
    grid-template-columns: minmax(20.875rem, 32.125rem) 1fr 1fr 16.3125rem;
    margin-top: 1.875rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 83.75rem) and (min-width: 42.0625rem) {
  .contacts-info {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 42rem) {
  .contacts-info {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}
.contacts-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 83.75rem) and (min-width: 56.25rem) {
  .contacts-info-item:nth-child(2) {
    align-items: flex-end;
  }
  .contacts-info-item:last-child {
    align-items: flex-end;
  }
}
.contacts-info-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.contacts-info-item p, .contacts-info-item a,  .contacts-info-item span.shema_org{
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 100%;
}
.contacts-bottom {
  display: grid;
  column-gap: 3.125rem;
}
@media screen and (min-width: 70.0625rem) {
  .contacts-bottom {
    margin-top: 7.5rem;
    grid-template-columns: 1fr 1px 1fr;
  }
}
@media screen and (max-width: 70rem) {
  .contacts-bottom {
    grid-template-columns: 1fr;
    margin-top: 5rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 70.0625rem) {
  .contacts-bottom-separator {
    height: 100%;
    width: 1px;
    background-color: #333333;
  }
}
@media screen and (max-width: 70rem) {
  .contacts-bottom-separator {
    display: none;
  }
}
.contacts-bottom .form input, .contacts-bottom .form textarea {
  color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
}
.contacts-bottom .form input::placeholder, .contacts-bottom .form textarea::placeholder {
  color: #fff;
}
.contacts-bottom .form input:hover, .contacts-bottom .form input:active, .contacts-bottom .form input:focus, .contacts-bottom .form textarea:hover, .contacts-bottom .form textarea:active, .contacts-bottom .form textarea:focus {
  /*border-bottom: 1px solid #ffffff;*/
}
.contacts-bottom .form .checkbox-item-wrapper .text span, .contacts-bottom .form .checkbox-item-wrapper .text a {
  color: #fff;
}
.contacts-bottom .form-btns {
  margin-top: 0.625rem;
}
.contacts-bottom .form-btns .btn-show-case {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  background-color: var(--oranzhevyy);
  border: 1px solid var(--oranzhevyy);
}
@media screen and (max-width: 30rem) {
  .contacts-bottom .form-btns .btn-show-case {
    padding: 20px 0;
  }
}
.contacts-bottom .form-btns .btn-show-case .icon-small.icon-small-white {
  position: relative;
  right: 0;
  top: 0;
  transform: translate(0, 0) rotate(-45deg);
}
.contacts-bottom .form-btns .btn-show-case:hover {
  background-color: transparent;
}
.contacts-bottom .form-btns .btn-show-case:hover .icon-small.icon-small-white {
  transform: translate(0, 0) rotate(0deg);
}
.contacts-bottom .form-btns-socials {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.625rem;
}
.contacts-bottom .form-btns-socials .btn-socials span {
  color: #fff;
}
.contacts-bottom .form fieldset.end a:hover {
  color: var(--oranzhevyy);
}
.contacts-bottom-info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 57.5rem) {
  .contacts-bottom-info {
    padding-bottom: 4rem;
  }
}
.contacts-bottom-info-table {
  display: grid;
  gap: 1.25rem;
  height: 100%;
}

@media screen and (min-width:1121px){
	.contacts-bottom-info-table{
	max-height:420px;
	}
}

@media screen and (min-width: 42.0625rem) {
  .contacts-bottom-info-table {
    grid-template-columns: 1fr 24.375rem;
  }
}
@media screen and (max-width: 42rem) {
  .contacts-bottom-info-table {
    grid-template-columns: 1fr;
  }
}
.contacts-bottom-info-table-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.contacts-bottom-info-table-item span {
  color: rgba(255, 255, 255, 0.6);
  line-height: 100%;
}
@media screen and (min-width: 42.0625rem) {
  .contacts-bottom-info-table-item span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 42rem) {
  .contacts-bottom-info-table-item span {
    font-size: 1rem;
  }
}
.contacts-bottom-info-table-item p, .contacts-bottom-info-table-item a {
  font-size: 1.25rem;
  color: #FFFFFF !important;
  line-height: 100%;
}
@media screen and (min-width: 42.0625rem) {
  .contacts-bottom-info-table-item:first-child {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .contacts-bottom-info-table-item:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .contacts-bottom-info-table-item:nth-child(9) {
    grid-row: 6/7;
    grid-column: 1/3;
  }
  .contacts-bottom-info-table-item:last-child {
    grid-column: 1/3;
  }
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: hue-rotate(300deg) brightness(90%) invert(1) grayscale(0.9) saturate(100%);
}

#map > ymaps {
  overflow: hidden;
}

.map .btn {
  width: fit-content;
}

.map__inner {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .map__inner {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .map__inner {
    padding: 0 0;
    height: 375px;
  }
}

.map__bottom {
  padding: 24px;
  border-radius: 10px;
  position: absolute;
  bottom: 28px;
  z-index: 3;
  background: #0C121C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1296px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .map__bottom .btn {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1150px) {
  .map__bottom {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    bottom: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .map__bottom {
    width: 80%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .map__bottom {
    bottom: 60px;
  }
}

.map__bottom-item {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  text-align: start;
}
@media screen and (max-width: 1150px) {
  .map__bottom-item {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .map__bottom-item {
    width: 100%;
    text-align: left;
  }
}

.map__bottom-item:first-child {
  max-width: 325px;
}

.map__bottom-title {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  color: #fff;
}

.map__bottom-text, .map__number.ya_phone {
  font-family: var(--bold-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .map__bottom-text, .map__number.ya_phone {
    font-size: 18px;
    line-height: 21.6px;
  }
}

.map__number {
  color: var(--white);
}

.map__number-bottom {
  display: flex;
  justify-content: flex-start;
  gap: 0 4px;
  align-items: center;
  margin-top: 4px;
  font-weight: 300;
  color: var(--grey);
  font-size: 14px;
  position: relative;
}
.map__number-bottom::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--green);
  border-radius: 50%;
}
.contacts-info-item a.white {
	color: #ffffff;
}

#contacts__form .form-btns .btn.btn-show-case:hover span {
	color: #ffffff !important;
}

.header-btns-call a:last-child {
    color: var(--oranzhevyy) !important;
    margin-left: 0.5rem;
    transition: color 0.3s ease;
    margin-top: 2px;
}

#contacts-form-errors.errors-none{
display:none;
}
#contacts-form-errors {
color:red;
font-weight:300;
}

#contacts-form-errors.error {
display: block;
}

.container-footer.contactPageContainer{
border-top-left-radius: 4.375rem;
border-top-right-radius: 4.375rem;
padding-top: 5.25rem ;
}




