/*
Theme Name: Kredit-pod-zalog
Version: 1
Description: Тема созданная для сайта 1kredit-pod-zalog.ru
Author: Максим Чурмаев
*/





/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Thin"), local("Roboto-Thin"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothin.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothin.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothinitalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothinitalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotothinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolight.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolight.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolightitalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolightitalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), local("Roboto-Regular"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Roboto.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Roboto.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Italic"), local("Roboto-Italic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoitalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoitalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomedium.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomedium.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomediumitalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomediumitalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobold.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobold.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobolditalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobolditalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Black"), local("Roboto-Black"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblack.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblack.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblackitalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblackitalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/Robotoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Arsenal';
  src: local("Arsenal-Regular"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-regular.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-regular.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arsenal';
  src: local("Arsenal-Italic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-italic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-italic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Arsenal';
  src: local("Arsenal-Bold"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bold.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bold.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arsenal';
  src: local("Arsenal-BoldItalic"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bolditalic.woff2") format("woff2"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bolditalic.woff") format("woff"), url("https://1kredit-pod-zalog.ru/wp-content/themes/kredit-pod-zalog/fonts/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

body {
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 1500px) {
  body {
    background-size: cover;
  }
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.mobile {
  display: none !important;
}

h1 {
  font-family: Roboto;
  font-weight: normal;
  font-size: 57px;
  color: #2B3A42;
}

h2 {
  font-family: Roboto;
  font-size: 24px;
  text-align: center;
  margin: 0 0 70px 0;
  /* main text */
  color: #2B3A42;
}

h2 .colored-text {
  background: #a7fd39;
}

h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #2B3A42;
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
	.container {
		width: 940px;
	}

  h1 {
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 450px;
  }

  h6 {
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .desctop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .container {
    width: 300px;
  }

  h1 {
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 15px;
  }

  h2 {
    font-family: Arsenal;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0,05em;
    text-align: center;
  }
}

.header {
  flex: 0 0 auto;
  padding: 20px 0 10px;
  height: 80px;
}

.header .container {
  display: flex;
  justify-content: flex-end;
}

.header_nav {
  width: 600px;
  display: flex;
  justify-content: space-between;
}

.header_nav .header_nav__item .header_link {
  font-size: 15px;
  font-family: Roboto;
  color: #42a242;
  text-transform: uppercase;
}

.phone-wrap {
  width: 220px;
  text-align: right;
  padding-left: 90px;
}

.phone-wrap .phone {
  font-size: 15px;
  font-family: Roboto;
  color: #42a242;
  display: block;
  width: 130px;
  position: relative;
  margin-bottom: 5px;
}

.phone-wrap .phone:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("img/whatsapp_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: -15px;
}

.logo-wrap {
    width: 420px;
    text-align: left;
	
}

.logo-wrap img {
	width:220px;
}

@media screen and (max-width: 500px) {
  .header {
    background: #1e9112;
    height: 30px;
  }
}

.top-banner {
  height: 100vh;
  min-height: 680px;
  background: url("img/main-banner.png");
  background-repeat: no-repeat;
  background-size: 900px;
  background-position-y: 150px;
  background-position-x: calc(50% - 200px);
}

@media screen and (min-width: 1700px) {	
	.top-banner {
	  height: calc(100vh - 200px);
	}
}

.top-banner .container {
  position: relative;
}

.top-banner h1 {
  margin: 0;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 39px;
  color: #028202;
  font-stretch: condensed;
  transform: scaleY(1.5);
}

.small-title {
  font-size: 25px;
}

.bold-title {
  font-weight: bold;
  box-shadow: inset 0px -7px 0px 0px white, inset 0px -24px 0px 0px #a7fd39;
}

.top-banner_after-title {
  padding-top: 15px;
  width: 1065px;
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 20px;
}

.top-banner_after-title .bold {
  font-weight: bolder;
  font-size: 22px;
}

.top-callback {
  position: absolute;
  right: 0;
  top: 250px;
  text-align: center;
  font-family: Roboto;
  min-width: 297px;
}
span.wpcf7-form-control-wrap {
    position: static;
}
.form-top {/*
  width: 297px;
  height: 223px;*/
  width: 340px;
  height: 255px;
  padding-top: 25px;
  background-image: url("img/form.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.form-top h3 {
  font-size: 22px;
  margin: 0;
}

.form-top p {
  font-size: 13px;
  margin: 0;
}

.form-top .fa {
  position: absolute;
  height: 36px;
  left: 34px;
  font-size: 18px;
  color: #b8b4b4;
}

.form-top .fa-user-o {
  /*top: 95px;*/
  top: 112px;
}

.form-top .fa-phone {
  top: 167px;
}
.wpcf7-form-control-wrap.acceptance-0 .wpcf7-list-item {
    margin-top: 53px;
    margin-left: 0;
}
#name,
#tel {
  padding: 0 25px 0;
  position: absolute;/*
  width: 252px;
  height: 36px;
  left: 24px;*/
  width: 288px;
  height: 40px;
  left: 28px;
  border: 1px solid #dbe304;
}

#name::-moz-placeholder, #tel::-moz-placeholder {
  font-size: 14px;
  color: #b8b4b4;
}

#name:-ms-input-placeholder, #tel:-ms-input-placeholder {
  font-size: 14px;
  color: #b8b4b4;
}

#name::placeholder,
#tel::placeholder {
  font-size: 14px;
  color: #b8b4b4;
}

#name {
  /*top: 87px;*/
  top: 101px;
}

#tel {
  /*top: 135px;*/
  top: 155px;
}

.form-bottom {
  padding-top: 35px;
}

.form-bottom .btn-subm {
  display: inline-block;
  padding: 10px;
  border-radius: 30px;
  width: 225px;
  height: 45px;
  background-color: #e3fb71;
  margin-bottom: 20px;
  box-shadow: 0px -2px 3px 0px #aaaaaa;
}

.form-bottom hr {
  width: 150px;
  height: 0;
  color: #aaaaaa33;
  border-radius: 50%;
  box-shadow: 0px -4px 6px 0px #555555;
}
#mbnr4web-fullscreen, #mbnr4web, .mbnr4web-footer{
  display: none !important;
}
.checker {
    vertical-align: sub;
}
.tip-block {
 	display: none;
 	position: absolute;
	background: white;
	border: 1px solid black;
	color: black;
	left: 0;
	top: 237px;
	padding: 5px 10px;
}
.tip-block::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 19px;
    background: white;
    top: -7px;
    border: 1px solid black;
    border-right: unset;
    border-bottom: unset;
    transform: rotate(45deg);
}
.tip-block br{
	display: none;
}
@media screen and (max-width: 1240px) {
  .top-banner h1{
	font-size: 42px;
  }
  .top-banner {
    height: 100vh;
  }
  .top-banner_after-title{
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
  .top-banner_after-title .bold {
    font-weight: bolder;
    font-size: 16px;
  }  
}

@media screen and (max-width: 500px) {
  .top-banner {
    height: 100vh;
    min-height: unset;
    padding: 30px 0 0;
    position: relative;
    background: url("img/house.png");
    background-repeat: no-repeat;
    background-size: 600px;
    background-position-y: 200px;
    background-position-x: -200px;
  }

  .top-banner h1 {
    transform: unset;
    font-size: 10px;
    color: black;
    font-weight: bold;
    margin-bottom: 215px;
  }

  .top-banner h1 span {
    font-size: 13px;
  }

  .top-banner h1 .bold-title {
    font-weight: bolder;
    box-shadow: inset 0px -8px 0px 0px #a7fd39;
  }

  .top-banner h1 span:nth-child(1) {
    display: inline-block;
    width: 100%;
    font-size: 54px;
    color: #028202;
  }

  .top-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("img/8procent.png");
    background-color: rgba(255, 255, 255, 0.8);
    background-position-y: 130px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 215px;
  }

  .top-banner .phone-wrap {
    width: 100%;
    padding: 0;
    padding-left: 50px;
    padding-right: 80px;
    text-align: left;
  }

  .top-banner .phone-wrap .phone {
    color: #028202;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: unset;
    white-space: nowrap;
  }

  .top-banner .phone-wrap .phone:before {
    content: unset;
  }

  .top-banner .btn-wrap {
    display: flex !important;
    justify-content: space-between;
  }

  .top-banner .btn-wrap a {
    font-family: Roboto;
    text-align: center;
    vertical-align: middle;
    display: block;
    background-color: green;
    width: 60%;
    height: 60px;
    color: white;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-banner .btn-wrap .fa-phone {
    color: green;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  }

  .top-banner_after-title {
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 50px;
    padding-right: 80px;
    font-size: 13px;
    line-height: 10px;
  }

  .top-banner_after-title li {
    width: 150px;
    text-align: justify;
  }

  .top-banner_after-title li:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .top-banner_after-title .bold {
    font-size: 13px;
  }

  .top-callback {
    display: none;
  }
}

#work-scheme {
  background: linear-gradient(90deg, #f9fcf5 0%, white 100%);
}

#work-scheme .container {
  padding: 30px 0 100px;
}

.work-scheme-wrap {
  height: 400px;
  background-image: url("img/work_scheme.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.work-scheme-wrap li {
  position: absolute;
  top: 65px;
}

.work-scheme-wrap li h6 {
  text-align: left;
  margin: 0;
  font-size: 20px;
}

.work-scheme-wrap li:nth-child(1) {
  top: 75px;
  left: 160px;
}

.work-scheme-wrap li:nth-child(2) {
  left: 560px;
}

.work-scheme-wrap li:nth-child(3) {
  top: 75px;
  left: 960px;
}

.work-scheme-wrap li:nth-child(4) {
  top: 295px;
  left: 160px;
}

.work-scheme-wrap li:nth-child(5) {
  top: 285px;
  left: 560px;
}

.work-scheme-wrap li:nth-child(6) {
  top: 285px;
  left: 960px;
}

@media screen and (max-width: 1350px) {
  .work-scheme-wrap li:nth-child(1) {
    top: 55px;
    left: 120px;
  }

  .work-scheme-wrap li:nth-child(2) {
    top: 45px;
    left: 450px;
  }

  .work-scheme-wrap li:nth-child(3) {
    top: 55px;
    left: 780px;
  }

  .work-scheme-wrap li:nth-child(4) {
    top: 240px;
    left: 120px;
  }

  .work-scheme-wrap li:nth-child(5) {
    top: 226px;
    left: 450px;
  }

  .work-scheme-wrap li:nth-child(6) {
    top: 226px;
    left: 780px;
  }

}
@media screen and (max-width: 1100px) {
  .work-scheme-wrap li h6 {
    font-size: 15px;
    line-height: 15px;
  }
  .work-scheme-wrap li:nth-child(1) {
    top: 50px;
    left: 100px;
  }

  .work-scheme-wrap li:nth-child(2) {
    top: 45px;
    left: 360px;
  }

  .work-scheme-wrap li:nth-child(3) {
    top: 53px;
    left: 620px;
  }

  .work-scheme-wrap li:nth-child(4) {
    top: 196px;
    left: 100px;
  }

  .work-scheme-wrap li:nth-child(5) {
    top: 188px;
    left: 360px;
  }

  .work-scheme-wrap li:nth-child(6) {
    top: 188px;
    left: 620px;
  }
}

@media screen and (max-width: 500px) {
  #work-scheme {
    display: none;
  }

  #work-scheme.mobile {
    background-image: url("img/work_scheme_mobile.png");
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 517px;
  }

  #work-scheme.mobile h2 {
    margin-bottom: 36px;
  }

  #work-scheme.mobile .container {
    padding-bottom: 0px;
  }

  .work-scheme-wrap {
    background: unset;
    height: 420px;
  }

  .work-scheme-wrap li h6 {
    font-size: 10px;
    line-height: 13px;
  }

  .work-scheme-wrap li:nth-child(1) {
    top: 85px;
    left: 65px;
  }

  .work-scheme-wrap li:nth-child(2) {
    left: unset;
    top: 80px;
    right: 48px;
  }

  .work-scheme-wrap li:nth-child(3) {
    top: 228px;
    left: 65px;
  }

  .work-scheme-wrap li:nth-child(4) {
    left: unset;
    top: 228px;
    right: 38px;
  }

  .work-scheme-wrap li:nth-child(5) {
    top: 360px;
    left: 65px;
  }

  .work-scheme-wrap li:nth-child(6) {
    left: unset;
    top: 360px;
    right: 25px;
  }
}

.pluses {
  padding: 50px 0;
}

.pluses-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-collapse: collapse;
}

.pluses-wrap .pluses-item:before {
  content: '';
  display: block;
  width: 190px;
  height: 20px;
  left: -2px;
  top: -2px;
  background: white;
  position: absolute;
}

.pluses-wrap .pluses-item {
  width: 47%;
  font-size: 24px;
  border: 2px solid #27951b;
  margin-bottom: 70px;
  position: relative;
  padding: 25px 25px 0;
}

.pluses-wrap .pluses-item li {
  font-family: Roboto;
  margin-bottom: 20px;
}

.pluses-wrap p {
  font-family: Roboto;
}

.pluses-wrap .pluses_title {
  position: absolute;
  top: -21px;
  left: -20px;
  margin: 0;
}

.pluses-wrap .pluses_title:before {
  content: "+";
  text-align: right;
  width: 55px;
  font-size: 24px;
  line-height: 18px;
  margin-right: 5px;
  display: inline-block;
  background: #a7fd39;
}

@media screen and (max-width: 400px) {
  .pluses-wrap {
    flex-direction: column;
  }

  .pluses-wrap .pluses-item li {
    font-size: 14px;
  }
  .pluses-wrap .pluses-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .pluses-wrap .pluses-item:last-child {
    margin-bottom: 0px;
  }
}

.calculator-section {
  height: 620px;
  background: url("img/calculator-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 50px 0 100px;
}

.calculator-section h2 {
  color: white;
  font-size: 24px;
}

.calculator-wrap {
  display: flex;
  justify-content: space-between;
}

.calculator-discount {
  border: 2px solid #dbe604;
  width: 25%;
  padding: 20px;
  font-family: Roboto;
  height: 370px;
  text-align: center;
}

.calculator-discount p {
  text-align: center;
  font-size: 45px;
  margin: 0 0 20px;
  font-weight: bold;
}

.calculator-discount .btn {
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  text-align: center;
  width: 225px;
  max-width: 100%;
  height: 40px;
  background-color: #e3fb71;
  margin-bottom: 20px;
  box-shadow: 0px -2px 3px 0px #aaaaaa;
}

.calculator-discount hr {
  width: 150px;
  height: 0;
  color: #aaaaaa33;
  border-radius: 50%;
  box-shadow: 0px -4px 6px 0px #555555;
}

.calculator {
  width: 70%;
  font-family: Roboto;
  color: white;
  font-size: 24px;
}

.calculator label {
  width: 100%;
  display: block;
}

.calculator input {
  width: calc(100% - 130px);
  margin-left: 130px;
}

.calculator div {
  margin-left: 130px;
  display: flex;
  justify-content: space-between;
}

.calculator p {
  font-weight: bold;
}

.calculator .monthpay {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#amount {
  text-align: right;
}

input[type=range] {
  -webkit-appearance: none; 
  background-color: transparent; 
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; 
}


input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #ffff00;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-top: -4px;
  background: radial-gradient(circle, #62e57a 0%, #135a06 65%, yellow 100%);
  cursor: pointer;
}


input[type=range]::-moz-range-thumb {
  border: unset;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #62e57a 0%, #135a06 65%, yellow 100%);
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  border: unset;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #62e57a 0%, #135a06 65%, yellow 100%);
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow:;
  background-color: #ffff00;
  border-radius: 6px;
}


input[type="range"]::-moz-range-progress {
  background-color: #00400f;
}

input[type="range"]::-moz-range-track {
  background-color: #ffff00;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background-color: #ffff00;
  background-color: #00400f;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background-color: #00400f;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

@media screen and (max-width: 1000px) {
  .calculator-discount{
    display: none;
  }
  .calculator{
    width: 100%;
    padding: 0 20px;
  }
}


@media screen and (max-width: 500px) {
  .calculator-section {
    height: 720px;
    background: url("img/grey-triangle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding: 20px 0 0 0;
  }

  .calculator-section .colored-text-mobile {
    background: #a7fd39;
  }

  .calculator-section .w100 {
    width: 100%;
    display: block;
  }

  .calculator-section h2 {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
  }

  .calculator-discount {
    display: none;
  }

  .calculator {
    width: 100%;
    font-family: Roboto;
    color: black;
    font-size: 24px;
  }

  .calculator label {
    font-weight: lighter;
    width: 100%;
    display: block;
  }

  .calculator input {
    font-weight: lighter;
    width: 100%;
    margin-left: 0;
  }

  .calculator div {
    font-weight: lighter;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .calculator p {
    font-weight: lighter;
  }

  #amount {
    text-align: left;
  }
}

.documents-section {
  padding: 50px 0 100px;
  font-family: Roboto;
  font-size: 24px;
  text-transform: uppercase;
}

.documents-wrap {
  display: flex;
  justify-content: space-between;
}

.documents {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.documents p {
  margin-left: 20px;
}

.politics{
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .documents img {
    max-width: 30%;
  }
}

@media screen and (max-width: 500px) {
  .calculator .monthpay {
    flex-direction: column;
  }
  .documents-section {
    background: url("img/calculator-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative;
    padding: 20px 0 0;
    height: 550px;
  }

  .documents-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("img/grey-triangle.png");
    background-position-y: 0;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
  }

  .documents-section .container {
    position: relative;
    z-index: 1;
  }

  .documents-section .colored-text {
    background: unset;
  }

  .documents-section .colored-text-mobile {
    background: #a7fd39;
  }

  .documents-section h2 {
    text-transform: initial;
    margin-bottom: 20px;
  }

  .documents-wrap {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .documents {
    width: 244px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }

  .documents-wrap br {
    display: none;
  }

  .documents img {
    height: 40px;
    position: relative;
    z-index: 1;
  }

  .documents p {
    margin: 0;
    margin-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #333;
    line-height: 12px;
  }

  .documents:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    left: 20px;
    background: #ffffffaa;
    z-index: 0;
  }

  .bottom-form {
    width: 244px;
    position: relative;
  }

  .bottom-form input {
    padding: 0 25px 0;
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    border: 1px solid #dbe304;
  }

  .bottom-form input::-moz-placeholder {
    font-size: 12px;
    color: #b8b4b4;
  }

  .bottom-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #b8b4b4;
  }

  .bottom-form input::placeholder {
    font-size: 12px;
    color: #b8b4b4;
  }

  .bottom-form .fa {
    position: absolute;
    font-size: 18px;
    left: 5px;
    color: #b8b4b4;
  }

  .bottom-form .fa-user-o {
    top: 8px;
  }

  .bottom-form .fa-phone {
    top: 62px;
  }

  .bottom-form .btn-subm {
    display: block;
    width: 100%;
    height: 36px;
    text-align: center;
    color: grey;
    padding-top: 0px;
    font-size: 14px;
    background-color: #ccf600;
  }
  input.checker {
    width: unset;
    height: unset;
    margin: 0;
    vertical-align: middle;
  }
  .checker + span {
    color: white;
    font-size: 12px;
    line-height: 12px;
  }
  .wpcf7-form-control-wrap.acceptance-0 .wpcf7-list-item {
    margin: 0;
  }
}

.footer {
  height: 370px;
  flex-shrink: 0;
  background: url("img/footer.png");
  text-align: center;
  font-family: Roboto;
  font-size: 27px;
  color: white;
  padding-top: 70px;
  background-position: center;
}

.footer a {
  color: white;
}

.footer .col-left {
	float: left; 
	width: 50%;
}

.footer .col-left p {
  line-height: 45px;
  margin: 0;
  font-size: 24px;
}

.footer .col-right {
	float: left; 
	width: 50%;
  margin: 0;
  font-size: 9px;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .footer {
	height: 260px;
    flex-shrink: 0;
    background: #0a5302;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    padding-top: 5px;
    margin-top: -10px;
    z-index: 10000;
    background-position: center;
  }

  .footer p {
    line-height: 14px;
    margin: 0;
  }
	
.footer .col-left {
	width: 100%;
}

.footer .col-left p {
  line-height: 14px;
  margin: 0;
  font-size: 12px;
}

.footer .col-right {
	border-top: 1px solid white;
	width: 100%;
	padding-top: 20px;
}
}

.wpcf7-response-output{
	display: none !important;
}
.wpcf7-not-valid-tip{
	z-index: 10000;
	position: absolute;
	bottom: 0;
}
.pum-theme-33{
  background-color: #000000aa !important;
}
.discount-callback{
  position: relative;
  text-align: center;
}
.discount-callback .wpcf7-form-control-wrap.acceptance-0 .wpcf7-list-item{
  margin-top: 73px;
}
.discount-callback .ajax-loader{
  display: none !important;
}
.pum-theme-33 #wpcf7-f6-o1{
  display: flex;
  justify-content: center;
}