@font-face {
  font-family: 'pt-sans-regular';
  src: url(../fonts/pt-sans.eot);
  src: url(../fonts/pt-sans.eot?#iefix) format('embedded-opentype'), url(../fonts/pt-sans.woff) format('woff'), url(../fonts/pt-sans.ttf) format('truetype'), url(../fonts/pt-sans.svg#pt_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-sans-bold-regular';
  src: url(../fonts/pt-sans-bold.eot);
  src: url(../fonts/pt-sans-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/pt-sans-bold.woff) format('woff'), url(../fonts/pt-sans-bold.ttf) format('truetype'), url(../fonts/pt-sans-bold.svg#pt_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glober SemiBold Free';
  src: url(../fonts/GloberSemiBoldFree.eot);
  src: url(../fonts/GloberSemiBoldFree.eot?#iefix) format('embedded-opentype'), url(../fonts/GloberSemiBoldFree.woff) format('woff'), url(../fonts/GloberSemiBoldFree.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
.text-default {
  font-family: 'pt-sans-regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
body,
p,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'pt-sans-regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #111011;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
a {
  color: #2f2483;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.text-centered {
  text-align: center;
}
.third {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.third:nth-child(3n + 3) {
  margin-right: 0;
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.wrap {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.half {
  width: 45%;
  display: inline-block;
  float: left;
}
.half + .half {
  float: right;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h1,
.h1,
h4,
.h4,
h5,
.h5 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
}
h4,
.h4,
h5,
.h5 {
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
}
h1,
.h1 {
  font-size: 45px;
  line-height: 45px;
  margin: 0px 0px 35px 0px;
}
h2,
.h2 {
  font-size: 25px;
  line-height: 25px;
  padding: 15px 0px 25px 0px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 20px;
  padding: 15px 0px 10px 0px;
}
h4,
.h4 {
  font-size: 17px;
  line-height: 17px;
  padding: 10px 0px 10px 0px;
}
h5,
.h5 {
  font-size: 15px;
  padding: 10px 0px 10px 0px;
}
.price-list {
display: none;
  position: relative;
  padding: 0 80px 0 28px;
}
.price-list:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  content: '';
  background: url(../images/price-list.png) no-repeat;
  width: 20px;
  height: 26px;
}
.menu-toggle {
  display: none;
}
.body {
  padding: 0px 0px 105px 0px;
  min-height: 100%;
  box-sizing: border-box;
}
.header {
  background: url(../images/header.png) center 0 repeat-x;
  margin: 0 0 30px 0;
  padding: 30px 0 35px 0;
}
.header__logo,
.header__slogan,
.header__order {
  float: left;
  margin: 0px 20px 0px 0px;
}
.header__info {
  min-height: 85px;
}
.header__slogan {
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2f2483;
}
.header__contacts {
  float: right;
  min-width: 200px;
  white-space: nowrap;
  text-align: right;
}
.header__contacts-phone {
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  color: #2d2d2d;
  margin: 0 0 10px 0;
}
.header__contacts-email {
  color: #2d2d2d;
  position: relative;
  display: inline-block;
}
.header__contacts-email:before {
  content: '';
  display: block;
  background: url(../images/mail.png) no-repeat;
  width: 22px;
  height: 16px;
  position: absolute;
  left: -28px;
  top: 5px;
}
.footer {
  background-color: #181818;
  color: #fff;
  padding: 15px 0 15px 0;
  margin: -55px 0 0 0;
  font-size: 13px;
}
.footer a {
  color: #cccbda;
  text-decoration: underline;
}
.footer__copyrights {
  float: left;
}
.footer__creator {
  float: right;
}
.button {
  border-radius: 10px;
  background-color: #ceceda;
  border: none;
  cursor: pointer;
  padding: 8px 10px 5px 10px;
  font-size: 15px;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  position: relative;
  outline: none;
  line-height: 15px;
}
.button:hover {
  background-color: #3F32A3;
}
.button:active {
  top: 1px;
  left: 1px;
}
.button--blue {
  background-color: #2f2483;
  color: #fff;
}
.button--big {
  padding: 12px 12px 9px 12px;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
.menu ul {
  list-style: none;
}
.menu--main {
  float: right;
}
.menu--main .menu__item {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 5px 12px 2px 12px;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  overflow-x: hidden;
  position: relative;
}
.menu--main .menu__item--active {
  color: #2f2483;
}
.menu--main .menu__item--active:before,
.menu--main .menu__item--active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: url(../images/main-menu-border-left.png) 0px bottom no-repeat;
}
.menu--main .menu__item--active:after {
  background: url(../images/main-menu-border-right.png) right top no-repeat;
}
.menu--main .menu__item:hover {
  color: #2f2483;
  transition: color 0.25s ease;
}
.menu--breadcrumbs {
  margin: 0 0 35px 0;
  color: #b1b1b1;
  font-size: 13px;
}
.menu--breadcrumbs a.menu__item {
  color: #757575;
  text-decoration: none;
}
.menu--breadcrumbs a.menu__item:after {
  content: '';
  display: inline-block;
  background: url(../images/breadcrumbs-arrow.png) right 0px no-repeat;
  width: 20px;
  height: 7px;
  position: relative;
  top: -1px;
}
.menu--breadcrumbs a.menu__item::last-child:after {
  display: none;
}
.menu--breadcrumbs a.menu__item:hover {
  color: #2f2483;
  transition: color 0.25s ease;
}
.menu--sidebar {
  margin: 0 0 35px 0;
}
.menu--sidebar .menu__item {
  line-height: 18px;
  display: block;
  position: relative;
  background: #ceceda;
  color: #181818;
  text-decoration: none;
  padding: 12px 10px 9px 10px;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
}
.menu--sidebar .menu__item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: url(../images/border.png) 0 bottom repeat-x;
}
.menu--sidebar .menu__item:hover {
  background: #b1b1b1;
}
.menu--sidebar .menu__item--active,
.menu--sidebar .menu__item--active:hover {
  background: #2f2483;
  color: #fff;
}
.menu--sidebar ul ul .menu__item {
  background: none;
}
.menu--sidebar ul ul .menu__item:hover {
  background: #f0f0f0;
}
.menu--sidebar ul ul ul .menu__item {
  font-family: 'pt-sans-regular', sans-serif;
  font-weight: normal;
  padding-left: 15px;
}
.menu--sidebar ul ul ul .menu__item:hover,
.menu--sidebar ul ul ul .menu__item--active {
  color: #2f2483;
}
.menu--sidebar ul ul ul .menu__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
  background: url(../images/sidebar-marker.png) no-repeat;
  width: 6px;
  height: 8px;
}
.menu--sidebar ul ul ul .menu__item:hover:before,
.menu--sidebar ul ul ul .menu__item--active:before {
  background-position: -28px 0;
}
.menu--pagination {
  text-align: center;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.menu--pagination .menu__item {
  padding: 0 5px 0 5px;
  display: inline-block;
  color: #111011;
  text-decoration: underline;
}
.menu--pagination .menu__item:hover {
  text-decoration: none;
}
.menu--pagination .menu__item--active {
  text-decoration: none;
  color: #2f2483;
}
.menu--pagination .menu__item--prev,
.menu--pagination .menu__item--next {
  width: 7px;
  height: 15px;
  background: url(../images/pagination-nav.png) 5px 3px no-repeat;
}
.menu--pagination .menu__item--next {
  background-position: -37px 3px;
}
.advantages {
  background: url(../images/border.png) 0 top repeat-x;
}
.advantages .advantage {
  background: url(../images/border.png) 0 bottom repeat-x;
  position: relative;
}
.advantages .advantage__image {
  position: absolute;
  left: 5px;
  top: 10px;
}
.advantages .advantage__text {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  padding: 0 10px 0 70px;
  line-height: 18px;
}
.sidebar {
  float: left;
  width: 220px;
  margin: 0 25px 0 0;
}
.sidebar + .block {
  float: right;
  width: 715px;
}
.article p {
  line-height: 24px;
  margin: 5px 0 5px 0;
}
.article p:after {
  content: "";
  display: block;
  clear: both;
}
.article p:first-child {
  margin-top: -5px;
}
.article p img {
  float: left;
  margin: 5px 20px 20px 0;
}
.article--main-text {
  background: url(../images/header.png) center center no-repeat;
  background-size: cover;
  padding: 20px 0 20px 0;
}
.article table {
  min-width: 60%;
  border: 3px solid #f0f0f0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}
.article table thead {
  background: #f0f0f0;
}
.article table th,
.article table td {
  border: 1px solid #f0f0f0;
  padding: 6px 10px 6px 10px;
}
.article ol,
.article ul {
  counter-reset: ol-counter;
  list-style: none;
}
.article ol li,
.article ul li {
  position: relative;
  padding: 0 0 10px 18px;
}
.article ol li:before,
.article ul li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
}
.article ul li:before {
  content: '\2022' !important;
  font-size: 25px;
}
.gallery-item {
  margin: 0 0 35px 0;
  position: relative;
}
.gallery-item h2 {
  padding: 0 150px 0 0;
  margin: 0 0 20px 0;
}
.gallery-item__link {
  right: 0px;
  top: 0px;
  float: right;
  border-radius: 10px;
  background-color: #ceceda;
  border: none;
  cursor: pointer;
  padding: 8px 10px 5px 10px;
  font-size: 15px;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  position: relative;
  outline: none;
  line-height: 15px;
  position: absolute;
}
.gallery-item__link:hover {
  background-color: #3F32A3;
}
.gallery-item__link:active {
  top: 1px;
  left: 1px;
}
.gallery-item__link:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-item__link:hover {
  background-color: #2f2483;
  color: #fff;
}
.gallery-item__image {
  display: block;
  float: left;
  margin: 0 14px 14px 0;
}
.gallery-item__image:nth-child(4n) {
  margin-right: 0px;
  float: right;
}
.sidebar + .gallery .gallery-item__image {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.sidebar + .gallery .gallery-item__image:nth-child(3n + 3) {
  margin-right: 0;
  float: right;
}
.sidebar + .gallery .gallery-item__image:nth-child(4n) {
  margin-right: 14px;
  float: left;
}
.company {
  text-align: center;
}
.company__intro {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  padding: 15px 0px 25px 0px;
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  background: url(../images/company/intro.png) center center no-repeat;
  padding: 0 40px 0 40px;
  color: #fff;
}
.company__info {
  margin: 35px 0 0 0;
}
.company__info-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 120px 5px 0 5px;
  margin: 40px 0 30px 0;
  position: relative;
  line-height: 18px;
  box-sizing: border-box;
}
.company__info-item:nth-child(3n + 3) {
  margin-right: 0;
  float: right;
}
.company__info-image {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.photos {
  margin: 15px 0 15px 0;
}
.photos__main {
  float: left;
}
.photos__small {
  float: right;
  width: 320px;
}
.photos__small-item {
  line-height: 0px;
  display: block;
  float: left;
  width: 32%;
  margin-bottom: 10px;
}
.photos__small-item:nth-child(3n + 2) {
  margin-left: 2%;
  margin-right: 2%;
}
.photos__small-item img {
  max-width: 100%;
}
.photos__more {
  margin-top: 45px;
}
.photos .button {
  margin-top: 5px;
  display: inline-block;
}
.banner {
  background: url(../images/banner.png) center center no-repeat;
  background-size: cover;
  height: 525px;
  margin-top: -30px;
  position: relative;
}
.banner__text {
  position: absolute;
  top: 90px;
  width: 960px;
  margin: 0px auto;
  position: relative;
  font-size: 35px;
  line-height: 45px;
  color: #212121;
  text-align: right;
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
}
.services {
  background: url(../images/services.png) center center no-repeat;
  background-size: cover;
  padding: 25px 0 25px 0;
}
.services .service {
  float: left;
  position: relative;
  width: 16%;
  box-sizing: border-box;
  padding: 110px 10px 0px;
  text-align: center;
}
.services .service:nth-child(2) {
  width: 25%;
}
.services .service:nth-child(4) {
  width: 27%;
}
.services .service:last-child {
  float: right;
}
.services .service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.services .service__text {
  font-size: 16px;
  color: #bebebe;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
}
.benefits {
  background: url(../images/benefits.png) center center no-repeat;
  background-size: cover;
  padding: 35px 0 35px 0;
}
.benefits .benefit {
  float: left;
  position: relative;
  width: 25%;
  box-sizing: border-box;
  padding: 110px 10px 0px;
  text-align: center;
}
.benefits .benefit__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.benefits .benefit__text {
  font-size: 16px;
  color: #fff;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
}
.contacts {
  margin: 0 0 -50px 0;
  position: relative;
}
.contacts__info {
  position: absolute;
  z-index: 1;
  background: #d2d2e0;
  box-shadow: 2px 2px 20px #d2d2e0;
  top: 60px;
  left: 50%;
  margin-left: -480px;
  padding: 15px 20px 35px 20px;
}
.contacts__info a {
  color: #111011;
  text-decoration: underline;
}
.product-order {
  position: relative;
}
.product-order__info {
  background: #fdd600;
}
.product-order__info .wrap {
  padding: 0 0 0 385px;
  box-sizing: border-box;
}
.product-order__info .wrap h2 {
  float: left;
  width: 420px;
  line-height: 30px;
}
.product-order__info .wrap .button {
  float: right;
  background: #111011;
  color: #fdd600;
  font-size: 18px;
  padding: 14px 15px 12px 15px;
  position: relative;
  top: 25px;
}
.product-order__image {
  position: absolute;
  left: 50%;
  margin-left: -580px;
  top: 70px;
}
.product-order__form {
  float: right;
  width: 480px;
  margin-bottom: 100px;
}
.product-order__form .form__label {
  display: block;
  float: left;
  padding: 0;
  width: 55%;
}
.product-order__form .form__label:nth-child(2n + 1) {
  float: left;
  width: 45%;
}
.product-order__form .form__label .form__input,
.product-order__form .form__label .form__select {
  display: block;
}
.products {
  padding: 40px 0 60px 0;
}
.products h2 {
  text-align: center;
  margin: 0 0 30px 0;
}
.products__col {
  float: left;
  position: relative;
}
.products__col h3 {
  margin: 0 0 10px 0;
}
.products__col--half {
  width: 45%;
}
.products__col--half h3 {
  padding: 0 0 320px 0;
}
.products__col--half + .products__col--half {
  float: right;
}
.products__col--half + .products__col--half:after {
  content: "";
  display: block;
  clear: both;
}
.products__col--half img {
  max-height: 300px;
}
.products__col--third {
  width: 32%;
  margin: 55px 2% 0 0;
}
.products__col--third h3 {
  padding: 0 0 195px 0;
}
.products__col--third img {
  max-height: 175px;
}
.products__col--third + .products__col--third + .products__col--third {
  float: right;
  margin-right: 0px;
}
.products__image {
  display: block;
  position: relative;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
}
.products__image img {
  max-width: 100%;
}
.products .menu ul .menu__link {
  font-size: 17px;
  font-family: 'pt-sans-bold', sans-serif;
  font-weight: bold;
  color: #111011;
}
.products .menu ul .menu__link:hover {
  color: #2f2483;
}
.products .menu ul ul {
  margin: 0 0 20px 0;
}
.products .menu ul ul .menu__link {
  font-family: 'pt-sans-regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
}
.form__label {
  margin: 0 0 10px 0;
}
.form__input {
  background: #e7e7e7;
  outline: none;
  margin: 0px;
  padding: 5px 10px;
  border: 0px;
  border-radius: 5px;
  display: block;
  min-width: 70%;
}
.form__submit {
  border-radius: 10px;
  background-color: #ceceda;
  border: none;
  cursor: pointer;
  padding: 8px 10px 5px 10px;
  font-size: 15px;
  font-family: 'Glober SemiBold Free', sans-serif;
  font-weight: normal;
  position: relative;
  outline: none;
  line-height: 15px;
  background-color: #2f2483;
  color: #fff;
  padding: 12px 12px 9px 12px;
}
.form__submit:hover {
  background-color: #3F32A3;
}
.form__submit:active {
  top: 1px;
  left: 1px;
}

.products.wrap.clear .products__col.products__col--third nav.menu{
  display: none;
}
/* 

OPTGROUP:nth-child(1) {
    display: none;
} */





@media only screen and (max-device-width: 480px) {
  .wrap {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 10px !important;
  }
  .header {
    background: #d8d7e6;
    padding: 20px 0 15px 0;
  }
  .header .menu-toggle {
    display: none;
    display: block;
    position: absolute;
    right: 22px;
    bottom: 5px;
    background: url(../images/hamburger.png) no-repeat;
    width: 28px;
    height: 17px;
    border: none;
    outline: none;
  }
  .header__slogan {
    display: none;
  }
  .header .menu__item {
    display: none;
  }
  .header__logo {
    float: none;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .header .button {
    display: none;
  }
  .header__contacts {
    position: relative;
    text-align: left;
    float: none;
    margin: 15px 0 0 0;
    padding: 0 20px 0 20px;
  }
  .header__contacts-email {
    margin-left: 28px;
  }
  .sidebar {
    float: none;
    width: auto;
    margin: 0 0 25px 0;
  }
  .sidebar + .block {
    float: none;
    width: auto;
  }
  .table {
    overflow: scroll;
  }
  .footer__copyrights,
  .footer__creator {
    float: none;
  }
  .company__intro {
    background-size: cover;
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
  }
  .company__info-item {
    text-align: left;
    float: none!important;
    margin: 15px 0 15px 0;
    padding: 0 0 0 75px;
    box-sizing: border-box;
    width: auto;
  }
  .company__info-image {
    top: 5px;
    left: 0px;
    width: 60px;
  }
  .company__info-image img {
    width: 60px;
  }
  .gallery-item h2 {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
  .gallery-item__link {
    position: static;
    float: none;
  }
  .gallery-item__link:after {
    display: none;
  }
  .gallery-item__images {
    margin: 20px 0 0 0;
  }
  .gallery-item__images .gallery-item__image:nth-child(2n + 1) {
    margin-right: 2%;
  }
  .gallery-item__images .gallery-item__image {
    display: block;
    width: 49%;
    margin: 0 0 0 0;
    float: left!important;
  }
  .gallery-item__images .gallery-item__image img {
    width: 100%;
  }
  .gallery-item__images .gallery-item__image:nth-child(1) {
    margin-right: 2%;
  }
  .sidebar + .gallery .gallery-item__image {
    display: none;
  }
  .sidebar + .gallery .gallery-item__image:nth-child(1),
  .sidebar + .gallery .gallery-item__image:nth-child(2) {
    display: block;
    width: 48%;
  }
  .photos__main {
    float: none;
    width: 100%;
  }
  .photos__main img {
    max-width: 100%;
  }
  .photos__small {
    float: none;
    width: auto;
  }
  .photos__more {
    margin: 10px 0 0 0;
  }
  .price-list {
    float: none!important;
    padding-right: 0px;
    margin-top: 25px;
    display: block;
  }
  .banner {
    background-position: center 100%;
    background-size: cover;
    height: 185px;
  }
  .banner__text {
    display: none;
  }
  .services .service,
  .benefits .service,
  .services .benefit,
  .benefits .benefit {
    float: none;
    width: 100%!important;
    text-align: left;
    padding: 20px 0px 30px 90px;
  }
  .services .service__image,
  .benefits .service__image,
  .services .benefit__image,
  .benefits .benefit__image {
    width: 90px;
    top: 20px;
  }
  .services .service__image img,
  .benefits .service__image img,
  .services .benefit__image img,
  .benefits .benefit__image img {
    width: 60px;
  }
  .services .service__text,
  .benefits .service__text,
  .services .benefit__text,
  .benefits .benefit__text {
    font-size: 14px;
  }
  .products__col {
    width: 100%!important;
  }
  .products__col--half h3 {
    padding-bottom: 220px;
  }
  .products__col--half img {
    max-height: 200px;
  }
  .product-order__info {
    float: none;
  }
  .product-order__info .wrap {
    padding-left: 0px;
  }
  .product-order__info .wrap h2 {
    width: 100%;
    float: none;
  }
  .product-order__info .wrap .button {
    float: none;
    display: block;
    margin: 0px auto;
    width: 100px;
    position: relative;
    top: -15px;
  }
  .product-order__image {
    display: none;
  }
  .product-order__form {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .product-order__form .form__label {
    float: none;
    width: 100%!important;
  }
  .product-order__form .form__input {
    width: 90%;
  }
  .product-order__form .form__submit {
    width: 160px;
    margin: 0px auto;
    display: block;
  }
  .contacts {
    margin-top: 250px;
  }
  .contacts__info {
    top: -250px;
    left: 0px;
    margin-left: 0px;
    height: 250px;
  }
}
