@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  z-index: 10;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: #1f1e1f;
  color: #fff;
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s linear;
}
a:hover {
  text-decoration: none;
  color: #FF764B;
}
a img {
  border: 0;
}

img {
  vertical-align: middle;
}

ul, li, ol {
  list-style: none;
}

h1,
h2 {
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  line-height: 1.1;
}

@media (min-width: 999px) {
  h2 {
    font-size: 57px;
  }
}
.transition {
  transition-delay: 0.1s;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.onscroll {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.highlight {
  color: #FF764B;
}

.newline:before {
  content: "\a";
  white-space: pre;
}

.wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 25px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 21px 0;
}
.header__logo {
  position: relative;
  z-index: 16;
  flex: 0 0 380px;
  height: 110px;
  margin-bottom: 15px
}
.header__menu {
  flex: 2;
}
.header__menu > *:last-child {
  margin-right: 73px;
}
.header__info {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.header__phone {
  position: relative;
  z-index: 16;
  margin-left: 65px;
}
.header__phone_desktop {
  display: none !important;
}

@media (min-width: 799px) {
  .header__phone_desktop {
    display: inline-flex !important;
  }
  .header__phone_mobile {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .header {
    padding: 20px 0;
  }
  .header__logo {
    flex: 0 0 300px;
    height: 60px;
    margin-bottom: 10px;
  }
}

.menu-header {
  display: flex;
  justify-content: end;
}
.menu-header__item {
  display: block;
  margin-left: 50px;
}
.menu-header__item:first-child {
  display: none;
}
@media (max-width: 1149px) {
  .header__address {
    display: none;
  }
  .header__phone {
    margin-left: 0;
  }
  .header__menu{
    flex: 1;
    order: 1;
    justify-content: flex-start;
  }
  .menu-header__item{
    margin-left: 0px;
  }
  .header__logo{
    order: 2;
  }
  .header__info{
    order: 3;
  }
}
@media (max-width: 767px) {
  .header__logo{
    flex: 0 0 180px;
    margin-bottom: 0px;
  }
}
.menu-header__toggle {
  position: relative;
  z-index: 16;
  width: 38px;
}
.menu-header__toggle:before, .menu-header__toggle:after,
.menu-header__toggle div {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: 0.5s;
}
.menu-header__toggle_active:before {
  transform: translateY(10px) rotate(135deg);
}
.menu-header__toggle_active:after {
  transform: translateY(-10px) rotate(-135deg);
}
.menu-header__toggle_active div {
  transform: scale(0);
}

@media (max-width: 1149px) {
  .menu-header__item:first-child {
    display: block;
  }
  .menu-header__item:not(:first-child) {
    display: none;
  }
}
.menu-mobile {
  display: none;
  text-align: center;
  font-size: 24px;
  background: #181418;
  padding-top: 131px;
}
.menu-mobile_active {
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-mobile__item {
  display: block;
  margin: 24px 0;
}
.menu-mobile__phone {
  margin: 52px 0 0 0;
  font-weight: bold;
  color: #FF794A;
}

@media (min-width: 1149px) {
  .menu-mobile_active {
    display: none;
  }
}
.address {
  display: flex;
  align-items: center;
}
.address__icon {
  position: relative;
  top: 2px;
  margin-right: 20px;
  width: 21px;
  height: 30px;
  fill: #FF764B;
}
.address_small {
  font-size: 16px;
}
.address_small .address__icon {
  margin-right: 13px;
}
.address_large {
  font-size: 15px;
}
.address_large .address__icon {
  width: 37px;
  height: 52px;
  margin-right: 21px;
}

.phone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone__icon {
  position: relative;
  top: 1px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  fill: #FF764B;
}
.phone_small {
  font-size: 19px;
}
.phone_small .phone__icon {
  margin-right: 13px;
}
.phone_tiny {
  font-size: 15px;
}
.phone_tiny .phone__icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.phone_large {
  font-size: 22px;
}
.phone_large .phone__icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

@media (max-width: 799px) {
  .phone_collapse .phone__icon {
    margin-right: 0;
    width: 35px;
    height: 35px;
  }
  .phone_collapse .phone__text {
    display: none;
  }
}
.logo {
  background: url("../i/logo2.svg") center center no-repeat;
  background-size: contain;
}

.advantages li {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 28px;
}
.advantages li:before {
  content: "";
  position: absolute;
  top: 14px;
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #FF764B;
  margin-left: -28px;
}

.social-network {
  display: flex;
  align-items: center;
  margin: -10px;
}
.social-network > * {
  margin: 10px;
}

.buttons {
  display: flex;
  align-items: center;
  margin: -17.5px;
  justify-content: center;
}
.buttons > * {
  margin: 17.5px;
}

.slider-control {
  margin: -15px;
  padding: 15px;
}
.slider-control__icon {
  width: 12px;
  height: 24px;
  stroke: #fff;
  fill: none;
  transition: stroke 0.25s linear;
}
.slider-control_prev .slider-control__icon {
  transform: rotate(-180deg);
}
.slider-control:hover .slider-control__icon {
  stroke: #FF764B;
}

.promo {
  position: relative;
}
.promo__heading {
  margin: 0 -25px;
  background: #181418;
  padding: 34px 0 25px 0;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.13;
}
.promo__heading span:last-of-type {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.promo__controls {
  margin: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo__advantages {
  margin: 52px 0 44px 0;
}

@media (min-width: 799px) {
  .promo {
    background: #181418;
  }
  .promo__inner {
    min-height: 36.75vw;
    padding-right: 50%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
  }
  .promo__heading {
    margin: 0;
    text-align: left;
    background: none;
    padding: 0;
  }
  .promo__controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 12;
    margin: 0 0 47px 0;
    height: 24px;
    justify-content: center;
  }
  .promo__controls .slider-control {
    position: absolute;
    bottom: 0;
    left: 50px;
  }
  .promo__controls .slider-control_next {
    left: 122px;
  }
  .promo__controls:before {
    content: "";
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    height: 127px;
    background: linear-gradient(0deg, #0d0a0d 0%, rgba(13, 10, 13, 0) 100%);
  }
  .promo__advantages {
    margin: 0;
  }
  .promo__buttons {
    padding: 0;
  }
}
@media (min-width: 1299px) {
  .promo__heading {
    font-size: 53px;
    line-height: 1.22;
  }
  .promo__heading span:nth-child(2) {
    font-size: 52px;
  }
  .promo__heading span:last-of-type {
    top: 12px;
    font-size: 36px;
  }
  .promo__advantages li {
    font-size: 23px;
    margin-left: 30px;
  }
  .promo__advantages li:before {
    top: 15px;
    margin-left: -30px;
  }
  .promo__buttons {
    display: block;
  }
}
@media (min-width: 1499px) {
  .promo__inner {
    justify-content: center;
  }
  .promo__heading {
    margin-bottom: 37px;
  }
  .promo__buttons {
    margin: 0;
  }
  .promo__buttons > * {
    margin: 0;
  }
  .promo .button-border {
    margin: 24px 0 55px 0;
  }
  .promo .social-network {
    margin: 0;
  }
  .promo .social-network > * {
    margin: 0 30px 0 0;
  }
  .promo .social-network .in__icon {
    width: 46px;
    height: 46px;
  }
  .promo .social-network .vk__icon {
    width: 55px;
    height: 35px;
  }
}
@media (min-width: 1799px) {
  .promo__inner {
    padding-top: 58px;
    min-height: calc(36.75vw - 58px);
  }
}
.slider {
  position: relative;
  margin: 0 -25px;
  position: relative !important;
  width: calc(100% + 50px) !important;
}
.slider img {
  width: auto !important;
  height: 73.6vw !important;
}
.slider .owl-stage {
  overflow: hidden;
}
.slider .owl-item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 799px) {
  .slider {
    margin: 0;
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 50% !important;
    height: 36.75vw !important;
  }
  .slider img {
    height: 100% !important;
  }
}
.owl-dots {
  z-index: 14;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  margin: 0 5px;
  font-size: 0;
  background: #fff;
  outline: none;
  border: none;
}
.owl-dots .owl-dot.active {
  background: #EC4F35;
}

@media (min-width: 799px) {
  .owl-dots {
    bottom: 60px;
    left: auto;
    right: 30px;
    transform: none;
  }
  .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 1299px) {
  .owl-dots {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .owl-dots .owl-dot {
    margin: 0 20px;
  }
}
.button-border {
  position: relative;
  display: inline-block;
}
.button-border:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
}
.button-border:hover:after {
  top: 0px;
  left: 0px;
}

.button {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 17px 25px;
  line-height: 20px;
  background: #FF6D3F;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
  transition: background 0.25s linear;
}
.button:hover {
  color: #fff;
  background: #ed5c2e;
  text-decoration: none;
}

.in__icon {
  width: 31px;
  height: 31px;
  fill: #fff;
  transition: fill 0.25s;
}
.in:hover .in__icon {
  fill: #FF794A;
}

.vk__icon {
  width: 37px;
  height: 24px;
  fill: #fff;
  transition: fill 0.25s;
}
.vk:hover .vk__icon {
  fill: #FF794A;
}

.information {
  margin: 86px -20px 54px -20px;
  display: flex;
  flex-direction: column;
}
.information__item {
  margin: 19px 20px;
}

.information-card {
  position: relative;
  padding-left: 136px;
}
.information-card__icon {
  position: absolute;
  top: 0;
  left: 19px;
  width: 75px;
  height: 75px;
  fill: #fff;
}
.information-card:nth-child(2) .information-card__icon {
  width: 70px;
  height: 70px;
}
.information-card__title {
  font-size: 22px;
  font-weight: bold;
}
.information-card__description {
  position: relative;
  margin-top: 29px;
  font-weight: medium;
  font-size: 14px;
}
.information-card__description:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #FF764B;
}

@media (min-width: 799px) {
  .information {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 999px) {
  .information {
    margin: 121px -20px 140px -20px;
  }

  .information-card {
    padding-left: 136px;
  }
  .information-card__icon {
    left: 0;
    width: 100px !important;
    height: 100px !important;
  }
  .information-card__title {
    font-size: 34px;
  }
  .information-card__description {
    margin-top: 44px;
    font-size: 18px;
  }
  .information-card__description:before {
    top: -24px;
  }
}
.products {
  margin: 65px 0;
}
.products__inner {
  margin: -7.5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products__heading {
  margin-bottom: 49px;
  text-align: center;
}

.product {
  margin: 7.5px;
  background: #3F3D3F;
  display: flex;
  flex: 0 0 calc(50% - 15px);
  flex-direction: column;
  align-items: center;
}
.product__image {
  width: 100%;
}
.product__title {
  margin: 12px 0;
  font-size: 11px;
  text-align: center;
}
.product__price {
  margin: 0 0 7px;
  font-size: 11px;
  font-weight: bold;
}
.product__button {
  position: relative;
  margin: 0 0 13px 0;
  width: 90px;
}
.product__button .button {
  width: 90px;
  font-size: 10px;
  padding: 4px 25px 3px 25px;
}
.product__button:after {
  top: 4px;
  left: 4px;
}
.product__button:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 55px;
  transform: translateX(-50%);
  height: 2px;
  background: #FF764B;
}

@media (min-width: 799px) {
  .products {
    margin: 93px 0 150px 0;
  }
  .products__inner {
    margin: -15px;
    display: flex;
    justify-content: space-between;
  }
  .products__heading {
    margin-bottom: 63px;
    text-align: left;
  }

  .product {
    margin: 15px;
    flex: 1 0 calc( (100% - 90px) / 3 );
  }
  .product__title {
    margin: 26px 0 23px 0;
    font-size: 24px;
  }
  .product__price {
    margin: 10px 0 21px;
    font-size: 24px;
    font-weight: bold;
  }
  .product__button {
    margin-bottom: 37px;
    width: 178px;
  }
  .product__button .button {
    width: 178px;
    font-size: 16px;
    padding: 17px 25px;
  }
  .product__button:after {
    top: 8px;
    left: 8px;
  }
  .product__button:before {
    top: -70px;
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}
.certificates {
  margin: 50px 0;
  text-align: center;
}
.certificates__info {
  font-size: 15px;
}
.certificates__info p {
  margin: 34px 0 37px 0;
}
.certificates__button {
  width: 240px;
}
.certificates__button .button {
  width: 240px;
}

.certificate {
  margin: 51px auto 56px auto;
  max-width: 275px;
  position: relative;
}
.certificate:before {
  content: "";
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  transform: rotate(4deg);
}
.certificate__inner {
  position: relative;
  z-index: 14;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.certificate__logo {
  width: 179px;
  height: 72px;
}
.certificate__title {
  margin: 20px 0 33px 0;
  font-size: 28px;
  line-height: 29px;
  font-weight: bold;
}
.certificate__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.certificate__phone {
  margin: 44px 0 37px 0;
}

@media (min-width: 1199px) {
  .certificates {
    position: relative;
    padding: 0 695px 0 0;
    text-align: left;
    height: 550px;
    display: table-cell;
    vertical-align: middle;
  }
  .certificates__heading {
    margin-bottom: 65px;
  }
  .certificates__info {
    font-size: 18px;
  }
  .certificates__info p {
    margin: 15px 0;
  }
  .certificates__button {
    margin-top: 53px;
  }

  .certificate {
    text-align: center;
    position: absolute;
    top: 40px;
    right: 210px;
  }
  .certificate:after {
    content: "";
    position: absolute;
    z-index: 12;
    top: -80px;
    bottom: -80px;
    left: -210px;
    right: -210px;
    background: #3F3D3F;
  }
}
.excellence {
  margin: 69px 0 0 0;
}
.excellence__heading {
  margin-bottom: 35px;
  text-align: center;
}
.excellence__inner {
  display: flex;
  flex-wrap: wrap;
}

.excellence-item {
  margin: 15px 0;
  width: 50%;
  text-align: center;
}
.excellence-item__icon {
  width: 56px;
  height: 56px;
  fill: #fff;
}
.excellence-item__text {
  position: relative;
  margin-top: 33px;
  font-size: 15px;
  line-height: 1.08;
}
.excellence-item__text:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 2px;
  background: #FF764B;
}

@media (min-width: 999px) {
  .excellence {
    margin: 150px 0 0 0;
  }
  .excellence__heading {
    margin-bottom: 54px;
    text-align: left;
  }

  .excellence-item {
    width: 25%;
    text-align: left;
  }
  .excellence-item__icon {
    margin-left: 41px;
  }
  .excellence-item__text {
    margin-top: 34px;
    font-size: 24px;
    line-height: 1.22;
  }
  .excellence-item__text:before {
    top: -22px;
    left: 0;
    margin-left: 0;
    width: 137px;
  }
}
.accessories {
  margin: 68px 0 85px 0;
}
.accessories__heading {
  margin: 0 0 56px 0;
  text-align: center;
}
.accessories__inner {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.accessories__controls {
  display: none;
}
.accessories .product__title {
  margin: 15px 0 7px 0;
}
.accessories .product__price {
  margin: 0 0 9px;
}
.accessories .product__button {
  margin: 0 0 15px 0;
}
.accessories .product__button:before {
  display: none;
}

@media (min-width: 799px) {
  .accessories {
    margin: 136px 0 97px 0;
    position: relative;
  }
  .accessories__heading {
    margin: 0 0 63px 0;
    text-align: left;
  }
  .accessories__inner {
    display: block;
  }
  .accessories__controls {
    display: flex;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .accessories__controls .slider-control_prev {
    margin-right: 62px;
  }
  .accessories .owl-stage {
    float: none;
    display: flex;
  }
  .accessories .owl-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .accessories .product {
    height: 100%;
  }
  .accessories .product__title {
    margin: 37px 0 15px 0;
  }
  .accessories .product__price {
    margin: 0 0 29px;
  }
  .accessories .product__button {
    width: 186px;
    margin: 0 0 37px 0;
  }
  .accessories .product__button .button {
    width: 186px;
  }
  .accessories .product__button:before {
    display: none;
  }
}
@media (min-width: 999px) {
  .accessories__controls {
    top: 33px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  float: left;
}
.owl-carousel img {
  width: 100%;
}
.owl-carousel .disabled {
  display: none;
}
.owl-carousel .animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .disabled {
  display: none;
}

.feedback {
  position: relative;
  margin-top: 104px;
  margin-bottom: 98px;
}
.feedback > img {
  display: none;
}

.feedback-form {
  padding: 50px 40px 26px 40px;
  background: #fff;
  color: #000;
  text-align: center;
}
.feedback-form p {
  margin: 0;
}
.feedback-form h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
.feedback-form .remark {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 26px;
}
.feedback-form label {
  display: inline-block;
  text-align: left;
  font-size: 0;
}
.feedback-form label input[type=text],
.feedback-form label input[type=tel] {
  margin-bottom: 8px;
  box-sizing: border-box;
  padding: 16px 10px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.feedback-form label input[type=text]::placeholder,
.feedback-form label input[type=tel]::placeholder {
  color: #000;
}
.feedback-form label input[type=checkbox] {
  display: none;
}
.feedback-form label input[type=checkbox] + span {
  margin: 40px 6px 0 6px;
  display: block;
  position: relative;
  padding-left: 33px;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.feedback-form label input[type=checkbox] + span:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #FF6D3F;
  box-sizing: border-box;
}
.feedback-form label input[type=checkbox]:checked + span:before {
  background: #FF6D3F url("../i/checkbox.svg") center center no-repeat;
}
.feedback-form .button-border {
  width: 100%;
  max-width: 280px;
  margin-top: 32px;
}
.feedback-form .button-border .button {
  width: 100%;
  max-width: 280px;
}
.feedback-form .button-border.button-border-feedback:after {
  border-color: #000;
}

@media (min-width: 799px) {
  .feedback {
    margin-top: 199px;
    height: 685px;
  }
  .feedback > img {
    width: 100%;
    display: block;
  }

  .feedback-form {
    position: absolute;
    top: -75px;
    left: 105px;
    width: 450px;
    box-sizing: border-box;
    padding: 70px 70px 63px 70px;
  }
  .feedback-form h4 {
    margin-bottom: 33px;
    font-size: 36px;
  }
  .feedback-form .remark {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 53px;
  }
  .feedback-form label input[type=text],
.feedback-form label input[type=tel] {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
    font-size: 14px;
    text-align: left;
  }
  .feedback-form label input[type=text]::placeholder,
.feedback-form label input[type=tel]::placeholder {
    color: #000;
  }
  .feedback-form label input[type=checkbox] + span {
    margin-top: 47px;
    font-size: 14px;
    padding-left: 44px;
  }
  .feedback-form label input[type=checkbox] + span:before {
    width: 25px;
    height: 25px;
  }
  .feedback-form .button-border {
    margin-top: 39px;
    max-width: 220px;
  }
  .feedback-form .button-border .button {
    max-width: 220px;
  }
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -5px;
}

@media (min-width: 799px) {
  .wpcf7-not-valid-tip {
    margin-top: -10px;
  }
}
.checkbox .wpcf7-not-valid-tip {
  margin-top: 5px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 13px;
}

span.wpcf7-list-item {
  margin: 0;
}

.contacts__heading {
  text-align: center;
}
.contacts__address {
  margin-top: 53px;
}
.contacts__phone {
  margin: 100px 0 50px 0;
}
.contacts__map {
  height: 400px;
  margin: 68px -25px 0 -25px;
}

@media (min-width: 1149px) {
  .contacts {
    margin-top: 184px;
    margin-bottom: 145px;
    position: relative;
    height: 410px;
    padding-right: 0px;
  }
  .contacts__heading {
    padding-top: 42px;
  }
  .contacts__map {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 740px;
    height: 530px;
  }
  .contacts__buttons {
    display: flex;
    margin: 0;
  }
  .contacts__buttons > * {
    margin: 0;
  }
  .contacts__address {
    font-size: 18px;
  }
  .contacts .button-border {
    margin: 11px 0 30px 0;
    width: 220px;
  }
  .contacts .button-border .button {
    width: 220px;
  }
  .contacts .social-network {
    margin: 0;
    padding-left: 65px;
  }
  .contacts .social-network > * {
    margin: 0 30px 0 0;
  }
  .contacts .social-network .in__icon {
    width: 46px;
    height: 46px;
  }
  .contacts .social-network .vk__icon {
    width: 55px;
    height: 35px;
  }
}
.footer {
  margin: 64px 0 0 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer__phone {
  margin: 40px 0 125px 0;
}
.footer__address {
  display: none;
}
.footer__logo {
  width: 300px;
  height: 100px;
}
@media (max-width: 575px) {
  .footer__phone{
    display: none;
  }
  .footer__logo{
    margin-bottom: 80px;
  }
}

@media (min-width: 999px) {
  .footer {
    margin: 145px 0 0 0;
    padding: 65px 0 112px 0;
    background: #181418;
  }
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__address {
    display: flex;
    font-size: 22px;
  }
  .footer__phone {
    margin: 0;
    font-size: 34px;
  }
  .footer__logo {
    width: 48%;
    height: 167px;
    margin-top: -2%;
  }
}
.over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 30;
  display: none;
}

.order-block {
  display: none;
}

.order {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 33;
  transform: translate(-50%, -50%);
}

.order-form {
  padding: 70px 60px 20px 60px;
  position: static;
  margin: 0;
  margin-top: 50px;
  opacity: 0;
  transition: 0.3s linear;
}
.order-form.visible {
  opacity: 1;
  margin-top: 0;
}
.order-form .remark {
  margin-bottom: 33px;
}
.order-form .button-border {
  width: 228px;
}
.order-form .button-border .button {
  width: 228px;
}

.order-close {
  position: absolute;
  top: 80px;
  right: 30px;
  width: 25px;
  height: 25px;
  transition: 0.3s linear;
}
.order-close__icon {
  width: 25px;
  height: 25px;
  stroke: #FF6D3F;
}

.visible .order-close {
  top: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

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