/* -------------------------------------
	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;
}

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

*:-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: #FCDE64;
}

*::selection {
  color: #fff;
  background-color: #FCDE64;
}
header, nav, section, article, aside, footer {
  display: block; }
:focus, :active {
  outline: none; }
a:focus{
  outline: none;
}
/* -------------------------------------
	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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.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: 10px 45px;
  text-align: center;
  color: #000;
  border: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.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: #FFCD05;
}

.btn--transparent:hover {
  color: #000;
  background-color: #FFCD05;
}

/* -------------------------------------
	menu
	------------------------------------- */
.menuWrap {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(230,231,233,1) 100%);
  margin: 0;
  padding-left: 0;
  height: 80px;
}

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

.logoWrap__logo {
  display: inline-block;
}
.logoWrap__logo img {
  max-width: 150px;
}

.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: #000;
  text-decoration: none;
  padding: 15px 11px 5px 11px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
}

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

.menu__itemLink a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-bottom: 3px solid #FCDE64;
}

.menu__itemLink a:active {
  color: #ad7d29;
  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: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%, cover;
  background-position: left 30% bottom -188px, center center;
}

.mainScreen__title1 {
  font-size: 50px;
  line-height: 1.2;
  color: #000;
  text-align:left;
  vertical-align: middle;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  padding-top: -13px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.mainScreen__title2 {
  font-size: 90px;
  line-height: 0.8;
  background: -webkit-linear-gradient(315deg, rgba(252,222,100,1) 0%, rgba(248,194,94,0.83) 53%, rgba(162,121,39,0.68) 100%);
  background: -o-linear-gradient(315deg, rgba(252,222,100,1) 0%, rgba(248,194,94,0.83) 53%, rgba(162,121,39,0.68) 100%);
  background: linear-gradient(135deg, rgba(252,222,100,1) 0%, rgba(248,194,94,0.83) 53%, rgba(162,121,39,0.68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: sub;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);

}
/* -------------------------------------
	end .mainScreen
	------------------------------------- */
/* -------------------------------------
	start .calculatorBlock
	------------------------------------- */
.b-main__calc{
  background: #c3c4c6;
  margin-top: -10px;
}
.insides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.insides__blocks {
  width: 50%; }

.table-title {
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: 400;}

.tables-title {
  color: #000;
  font-size: 16px;
}

.tables-text {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold; }

.table-block {
  width: 50%;
  margin: 20px auto 40px; }

.table-row {
  height: 30px; }

.insides__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 35px; }

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  max-width: 375px;
  -webkit-box-shadow: inset #cac8c8 0 0 5px;
  box-shadow: inset #cac8c8 0 0 5px;
  outline: none;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  height: 8px;
  border-radius: 3px;
  margin: 20px 15px; }

.range-value {
  width: 95px;
  height: 43px;
  -webkit-box-shadow: 1px 2px 6px 1px rgba(72, 72, 72, 0.11);
  box-shadow: 1px 2px 6px 1px rgba(72, 72, 72, 0.11);
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  background-color: #ffffff;
  color: #73b523;
  font-size: 21px;
  font-weight: 600;
  line-height: 95px;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
}

.content-title, .input-title {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0}

.input-title {
  line-height: 35px;
  margin-left: 10px;
  color: #000;}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.slider-helper {
  position: relative;
  width: 370px;
  margin: 0;
}
.slider-content {
  width: 100%; }

.slider-box {
  width: 80%;
  max-width: 400px;
  margin-top: 6px; }

.slider-input {
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.slider-result {
  height: 35px;
  width: 85px;
  background: transparent;
  border: 1px solid #000;
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: bold;
}


.slide {
  border-radius: 0px;
  height: 21px; }

.sliderDown {
  margin-top: 35px; }

.ui-slider-horizontal .ui-slider-range-min {
  border-radius: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCDE64), to(#A27927));
  background: -webkit-linear-gradient(bottom, #FCDE64, #A27927);
  background: -o-linear-gradient(bottom, #FCDE64, #A27927);
  background: linear-gradient(to top, #FCDE64, #A27927); }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 2px solid #A27927;
  background: #fff;
  font-weight: normal;
  height: 21px;
  width: 43px;
  top: 0;
  border-radius: 0px; }

.ui-widget.ui-widget-content {
  border: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);}

#triangle-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 10px solid #A27927;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 5px;
  left: 5px;
}

#triangle-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 10px solid #A27927;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* -------------------------------------
	end .calculatorBlock
	------------------------------------- */
/* -------------------------------------
	steps
	------------------------------------- */
.steps {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(-45%, rgba(0,0,0,0.5)), to(rgba(0,0,0,0)) ) left bottom #fff no-repeat;
  background: -webkit-linear-gradient( right, rgba(255, 255, 255, 1) 0%, rgba(0,0,0,0.5) -45%, rgba(0,0,0,0) 100% ) left bottom #fff no-repeat;
  background: -o-linear-gradient( right, rgba(255, 255, 255, 1) 0%, rgba(0,0,0,0.5) -45%, rgba(0,0,0,0) 100% ) left bottom #fff no-repeat;
  background: linear-gradient( to left, rgba(255, 255, 255, 1) 0%, rgba(0,0,0,0.5) -45%, rgba(0,0,0,0) 100% ) left bottom #fff no-repeat;
  background-size: 100% 3px;

}

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

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -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: #FFCD05;
}

.steps__txt {
  margin-left: 25px;
  padding: 10px 6px;
  border-bottom: 5px solid #c3c4c6;
  font-size: 16px;
}

/* -------------------------------------
	advantages
	------------------------------------- */
.advantages {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;

}
.figure-wrap{
  position: relative;
  overflow-x: hidden;
}
.advantages__figure{
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 301px;
  border-left-width: 299px;
  border-bottom: 539px solid #000;
  position: absolute;
  right: -12.6%;
  top: 30px;
  z-index: 1;

}
.advantages__figure_white{
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 301px;
  border-left-width: 291px;
  border-bottom: 536px solid #fff;
  position: absolute;
  right: -12.5%;
  top: 29px;
  z-index: 2;

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

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

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

.advantages__title {
  margin: 13px auto;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  text-align: left;
  padding-left: 25px;
}
.advantages__title:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #FFCD05;
  position: absolute;
  top:4px;
  left: -5px;
}
.advantages__txt {
  margin: 0;
  text-align: left;
  font-size:18px;
}

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

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

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

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

.feedbacks-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 123px;
  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: 10px 0 0;
  line-height: 1.3;
}

/* -------------------------------------
	about
	------------------------------------- */
.about{
  background: #c3c4c6}

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

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

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

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

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

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

.footer__links {
  margin: 15px 0 0;
  margin-top: 50px;
}

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

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

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

.copy {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: #fff;
  line-height: 135px;
}
.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 #FCDE64;
}

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

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

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

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

.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:-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;
  margin-bottom: 30px;
}
.agreement-data, .agreement-mail{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1500px) {
  .advantages__figure {
    right: -16.1%;
  }
  .advantages__figure_white{
    right: -16.1%;
  }
  .mainScreen__title1{
    margin-left: 0;
    padding-top: 0px;
  }
  .mainScreen {
    background-position: right 74% bottom -140px, center center;
  }
}
@media only screen and (max-width: 1400px) {
  .mainScreen {
    background-position: left 83% bottom -27px, center center;
  }
  .advantages__figure, .advantages__figure_white {
    display:none;
  }
}

@media only screen and (max-width: 1199px) {
  .menu__itemLink a:link {
    padding: 15px 5px;
  }
  .mainScreen {
    background-position: right 74% bottom -25px, center center;
    min-height: 480px;
  }
  .mainScreen__title1{

    padding: 20px 0 0;
  }
  .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: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(230,231,233,1) 100%);
    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: 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-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 68% bottom -44px, center center;
    padding-bottom: 1px;
    padding-top: 80px;
  }
  .mainScreen__title1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .mainScreen__title2 {
    padding-left: 20px;
  }
  /* -------------------------------------
       calc
       ------------------------------------- */
  .calculatorBlock {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .slider-result{
    width: 60px;
  }
  .slider-helper{
    width: 225px;
  }
  .insides__blocks {
    width: 45%;
  }
  .table-block {
    width: 83%;
    margin-bottom: 70px;
  }
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .steps__txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* -------------------------------------
		advantages
		------------------------------------- */
  .advantages__item {
    -webkit-box-flex: 0;
    -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;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feedbacks-item {
    margin-bottom: 30px;
  }
  /* -------------------------------------
		footer
		------------------------------------- */
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__links {
    text-align: center;
    font-weight: 700;
  }
  .footer__info2 a {
    padding: 5px 0;
  }
  .copy{
    text-align: center;
    line-height: 50px;
  }
  .form {
    padding: 86px 0 0;
  }
   /**/
}

@media only screen and (max-width: 767px) {
  /* -------------------------------------
       calc
       ------------------------------------- */
  .insides{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .insides__blocks{
    width: 100%;
  }
  .slider-helper {
    width: 265px;
  }
  .slider-content{
    text-align: center;
  }
  .slider-box{
    max-width: 300px;
    width: 100%;
    margin: 10px auto 20px;
  }
  .slider-input{
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-result{
    width: 85px;
  }
  .sliderDown {
    margin-top: 25px;
  }
  .table-block {
    width: 50%;
  }
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps__list, .advantages__list{
    max-width: 341px;
    margin: 0 auto 25px;
  }
  /* -------------------------------------
		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) {
  .mainScreen {
    min-height: 460px;
  }
  .mainScreen__title1 {
    text-align: center;
    padding-top: 30px;
  }
  .logoWrap__title {
    font-size: 20px;
  }

  .mainScreen__title1 {
    font-size: 24px;
  }
  /* -------------------------------------
		steps
		------------------------------------- */
  .steps__txt {
    margin-left: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }
  /* -------------------------------------
		feedbacks
		------------------------------------- */
  .feedbacks-item__info1 {
    font-size: 17px;
  }
  /*calc*/
  .table-block {
    width: 87%;
  }
}

/*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;
}