@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: 
  url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  position: relative;
}

html.touchDevice a:hover {
  color: #fff;
}

html.touchDevice .list_item:hover {
  color: #fff;
}

html.touchDevice .social_icon:hover {
  color: #fff;
}

html.touchDevice .header_logo:hover svg path {
  fill: #fff;
}

a {
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  color: #f6b201;
  text-decoration: none;
}

body {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font-size: 20px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: 'Myriad Pro';
  font-weight: 300;
}

.wrapper {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.filter-blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

ul {
  list-style-type: none;
}

input,
textarea,
button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  font-family: 'Myriad Pro';
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

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

.header,
.footer {
  width: 100%;
  z-index: 200;
}

.page-privacyPolicy .container,
.page-processingPolicy .container {
  padding: 0 18px;
}

.nav_mobile {
  display: none;
}

.nav_mobile .link-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  height: 46px;
  width: 100%;
  padding: 6px 12px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 68px 18px;
}

.header_logo {
  width: 40px;
  cursor: pointer;
  z-index: 300;
}

.header_logo svg path {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header_logo:hover svg path {
  fill: #f6b201;
}

.header .menu_nav .btn-callback {
  margin-right: 0;
}

.header .menu_nav .btn-callback:hover {
  color: #000;
}

.header .menu_nav .btn-case {
  display: none;
}

.header .menu_nav.menu_nav-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.header .menu_nav.menu_nav-active .nav_mobile {
  display: block;
}

.header .menu_nav.menu_nav-active .nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .menu_nav.menu_nav-active .nav_list .list_item {
  margin-right: 0;
  margin-bottom: 25px;
  font-size: 36px;
  text-transform: none;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-callback {
  font-size: 17px;
  height: 40px;
  text-transform: uppercase;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-case {
  display: inherit;
  width: auto;
  height: auto;
  border: none;
  -webkit-animation: none;
  animation: none;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-case .case_text {
  font-size: 36px !important;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-case:before {
  display: none;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-case:hover {
  color: #fff;
  background: none;
}

.header .menu_nav.menu_nav-active .nav_list .list_item.btn-case:hover .case_type {
  color: #f4b512;
}

.header .menu_nav.menu_nav-active .infoBlock_social {
  margin-top: 45px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-phone,
.link-mail {
  white-space: nowrap;
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 25px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}

.nav_list .list_item:last-child {
  margin-right: 0;
}

.nav_list .list_item:hover {
  color: #f6b201;
}

.nav_list .list_item-active {
  color: #f6b201 !important;
}

.menu_burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  right: -9px;
  cursor: pointer;
}

.menu_burger:before,
.menu_burger:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  right: 9px;
  margin-top: 14px;
  background-color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.menu_burger:before {
  top: 9px;
}

.menu_burger-active {
  z-index: 300;
}

.menu_burger-active:before,
.menu_burger-active:after {
  top: 6px;
  bottom: 0;
}

.menu_burger-active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_burger-active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-callback.list_item-active {
  color: #000 !important;
}

.btn {
  cursor: pointer;
}

.btn-callback {
  background-color: #f6b201;
  color: #000 !important;
  border-radius: 100px;
  letter-spacing: 1px;
  padding: 6px 12px;
  text-decoration: none;
}

.btn-case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 3px solid #fff;
  width: 334px;
  height: 83px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-case:hover {
  color: #fff;
  background-color: #f4b512;
  border-color: #f4b512;
}

.btn-case:hover .case_type {
  color: #000;
}

.btn-case .case_text {
  font-size: 35px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-case .case_type {
  position: absolute;
  color: #f4b512;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-submit {
  text-transform: uppercase;
  font-size: 24px;
  border: 3px solid #f4b512;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 9px;
  border-radius: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-submit:hover {
  background-color: #f4b512;
  color: #fff;
}

.btn-voice {
  position: relative;
  top: 7px;
  width: 60px;
  height: 60px;
  background-image: url("../image/voice_off.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -14px 10px;
  background-position: center;
  transform: translateY(-12px);
}

.btn-voice-active {
  background-image: url("../image/voice_on.png");
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.content-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-weInfo.content,
.page-contact.content {
  padding-bottom: 0;
}

.page-wrapper {
  /* min-height: calc(100% - 178px - 170px); */
}

.page-mainPage.content {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 15vh;
}

.page-mainPage .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-mainPage .btn-callback {
  display: none;
}

.page-404 {
  color: #000;
  overflow: hidden;
}

.page-404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
}

.page-404 .background_cat {
  width: 600px;
  z-index: -1;
}

.page-404 .link-yellow {
  font-size: 24px;
}

.page-404 .content404 {
  padding-left: 150px;
}

.title-404 {
  position: relative;
  left: -5px;
  font-size: 160px;
  font-weight: bold;
}

.text-404 {
  font-size: 60px;
  line-height: 0.75;
  margin-bottom: 25px;
}

.text-error {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}

.link-yellow {
  color: #ce8a14;
  text-decoration: none;
  border-bottom: 1px solid #ce8a14;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.link-yellow:hover {
  border-color: transparent;
  opacity: 0.8;
}

img {
  border: 0;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-callback .container,
.page-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-contact.content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-contact .container {
  padding: 0 18px;
}

.footer {
  position: relative;
  z-index: 5;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 35px 13px;
}

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

.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 300;

  white-space: nowrap;
}

.infoBlock_document {
  margin-right: 48px;
}

.infoBlock_document a {
  margin-right: 21px;
  font-size: 15px;
  font-weight: 300;
}

.infoBlock_document a:last-child {
  margin-right: 0;
}

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

.infoBlock_social svg {
  width: 100%;
  height: 100%;
}

.infoBlock_social .social_icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-right: 5px;
}

.infoBlock_social .social_icon:last-child {
  margin-right: 0;
}

.infoBlock_social .social_icon svg path {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.infoBlock_social .social_icon:hover svg path {
  fill: #f6b201;
}

.infoBlock_social .social_vk {
  width: 32px;
  height: 18px;
}

.infoBlock_social .social_fb {
  width: 32px;
  height: 26px;
}

.infoBlock_social .social_inst {
  width: 32px;
  height: 29px;
}

.popUp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 400;
}

.popUp-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popUp_block {
  display: none;
  margin: 0 auto;
}

.popUp_block-active {
  display: block;
}

.popUp .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popUp .btn-container .btn-submit {
  padding: 4px 20px;
  font-size: 17px;
}

.popUp_title {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

[data-type="submitSuccess"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  color: #000;
  max-width: 745px;
  height: 425px;
  width: 100%;
  padding-right: 90px;
  padding-bottom: 50px;
  padding-left: 70px;
}

[data-type="submitSuccess"] .popUp_background {
  position: relative;
  top: 31%;
  margin-right: 50px;
  min-width: 188px;
  overflow: hidden;
}

[data-type="submitSuccess"] .popUp_background img {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -10;
}

[data-type="submitSuccess"] .popUp_background img.img-active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

[data-type="submitSuccess"] .popUp_background img[data-state="on"] {
  top: 1px;
}

[data-type="submitSuccess"] p {
  margin-bottom: 23px;
  font-size: 14px;
}

p {
  line-height: 24px;
}

.placeholder {
  display: none;
}

.weInfo_title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.weInfo_title strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.weInfo_discription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.weInfo_discription p {
  margin-bottom: 20px;
}

.weInfo_discription .leftSide {
  width: 61%;
  padding-right: 30px;
}

.weInfo_discription .leftSide p:last-child {
  margin-bottom: 0;
}

.weInfo ul {
  list-style-type: disc;
}

.weInfo ul li {
  margin-bottom: 10px;
}

.weInfo ul li:last-child {
  margin: 0;
}

.weInfo-container {
  margin-bottom: 100px;
  padding: 0 18px;
}

.weInfo-container:last-child {
  margin-bottom: 0;
}

.weInfo_services .services_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.weInfo_services .services_list .list_item {
  width: calc(100% / 3);
}

.weInfo_services .services_list .list_item:last-child {
  margin-right: 200px;
}

.weInfo_services .services_list .list_item .item_title {
  position: relative;
  left: -19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.weInfo_services .services_list .list_item .item_title .title_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 44px;
  max-width: 44px;
  width: 44px;
  min-height: 44px;
  max-height: 44px;
  height: 44px;
  font-size: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: 10px;
}

.weInfo_services .services_list .list_item .item_title .title_text {
  font-size: 24px;
}

.weInfo_clients .clients_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.weInfo_clients .clients_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc((100% - (30px * 6))/ 7);
  height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.weInfo_clients .clients_list .list_item:nth-child(7n) {
  margin-right: 0;
}

.weInfo_clients .clients_list .list_item img {
  display: none;
  width: 100%;
}

.form-container {
  position: relative;
  background-color: #fff;
  padding: 61px 70px;
  max-width: 780px;
  width: 100%;
  color: #000;
}

.form-container .form {
  display: none;
  padding-top: 40px;
}

.form-container .form p {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 35px;
}

.form-container .form-active {
  display: block;
}

.form-container .form_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-container .form_nav .nav_title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: 22%;
  border-bottom: 1px solid #000;
}

.form-container .form_nav .nav_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
}

.form-container .form_nav .nav_menu .menu_item {
  position: relative;
  border: 1px solid #afafaf;
  border-bottom: none;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 0 25px;
  margin: 0 15px;
  color: #b5b5b5;
  cursor: pointer;
}

.form-container .form_nav .nav_menu .menu_item-circle {
  position: absolute;
  content: '';
  border-radius: 100%;
  background-color: #f6b201;
  max-width: 13px;
  min-width: 13px;
  max-height: 13px;
  min-height: 13px;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  top: -19px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: default;
}

.form-container .form_nav .nav_menu .menu_item:hover {
  color: #f6b201;
}

.form-container .form_nav .nav_menu .menu_item:before,
.form-container .form_nav .nav_menu .menu_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 1px;
  background-color: #afafaf;
}

.form-container .form_nav .nav_menu .menu_item:before {
  left: -17px;
}

.form-container .form_nav .nav_menu .menu_item:after {
  right: -17px;
}

.form-container .form_nav .nav_menu .menu_item.menu_item-active {
  color: #000;
  border-color: #000;
}

.form-container .form_nav .nav_menu .menu_item.menu_item-active:before,
.form-container .form_nav .nav_menu .menu_item.menu_item-active:after {
  background-color: #000;
}

.form-container .form_nav .nav_menu .menu_item.menu_item-active span:before {
  display: block;
}

.form-container .form_nav .nav_menu .menu_item span {
  position: relative;
  top: 13px;
  font-weight: normal;
}

.form-container .form input {
  display: block;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #AEAEAE;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.form-container .form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #AEAEAE;
}

.form-container .form input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #AEAEAE;
}

.form-container .form input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  color: #AEAEAE;
}

.form-container .form input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #AEAEAE;
}

.form-container .form .input-border {
  padding-top: 9px;
  border-radius: 25px;
  border: 1px solid #AEAEAE;
}

.form-container .form .input-marginBottom {
  margin-bottom: 54px;
}

.form-container .form .input-error {
  border-color: #f00;
}

.form-container .form .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page_textBlock h2 {
  font-size: 48px;
  margin-bottom: 25px;
}

.page_textBlock h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.page_textBlock p {
  margin-bottom: 15px;
}

[current-page="404"] body {
  background-color: #fff;
}

[current-page="404"] .header_menu {
  display: none;
}

[current-page="404"] .header_logo svg path {
  fill: #000;
}

[current-page="404"] .footer .copyright {
  color: #000;
}

[current-page="404"] .footer .infoBlock_document a {
  color: #000;
}

[current-page="404"] .footer .infoBlock_social svg path {
  fill: #000;
}

[current-page="mainpage"] .page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[current-page="contact"] .page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.preloader-hide {
  opacity: 0;
  z-index: -2;
}

html:not([current-page="mainpage"]) .wrapper {
  background: rgba(0, 0, 0, 0.85);
}

#map {
  height: 100%;
  width: 580px;
  height: 279px;
  margin-right: 90px;
}

.contactBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactBlock_info {
  position: relative;
  top: -4px;
  font-size: 20px;
}

.contactBlock_info a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contactBlock_info a:hover {
  color: #f6b201;
}

.contactBlock_info .info_text {
  margin-bottom: 30px;
}

.contactBlock_info .info_text:last-child {
  margin-bottom: 0;
}

.contactBlock_info .info_title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.contactBlock_info .info_title-subtitle {
  font-size: 20px;
  font-weight: 300;
}

.mobileMenu {
  display: none;
}

.video-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.video-container #video,
.video-container #gif {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-container #gif {
  display: none;
}

.button-close-mail {
  position: absolute;
  top: 33px;
  right: 25px;

  cursor: pointer;
}

.button-close-mail svg path {
  transition: 0.3s;
}

.button-close-mail:hover svg path {
  fill: #f6b201;
}

.form_bottom {
  display: flex;
  justify-content: space-between;
}

.agreementCheck {
  display: none !important;
}

.pseudoCheckbox {
  width: 10px;
  height: 10px;
  min-width: 10px;
  position: relative;
  top: 3px;

  border: 1px solid black;

  margin-right: 20px;

  cursor: pointer;
}

.pseudoCheckbox:hover {
  border: 1px solid #f6b201;
}

.pseudoCheckbox.errorCheckbox {
  border: 1px solid red;
}

.checkbox-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.checkbox-wrapper label {
  position: relative;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;

  cursor: pointer;
}

.checkbox-container span {
  font-size: 15px;
}

.checkbox-container span a {
  color: #f6b201;
}

[type="checkbox"]:checked + .pseudoCheckbox {
  background-color: #f6b201;
  border: 1px solid black;
}

.form_bottom .btn-submit {
  height: 55px;
}

.footer__logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo {
  margin-left: 10px;
  margin-right: 10px;
}

.footer__logo a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  max-height: 100%;

  width: 100px;
}

.footer__logo a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

html[data-browser="safari"] .btn-callback {
  padding-top: 8px;
}

html[data-browser="safari"] .form_bottom .btn-submit {
  padding-top: 12px;
}








































@supports (-ms-ime-align: auto) {
  .weInfo_clients .clients_list .list_item {
    width: 11%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [current-page="mainpage"] .page-wrapper {
    position: relative;
  }

  [current-page="mainpage"] .page-wrapper .page-container {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  [current-page="contact"] .page-wrapper {
    position: relative;
  }

  [current-page="contact"] .page-wrapper .page-container {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
  }

  [current-page="contact"] .page-wrapper .page-container .content {
    height: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 1650px) {
  .weInfo_clients .clients_list .list_item {
    width: calc((100% - (40px * 6))/7);
  }
}

@media screen and (max-height: 700px) {
  .btn-case {
    width: 200px !important;
    height: 65px !important;
  }

  .btn-case .case_text {
    font-size: 20px !important;
  }

  .btn-case .case_type {
    font-size: 10px !important;
  }
}

@media screen and (max-height: 450px) {
  .page-mainPage.content {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1600px) {
  .header .container,
  .footer .container {
    padding: 30px 60px;
  }

  .page-privacyPolicy .container,
  .page-processingPolicy .container {
    padding: 0 60px;
  }

  .weInfo-container {
    padding: 0 60px;
    padding-top: 30px;
    margin-bottom: 50px;
  }

  .page-wrapper {
    /* min-height: calc(100% - 160px - 102px); */
  }

  .nav_list .list_item {
    font-size: 20px;
    line-height: 20px;
  }

  .footer .copyright {
    font-size: 15px;
  }

  .infoBlock_document a {
    font-size: 15px;
  }

  .btn-case {
    width: 300px;
  }

  .btn-case .case_text {
    font-size: 30px;
  }
}

@media screen and (max-width: 1530px) {
  .text-404 {
    font-size: 50px;
    line-height: 0.8;
  }
}

@media screen and (max-width: 1420px) {
  .text-404 {
    font-size: 40px;
    line-height: 1;
  }

  .title-404 {
    font-size: 140px;
  }
}

@media screen and (max-width: 1440px) {
  .nav_list .list_item {
    font-size: 20px;
  }

  .btn-case {
    width: 300px;
  }

  .btn-case .case_text {
    font-size: 30px;
  }

  .infoBlock_document {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .weInfo_services .services_list .list_item:last-child {
    margin-right: 0;
  }

  .infoBlock_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1300px) {
  .page-404 .content404 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1240px) {
  .title-404 {
    font-size: 100px;
  }

  .text-404 {
    font-size: 25px;
  }

  .text-error {
    font-size: 20px;
  }

  .page-404 .link-yellow {
    font-size: 20px;
  }

  .page-404 .background_cat img {
    width: 139%;
  }

  .page-404 .content404 {
    padding-left: 0;
  }

  .weInfo_services .services_list .list_item {
    padding-right: 40px;
  }

  .weInfo_services .services_list .list_item:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .infoBlock_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .copyright {
    /* width: 210px; */
  }
}

@media screen and (max-width: 1125px) {
  .page_textBlock h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .page_textBlock h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .infoBlock_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .infoBlock_document a {
    margin-right: 0;
    font-size: 15px;
  }

  #map {
    margin-right: 0;
  }

  .contactBlock_info {
    margin-left: 25px;
  }

  .contactBlock_info .info_text {
    font-size: 15px;
  }

  .contactBlock_info .info_title {
    font-size: 20px;
  }

  .contactBlock_info .info_title-subtitle {
    font-size: 15px;
  }

  .footer .copyright {
    font-size: 15px;
    /* width: 200px; */
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .weInfo-container {
    margin-bottom: 50px;
  }

  .weInfo_title {
    font-size: 15px;
  }

  .weInfo_title strong {
    font-size: 20px;
  }

  .weInfo ul li {
    font-size: 15px;
  }

  .weInfo_services .services_list .list_item {
    padding-right: 20px;
  }

  .weInfo_services .services_list .list_item ul {
    padding-left: 6px;
  }

  .weInfo_services .services_list .list_item .item_title {
    left: -12px;
  }

  .weInfo_services .services_list .list_item .item_title .title_num {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    font-size: 15px;
  }

  .weInfo_services .services_list .list_item .item_title .title_text {
    font-size: 20px;
  }

  .content.page-weInfo {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1125px) {
  .page-callback .container {
    padding: 0 18px;
  }
}

@media screen and (max-width: 1024px) {
  .page-404 .background_cat {
    width: 400px;
    margin-right: 50px;
  }

  .page-404 .background_cat img {
    width: 195%;
  }

  .checkbox-wrapper {
    margin-bottom: 20px;
  }

  .checkbox-wrapper label .pseudoCheckbox {
    top: 1px;
  }

  .pseudoCheckbox {
      width: 15px;
      height: 15px;
      min-width: 15px;
  }

  .pseudoCheckbox::after {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px
  }

  

}


@media screen and (max-width: 1000px) {
  .btn-voice {
    display: none;
  }
}





@media screen and (max-width: 960px) {
  
  .footer__logo {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer__logo a {
    width: 70px;
  }

  .page-wrapper {
    /* min-height: calc(100% - 96px - 102px); */
  }
}

@media screen and (max-width: 800px) {
  #map {
    width: 380px;
  }

  .page-privacyPolicy .container,
  .page-processingPolicy .container {
    padding: 0 18px;
  }

  .header .container,
  .footer .container {
    padding: 30px 18px;
  }

  .page-404 .background_cat {
    margin-right: 0;
  }

  .page-404 .background_cat img {
    width: 160%;
  }

  .page-404 .content404 {
    position: relative;
    top: -30px;
  }

  .page-404 .link-yellow {
    font-size: 14px;
  }

  .title-404 {
    font-size: 60px;
  }

  .text-error {
    font-size: 14px;
  }

  .text-404 {
    font-size: 22px;
  }

  .weInfo-container {
    padding: 0 18px;
  }
}

@media screen and (max-width: 765px) {
  .form-container {
    padding: 61px 35px;
  }
}

@media screen and (max-width: 700px) {
  .form-container .form_nav .nav_menu {
    padding-right: 0;
  }

  .form_bottom {
    flex-direction: column;
  }

  .checkbox-container {
    margin-bottom: 10px;
  }

  [data-type="submitSuccess"] .popUp_background {
    display: none;
  }
}

@media screen and (max-width: 740px) {

  .footer__logos {
    order: -2;
    margin-bottom: 10px;
  }

  .page-404 .background_cat {
    width: 340px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer .copyright {
    margin-top: 15px;
    width: auto;
  }

  .footer .infoBlock_social {
    position: absolute;
    right: 13px;
    bottom: 20px;
  }

  .footer .infoBlock_document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .footer .infoBlock_document a {
    margin: 0;
    margin-bottom: 5px;
  }

  .footer .infoBlock_document a:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer_infoBlock {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .page-wrapper {
    /* min-height: calc(100% - 129px - 102px); */
    padding: 0;
  }

  .page-mainPage.content {
    position: static;
    padding-bottom: 5vh;
  }

  .page-404 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-404 .content404 {
    top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px;
  }

  .page-404 .background_cat {
    width: 100%;
  }

  .page-404 .background_cat img {
    min-width: 365px;
    width: 100%;
  }
}

@media screen and (max-width: 740px) {

  .form_bottom .btn-submit {
    height: auto;
  }

  .button-close-mail {
    display: none;
  }

  .page-callback .container {
    padding: 0;
  }

  [current-page="weinfo"] .video-container {
    display: none;
  }

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

  .video-container #gif {
    display: block;
    height: auto;
  }

  .video-container #video {
    display: none;
  }

  [current-page="weinfo"] .wrapper {
    background: #000 !important;
  }

  .contactBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .contactBlock_info {
    margin: 0;
    margin-top: 25px;
  }

  #map {
    width: 420px;
  }

  .btn-callback {
    letter-spacing: normal;
    font-weight: 400;
  }

  .btn-case {
    border-width: 1px;
  }

  .btn-case .case_text {
    font-weight: 400;
  }

  [current-page="mainpage"] .page-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [current-page="mainpage"] .video-container {
    position: static;
  }

  [current-page="mainpage"] .page-mainPage.content {
    padding-bottom: 0;
    margin-top: -20px;
  }

  html[current-page="callback"] .wrapper {
    background: #fff;
  }

  .page-mainPage.content {
    padding-bottom: 15px;
  }

  .page-mainPage .btn-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-mainPage .btn-case,
  .page-mainPage .btn-callback {
    height: 46px;
    font-size: 17px;
    min-width: 202px;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .page-mainPage .btn-case:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    background: inherit;
    border-radius: 60px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
  }

  .page-mainPage .btn-case .case_text {
    font-size: 17px;
  }

  .page-mainPage .btn-case .case_type {
    font-size: 12px;
    top: -4px;
  }

  .content {
    padding-bottom: 15px;
  }

  .menu_burger {
    display: block;
  }

  .footer .infoBlock_social {
    display: none;
  }

  .footer_infoBlock {
    font-size: 11px;
  }

  .header .container {
    padding: 35px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .menu_nav {
    display: none;
  }

  .header_logo {
    width: 24px;
  }

  .header-menuActive .header_logo svg path {
    fill: #fff !important;
  }

  .header-menuActive.header .menu_burger:before,
  .header-menuActive.header .menu_burger:after {
    background-color: #fff;
  }

  .page-mainPage {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-wrapper {
    /* min-height: calc(100% - 134px - 112px); */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  [current-page="callback"] body {
    background-color: #fff;
  }

  [current-page="callback"] .menu_burger:before,
  [current-page="callback"] .menu_burger:after {
    background-color: #000;
  }

  [current-page="callback"] .header_logo svg path {
    fill: #000;
  }

  [current-page="callback"] .footer .copyright {
    color: #000;
  }

  [current-page="callback"] .footer .infoBlock_document a {
    color: #000;
  }

  .form-container {
    padding: 0 16px;
  }

  .form-container .form_nav .nav_title {
    font-size: 19px;
    width: 100%;
  }

  .form-container .form_nav .nav_menu {
    padding-right: 0;
  }

  .form-container .form_nav .nav_menu .menu_item {
    margin: 0 1px;
    font-size: 15px;
    padding: 0 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .form-container .form_nav .nav_menu .menu_item:before,
  .form-container .form_nav .nav_menu .menu_item:after {
    width: 2px;
  }

  .form-container .form_nav .nav_menu .menu_item:before {
    left: -2px;
  }

  .form-container .form_nav .nav_menu .menu_item:after {
    right: -2px;
  }

  .form-container .form_nav .nav_menu .menu_item:last-child:after {
    display: none;
  }

  .form-container .form_nav .nav_menu .menu_item-circle {
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
    top: -11px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .form-container .form p {
    font-size: 14px;
    line-height: 18px;
  }

  .form-container .form input {
    height: 40px;
    font-size: 14px;
  }

  .form-container .form .input-marginBottom {
    margin-bottom: 40px;
  }

  .btn-submit {
    font-size: 17px;
    padding: 7px 39px;
    border-radius: 25px;
  }

  .weInfo-container {
    display: block;
    margin-bottom: 34px;
  }

  .weInfo-container .leftSide,
  .weInfo-container .rightSide {
    width: 100%;
  }

  .weInfo_title {
    font-size: 15px;
  }

  .weInfo_title strong {
    font-size: 20px;
  }

  .weInfo_discription p {
    font-size: 15px;
    line-height: 19px;
  }

  .weInfo ul {
    padding-left: 15px;
  }

  .weInfo ul li {
    font-size: 15px;
    line-height: 19px;
  }

  .weInfo_services .services_list {
    display: block;
  }

  .weInfo_services .services_list .list_item {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }

  .weInfo_services .services_list .list_item:last-child {
    margin-right: 0;
  }

  .weInfo_services .services_list .list_item .item_title {
    margin-bottom: 10px;
  }

  .weInfo_services .services_list .list_item .item_title .title_num {
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    min-height: 24px;
    max-height: 24px;
    height: 24px;
    font-size: 15px;
  }

  .weInfo_services .services_list .list_item .item_title .title_text {
    font-size: 15px;
  }

  .weInfo_clients .clients_list .list_item {
    width: 50%;
    margin: 0 !important;
    height: auto;
    margin-bottom: 40px !important;
    background: none !important;
    background: no-clip;
  }

  .weInfo_clients .clients_list .list_item:nth-last-child(1),
  .weInfo_clients .clients_list .list_item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .weInfo_clients .clients_list .list_item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px !important;
  }

  .weInfo_clients .clients_list .list_item:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px !important;
  }

  .weInfo_clients .clients_list .list_item img {
    display: block;
    width: auto;
    max-width: 100%;
  }

  .contactBlock_info .info_title {
    font-size: 20px;
  }

  .contactBlock_info .info_title-subtitle {
    font-size: 15px;
  }

  .contactBlock_info .info_text {
    font-size: 15px;
  }
}

@media screen and (max-width: 625px) {
  .placeholder {
    display: block;
    color: #AEAEAE;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    padding-left: 13px;
  }

  .form-container {
    background-color: #fff;
    max-width: 780px;
    width: 100%;
    color: #000;
  }

  .form-container .form input {
    padding-top: 9px;
    border-radius: 25px;
    border: 1px solid #CFCFCF;
  }

  .form-container .form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }

  .form-container .form input::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }

  .form-container .form input:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }

  .form-container .form input:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
}

@media screen and (max-width: 470px) {
  #map {
    width: 380px;
  }
}

@media screen and (max-width: 380px) {
  #map {
    width: 320px;
  }
}

@media screen and (max-width: 330px) {
  .page-wrapper {
    /* min-height: calc(100% - 122px - 112px); */
  }

  .infoBlock_document a {
    font-size: 11px;
  }

  .footer .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 340px) {
  #map {
    width: 300px;
  }
}

@media screen and (max-width: 330px) {
  #map {
    width: 280px;
  }
}

.erroredInput {
  border-color: #f00 !important;
}
