@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap");
body {
  margin: 0;
  background: #F0F8FD;
  font: 1em "Golos Text";
}

.bg-blue {
  background: no-repeat center/cover url(../imgs/bg.jpg);
}

.data-and-buy-forms form .controlls .add-in-order, .data-and-buy-forms form .controlls .close-popoup-btn, form button[type=submit], .products-list .item .controlls .add-in-order, .footer .right-content .get-consult, .head .buttons a, .head .menu-line .contacts .create-order, .head .menu-line .menu-btn {
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 1.5em;
  padding: 1em;
}
.data-and-buy-forms form .controlls .add-in-order:hover, .data-and-buy-forms form .controlls .close-popoup-btn:hover, form button[type=submit]:hover, .products-list .item .controlls .add-in-order:hover, .footer .right-content .get-consult:hover, .head .buttons a:hover, .head .menu-line .contacts .create-order:hover, .head .menu-line .menu-btn:hover {
  background: #3AB3E8;
  color: white;
}
.data-and-buy-forms form .controlls .add-in-order:active, .data-and-buy-forms form .controlls .close-popoup-btn:active, form button[type=submit]:active, .products-list .item .controlls .add-in-order:active, .footer .right-content .get-consult:active, .head .buttons a:active, .head .menu-line .contacts .create-order:active, .head .menu-line .menu-btn:active {
  background: #38A2D0;
}

.footer .right-content .get-consult, .head .buttons a, .head .menu-line .contacts .create-order, .head .menu-line .menu-btn {
  color: #2D65BD;
  background: white;
}

.data-and-buy-forms form .controlls .add-in-order, .data-and-buy-forms form .controlls .close-popoup-btn, form button[type=submit], .products-list .item .controlls .add-in-order {
  background-color: #64ADEC;
  color: white;
}

.site-content, .footer .wrapper, .head .wrapper {
  width: 100em;
  margin: 0 auto;
}
@media (max-width: 100em) {
  .site-content, .footer .wrapper, .head .wrapper {
    width: 100%;
    padding: 1.125em;
    box-sizing: border-box;
  }
}

ul.breadcrumb li::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.footer .wrapper > ul, .head .menu-line ul.menu.l-0 {
  padding: 0;
  margin: 0;
  list-style: none outside none;
  display: flex;
  justify-content: space-between;
}
.footer .wrapper > ul > li, .head .menu-line ul.menu.l-0 > li {
  margin: 0 0.75em;
}
.footer .wrapper > ul > li > a, .head .menu-line ul.menu.l-0 > li > a, .footer .wrapper > ul > li > span, .head .menu-line ul.menu.l-0 > li > span {
  font-weight: 600;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 1.25em 0;
  white-space: nowrap;
}
.footer .wrapper > ul > li > a:hover, .head .menu-line ul.menu.l-0 > li > a:hover, .footer .wrapper > ul > li > span:hover, .head .menu-line ul.menu.l-0 > li > span:hover {
  text-decoration: none;
}
.footer .wrapper > ul > li ul, .head .menu-line ul.menu.l-0 > li ul {
  position: absolute;
  margin: 0;
  background: white;
  padding: 0.625em;
  list-style: none outside none;
  border-radius: 0.5em;
  display: none;
}
.footer .wrapper > ul > li ul li, .head .menu-line ul.menu.l-0 > li ul li {
  line-height: 1.5em;
}
.footer .wrapper > ul > li ul a, .head .menu-line ul.menu.l-0 > li ul a {
  color: #141522;
  text-decoration: none;
}
.footer .wrapper > ul > li ul a:hover, .head .menu-line ul.menu.l-0 > li ul a:hover, .footer .wrapper > ul > li ul a.active, .head .menu-line ul.menu.l-0 > li ul a.active {
  color: #2D65BD;
}
.footer .wrapper > ul > li:hover > ul, .head .menu-line ul.menu.l-0 > li:hover > ul {
  display: block;
}

.head {
  padding: 0.5em 0 1.5em;
  margin-bottom: 0.5em;
}
.head .site-name {
  font-size: 3em;
  color: white;
  font-weight: 500;
  padding-top: 1em;
}
@media (max-width: 1410px) {
  .head {
    padding-top: 0;
  }
  .head .site-name {
    font-size: 2.5em;
  }
}
.head .menu-line {
  box-sizing: border-box;
  padding: 1em 4em;
  display: flex;
  align-items: center;
  background: linear-gradient(90.05deg, rgba(85, 178, 255, 0.65) 0.93%, rgba(47, 145, 227, 0.12) 97.67%);
  border-radius: 25px;
}
.head .menu-line .logo {
  font-size: 1.125em;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.head .menu-line .logo img {
  vertical-align: middle;
  padding-right: 0.5em;
}
@media (max-width: 566px) {
  .head .menu-line .logo img {
    padding: 0;
  }
}
.head .menu-line .logo span {
  padding-right: 4.27em;
}
@media (max-width: 650px) {
  .head .menu-line .logo span {
    padding: 0;
  }
}
@media (max-width: 650px) and (max-width: 566px) {
  .head .menu-line .logo span {
    display: none;
  }
}
.head .menu-line .menu-btn {
  display: none;
  order: 1;
}
.head .menu-line .contacts {
  margin-left: auto;
  padding-left: 3.7em;
  display: flex;
  align-items: center;
}
.head .menu-line .contacts .phone-list a {
  display: block;
}
.head .menu-line .contacts .phone {
  text-decoration: none;
  font-size: 1.295em;
  font-weight: 700;
  color: white;
  padding-right: 5px;
}
@media (max-width: 446px) {
  .head .menu-line .contacts .phone {
    font-size: 1em;
  }
}
.head .menu-line .contacts .messagers .messager {
  color: white;
  font-size: 1.75em;
  margin: 0 0 0 0.4em;
  text-decoration: none;
}
@media (max-width: 404px) {
  .head .menu-line .contacts .messagers .messager {
    display: block;
  }
}
.head .menu-line .contacts .create-order {
  margin-left: 1em;
  position: relative;
}
.head .menu-line .contacts .create-order.empty {
  display: none;
}
.head .menu-line .contacts .create-order span.count {
  font-size: 0.66em;
  padding: 0.8em 1em;
  background: #FF842B;
  border-radius: 100%;
  position: absolute;
  font-weight: normal;
  line-height: 1em;
  top: -0.7em;
  right: 1.5em;
  color: white;
}
.head .menu-line .contacts .create-order .ico {
  display: none;
}
@media (max-width: 1600px) {
  .head .menu-line .contacts .create-order {
    background: rgba(244, 252, 255, 0.3098039216);
    font-size: 0.9em;
  }
  .head .menu-line .contacts .create-order:hover {
    background-color: #F4FCFF;
  }
  .head .menu-line .contacts .create-order span.count {
    right: 0;
    font-size: 0.7em;
    padding: 0.6em 0.75em;
  }
  .head .menu-line .contacts .create-order .ico {
    display: inline-block;
  }
  .head .menu-line .contacts .create-order .txt {
    display: none;
  }
}
@media (max-width: 1410px) {
  .head .menu-line {
    position: relative;
    padding: 0;
    background: none;
  }
  .head .menu-line .contacts {
    padding-left: 1em;
  }
  .head .menu-line ul.menu.l-0 {
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    z-index: 1;
    background: #F4FCFF;
    border-radius: 1em;
    padding: 0.5em;
    display: none;
  }
  .head .menu-line ul.menu.l-0 li {
    padding: 0.3em 0;
  }
  .head .menu-line ul.menu.l-0 li a, .head .menu-line ul.menu.l-0 li span {
    color: black;
  }
  .head .menu-line .menu-btn {
    display: block;
    background: rgba(244, 252, 255, 0.3098039216);
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  .head .menu-line .menu-btn.active {
    background-color: #F4FCFF;
  }
  .head .menu-line .menu-btn.active + ul {
    display: flex;
  }
}
.head .buttons {
  padding-top: 3.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.head .buttons a {
  padding: 1.5em;
  border-radius: 1.5em;
  text-align: center;
}
@media (max-width: 500px) {
  .head .buttons {
    flex-direction: column;
  }
}

.footer {
  padding: 5.625em 0 2em;
  margin-top: 1.5em;
  background-position: bottom right;
}
@media (max-width: 1410px) {
  .footer {
    padding-top: 0;
  }
}
.footer .wrapper {
  display: flex;
  align-items: start;
}
.footer .wrapper > ul li ul {
  display: none !important;
}
@media (max-width: 1410px) {
  .footer .wrapper {
    flex-wrap: wrap;
  }
  .footer .wrapper > ul {
    order: -1;
    flex-basis: 100%;
    padding-bottom: 1.5em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 1410px) and (max-width: 620px) {
  .footer .wrapper {
    flex-direction: column;
  }
  .footer .wrapper > div {
    margin: 0;
  }
  .footer .wrapper .right-content {
    order: -1;
    width: 100%;
    margin-bottom: 1em;
  }
}
.footer .left-content {
  display: flex;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer .left-content {
    flex-direction: column;
  }
  .footer .left-content .logo {
    margin: 0 0 0.5em;
  }
}
.footer .logo {
  margin-right: 1em;
}
.footer .contacts {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 500;
  color: white;
}
.footer .contacts a {
  color: white;
}
.footer .contacts .address {
  margin-bottom: 0.8em;
}
.footer .contacts .phones {
  margin-top: 1.6em;
  display: flex;
  flex-direction: column;
}
.footer .contacts .phones a {
  margin-bottom: 0.6em;
  text-decoration: none;
}
.footer .contacts .phones a:last-child {
  margin: 0;
}
.footer .right-content {
  margin-left: auto;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.footer .right-content .get-consult {
  display: block;
  margin-top: 1.5em;
  padding: 1.5em;
  border-radius: 1.5em;
}
.footer .right-content .copyr-text {
  margin-top: auto;
}
.footer .right-content .copyr-text a {
  color: white;
}

.four-steps .block-title, .big-experience .block-title {
  font-size: 3em;
  font-weight: 500;
}
@media (max-width: 1410px) {
  .four-steps .block-title, .big-experience .block-title {
    font-size: 1.75em;
  }
}

.big-experience {
  color: white;
  background: #2E96F0;
  border-radius: 2.5em;
  padding: 6em;
  margin: 9.75em 0;
}
@media (max-width: 1410px) {
  .big-experience {
    padding: 2em;
  }
}
.big-experience ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.big-experience ul li {
  list-style: none outside none;
  display: flex;
  align-items: center;
  padding: 1em 2em 1em 0;
}
.big-experience ul li::before {
  content: "";
  display: inline-block;
  height: 4.5em;
  width: 4.5em;
  border-radius: 1.5em;
  background: no-repeat center #64ADEC;
  margin-right: 0.5em;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .big-experience ul li {
    display: block;
  }
  .big-experience ul li::before {
    display: block;
    margin: 0 0 0.5em;
  }
}
.big-experience ul li.dev-and-production::before {
  background-image: url(../imgs/dev-and-production.png);
}
.big-experience ul li.production-is-certification::before {
  background-image: url(../imgs/production-is-certification.png);
}
.big-experience ul li.dev-and-inculcate::before {
  background-image: url(../imgs/dev-and-inculcate.png);
}
@media (max-width: 1024px) {
  .big-experience ul {
    display: block;
  }
  .big-experience ul li {
    padding: 1em 0;
  }
}

.four-steps {
  margin: 9.75em 0;
}
.four-steps .block-title {
  display: flex;
  padding-bottom: 1em;
}
.four-steps .block-title::before {
  content: "";
  font-size: 1.083em;
  width: 1em;
  height: 1em;
  background: center no-repeat url(../imgs/snow.png);
  margin-right: 0.2em;
}
.four-steps .steps-list {
  display: flex;
  justify-content: space-between;
  gap: 1em 1%;
}
@media (max-width: 1440px) {
  .four-steps .steps-list {
    flex-wrap: wrap;
  }
}
.four-steps .steps-list > div {
  background: linear-gradient(223.61deg, #DFEBFF -1.71%, #61BCFD 51.35%, #3782FA 97.4%, #3DC6F2 97.4%);
  border-radius: 1.5em;
  padding: 2em;
  color: white;
  width: 24%;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .four-steps .steps-list > div {
    width: 49%;
  }
}
@media (max-width: 1180px) and (max-width: 500px) {
  .four-steps .steps-list > div {
    width: 100%;
  }
}
.four-steps .steps-list > div .step-name {
  background: #4D89DD;
  border-radius: 0.88em;
  font-size: 1.125em;
  padding: 0.4em 0.88em;
}
.four-steps .steps-list > div .line {
  height: 9em;
  background-repeat: no-repeat;
  background-position: center;
  margin: -1.5em -2em 1em;
  position: relative;
}
.four-steps .steps-list > div .line::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 2em;
  width: 2em;
  height: 2em;
}
.four-steps .steps-list > div:nth-child(1) .line {
  background-image: url(../imgs/send-sayavka-line.png);
}
.four-steps .steps-list > div:nth-child(1) .line::after {
  background-image: url(../imgs/send-sayavka.png);
}
.four-steps .steps-list > div:nth-child(2) .line {
  background-image: url(../imgs/manager-line.png);
}
.four-steps .steps-list > div:nth-child(2) .line::after {
  background-image: url(../imgs/manager.png);
}
.four-steps .steps-list > div:nth-child(3) .line {
  background-image: url(../imgs/bill-pay-line.png);
}
.four-steps .steps-list > div:nth-child(3) .line::after {
  background-image: url(../imgs/bill-pay.png);
}
.four-steps .steps-list > div:nth-child(4) .line {
  background-image: url(../imgs/delivery-product-line.png);
  background-position: left top -3em;
}
.four-steps .steps-list > div:nth-child(4) .line::after {
  background-image: url(../imgs/delivery-product.png);
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
}
ul.breadcrumb li {
  list-style: none outside none;
  color: #747D8C;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: #747D8C;
}
ul.breadcrumb li::after {
  content: "\f105";
  margin: 0 0.5em;
  font-size: 0.75em;
}
ul.breadcrumb li:last-child, ul.breadcrumb li:last-child > a {
  color: #0C0D10;
}

h1 {
  font-size: 1.5em;
  font-weight: 500;
  color: #141522;
}

.data-and-buy-forms form .controlls .get-consult, .products-list .item .controlls .more {
  color: #64ADEC;
  font-weight: 500;
}

.products-list {
  display: flex;
  justify-content: flex-start;
  margin: 1em -0.5%;
  flex-wrap: wrap;
  padding-bottom: 15px; /* добавил */
}
.products-list .item {
  width: 24%;
  margin: 0.5%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 7px 0;
}
@media (max-width: 1400px) {
  .products-list .item {
    width: 32%;
  }
}
@media (max-width: 1400px) and (max-width: 1024px) {
  .products-list .item {
    width: 49%;
  }
}
@media (max-width: 1400px) and (max-width: 1024px) and (max-width: 600px) {
  .products-list .item {
    width: 100%;
  }
}
.products-list .item a.img {
  display: block;
  border-radius: 1em;
  overflow: hidden;
  text-align: center;
}
.products-list .item a.img img {
  max-width: 100%;
  height: auto;
}
.products-list .item a.title {
  font-size: 1.125em;
  font-weight: 600;
  color: #242424;
  text-decoration: none;
  padding: 0.5em;
  display: block;
}
.products-list .item .controlls {
  margin: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 0.5em;
}
@media (max-width: 600px) {
  .products-list {
    margin: 0;
  }
  .products-list .item {
    width: 100%;
    margin: 1em 0;
  }
}

.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher, form > div.file-input-wrapper {
  border: 1px dashed #2C84BB;
  border-radius: 1em;
  margin: 0.5em 0;
  background: no-repeat 1em center url(../imgs/add-file.png);
  position: relative;
}
.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher::before, form > div.file-input-wrapper::before {
  content: "";
  color: #2C84BB;
  font-size: 0.875em;
  position: absolute;
  top: 1em;
  left: 3em;
}
.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher input[type=file], form > div.file-input-wrapper input[type=file] {
  padding: 1em;
  display: block;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
}
.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher .help-block, form > div.file-input-wrapper .help-block {
  position: absolute;
}
.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher .attached-file, form > div.file-input-wrapper .attached-file {
  position: absolute;
  top: 1em;
  left: 3em;
  font-size: 0.875em;
  color: #2C84BB;
  overflow: hidden;
  height: 1.3em;
  text-overflow: ellipsis;
  z-index: -1;
  display: none;
  margin-right: 2em;
  max-width: 90%;
}
.order-processor-form-popup .fancybox__content.step-two .filled.rekv-file-attacher::before, form > div.filled.file-input-wrapper::before {
  display: none;
}
.order-processor-form-popup .fancybox__content.step-two .filled.rekv-file-attacher .attached-file, form > div.filled.file-input-wrapper .attached-file {
  display: block;
}

form {
  max-width: 60em;
}
form > div {
  margin: 0.5em 0;
}
form > div .help-block {
  font-size: 0.7em;
}
form > div input[type=text], form > div input[type=password], form > div textarea {
  padding: 0.75em;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D1D4D9;
  border-radius: 1em;
  outline: none;
}
form > div input[type=text]:focus, form > div input[type=password]:focus, form > div textarea:focus {
  border-color: #008CE6;
}
form > div.file-input-wrapper::before {
  content: "Прикрепить файл";
}
form > div.has-error input[type=text], form > div.has-error textarea {
  border-color: #FF5555;
}
form > div.has-error .help-block {
  color: #FF5555;
}
form button[type=submit] {
  border: none;
}
form .delivery-list + .depends-from--delivery_type {
  display: none;
}
form .delivery-list.is-dostavka + .depends-from--delivery_type {
  display: block;
}

.data-and-buy-forms.fancybox__container .fancybox__content, .order-processor-form-popup .fancybox__content, .consult-data-form .fancybox__content {
  background: #ECF5FA;
  border-radius: 1em;
  max-width: 44em;
}

.order-processor-form-popup .fancybox__backdrop, .consult-data-form .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4392156863);
}
.order-processor-form-popup .fancybox__content h2, .consult-data-form .fancybox__content h2 {
  font-size: 2.5em;
  font-weight: 500;
  margin: 0 0 0.5em;
}

.data-and-buy-forms form .subtitle {
  font-size: 1.125em;
  font-weight: 500;
  margin: 1.5em 0 1em;
}
.data-and-buy-forms form table.mods-list {
  border: 1px solid #8C8C8C;
  width: 100%;
  border-collapse: collapse;
}
.data-and-buy-forms form table.mods-list td {
  padding: 0.5em;
}
.data-and-buy-forms form table.mods-list td:first-child {
  width: 1em;
}
.data-and-buy-forms form table.mods-list td.name {
  font-weight: 500;
}
.data-and-buy-forms form table.mods-list td.price {
  color: #3690E4;
}
.data-and-buy-forms form .controlls {
  display: flex;
  align-items: center;
  margin: 1em 0;
  justify-content: space-around;
}
.data-and-buy-forms form .controlls .add-in-order, .data-and-buy-forms form .controlls .close-popoup-btn {
  border: none;
}
.data-and-buy-forms form .controlls .get-consult {
  margin-left: 1em;
  white-space: normal;
  display: inline-block;
  width: 8em;
}
.data-and-buy-forms form .controlls input {
  padding: 0.5em;
  border: 1px solid #64ADEC;
  margin: 0.5em;
  width: 4em;
  text-align: center;
}
.data-and-buy-forms form .controlls .count-wrapper {
  margin-right: 1em;
}
.data-and-buy-forms form .controlls .count-wrapper, .data-and-buy-forms form .controlls .buttons {
  display: flex;
  align-items: center;
}
.data-and-buy-forms form .controlls .buttons-change {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2em;
}
.data-and-buy-forms form .controlls .buttons-change > span {
  border: 0.5em solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.data-and-buy-forms form .controlls .buttons-change > span.up {
  border-bottom: 0.5em solid #64ADEC;
  margin-top: -0.3em;
}
.data-and-buy-forms form .controlls .buttons-change > span.down {
  border-top: 0.5em solid #64ADEC;
  margin-bottom: -0.3em;
}
.data-and-buy-forms.fancybox__container .subtitle {
  font-size: 2.5em;
  margin: 0 0 0.3em;
}
.item-detail-wrapper table {
  max-width: 100%;
}
.item-detail-wrapper .gallery-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.item-detail-wrapper .gallery-form > div {
  width: 49%;
}
@media (max-width: 1024px) {
  .item-detail-wrapper .gallery-form {
    flex-direction: column;
  }
  .item-detail-wrapper .gallery-form > div {
    width: 100%;
  }
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div, .item-detail-wrapper .gallery-form .data-and-buy-forms .vendor {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed gray;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div span, .item-detail-wrapper .gallery-form .data-and-buy-forms .vendor span {
  background: #F0F8FD;
  position: relative;
  top: 1px;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .param span {
  color: #0C0D10;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .param span:nth-child(2) {
  font-weight: 500;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .compatibility span:nth-child(2) {
  display: block;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div {
  margin: 0.3em 0;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div .name::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div.samovivos .name::before {
  background-image: url(../imgs/people.png);
  padding-right: 5px;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .receipt-list > div.dostavka .name::before {
  background-image: url(../imgs/car-dostavka.png);
  padding-right: 5px;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .addon-files {
  margin-top: 2em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .addon-files a {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.5em;
  font-size: 1.125em;
}
.item-detail-wrapper .gallery-form .data-and-buy-forms .addon-files a::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url(../imgs/instruction.png) no-repeat 0 0/contain;
  vertical-align: middle;
}
.item-detail-wrapper .gallery-form .images-gallery .main-image img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}
.item-detail-wrapper .gallery-form .images-gallery .nav-gall {
  display: flex;
  margin: 1em -0.5%;
  flex-wrap: wrap;
}
.item-detail-wrapper .gallery-form .images-gallery .nav-gall div.img {
  width: 24%;
  height: 10em;
  margin: 0.4%;
  cursor: pointer;
  justify-content: space-between;
  border-radius: 0.7em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.item-detail-wrapper .gallery-form .images-gallery .nav-gall div.img.active {
  border: 1px solid #2198FF;
  border-radius: 0.5em;
}

.order-processor-form-popup .fancybox__content .itogi-pokipok {
  font-size: 1.125em;
}
.order-processor-form-popup .fancybox__content ul.tabs {
  display: flex;
  font-size: 0.875em;
  margin: 0 -0.5em;
  padding: 1em 0;
}
.order-processor-form-popup .fancybox__content ul.tabs li {
  margin: 0 0.5em;
  padding: 0.5em;
  border-bottom: 3px solid #62B3FF;
  list-style: none outside none;
  opacity: 0.6;
}
.order-processor-form-popup .fancybox__content.step-one ul.tabs li.cart-list, .order-processor-form-popup .fancybox__content.step-two ul.tabs li.order-data {
  opacity: 1;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record {
  margin: 0.5em 0;
  padding: 0.5em;
  box-sizing: border-box;
  background: white;
  border-radius: 1em;
  color: #268CB9;
  display: flex;
}
@media (max-width: 768px) {
  .order-processor-form-popup .fancybox__content .cart-list .cart-record .record-data {
    position: relative;
    padding-bottom: 2em;
  }
  .order-processor-form-popup .fancybox__content .cart-list .cart-record .record-data .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .order-processor-form-popup .fancybox__content .cart-list .cart-record .record-data .controls .but.trash {
    margin-left: auto;
  }
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .record-data .one-line {
  display: flex;
  margin-bottom: 0.5em;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .num {
  flex-shrink: 0;
  margin-right: 0.3em;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record a {
  color: #268CB9;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record select {
  width: 100%;
  color: #3170AA;
  background: #CCEDFF;
  border-radius: 0.3em;
  border: none;
  padding: 0.5em;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls {
  display: flex;
  margin-left: 1em;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls .count {
  white-space: nowrap;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls .but {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em;
  cursor: pointer;
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls .but.minus {
  background-image: url(../imgs/but-minus.png);
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls .but.plus {
  background-image: url(../imgs/but-plus.png);
}
.order-processor-form-popup .fancybox__content .cart-list .cart-record .controls .but.trash {
  background-image: url(../imgs/but-trash.png);
  margin-left: 1em;
}
.order-processor-form-popup .fancybox__content.step-two .field-orderform-delivery_type label {
  display: block;
  color: #0C0D10;
}
.order-processor-form-popup .fancybox__content.step-two .field-orderform-delivery_type label span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.order-processor-form-popup .fancybox__content.step-two .field-orderform-delivery_type label.delivery-item-samovivos span::after {
  background-image: url(../imgs/people.png);
}
.order-processor-form-popup .fancybox__content.step-two .field-orderform-delivery_type label.delivery-item-dostavka span::after {
  background-image: url(../imgs/car-dostavka.png);
}
.order-processor-form-popup .fancybox__content.step-two .rekv-file-attacher::before {
  content: "Прикрепить реквизиты";
}
.order-processor-form-popup .fancybox__content .buttons {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.order-processor-form-popup .fancybox__content .buttons > .but {
  background: #3AB3E8;
  color: white;
  border-radius: 1.5em;
  font-weight: 500;
  padding: 1em;
  display: inline-block;
  cursor: pointer;
}
.order-processor-form-popup .fancybox__content .buttons > .but.cancel, .order-processor-form-popup .fancybox__content .buttons > .but.edit {
  background: transparent;
}
.order-processor-form-popup .fancybox__content .buttons > .but.cancel {
  color: #7CA0DA;
}
.order-processor-form-popup .fancybox__content .buttons > .but.edit {
  color: #3AB3E8;
}
.order-processor-form-popup .fancybox__content .buttons > .but.continue {
  margin: 0 auto 0 0.5em;
}

.main-article li {
  margin: 10px 0;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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