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

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

body {
    margin: 0;
    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);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

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

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

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

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

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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



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

textarea {
    resize: vertical
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.form-label {
    margin-bottom: .5rem
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

*::selection {
    background-color: #00b0ff;
    color: #fff
}

h1 {
    font-size: 40px;
    line-height: 1
}

@media all and (min-width: 768px) {
    h1 {
        font-size: 60px
    }
}

@media all and (min-width: 1600px) {
    h1 {
        font-size: 80px
    }
}

h1 strong {
    text-decoration-thickness: 3px;
    text-underline-offset: 4px
}

h2 {
    font-size: 40px;
    line-height: 1
}

@media all and (min-width: 768px) {
    h2 {
        font-size: 50px
    }
}

@media all and (min-width: 1600px) {
    h2 {
        font-size: 70px
    }
}

h3 {
    font-size: 26px;
}

@media all and (min-width: 768px) {
    h3 {
        font-size: 30px
    }
}

@media all and (min-width: 1600px) {
    h3 {
        font-size: 36px
    }
}

a {
    transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s
}

.btn {
  background-color: #00B0FF;
  color: white;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  padding: 20px 40px;
  text-transform: uppercase;
}

.btn__border {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00b0ff
}

.btn:hover {
  color: white;
  background-color: #33C1FF;
}

.section {
    padding: 70px 0
}

@media all and (min-width: 1050px) {
    .section {
        padding: 100px 0
    }
}

@media all and (min-width: 1600px) {
    .section {
        padding: 130px 0
    }
}

.section_badge {
  text-align: center;
  margin-bottom: 20px;
}
.section_badge span {
  background-color: #fafafa;
  padding: 5px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 6px;
}
.section_title {
    text-align: center;
    padding-bottom: 10px
}

.section_slogan {
    text-align: center;
    padding: 0 20px 40px 20px;
    font-size: 18px;
    font-weight: 300;
}

@media all and (min-width: 1050px) {
  .section_slogan {
    font-size: 24px;
  }
}

.text-center {
    text-align: center
}

strong {
    font-weight: 500;
    text-decoration: underline solid #ffac1c;
    text-decoration-thickness: auto;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px
}

a {
  color: #00b0ff;
}

h1 {
  font-size: 60px;
  font-weight: 300;
}
@media (max-width: 900px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 300;
}

body {
    font-family: Roboto, sans-serif;
    background-color: #f1f1f1;
    font-size: 16px;
    line-height: 1.5;
    color: #0f3737;
}


.header {
    left: 0px;
    top: 0px;
    width: 100%;
    background: white;
    z-index: 10;
    position: sticky;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header_content {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 11;
    align-items: center;
}

.header_logo {
    width: 150px;
    margin: 0;
}

@media all and (min-width: 1200px) {
    .header_logo {
        width: 200px
    }
}


.header_menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    align-items: center;
}

.header_menu-item {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 15px;
    display: none;
}

@media all and (min-width: 1400px) {
  .header_menu-item {
    padding-left: 20px;
  }
}

.header_menu-item-special {
  display: block;
}

@media all and (min-width: 1200px) {
  .header_menu-item {
    display: block;
  }
}

.header_menu-item a {
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
}
.header_menu-item a:before {
  content: " ";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}
.header_menu-item a:hover {
    color: #00b0ff
}

a.special.btn {
  margin-left: 30px;
  padding: 10px 18px;
  color: white;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

@media all and (min-width: 1400px) {
  a.special.btn {
    margin-left: 50px;
  }
}


a.special.btn:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: " ";
  background: transparent url(../../images/enter.svg);
  background-size: 40px 40px;
  position: absolute;
  left: 5px;
  top: 0;
}

@media all and (min-width: 1050px) {
  .header_menu-tag {
      height: 4px;
      background-color: #00b0ff;
      width: 0;
      opacity: 0;
      margin-left: 0;
      transition: width .3s, margin-left .3s, opacity .3s;
      margin-top: 6px;
      position: absolute
  }
}

.header_menu-tag__active {
    opacity: 1
}

.section_jumbotron {
    color: #efefef;
    background: #1a1a1a;
    text-align: center
}

.jumbotron_title {
    padding-bottom: 20px
}

.jumbotron_title strong {
    font-weight: normal
}

.jumbotron_slogan {
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
}

@media all and (min-width: 768px) {
    .jumbotron_slogan {
        padding-bottom: 60px;
        font-size: 24px;
    }
}

.jumbotron_buttons {
    text-align: center
}

.jumbotron_buttons a {
    margin: 10px 20px 0 20px
}

@media all and (min-width: 768px) {
    .jumbotron_buttons a {
        margin-top: 0
    }
}

.jumbotron_buttons-spacer {
    display: none
}

@media all and (min-width: 768px) {
    .jumbotron_buttons-spacer {
        display: inline
    }
}

.section_why {
    border-top: 1px solid #fff;
    position: relative;
}

@media all and (min-width: 768px) {
    .boxes {
        display: flex;
        margin: 0 -20px
    }
}

.boxes_item {
    padding: 0 20px 40px 20px
}

@media all and (min-width: 768px) {
    .boxes_item {
        width: 33.33%
    }
}

.boxes_icon {
    text-align: left;
    max-width: 80px;
    height: 80px;
    margin-bottom: 20px
}

.boxes h3 {
    margin-bottom: 20px
}

.results {
    margin-bottom: 30px
}

@media all and (min-width: 1050px) {
    .results {
        margin: 0 -20px 60px -20px;
        display: flex;
        align-items: start
    }
}

.results_text {
    padding: 0 20px
}

@media all and (min-width: 1050px) {
    .results_text {
        padding: 0 20px;
        width: 50%
    }
}

.results_text ul {
  list-style-type: none;
  margin: -20px 0 0 0;
  padding: 0;
}

.results_text ul li {
  position: relative;
  padding: 20px 0 10px 70px;
  border-bottom: 3px dashed white;
}

.results_text ul li:last-child {
  border-bottom-width: 0;
}

.results_text ul li:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: " ";
  background: #1a1a1a url(../../images/enter.svg) center;
  background-size: 40px 40px;
  background-position: 4px 50%;
  position: absolute;
  border-radius: 50px;
  left: 5px;
  top: 15px;
}

.results_photo {
    margin-top: 40px;
    position: relative;
    padding: 0 20px 80% 20px;
}

@media all and (min-width: 1050px) {
    .results_photo {
        margin-top: 0;
        padding-bottom: 0;
        width: 50%;
    }
}

.results_photo img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transform: perspective(800px) rotateY(-15deg) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.results_info {
    color: #fff;
    background-color: #ffac1c;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 0
}

@media all and (min-width: 1050px) {
    .results_info {
        left: 100px;
        bottom: 20px;
        font-size: 20px;
        font-weight: 300;
    }
}


/* ukrywamy obraz i info gdy nie show */
.main-item1 img,
.main-item2 img,
.main-item3 img,
.main-item4 img {
  opacity: 0;
  transform: perspective(800px) rotateY(-20deg) rotateX(10deg) scale(0.95);
  transition: opacity 1s ease, transform 1s ease;
}

.main-item1 .results_info,
.main-item2 .results_info,
.main-item3 .results_info,
.main-item4 .results_info {
  opacity: 0;
  transition: opacity 1s ease;
}
/* gdy rodzic ma klasę show */
.main-item1.show img,
.main-item2.show img,
.main-item3.show img,
.main-item4.show img {
  opacity: 1;
  transform: perspective(800px) rotateY(-15deg) rotateX(5deg);
}

.main-item1.show .results_info,
.main-item2.show .results_info,
.main-item3.show .results_info,
.main-item4.show .results_info {
  opacity: 1;
}

.main-item1, .main-item2, .main-item3, .main-item4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.main-item1.show,
.main-item2.show,
.main-item3.show,
.main-item4.show {
  opacity: 1;
  pointer-events: auto;
}

.section_offer {
    background-color: #fff;
    position: relative;
}

.arrow {
    width: 40px;
    height: 40px;
    content: " ";
    background: transparent url(../../images/next.svg);
    background-size: 40px 40px;
    margin:0 auto;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}

.offer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px -10px;
    align-items: stretch
}

.offer_additional {
    text-align: center;
    padding-top: 60px
}

.offer-item {
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

@media all and (min-width: 768px) {
    .offer-item {
        width: 50%
    }
}

@media all and (min-width: 1050px) {
    .offer-item {
        width: 33.33%
    }
}

.offer-item:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    width: 10px;
    height: 80%;
    right: 12px;
    top: 4px;
    content: " ";
    border-radius: 10px;
    transform: rotate(1deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.offer-item:after {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 0;
    background-color: #fffac9;
    background-color: #d1eaff;
    background-color: #ffe5ba;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: 2
}

.offer-item__color-1 .offer-item_content h3:before {
    background-color: #00b0ff
}

.offer-item__color-1 a {
    color: #00b0ff
}

.offer-item__color-2 .offer-item_content h3:before {
    background-color: #ffac1c
}

.offer-item__color-2 a {
    color: #ffac1c
}

.offer-item__color-3 .offer-item_content h3:before {
    background-color: #00e8e0
}

.offer-item__color-3 a {
    color: #00e8e0
}

.offer-item__color-4 .offer-item_content h3:before {
    background-color: #4caf50
}

.offer-item__color-4 a {
    color: #4caf50
}

.offer-item__color-5 .offer-item_content h3:before {
    background-color: #f44336
}

.offer-item__color-5 a {
    color: #f44336
}

.offer-item__color-6 .offer-item_content h3:before {
    background-color: #e8007c
}

.offer-item__color-6 a {
    color: #e8007c
}

.offer-item__color-7 .offer-item_content h3:before {
    background-color: #212930
}

.offer-item__color-7 a {
    color: #212930
}

.offer-item_content {
    padding: 10px 30px;
    height: 100%;
    transition: background-color .3s, box-shadow .3s;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.offer-item_content:before {
    height: 30px;
    bottom: 0px;
    transform: skew(-45deg);
    transform-origin: right bottom;
    position: absolute;
    content: "";
    width: 100%;
    left: -30px;
    z-index: -1;
    background-color: #fffef1;
    background-color: #f4faff;
    background-color: #fff9ef;
    background-color: #fff9ef;
    transition: background-color .3s, box-shadow .3s
}

.offer-item_content:after {
    top: 0px;
    bottom: 30px;
    position: absolute;
    border-radius: 5px 5px 0 0;
    content: "";
    width: 100%;
    left: 0px;
    z-index: -1;
    background-color: #fffef1;
    background: linear-gradient(180deg, rgb(255, 251, 215) 0%, rgb(255, 254, 241) 30%);
    background: linear-gradient(180deg, rgb(224, 241, 255) 0%, rgb(244, 250, 255) 30%);
    background: linear-gradient(180deg, rgb(255, 241, 217) 0%, rgb(255, 249, 239) 30%);
    background: #fff9ef;
    transition: background-color .3s, box-shadow .3s
}

.offer-item_title {
    margin: 0
}

.offer-item_title h3 {
    position: sticky;
    top: 20px;
    padding: 20px 0;
    margin: 0;
    border-radius: 5px 5px 0 0
}

.offer-item_title h3:before {
    content: " ";
    background-color: #00b0ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 auto 30px auto;
    display: block
}

.offer-item_title h3:abefore {
    content: " ";
    background-color: #00b0ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 10px
}

.offer-item_description {
    margin: 0
}

.offer-item_description ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px 0;
}

.offer-item_description ul li {
  padding: 5px 0 5px 30px;
  position: relative;
}

.offer-item_description ul li:before {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 5px;
  height: 5px;
  content: " ";
  background-color: red;
  border-radius: 4px;
}

.offer-item__color-1 .offer-item_description ul li:before {
    background-color: #00b0ff
}

.offer-item__color-2 .offer-item_description ul li:before {
    background-color: #ffac1c
}

.offer-item__color-3 .offer-item_description ul li:before {
    background-color: #00e8e0
}

.offer-item__color-4 .offer-item_description ul li:before {
    background-color: #4caf50
}

.offer-item__color-5 .offer-item_description ul li:before {
    background-color: #f44336
}

.offer-item__color-6 .offer-item_description ul li:before {
    background-color: #e8007c
}

.offer-item__color-7 .offer-item_description ul li:before {
    background-color: #212930
}


.section_steps {
    background-color: #fff;
    position: relative;
}

.steps {
    list-style-type: none;
    padding: 0 0 10px 0;
    counter-reset: step
}

@media all and (min-width: 1050px) {
    .steps {
        margin: 0 15%;
        padding: 0 0 40px 0
    }
}

.steps_item {
      padding: 20px 20px 10px 70px;
      margin: 20px 0;
      background-color: #fff9ef;
      border: 1px solid #ffe5ba;
      border-radius: 8px;
      position: relative;
      box-shadow: 0px 6px 3px -6px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 768px) {
    .steps_item {
        padding-left: 70px
    }
}

.steps_item:before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #00b0ff;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    z-index: 1
}

.steps_item:last-child {
    margin-bottom: 0
}

.section_price {
    border-top: 1px solid #fff;
    background-color: #1a1a1a;
    position: relative;
}

.section_price h2, .section_price .section_slogan {
  color: white;
}

.section_platform {
  position: relative;
  background-color: #fafafa
}

.price {
    margin: 0 20px
}

@media all and (min-width: 1050px) {
    .price {
        margin: 0 20%
    }
}

.price-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 40px 0
}

.section_contact {
    border-top: 1px solid #fff;
    background: #1a1a1a;
    background-size: cover;
    color: #fff
}

.contact {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 5px 30px 5px;
    color: #1a1a1a
}

@media all and (min-width: 768px) {
    .contact {
        display: flex;
        align-items: stretch;
        padding: 30px
    }
}

@media all and (min-width: 1050px) {
    .contact {
        margin: 0 15%
    }
}

.contact_address {
    display: flex;
    align-items: start;
    padding: 0 20px
}

@media all and (min-width: 768px) {
    .contact_address {
        width: 40%;
        position: relative
    }
}

.contact_icon {
    display: none
}

@media all and (min-width: 768px) {
    .contact_icon {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 200px
    }
}

.contact_photo {
    margin-right: 20px
}

.contact_photo img {
    width: 80px;
    height: 80px;
    border-radius: 80px
}

.contact_data {
    padding-top: 10px
}

.contact_data a {
    color: #00b0ff;
    text-decoration: none
}

.contact_data a:hover {
    color: #ffac1c
}

#contact-form {
  position: relative;
  display: none;
}
#contact-form.show {
  display: block;
}

.none {
  display: none !important;
}
.form {
    position: relative;
    transition: max-height 1s
}

.form.sended .form_content {
    opacity: 0;
    visibility: hidden
}

.form.sended .form_success {
    opacity: 1;
    visibility: visible
}

.form_content {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s
}

.form_control {
    position: relative;
    margin: 5px 0;
    padding: 10px 0
}

.form_label {
  font-weight: 500;
  color: #0f3737;
  display: block;
  margin-bottom: 5px;
}

.error .form_label {
    color: #f44336
}

.form_input {
  border: 2px solid #00B0FF;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
  border-radius: 6px;
  transition: all 0.3s;
  background-color: white;
  padding: 10px 20px;
  height: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}

*:active, *:focus-visible {
  outline: none;
}

.form_input:focus,
.form_input:active,
.form_input:focus-visible {
  border-color: #33C1FF;
  box-shadow: none;
}

.error .form_input {
    border-color: #f44336
}

.form_feedback {
    font-size: 14px;
    color: #f44336;
    display: block;
    margin-top: 10px;
}

.form_success {
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.form_success p {
  margin-left: auto;
  margin-right: auto;
}

.form_success:before {
  display: block;
  margin: 0 auto;
  background: url(../../images/ok.svg) no-repeat center top;
  background-size: 60px 60px;
  content: " ";
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.contact_submit {
  text-align: center;
}

.section_faq {
    border-top: 1px solid #fff
}

@media all and (min-width: 1050px) {
    .faq-content {
        display: flex
    }
}

@media all and (min-width: 1050px) {
    .faq-content_list {
        width: 70%;
        padding-right: 40px
    }
}

.faq-content_list dt {
    padding: 10px 0 10px 50px;
    position: relative;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer
}

@media all and (min-width: 768px) {
    .faq-content_list dt {
        padding: 10px 0 10px 50px;
        font-size: 20px;
    }
}

.faq-content_list dt:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #00b0ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    z-index: 1
}

.faq-content_list dt.active:before {
    content: "-"
}

.faq-content_list dt span {
    position: absolute;
    margin-top: -100px
}

.faq-content_list dd {
    display: none;
    margin-bottom: 20px;
    padding: 10px 0 10px 50px;
    margin-left: 0
}

@media all and (min-width: 768px) {
    .faq-content_list dd {
        padding: 10px 0 10px 50px
    }
}

.faq-content_list dd.active {
    display: block
}

.faq-content_other {
    text-align: center;
    padding-top: 40px
}

@media all and (min-width: 1050px) {
    .faq-content_other {
        width: 30%;
        padding-top: 0
    }
}

.faq-content_other p {
    margin: 0
}

.faq-content_other .btn {
    margin-top: 20px
}

.faq-content_other-content {
    position: sticky;
    top: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.footer {
    background: #1a1a1a;
    background-size: cover;
    color: #fff;
    padding: 20px 0;
    text-align: center
}

@media all and (min-width: 768px) {
    .footer {
        text-align: left
    }
}

.footer p {
    color: #f1f1f1;
    font-size: 14px;
    margin: 0
}

.footer_content {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    align-items: center
}

@media all and (min-width: 768px) {
  .footer_content {
    justify-content: space-between;
  }
}

.footer_content p span {
  display: block;
  padding-top: 10px;
}

.footer_content p a {
  padding: 0 10px;
  color: white;
  text-decoration: underline;
}

.footer_content p a:hover {
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .footer_content p span {
    display: inline;
    padding-left: 10px;
    padding-top: 0;
  }
}

.footer_menu {
    display: none
}

@media all and (min-width: 1400px) {
    .footer_menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
}

.footer_menu-item {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px
}

.footer_menu a {
    color: #fff;
    text-decoration: none
}

.footer_content a:hover {
    color: #00b0ff
}

.section_how {
  border-top: 3px solid #fafafa;
  background-color: white;
  position: relative;
}

.compare {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 60px;
  flex-direction: column;
  gap: 15px;
}

@media all and (min-width: 1050px) {
  .compare {
    flex-direction: row;
    gap: 0;
    margin-bottom: 140px;
  }
}

.compare-col {
  flex-grow: 1;
  max-width: 380px;
  padding: 0 30px 30px 30px;
  border: 3px solid #fafafa;
  margin: 0 auto;
}

@media all and (min-width: 1050px) {
  .compare-col {
    margin: 0;
    border-left-width: 0;
  }
  
  .compare-col:last-child {
    border-radius: 0 6px 6px 0;
  }
}


.special-col {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fafafa;
  border-width: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  margin-bottom: 90px;
}

@media all and (min-width: 1050px) {
  .special-col {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.compare-title {
  display: flex;
  height: 80px;
  align-items: center;
  margin-bottom: 25px;
  font-weight: 500;
  border-bottom: 3px solid #fafafa;
}
.special-col .compare-title {
  border-bottom-color: white;
  height: 110px;
}
.compare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.compare li {
  padding: 10px 0 10px 50px;
  position: relative;
}
.compare li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  content: " ";
}
.compare li.good:before {
  background: transparent url(../../images/ok.svg);
  background-size: 40px 40px;
}
.compare li.bad:before {
  background: transparent url(../../images/error.svg);
  background-size: 40px 40px;
}
.best-choise {
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -120px;
  padding-left: 100px;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 300;
}

@media all and (min-width: 1050px) {
  .best-choise {
    margin-left: -20px;
  }
}
.best-choise:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 98px;
  height: 55px;
  background: transparent url(../../images/arrow.png) no-repeat;
  transform: rotate(40deg) scaleY(-1);
  top: -40px;
}


.image-object {
  font-size: 18px;
  font-weight: 300;
}

@media all and (min-width: 1050px) {
  .image-object {
    font-size: 20px;
  }
}

.image-object .browser {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #efefef;
  gap: 10px;
}

@media all and (min-width: 768px) {
  .image-object .browser {
    max-width: 454px;
  }
}

.image-object .browser span {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: white;
}

.image-object .browser span:last-child {
  flex-grow: 1;
}

.browser-content {
  max-width: 80%;
  height: auto;
}

@media all and (min-width: 768px) {
  .browser-content {
    max-width: 100%;
  }
}

.image-object .item {
  position: relative;
  margin: 40px 0;
}

@media all and (min-width: 1050px) {
  .image-object .item {
    position: absolute;
    margin: 0;
  }
}

@media all and (min-width: 1050px) {
  .image-object .item1 {
    top: 50px;
  }

  .image-object .item2 {
    top: 200px;
  }

  .image-object .item3 {
    top: 350px;
  }

  .image-object .item4 {
    top: 500px;
  }

  .image-object .item5 {
    top: 650px;
  }

  .image-object .item6 {
    top: 800px;
  }
}

.image-object .item-right {
  text-align: left;
}

.image-object .item-left {
  text-align: right;
}

@media all and (min-width: 1050px) {
  .image-object .item-right {
    left: 50%;
    margin-left: 50px;
    text-align: right;
  }
  .image-object .item-left {
    right: 50%;
    margin-right: 50px;
    text-align: left;
  }
}


@media all and (min-width: 1050px) {
  .image-object .item-right {
    margin-left: 90px;
  }
  .image-object .item-left {
    margin-right: 90px;
  }
}

@media all and (min-width: 1200px) {
  .image-object .item-right {
    margin-left: 150px;
  }
  .image-object .item-left {
    margin-right: 150px;
  }
}

.image-object-img {
  width: 100px;
  border-radius: 20px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 768px) {
  .image-object-img {
    width: 150px;
  }
}

.image-object-text {
  position: absolute;
  left: 120px;
  top: 50%;
  margin-top: -30px;
  width: 220px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .image-object-text {
    left: 180px;
    width: 250px;
  }
}

@media all and (min-width: 1050px) {
  .image-object .image-object-text:before {
    content: " ";
    position: absolute;
  }

  .image-object .item1 .image-object-text:before {
    left: -50px;
    width: 98px;
    height: 55px;
    background: transparent url(../../images/arrow.png) no-repeat;
    transform: rotate(-10deg) scaleY(-1);
    top: 70px;
  }

  .image-object .item2 .image-object-text:before {
    right: -40px;
    width: 89px;
    height: 91px;
    background: transparent url(../../images/arrow6.png) no-repeat;
    transform: rotate(240deg);
    top: 50px;
  }

  .image-object .item3 .image-object-text:before {
    left: -50px;
    width: 89px;
    height: 91px;
    background: transparent url(../../images/arrow6.png) no-repeat;
    transform: rotate(40deg);
    top: -90px;
  }

  .image-object .item4 .image-object-text:before {
    right: -40px;
    width: 98px;
    height: 55px;
    background: transparent url(../../images/arrow.png) no-repeat;
    transform: rotate(200deg);
    top: 40px;
  }

  .image-object .item5 .image-object-text:before {
    left: -90px;
    width: 154px;
    height: 70px;
    background: transparent url(../../images/arrow7.png) no-repeat;
    transform: rotate(180deg);
    top: 100px;
  }

  .image-object .item6 .image-object-text:before {
    right: -40px;
    width: 109px;
    height: 45px;
    background: transparent url(../../images/arrow1.png) no-repeat;
    transform: rotate(170deg) scaleY(-1);
    top: 20px;
  }
}

.image-object .item-left .image-object-text {
  position: absolute;
  right: 120px;
  left: auto;
  top: 50%;
  margin-top: -30px;
  width: 200px;
  text-align: left;
}

@media all and (min-width: 768px) {
  .image-object .item-left .image-object-text {
    right: 180px;
    width: 250px;
  }
}

.image-object .shadow {
  position: absolute;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  left: 0;
  bottom:0;
  height: 100px;
  width: 100%;
}

.price-box {
  background-color: white;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  max-width: 550px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 5px;
}

@media all and (min-width: 768px) {
  .price-box {
    margin: 80px auto 0 auto;
  }
}

.price-box-inner {
  border: 3px dashed #99D9FF;
  padding: 30px;
  border-radius: 6px;
}

@media all and (min-width: 768px) {
  .price-box-inner {
    padding: 50px;
  }
}

.price-box h3 {
  font-size: 24px;
}

@media all and (min-width: 768px) {
  .price-box h3 {
    font-size: 30px;
  }
}

.price-box p {
  max-width: 300px;
}

.price-box p.border-top {
  border-top: 3px dashed #99D9FF;
  padding-top: 30px;
  margin-top: 30px;
  max-width: none;
}
.price-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px 0;
}

.price-box ul li {
  position: relative;
  padding: 5px 0 5px 40px;
}

.price-box ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  content: " ";
  background: transparent url(../../images/ok.svg);
  background-size: 30px 30px;
}

.price_badge-outer {
  
  background-color: #fff9ef;
  padding: 5px;
  border-radius: 800px;
  background-color: white;
  margin: 0 auto 20px auto;
  width: 240px;
}

@media all and (min-width: 768px) {
  .price_badge-outer {
    box-shadow: 0px 6px 3px -6px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -50px;
    right: -90px;
    width: auto;
    margin: auto;
  }
}
.price_badge {
  padding: 20px;
  border: 1px solid #ffe5ba;
  border-radius: 800px;
  text-align: center;
  border: 3px dashed #99D9FF;
  margin: 0;
  width: 230px;
  height: 230px;
}

.price_badge span {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

.price_badge del {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  line-height: 1;
}

.price_badge ins {
  display: block;
  text-decoration: none;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.price_badge .netto {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.price_badge .note {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}


.text-info {
  background: transparent url(../../images/i.svg) no-repeat 10px 50%;
  background-size: 40px 40px;
  border: 2px solid rgba(204,230,255,0.5);
  padding: 20px 20px 20px 60px;
  border-radius: 6px;
  margin: 30px 0 20px 0;
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.section_page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 15px;
}
.section_page .font-medium, .section_page .font-semibold {
  font-size: 24px;
  font-weight: 300;
}
.section_page .font-semibold {
  margin-top: 20px;
}