/* stylelint-disable */

/* stylelint-disable */

/* line 2, resources/assets/styles/pages/noski-zakaz/reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

/* line 91, resources/assets/styles/pages/noski-zakaz/reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 105, resources/assets/styles/pages/noski-zakaz/reset.scss */

body {
  line-height: 1;
}

/* line 109, resources/assets/styles/pages/noski-zakaz/reset.scss */

ol,
ul {
  list-style: none;
}

/* line 114, resources/assets/styles/pages/noski-zakaz/reset.scss */

blockquote,
q {
  quotes: none;
}

/* line 119, resources/assets/styles/pages/noski-zakaz/reset.scss */

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* line 127, resources/assets/styles/pages/noski-zakaz/reset.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-enable */

/* line 4, stdin */

:root {
  --main-color: #4149f2;
  --contrast-color: #f41224;
}

/* Custom css*/

/* line 11, stdin */

* {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 15, stdin */

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 20, stdin */

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 27, stdin */

.custom__socks {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
  padding: 40px 36px;
  width: 100%;
  padding-right: 13%;
}

/* line 35, stdin */

.custom__background {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 2 70%;
          flex: 1 2 70%;
  min-height: 100%;
  max-width: 100%;
}

/* line 43, stdin */

.custom__communication {
  margin-top: 50px;
}

/* line 46, stdin */

.custom__communication-title {
  font-size: 13px;
  display: block;
  opacity: 0.7;
  margin: 10px 0;
}

/* line 54, stdin */

.custom__title {
  font-size: 48px;
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 16px;
}

/* line 61, stdin */

.custom__text {
  font-size: 21px;
  line-height: 1.4;
  color: var(--main-color);
  margin: 21px 0;
}

/* line 68, stdin */

.custom__text_success {
  color: seagreen;
}

/* line 72, stdin */

.custom__text_dangerous {
  color: #dc2b2b;
}

/* line 77, stdin */

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

/* line 83, stdin */

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

/* line 88, stdin */

.custom__checkbox {
  position: absolute;
  left: -9999px;
}

/* line 92, stdin */

.custom__checkbox:checked + label {
  opacity: 1;
  border: 2px solid;
  padding: 7px 9px;
}

/* line 99, stdin */

.custom__item {
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 100px;
  margin-right: 5px;
  margin-bottom: 12px;
  -webkit-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
  cursor: pointer;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  opacity: 0.4;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: -0.2px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 117, stdin */

.custom__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  position: relative;
}

/* line 123, stdin */

.custom__field-input {
  font-size: 21px;
  padding: 15px 0;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: border-bottom-color;
  -o-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #000;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  outline: none;
}

/* line 134, stdin */

.custom__field-input:focus {
  border-bottom: 2px solid var(--main-color);
  padding: 14.5px 0;
}

/* line 140, stdin */

.custom__field-name {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  font-size: 21px;
  opacity: 0.4;
  -webkit-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 152, stdin */

.custom__field-name.active {
  font-size: 13px;
  top: -2px;
}

/* line 160, stdin */

.result-message {
  position: fixed;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  max-width: 250px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  right: 50%;
  z-index: 200;
  text-align: center;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 6px 30px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 6px 30px;
}

/* line 177, stdin */

.design__custom-btn {
  margin-top: 32px;
  margin-bottom: 32px;
  background: #4149f2;
  border-radius: 100px;
  width: 240px;
  height: 50px;
  border: none;
  font-size: 24px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: background-color, opacity;
  -o-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

/* line 196, stdin */

.design__custom-btn:hover {
  opacity: 1;
  background-color: #f41224;
}

/* line 202, stdin */

.custom__bg-img {
  z-index: 1;
  position: relative;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-image: url(https://img.artlebedev.ru/svalka/header-2016/v2/modules/expressform/images/all.jpg);
}

/* line 211, stdin */

.custom_bg-wrapper {
  z-index: 2;
  position: absolute;
  background: var(--main-color);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/* line 220, stdin */

.custom__cross {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: transparent;
  top: 40px;
  right: 40px;
  z-index: 111;
}

/* line 230, stdin */

.cross__svg {
  position: relative;
  color: white;
  width: 35px;
  height: 35px;
  top: 2px;
  left: 3px;
}

@media screen and (min-height: 1080px) {
  /* line 240, stdin */

  .container {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1200px) {
  /* line 246, stdin */

  .custom__socks {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 15%;
  }

  /* line 251, stdin */

  .custom__background {
    -webkit-box-flex: 1;
        -ms-flex: 1 2 45%;
            flex: 1 2 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 257, stdin */

  .custom__socks {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 265, stdin */

  #Line_1,
  #Line_2 {
    stroke: var(--main-color);
  }

  /* line 269, stdin */

  .custom__cross:hover #Line_1 {
    stroke: white;
  }

  /* line 273, stdin */

  .custom__cross:hover #Line_2 {
    stroke: white;
  }

  /* line 277, stdin */

  .custom__cross {
    position: fixed;
    top: 20px;
    right: 20px;
  }

  /* line 283, stdin */

  .custom__title {
    font-size: 2.1em;
  }

  /* line 287, stdin */

  .custom__text {
    font-size: 17px;
  }

  /* line 291, stdin */

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

  /* line 296, stdin */

  .container {
    display: block;
  }

  /* line 300, stdin */

  .custom__background {
    display: none;
  }

  /* line 304, stdin */

  .custom__socks {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 18px;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 313, stdin */

  .design__custom-btn {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 50px;
  }

  /* line 318, stdin */

  .custom__comunication {
    margin-top: 20px;
  }
}

/* line 323, stdin */

.custom__cross {
  text-decoration: none;
  -webkit-transition: background-color ease 200ms;
  -o-transition: background-color ease 200ms;
  transition: background-color ease 200ms;
}

/* line 328, stdin */

.custom__cross:hover {
  background-color: var(--contrast-color);
}

/* stylelint-enable */


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