* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "SamsungOne", sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }
  body.noscroll {
    overflow: hidden; }

iframe {
  border: 0; }

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

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  line-height: 1;
  text-align: center; }

h1, .h1 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 26px; } }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #D92B23; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol {
  list-style-type: decimal; }

.ml-auto {
  margin-left: auto; }

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

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

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

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

/*::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #555; }
::-webkit-scrollbar-thumb { background: #222; }*/
::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  transition: all .2s;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  font-size: 16px; }
  input.is-error, textarea.is-error, select.is-error {
    border-color: #f00; }

button, [type='submit'], [type='reset'] {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 14px 20px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-family: "Samsung Sharp Sans", sans-serif;
  background: #D92B23;
  border-radius: 30px;
  border: none; }
  button:hover, [type='submit']:hover, [type='reset']:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(217, 43, 35, 0.8); }
  button:active, [type='submit']:active, [type='reset']:active {
    border-color: black;
    background: #f2f2f2; }

textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.control {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #0199e6; }
  .control svg {
    fill: #0199e6; }
  .control.prev {
    left: 0; }
    .control.prev svg {
      transform: rotate(180deg); }
  .control.next {
    right: 0; }

.btn {
  border: 3px solid #D92B23;
  font-weight: 700;
  border-radius: 90px;
  padding: 5px 6px;
  font-size: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  /*&:hover {
  	color: #000;
  	&:before {
  		content: '';
  		display: block;
  		position: absolute;
  		width: 70px;
  		height: 200%;
  		-webkit-transform: rotate(13deg);
  		-ms-transform: rotate(13deg);
  		transform: rotate(13deg);
  		top: -60%;
  		right: 120%;
  		-webkit-animation: glare 4s ease infinite;
  		animation: glare 4s ease infinite;
  		z-index: 5;
  		pointer-events: none;
  		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
  		background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
  		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#4dffffff', GradientType=1);
  	}
  }*/ }
  @media (min-width: 992px) {
    .btn {
      border-width: 2px;
      padding: 7px 37px;
      font-size: 16px; } }

@-webkit-keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%); }
  40%,
	to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%); } }
@keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%); }
  40%,
	to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%); } }
.fancybox-container {
  font-family: "Samsung Sharp Sans", sans-serif; }
.fancybox-bg {
  background: rgba(0, 0, 0, 0.85); }

.modal__form {
  background: none; }
  .modal__form-success {
    color: #fff;
    text-align: center; }
  .modal__form-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 73px; }
  .modal__form .fancybox-close-small {
    display: none; }
  .modal__form-close {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer; }
    .modal__form-close svg {
      width: 30px;
      height: 30px; }

.form__field {
  width: 370px;
  max-width: 90%;
  margin: 0 auto 12px; }
  .form__field-submit {
    margin-bottom: 22px; }
  .form__field input {
    background: #D9D9D9;
    border-radius: 30px; }
  .form__field button[typa=submit] {
    color: #fff;
    font-family: "Samsung Sharp Sans", sans-serif;
    background: #D92B23;
    border-radius: 30px; }
  .form__field.agreement input {
    position: absolute;
    opacity: 0; }
    .form__field.agreement input:checked + span svg {
      opacity: 1; }
  .form__field.agreement label {
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: "SamsungOne", sans-serif;
    font-size: 14px; }
  .form__field.agreement span {
    display: flex;
    width: 22px;
    height: 22px;
    flex: none;
    position: relative; }
    .form__field.agreement span:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      border: 2px solid #fff; }
    .form__field.agreement span svg {
      width: 100%;
      height: 100%;
      transition: .2s;
      opacity: 0; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Thin.woff") format("woff"), url("fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-UltraLight.woff") format("woff"), url("fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'SamsungOne';
  src: url("fonts/SamsungOne-400.eot");
  src: url("fonts/SamsungOne-400.eot?#iefix") format("embedded-opentype"), url("fonts/SamsungOne-400.woff2") format("woff2"), url("fonts/SamsungOne-400.woff") format("woff"), url("fonts/SamsungOne-400.ttf") format("truetype"), url("fonts/SamsungOne-400.svg#SamsungOne-400") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SamsungOne';
  src: url("fonts/SamsungOne-700.eot");
  src: url("fonts/SamsungOne-700.eot?#iefix") format("embedded-opentype"), url("fonts/SamsungOne-700.woff2") format("woff2"), url("fonts/SamsungOne-700.woff") format("woff"), url("fonts/SamsungOne-700.ttf") format("truetype"), url("fonts/SamsungOne-700.svg#SamsungOne-700") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url("fonts/SamsungSharpSans-Bold.eot");
  src: url("fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("fonts/SamsungSharpSans-Bold.woff") format("woff"), url("fonts/SamsungSharpSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1200px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

html, body {
  min-width: 320px;
  height: 100%; }

.wrapper {
  position: relative; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.square {
  position: relative; }
  .square-content {
    position: relative;
    z-index: 3; }
  .square:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border: 1px solid #000;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 38%, 15% 38%, 15% 100%, 0 100%); }
    @media (min-width: 992px) {
      .square:before {
        width: 100px;
        height: 100px; } }

.animation {
  opacity: 0;
  transition: 1s linear; }
  .animation.element-show {
    opacity: 1; }

.header {
  background: #f6f6f6;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: .3s linear; }
  .header.fix {
    padding: 3px 0; }
    .header.fix .mobile__menu {
      top: 34px;
      height: calc(100vh - 34px); }
  .header__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    flex: none;
    width: 70px; }
    @media (min-width: 375px) {
      .header__logo {
        width: 100px; } }
    @media (min-width: 992px) {
      .header__logo {
        width: auto; } }
    .header__logo a {
      display: flex;
      transition: .3s linear;
      /*height: 40px;
      @include breakpoint(lg) {
        height: 59px;
      }*/ }
  .header__nav {
    display: none; }
    @media (min-width: 992px) {
      .header__nav {
        display: block; } }
  .header__phone {
    font-weight: bold;
    font-size: 10px; }
    @media (min-width: 375px) {
      .header__phone {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .header__phone {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .header__phone {
        font-size: 18px; } }
  .header__btn {
    display: flex; }
    @media (min-width: 992px) {
      .header__btn a {
        padding: 7px 15px; } }
    @media (min-width: 1200px) {
      .header__btn a {
        padding: 7px 37px; } }
  @media (min-width: 992px) {
    .header__burger {
      display: none; } }

.mobile__menu {
  transition: .3s;
  width: 100%;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 48px;
  height: calc(100vh - 48px);
  background: #f6f6f6;
  color: #000;
  padding-top: 30px; }
  .mobile__menu.open {
    transform: translateX(0); }
  .mobile__menu nav ul {
    display: block; }
    .mobile__menu nav ul a {
      display: block;
      padding: 10px 0;
      text-align: center;
      font-size: 16px; }

nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0; }
  nav ul a {
    padding: 0 10px; }
    @media (min-width: 992px) {
      nav ul a {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      nav ul a {
        padding: 0 15px;
        font-size: 18px; } }

.footer {
  background: #323232;
  color: #fff;
  padding: 15px 0;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      padding: 30px 0; } }
  .footer__copyright {
    font-size: 12px; }
    @media (min-width: 992px) {
      .footer__copyright {
        font-size: 16px; } }

@media (min-width: 992px) {
  .burger {
    display: none; } }
.burger.active span {
  opacity: 1;
  transform: rotate(45deg) translate(1px, -6px); }
  .burger.active span:nth-last-child(1) {
    transform: rotate(-45deg) translate(2px, 1px); }
  .burger.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
.burger span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 4px;
  margin-left: auto;
  position: relative;
  background: #000;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  .burger span:first-child {
    transform-origin: 0% 0%; }
  .burger span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  .burger span:last-child {
    margin-bottom: 0; }

.socials {
  display: flex;
  align-items: center;
  gap: 5px; }
  .socials__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px; }
    .socials__item svg {
      width: 100%;
      height: 100%; }

.sec1 {
  position: relative; }
  .sec1 img {
    display: block;
    height: 290px;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 768px) {
      .sec1 img {
        height: 370px; } }
    @media (min-width: 992px) {
      .sec1 img {
        height: auto; } }
  .sec1__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 25px; }
    @media (min-width: 768px) {
      .sec1__container {
        padding-top: 50px; } }
    @media (min-width: 992px) {
      .sec1__container {
        padding-top: 60px; } }
    @media (min-width: 1200px) {
      .sec1__container {
        padding-top: 90px; } }
    @media (min-width: 1500px) {
      .sec1__container {
        padding-top: 120px; } }
    @media (min-width: 1870px) {
      .sec1__container {
        padding-top: 145px; } }
  @media (min-width: 1200px) {
    .sec1__info {
      padding-left: 50px; } }
  @media (min-width: 1870px) {
    .sec1__info {
      padding-left: 0; } }
  .sec1__title1 {
    color: #1B1B1B;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Samsung Sharp Sans", sans-serif;
    transform: translateY(20%); }
    @media (min-width: 768px) {
      .sec1__title1 {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .sec1__title1 {
        font-size: 24px;
        margin-bottom: 15px; } }
    @media (min-width: 1200px) {
      .sec1__title1 {
        font-size: 24px; } }
    @media (min-width: 1500px) {
      .sec1__title1 {
        font-size: 30px; } }
    @media (min-width: 1870px) {
      .sec1__title1 {
        font-size: 36px; } }
    .sec1__title1.element-show {
      transform: translateY(0); }
  .sec1__title2 {
    background: linear-gradient(89.93deg, #1B1B1B 36.1%, #950E0E 99.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 23px;
    line-height: 1;
    transform: translateX(5%);
    transition-delay: 0.5s; }
    @media (min-width: 768px) {
      .sec1__title2 {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .sec1__title2 {
        font-size: 48px; } }
    @media (min-width: 1200px) {
      .sec1__title2 {
        font-size: 51px; } }
    @media (min-width: 1500px) {
      .sec1__title2 {
        font-size: 58px; } }
    @media (min-width: 1870px) {
      .sec1__title2 {
        font-size: 83px; } }
    .sec1__title2.element-show {
      transform: translateX(0); }
  .sec1__title3 {
    background: linear-gradient(90deg, #1B1B1B 37.96%, #940F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 18px;
    font-family: "Samsung Sharp Sans", sans-serif;
    margin-top: -2px;
    margin-bottom: 10px;
    line-height: 1;
    transform: translateX(-5%);
    transition-delay: 0.5s; }
    @media (min-width: 768px) {
      .sec1__title3 {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .sec1__title3 {
        font-size: 38px;
        margin-bottom: 15px; } }
    @media (min-width: 1200px) {
      .sec1__title3 {
        margin-top: -10px;
        margin-bottom: 20px;
        font-size: 40px; } }
    @media (min-width: 1500px) {
      .sec1__title3 {
        font-size: 46px;
        margin-bottom: 30px; } }
    @media (min-width: 1870px) {
      .sec1__title3 {
        font-size: 66px; } }
    .sec1__title3.element-show {
      transform: translateX(0); }
  .sec1 ul {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .sec1 ul {
        font-size: 14px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .sec1 ul {
        font-size: 18px;
        padding-left: 40px;
        margin-bottom: 20px;
        line-height: 1.7; } }
    @media (min-width: 1200px) {
      .sec1 ul {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 20px; } }
    @media (min-width: 1870px) {
      .sec1 ul {
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 2.1; } }
  .sec1__btn {
    transform: translateY(20%);
    transition-delay: 1s; }
    .sec1__btn.element-show {
      transform: translateY(0); }
    .sec1__btn a {
      font-size: 12px;
      padding: 4px 14px; }
      @media (min-width: 768px) {
        .sec1__btn a {
          font-size: 14px;
          padding: 7px 22px; } }
      @media (min-width: 992px) {
        .sec1__btn a {
          font-size: 18px;
          padding: 10px 30px; } }
      @media (min-width: 1200px) {
        .sec1__btn a {
          font-size: 20px;
          padding: 16px 23px; } }
  .sec1__econom {
    font-family: "Gilroy", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: rgba(100, 100, 100, 0.2);
    transform: translateY(20%);
    transition-delay: 1.2s; }
    @media (min-width: 768px) {
      .sec1__econom {
        font-size: 62px; } }
    @media (min-width: 992px) {
      .sec1__econom {
        font-size: 68px; } }
    @media (min-width: 1200px) {
      .sec1__econom {
        font-size: 90px;
        margin-top: 15px; } }
    @media (min-width: 1500px) {
      .sec1__econom {
        font-size: 120px; } }
    @media (min-width: 1870px) {
      .sec1__econom {
        font-size: 150px;
        margin-top: 50px; } }
    .sec1__econom.element-show {
      transform: translateY(0); }
  .sec1__note {
    font-size: 10px;
    margin-top: 4px; }
    @media (min-width: 768px) {
      .sec1__note {
        margin-top: 0;
        transform: translateY(-9px); } }
    @media (min-width: 992px) {
      .sec1__note {
        font-size: 11px;
        transform: translateY(0); } }
    @media (min-width: 1200px) {
      .sec1__note {
        font-size: 13px;
        margin-top: 20px; } }
.sec2 {
  padding: 50px 0;
  background: radial-gradient(65.09% 65.09% at 31.82% 41.12%, #FFFFFF 34.38%, #E0E0E0 100%); }
  @media (min-width: 992px) {
    .sec2 {
      padding: 87px 0 112px; } }
  .sec2__model {
    text-align: center;
    background: url(images/model-arrows.png) no-repeat 50% 100%;
    background-size: contain; }
  .sec2__info {
    padding-top: 22px; }
  .sec2__title {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    transform: translateY(10%); }
    @media (min-width: 992px) {
      .sec2__title {
        font-size: 28px;
        margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      .sec2__title {
        font-size: 36px; } }
    .sec2__title.element-show {
      transform: translateY(0); }
  .sec2__list {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 26px;
    transform: translateY(10%); }
    .sec2__list.element-show {
      transform: translateY(0); }
    .sec2__list table {
      line-height: 1.1; }
      .sec2__list table td:first-child {
        padding-left: 16px; }
        .sec2__list table td:first-child:before {
          content: '\2022';
          transform: translateX(-8px);
          display: inline-block; }
      .sec2__list table td:nth-child(2) {
        font-weight: 700;
        padding-left: 10px; }
        @media (min-width: 992px) {
          .sec2__list table td:nth-child(2) {
            font-size: 20px;
            padding-left: 18px; } }
        @media (min-width: 1200px) {
          .sec2__list table td:nth-child(2) {
            padding-left: 37px;
            font-size: 24px; } }
        .sec2__list table td:nth-child(2) span {
          font-size: 16px;
          font-weight: 400; }
          @media (min-width: 992px) {
            .sec2__list table td:nth-child(2) span {
              font-size: 18px; } }
  .sec2__bottom {
    margin-top: 18px; }
    .sec2__bottom > .row {
      align-items: center; }
  .sec2__price {
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 75.81%);
    position: relative;
    padding: 10px 0;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      .sec2__price {
        padding: 15px 0; } }
    .sec2__price.element-show {
      transform: translateX(0); }
    .sec2__price:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: 35px;
      background: #fff;
      clip-path: polygon(0 0, 10px 0, 100% 50%, 10px 100%, 0 100%); }
      @media (min-width: 992px) {
        .sec2__price:after {
          width: 55px;
          clip-path: polygon(0 0, 20px 0, 100% 50%, 20px 100%, 0 100%); } }
    .sec2__price-container {
      font-size: 10px;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 768px) {
        .sec2__price-container {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .sec2__price-container {
          font-size: 22px; } }
      .sec2__price-container br {
        display: none; }
        @media (min-width: 768px) {
          .sec2__price-container br {
            display: block; } }
    .sec2__price-value {
      font-size: 22px;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 992px) {
        .sec2__price-value {
          font-size: 48px; } }
      .sec2__price-value span {
        font-size: 20px;
        font-weight: 400; }
        @media (min-width: 992px) {
          .sec2__price-value span {
            font-size: 36px; } }
    .sec2__price-old {
      text-decoration: line-through;
      margin-top: -1px;
      padding-left: 8px; }
  .sec2__btn {
    padding-left: 20px;
    transform: translateY(20px);
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .sec2__btn {
        padding-left: 40px; } }
    .sec2__btn.element-show {
      transform: translateY(0); }
    .sec2__btn .btn {
      font-size: 11px;
      padding: 5px 15px; }
      @media (min-width: 768px) {
        .sec2__btn .btn {
          font-size: 16px;
          padding: 14px 24px; } }
.sec3 {
  background: radial-gradient(49.85% 55.67% at 33.83% 43.19%, #751515 0%, #000000 100%);
  padding: 50px 0;
  color: #fff; }
  @media (min-width: 992px) {
    .sec3 {
      padding: 90px 0 120px; } }
  @media (min-width: 1200px) {
    .sec3 {
      padding: 130px 0 175px; } }
  .sec3__img {
    position: relative; }
    .sec3__img .img {
      position: absolute;
      transition-duration: 0.5s; }
      .sec3__img .img.img1 {
        width: 187px;
        height: 282px;
        z-index: 2;
        left: 47px;
        top: 27px;
        opacity: 1;
        transition-duration: 1s;
        transition-delay: 0.5s;
        transition-timing-function: ease-in-out; }
        @media (min-width: 992px) {
          .sec3__img .img.img1 {
            width: 392px;
            height: 593px;
            left: 124px;
            top: 20px; } }
        @media (min-width: 1200px) {
          .sec3__img .img.img1 {
            width: 560px;
            height: 847px;
            left: 94px;
            top: -47px; } }
        .sec3__img .img.img1.element-show {
          left: -15px;
          top: 0; }
          @media (min-width: 992px) {
            .sec3__img .img.img1.element-show {
              left: 15px;
              top: -36px; } }
          @media (min-width: 1200px) {
            .sec3__img .img.img1.element-show {
              left: -90px;
              top: -116px; } }
      .sec3__img .img.img2 {
        width: 192px;
        height: 305px;
        left: 45px;
        top: 16px;
        z-index: 1; }
        @media (min-width: 992px) {
          .sec3__img .img.img2 {
            width: 402px;
            height: 640px;
            left: 140px;
            top: 0; } }
        @media (min-width: 1200px) {
          .sec3__img .img.img2 {
            width: 575px;
            height: 914px;
            left: 87px;
            top: -72px; } }
      .sec3__img .img.img3 {
        width: 208px;
        height: 236px;
        left: 79px;
        top: 109px;
        z-index: 3;
        transition-delay: 1s; }
        @media (min-width: 992px) {
          .sec3__img .img.img3 {
            width: 437px;
            height: 496px;
            left: 210px;
            top: 190px; } }
        @media (min-width: 1200px) {
          .sec3__img .img.img3 {
            left: 189px;
            top: 199px;
            width: 625px;
            height: 708px; } }
      .sec3__img .img img {
        width: 100%;
        height: 100%; }
  .sec3__container {
    position: relative; }
  .sec3__info {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/ }
  .sec3__title1, .sec3__title2, .sec3__title3 {
    text-align: right;
    font-size: 16px; }
    @media (min-width: 992px) {
      .sec3__title1, .sec3__title2, .sec3__title3 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .sec3__title1, .sec3__title2, .sec3__title3 {
        font-size: 36px; } }
  .sec3__title2 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 40px;
    line-height: 0.7;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .sec3__title2 {
        font-size: 54px; } }
    @media (min-width: 1200px) {
      .sec3__title2 {
        margin-top: 45px;
        font-size: 96px;
        margin-bottom: 5px; } }
    @media (min-width: 1500px) {
      .sec3__title2 {
        margin-bottom: 35px; } }
  .sec3__title3 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 27px;
    line-height: 1; }
    @media (min-width: 992px) {
      .sec3__title3 {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .sec3__title3 {
        font-size: 64px; } }
  .sec3__text {
    padding-top: 90px;
    padding-left: 5px;
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .sec3__text {
        padding-top: 155px;
        padding-left: 24px; } }
    @media (min-width: 1200px) {
      .sec3__text {
        padding-top: 143px;
        padding-left: 63px; } }
    .sec3__text-item {
      margin-bottom: 10px;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .sec3__text-item {
          margin-bottom: 41px; } }
      @media (min-width: 1200px) {
        .sec3__text-item {
          margin-bottom: 66px; } }
      .sec3__text-item:nth-child(1) {
        transition-delay: 1.5s;
        transform: translateX(20px); }
        .sec3__text-item:nth-child(1).element-show {
          transform: translateX(0); }
      .sec3__text-item:nth-child(2) {
        transition-delay: 1.6s;
        transform: translateX(20px); }
        .sec3__text-item:nth-child(2).element-show {
          transform: translateX(0); }
      .sec3__text-item:nth-child(3) {
        transition-delay: 1.7s;
        transform: translate(0px, 4px); }
        @media (min-width: 992px) {
          .sec3__text-item:nth-child(3) {
            transform: translate(-20px, 11px); } }
        @media (min-width: 1200px) {
          .sec3__text-item:nth-child(3) {
            transform: translate(-50px, 16px); } }
        .sec3__text-item:nth-child(3).element-show {
          transform: translate(-10px, 4px); }
          @media (min-width: 992px) {
            .sec3__text-item:nth-child(3).element-show {
              transform: translate(-40px, 11px); } }
          @media (min-width: 1200px) {
            .sec3__text-item:nth-child(3).element-show {
              transform: translate(-70px, 16px); } }
      .sec3__text-item:nth-child(4) {
        transition-delay: 1.8s;
        transform: translate(-40px, 9px); }
        @media (min-width: 992px) {
          .sec3__text-item:nth-child(4) {
            transform: translate(-40px, 19px); } }
        @media (min-width: 1200px) {
          .sec3__text-item:nth-child(4) {
            transform: translate(-80px, 33px); } }
        .sec3__text-item:nth-child(4).element-show {
          transform: translate(-50px, 9px); }
          @media (min-width: 992px) {
            .sec3__text-item:nth-child(4).element-show {
              transform: translate(-60px, 19px); } }
          @media (min-width: 1200px) {
            .sec3__text-item:nth-child(4).element-show {
              transform: translate(-100px, 33px); } }
      .sec3__text-item:nth-child(5) {
        transition-delay: 1.9s;
        transform: translate(-50px, 9px); }
        @media (min-width: 992px) {
          .sec3__text-item:nth-child(5) {
            transform: translate(-150px, 20px); } }
        @media (min-width: 1200px) {
          .sec3__text-item:nth-child(5) {
            transform: translate(-215px, 45px); } }
        .sec3__text-item:nth-child(5).element-show {
          transform: translate(-60px, 9px); }
          @media (min-width: 992px) {
            .sec3__text-item:nth-child(5).element-show {
              transform: translate(-170px, 20px); } }
          @media (min-width: 1200px) {
            .sec3__text-item:nth-child(5).element-show {
              transform: translate(-235px, 45px); } }
      .sec3__text-item:last-child {
        margin-bottom: 0; }
      .sec3__text-item-title {
        font-family: "Samsung Sharp Sans", sans-serif;
        font-size: 12px;
        margin-bottom: 4px; }
        @media (min-width: 992px) {
          .sec3__text-item-title {
            font-size: 24px;
            margin-bottom: 4px; } }
        @media (min-width: 1200px) {
          .sec3__text-item-title {
            font-size: 32px;
            margin-bottom: 8px; } }
        .sec3__text-item-title span {
          font-size: 16px; }
          @media (min-width: 992px) {
            .sec3__text-item-title span {
              font-size: 30px; } }
          @media (min-width: 1200px) {
            .sec3__text-item-title span {
              font-size: 48px; } }
      .sec3__text-item-value {
        font-size: 11px; }
        @media (min-width: 992px) {
          .sec3__text-item-value {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .sec3__text-item-value {
            font-size: 20px; } }
.sec4 {
  background: linear-gradient(173.77deg, #000000 20.53%, #421818 89.34%);
  padding: 40px 0 70px;
  color: #fff; }
  @media (min-width: 992px) {
    .sec4 {
      padding: 72px 0; } }
  @media (min-width: 992px) {
    .sec4 {
      padding-bottom: 110px; } }
  .sec4 .animation:not(.sec4__rating-item-line-color) {
    transform: translateY(30%); }
    .sec4 .animation:not(.sec4__rating-item-line-color).element-show {
      transform: translateY(0); }
  .sec4__title {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 30px; }
    @media (min-width: 992px) {
      .sec4__title {
        font-size: 54px; } }
    @media (min-width: 1200px) {
      .sec4__title {
        font-size: 82px; } }
  .sec4__subtitle {
    margin-top: -4px;
    font-size: 20px; }
    @media (min-width: 992px) {
      .sec4__subtitle {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .sec4__subtitle {
        font-size: 40px;
        text-align: right; } }
  .sec4__img {
    margin-top: -27px; }
    .sec4__img img {
      max-width: unset;
      transform: translateX(-37px); }
  .sec4__rating {
    margin-top: 25px; }
    @media (min-width: 992px) {
      .sec4__rating {
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      .sec4__rating {
        margin-top: 60px; } }
    .sec4__rating-total {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .sec4__rating-total {
          margin-bottom: 30px; } }
      .sec4__rating-total-value {
        font-family: "Samsung Sharp Sans", sans-serif;
        font-size: 20px;
        margin-right: 10px; }
        @media (min-width: 992px) {
          .sec4__rating-total-value {
            font-size: 40px;
            margin-right: 15px; } }
      .sec4__rating-total .rating .c-star {
        width: 20px;
        height: 20px; }
        @media (min-width: 992px) {
          .sec4__rating-total .rating .c-star {
            width: 29px;
            height: 29px; } }
      .sec4__rating-total-title {
        font-size: 14px;
        margin-left: 15px; }
        @media (min-width: 992px) {
          .sec4__rating-total-title {
            font-size: 22px;
            margin-left: 20px; } }
        @media (min-width: 1200px) {
          .sec4__rating-total-title {
            font-size: 24px;
            margin-left: 40px; } }
    .sec4__rating-reviews {
      padding-left: 37px;
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .sec4__rating-reviews {
          padding-left: 70px;
          margin-bottom: 52px; } }
      .sec4__rating-reviews-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px; }
        @media (min-width: 992px) {
          .sec4__rating-reviews-item {
            margin-bottom: 12px; } }
        .sec4__rating-reviews-item:last-child {
          margin-bottom: 0; }
        .sec4__rating-reviews-item .rating .c-star {
          width: 15px;
          height: 15px; }
          @media (min-width: 992px) {
            .sec4__rating-reviews-item .rating .c-star {
              width: 22px;
              height: 22px; } }
        .sec4__rating-reviews-item-value {
          margin-left: 15px; }
          @media (min-width: 992px) {
            .sec4__rating-reviews-item-value {
              margin-left: 40px; } }
    .sec4__rating-list {
      padding-left: 40px;
      max-width: 555px; }
      @media (min-width: 992px) {
        .sec4__rating-list {
          padding-left: 83px; } }
      .sec4__rating-list-title {
        font-family: "Samsung Sharp Sans", sans-serif;
        margin-bottom: 16px; }
    .sec4__rating-items {
      margin-bottom: 20px;
      padding-right: 30px; }
      @media (min-width: 992px) {
        .sec4__rating-items {
          padding-right: 0;
          margin-bottom: 38px; } }
    .sec4__rating-item {
      margin-bottom: 8px; }
      @media (min-width: 992px) {
        .sec4__rating-item {
          margin-bottom: 11px; } }
      .sec4__rating-item:last-child {
        margin-bottom: 0; }
      .sec4__rating-item-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 4px;
        margin-bottom: 4px; }
        @media (min-width: 992px) {
          .sec4__rating-item-info {
            margin-bottom: 8px; } }
      .sec4__rating-item-line {
        width: 100%;
        height: 8px;
        border-radius: 30px;
        background: #fff;
        position: relative; }
        .sec4__rating-item-line-color {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          background: #229618;
          border-radius: 30px;
          opacity: 1;
          width: 0; }
    .sec4__rating-link {
      font-size: 16px;
      text-decoration: underline; }
      @media (min-width: 992px) {
        .sec4__rating-link {
          font-size: 24px; } }
  .sec4__note {
    font-size: 11px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .sec4__note {
        font-size: 14px;
        margin-top: 55px; } }
    @media (min-width: 992px) {
      .sec4__note {
        font-size: 16px;
        margin-top: 70px; } }
.sec5 {
  padding: 70px 0; }
  @media (min-width: 992px) {
    .sec5 {
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    .sec5 {
      padding-bottom: 155px; } }
  .sec5 .row {
    align-items: center; }
  .sec5__img {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .sec5__img {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .sec5__img img {
        transform: translateX(-20px); } }
    @media (min-width: 1200px) {
      .sec5__img img {
        max-width: unset;
        transform: translateX(-205px); } }
  .sec5__title {
    font-size: 20px;
    color: #1B1B1B;
    margin-bottom: 20px;
    transform: translateY(30%); }
    @media (min-width: 992px) {
      .sec5__title {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .sec5__title {
        font-size: 36px; } }
    .sec5__title.element-show {
      transform: translateY(0); }
  .sec5__econom {
    font-family: "Samsung Sharp Sans", sans-serif;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .sec5__econom {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .sec5__econom {
        margin-bottom: 57px; } }
    .sec5__econom1 {
      font-size: 24px;
      transform: translateX(5%);
      transition-delay: 0.5s; }
      @media (min-width: 992px) {
        .sec5__econom1 {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .sec5__econom1 {
          font-size: 56px; } }
      .sec5__econom1.element-show {
        transform: translateX(0); }
    .sec5__econom2 {
      background: linear-gradient(180deg, #000000 17.07%, #782525 80.24%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 60px;
      line-height: 1;
      margin-top: 2px;
      transition-delay: 0.5s;
      transform: translateX(-5%); }
      @media (min-width: 992px) {
        .sec5__econom2 {
          font-size: 62px; } }
      @media (min-width: 1200px) {
        .sec5__econom2 {
          font-size: 120px; } }
      .sec5__econom2.element-show {
        transform: translateX(0); }
    .sec5__econom3 {
      font-size: 20px;
      margin-top: -3px;
      transition-delay: 0.5s;
      transform: translateX(5%); }
      @media (min-width: 992px) {
        .sec5__econom3 {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .sec5__econom3 {
          font-size: 34px; } }
      .sec5__econom3.element-show {
        transform: translateX(0); }
  .sec5__text {
    margin-bottom: 20px;
    transform: translateY(10%); }
    @media (min-width: 992px) {
      .sec5__text {
        margin-bottom: 40px; } }
    .sec5__text.element-show {
      transform: translateY(0); }
  .sec5__btn {
    transform: translateY(10%); }
    .sec5__btn.element-show {
      transform: translateY(0); }
    .sec5__btn a {
      font-size: 14px;
      padding: 9px 25px; }
      @media (min-width: 992px) {
        .sec5__btn a {
          font-size: 18px;
          padding: 14px 38px; } }
.sec6 {
  position: relative; }
  .sec6 > img {
    height: 250px;
    object-fit: cover;
    width: 100%; }
    @media (min-width: 992px) {
      .sec6 > img {
        height: auto; } }
  .sec6__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px; }
    @media (min-width: 992px) {
      .sec6__container {
        padding-top: 60px; } }
    @media (min-width: 1200px) {
      .sec6__container {
        padding-top: 50px; } }
    @media (min-width: 1500px) {
      .sec6__container {
        padding-top: 120px; } }
    @media (min-width: 1870px) {
      .sec6__container {
        padding-top: 145px; } }
  .sec6__lines {
    position: relative;
    height: 100%; }
    .sec6__lines-line {
      position: absolute;
      width: 230px;
      height: 21px;
      left: -27px;
      bottom: 64px; }
      @media (min-width: 992px) {
        .sec6__lines-line {
          width: 740px;
          height: 67px;
          left: -81px;
          bottom: 55px; } }
      .sec6__lines-line-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 28px;
        top: 4px;
        width: 129px; }
        @media (min-width: 992px) {
          .sec6__lines-line-arrow {
            left: 83px;
            top: 13px;
            width: 430px; } }
        .sec6__lines-line-arrow .left {
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-right: 6px solid #000;
          border-bottom: 3px solid transparent; }
          @media (min-width: 992px) {
            .sec6__lines-line-arrow .left {
              border-top: 6px solid transparent;
              border-right: 12px solid #000;
              border-bottom: 6px solid transparent; } }
        .sec6__lines-line-arrow .size-line {
          opacity: 1;
          width: 10px;
          height: 1px;
          background: #000;
          transition-duration: 1.5s; }
          @media (min-width: 992px) {
            .sec6__lines-line-arrow .size-line {
              height: 2px; } }
        .sec6__lines-line-arrow .right {
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-left: 6px solid #000;
          border-bottom: 3px solid transparent; }
          @media (min-width: 992px) {
            .sec6__lines-line-arrow .right {
              border-top: 6px solid transparent;
              border-left: 12px solid #000;
              border-bottom: 6px solid transparent; } }
      .sec6__lines-line img {
        display: block;
        max-width: unset;
        width: 100%;
        height: 100%;
        transition-delay: 1.5s; }
  @media (min-width: 992px) {
    .sec6__content {
      padding-left: 30px; } }
  @media (min-width: 1870px) {
    .sec6__content {
      padding-left: 0; } }
  .sec6__title {
    color: #fff;
    transform: translateY(30px); }
    .sec6__title.element-show {
      transform: translateY(0); }
    .sec6__title1 {
      font-size: 16px; }
      @media (min-width: 992px) {
        .sec6__title1 {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .sec6__title1 {
          font-size: 36px; } }
    .sec6__title2 {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 22px; }
      @media (min-width: 992px) {
        .sec6__title2 {
          font-size: 52px; } }
      @media (min-width: 1200px) {
        .sec6__title2 {
          font-size: 66px; } }
      @media (min-width: 1500px) {
        .sec6__title2 {
          font-size: 84px; } }
    .sec6__title3 {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px;
      margin-bottom: 10px;
      transform: translateY(15px); }
      @media (min-width: 992px) {
        .sec6__title3 {
          font-size: 40px; } }
      @media (min-width: 1200px) {
        .sec6__title3 {
          font-size: 55px;
          margin-bottom: 0; } }
      @media (min-width: 1500px) {
        .sec6__title3 {
          font-size: 64px;
          margin-bottom: 30px; } }
      @media (min-width: 1870px) {
        .sec6__title3 {
          margin-bottom: 36px; } }
      .sec6__title3.element-show {
        transform: translateY(0); }
        @media (min-width: 992px) {
          .sec6__title3.element-show {
            transform: translateY(-15px); } }
  .sec6__size {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    transition-delay: 0.5s; }
    @media (min-width: 992px) {
      .sec6__size {
        font-size: 26px;
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .sec6__size {
        font-size: 42px; } }
    @media (min-width: 1500px) {
      .sec6__size {
        font-size: 48px;
        margin-bottom: 13px; } }
    .sec6__size span {
      font-family: "SamsungOne", sans-serif;
      font-size: 16px; }
      @media (min-width: 992px) {
        .sec6__size span {
          font-size: 22px; } }
      @media (min-width: 1200px) {
        .sec6__size span {
          font-size: 40px; } }
  .sec6__text {
    transition-delay: 0.5s;
    font-size: 12px; }
    @media (min-width: 992px) {
      .sec6__text {
        font-size: 18px; } }
.sec7 {
  padding: 90px 0 30px;
  background: url("images/sec7-bg.png") no-repeat 48% 36%; }
  @media (min-width: 992px) {
    .sec7 {
      padding: 145px 0 80px; } }
  .sec7__img {
    position: relative;
    text-align: center;
    margin-bottom: 75px;
    z-index: 5; }
    @media (min-width: 992px) {
      .sec7__img {
        margin-bottom: 90px; } }
    @media (min-width: 1200px) {
      .sec7__img {
        margin-bottom: 160px; } }
    .sec7__img-text div {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 80px;
      background: linear-gradient(180deg, #414141 24.4%, #8AC3CB 86.12%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      position: absolute;
      z-index: 1; }
      @media (min-width: 992px) {
        .sec7__img-text div {
          font-size: 105px; } }
      @media (min-width: 1200px) {
        .sec7__img-text div {
          font-size: 160px; } }
      .sec7__img-text div.text1 {
        left: 137px;
        top: 160px;
        transform: rotate(90deg) translateX(50px); }
        @media (min-width: 992px) {
          .sec7__img-text div.text1 {
            left: 442px;
            top: 282px; } }
        @media (min-width: 1200px) {
          .sec7__img-text div.text1 {
            left: 522px;
            top: 375px; } }
        .sec7__img-text div.text1.element-show {
          transform: rotate(90deg); }
      .sec7__img-text div.text2 {
        background: linear-gradient(180deg, #8AC3CB 26.86%, #414141 79.19%);
        -webkit-background-clip: text;
        background-clip: text;
        left: -120px;
        top: 75px;
        transform: rotate(90deg) translateX(-50px); }
        @media (min-width: 992px) {
          .sec7__img-text div.text2 {
            left: 44px;
            top: 150px; } }
        @media (min-width: 1200px) {
          .sec7__img-text div.text2 {
            left: -23px;
            top: 207px; } }
        .sec7__img-text div.text2.element-show {
          transform: rotate(90deg); }
    .sec7__img-main {
      position: relative;
      z-index: 2;
      width: 210px; }
      @media (min-width: 992px) {
        .sec7__img-main {
          width: 330px; } }
      @media (min-width: 1200px) {
        .sec7__img-main {
          width: auto; } }
    .sec7__img-item {
      position: absolute;
      bottom: -80px;
      left: 4%;
      width: 200px;
      z-index: 3; }
      @media (min-width: 992px) {
        .sec7__img-item {
          bottom: -100px;
          left: 28%;
          width: 260px; } }
      @media (min-width: 1200px) {
        .sec7__img-item {
          bottom: -184px;
          left: 22%;
          width: auto; } }
  .sec7__info {
    position: relative;
    z-index: 10; }
  .sec7__title {
    text-align: center;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    transform: translateY(30px); }
    @media (min-width: 992px) {
      .sec7__title {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .sec7__title {
        font-size: 64px; } }
    .sec7__title.element-show {
      transform: translateY(0); }
  .sec7__subtitle {
    text-align: center;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    transform: translateY(30px); }
    @media (min-width: 992px) {
      .sec7__subtitle {
        font-size: 24px;
        margin-bottom: 22px; } }
    @media (min-width: 1200px) {
      .sec7__subtitle {
        font-size: 36px;
        margin-bottom: 45px; } }
    .sec7__subtitle.element-show {
      transform: translateY(0); }
  .sec7__text {
    text-align: justify;
    transform: translateY(30px); }
    .sec7__text.element-show {
      transform: translateY(0); }
.sec8 {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .sec8 {
      padding: 112px 0 122px; } }
  .sec8__title {
    text-align: center;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 20px;
    transform: translateY(30%); }
    @media (min-width: 992px) {
      .sec8__title {
        font-size: 40px; } }
    .sec8__title.element-show {
      transform: translateY(0); }
  .sec8__subtitle {
    font-size: 16px;
    text-align: center;
    transform: translateY(30%); }
    @media (min-width: 992px) {
      .sec8__subtitle {
        font-size: 32px; } }
    .sec8__subtitle.element-show {
      transform: translateY(0); }
  .sec8__list {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .sec8__list {
        margin-top: 50px; } }
  .sec8__item {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
    text-align: center;
    transform: translateY(5%);
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .sec8__item {
        margin-bottom: 0;
        padding: 25px 35px 38px; } }
    .sec8__item.element-show {
      transform: translateY(0); }
    .sec8__item-img {
      margin-bottom: 22px;
      height: 230px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        .sec8__item-img {
          height: 300px; } }
    .sec8__item-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 18px; }
      @media (min-width: 992px) {
        .sec8__item-title {
          font-size: 24px; } }
    .sec8__item-price {
      margin: 10px 0 16px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .sec8__item-price {
          height: 61px; } }
      .sec8__item-price-value {
        font-size: 24px;
        font-family: "Samsung Sharp Sans", sans-serif;
        line-height: 1; }
        @media (min-width: 992px) {
          .sec8__item-price-value {
            font-size: 36px; } }
      .sec8__item-price-old {
        text-decoration: line-through; }
.sec9 {
  background: #ececec;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .sec9 {
      padding: 62px 0 55px; } }
  .sec9 img {
    width: 170px; }
    @media (min-width: 992px) {
      .sec9 img {
        width: 230px; } }
    @media (min-width: 1200px) {
      .sec9 img {
        width: auto; } }
  .sec9__title {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .sec9__title {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .sec9__title {
        font-size: 36px;
        margin-bottom: 25px; } }
  .sec9 ul {
    margin-bottom: 25px;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .sec9 ul {
        line-height: 2;
        margin-bottom: 38px; } }
  .sec9 a {
    font-family: "Samsung Sharp Sans", sans-serif;
    text-decoration: underline; }
.sec__delivery {
  background: url("images/delivery-bg.png") no-repeat;
  background-size: cover;
  padding: 35px 0; }
  @media (min-width: 992px) {
    .sec__delivery {
      padding: 84px 0 122px; } }
  .sec__delivery-info {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec__delivery-info {
        margin-bottom: 0; } }
    .sec__delivery-info-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .sec__delivery-info-title {
          font-size: 48px;
          margin-bottom: 42px; } }
    .sec__delivery-info ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .sec__delivery-info ul li {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 7px 0; }
        @media (min-width: 992px) {
          .sec__delivery-info ul li {
            gap: 21px; } }
        .sec__delivery-info ul li svg {
          width: 20px;
          height: 20px;
          flex: none; }
          @media (min-width: 992px) {
            .sec__delivery-info ul li svg {
              width: 28px;
              height: 28px; } }
    .sec__delivery-info-bottom {
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 14px;
      color: #D92B23;
      font-family: "Samsung Sharp Sans", sans-serif;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 992px) {
        .sec__delivery-info-bottom {
          margin-top: 35px;
          font-size: 20px; } }
      .sec__delivery-info-bottom svg {
        width: 35px;
        height: 28px;
        flex: none; }
  .sec__delivery-map {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .sec__delivery-map-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 20px;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sec__delivery-map-title {
          font-size: 36px;
          margin-bottom: 56px;
          gap: 19px; } }
      .sec__delivery-map-title svg {
        width: 28px;
        height: 28px;
        flex: none; }
    .sec__delivery-map-content {
      width: 100%;
      height: 100%;
      min-height: 200px; }

.rating {
  display: flex;
  gap: 4px; }
  @media (min-width: 992px) {
    .rating {
      gap: 6px; } }
  .rating .c-star {
    width: 18px;
    height: 18px;
    fill: #fff;
    stroke: #fff; }
    .rating .c-star.active {
      fill: #ffb300;
      stroke: #ffb300; }
      .rating .c-star.active .stroke {
        fill: #fff;
        stroke: #fff; }

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