:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align)
}

hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0
}

h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem;
  margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: .875em
}

mark {
  background-color: #fcf8e3;
  padding: .2em
}

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal
}

code {
  word-wrap: break-word;
  color: #d63384;
  font-size: .875em
}

a>code {
  color: inherit
}

kbd {
  background-color: #212529;
  border-radius: .2rem;
  color: #fff;
  font-size: .875em;
  padding: .2rem .4rem
}

kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  border-collapse: collapse;
  caption-side: bottom
}

caption {
  color: #6c757d;
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

textarea {
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  width: 100%
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  cursor: pointer;
  display: list-item
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

@font-face {
  font-family: Core Sans E;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/CoreSansE-35Light.otf) format("opentype")
}

@font-face {
  font-family: Core Sans E;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/CoreSansE-45Regular.otf) format("opentype")
}

@font-face {
  font-family: Core Sans E;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/CoreSansE-55Medium.otf) format("opentype")
}

@font-face {
  font-family: Core Sans E;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/CoreSansE-65Bold.otf) format("opentype")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GraphikLCG-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GraphikLCG-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GraphikLCG-Medium.ttf) format("truetype")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GraphikLCG-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GraphikLCG-Semibold.ttf) format("truetype")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GraphikLCG-Semibold.woff2) format("woff2")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GraphikLCG-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Graphik LCG;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GraphikLCG-Bold.woff2) format("woff2")
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

::-ms-input-placeholder {
  color: #666
}

::placeholder {
  color: #666
}

::-moz-selection {
  background-color: #f12340;
  color: #fff
}

::selection {
  background-color: #f12340;
  color: #fff
}

input,
textarea {
  outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
}

input:required:valid,
textarea:required:valid {
  border-color: green
}

body {
  color: #363636;
  font-family: Graphik LCG, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  min-width: 320px;
  overflow-x: hidden;
  position: relative
}

:root {
  scroll-behavior: auto
}

html {
  font-size: 10px;
  scroll-behavior: auto
}

@media (max-width:767px) {
  html {
    overflow-x: hidden
  }
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

img {
  height: auto;
  max-width: 100%
}

a {
  color: #363636;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

a:hover {
  color: #f12340
}

a:active {
  color: #000
}

@-webkit-keyframes fadeInLeftMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftMini {
  -webkit-animation-name: fadeInLeftMini;
  animation-name: fadeInLeftMini
}

@-webkit-keyframes fadeInLeftMiniSuper {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftMiniSuper {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftMiniSuper {
  -webkit-animation-name: fadeInLeftMiniSuper;
  animation-name: fadeInLeftMiniSuper
}

@-webkit-keyframes fadeInDownMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini
}

@-webkit-keyframes fadeInUpMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpMini {
  -webkit-animation-name: fadeInUpMini;
  animation-name: fadeInUpMini
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes TudaSuda {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes TudaSuda {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.p-h2 {
  font-size: 7rem;
  font-weight: 700
}

@media (max-width:1500px) {
  .p-h2 {
    font-size: 6rem
  }
}

@media (max-width:960px) {
  .p-h2 {
    font-size: 5rem
  }
}

@media (max-width:767px) {
  .p-h2 {
    font-size: 50px
  }
}

@media (max-width:360px) {
  .p-h2 {
    font-size: 40px
  }
}

a.tdu {
  display: inline-block;
  position: relative
}

a.tdu:hover:after {
  width: 100%
}

a.tdu:after {
  background-color: #363636;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 0
}

.p-input {
  border: 3px solid #a0a0a0;
  border-radius: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #363636;
  font-family: Graphik LCG;
  font-size: 2rem;
  font-weight: 400;
  padding: 2.2rem 3.1rem 1.9rem
}

@media (max-width:767px) {
  .p-input {
    border: 2px solid #a0a0a0;
    border-radius: 10px;
    font-size: 15px;
    padding: 2.2rem 2.1rem 1.9rem
  }
}

.p-input::-webkit-input-placeholder {
  color: #7d7d7d
}

.p-input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1
}

.p-input:-ms-input-placeholder {
  color: #7d7d7d
}

.p-input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1
}

.container-1420 {
  margin: 0 auto;
  max-width: 1420px
}

.p-btn {
  background-color: #f12340;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Core Sans E;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1.3rem 1rem 1.4rem;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.p-btn:hover {
  background-color: #dd1632;
  -webkit-box-shadow: 0 5px 10px rgba(240, 35, 64, .3);
  box-shadow: 0 5px 10px rgba(240, 35, 64, .3)
}

.p-btn:active {
  background-color: #b5172e
}

.p-btn.href-btn:hover {
  color: #fff
}

.p-btn.href-btn:active {
  color: #fff
}

.p-btn.br25 {
  border-radius: 25px
}

.p-btn.br45 {
  border-radius: 45px;
  font-size: 3rem;
  font-weight: 600;
  padding: 1.9rem 4.3rem 2.1rem
}

.link-fb svg,
.link-inst svg {
  height: 3.5rem;
  width: 3.5rem
}
.link-wapp svg,
.link svg {
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
}
.link-wapp path{
  fill:#49c557;
}

.link-fb path,
.link-wapp path,
.link-inst path {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.link-fb:hover path,
.link-wapp:hover path,
.link-inst:hover path {
  fill: #f12340
}

.link-fb:active path,
.link-wapp:active path,
.link-inst:active path {
  fill: #000
}

.phone-mobile {
  display: none
}

@media (max-width:767px) {
  .phone-mobile {
    display: block
  }

  .phone-mobile a {
    color: #1a1a1a;
    display: block;
    font-family: Core Sans E;
    font-weight: 400;
    font-size: 24px;
    margin-top: 12px
  }
}

.main-screen {
  margin: 0 auto;
  max-width: 1920px
}

@media (max-width:1500px) {
  .main-screen {
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .main-screen {
    padding: 0 40px
  }
}

@media (max-width:960px) {
  .main-screen {
    background: #1a1a1a
  }
}

@media (max-width:767px) {
  .main-screen {
    background: #fff;
    overflow: hidden;
    padding: 0 25px
  }
}

.main-screen__black {
  position: relative;
  -webkit-transform: translate(-59.3%, -26.1rem) scale(.73);
  -ms-transform: translate(-59.3%, -26.1rem) scale(.73);
  transform: translate(-59.3%, -26.1rem) scale(.73)
}

@media (max-width:1680px) {
  .main-screen__black {
    -webkit-transform: translate(-71.3%, -26.1rem) scale(.73);
    -ms-transform: translate(-71.3%, -26.1rem) scale(.73);
    transform: translate(-71.3%, -26.1rem) scale(.73)
  }
}

@media (max-width:1500px) {
  .main-screen__black {
    -webkit-transform: translate(-82.3%, -26.1rem) scale(.73);
    -ms-transform: translate(-82.3%, -26.1rem) scale(.73);
    transform: translate(-82.3%, -26.1rem) scale(.73)
  }
}

@media (max-width:1400px) {
  .main-screen__black {
    -webkit-transform: translate(-86.3%, -26.1rem) scale(.73);
    -ms-transform: translate(-86.3%, -26.1rem) scale(.73);
    transform: translate(-86.3%, -26.1rem) scale(.73)
  }
}

@media (max-width:960px) {
  .main-screen__black {
    display: none
  }
}

@media (max-width:767px) {
  .main-screen__black {
    display: block;
    -webkit-transform: translate(-86.3%, -26.1rem) scale(.73);
    -ms-transform: translate(-86.3%, -26.1rem) scale(.73);
    transform: translate(-86.3%, -26.1rem) scale(.73)
  }
}

@media (max-width:414px) {
  .main-screen__black {
    display: block;
    -webkit-transform: translate(-235.3%, -55.1rem) scale(.6);
    -ms-transform: translate(-235.3%, -55.1rem) scale(.6);
    transform: translate(-235.3%, -55.1rem) scale(.6)
  }
}

@media (max-width:400px) {
  .main-screen__black {
    display: block;
    -webkit-transform: translate(-252.3%, -55.1rem) scale(.6);
    -ms-transform: translate(-252.3%, -55.1rem) scale(.6);
    transform: translate(-252.3%, -55.1rem) scale(.6)
  }
}

@media (max-width:380px) {
  .main-screen__black {
    -webkit-transform: translate(-271.3%, -55.1rem) scale(.6);
    -ms-transform: translate(-271.3%, -55.1rem) scale(.6);
    transform: translate(-271.3%, -55.1rem) scale(.6)
  }
}

.main-screen__black:after {
  background-color: #1a1a1a;
/*  background-color: #787878;*/
  border-radius: 150px;
  content: "";
  height: 217rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 217rem
}
@media (max-width: 1300px) {
  .main-screen__black:after {
    height: 147rem;
  }
}
@media (max-width: 1200px) {
  .main-screen__black:after {
    width: 189rem;
    height: 147rem;
  }
}

header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1420px;
  padding: 4.7rem 0 4.2rem;
  position: relative;
  z-index: 2
}

@media (max-width:960px) {
  header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  header {
    display: none
  }
}

.header__logo span {
  color: #a0a0a0;
  display: block;
  font-family: Core Sans E;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 300;
  padding-left: 1.1rem;
  padding-top: .4rem
}

@media (max-width:960px) {
  .header__logo span {
    padding-left: 0
  }
}

.header__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.7rem
}

@media (max-width:960px) {
  .header__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    order: -1;
    width: 100%
  }
}

.header__soc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7.3rem
}

@media (max-width:1200px) {
  .header__soc {
    margin-right: 4.3rem
  }
}

.header__soc span {
  display: block;
  font-family: Core Sans E;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 2rem
}

@media (max-width:1200px) {
  .header__soc span {
    color: #717171
  }
}

@media (max-width:960px) {
  .header__soc span {
    color: #a0a0a0
  }
}

.header__soc a {
    display: flex;
    height: 3.5rem;
    margin-right: 1rem;
    width: 3.5rem;
    align-items: center;
}

.header__soc a:last-of-type {
  margin-right: 0
}

.header__phone {
  font-family: Core Sans E;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 3rem
}

@media (max-width:960px) {
  .header__phone a {
    color: #a0a0a0
  }
}

header .p-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  justify-content: center;
  width: 19rem
}

.header-mobile {
  display: none
}

@media (max-width:767px) {
  .header-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 0 35px;
    position: relative;
    text-align: center;
    z-index: 2
  }

  .header-mobile {
    background: #1a1a1a;
    padding: 20px 0;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .header-mobile img {
    max-width: 220px;
    margin: 0 auto;
  }

  .header-mobile span {
    color: #a0a0a0;
    display: block;
    font-family: Core Sans E;
    font-size: 18px;
    margin-top: 4px
  }
}

.main-screen__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
  z-index: 2
}

@media (max-width:960px) {
  .main-screen__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    text-align: center
  }
}

@media (max-width:767px) {
  .main-screen__content {
    margin-top: 0
  }
}

.main-screen__left {
  max-width: 617px;
  padding-top: 3.7rem
}

@media (max-width:960px) {
  .main-screen__left {
    margin-bottom: 70px;
    padding-top: 0
  }
}

@media (max-width:767px) {
  .main-screen__left {
    margin-bottom: 35px;
    padding-top: 0
  }
}

.main-screen__left h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  max-width: 385px;
  text-transform: uppercase
}

@media (max-width:960px) {
  .main-screen__left h1 {
    max-width: 100%
  }
}

@media (max-width:767px) {
  .main-screen__left {
    margin-top: 30px;
  }
  .main-screen__left h1 {
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
  }
}

.main-screen__left h1 span {
  display: block
}

@media (max-width:767px) {
  .main-screen__left h1 span {
    display: inline
  }
}

.main-screen__left ul {
  margin-left: 2rem;
  margin-top: 6.2rem
}

@media (max-width:767px) {
  .main-screen__left ul {
    display: none
  }
}

.main-screen__left ul li {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
  position: relative
}

@media (max-width:1400px) {
  .main-screen__left ul li {
    font-size: 2rem
  }
}

@media (max-width:960px) {
  .main-screen__left ul li {
    color: #a0a0a0
  }
}

.main-screen__left ul li:before {
  background-color: #f12340;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: -2rem;
  margin-right: 1rem;
  position: absolute;
  top: .8rem;
  width: 1rem
}

@media (max-width:960px) {
  .main-screen__left ul li:before {
    display: none
  }
}

.main-screen__left .p-btn {
  margin-top: 5.5rem
}

@media (max-width:1024px) {
  .main-screen__left .p-btn {
    font-size: 2rem
  }
}

@media (max-width:960px) {
  .main-screen__left .p-btn {
    margin-top: 3.5rem
  }
}

@media (max-width:767px) {
  .main-screen__left .p-btn {
    font-size: 2.5rem
  }
}

@media (max-width:360px) {
  .main-screen__left .p-btn {
    font-size: 2.2rem
  }
}

@media (max-width:320px) {
  .main-screen__left .p-btn {
    font-size: 2rem
  }
}

.main-screen__right {
  max-width: 774px;
  width: 100%
}

@media (max-width:1500px) {
  .main-screen__right {
    max-width: 700px
  }
}

.main-screen__right-elems {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 774px;
  padding-right: .4rem;
  width: 100%
}

@media (max-width:767px) {
  .main-screen__right-elems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.main-screen__elem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 330px;
  width: 100%
}



@media (max-width:1200px) {

  .main-screen__elem:first-of-type .main-screen__item-text h2,
  .main-screen__elem:first-of-type .main-screen__item-text span {
/*    color: #fff*/
  }

  .main-screen__elem:nth-of-type(2) .main-screen__item-text h2,
  .main-screen__elem:nth-of-type(2) .main-screen__item-text span {
/*    color: #717171*/
  }
}

@media (max-width:1200px) and (min-width:767px) {

  .main-screen__elem:first-of-type .main-screen__item-text h2,
  .main-screen__elem:first-of-type .main-screen__item-text span {
/*    color: #fff;*/
/*    font-size: 30px*/
  }
}

@media (max-width:1200px) and (max-width:767px) {
  .main-screen__elem:first-of-type .main-screen__item-text span {
    font-size: 21px
  }
}

@media (max-width:1200px) and (max-width:960px) {

  .main-screen__elem:nth-of-type(2) .main-screen__item-text h2,
  .main-screen__elem:nth-of-type(2) .main-screen__item-text span {
    color: #fff
  }
}

@media (max-width:1200px) and (max-width:767px) {

  .main-screen__elem:nth-of-type(2) .main-screen__item-text h2,
  .main-screen__elem:nth-of-type(2) .main-screen__item-text span {
    color: #363636;
    font-size: 30px
  }
}

@media (max-width:1200px) and (max-width:767px) {
  .main-screen__elem:nth-of-type(2) .main-screen__item-text span {
    font-size: 21px
  }
}

@media (min-width: 767px) and (max-width: 960px) {
  .main-screen__elem:first-of-type .main-screen__item-text h2,
  .main-screen__elem:first-of-type .main-screen__item-text span {
    color: #fff;
  }
}

@media (max-width:767px) {
  .main-screen {
  }
  .main-screen__black:after {
    display: none;
  }
  .main-screen__elem {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
  }
}

@media (max-width: 400px) {
  .main-screen__elem:first-of-type .main-screen__item-text h2,
  .main-screen__elem:first-of-type .main-screen__item-text span {
    color: #363636
  }
}

.main-screen__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 31.3rem;
  min-height: 58.4rem;
  padding-top: 17.2rem;
  width: 100%
}

.main-screen__item--white {
  background: url(../images/dist/main-screen__item_white.png) 50%/cover no-repeat
}

.main-screen__item--gray {
  background: url(../images/dist/main-screen__item_gray.png) 50%/cover no-repeat
}

.main-screen__item-circle {
  background-color: #1a1a1a;
  border-radius: 50%;
  -webkit-box-shadow: 0 30px 50px rgba(7, 7, 7, .25);
  box-shadow: 0 30px 50px rgba(7, 7, 7, .25);
  height: 24rem;
  max-width: 24rem;
  padding-top: 6.9rem;
  text-align: center;
  width: 100%
}

@media (max-width:767px) {
  .main-screen__item-circle {
    padding-top: 5.9rem
  }
}

.main-screen__item-circle p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1
}

.main-screen__item-circle p span {
  display: block;
  font-size: 5.5rem;
  font-weight: 700;
  padding-bottom: 2px;
  padding-top: 2px
}

@media (max-width:767px) {
  .main-screen__item-circle p span {
    font-size: 43px;
    padding-top: 6px
  }
}

.main-screen__item-circle p span.dostavka {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1
}

@media (max-width:767px) {
  .main-screen__item-circle p span.dostavka {
    padding-top: 0
  }
}

.main-screen__item-circle .p-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  margin-top: 1.3rem;
  max-width: 131px;
  padding-left: 0;
  padding-right: 0;
  width: 100%
}

@media (max-width:767px) {
  .main-screen__item-circle .p-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    margin: 15px auto 0;
    max-width: 142px
  }
}

.main-screen__item-text {
  margin-top: 1.7rem;
  text-align: center
}

@media (max-width:767px) {
  .main-screen__item-text {
    margin-top: 10px
  }
}

.main-screen__item-text h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 0
}

.main-screen__item-text span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: .8rem
}

.main-screen__item-text p {
  color: #a0a0a0;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0
}

@media (max-width:767px) {
  .main-screen__item-text p {
    font-size: 16px;
    margin-top: 11px
  }
}

.main-screen__right-prompt {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23D7D7D7' stroke-width='3' stroke-dasharray='6, 8.15' stroke-linecap='square'/%3E%3C/svg%3E");
  left: -1.8rem;
  margin: 4.4rem auto 0;
  max-width: 502px;
  padding: 1rem;
  position: relative
}

@media (max-width:1500px) {
  .main-screen__right-prompt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
  }
}

@media (max-width:767px) {
  .main-screen__right-prompt {
    display: none
  }
}

.main-screen__right-prompt p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 2px
}

@media (max-width:1500px) {
  .main-screen__right-prompt p {
    color: #717171;
    font-size: 1.6rem
  }
}

.main-screen__right-prompt p:before {
  background: url(../images/dist/information-outline.svg) 50%/cover no-repeat;
  content: "";
  display: inline-block;
  height: 3rem;
  margin-right: .6rem;
  position: relative;
  top: -1px;
  width: 3rem
}

.main-screen.thanks-page {
  overflow: hidden;
  background-color: #1a1a1a;
}
.main-screen.thanks-page .main-screen__black:after {
  display: none;
}
.want-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7.5rem auto 0;
  max-width: 1420px;
  position: relative;
  z-index: 2
}

@media (max-width:960px) {
  .want-free {
    padding-bottom: 70px
  }
}

@media (max-width:767px) {
  .want-free {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0
  }
}

.want-free:after {
  -webkit-animation: TudaSuda 3s ease-in-out infinite;
  animation: TudaSuda 3s ease-in-out infinite;
  background: url(../images/dist/want_free_bg.png) 50%/cover no-repeat;
  content: "";
  height: 34.3rem;
  position: absolute;
  right: -17.6%;
  top: 19%;
  width: 28.2rem
}

@media (max-width:1200px) {
  .want-free:after {
    display: none
  }
}

.want-free__photo {
  left: -2px;
  max-width: 319px;
  position: relative;
  width: 100%
}

@media (max-width:1400px) {
  .want-free__photo {
    max-width: 33rem
  }
}

@media (max-width:767px) {
  .want-free__photo {
    display: none
  }
}

.want-free__text {
  margin-left: 2.1rem;
  padding-top: 10.2rem
}

@media (max-width:1500px) {
  .want-free__text {
    padding-right: 2.1rem
  }
}

@media (max-width:767px) {
  .want-free__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    margin-left: 0;
    order: -1;
    padding-right: 0;
    padding-top: 4.12rem
  }
}

.want-free__text h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: .95;
  margin-bottom: 3.1rem
}

@media (max-width:960px) {
  .want-free__text h2 {
    color: #fff
  }
}

@media (max-width:767px) {
  .want-free__text h2 {
    color: #0a0a0a;
    font-size: 36px;
    line-height: .9;
    text-align: center
  }
}

.want-free__text h2 span {
  color: #f12340
}

.want-free__text p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.2rem
}

@media (max-width:960px) {
  .want-free__text p {
    color: #a0a0a0
  }
}

@media (max-width:767px) {
  .want-free__text p {
    color: #363636;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center
  }
}

@media (max-width:360px) {
  .want-free__text p {
    font-size: 17px
  }
}

.want-free__text a {
  font-size: 1.7rem
}

@media (max-width:960px) {
  .want-free__text a {
    color: #fff
  }
}

@media (max-width:767px) {
  .want-free__text a {
    color: #363636;
    font-size: 17px;
    margin: 0 auto;
    text-align: center
  }

  .want-free__link-centner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
  }
}

@media (max-width:767px) {
  .want-free__link-centner a.tdu:after {
    width: 100%
  }
}

.want-free__photo-mobile {
  display: none
}

@media (max-width:767px) {
  .want-free__photo-mobile {
    display: block;
    margin: 43px auto 11px;
    max-width: 257px
  }
}

.why-we-mobile {
  display: none
}

@media (max-width:767px) {
  .why-we-mobile {
    display: block;
    margin-top: 103px;
    position: relative
  }

  .why-we-mobile:after {
    background: url(../images/dist/why_we_mobile_bg.png) 50%/cover no-repeat;
    bottom: -230px;
    content: "";
    height: 400px;
    position: absolute;
    right: -25px;
    width: 306px
  }

  .why-we-mobile h2 {
    margin-bottom: 27px
  }

  .why-we-mobile ul {
    margin-left: 18px
  }

  .why-we-mobile ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    position: relative
  }

  .why-we-mobile ul li:before {
    background-color: #f12340;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -19px;
    margin-right: 1rem;
    position: absolute;
    top: 3px;
    width: 10px
  }
}

.benefits {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f3f3f3;
  border-radius: 73px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 5.6rem auto 0;
  max-width: 1420px;
  min-height: 14.5rem;
  padding: 3.8rem .2rem 2.6rem 4.2rem
}

@media (max-width:1500px) {
  .benefits {
    margin-left: 80px;
    margin-right: 80px
  }
}

@media (max-width:1200px) {
  .benefits {
    margin-left: 40px;
    margin-right: 40px;
    padding: 3rem
  }
}

@media (max-width:960px) {
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.5rem
  }
}

@media (max-width:767px) {
  .benefits {
    border-radius: 20px;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
    margin-left: 25px;
    margin-right: 25px;
    padding: 19px 9px 0
  }
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 318px
}

@media (max-width:1500px) {
  .benefits__item {
    max-width: 275px
  }
}

@media (max-width:1200px) {
  .benefits__item {
    width: 100%
  }
}

@media (max-width:960px) {
  .benefits__item {
    margin-bottom: 20px;
    max-width: 50%
  }
}

@media (max-width:767px) {
  .benefits__item {
    margin-bottom: 35px;
    max-width: 100%
  }

  .benefits__item:last-of-type {
    margin-bottom: 25px
  }
}

.benefits__item:nth-of-type(2) {
  left: -2.1rem;
  position: relative
}

@media (max-width:960px) {
  .benefits__item:nth-of-type(2) {
    left: 0
  }
}

.benefits__item:nth-of-type(2) .benefits__photo {
  padding-top: 7px
}

.benefits__item:nth-of-type(3) {
  left: -.6rem;
  position: relative
}

@media (max-width:960px) {
  .benefits__item:nth-of-type(3) {
    left: 0
  }
}

.benefits__item:nth-of-type(3) .benefits__photo {
  padding-top: .7rem
}

@media (max-width:767px) {
  .benefits__item:nth-of-type(3) .benefits__photo {
    padding-top: 0;
    position: relative;
    top: -4px
  }
}

.benefits__item:nth-of-type(4) .benefits__photo {
  padding-top: 1rem
}

@media (max-width:767px) {
  .benefits__item:nth-of-type(4) .benefits__photo {
    padding-top: 0;
    position: relative;
    top: -1px
  }
}

.benefits__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media (max-width:960px) {
  .benefits__photo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-width: 75px
  }

  .benefits__photo img {
    max-height: 48px;
    max-width: 44px
  }
}

@media (max-width:767px) {
  .benefits__photo img {
    max-height: inherit;
    max-width: inherit
  }
}

.benefits__text {
  margin-left: 1.4rem
}

@media (max-width:767px) {
  .benefits__text {
    margin-left: 2.4rem;
    padding-right: 1.4rem
  }
}

.benefits__text h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: .7rem
}

@media (max-width:767px) {
  .benefits__text h3 {
    margin-bottom: 0
  }
}

.benefits__text span {
  color: #767676;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4
}

@media (max-width:767px) {
  .benefits__text span {
    font-size: 16px;
    line-height: 1.28;
    margin-top: 3px
  }
}

.articles {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 4.5rem auto;
  max-width: 1420px
}

@media (max-width:1500px) {
  .articles {
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .articles {
    padding: 0 40px
  }
}

@media (max-width:960px) {
  .articles {
    display: none
  }
}

.articles__link {
  max-width: 460px;
  width: 100%
}

@media (max-width:1500px) {
  .articles__link {
    max-width: 51rem
  }
}

@media (max-width:1400px) {
  .articles__link {
    max-width: 47rem
  }
}

.articles__item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 460px;
  min-height: 33rem;
  padding: 3.6rem 4rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%
}

@media (max-width:1500px) {
  .articles__item {
    max-width: 51rem
  }
}

@media (max-width:1200px) {
  .articles__item {
    max-width: 38rem
  }
}

@media (max-width:767px) {
  .articles__item {
    margin-bottom: 23px;
    max-width: 100%;
    min-height: 46rem;
    padding: 4.6rem 5rem
  }
}

.articles__item:hover {
  -webkit-box-shadow: inset 0 0 0 2100px rgba(26, 26, 26, .3);
  box-shadow: inset 0 0 0 2100px rgba(26, 26, 26, .3)
}

.articles__item:hover h3,
.articles__item:hover p,
.articles__item:hover span {
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px)
}

.articles__item h3 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: .8;
  margin-bottom: 1rem;
  max-width: 330px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

@media (max-width:1200px) {
  .articles__item h3 {
    font-size: 4.5rem
  }
}

@media (max-width:767px) {
  .articles__item h3 {
    line-height: 1
  }
}

@media (max-width:360px) {
  .articles__item h3 {
    font-size: 4rem
  }
}

@media (max-width:320px) {
  .articles__item h3 {
    font-size: 3.5rem
  }
}

.articles__item p,
.articles__item span {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.articles--mobile {
  display: none
}

@media (max-width:767px) {
  .articles--mobile {
    display: block;
    padding: 0 25px
  }
}

.six-myths {
  background-color: #1a1a1a;
  margin-top: 16rem
}

@media (max-width:1500px) {
  .six-myths {
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .six-myths {
    padding: 0 40px
  }
}

@media (max-width:767px) {
  .six-myths {
    margin-top: 11.6rem;
    padding: 0 0 25px
  }
}

.six-myths__bg {
  margin: 0 auto;
  max-width: 1420px
}

@media (max-width:767px) {
  .six-myths__bg {
    margin-left: 25px;
    padding-right: 25px
  }
}

.six-myths__bg h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 7rem;
  font-weight: 700;
  position: relative;
  top: -11.8rem
}

@media (max-width:1500px) {
  .six-myths__bg h3 {
    top: -11.6rem
  }
}

@media (max-width:767px) {
  .six-myths__bg h3 {
    font-size: 36px;
    left: -5px;
    line-height: .8;
    top: -62px
  }
}

.six-myths__bg h3 span {
  color: #f12340;
  font-size: 16rem;
  padding-right: 1.5rem;
  position: relative;
  top: 1.3rem
}

@media (max-width:767px) {
  .six-myths__bg h3 span {
    font-size: 12rem;
    top: 4px
  }
}

.six-myths__container {
  margin-top: -12.5rem;
  position: relative
}

@media (max-width:767px) {
  .six-myths__container {
    margin-top: -6rem
  }
}

.six-myths__container:before {
  background: url(../images/dist/man.png) 50%/cover no-repeat;
  bottom: 0;
  content: "";
  height: 34.5rem;
  left: -21.5rem;
  max-width: 25rem;
  position: absolute;
  width: 100%
}

@media (max-width:1500px) {
  .six-myths__container:before {
    display: none
  }
}

.six-myths__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

@media (max-width:767px) {
  .six-myths__header {
    display: none
  }
}

.six-myths__tab-h {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
  border-radius: 1rem 1rem 0 0;
  color: #363636;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 600;
  height: 8rem;
  justify-content: center;
  max-width: 22rem;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%
}

@media (max-width:1500px) {
  .six-myths__tab-h {
    max-width: 25rem;
    max-width: 23.5rem
  }
}

@media (max-width:1200px) {
  .six-myths__tab-h {
    font-size: 2rem;
    max-width: 18.5rem
  }
}

@media (max-width:960px) {
  .six-myths__tab-h {
    font-size: 1.4rem;
    max-width: 13.5rem
  }
}

.six-myths__tab-h:hover {
  background-color: #fff
}

.six-myths__tab-h img {
  padding-right: .3rem
}

.six-myths__tab-h.active,
.six-myths__tabs {
  background-color: #fff
}

.six-myths__tabs {
  padding: 5.5rem 3.2rem 3.6rem 5rem
}

@media (max-width:767px) {
  .six-myths__tabs {
    background-color: transparent;
    padding: 0
  }
}

.owl-carousel.six-myths-slider {
  display: block
}

.owl-carousel.six-myths-slider .owl-stage-outer {
  overflow: visible;
  position: relative
}

.owl-carousel.six-myths-slider .owl-stage-outer:before {
  background: #1a1a1a;
  content: "";
  height: 100%;
  left: -100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.owl-carousel.six-myths-slider .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 25px
}

.owl-carousel.six-myths-slider .owl-nav {
  display: none
}

.owl-carousel.six-myths-slider .owl-dot {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 11px;
  margin-right: 10px;
  width: 11px
}

.owl-carousel.six-myths-slider .owl-dot:last-of-type {
  margin-right: 0
}

.owl-carousel.six-myths-slider .owl-dot.active {
  background-color: #f12340;
  border: 2px solid #f12340;
  height: 15px;
  width: 15px
}

.owl-carousel.six-myths-slider .six-myths-slide-header-mobile {
  display: none
}

@media (max-width:767px) {
  .owl-carousel.six-myths-slider .six-myths-slide-header-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
  }

  .owl-carousel.six-myths-slider .six-myths-slide-header-mobile img {
    margin-right: 5px;
    width: 24px
  }

  .owl-carousel.six-myths-slider .six-myths-slide-header-mobile span {
    display: block;
    font-size: 16px;
    margin-top: 2px
  }
}

.six-myths__tab {
  display: none
}

@media (max-width:767px) {
  .six-myths__tab {
    background-color: #fff;
    border-radius: 20px;
    display: block;
    min-height: 480px;
    padding: 2rem 2rem 2.5rem
  }
}

@media (max-width:360px) {
  .six-myths__tab {
    min-height: 500px
  }
}

@media (max-width:320px) {
  .six-myths__tab {
    min-height: 590px
  }
}

.six-myths__tab h2 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 2.4rem
}

@media (max-width:767px) {
  .six-myths__tab h2 {
    font-size: 20px;
    line-height: 20px
  }
}

.six-myths__tab p {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 1.5rem
}

@media (max-width:767px) {
  .six-myths__tab p {
    font-size: 13px;
    line-height: 18px
  }
}

.six-myths__tab p:last-of-type {
  margin-bottom: 0
}

.six-myths__tab.active-tab {
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  -webkit-animation: fadein 1.2s;
  -o-animation: fadein 1.2s;
  display: block
}

.production {
  margin: 0 auto;
  max-width: 1420px;
  padding: 6.5rem 0
}

@media (max-width:1500px) {
  .production {
    padding-left: 80px;
    padding-right: 80px
  }
}

@media (max-width:1200px) {
  .production {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media (max-width:767px) {
  .production {
    padding: 3.5rem 25px
  }

  .production h2 {
    font-size: 36px;
    line-height: 1;
    text-align: center
  }
}

.production__white-gray {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2.7rem;
  padding-right: 12.4rem
}

@media (max-width:1500px) {
  .production__white-gray {
    padding-right: 8rem
  }
}

@media (max-width:1400px) {
  .production__white-gray {
    padding-right: 0
  }
}

@media (max-width:960px) {
  .production__white-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.production__white-gray h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 0
}

@media (max-width:767px) {
  .production__white-gray h3 {
    font-size: 20px;
    margin-top: 6px;
    text-align: center
  }
}

.production__white {
  max-width: 579px;
  width: 100%
}

@media (max-width:1500px) {
  .production__white {
    max-width: 579px
  }
}

@media (max-width:1400px) {
  .production__white {
    max-width: 47%
  }
}

@media (max-width:960px) {
  .production__white {
    margin-bottom: 70px;
    max-width: 100%
  }
}

@media (max-width:1500px) {
  .production__gray {
    max-width: 579px
  }
}

@media (max-width:1400px) {
  .production__gray {
    max-width: 47%;
    width: 100%
  }
}

@media (max-width:960px) {
  .production__gray {
    max-width: 100%
  }
}

@media (max-width:767px) {
  .production__gray {
    margin-top: -20px
  }
}

.production__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .9rem
}

@media (max-width:767px) {
  .production__specifications {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.production__specifications-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem
}

@media (max-width:767px) {
  .production__specifications-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0
  }
}

.production__specifications-item .text {
  padding-top: .2rem
}

.production__specifications-item .icon {
  margin-right: .6rem
}

@media (max-width:960px) {
  .production__specifications-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

@media (max-width:767px) {
  .production__specifications-item .icon {
    margin-bottom: 1px;
    margin-right: 0
  }
}

.production__specifications-item span {
  display: block;
  font-size: 1.35rem;
  line-height: 1
}

@media (max-width:767px) {
  .production__specifications-item span {
    text-align: center
  }
}

@media (max-width:320px) {
  .production__specifications-item span {
    font-size: 1.2rem
  }
}

.production__white-items {
  margin-top: 4rem
}

@media (max-width:1500px) {
  .production__white-items {
    margin-top: 2rem
  }
}

@media (max-width:1200px) {
  .production__white-items {
    margin-top: 0
  }
}

.production-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 268px;
  width: 100%
}



@media (max-width:767px) {
  .production-item {
    margin-bottom: 14px;
    margin-right: 0;
    position: relative;
    padding-bottom: 200px;
  }
  .production__white-items .production-item {
    padding-bottom: 0;
  }
}

.production-item__photo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 33.4rem;
  position: relative
}

@media (max-width:1500px) {
  .production-item__photo {
    min-height: 42.2rem
  }
}

.production-item__photo-circle {
  bottom: 1.4rem;
  position: absolute;
  right: 2.8rem
}

.production-item__desc {
  margin-top: -1.5rem;
  position: relative;
  text-align: center;
  z-index: 2
}

.production-item__desc-title h4 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0
}

@media (max-width:767px) {
  .production-item__desc-title h4 {
    font-size: 22px
  }
}

.production-item__desc-price {
  font-size: 1.6rem;
  margin-top: .3rem
}

@media (max-width:767px) {
  .production-item__desc-price {
    font-size: 16px
  }
}

.price-production {
  display: block;
  font-size: 3rem;
  font-weight: 600
}

@media (max-width:767px) {
  .price-production {
    font-size: 30px
  }
}

.production-item__input {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #a0a0a0;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 252px;
  padding: 0 1.5rem;
  width: 100%
}

@media (max-width:767px) {
  .production-item__input {
    height: 70px;
    margin-top: 27px
  }
}

.production-item__input-min {
  background-image: url(../images/dist/minus.svg);
  background-size: 1.6rem .4rem
}

.production-item__input-min,
.production-item__input-plus {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 4rem;
  width: 4rem
}

.production-item__input-plus {
  background-image: url(../images/dist/plus.svg);
  background-size: 1.6rem 1.6rem
}

.production-input {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #363636;
  font-family: Graphik LCG;
  font-size: 3rem;
  font-weight: 700;
  max-width: 170px;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transform: all ease-out .4s;
  -ms-transform: all ease-out .4s;
  transform: all ease-out .4s;
  width: 100%;
}

.production-input::-webkit-input-placeholder {
  color: #7d7d7d;
  font-size: 2rem;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 3px
}

/* Chrome, Safari, Edge, Opera */
.production-input::-webkit-outer-spin-button,
.production-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.production-input {
  -moz-appearance: textfield;
}
.production-input:hover,
.production-input:focus {
  -moz-appearance: number-input;
}
@media (max-width:1600px) {
  .production-input::-webkit-input-placeholder {
    top: 0
  }
}

.production-input::-moz-placeholder {
  color: #7d7d7d;
  font-size: 2rem;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0
}

.production-input:-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 2rem;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0
}

.production-input:-moz-placeholder {
  color: #7d7d7d;
  font-size: 2rem;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0
}

.production__white-items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 579px
}

@media (max-width:767px) {
  .production__white-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 17px
  }
}

.other-production {
  margin-top: 7.2rem
}

@media (max-width:767px) {
  .other-production {
    margin-top: 4.2rem
  }
}

.other-production__container {
    justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem
}

@media (max-width:767px) {
  .other-production__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 17px
  }
}

/*.other-production__container .production-item {
  margin-right: 4.5rem
}

@media (max-width:1400px) {
  .other-production__container .production-item {
    margin-right: 2.5rem
  }
}

@media (max-width:767px) {
  .other-production__container .production-item {
    margin-right: 0
  }
}
*/
.other-production__container .production-item__desc-title h4 {
  line-height: 1;
  min-height: 7.5rem
}

@media (max-width:1500px) {
  .other-production__container .production-item__desc-title h4 {
    margin: 0 auto;
    max-width: 85%
  }
}

@media (max-width:767px) {
  .other-production__container .production-item__desc-title h4 {
    max-width: 100%;
    min-height: auto
  }
}

.other-production__container .production-item__desc {
  margin-top: -1rem
}

@media (max-width:767px) {
  .other-production__container .production-item__desc {
    margin-top: -3rem;
    position: absolute;
    bottom: 0;
  }
}

.other-production__container .production-item__desc-price {
  margin-top: 0
}

@media (max-width:767px) {
  .other-production__container .production-item__desc-price {
    margin-top: 16px
  }
}

.select-box {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
  width: 100%
}

.select-box__current {
  border: 3px solid #a0a0a0;
  border-radius: 35px;
  color: #363636;
  cursor: pointer;
  font-family: Graphik LCG;
  font-size: 2rem;
  font-weight: 400;
  outline: none;
  padding: 2.2rem 3.1rem 1.9rem;
  position: relative
}

@media (max-width:767px) {
  .select-box__current {
    border: 2px solid #a0a0a0;
    border-radius: 10px;
    padding: 2.2rem 2.1rem 1.9rem
  }
}

.select-box__current:focus+.select-box__list {
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.select-box__icon {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  width: 3rem
}

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

.select-box__value:first-of-type .select-box__input-text {
  color: #7d7d7d
}

.select-box__input {
  display: none
}

.select-box__input:checked+.select-box__input-text {
  display: block
}

.select-box__input-text {
  background-color: #fff;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.select-box__list {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .2);
  font-size: 1.7rem;
  list-style: none;
  opacity: 0;
  padding: 2.3rem 0 1.8rem;
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.select-box__option {
  background-color: #fff;
  display: block;
  padding: 1rem 5.5rem
}

.select-box__option:focus,
.select-box__option:hover {
  background-color: #fbfbfb;
  color: #363636
}

@-webkit-keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
  }
}

@keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
  }
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.2rem;
  position: relative
}

@media (max-width:960px) {
  .checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:767px) {
  .checkout {
    display: none
  }
}

.checkout:after {
  -webkit-animation: TudaSuda 6s ease-in-out infinite;
  animation: TudaSuda 6s ease-in-out infinite;
  background: url(../images/dist/checkout_bg.jpg) 50%/cover no-repeat;
  content: "";
  height: 39.7rem;
  position: absolute;
  right: -6.9%;
  top: -1.6rem;
  width: 37.5rem
}

@media (max-width:1200px) {
  .checkout:after {
    display: none
  }
}

.checkout h3 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4.1rem
}

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

.checkout__inputs {
  max-width: 577px;
  width: 100%
}

@media (max-width:960px) {
  .checkout__inputs {
    max-width: 100%
  }
}

.p-input {
  width: 100%;
}
.checkout__inputs .p-input {
  margin-bottom: 1.8rem;
  width: 100%
}

.checkout__inputs .select-box {
  margin-bottom: 1.8rem
}

.checkout__price {
  margin-left: 14.2rem;
  padding-top: 7.9rem
}

@media (max-width:1200px) {
  .checkout__price {
    margin-left: 8.2rem
  }
}

@media (max-width:960px) {
  .checkout__price {
    margin-left: 0;
    padding-top: 3rem;
    text-align: center
  }
}

.checkout__price h4 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0
}

.checkout__price h4 span {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  margin-top: .5rem
}

.checkout__price .checkout__price-sub {
  color: #a8a8a8;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 3.3rem;
  max-width: 277px
}

@media (max-width:960px) {
  .checkout__price .checkout__price-sub {
    max-width: 100%;
    width: 100%
  }
}

.checkout__price .p-btn {
  margin-top: 1.7rem;
  padding: 2.7rem 5.9rem
}

.checkout-mobile {
  display: none
}

@media (max-width:767px) {
  .checkout-mobile {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 20;
    z-index: -1
  }

  .checkout-mobile.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    z-index: 20
  }
}

.checkout-mobile__cnt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
  height: 67px;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%
}

.checkout-mobile__cnt,
.checkout-mobile__cnt .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.checkout-mobile__cnt .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 35px;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  max-width: 144px;
  padding: 5px 10px;
  text-align: center
}

.checkout-mobile__cnt .price-mobile {
  color: #363636;
  font-size: 26px;
  font-weight: 700
}

.checkout-mobile__cnt .arrow-mobile {
  background-repeat: no-repeat;
  height: 16px;
  left: 50%;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px
}

.checkout-mobile__cnt .arrow-mobile.top {
  background-image: url(../images/dist/arrow_mobile_zakaz.svg)
}

.checkout-mobile__cnt .arrow-mobile.bottom {
  background-image: url(../images/dist/arrow_mobile_zakaz_down.svg)
}

.checkout-mobile__cnt .mini {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.checkout-mobile__cnt .max {
  width: 100%
}

.checkout-mobile__cnt .max .max__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.checkout-mobile__cnt .max .max__row--2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px
}

.checkout-mobile__cnt .max__span-1 {
  color: #363636;
  font-size: 16px;
  font-weight: 500
}

.checkout-mobile__cnt .max__span-price {
  color: 363636;
  font-size: 26px;
  font-weight: 700
}

.checkout-mobile__cnt .btn_1 {
  background-color: #e8e8e8;
  color: #7d7d7d;
  max-width: 128px
}

.checkout-mobile__cnt .btn_1,
.checkout-mobile__cnt .btn_2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.checkout-mobile__cnt .btn_2 {
  margin-left: 16px;
  max-width: 184px
}

.show-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 20px;
  width: 200px;
  z-index: 20
}

.checkout-mobile__cnt.max {
  height: 120px
}

.checkout-mobile__cnt.max .mini,
.checkout-mobile__cnt.mini .max {
  display: none
}

.want-free-delivery {
  background-color: #f3f3f3;
  border-radius: 125px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  margin: .8rem auto 0;
  max-width: 1420px;
  padding: 4rem 5rem;
  text-align: center
}

@media (max-width:1500px) {
  .want-free-delivery {
    margin-left: 80px;
    margin-right: 80px
  }
}

@media (max-width:1200px) {
  .want-free-delivery {
    margin-left: 40px;
    margin-right: 40px
  }
}

@media (max-width:960px) {
  .want-free-delivery {
    padding: 3rem
  }
}

@media (max-width:767px) {
  .want-free-delivery {
    background-color: #dd1632;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 25px 107px
  }
}

.want-free-delivery h2 {
  margin-bottom: .9rem;
  margin-top: -.7rem
}

@media (max-width:767px) {
  .want-free-delivery h2 {
    font-size: 36px;
    line-height: 1
  }
}

.want-free-delivery p {
  font-size: 3.6rem;
  font-weight: 500
}

@media (max-width:1400px) {
  .want-free-delivery p {
    font-size: 3rem
  }
}

@media (max-width:960px) {
  .want-free-delivery p {
    font-size: 2.5rem
  }
}

@media (max-width:767px) {
  .want-free-delivery p {
    font-size: 18px;
    margin-top: 30px
  }
}

.want-free-delivery p span {
  color: #f12340;
  cursor: pointer;
  display: inline-block;
  position: relative
}

.want-free-delivery p span:hover:after {
  width: 0
}

.want-free-delivery p span:after {
  background-color: #f12340;
  bottom: .5rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%
}

@media (max-width:1400px) {
  .want-free-delivery p span:after {
    bottom: .2rem
  }
}

@media (max-width:767px) {
  .want-free-delivery p.dostavka {
    margin-top: 10px
  }

  .want-free-delivery-mobile {
    background-color: #f3f3f3;
    border-radius: 20px;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
    padding: 34px 20px 25px;
    position: relative
  }
}

@media (max-width:767px) {
  .want-free-delivery-mobile:after {
    background: url(../images/dist/want_free_delivery_mobile_bg.png) 50%/cover no-repeat;
    bottom: -272px;
    content: "";
    height: 329px;
    position: absolute;
    right: -25px;
    width: 375px
  }
}

.about-us {
  margin: 11.7rem auto 0;
  max-width: 1420px;
  position: relative
}

@media (max-width:1500px) {
  .about-us {
    padding: 0 80px
  }
}

.about-us:before {
  -webkit-animation: TudaSuda 4.5s ease-in-out infinite;
  animation: TudaSuda 4.5s ease-in-out infinite;
  background: url(../images/dist/few_words_bg.jpg) 50%/cover no-repeat;
  content: "";
  height: 31.2rem;
  left: -17.6%;
  position: absolute;
  top: 5rem;
  width: 22.3rem
}

.about-us:after {
  -webkit-animation: TudaSuda 6s ease-in-out infinite;
  animation: TudaSuda 6s ease-in-out infinite;
  background: url(../images/dist/few_words_bg_2.jpg) 50%/cover no-repeat;
  content: "";
  height: 36.2rem;
  position: absolute;
  right: -17.6%;
  top: 20rem;
  width: 26rem
}

@media (max-width:1200px) {
  .about-us {
    padding: 0 40px
  }

  .about-us:after,
  .about-us:before {
    display: none
  }
}

@media (max-width:767px) {
  .about-us {
    margin-top: 16.5rem;
    padding: 0 25px
  }
}

.about-us h2 {
  display: inline-block;
  line-height: .9;
  margin-bottom: 3.5rem;
  position: relative
}

@media (max-width:767px) {
  .about-us h2 {
    font-size: 30px;
    margin-bottom: 39px;
    text-align: center;
    display: block;
  }
}

@media (max-width:320px) {
  .about-us h2 {
    font-size: 25px;
    margin-top: 30px
  }
}

.about-us h2:after {
  background: url(../images/dist/about_us_h2.jpg) 50%/cover no-repeat;
  content: "";
  height: 8.2rem;
  position: absolute;
  right: -9.4rem;
  top: .8rem;
  width: 8.1rem
}

@media (max-width:767px) {
  .about-us h2:after {
    display: none
  }
}

.about-us p {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2.6rem
}

@media (max-width:767px) {
  .about-us p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 26px
  }
}

.few-words {
  margin-bottom: 7.3rem;
  position: relative
}

@media (max-width:767px) {
  .few-words {
    margin-bottom: 6rem
  }
}


.few-words h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0
}

@media (max-width:767px) {
  .few-words h3 {
    font-size: 40px;
    line-height: .9;
    text-align: center
  }
}

@media (max-width:360px) {
  .few-words h3 {
    font-size: 40px
  }
}

.few-words__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 6.1rem
}

@media (max-width:767px) {
  .few-words__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }

  .few-words__items:after {
    background: url(../images/dist/about_us_mobile_bg.png) 50%/cover no-repeat;
    content: "";
    height: 116px;
    position: absolute;
    right: -25px;
    top: auto;
    bottom:-50px;
    width: 350px;
    z-index:-1;
  }
}

.few-words__item {
  max-width: 296px;
  text-align: center;
  width: 100%
}

@media (max-width:1500px) {
  .few-words__item {
    max-width: 240px
  }
}

@media (max-width:767px) {
  .few-words__item {
    margin-bottom: 20px;
    max-width: 100%
  }
}

.few-words__item-photo {
  margin-bottom: 34px;
  min-height: 8rem
}

@media (max-width:1200px) {
  .few-words__item-photo {
    min-height: 11rem
  }
}

@media (max-width:767px) {
  .few-words__item-photo {
    min-height: 9rem
  }
}

.few-words__item-text {
  margin-top: -.4rem;
  text-align: center
}

.few-words__item-text p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4
}

@media (max-width:1200px) {
  .few-words__item-text p {
    font-size: 2rem
  }
}

@media (max-width:960px) {
  .few-words__item-text p {
    font-size: 1.5rem
  }
}

@media (max-width:767px) {
  .few-words__item-text p {
    font-size: 16px;
    margin-top: -7px
  }
}

.our-gallery {
  margin: 7.4rem auto 0;
  max-width: 1420px
}

@media (max-width:1500px) {
  .our-gallery {
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .our-gallery {
    padding: 0 40px
  }
}

@media (max-width:767px) {
  .our-gallery {
    margin-top: 6.5rem;
    padding: 0
  }

  .our-gallery h2 {
    font-size: 30px;
    padding: 0 25px;
    text-align: center
  }
}

.our-gallery__container {
  -ms-grid-columns: minmax(auto, 46rem) 2rem minmax(auto, 22rem) 2rem minmax(auto, 22rem) 2rem minmax(auto, 22rem) 2rem minmax(auto, 22rem);
  -ms-grid-rows: 1fr;
  grid-gap: 2rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(auto, 46rem) repeat(4, minmax(auto, 22rem));
  grid-template-rows: 1fr;
  margin-top: 2.6rem
}

/* .our-gallery__container>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-row-end: 3;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
  grid-row-end: 3;
  grid-row-start: 1;
} */
.our-gallery__container .our-gallery__item:first-child{
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
  grid-row-end: 3;
  grid-row-start: 1;
}
.our-gallery__container .our-gallery__item:first-child img {
    border-radius: 10px;
    height: 46rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 46rem;
}

.our-gallery__container>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.our-gallery__container>:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1
}

.our-gallery__container>:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1
}

.our-gallery__container>:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1
}

@media (max-width:960px) {
  .our-gallery__container {
    -ms-grid-columns: minmax(auto, 46rem) 1rem minmax(auto, 22rem) 1rem minmax(auto, 22rem) 1rem minmax(auto, 22rem) 1rem minmax(auto, 22rem);
    -ms-grid-rows: 1fr;
    grid-gap: 1rem;
    grid-template-columns: minmax(auto, 46rem) repeat(4, minmax(auto, 22rem));
    grid-template-rows: 1fr
  }

  .our-gallery__container>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1
  }

  .our-gallery__container>:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
  }

  .our-gallery__container>:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-row: 1
  }

  .our-gallery__container>:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-row: 1
  }

  .our-gallery__container>:nth-child(5) {
    -ms-grid-column: 9;
    -ms-grid-row: 1
  }
}

@media (max-width:767px) {
  .our-gallery__container {
    display: none
  }
}

.our-gallery__item img {
  border-radius: 10px;
  height: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 22rem
}

@media (max-width:960px) {
  .our-gallery__item img {
    height: auto
  }
}

.our-gallery__item img:hover {
  opacity: .9
}

.our-gallery__item--big {
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
  grid-row-end: 3;
  grid-row-start: 1
}

@media (max-width:960px) {
  .our-gallery__item--big {
    -ms-grid-row-span: 0;
    -ms-grid-row: 1;
    grid-row-end: 1;
    grid-row-start: 1
  }
}

.our-gallery__item--big img {
  border-radius: 10px;
  height: 46rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 46rem
}

@media (max-width:960px) {
  .our-gallery__item--big img {
    height: auto
  }
}

.our-gallery-mobile {
  display: none
}

@media (max-width:767px) {
  .our-gallery-mobile {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px
  }
}

.our-gallery-mobile .owl-nav {
  display: none
}

.our-gallery-mobile #sync1 .item {
  background: #0c83e7;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  text-align: center
}

.our-gallery-mobile #sync1 img {
  border-radius: 10px;
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover
}

.our-gallery-mobile #sync2 {
  margin-top: -5px
}

.our-gallery-mobile #sync2 .item {
  background: #c9c9c9;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  text-align: center
}

.our-gallery-mobile #sync2 .item h1 {
  font-size: 18px
}

.our-gallery-mobile #sync2 img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover
}

.our-gallery-mobile #sync2 .current .item {
  background: #0c83e7
}

.our-gallery-mobile .owl-theme .owl-nav [class*=owl-] {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.our-gallery-mobile .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6
}

.our-gallery-mobile #sync1.owl-theme {
  position: relative
}

.our-gallery-mobile #sync1.owl-theme .owl-next,
.our-gallery-mobile #sync1.owl-theme .owl-prev {
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 22px
}

.our-gallery-mobile #sync1.owl-theme .owl-prev {
  left: 10px
}

.our-gallery-mobile #sync1.owl-theme .owl-next {
  right: 10px
}

.soc-mobile {
  display: none
}

@media (max-width:767px) {
  .soc-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0
  }

  .soc-mobile .header__soc {
    margin-right: 0
  }

  .soc-mobile .header__soc span {
    color: #363636;
    font-size: 16px;
    margin-right: 22px
  }

  .soc-mobile .header__soc a {
    margin-right: 2rem
  }

  .soc-mobile .header__soc a:last-of-type {
    margin-right: 0
  }
}

.faq {
  margin: 19.5rem auto 5.7rem;
  max-width: 1420px
}

@media (max-width:1500px) {
  .faq {
    margin-top: 10.5rem;
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .faq {
    padding: 0 40px
  }
}

@media (max-width:767px) {
  .faq {
    margin-bottom: 4rem;
    margin-top: 12.5rem;
    padding: 0 25px
  }
}

.faq h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0
}

@media (max-width:767px) {
  .faq h2 {
    font-size: 30px;
    line-height: 1;
    text-align: center
  }
}

.faq-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem
}

@media (max-width:960px) {
  .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:767px) {
  .faq-container {
    display: none
  }
}

.faq__questions {
  max-width: 717px;
  padding-top: 3.7rem;
  width: 100%
}

@media (max-width:1400px) {
  .faq__questions {
    max-width: 610px
  }
}

@media (max-width:1200px) {
  .faq__questions {
    padding-right: 8rem
  }
}

@media (max-width:960px) {
  .faq__questions {
    padding-right: 2rem
  }
}

.faq__h-tab {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5rem
}

.faq__h-tab:hover .faq__h-tab-num {
  background-color: #363636
}

.faq__h-tab-num {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f12340;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  height: 6.7rem;
  justify-content: center;
  margin-right: 2rem;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 6.7rem
}

@media (max-width:960px) {
  .faq__h-tab-num {
    font-size: 2rem;
    height: 4rem;
    width: 4rem
  }
}

@media (max-width:767px) {
  .faq__h-tab-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    height: 35px;
    width: 35px
  }
}

.faq__h-tab-text {
  font-size: 3rem;
  font-weight: 500;
  position: relative
}

@media (max-width:1200px) {
  .faq__h-tab-text {
    font-size: 2rem
  }
}

.faq__h-tab-text:after {
  background-image: url(../images/dist/dashed_text.svg);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%
}

.faq__h-tab.active .faq__h-tab-num {
  background-color: #363636
}

.faq__h-tab.active .faq__h-tab-text:after {
  background-image: none
}

.faq__answers {
  max-width: 582px;
  width: 100%
}

@media (max-width:1400px) {
  .faq__answers {
    max-width: 485px
  }
}

.faq__answers-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f3f3f3;
  border-radius: 35px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 34.1rem;
  padding: 3.7rem 4.2rem;
  position: relative
}

.faq__answers-tab p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 2.9rem
}

.faq__answers-tab p:last-of-type {
  margin-bottom: 0
}

.faq__answers-tab:after {
  border: 2.5rem solid transparent;
  border-right: 3.5rem solid #f3f3f3;
  content: "";
  left: -5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

@media (max-width:960px) {
  .faq__answers-tab:after {
    display: none
  }
}

.faq__answers-tab.active-tab {
  animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  -webkit-animation: fadein 1.2s;
  -o-animation: fadein 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.accordion-container {
  display: none
}

@media (max-width:767px) {
  .accordion-container {
    display: block;
    margin-top: 36px
  }
}

.accordion-container .faq__h-tab-text {
  font-size: 2.2rem;
  line-height: 1.2
}

.accordion-container .ac .ac-trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Graphik LCG, sans-serif;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  padding: 0
}

.accordion-container .faq__h-tab-text:after {
  display: none
}

.accordion-container .ac {
  border: none;
  margin-bottom: 0;
  margin-top: 0
}

.accordion-container .ac.is-active .ac-panel {
  margin-bottom: 15px
}

.accordion-container .ac .ac-panel {
  margin-bottom: 15px;
  margin-top: 15px
}

.accordion-container .ac .ac-trigger:after {
  display: none
}

.accordion-container .ac.is-active .ac-trigger .faq__h-tab-num {
  background-color: #363636
}

.accordion-container .text-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #f3f3f3;
  border-radius: 35px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 34.1rem;
  padding: 2.8rem 2.5rem;
  position: relative
}

.accordion-container p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2.1rem
}

.have-question {
  margin: 0 auto;
  max-width: 1420px
}

@media (max-width:1500px) {
  .have-question {
    padding: 0 80px
  }
}

@media (max-width:1200px) {
  .have-question {
    padding: 0 40px
  }
}

@media (max-width:767px) {
  .have-question {
    padding: 0 25px
  }
}

.have-question .p-h2 {
  font-size: 4.8rem;
  margin-bottom: 0
}

@media (max-width:767px) {
  .have-question .p-h2 {
    font-size: 30px;
    line-height: 1;
    text-align: center
  }
}

.have-question__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 5.4rem
}

@media (max-width:960px) {
  .have-question__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:767px) {
  .have-question__container {
    margin-top: 25px
  }
}

.have-question__inputs {
  max-width: 44.2rem;
  width: 100%
}

@media (max-width:1500px) {
  .have-question__inputs {
    max-width: 49.2rem
  }
}

@media (max-width:1400px) {
  .have-question__inputs {
    max-width: 45.2rem
  }
}

@media (max-width:1200px) {
  .have-question__inputs {
    max-width: 35.2rem
  }
}

@media (max-width:960px) {
  .have-question__inputs {
    max-width: 100%
  }
}

.have-question__inputs .p-input {
  margin-bottom: 1.9rem;
  width: 100%
}

@media (max-width:767px) {
  .have-question__inputs .p-input {
    margin-bottom: 17px
  }
}

.have-question__inputs .p-input:last-of-type {
  margin-bottom: 0
}

.have-question__textarea {
  max-width: 46rem;
  width: 100%
}

@media (max-width:1500px) {
  .have-question__textarea {
    max-width: 51rem
  }
}

@media (max-width:1400px) {
  .have-question__textarea {
    max-width: 46rem
  }
}

@media (max-width:1200px) {
  .have-question__textarea {
    max-width: 39rem
  }
}

@media (max-width:960px) {
  .have-question__textarea {
    margin-bottom: 1.9rem;
    margin-top: 1.9rem;
    max-width: 100%
  }
}

.have-question__textarea .p-input {
  height: 16.1rem;
  resize: none;
  width: 100%
}

@media (max-width:767px) {
  .have-question__textarea .p-input {
    height: 20.1rem
  }
}

.have-question__btn {
  max-width: 44.2rem;
  width: 100%
}

@media (max-width:1500px) {
  .have-question__btn {
    max-width: 49.2rem
  }
}

@media (max-width:1400px) {
  .have-question__btn {
    max-width: 45.2rem
  }
}

@media (max-width:1200px) {
  .have-question__btn {
    max-width: 38.2rem
  }
}

@media (max-width:960px) {
  .have-question__btn {
    max-width: 100%
  }
}

@media (max-width:767px) {
  .have-question__btn {
    margin-top: 12px
  }
}

.have-question__btn .p-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  justify-content: center;
  width: 100%
}

.have-question__btn .have-question__btn-desc {
  color: #a8a8a8;
  font-size: 1.4rem;
  margin-top: 3.2rem;
  text-align: center
}

@media (max-width:767px) {
  .have-question__btn .have-question__btn-desc {
    font-size: 12px
  }
}

footer {
  margin: 7.6rem auto 13.5rem;
  max-width: 1420px;
  text-align: center
}

@media (max-width:960px) {
  footer {
    padding: 0 40px
  }
}

@media (max-width:767px) {
  footer {
    margin-bottom: 9.5rem;
    padding: 0 25px
  }
}

footer .footer__logo {
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 22rem
}

@media (max-width:767px) {
  footer .footer__logo {
    margin-bottom: 3.6rem;
    max-width: 27rem
  }
}

footer .footer__soc {
  margin-bottom: 3.3rem
}

@media (max-width:767px) {
  footer .footer__soc {
    margin-bottom: 31px
  }
}

footer .footer__soc a {
  display: inline-block;
  margin-right: .5rem
}

@media (max-width:767px) {
  footer .footer__soc a {
    margin-right: 11px
  }
}

footer .footer__soc a:last-of-type {
  margin-right: 0
}

footer .footer__text {
  margin: 0 auto;
  max-width: 954px
}

footer .footer__text p {
  color: #a8a8a8;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 2px
}

@media (max-width:767px) {
  footer .footer__text p {
    font-size: 12px;
    line-height: 18px
  }
}

.p-modal .dialog {
  z-index: 20
}

.p-modal .dialog h2 {
  font-family: Graphik LCG, sans-serif;
  font-size: 5rem;
  font-weight: 700
}

@media (max-width:767px) {
  .p-modal .dialog h2 {
    font-size: 30px;
    line-height: 1
  }
}

.p-modal .dialog__overlay {
  background: rgba(0, 0, 0, .7)
}

.p-modal .dialog__content {
  border-radius: 30px;
  max-width: 806px;
  padding: 3.5rem 8rem 4.5rem
}

@media (max-width:767px) {
  .p-modal .dialog__content {
    padding: 8.5rem 4rem 5rem;
    width: 92%
  }
}

.p-modal .dialog__content-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 537px
}

.p-modal .dialog__content-form .p-input {
  margin-bottom: 1.9rem
}

.p-modal .dialog__content-form .p-input--textarea {
  height: 14rem;
  resize: none
}

.p-modal .dialog__content-form .p-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 232px;
  width: 100%
}

.p-modal .dialog__content-desc {
  color: #a8a8a8;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 5rem
}

@media (max-width:767px) {
  .p-modal .dialog__content-desc {
    margin-top: 15px
  }
}

.p-modal .close_modal {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 29px
}

@media (max-width:767px) {
  .p-modal .close_modal {
    right: 4rem;
    top: 3rem
  }
}

#dialogZakaz .dialog__content {
  min-height: 80vh;
  overflow-y: auto;
}

#dialogZakaz .checkout {
  margin-top: 0
}

#dialogZakaz .select-box__input:checked+.select-box__input-text {
  text-align: left
}

#dialogZakaz .select-box__option {
  padding: 1rem 2rem
}

#dialogZakaz .select-box__list {
  text-align: left
}

@media (max-width:1500px) {
  html {
    font-size: 8px
  }
}
form input[name="name"], form [name="phone"] {
    display: none;
}



.thanks-page {
  background-color: #1a1a1a;
}
.thanks-page .header__soc span,
.thanks-page .header__phone a {
  color: #fff!important;
}
.thanks-page .main-screen__left {
  margin: 0 auto;
  text-align: center;
}
.thanks-page .main-screen__left h1 {
  margin: 0 auto;
}
.thanks-page .main-screen__left ul {
  margin-left: 0;
}
.thanks-page .main-screen__left ul li:before {
  display: none;
}



.input-holder {
  position: relative;
}
.phone-error {
/*    display: none;*/
    position: absolute;
    left: 15px;
    top: -18px;
    color: #f00;
    font: 400 14px 'e-Ukraine', sans-serif;
}