/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
  font-family: 'Exo 2';
  src: local("Exo 2 Bold"), local("Exo2-Bold"), url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: local("Exo 2 Light"), local("Exo2-Light"), url("../fonts/Exo2-Light.woff2") format("woff2"), url("../fonts/Exo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: local("Exo 2 Black"), local("Exo2-Black"), url("../fonts/Exo2-Black.woff2") format("woff2"), url("../fonts/Exo2-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Exo 2';
  src: local("Exo 2"), local("Exo2-Regular"), url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* -------------------------------------
	Reset
	------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  font: 400 1rem/1.5 "Exo 2", sans-serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

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

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

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

abbr[title], abbr[data-original-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;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 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]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.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;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -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;
}

[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;
}

*::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

*::-moz-placeholder {
  color: #000;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

*::placeholder {
  color: #000;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000;
}

body input:required:valid,
body textarea:required:valid {
  color: #000;
}

*::-moz-selection {
  color: #fff;
  background-color: #EB4724;
}

*::selection {
  color: #fff;
  background-color: #EB4724;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col {
  padding: 0 10px;
}

.block {
  padding: 27px 0 40px;
}

.title {
  margin-bottom: 0;
  font: 700 36px "Exo 2", sans-serif;
  text-align: center;
}

.title--white {
  color: #fff;
}

.list {
  padding-left: 0;
  list-style: none;
}

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

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.back-link:hover {
  text-decoration: none;
}

.wrapCont {
  max-width: 1160px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.btn-wrap {
  text-align: center;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 19px 45px;
  text-align: center;
  color: #000;
  border: 2px solid transparent;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 3px 6px rgba(255, 205, 5, 0.5);
          box-shadow: 0 3px 6px rgba(255, 205, 5, 0.5);
}

.btn:active {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.btn--yellow {
  background-color: #FFCD05;
}

.btn--yellow:hover {
  background-color: #fff;
  border-color: #FFCD05;
}

.btn--transparent {
  background-color: transparent;
  border-color: #EB4724;
}

.btn--transparent:hover {
  color: #fff;
  background-color: #EB4724;
}

.buttonCredit1 {
  display: inline-block;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 20px 45px;
  background-color: #FFCD05;
  text-align: center;
  color: #000;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------------------------------------
	menu
	------------------------------------- */
.menuWrap {
  background-color: #EB4724;
  margin: 0;
  padding-left: 0;
  height: 80px;
}

.menuWrap .wrapCont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logoWrap__logo {
  display: inline-block;
}

.logoWrap__title {
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  padding-left: 10px;
}

.logoWrap__title span {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu__itemLink {
  list-style-type: none;
  display: inline-block;
}

.menu__itemLink a:link {
  color: #FFCD05;
  text-decoration: none;
  padding: 15px 11px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}

.menu__itemLink a:visited {
  color: #FFCD05;
  text-decoration: none;
}

.menu__itemLink a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.menu__itemLink a:active {
  color: #FFCD05;
  text-decoration: none;
}

.menu__buttonCredit1 {
  display: none;
}

.toggle-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 48px;
  width: 28px;
  height: 28px;
  margin: 0 20px 0 0;
  z-index: 200;
}

.toggle-menu span {
  position: relative;
  display: inline-block;
}

.toggle-menu span, .toggle-menu span:before, .toggle-menu span:after {
  width: 100%;
  height: 3px;
  background-color: #FFCD05;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.toggle-menu span:before, .toggle-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 210;
}

.toggle-menu span:after {
  top: 18px;
}

.toggle-menu.on span {
  background-color: rgba(0, 0, 0, 0);
}

.toggle-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0);
      -ms-transform: rotate(45deg) translate(-1px, 0);
          transform: rotate(45deg) translate(-1px, 0);
}

.toggle-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

/* -------------------------------------
	end menu
	------------------------------------- */
/* -------------------------------------
	.mainScreen
	------------------------------------- */
.mainScreen {
  min-height: 574px;
  background-color: #F4F4F6;
  background-image: url(../img/man.png), url("../img/Group.png");
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: 576px 468px, cover;
          background-size: 576px 468px, cover;
  background-position: left 70% bottom 0px, center center;
}

.mainScreen__title1 {
  font-size: 50px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.mainScreen__title2 {
  padding-left: 24px;
  font-size: 90px;
  line-height: 1.2;
  color: #000;
  vertical-align: sub;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
}

.mainScreen__calculatorBlock {
  margin: 5px 0 44px;
}

.calculatorBlock {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 20px 30px;
  display: inline-block;
  -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.calculatorBlock__title1 {
  text-align: center;
  color: #EB4724;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.calculatorBlock__wrapSlider {
  width: 100%;
  height: 50px;
  position: relative;
  padding-top: 1px;
}

.calculatorBlock__slider1 {
  font-size: 14px;
  margin: 14px auto 8px;
  cursor: pointer;
  height: 9px;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 10;
  text-align: left;
  width: -webkit-calc(100% - 107px);
  width: calc(100% - 107px);
}

.calculatorBlock__slider1:before {
  content: '';
  display: block;
  width: 25px;
  height: 9px;
  position: absolute;
  z-index: -10;
  left: -20px;
  top: 0;
  background-color: #EB4724;
}

.calculatorBlock__slider1:after {
  content: '';
  display: block;
  width: 25px;
  height: 9px;
  position: absolute;
  z-index: -10;
  right: -20px;
  top: 0;
  background-color: #ccc;
}

.calculatorBlock__slider1 span {
  border: 0px solid #c5c5c5;
  background: #EB4724;
  font-weight: normal;
  color: #EB4724;
  top: -10px;
  margin-left: -15px;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: e-resize;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none;
}

.calculatorBlock__minus, .calculatorBlock__plus {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: solid #EB4724 2px;
  z-index: 25;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.calculatorBlock__minus:hover, .calculatorBlock__plus:hover {
  cursor: pointer;
}

.calculatorBlock__minus span, .calculatorBlock__plus span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.calculatorBlock__minus {
  left: 0;
}

.calculatorBlock__minus span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #EB4724;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
}

.calculatorBlock__plus {
  right: 0;
  top: 0;
}

.calculatorBlock__plus span:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #EB4724;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
}

.calculatorBlock__plus span:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #EB4724;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
}

.calculatorBlock__wrapField {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 40px;
}

.calculatorBlock__input {
  padding: 1px;
  width: 120px;
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #000;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

.calculatorBlock__Text1 {
  display: inline-block;
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.calculatorBlock__Text2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
}

.calculatorBlock__Text3 {
  color: #EB4724;
}

.calculatorBlock__wrapButton {
  text-align: center;
}

.calculatorBlock__buttonCredit1 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.ui-slider-range {
  height: 100%;
  background-color: #EB4724;
}

/* -------------------------------------
	end .mainScreen
	------------------------------------- */
/* -------------------------------------
	steps
	------------------------------------- */
.steps {
  background: url("../img/decor1.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
}

.steps__list {
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  counter-reset: i;
}

.steps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  line-height: 1.2;
}

.steps__item::before {
  content: counter(i);
  counter-increment: i;
  display: inline-block;
  width: 34px;
  font-size: 3.75em;
  color: #EB4724;
}

.steps__txt {
  margin-left: 25px;
  padding: 10px 24px;
  border-bottom: 5px solid #D3D2D2;
}

/* -------------------------------------
	advantages
	------------------------------------- */
.advantages {
  background-color: #EB4724;
}

.advantages__list {
  margin: 20px 0 10px;
}

.advantages__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.advantages__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  overflow: hidden;
}

.advantages__title {
  margin-top: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.advantages__txt {
  margin: 0;
  padding: 0 12%;
}

/* -------------------------------------
	feedbacks
	------------------------------------- */
.feedbacks {
  background: #FCF0F0 url("../img/decor2.png") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
}

.feedbacks__row {
  margin-top: 62px;
  margin-bottom: 62px;
}

.feedbacks__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.feedbacks-item {
  max-width: 420px;
  margin: 0 auto;
}

.feedbacks-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  height: 123px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.feedbacks-item__info {
  font-size: 18px;
  line-height: 1.3;
}

.feedbacks-item__info1 {
  margin-bottom: 19px;
  font-weight: 700;
}

.feedbacks-item__info2 {
  color: #aaa;
  font-weight: 300;
}

.feedbacks-item__txt {
  margin: 25px 0 0;
  line-height: 1.3;
}

/* -------------------------------------
	about
	------------------------------------- */
.about__text {
  margin: 15px 0 0;
  line-height: 1.3;
  text-align: justify;
}

/* -------------------------------------
	footer
	------------------------------------- */
.footer {
  padding: 20px 0 15px;
  background-color: #EB4724;
}

.footer__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.footer__logo {
  opacity: 0.66;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  display: block;
  width: 33px;
}

.footer__logo .logoWrap__title {
  font-size: 24px;
}

.footer__links {
  margin: 15px 0 0;
}

.footer__link {
  color: #FFCD05;
  text-decoration: underline;
}

.footer__link:hover {
  color: #FFCD05;
  text-decoration: none;
}

.footer__info1 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.footer__info2 {
  margin-top: 12px;
  text-align: center;
  color: #fff;
}

.footer__info2 a {
  display: block;
  padding: 3px 0;
  line-height: 1.1;
  color: inherit;
}

.partners {
  padding: 12px;
}

.partners .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners__logo {
  padding: 0 9px;
}

.copy {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.footer__info{
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  color: rgba(256, 256, 256, 0.65);
}
.about__title {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  margin-top: 20px;
}
/* -------------------------------------
	form
	------------------------------------- */
.form {
  padding: 36px 0 100px;
}

.form-title {
  text-transform: uppercase;
}

.form-block {
  max-width: 400px;
  margin: 30px auto 0;
}

.form-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 10px;
  font: 400 16px "Exo 2", sans-serif;
  color: #000;
  border: none;
  border-bottom: 2px solid #EB4724;
}

.form-input::-webkit-input-placeholder {
  font: 400 16px "Exo 2", sans-serif;
  color: #EB4724;
}

.form-input::-moz-placeholder {
  font: 400 16px "Exo 2", sans-serif;
  color: #EB4724;
}

.form-input:-ms-input-placeholder {
  font: 400 16px "Exo 2", sans-serif;
  color: #EB4724;
}

.form-input::-ms-input-placeholder {
  font: 400 16px "Exo 2", sans-serif;
  color: #EB4724;
}

.form-input::placeholder {
  font: 400 16px "Exo 2", sans-serif;
  color: #EB4724;
}

.form-input:focus {
  outline: none;
  border-bottom-color: #000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.form-input:focus::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.form-input:focus::-moz-placeholder {
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.form-input:focus:-ms-input-placeholder {
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.form-input:focus::-ms-input-placeholder {
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.form-input:focus::placeholder {
  color: #000;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.form-submit {
  display: block;
  width: 222px;
  height: 50px;
  margin: 45px auto 0;
  padding: 13px;
}
.agreement-data, .agreement-mail{
  display: inline-flex;
  padding: 5px 10px;
  text-align: justify;
}
.privat-data{
  color: #000;
  margin-left: 10px;
}
#check-data, #check-mail{
  margin-top: 7px;
}

/* -------------------------------------
	Media styles
	------------------------------------- */
@media only screen and (max-width: 1400px) {
  .mainScreen {
    background-position: left 83% bottom 0px, center center;
  }
}

@media only screen and (max-width: 1199px) {
  .menu__itemLink a:link {
    padding: 15px 5px;
  }
  .mainScreen {
    background-position: right 10% bottom 0px, center center;
  }
  .steps__txt {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  /**/
}

@media only screen and (max-width: 991px) {
  .toggle-menu {
    display: block;
  }
  .menu {
    display: none;
    position: fixed;
    z-index: 20;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #EB4724;
    height: 0;
  }
  .menu__buttonCredit1 {
    display: block;
    margin: 15px auto;
    max-width: 290px;
  }
  .menu__itemLink {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu__itemLink a:link {
    padding: 7px 11px;
  }
  .menu.active {
    display: block;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .menuWrap {
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  .menuWrap.active {
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  .mainScreen {
    min-height: 574px;
    background-color: #F4F4F6;
    background-image: url("../img/Group.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-position: center center;
    padding-bottom: 1px;
    padding-top: 80px;
  }
  .mainScreen__title1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mainScreen__title2 {
    padding-left: 20px;
  }
  .calculatorBlock {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .steps__txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* -------------------------------------
		advantages
		------------------------------------- */
  .advantages__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .advantages__txt {
    padding: 0;
  }
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks__row {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .feedbacks__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .feedbacks-item {
    margin-bottom: 30px;
  }
  /* -------------------------------------
		footer
		------------------------------------- */
  .footer__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__links {
    text-align: center;
    font-weight: 700;
  }
  .footer__info2 a {
    padding: 5px 0;
  }
  /**/
}

@media only screen and (max-width: 767px) {
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps {
    background-image: url("../img/decor1-mob.jpg");
  }
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks-item__top {
    margin: 0 -10px;
  }
  .feedbacks-item__top .col {
    padding: 0 10px;
  }
  .feedbacks-item__img {
    width: 100px;
    height: 100px;
  }
  /**/
}

@media only screen and (max-width: 575px) {
  .buttonCredit1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .calculatorBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calculatorBlock__input {
    width: 80px;
    font-size: 24px;
  }
  /* -------------------------------------
		form
		------------------------------------- */
  .form {
    padding-bottom: 45px;
  }
  /**/
}

@media only screen and (max-width: 480px) {
  .logoWrap__title {
    font-size: 20px;
  }
  .logoWrap__logo img {
    width: 40px;
  }
  .mainScreen__title1 {
    font-size: 24px;
  }
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps__txt {
    margin-left: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks-item__info1 {
    font-size: 17px;
  }
  /**/
}

/*Reset input number*/
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}