@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}


.btn {
  white-space: nowrap;
  padding: 0 23px;
  background-color: #9f2842;
  color: #ffffff;
  font-family: "Globersemi Bold", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
  border-radius: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 0 0 4px transparent;
}

.btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #9f2842;
  -webkit-transition: color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 0 0 4px rgba(159, 40, 66, 0.6);
}

.btn:focus {
  outline: 0;
}

@media only screen and (max-width: 766px) {
  .btn {
    padding: 0 20px;
    letter-spacing: 0.65px;
  }
}

html, body {
  height: 100%;
}

body {
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
}

* html .page__wrapper {
  height: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.form {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 40%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.75);
  border-radius: 9px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form {
    width: 60%;
  }
}

@media only screen and (max-width: 766px) {
  .form {
    width: 85%;
  }
}

.form__title {
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 auto;
  padding: 10px 85px;
  background-color: #9f2842;
  color: #ffffff;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  border-radius: 9px 9px 0 0;
}

.form__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  width: 4px;
  height: 100%;
  background: #ffde40;
}

@media only screen and (max-width: 766px) {
  .form__title:before {
    left: 14px;
  }
}

.form__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 23px;
  width: 4px;
  height: 100%;
  background: #00c0f3;
}

@media only screen and (max-width: 766px) {
  .form__title:after {
    left: 6px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__title {
    padding: 22px 20px 18px 52px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 766px) {
  .form__title {
    padding: 14px 15px 14px 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

.form__content {
  padding-bottom: 25px;
}

.form__content .input {
  width: 70.85%;
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
}

.form__content .input label {
  display: block;
  text-align: left;
  margin-top: 5px;
  color: #9f2842;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.form__content .input label:first-child {
  margin-top: 5px;
}

@media only screen and (max-width: 766px) {
  .form__content .input label:first-child {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input label {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input label {
    font-size: 14px;
    line-height: 20px;
  }
}

.form__content .input input {
  padding-left: 18px;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 3px;
  background-color: #ebebeb;
  border: none;
  box-sizing: border-box;
  /* Webkit */
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* IE10+ */
}

.form__content .input input::-webkit-input-placeholder {
  color: #9c9b9b;
}

.form__content .input input:-moz-placeholder {
  color: #9c9b9b;
}

.form__content .input input::-moz-placeholder {
  color: #9c9b9b;
}

.form__content .input input:-ms-input-placeholder {
  color: #9c9b9b;
}

.form__content .input input input[type="text"],
.form__content .input input input[type="email"],
.form__content .input input input[type="tel"],
.form__content .input input input[type="number"],
.form__content .input input button,
.form__content .input input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input input {
    font-size: 16px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input input {
    padding-left: 8px;
    font-size: 14px;
    line-height: 36px;
  }
}

.form__content .input input:focus {
  outline: 0;
}

.form__content .input__big {
  width: 100%;
}

.form__content .input__small {
  display: block;
  /*width: 80%;*/
}

@media only screen and (max-width: 766px) {
  .form__content .input__small {
    width: 100%;
  }
}

.form__content .input .tip {
  display: block;
  color: #9f2842;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 2px 20px;
  border-radius: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input .tip {
    padding: 2px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input .tip {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.form__content .input .open {
  display: block;
  color: #9f2842;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  padding: 2px 20px;
  border-radius: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input .open {
    padding: 2px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input .open {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.form__content .input__select {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  /*position: relative;*/
  margin-top: 5px;
}

.form__content .input__select_type label:first-child {
  margin-top: 0;
}

.form__content .input__select_job {
  /*position: relative;*/
}

.form__content .input__select_city {
  /*width: 80%;*/
  /*position: relative;*/
}

@media only screen and (max-width: 766px) {
  .form__content .input__select_city {
    width: 100%;
  }
}

.form__content .input__select_call {
  /*width: 75%;*/
  /*position: relative;*/
  margin-top: 5px;
}

@media only screen and (max-width: 766px) {
  .form__content .input__select_call {
    width: 100%;
  }
}

.form__content .input__select input:focus,
.form__content .input__select select:focus,
.form__content .input__select textarea:focus,
.form__content .input__select button:focus {
  outline: none;
}

.form__content .input__select select {
  display: block;
  width: 100%;
  /*height: 20px;*/
  padding-left: 18px;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #ebebeb;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}

.form__content .input__select select::-ms-expand {
  display: none;
}

.form__content .input__select select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.form__content .input__select select option:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input__select select {
    font-size: 16px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input__select select {
    padding-left: 8px;
    font-size: 14px;
  }
}

.form__content .input__select label:before {
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  right: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -353px -189px;
  width: 11px;
  height: 8px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .input__select label:before {
    top: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .form__content .input__select label:before {
    top: 26px;
  }
}

.form__content .input__remark {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  color: #000000;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

.form__content .order__btn {
  width: 35.9%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 12px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .form__content .order__btn {
    margin-top: 30px;
  }
}

.section2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url("../img/content/sec2-bg.jpg") no-repeat;
  background-size: cover;
 /*padding: 34px 0;*/
   padding: 140px 0;
}

@media only screen and (max-width: 1198px) {
.section2 {
background: url("../img/content/1198.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 768px) {
.section2 {
background: url("../img/content/767.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 528px) {
.section2 {
background: url("../img/content/528.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 321px) {
.section2 {
background: url("../img/content/320.jpg") no-repeat;
background-size: 100%;
}
}


.section2:before, .section2:after {
  display: table;
  content: "";
}

.section2:after {
  clear: both;
}

.lt-ie8 .section2 {
  zoom: 1;
}

.section2 .container {
  margin: 0 auto;
  width: 66%;
  max-width: 850px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 766px) {
  .section2 .container {
    width: 85%;
  }
}

.section2 .container .products {
  line-height: 25px;
  border-radius: 9px;
  padding: 6px;
  background-color: #ebebeb;
}

.section2 .container .products__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.section2 .container .products__list:before, .section2 .container .products__list:after {
  display: table;
  content: "";
}

.section2 .container .products__list:after {
  clear: both;
}

.lt-ie8 .section2 .container .products__list {
  zoom: 1;
}

.section2 .container .products__list .active {
  background: #fff;
}

.section2 .container .products__list li {
  width: 100%;
  float: left;
  list-style: none;
  background: #9f2842;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  box-sizing: border-box;
  cursor: pointer;
}

.section2 .container .products__list li a {
  padding: 0 20px;
  color: #ffffff;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__list li a {
    padding: 0;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__list li a {
    padding: 0;
    font-size: 17px;
    line-height: 30px;
  }
}

.section2 .container .products__list li.active a {
  color: rgba(159, 40, 66, 0.8);
}

.section2 .container .products__title {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 auto;
  padding-top: 30px;
  background: #ffffff;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__title {
    font-size: 16px;
  }
}

.section2 .container .products__descr {
  display: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding-left: 86px;
  background: #fdfdfd;
  list-style: none;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr {
    padding-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr {
    padding: 0 10px;
  }
}

.section2 .container .products__descr ul {
  display: block;
}

.section2 .container .products__descr_item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 32%;
  margin-top: 50px;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

.section2 .container .products__descr_item:last-child {
  width: 32.5%;
  margin-left: 100px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item:last-child {
    margin-left: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_item {
    width: 32%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 27px;
  }
}

.section2 .container .products__descr_item .icons {
  display: inline-block;
  vertical-align: top;
}

.section2 .container .products__descr_item .icons__clock {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -351px;
  width: 58px;
  height: 58px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .icons__percent {
  color: #9f2842;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 46px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item .icons__percent {
    font-size: 36px;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item .icons__percent {
    font-size: 22px;
  }
}

.section2 .container .products__descr_item .icons__wheel {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -154px -267px;
  width: 63px;
  height: 64px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.section2 .container .products__descr_item .icons__notes {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -221px -267px;
  width: 63px;
  height: 63px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .icons__cash {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -284px -113px;
  width: 72px;
  height: 72px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .icons__payment {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -284px -189px;
  width: 65px;
  height: 65px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .icons__credit {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -394px -64px;
  width: 60px;
  height: 60px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .icons__repay {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -394px -128px;
  width: 60px;
  height: 60px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section2 .container .products__descr_item .item__text {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  margin-left: 7px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_item .item__text {
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item .item__text {
    width: 85%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.section2 .container .products__descr_item .item__text p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.section2 .container .products__descr_item .item__text .large {
  font-size: 28px;
  line-height: 30px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item .item__text .large {
    font-size: 20px;
  }
}

.section2 .container .products__descr_item .item__text .small {
  font-size: 16px;
}

.section2 .container .products__descr_item .order-btn {
  margin: 110px auto;
  margin-left: 70px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_item .order-btn {
    margin-top: 30px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_item .order-btn {
    width: auto;
    margin: 30px auto;
  }
}

.section2 .container .products__descr .cred-calculate {
  margin-top: 19px;
  /* позиционируем ползунки */
  /* оформление полосы по которой ходит ползунок */
  /* оформление активного участка (между двумя ползунками) */
  /* скругление для полосы слайдера */
}

.section2 .container .products__descr .cred-calculate__title {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  text-align: center;
}

.section2 .container .products__descr .cred-calculate__box {
  display: flex;
  justify-content: space-around;
  margin-top: 17px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr .cred-calculate__box {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr .cred-calculate__box {
    display: block;
  }
}

.section2 .container .products__descr .cred-calculate__box_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 49px;
  margin-bottom: 17px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr .cred-calculate__box_item {
    display: block;
    margin-right: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr .cred-calculate__box_item {
    display: block;
    margin-top: 25px;
    margin-right: 0;
  }
}



.cred-calculate__box label{
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

  input.audience , input.cpc {
  width: 60px;
  margin-left: 24px;
  background-color: #ffffff;
  opacity: .8;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  border: 2px solid #9f2842;
  border-radius: 3px;
  box-sizing: border-box;
  outline: 0;
  margin-top: 8px;
}
.section2 .container .products__descr .cred-calculate__box_item p .amount_month {
  margin-left: 57px;
}
/*.credit {
  margin-top: 19px;
}*/
input.monthly  {
  display: block;
  width: 153px;
  margin: 0 auto;
  background-color: #ffdd4c;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid transparent;
  box-sizing: border-box;
}

input[type="range"]:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* можно изменить на любой вариант цвета */
    -webkit-text-fill-color: #333;
}
.input-range{
    width: 221px;
    height: 19px;
    background-color: rgb(209, 209, 209);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px inset;
    border-radius: 9px;
    margin-top: 19px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr .cred-calculate__box_item p .amount_pay {
   
    margin-top: 10px;
  }
}

.section2 .container .products__descr .cred-calculate .ui-slider {
  position: relative;
}

.section2 .container .products__descr .cred-calculate .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  /* Задаем нужную ширину */
  height: 13px;
  /* и высоту */
  cursor: pointer;
}

.section2 .container .products__descr .cred-calculate .ui-slider-horizontal {
  height: 3px;
  /* задаем высоту согласно дизайна */
}

.section2 .container .products__descr .cred-calculate .ui-slider-horizontal .ui-slider-handle {
  width: 36px;
  height: 36px;
  top: -9px;
  margin-left: -6px;
  background: #9f2842;
  border: 6px solid #d1d1d1;
  box-shadow: -1px -0.2px 4px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  outline: 0;
}

.section2 .container .products__descr .cred-calculate .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slide {
  width: 98px;
  height: 19px;
  left: 0;
  background-color: #9f2842;
  border-radius: 9px 0 0 9px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
}

.section2 .container .products__descr .cred-calculate .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.section2 .container .products__descr .cred-calculate .ui-widget-content {
  width: 221px;
  height: 19px;
  background-color: #d1d1d1;
  border-radius: 9px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr .cred-calculate .ui-widget-content {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr .cred-calculate .ui-widget-content {
    display: block;
    width: auto;
  }
}

.section2 .container .products__descr .cred-calculate .ui-corner-all {
  border-radius: 32px;
  margin-top: 2px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_loan {
    padding: 0 40px;
  }
}

.section2 .container .products__descr_loan ul li:nth-child(4) {
  width: 32.5%;
  margin-left: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_loan ul li:nth-child(4) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_loan ul li:nth-child(4) {
    width: 100%;
    margin-left: auto;
  }
}

.section2 .container .products__descr_loan ul li:nth-child(5) {
  width: 32.5%;
  margin-right: 57px;
  margin-left: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products__descr_loan ul li:nth-child(5) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_loan ul li:nth-child(5) {
    width: 85%;
    margin-right: auto;
  }
}

.section2 .container .products__descr_loan .products__descr_item {
  width: 32%;
  margin-top: 27px;
}

@media only screen and (max-width: 766px) {
  .section2 .container .products__descr_loan .products__descr_item {
    width: 85%;
  }
}

.section2 .container .products .active {
  display: block;
  position: relative;
  background: #ffffff;
}

.section2 .container .products .active .image__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-45%, 0);
          transform: translate(-45%, 0);
  z-index: 1;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products .active .image__wrap {
    -webkit-transform: translate(-45%, 0);
            transform: translate(-45%, 0);
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products .active .image__wrap {
    display: none;
  }
}

.section2 .container .products .active .image__wrap .image {
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products .active .image__wrap .image {
    width: 130px;
  }
}

.section2 .container .products .active .image__wrap_loan .image {
  display: block;
  width: 62%;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products .active .image__wrap_loan .image {
    width: 100px;
  }
}

.section2 .container .products .active .order-btn a {
  text-decoration: none;
}

.section2 .container .products .active .order-btn .btn {
  padding: 0 20px;
}

.section2 .container .products .active .order-btn_loan {
  margin: 65px auto;
  /* margin-top: 101px; */
  margin-left: 400px;
  /* margin-bottom: 181px; */
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section2 .container .products .active .order-btn_loan {
    margin: 65px auto;
    margin-left: 280px;
  }
}

@media only screen and (max-width: 766px) {
  .section2 .container .products .active .order-btn_loan {
    margin: 30px auto;
  }
}

.section2 .container .products .active .order-btn_loan a {
  text-decoration: none;
}

.section2 .container .products .active .order-btn_loan .btn {
  padding: 0 20px;
}

.main-header {
  max-width: 1366px;
  margin: 0 auto;
  padding: 9px 62px 9px 44px;
}

.main-header:before, .main-header:after {
  display: table;
  content: "";
}

.main-header:after {
  clear: both;
}

.lt-ie8 .main-header {
  zoom: 1;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header {
    padding: 0 62px 30px 44px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header {
    padding: 9px 22px;
  }
}

.main-header__logo {
  float: left;
  width: 390px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__logo {
    float: none;
    display: block;
    margin: 0 auto;
    width: 280px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__logo {
    float: none;
    display: block;
    margin: 0 auto;
    width: 150px;
  }
}

.main-header__logo .logo-link {
  display: block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 390px;
  height: 109px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__logo .logo-link {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -113px;
    width: 280px;
    height: 150px;
    background-size: 455px, 409px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__logo .logo-link {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -267px;
    width: 150px;
    height: 80px;
    background-size: 455px, 409px;
    background-repeat: no-repeat;
  }
}

.main-header__title {
  float: left;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-top: 30px;
  margin-left: 143px;
  color: transparent;
  font-family: "Globersemi Bold", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
   background-image: url(../img/content/Krok.jpg);
  background-repeat:no-repeat;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__title {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
	background-position:center;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__title {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
	background-position:center;
	background-size:50%;
    font-size: 6px;
  }
}

.main-header__contacts {
  float: right;
  margin-left: 41px;
}
.main-header__contacts p{
  font-size: 63px;
  color:#9f2842;
  margin: 0;
}
font-size: 63px;color:#9f2842
@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__contacts {
    float: none;
    display: block;
    margin: 0;
    margin-top: 23px;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .main-header__contacts {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.main-header__contacts .contacts__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

@media only screen and (max-width: 766px) {
  .main-header__contacts .contacts__item {
    text-align: left;
  }
}

.main-header__contacts .contacts__item:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -360px -113px;
  width: 29px;
  height: 41px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -37px;
}

.main-header__contacts .contacts__item a {
  font-size: 15px;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__contacts .contacts__item_link:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
  }
}

.main-header__contacts .contacts__item_link:nth-child(2), .main-header__contacts .contacts__item_link:nth-child(3) {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header__contacts .contacts__item_link:nth-child(2), .main-header__contacts .contacts__item_link:nth-child(3) {
    margin-top: 0;
  }
}

.main-header__contacts .contacts__item_link:nth-child(2) {
  margin-right: 21px;
}

.main-header__contacts .contacts__item_link .link__phone {
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}

.main-header__contacts .contacts__item_link .link__text {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
}

.main-header__contacts .contacts__item_link:last-child .link__phone {
  display: block;
  text-align: center;
}

.main-header_footer:before, .main-header_footer:after {
  display: table;
  content: "";
}

.main-header_footer:after {
  clear: both;
}

.lt-ie8 .main-header_footer {
  zoom: 1;
}

.main-header_footer .main-header__logo_footer {
  float: left;
  width: 70%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__logo_footer {
    float: none;
    width: 60%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer {
    float: none;
    width: 70%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__logo_footer .logo-link {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer .logo-link {
    text-align: center;
    margin: 0 auto;
  }
}

.main-header_footer .main-header__logo_footer .copyrightes {
  margin-top: 9px;
  color: #9f2842;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__logo_footer .copyrightes {
    margin-top: 0;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer .copyrightes {
    margin-top: 0;
    font-size: 13px;
    line-height: 20px;
  }
}

.main-header_footer .main-header__logo_footer .copyrightes__left {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__logo_footer .copyrightes__left {
    float: none;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer .copyrightes__left {
    float: none;
  }
}

.main-header_footer .main-header__logo_footer .copyrightes__right {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__logo_footer .copyrightes__right {
    float: none;
    margin-left: auto;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer .copyrightes__right {
    float: none;
    margin-left: auto;
    margin-bottom: auto;
  }
}

.main-header_footer .main-header__logo_footer .copyrightes__right span {
  display: block;
}

.main-header_footer .main-header__logo_footer .copyrightes .tariffs a {
  font-size: 18px;
  color: #1f8fca;
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__logo_footer .copyrightes .tariffs a {
    font-size: 14px;
  }
}

.main-header_footer .main-header__contacts_footer {
  float: right;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__contacts_footer {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__contacts_footer {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.main-header_footer .main-header__contacts_footer .contacts__item_link .link__phone_last {
  display: block;
  text-align: center;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask {
  margin-top: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .main-header_footer .main-header__contacts_footer .contacts__item_ask {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .main-header_footer .main-header__contacts_footer .contacts__item_ask {
    margin-top: 30px;
  }
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  color: #000000;
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 20px;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link .icons {
  display: block;
  margin: 0 auto;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link .icons__skype {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -427px -318px;
  width: 27px;
  height: 27px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
  margin-bottom: 1px;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link .icons__email {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -360px -158px;
  width: 28px;
  height: 21px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link .icons__callback {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -394px -318px;
  width: 29px;
  height: 28px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.main-header_footer .main-header__contacts_footer .contacts__item_ask-link span {
  display: block;
}

.section5 {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url("../img/content/sec5-bg.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}

@media only screen and (max-width: 1198px) {
.section5 {
background: url("../img/content/1198.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 768px) {
.section5 {
background: url("../img/content/767.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 528px) {
.section5 {
background: url("../img/content/528.jpg") no-repeat;
background-size: 100%;
}
}

@media only screen and (max-width: 321px) {
.section5 {
background: url("../img/content/320.jpg") no-repeat;
background-size: 100%;
}
}


.section3_payment {
  position: relative;
}

.section3_payment .image__wrap_payment {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_payment .image__wrap_payment .image_payment {
    width: 230px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_payment .rules_payment {
    text-align: right;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_payment .rules_payment .rules__title_payment {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_payment .rules_payment ul {
    margin-right: 0;
    margin-left: 182px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_payment .rules_payment .order-btn {
    margin-right: 228px;
  }
}

.section3 {
  position: relative;
  padding-top: 38px;
  padding-bottom: 27px;
  background: #ffffff;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3 {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 766px) {
  .section3 {
    padding-top: 20px;
  }
}

.section3 .rules {
  max-width: 1600px;
  width: 650px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
}

@media only screen and (max-width: 766px) {
  .section3 .rules {
    width: 265px;
  }
}

.section3 .rules__title {
  font-family: "Cynthoslabpro Regular", Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #9f2842;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

@media only screen and (max-width: 766px) {
  .section3 .rules__title {
    font-size: 26px;
    line-height: 34px;
  }
  .main-header__contacts{
    display: none;
  }
}

.section3 .rules ul {
  margin-top: 15px;
  margin-right: 112px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3 .rules ul {
    margin-right: 174px;
  }
}

@media only screen and (max-width: 766px) {
  .section3 .rules ul {
    margin: 15px auto;
    margin-right: 0;
  }
}

.section3 .rules__item {
  position: relative;
  padding-left: 30px;
  color: #000000;
  font-family: "Globersemi Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 44px;
  list-style: none;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .section3 .rules__item {
    font-size: 20px;
    line-height: 38px;
  }
}

.section3 .rules__item:before {
  content: "• ";
  position: absolute;
  top: 0;
  left: 0;
  color: #9f2842;
}

.section3 .rules .order-btn {
  margin-top: 30px;
  margin-right: 145px;
  text-align: right;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3 .rules .order-btn {
    margin-top: 30px;
    margin-right: 228px;
  }
}

@media only screen and (max-width: 766px) {
  .section3 .rules .order-btn {
    margin: 30px auto;
    text-align: center;
  }
}

.section3 .rules .order-btn a {
  text-decoration: none;
}

.section3 .image__wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .section3 .image__wrap {
    display: none;
  }
}

.section3 .image__wrap .image {
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3 .image__wrap .image {
    width: 290px;
  }
}

.section3_red {
  background: #9f2842;
}

.section3_red .rules_red ul {
  margin-left: 0;
  margin-right: 80px;
}

@media only screen and (min-width: 767px) and (max-width: 1198px) {
  .section3_red .rules_red ul {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .section3_red .rules_red ul {
    margin-right: 0;
  }
}

.section3_red .rules__title_white {
  color: #ffffff;
}

.section3_red .rules__item_white {
  margin-bottom: 25px;
  padding-left: 64px;
  color: #ffffff;
}

.section3_red .rules__item_white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}


.section3_red .rules__item_white:nth-child(2):before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -394px -192px;
  width: 60px;
  height: 59px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section3_red .rules__item_white:nth-child(3):before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -288px -267px;
  width: 61px;
  height: 61px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section3_red .rules__item_white:nth-child(4):before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -394px 0px;
  width: 61px;
  height: 60px;
  background-size: 455px, 409px;
  background-repeat: no-repeat;
}

.section3_red .btn_white {
  background: #ffffff;
  color: #9f2842;
}

.section3_red .btn_white:hover {
  color: rgba(159, 40, 66, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}

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

input[type=text],
fieldset {
  /* required to properly style form
     elements on WebKit based browsers */
  -webkit-appearance: none;

  width : 100%;
  border: 1px solid #333;
  margin: 0;

  font-family: inherit;
  font-size: 90%;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control.is-invalid~.invalid-feedback {
  display: none;
}
