/*! normalize.css v8.0.1 | 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.
 */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
div,
input {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: normal;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.img-responsive {
  max-width: 500px;
  width: 100%;
  height: auto;
}

#map {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  max-width: 1600px;
}

#map > .ymaps-2-1-73-map {
  width: 100% !important;
}

#map > .ymaps-2-1-73-map > .ymaps-2-1-73-map {
  width: 100% !important;
}

#map .map-order-button {
  background-color: #80B729;
  border-radius: 67px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.form-message {
  display: none;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 20px;
}

.form-message h2 {
  margin: 0 0 20px;
}

.form-message p {
  margin: 0;
}

.success-message {
  display: block;
  background-color: #80B729;
}

.error-message {
  display: block;
  background-color: #f33;
}

button,
input {
  outline: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.languageHidden {
  display: none !important;
}

img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/**
	Hide block
 */

/**
	Show block
 */

.container-grid {
  display: grid;
}

/**
	Container Columns
 */

.container-columns1 {
  grid-template-columns: repeat(1, auto);
}

.container-columns2 {
  grid-template-columns: repeat(2, auto);
}

.container-columns3 {
  grid-template-columns: repeat(3, auto);
}

.container-columns4 {
  grid-template-columns: repeat(4, auto);
}

.container-columns5 {
  grid-template-columns: repeat(5, auto);
}

/**
	Container Rows
 */

.container-rows1 {
  grid-template-rows: repeat(1, auto);
}

.container-rows2 {
  grid-template-rows: repeat(2, auto);
}

.container-rows3 {
  grid-template-rows: repeat(3, auto);
}

.container-rows4 {
  grid-template-rows: repeat(4, auto);
}

.container-rows5 {
  grid-template-rows: repeat(5, auto);
}

/**
	Items horizontally
 */

.items-left {
  justify-items: start;
}

.items-center {
  justify-items: center;
}

.items-right {
  justify-items: end;
}

/**
	Items Align
 */

.items-align-top {
  align-items: start;
}

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

.items-align-bottom {
  align-items: end;
}

/**
	Container Column Start
 */

.container-column-start1 {
  grid-column-start: 1;
}

.container-column-start2 {
  grid-column-start: 2;
}

.container-column-start3 {
  grid-column-start: 3;
}

.container-column-start4 {
  grid-column-start: 4;
}

.container-column-start5 {
  grid-column-start: 5;
}

/**
	Container Row Start
 */

.container-row-start1 {
  grid-row-start: 1;
}

.container-row-start2 {
  grid-row-start: 2;
}

.container-row-start3 {
  grid-row-start: 3;
}

.container-row-start4 {
  grid-row-start: 4;
}

.container-row-start5 {
  grid-row-start: 5;
}

.max-content {
  grid-auto-columns: max-content;
}

header {
  padding: 18px 20px 2px;
  box-sizing: border-box;
}

header .header-content {
  max-width: 1140px;
  width: 100%;
}

header .header-content .logo a {
  display: block;
}

header .header-content .logo a img {
  max-height: 70px;
}

header .header-content .menu .menu-mobile {
  width: 22px;
  height: 16px;
  background-color: #000000;
  -webkit-mask-image: url("../img/icons/menu-mobile.svg");
  mask-image: url("../img/icons/menu-mobile.svg");
  margin: 0 auto;
  cursor: pointer;
}

header .header-content .menu .active {
  display: block;
}

header .header-content .menu .active.nav {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  top: 64px;
  padding: 10px;
}

header .header-content .menu .active.nav li {
  padding: 5px 0;
}

header .header-content .menu .active.nav li a {
  font-size: 18px;
}

header .header-content .menu ul a {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}

header .header-content .contact-information ol li {
  padding: 5px 0;
}

header .header-content .contact-information ol li a {
  color: #ffffff;
}

header .header-content .contact-information ol .call {
  background-color: #ea4a4c;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
}

header .header-content .contact-information ol .call:hover {
  background-color: #0094FF;
}

header .header-content .contact-information select {
  -webkit-appearance: button;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-position: 80% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 67px;
  color: #fff;
  background-image: url("../img/icons/select-arrow.svg");
  background-color: #80B729;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  outline: none;
}

.footer {
  background-color: #000000;
}

.footer .footer-container {
  max-width: 1140px;
  width: 100%;
  font-size: 22px;
  text-align: left;
  color: #ffffff;
  padding: 30px 0;
}

.footer .footer-container span {
  width: 100%;
}

.title {
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 31px;
}

.button {
  font-size: 25px;
  background-color: #80B729;
  border-radius: 62px;
  padding: 0 22px;
  line-height: 64px;
  display: table;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.introduce-myself {
  background: radial-gradient(#3C62EA, #1A488D);
  padding: 102px 0 0;
}

.introduce-myself .introduce-myself-container {
  width: 100%;
  color: #ffffff;
}

.introduce-myself .introduce-myself-container.introduce-myself-top {
  max-width: 1140px;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom {
  background: url("../img/banners/introduce-banner.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container {
  max-width: 1300px;
  width: 100%;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .form-container {
  max-width: 600px;
  width: 100%;
  padding: 0;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container.lg-container-columns2 {
  grid-template-columns: repeat(2, 1fr);
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .form-register-button,
.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .order-cleaning-button {
  background-color: #2e57c3;
  color: #ffffff;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 20px;
  font-size: 25px;
  cursor: pointer;
  max-width: 400px;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .form-register-button:hover,
.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .form-register-button.active,
.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .order-cleaning-button:hover,
.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .order-cleaning-button.active {
  background-color: #80B729;
}

.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .form-register,
.introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container .order-cleaning {
  display: none;
}

.introduce-myself .introduce-myself-container .block-top {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 50px;
}

.introduce-myself .introduce-myself-container .block-top.lg-container-columns3 {
  grid-template-columns: repeat(3, 1fr);
}

.introduce-myself .introduce-myself-container .block-top li {
  padding-left: 91px;
}

.introduce-myself .introduce-myself-container .block-top li:nth-child(1) {
  background: url("../img/icons/introduce1.svg") left top no-repeat;
  background-size: contain;
}

.introduce-myself .introduce-myself-container .block-top li:nth-child(2) {
  padding-left: 103px;
  background: url("../img/icons/introduce2-1.svg") 10px top no-repeat;
  background-size: contain;
}

.introduce-myself .introduce-myself-container .block-top li:nth-child(3) {
  padding-left: 103px;
  background: url("../img/icons/introduce3-1.svg") 10px top no-repeat;
  background-size: contain;
}

.introduce-myself .introduce-myself-container .block-center {
  font-size: 42px;
}

.introduce-myself .introduce-myself-container .block-center h2 {
  text-align: center;
  margin: 0 0 115px;
}

.introduce-myself .introduce-myself-container .block-center span {
  font-weight: bold;
  display: block;
}

.introduce-myself .introduce-myself-container .block-center p {
  font-size: 30px;
  margin: 32px 0 50px;
  text-align: center;
}

.introduce-myself .introduce-myself-container .block-center .button {
  max-width: 320px;
  width: 100%;
  text-transform: uppercase;
}

.introduce-myself .introduce-myself-container .block-bottom {
  text-align: left;
  width: 100%;
  margin: 165px 0 0;
}

.introduce-myself .introduce-myself-container form {
  color: #828282;
  font-size: 22px;
}

.introduce-myself .introduce-myself-container form input {
  padding: 0 22px;
  border-radius: 64px;
  line-height: 55px;
  margin-bottom: 37px;
  outline: none;
  border: 0;
  max-width: 360px;
  width: 100%;
}

.introduce-myself .introduce-myself-container form .button {
  margin: 0 0 20px;
  max-width: 360px;
  width: 100%;
  border: 0;
}

.now-work .now-work-container {
  max-width: 1140px;
  width: 100%;
  padding: 25px 0 0;
}

.now-work .now-work-container p {
  margin: 15px 0;
  font-size: 22px;
  line-height: 32px;
}

.now-work .now-work-container img {
  max-width: 748px;
  max-height: 287px;
  margin: 0 0 20px;
}

.now-work .now-work-container h3 {
  margin: 28px 0 30px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.now-work .now-work-container h2 {
  font-size: 42px;
  margin: 0 0 43px;
}

.now-work .now-work-container h2.title {
  border-bottom: 1px solid #000000;
  margin: 55px 0 43px;
  font-size: 32px;
}

.now-work .now-work-container .list1 {
  padding: 0 60px 0 0;
}

.now-work .now-work-container .list1 p {
  padding: 0 0 0 100px;
  background: url("../img/icons/maid2.svg") left top no-repeat;
}

.now-work .now-work-container .list2 {
  padding: 0 0 0 60px;
}

.now-work .now-work-container .list2 ol li {
  padding: 0 0 0 100px;
  min-height: 67px;
  margin: 0 0 22px;
}

.now-work .now-work-container .list2 ol li:nth-child(1),
.now-work .now-work-container .list2 ol li:nth-child(2) {
  background: url("../img/icons/call-client2.svg") left top no-repeat;
  background-size: contain;
}

.now-work .now-work-container .list2 ol li:nth-child(3),
.now-work .now-work-container .list2 ol li:nth-child(4) {
  background: url("../img/icons/resume.svg") left top no-repeat;
  background-size: contain;
}

.now-work .now-work-container .list2 ol li:nth-child(5),
.now-work .now-work-container .list2 ol li:nth-child(6) {
  background: url("../img/icons/call-client1.svg") left top no-repeat;
  background-size: contain;
}

.now-work .now-work-container .description {
  width: 100%;
}

.now-work .now-work-container .button {
  max-width: 360px;
  width: 100%;
  font-size: 23px;
  margin: 0 0 58px;
  text-transform: uppercase;
}

.payment-work {
  background: url("../img/bg/payment-work-bg2.svg") center center no-repeat;
  padding: 32px 0 32px;
  background-size: cover;
}

.payment-work .payment-work-container {
  width: 100%;
  max-width: 1140px;
  color: #ffffff;
}

.payment-work .payment-work-container h2 {
  text-align: left;
  width: 100%;
  font-size: 32px;
  margin: 0 0 23px;
}

.payment-work .payment-work-container .list {
  line-height: 31px;
  font-size: 22px;
  margin: 0 0 20px;
}

.payment-work .payment-work-container .list h3 {
  font-size: 43px;
  margin: 0 0 40px;
}

.payment-work .payment-work-container .list p {
  font-size: 22px;
  margin: 0;
}

.payment-work .payment-work-container .list.list1 {
  padding: 0 14px 0 0;
}

.payment-work .payment-work-container .list.list1 p {
  background: url("../img/icons/maid.svg") left top no-repeat;
  padding: 0 0 82px 96px;
}

.payment-work .payment-work-container .list.list2 {
  padding: 0 0 0 14px;
}

.payment-work .payment-work-container .list.list2 p {
  background: url("../img/icons/debit-card.svg") left top no-repeat;
  padding: 0 0 82px 96px;
}

.call-client .call-client-container {
  max-width: 750px;
  width: 100%;
}

.call-client .call-client-container h2 {
  text-align: left;
  width: 100%;
  font-size: 43px;
  margin: 22px 0 11px;
  max-width: 600px;
  padding: 0 10px;
}

.call-client .call-client-container p {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin: 30px 0;
  width: 100%;
}

.call-client .call-client-container ol {
  padding: 0 0 0 115px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.call-client .call-client-container ol.list1 {
  background: url("../img/icons/call-client1.svg") 20px 20px no-repeat;
}

.call-client .call-client-container ol.list2 {
  background: url("../img/icons/call-client2.svg") 20px 20px no-repeat;
}

.call-client .call-client-container ol li {
  line-height: 31px;
  font-size: 22px;
  margin: 18px 0;
  list-style: disc;
}

.call-client .call-client-container ol li span {
  font-weight: bold;
}

.call-client .call-client-container .button {
  margin: 6px 0 29px;
  font-size: 21px;
  max-width: 360px;
  width: 100%;
}

.project {
  background-color: #FFFDE3;
}

.project .project-container {
  max-width: 1140px;
  width: 100%;
  padding: 33px 0 60px;
}

.project .project-container .container-columns2 {
  grid-template-columns: 50% 50%;
}

.project .project-container .title {
  border-bottom: 1px solid #000000;
  margin: 0 0 28px;
}

.project .project-container img {
  padding: 0 31px 0 0;
  box-sizing: border-box;
}

.project .project-container h3 {
  font-size: 43px;
  margin: 0 0 16px;
}

.project .project-container h4 {
  font-size: 43px;
  margin: 25px 0 60px;
  text-align: center;
}

.project .project-container p {
  font-size: 22px;
  line-height: 31px;
  margin: 10px 0 20px;
}

.project .project-container .button {
  max-width: 360px;
  width: 100%;
  margin: 42px 0 0;
  text-transform: uppercase;
}

.project .project-container ol {
  width: 100%;
}

.project .project-container ol li {
  padding: 96px 15px 0;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: normal;
}

.project .project-container ol li span {
  font-weight: bold;
}

.project .project-container ol li.faq1 {
  background: url("../img/icons/faq9.svg") 15px 0 no-repeat;
}

.project .project-container ol li.faq2 {
  background: url("../img/icons/faq5.svg") 15px 0 no-repeat;
}

.project .project-container ol li.faq3 {
  background: url("../img/icons/faq6.svg") 15px 0 no-repeat;
}

.project .project-container ol li.faq4 {
  background: url("../img/icons/faq4.svg") 15px 0 no-repeat;
}

.project .project-container ol li.faq5 {
  background: url("../img/icons/faq8.svg") 15px 0 no-repeat;
  grid-column-start: 2;
  grid-column-end: 4;
}

.faq {
  background-color: #0094FF;
}

.faq .faq-container {
  max-width: 1140px;
  width: 100%;
  padding: 37px 0 0;
}

.faq .faq-container .title {
  color: #ffffff;
  margin: 0 0 24px;
}

.faq .faq-container ol {
  width: 100%;
}

.faq .faq-container ol li {
  padding: 60px 15px 0;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: normal;
}

.faq .faq-container ol li span {
  font-weight: bold;
}

.faq .faq-container ol li.faq1 {
  background: url("../img/icons/faq10.svg") 15px 0 no-repeat;
}

.faq .faq-container ol li.faq2 {
  background: url("../img/icons/faq2.svg") 15px 0 no-repeat;
}

.faq .faq-container ol li.faq3 {
  background: url("../img/icons/faq3.svg") 15px 0 no-repeat;
}

.faq .faq-container ol li.faq4 {
  background: url("../img/icons/faq4.svg") 15px 0 no-repeat;
}

.overlay {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 899;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  border: 4px solid #80B729;
  background: url("../img/map-bg.png") top center no-repeat;
  padding: 20px;
  color: #ffffff;
  text-align: left;
  border-radius: 4px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.popup-modal.js-successbox {
  min-width: 50%;
}

.popup-modal .header-modal {
  position: relative;
}

.popup-modal .header-modal h2 {
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.popup-modal .header-modal p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.popup-modal .header-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-mask: url("../img/icons/icon-close.svg") no-repeat;
  mask: url("../img/icons/icon-close.svg") no-repeat;
  background-color: #ffffff;
  cursor: pointer;
}

.popup-modal .header-modal .close:hover {
  background-color: #80B729;
}

.popup-modal .content-modal {
  padding: 40px 40px 20px;
  margin: 0 auto;
  display: table;
}

.popup-modal .content-modal h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
}

.popup-modal .content-modal ol li h3 {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.popup-modal .content-modal p {
  text-align: left;
  font-size: 16px;
}

.popup-modal .content-modal a {
  color: #ffffff;
}

.popup-modal .footer-modal p {
  margin: 0;
}

._show {
  display: block;
}

._hide {
  display: none;
}

@media screen and (min-width: 320px) {
  .xs-hide {
    display: none;
  }

  .xs-show {
    display: inherit;
  }

  .xs-container-columns1 {
    grid-template-columns: repeat(1, auto);
  }

  .xs-container-columns2 {
    grid-template-columns: repeat(2, auto);
  }

  .xs-container-columns3 {
    grid-template-columns: repeat(3, auto);
  }

  .xs-container-columns4 {
    grid-template-columns: repeat(4, auto);
  }

  .xs-container-columns5 {
    grid-template-columns: repeat(5, auto);
  }

  .xs-container-rows1 {
    grid-template-rows: repeat(1, auto);
  }

  .xs-container-rows2 {
    grid-template-rows: repeat(2, auto);
  }

  .xs-container-rows3 {
    grid-template-rows: repeat(3, auto);
  }

  .xs-container-rows4 {
    grid-template-rows: repeat(4, auto);
  }

  .xs-container-rows5 {
    grid-template-rows: repeat(5, auto);
  }

  .xs-items-left {
    justify-items: start;
  }

  .xs-items-center {
    justify-items: center;
  }

  .xs-items-right {
    justify-items: end;
  }

  .xs-items-align-top {
    align-items: start;
  }

  .xs-items-align-center {
    align-items: center;
  }

  .xs-items-align-bottom {
    align-items: end;
  }

  .xs-container-column-start1 {
    grid-column-start: 1;
  }

  .xs-container-column-start2 {
    grid-column-start: 2;
  }

  .xs-container-column-start3 {
    grid-column-start: 3;
  }

  .xs-container-column-start4 {
    grid-column-start: 4;
  }

  .xs-container-column-start5 {
    grid-column-start: 5;
  }

  .xs-container-row-start1 {
    grid-row-start: 1;
  }

  .xs-container-row-start2 {
    grid-row-start: 2;
  }

  .xs-container-row-start3 {
    grid-row-start: 3;
  }

  .xs-container-row-start4 {
    grid-row-start: 4;
  }

  .xs-container-row-start5 {
    grid-row-start: 5;
  }
}

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

  .sm-hide {
    display: none;
  }

  .sm-show {
    display: inherit;
  }

  .sm-container-columns1 {
    grid-template-columns: repeat(1, auto);
  }

  .sm-container-columns2 {
    grid-template-columns: repeat(2, auto);
  }

  .sm-container-columns3 {
    grid-template-columns: repeat(3, auto);
  }

  .sm-container-columns4 {
    grid-template-columns: repeat(4, auto);
  }

  .sm-container-columns5 {
    grid-template-columns: repeat(5, auto);
  }

  .sm-container-rows1 {
    grid-template-rows: repeat(1, auto);
  }

  .sm-container-rows2 {
    grid-template-rows: repeat(2, auto);
  }

  .sm-container-rows3 {
    grid-template-rows: repeat(3, auto);
  }

  .sm-container-rows4 {
    grid-template-rows: repeat(4, auto);
  }

  .sm-container-rows5 {
    grid-template-rows: repeat(5, auto);
  }

  .sm-items-left {
    justify-items: start;
  }

  .sm-items-center {
    justify-items: center;
  }

  .sm-items-right {
    justify-items: end;
  }

  .sm-items-align-top {
    align-items: start;
  }

  .sm-items-align-center {
    align-items: center;
  }

  .sm-items-align-bottom {
    align-items: end;
  }

  .sm-container-column-start1 {
    grid-column-start: 1;
  }

  .sm-container-column-start2 {
    grid-column-start: 2;
  }

  .sm-container-column-start3 {
    grid-column-start: 3;
  }

  .sm-container-column-start4 {
    grid-column-start: 4;
  }

  .sm-container-column-start5 {
    grid-column-start: 5;
  }

  .sm-container-row-start1 {
    grid-row-start: 1;
  }

  .sm-container-row-start2 {
    grid-row-start: 2;
  }

  .sm-container-row-start3 {
    grid-row-start: 3;
  }

  .sm-container-row-start4 {
    grid-row-start: 4;
  }

  .sm-container-row-start5 {
    grid-row-start: 5;
  }
}

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

  .md-hide {
    display: none;
  }

  .md-show {
    display: inherit;
  }

  .md-container-columns1 {
    grid-template-columns: repeat(1, auto);
  }

  .md-container-columns2 {
    grid-template-columns: repeat(2, auto);
  }

  .md-container-columns3 {
    grid-template-columns: repeat(3, auto);
  }

  .md-container-columns4 {
    grid-template-columns: repeat(4, auto);
  }

  .md-container-columns5 {
    grid-template-columns: repeat(5, auto);
  }

  .md-container-rows1 {
    grid-template-rows: repeat(1, auto);
  }

  .md-container-rows2 {
    grid-template-rows: repeat(2, auto);
  }

  .md-container-rows3 {
    grid-template-rows: repeat(3, auto);
  }

  .md-container-rows4 {
    grid-template-rows: repeat(4, auto);
  }

  .md-container-rows5 {
    grid-template-rows: repeat(5, auto);
  }

  .md-items-left {
    justify-items: start;
  }

  .md-items-center {
    justify-items: center;
  }

  .md-items-right {
    justify-items: end;
  }

  .md-items-align-top {
    align-items: start;
  }

  .md-items-align-center {
    align-items: center;
  }

  .md-items-align-bottom {
    align-items: end;
  }

  .md-container-column-start1 {
    grid-column-start: 1;
  }

  .md-container-column-start2 {
    grid-column-start: 2;
  }

  .md-container-column-start3 {
    grid-column-start: 3;
  }

  .md-container-column-start4 {
    grid-column-start: 4;
  }

  .md-container-column-start5 {
    grid-column-start: 5;
  }

  .md-container-row-start1 {
    grid-row-start: 1;
  }

  .md-container-row-start2 {
    grid-row-start: 2;
  }

  .md-container-row-start3 {
    grid-row-start: 3;
  }

  .md-container-row-start4 {
    grid-row-start: 4;
  }

  .md-container-row-start5 {
    grid-row-start: 5;
  }
}

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

  .lg-hide {
    display: none;
  }

  .lg-show {
    display: inherit;
  }

  .lg-container-columns1 {
    grid-template-columns: repeat(1, auto);
  }

  .lg-container-columns2 {
    grid-template-columns: repeat(2, auto);
  }

  .lg-container-columns3 {
    grid-template-columns: repeat(3, auto);
  }

  .lg-container-columns4 {
    grid-template-columns: repeat(4, auto);
  }

  .lg-container-columns5 {
    grid-template-columns: repeat(5, auto);
  }

  .lg-container-rows1 {
    grid-template-rows: repeat(1, auto);
  }

  .lg-container-rows2 {
    grid-template-rows: repeat(2, auto);
  }

  .lg-container-rows3 {
    grid-template-rows: repeat(3, auto);
  }

  .lg-container-rows4 {
    grid-template-rows: repeat(4, auto);
  }

  .lg-container-rows5 {
    grid-template-rows: repeat(5, auto);
  }

  .lg-items-left {
    justify-items: start;
  }

  .lg-items-center {
    justify-items: center;
  }

  .lg-items-right {
    justify-items: end;
  }

  .lg-items-align-top {
    align-items: start;
  }

  .lg-items-align-center {
    align-items: center;
  }

  .lg-items-align-bottom {
    align-items: end;
  }

  .lg-container-column-start1 {
    grid-column-start: 1;
  }

  .lg-container-column-start2 {
    grid-column-start: 2;
  }

  .lg-container-column-start3 {
    grid-column-start: 3;
  }

  .lg-container-column-start4 {
    grid-column-start: 4;
  }

  .lg-container-column-start5 {
    grid-column-start: 5;
  }

  .lg-container-row-start1 {
    grid-row-start: 1;
  }

  .lg-container-row-start2 {
    grid-row-start: 2;
  }

  .lg-container-row-start3 {
    grid-row-start: 3;
  }

  .lg-container-row-start4 {
    grid-row-start: 4;
  }

  .lg-container-row-start5 {
    grid-row-start: 5;
  }
}

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

  .xl-hide {
    display: none;
  }

  .xl-show {
    display: inherit;
  }

  .xl-container-columns1 {
    grid-template-columns: repeat(1, auto);
  }

  .xl-container-columns2 {
    grid-template-columns: repeat(2, auto);
  }

  .xl-container-columns3 {
    grid-template-columns: repeat(3, auto);
  }

  .xl-container-columns4 {
    grid-template-columns: repeat(4, auto);
  }

  .xl-container-columns5 {
    grid-template-columns: repeat(5, auto);
  }

  .xl-container-rows1 {
    grid-template-rows: repeat(1, auto);
  }

  .xl-container-rows2 {
    grid-template-rows: repeat(2, auto);
  }

  .xl-container-rows3 {
    grid-template-rows: repeat(3, auto);
  }

  .xl-container-rows4 {
    grid-template-rows: repeat(4, auto);
  }

  .xl-container-rows5 {
    grid-template-rows: repeat(5, auto);
  }

  .xl-items-left {
    justify-items: start;
  }

  .xl-items-center {
    justify-items: center;
  }

  .xl-items-right {
    justify-items: end;
  }

  .xl-items-align-top {
    align-items: start;
  }

  .xl-items-align-center {
    align-items: center;
  }

  .xl-items-align-bottom {
    align-items: end;
  }

  .xl-container-column-start1 {
    grid-column-start: 1;
  }

  .xl-container-column-start2 {
    grid-column-start: 2;
  }

  .xl-container-column-start3 {
    grid-column-start: 3;
  }

  .xl-container-column-start4 {
    grid-column-start: 4;
  }

  .xl-container-column-start5 {
    grid-column-start: 5;
  }

  .xl-container-row-start1 {
    grid-row-start: 1;
  }

  .xl-container-row-start2 {
    grid-row-start: 2;
  }

  .xl-container-row-start3 {
    grid-row-start: 3;
  }

  .xl-container-row-start4 {
    grid-row-start: 4;
  }

  .xl-container-row-start5 {
    grid-row-start: 5;
  }
}

@media (max-width: 1024px) {
  .introduce-myself {
    padding: 40px 0 0;
  }

  .introduce-myself .introduce-myself-container.introduce-myself-top {
    padding: 0 10px 0;
    box-sizing: border-box;
  }

  .introduce-myself .introduce-myself-container .block-top {
    padding-bottom: 30px;
  }

  .introduce-myself .introduce-myself-container .block-top.md-container-columns2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .introduce-myself .introduce-myself-container .block-top li {
    padding-bottom: 30px;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(1) {
    background: url(../img/icons/introduce1.svg) 2px -4px no-repeat;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(2) {
    background: url(../img/icons/introduce2.svg) 4px 5px no-repeat;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(1),
  .introduce-myself .introduce-myself-container .block-top li:nth-child(2),
  .introduce-myself .introduce-myself-container .block-top li:nth-child(3) {
    padding-left: 79px;
  }

  .introduce-myself .introduce-myself-container .block-center {
    font-size: 25px;
    line-height: 37px;
  }

  .introduce-myself .introduce-myself-container .block-center span {
    display: initial;
  }

  .introduce-myself .introduce-myself-container .block-center p {
    font-size: 24px;
    margin: 4px 0 25px;
    line-height: 30px;
  }

  .introduce-myself .introduce-myself-container .block-bottom {
    margin: 25px 0 0;
  }

  .introduce-myself .introduce-myself-container .block-bottom p {
    font-size: 25px;
  }

  .introduce-myself .introduce-myself-container.introduce-myself-bottom {
    padding: 450px 10px 0;
  }

  .introduce-myself .introduce-myself-container.introduce-myself-bottom form input {
    margin-bottom: 20px;
  }

  .now-work .now-work-container {
    padding: 20px 10px 0;
  }

  .now-work .now-work-container h2.title {
    margin: 30px 0 26px;
    padding: 0 0 4px;
  }

  .now-work .now-work-container img {
    max-width: 100%;
  }

  .now-work .now-work-container p {
    margin: 8px 0;
  }

  .now-work .now-work-container h3 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin: 9px 0 20px;
  }

  .now-work .now-work-container .list1,
  .now-work .now-work-container .list2 {
    padding: 10px 15px;
  }

  .now-work .now-work-container .list1 p,
  .now-work .now-work-container .list2 p {
    background-size: auto;
  }

  .now-work .now-work-container .list1 ol li,
  .now-work .now-work-container .list2 ol li {
    font-size: 24px;
  }

  .now-work .now-work-container .list1 ol li:nth-child(1),
  .now-work .now-work-container .list1 ol li:nth-child(2),
  .now-work .now-work-container .list1 ol li:nth-child(3),
  .now-work .now-work-container .list1 ol li:nth-child(4),
  .now-work .now-work-container .list1 ol li:nth-child(5),
  .now-work .now-work-container .list1 ol li:nth-child(6),
  .now-work .now-work-container .list2 ol li:nth-child(1),
  .now-work .now-work-container .list2 ol li:nth-child(2),
  .now-work .now-work-container .list2 ol li:nth-child(3),
  .now-work .now-work-container .list2 ol li:nth-child(4),
  .now-work .now-work-container .list2 ol li:nth-child(5),
  .now-work .now-work-container .list2 ol li:nth-child(6) {
    background-size: auto;
  }

  .payment-work {
    background-color: #0194ff;
    padding: 68px 0 30px;
    background-size: auto 100%;
  }

  .payment-work .payment-work-container h2 {
    font-size: 39px;
    padding: 20px 11px 0;
    margin: 0 0 30px;
  }

  .payment-work .payment-work-container ol {
    padding: 0 10px 0 100px;
    background: url(../img/icons/debit-card.svg) 4px top no-repeat;
  }

  .payment-work .payment-work-container ol li {
    line-height: 27px;
    margin: 0 0 13px;
  }

  .payment-work .payment-work-container .list.list1,
  .payment-work .payment-work-container .list.list2 {
    padding: 0 14px;
  }

  .payment-work .payment-work-container .list.list1 p,
  .payment-work .payment-work-container .list.list2 p {
    padding: 0 0 30px 96px;
  }

  .call-client .call-client-container h2 {
    font-size: 41px;
  }

  .call-client .call-client-container ol {
    padding: 0 10px 0 110px;
  }

  .call-client .call-client-container ol.list1 {
    background: url(../img/icons/call-client1.svg) 15px 30px no-repeat;
    background-size: 65px;
  }

  .call-client .call-client-container ol li {
    line-height: 27px;
    font-size: 21px;
  }

  .call-client .call-client-container ol li:last-child {
    margin: 18px 0 0;
  }

  .call-client .call-client-container ol.list2 {
    background: url(../img/icons/call-client2.svg) 9px 27px no-repeat;
    background-size: 65px;
    padding: 0 10px 0 83px;
  }

  .call-client .call-client-container ol.list2 li {
    list-style: none;
    line-height: 27px;
  }

  .call-client .call-client-container ol.list2 li:nth-child(2) {
    line-height: 24px;
  }

  .call-client .call-client-container p {
    font-size: 25px;
    margin: 13px 0 0;
    line-height: 30px;
  }

  .call-client .call-client-container .button {
    margin: 20px 0 45px;
  }

  .project .project-container {
    padding: 33px 0;
  }

  .project .project-container .title {
    padding: 0 7px 4px;
    margin: 0;
  }

  .project .project-container img {
    max-width: 100%;
    max-height: max-content;
    padding: 0;
  }

  .project .project-container h3 {
    padding: 0 20px;
  }

  .project .project-container p {
    padding: 0 20px;
    margin: 0 0 12px;
    line-height: 31px;
  }

  .project .project-container h4 {
    font-size: 35px;
    margin: 45px 0 25px;
    line-height: 38px;
    padding: 0 10px;
  }

  .project .project-container ol li.faq5 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .faq .faq-container {
    padding: 15px 0 25px;
  }

  .faq .faq-container .title {
    padding: 0 15px 10px;
    margin: 0 0 32px;
  }

  .faq .faq-container ol li {
    padding: 0 10px 30px 90px;
    font-size: 21px;
    line-height: 25px;
  }

  .faq .faq-container ol li p {
    margin: 0;
  }

  .faq .faq-container ol li.faq1,
  .faq .faq-container ol li.faq2,
  .faq .faq-container ol li.faq3,
  .faq .faq-container ol li.faq4 {
    background-size: 50px 50px;
  }

  .footer .footer-container {
    padding: 30px 11px;
  }
}

@media (max-width: 768px) {
  header {
    padding: 6px 10px 6px 0;
  }

  header .header-content.container-columns3 {
    grid-template-columns: 60px auto auto;
  }
}

@media (max-width: 500px) {
  .introduce-myself .introduce-myself-container .block-top {
    padding-bottom: 7px;
  }

  .introduce-myself .introduce-myself-container .block-top.container-columns1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .introduce-myself .introduce-myself-container .block-top li {
    padding: 0;
    margin-bottom: 30px;
    min-height: 55px;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(1),
  .introduce-myself .introduce-myself-container .block-top li:nth-child(2),
  .introduce-myself .introduce-myself-container .block-top li:nth-child(3) {
    background-size: 50px 50px;
  }

  .introduce-myself .introduce-myself-container .block-top li:nth-child(3) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .introduce-myself .introduce-myself-container .block-center {
    font-size: 19px;
  }

  .introduce-myself .introduce-myself-container .block-center .button {
    max-width: 100%;
  }

  .payment-work {
    background-color: #0194ff;
    padding: 30px 0 30px;
  }

  .payment-work .payment-work-container h2 {
    margin: 0 0 30px;
    padding: 20px 11px 10px;
    line-height: 100%;
  }

  .payment-work .payment-work-container ol {
    padding: 0 10px 0 75px;
  }

  .payment-work .payment-work-container .list h3 {
    font-size: 40px;
    line-height: 100%;
  }

  .payment-work .payment-work-container .list.list1,
  .payment-work .payment-work-container .list.list2 {
    padding: 0 14px;
  }

  .payment-work .payment-work-container .list.list1 p,
  .payment-work .payment-work-container .list.list2 p {
    padding: 0 0 30px 70px;
    background-size: 50px 50px;
  }

  .now-work {
    padding: 20px 0 0;
  }

  .now-work .now-work-container h2 {
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 100%;
  }

  .now-work .now-work-container .list1,
  .now-work .now-work-container .list2 {
    padding: 0 14px;
  }

  .now-work .now-work-container .list1 p,
  .now-work .now-work-container .list2 p {
    padding: 0 0 0 70px;
    background-size: 50px 50px;
  }

  .now-work .now-work-container .list1 ol li,
  .now-work .now-work-container .list2 ol li {
    padding: 0 0 0 70px;
    min-height: 50px;
  }

  .now-work .now-work-container .list1 ol li:nth-child(1),
  .now-work .now-work-container .list1 ol li:nth-child(2),
  .now-work .now-work-container .list1 ol li:nth-child(3),
  .now-work .now-work-container .list1 ol li:nth-child(4),
  .now-work .now-work-container .list1 ol li:nth-child(5),
  .now-work .now-work-container .list1 ol li:nth-child(6),
  .now-work .now-work-container .list2 ol li:nth-child(1),
  .now-work .now-work-container .list2 ol li:nth-child(2),
  .now-work .now-work-container .list2 ol li:nth-child(3),
  .now-work .now-work-container .list2 ol li:nth-child(4),
  .now-work .now-work-container .list2 ol li:nth-child(5),
  .now-work .now-work-container .list2 ol li:nth-child(6) {
    background-size: 50px 50px;
  }

  .now-work .now-work-container .list1 {
    padding: 0 14px 30px;
  }

  .project .project-container img {
    margin: 0 0 20px;
  }

  .project .project-container h3 {
    padding: 0 15px;
  }

  .project .project-container p {
    padding: 0 15px;
  }

  .project .project-container ol li {
    padding: 15px 15px 15px 66px;
  }

  .project .project-container ol li.faq1 {
    background: url("../img/icons/faq9.svg") 10px 15px no-repeat;
    background-size: 50px 50px;
  }

  .project .project-container ol li.faq2 {
    background: url("../img/icons/faq5.svg") 10px 15px no-repeat;
    background-size: 50px 50px;
  }

  .project .project-container ol li.faq3 {
    background: url("../img/icons/faq6.svg") 10px 15px no-repeat;
    background-size: 50px 50px;
  }

  .project .project-container ol li.faq4 {
    background: url("../img/icons/faq4.svg") 10px 15px no-repeat;
    background-size: 50px 50px;
  }

  .project .project-container ol li.faq5 {
    background: url("../img/icons/faq8.svg") 10px 15px no-repeat;
    background-size: 50px 50px;
    grid-column-start: 1;
    grid-column-end: 1;
  }

  .faq .faq-container {
    padding: 15px 0 0;
  }
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .title {
    padding: 0 15px 10px;
  }

  .introduce-myself .introduce-myself-container.introduce-myself-bottom .introduce-myself-bottom-container {
    padding: 0 15px;
  }

  .project .project-container h4 {
    padding: 0 15px;
  }

  .footer .footer-container {
    padding: 30px 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
