/*!
*
*
* FONTS IMPORT
*
*
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/*!
*
*
* LIBS FILES
*
*
*/

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

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

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

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  -webkit-border-radius: 0;
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

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

template {
  display: none
}

[hidden] {
  display: none !important
}

/*!
*
*
* END OF LIBS FILES
*
* MAIN.CSS START
*
*
*/

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

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

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

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

::placeholder {
  color: #666
}

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

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

body,
html {
  height: 100%
}

.overflow {
  overflow: hidden;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  text-align: right;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: 0
}

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

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

section {
  position: relative
}

.container {
  position: relative;
  max-width: 992px;
  padding: 12px 16px;
  margin: auto
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.a-bg {
  width: 100%;
  height: 566px;
  right: 60%;
  position: absolute;
  background: url(../img/bg-1.jpg) no-repeat;
  background-position: right 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%
}

.a-content {
  font-size: 0
}

.a-header {
  font-size: 0
}

.a-logo {
  padding-top: 60px;
  background: url(../img/logo.png) top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 230px;
  position: absolute;
  right: 60px;
  top: 20px
}

.a-logo_text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff
}

.a-title {
  display: inline-block;
  width: 50%;
  margin-left: 50%;
  font-size: 24px;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  margin-bottom: 24px
}

.a-left {
  display: inline-block;
  width: 30%;
  margin-left: 30%;
  float: left
}

.a-right {
  display: inline-block;
  width: 40%
}

.a-text {
  font-size: 14px
}

.a-text_bold {
  font-weight: 700
}

.a-text_p {
  margin-bottom: 20px;
  text-align: left;
}

.a-promo {
  width: 100%;
  max-width: 310px;
  padding: 12px;
  display: inline-block;
  background: rgba(245,30,30,1);
background: -moz-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,30,30,1)), color-stop(100%, rgba(138,12,0,1)));
background: -webkit-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -o-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -ms-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: linear-gradient(to right, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51e1e', endColorstr='#8a0c00', GradientType=1 );
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.a-price_item {
  display: inline-block;
  width: 49.5%;
  padding: 8px 6px;
  text-align: center;
  background-color: #fff;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.a-price_item.left {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 1%
}

.a-price_item.old .a-price_num {
  position: relative
}

.a-price_item.old .a-price_num:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  border: 1px solid red
}

.a-price_item.right {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.a-price_label {
  display: block;
  font-size: 14px
}

.a-price_num {
  font-size: 21px
}

.a-counter_title {
  margin: 12px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700
}

.a-prod {
  width: 200px;
  margin: 30px auto;
  position: relative
}

.a-prod_label {
  position: absolute;
  width: 180px;
  height: 85px;
  background-image: url(../img/label.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
      top: 115px;
    left: -98px;
  color: #fff;
  padding-top: 6px;
  padding-left: 15px
}

.a-prod_label-nums {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700
}

.a-prod_label-text {
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700
}

.a-button {
  display: block;
  outline: none;
  margin: 0 auto 20px auto;
  font-size: 20px;
  border: none;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  width: 200px;
 background: rgba(245,30,30,1);
background: -moz-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,30,30,1)), color-stop(100%, rgba(138,12,0,1)));
background: -webkit-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -o-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -ms-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: linear-gradient(to right, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51e1e', endColorstr='#8a0c00', GradientType=1 );
  color: #fff;
  cursor: pointer
}

.a-button:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.a-button_text {
  text-align: center;
  font-size: 16px;
  font-weight: 700
}

.counter {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding: 12px 8px;
  direction: ltr;
}

.counter div {
  display: inline-block;
  height: 46px;
  width: 46px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 46px;
  color: #d6282d;
  font-weight: 500;
  text-align: center
}

.b-bg {
  width: 100%;
  height: 590px;
  left: 48%;
  top: 80px;
  position: absolute;
  background: #0f0f0f url(../img/bg-2.jpg) no-repeat;
  background-position: left 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%
}

.b-bg:after {
  content: '';
  width: 850px;
  height: 530px;
  left: -275px;
  top: 100%;
  position: absolute;
  background: url(../img/bg-3.png) no-repeat;
  background-position: left 0;
  -webkit-background-size: auto 100%;
  background-size: 100% auto
}

.b-content {
  padding-bottom: 80px
}

.b-title {
  margin: 20px auto;
  font-size: 24px;
  color: #555;
  text-align: center
}

.b-results {
  display: none;
  padding-top: 60px;
  height: 556px;
  width: 400px
}

.b-results_title {
  color: #ba2b47;
  font-size: 20px;
  text-align: left;
  margin-bottom: 24px
}

.b-test {
  position: relative;
  height: 556px;
  width: 600px;
  padding: 0 24px
}

.b-test_item {
  position: relative;
  width: 260px;
  background-color: #fff;
  height: 230px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .27);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .27)
}

.b-test_item:nth-child(even) {
  float: right
}

.b-test_item:nth-child(odd) {
  float: left
}
.b-test_item:nth-child(2) .b-test_list {
  top: 44%;
}
.b-test_title {
  padding: 24px 12px;
  font-size: 16px;
  color: #ba2b47;
  text-align: center
}

.b-test_list {
  width: 100%;
  position: absolute;
  bottom: 0;
  list-style-type: none;
  padding: 0 20px
}

.b-test_answer {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  text-align: left;
}

.b-test_answer:not(:last-child) {
  margin-bottom: 12px
}

.b-test_answer::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-color: #eee;
  -webkit-box-shadow: inset 1px 0 2px rgba(0, 0, 0, .4);
  box-shadow: inset 1px 0 2px rgba(0, 0, 0, .4);
  -webkit-border-radius: 7px;
  border-radius: 7px
}

.b-test_answer.active:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  background-color: #444;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.b-test_button {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 20px;
  border: none;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  width: 200px;
 background: rgba(245,30,30,1);
background: -moz-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,30,30,1)), color-stop(100%, rgba(138,12,0,1)));
background: -webkit-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -o-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -ms-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: linear-gradient(to right, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51e1e', endColorstr='#8a0c00', GradientType=1 );
  color: #fff;
  cursor: pointer
}

.b-test_button:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.c-content {
  position: relative;
  text-align: center;
  padding-left: 130px
}

.c-logo {
  left: 0;
  top: -20px;
  width: 220px;
  padding-top: 60px;
  background-image: url(../img/logo2.png);
  -webkit-background-size: 80% auto;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute
}

.c-logo_text {
  font-size: 24px
}

.c-prod {
  width: 260px;
  display: inline-block;
  margin-right: -10px;
  vertical-align: middle;
  position: relative
}

.c-form {
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding: 22px 30px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.c-form_wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.c-label {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}

.c-input {
  padding-left: 10px;
  display: block;
  height: 38px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-right: 16px;
  width: 100%;
  border: none;
  background-color: #eee;
  -webkit-box-shadow: inset 0 2px 6px rgba(68, 68, 68, .3);
  box-shadow: inset 0 2px 6px rgba(68, 68, 68, .3);
  margin-bottom: 12px;
  margin-top: 2px;
}

.c-select {
  padding-left: 10px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 2px;
  display: block;
  height: 38px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-right: 12px;
  width: 100%;
  border: none;
  background-color: #eee;
  -webkit-box-shadow: inset 0 2px 6px rgba(68, 68, 68, .3);
  box-shadow: inset 0 2px 6px rgba(68, 68, 68, .3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-indent: .01px;
  -o-text-overflow: '';
  text-overflow: '';
  position: relative;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, .6);
  text-align: left;
}

.c-select::-ms-expand {
  display: none
}

.c-select option {
  text-align: left;
}

.c-button {
  width: 100%;
  height: 42px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  background: rgba(245,30,30,1);
background: -moz-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,30,30,1)), color-stop(100%, rgba(138,12,0,1)));
background: -webkit-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -o-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: -ms-linear-gradient(left, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
background: linear-gradient(to right, rgba(245,30,30,1) 0%, rgba(138,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51e1e', endColorstr='#8a0c00', GradientType=1 );
  color: #fff;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
  cursor: pointer
}

.c-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.c-price {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700
}

.c-price_old {
  font-size: 15px;
  margin-bottom: 6px
}

.c-price_new {
  color: #870865;
  font-size: 18px
}

.c-price_cross {
  display: inline-block;
  position: relative;
}

/*.c-price_cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  border: 1px solid red
}*/

.clearfix::after {
  content: "";
  display: table;
  clear: both
}

/*!
*
*
* END OF MAIN.CSS
*
* MEDIA.CSS START
*
*
*/

@media (max-width:991.98px) {
  .container {
    width: 320px
  }
  .a-prod_label {
    padding-top: 0;
    padding-left: 36px;
  }
  .a-bg {
    height: 350px;
    right: 30%;
    top: 0
  }
  .a-logo {
    right: 55px;
    top: 10px
  }
  .a-section {
    padding-top: 350px
  }
  .a-title {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-left: 0;
    text-align: left;
  }
  .b-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .a-left {
    display: block;
    width: 100%;
    margin: 0
  }
  .a-right {
    display: block;
    width: 100%;
    margin: 0
  }
  .b-bg {
    height: 200px;
    left: 17%;
    top: 100px
  }
  .b-bg:after {
    content: none
  }
  .b-test {
    height: auto;
    width: auto;
    padding: 0;
    margin-top: 200px
  }
  .b-test_button {
    display: none
  }
  .b-test_item {
    display: block;
    margin: 0 auto 20px auto;
    float: none !important
  }
  .b-test_item:not(:first-child) {
    display: none
  }
  .b-results {
    background-color: #fff;
    width: auto;
    height: auto;
    margin: 0 14px;
    padding: 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .27);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .27)
  }
  .b-results_title {
    font-size: 16px;
    text-align: center
  }
  .b-results_text {
    font-size: 14px
  }
  .c-bg {
    width: 750px;
    height: 410px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(../img/bg-3.png) no-repeat;
    background-position: left 0;
    -webkit-background-size: auto 100%;
    background-size: 100% auto
  }
  .c-logo {
    position: relative;
    margin: 0 auto
  }
  .c-prod {
    width: 140px;
    margin-right: 0
  }
  .c-content {
    padding: 0
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background: url(../img/sel.png) no-repeat 94% 50%;
}

@media(max-width:500px) {
  .a-bg {
    right: 0%;
  }
}