/*! 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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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: "Manrope Regular";
  src: url("../fonts/Manrope-Regular.woff") format("woff"),
    url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-Medium.woff") format("woff"),
    url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-Semibold.woff") format("woff"),
    url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-Light.woff") format("woff"),
    url("../fonts/Manrope-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-Bold.woff") format("woff"),
    url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Regular";
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff"),
    url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.tel {
  position: relative;
  padding-left: 38px;
}
.tel::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url('/static/img/tel.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center;
}

.mail {
  position: relative;
  padding-left: 38px;
  white-space: nowrap;
}
.mail::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 22px;
  background-image: url('/static/img/mail.svg');
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
}

header {
  position: relative;
  background-color: #f5f5f7;
  z-index: 100;
}
header .header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto 194px;
  grid-column-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  header .header .header__logo_text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  header .header .header__text {
    grid-column: 2/5;
    grid-row: 2/3;
  }
  header .header .header__kplus {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  header .header {
    grid-template-columns: 1fr 1fr 194px;
  }
  header .header .header__logo_text {
    grid-column: 1/3;
  }
  header .header .header__logo {
    grid-column: 1/3;
  }
  header .header .header__tel {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  header .header .header__mail {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  header .header .header__kplus {
    grid-row: 3/4;
    grid-column: 3/4;
    margin-top: 5px;
  }
  header .header .header__text {
    margin-top: 15px;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  header .header {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 15px;
    padding: 0 20px 10px;
  }
  header .header .header__logo_text {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  header .header .header__kplus {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 8px;
    margin-left: auto;
  }
  header .header .header__text {
    grid-column: 1/-1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 420px) {
  header .header {
    grid-template-columns: 1fr 150px;
    padding: 0 15px 10px;
  }
}
@media (max-width: 360px) {
  header .header .header__tel,
  header .header .header__mail {
    grid-column: 1/3;
  }
  header .header .header__tel {
    margin-bottom: 10px;
  }
}

.header__logo {
  font-weight: 800;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1160px) and (min-width: 1024px) {
  .header__logo {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    font-size: 38px;
  }
}
@media (max-width: 580px) {
  .header__logo {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .header__logo {
    padding-top: 5px;
    font-size: 26px;
  }
}
@media (max-width: 470px) {
  .header__logo {
    font-size: 5vw;
  }
}
@media (max-width: 420px) {
  .header__logo {
    font-size: 4vw;
  }
}

.header__logo_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 1160px) and (min-width: 1024px) {
  .header__logo_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header__logo_text {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
  }
}
@media (max-width: 580px) {
  .header__logo_text {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .header__logo_text {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  .header__logo_text {
    font-size: 3vw;
  }
}

.header__kplus {
  line-height: 0;
}
@media (max-width: 767px) {
  .header__kplus img {
    width: 200px;
  }
}

.header__text {
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .header__text {
    margin: 0 -20px;
    padding: 8px 15px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-bottom: 1px solid #b8b8b8;
  }
}
@media (max-width: 420px) {
  .header__text {
    margin: 0 -15px;
    font-size: 16px;
  }
}

.header__tel {
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 580px) {
  .header__tel {
    color: #4b4d4f;
  }
}
@media (max-width: 420px) and (min-width: 361px) {
  .header__tel {
    padding-left: 33px;
    font-size: 13px;
  }
  .header__tel::before {
    top: -5px;
  }
}

.header__mail {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.header__mail:hover {
  text-decoration: none;
}
@media (max-width: 580px) {
  .header__mail {
    color: #4b4d4f;
  }
}
@media (max-width: 420px) and (min-width: 361px) {
  .header__mail {
    padding-left: 33px;
    font-size: 13px;
  }
  .header__mail::before {
    top: 0;
  }
}

nav {
  background-color: #ffffff;
  border-top: 1px solid #b8b8b8;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 520px) {
  nav {
    background-color: #ffcb69;
    border-top: none;
  }
}

nav .container {
  display: grid;
  grid-template-columns: 41% 54%;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}
@media (max-width: 1180px) {
  nav .container {
    grid-template-columns: 44% 54%;
  }
}
@media (max-width: 900px) {
  nav .container {
    grid-template-columns: 100%;
  }
}
nav ul.nav_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
@media (max-width: 900px) {
  nav ul.nav_menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  nav ul.nav_menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  nav ul.nav_menu {
    padding: 0;
  }
}
nav ul.nav_menu > li {
  position: relative;
  text-align: center;
}
@media (max-width: 520px) {
  nav ul.nav_menu > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    border-bottom: 1px solid #ffffff;
  }
  nav ul.nav_menu > li + li {
    border-left: 1px solid #ffffff;
  }
}
nav ul.nav_menu > li > a {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  border-radius: 20px;
}
nav ul.nav_menu > li > a:hover {
  background-color: #ffcb69;
}
@media (max-width: 768px) {
  nav ul.nav_menu> li > a {
    font-size: 20px;
    padding: 5px 15px;
  }
}
@media (max-width: 600px) {
  nav ul.nav_menu > li > a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 520px) {
  nav ul.nav_menu> li > a {
    padding: 15px 5px;
    border-radius: 0;
  }
}
@media (max-width: 380px) {
  nav ul.nav_menu> li > a {
    font-size: 18px;
  }
}
.header__btns {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 29% 29% 33%;
}
.header__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  background-color: #98c1d9;
  color: #fff;
  line-height: 1em;
}
@media (max-width: 1180px) {
  .header__btns {
    grid-template-columns: 31% 31% 33%;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .header__btns {
    grid-template-columns: 100%;
    row-gap: 5px;
  }
  .header__btns a {
    padding: 10px 5px;
  }
  .header__btns a br {
    display: none;
  }
}
.slide {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-image: url('/static/img/slide.jpg');
  background-size: cover;
  background-position: center;
  background-color: #8ab6d1;
}
@media (max-width: 768px) {
  .slide {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (max-width: 480px) {
  .slide {
    padding: 25px 25px 35px;
    background-image: url('/static/img/slide-.jpg');
  }
}
@media (max-width: 414px) {
  .slide {
    padding: 20px 15px 30px;
  }
}
.slide h1 {
  max-width: 780px;
  padding: 0 0 35px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 1024px) {
  .slide h1 {
    max-width: 80%;
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .slide h1 {
    position: relative;
    padding-bottom: 25px;
    font-size: 30px;
  }
  .slide h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 32px;
    height: 4px;
    background-color: white;
  }
}
@media (max-width: 440px) {
  .slide h1 {
    font-size: 6vw;
  }
}
.slide .slide__text {
  max-width: 655px;
  padding: 0;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .slide .slide__text {
    max-width: 70%;
    font-size: 2vw;
  }
}
@media (max-width: 480px) {
  .slide .slide__text {
    font-size: 14px;
  }
}

.about {
  padding-top: 30px;
  padding-bottom: 75px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .about {
    padding: 10px 35px 15px;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .about {
    font-size: 16px;
  }
}

.representative {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #669bbc;
}
.representative__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 54%;
  padding-right: calc(50vw - 570px);
  padding-left: 80px;
  background-image: url('/static/img/text_bg_1.jpg');
  background-position: left;
  background-size: cover;
}
@media (max-width: 1170px) {
  .representative__text {
    padding-right: 15px;
  }
}
@media (max-width: 900px) {
  .representative__text {
    width: 100%;
    padding: 0 35px 0 45px;
  }
}
@media (max-width: 680px) {
  .representative__text {
    background-image: url('/static/img/text_bg_1-.jpg');
    background-position: left;
  }
}
.representative__text p {
  position: relative;
  max-width: 470px;
  padding: 40px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1480px) {
  .representative__text p {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .representative__text p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .representative__text p {
    max-width: 80%;
    padding: 60px 0;
    font-size: 25px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .representative__text p {
    max-width: 100%;
    padding: 40px 0;
  }
}
@media (max-width: 680px) {
  .representative__text p {
    padding: 35px 0 20px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .representative__text p {
    font-size: 18px;
  }
}
.representative .representative__img {
  width: 46%;
}
@media (max-width: 900px) {
  .representative .representative__img {
    width: 100%;
  }
}

.services {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f5f5f7;
}
@media (max-width: 600px) {
  .services {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.services h2 {
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .services .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.services_item {
  margin: 0 -15px 70px;
  padding: 35px 35px 50px 80px;
  border-radius: 25px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(17, 17, 9, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(17, 17, 9, 0.15);
}
@media (max-width: 1170px) {
  .services_item {
    margin: 0 0 70px;
  }
}
@media (max-width: 980px) {
  .services_item {
    margin-bottom: 50px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .services_item {
    margin-bottom: 40px;
    padding: 21px;
  }
}
.services_item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 175px;
  margin-bottom: 35px;
  padding: 30px 30px 30px 250px;
  font-size: 35px;
  border-radius: 25px;
  background-color: rgba(221, 235, 242, 0.8);
}
@media (max-width: 768px) {
  .services_item__title {
    min-height: 118px;
    margin-bottom: 30px;
    padding: 12px 15px 12px 145px;
    font-size: 25px;
  }
}
@media (max-width: 520px) {
  .services_item__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 440px) {
  .services_item__title {
    padding-left: 125px;
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .services_item__title {
    font-size: 18px;
  }
}
.services_item__title::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 68px;
  width: 117px;
  height: 117px;
  border-radius: 15px;
  background-color: #ffcb69;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .services_item__title::before {
    top: 12px;
    left: 12px;
    height: 93px;
    width: 93px;
  }
}
.services_item__title--1::before {
  background-image: url('/static/img/icon_1.svg');
  background-size: 70px;
}
@media (max-width: 768px) {
  .services_item__title--1::before {
    background-size: 56px;
  }
}
.services_item__title--2::before {
  background-image: url('/static/img/icon_2.svg');
  background-size: 68px;
}
@media (max-width: 768px) {
  .services_item__title--2::before {
    background-size: 56px;
  }
}
.services_item__title--3::before {
  background-image: url('/static/img/icon_3.svg');
  background-size: 73px;
}
@media (max-width: 768px) {
  .services_item__title--3::before {
    background-size: 59px;
  }
}
.services_item__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services_item__list li {
  position: relative;
  min-height: 35px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-top: 5px;
}
@media (max-width: 520px) {
  .services_item__list li {
    min-height: 29px;
    margin-bottom: 25px;
    padding-left: 55px;
    padding-top: 3px;
    font-size: 16px;
  }
}
.services_item__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/static/img/check.svg');
  background-size: 35px;
}
@media (max-width: 520px) {
  .services_item__list li::before {
    left: 10px;
    width: 29px;
    height: 29px;
    background-size: 29px;
  }
}

.contacts {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .contacts {
    padding-top: 5px;
  }
}
.contacts__text {
  -ms-flex-item-align: center;
  align-self: center;
  width: 46%;
  padding-left: calc(50vw - 570px);
  padding-right: 30px;
}
@media (max-width: 1170px) {
  .contacts__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .contacts__text {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 10px;
  }
}
.contacts__text p {
  position: relative;
  min-height: 44px;
  max-width: 400px;
  padding: 0 0 0 70px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contacts__text p {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .contacts__text p {
    min-height: 36px;
    padding-left: 50px;
  }
}
.contacts__text p + p {
  margin-top: 6px;
}
.contacts__text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffcb69;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .contacts__text p::before {
    width: 36px;
    height: 36px;
  }
}
.contacts__text p.adr {
  margin-top: 25px;
}
.contacts__text p.adr::before {
  top: 3px;
  background-image: url('/static/img/contacts_2.svg');
  background-size: 22px;
}
.contacts__text p.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  white-space: normal;
}
.contacts__text p.tel::before {
  background-image: url('/static/img/contacts_3.svg');
  background-size: 19px;
}
.contacts__text p.tel a {
  white-space: nowrap;
}
.contacts__text p.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: normal;
}
.contacts__text p.mail::before {
  background-image: url('/static/img/contacts_4.svg');
  background-size: 20px;
}
.contacts__text p.mail a {
  white-space: nowrap;
}
.contacts__text p.marker {
  max-width: 293px;
}
@media (max-width: 768px) {
  .contacts__text p.marker {
    max-width: 100%;
  }
}
.contacts__text p.marker::before {
  top: -3px;
  background-image: url('/static/img/contacts_1.svg');
  background-size: 15px;
}
.contacts__text p.marker--green {
  max-width: 400px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contacts__text p.marker--green {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .contacts__text p.marker--green {
    font-size: 16px;
  }
}
.contacts__text p.marker--green::before {
  top: 6px;
  background-color: #69bfa9;
}
@media (max-width: 520px) {
  .contacts__text p.marker--green::before {
    top: 4px;
  }
}
.contacts__text p a {
  white-space: nowrap;
}
.contacts iframe {
  width: 54%;
  height: 100%;
  min-height: 490px;
  border: none;
}
@media (max-width: 768px) {
  .contacts iframe {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .contacts iframe {
    min-height: 400px;
  }
}

footer {
  color: #fff;
  background-color: #669bbc;
}
@media (max-width: 768px) {
  footer {
    background-color: #669bbc;
  }
}

.footer {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 18px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 980px) {
  .footer {
    grid-column-gap: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: 100%;
    grid-row-gap: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .footer .footer__menu {
    grid-row: 1/2;
    grid-column: 2/3;    
  }
}

.footer p {
  padding: 0;
}
.footer .footer__copy {
  font-weight: 300;
}
.footer .footer__representative {
  font-weight: 700;
}
@media (max-width: 520px) {
  .footer .footer__copy {
    font-size: 15px;
  }
}
.footer .footer__menu {
  column-gap: 5px;
  row-gap: 15px;
  max-width: 645px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  grid-row: 1/3;
  align-self: start;
}
@media (max-width: 768px) {
  .footer .footer__menu {
    margin-top: 15px;
    margin-bottom: 15px;
    row-gap: 5px;
  }
}
@media (min-width: 1101px) {
  .footer .footer__menu li:nth-last-child(2) {
    order: 1;
  }
}
@media (max-width: 1100px) {
  .footer .footer__menu {
    column-gap: 10px;
    justify-content: flex-start;
  }
  .footer .footer__menu li:nth-child(3) {
    order: 1;
  }
  .footer .footer__menu li:last-child {
    width: 100%;
    order: 2;
  }
}
.footer .footer__menu a {
  font-weight: 500;
  text-decoration: underline;
}
.footer .footer__creator {
  font-size: 12px;
  grid-column: 2/-1;
}
.footer .footer__menu .footer__creator a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.footer .footer__menu .footer__creator a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footer .footer__menu a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .footer .footer__menu a {
    color: #ffd88e;
    font-size: 20px;
  }
  .footer .footer__creator {
    grid-column: initial;
  }
}
@media (max-width: 380px) {
  .footer .footer__menu a {
    font-size: 17px;
  }
}
.footer .footer__menu a:hover {
  text-decoration: none;
}
.footer .footer__text {
  color: #c3e1f3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer .footer__text {
    margin: 0 -25px;
    padding: 10px 25px;
    color: #c3e1f3;
    font-size: 18px;
    background-color: #4e86a8;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .footer .footer__text {
    font-size: 17px;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Manrope Regular";
  font-size: 17px;
  line-height: 1.4;
  color: #231f20;
  background-color: #fff;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  p {
    padding: 10px 0;
  }
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

h1,
h2,
.h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  .h2 {
    padding: 25px 0 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  h1,
  h2,
  .h2 {
    font-size: 28px;
  }
}

.mobile_tel {
  color: inherit;
  cursor: auto;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.politic-page {
  padding-top: 30px;
  padding-bottom: 40px;
}
.politic-page h1 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 20px;
}
.politic-page h2 {
  font-size: 28px;
  padding: 25px 0;
}
.politic-page p {
  padding: 0;
  margin: 0 0 20px;
}
.politic-page li {
  margin-bottom: 5px;
}
.politic-page li p  {
  margin: 0;
}
.politic-page a {
  text-decoration: underline;
}
.politic-page a:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .politic-page h1 {
    font-size: 28px;
  }
  .politic-page h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .politic-page h1 {
    font-size: 25px;
  }
  .politic-page h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .politic-page h1 {
    font-size: 24px;
  }
  .politic-page h2 {
    font-size: 20px;
  }
}
.link {
  display: inline-block;
  color: #0000FF;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
.popup {
  display: none;
  width: 98%;
  max-width: 1560px;
  padding: 30px 20px;
  border-radius: 25px;
  background: #f5f5f7;
  font-family: "Manrope Regular";
}
.popup .fancybox-close-small {
  right: 75px;
  top: 60px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  opacity: 1;
  background-image: url('/static/img/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.agree-popup {
  display: none;
  width: 98%;
  max-width: 945px;
  padding: 30px 20px;
  border-radius: 25px;
  font-family: "PTSans";
}
.agree-popup .fancybox-close-small {
  right: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #383c41;
  opacity: 1;
}
.agree-popup .fancybox-close-small svg path {
  stroke-width: 1;
  fill: currentColor;
}
@media screen and (max-width: 992px) {
  .popup .fancybox-close-small {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .popup .fancybox-close-small {
    right: 5px;
    top: 5px;
  }
}
.popup .fancybox-close-small svg {
  display: none;
}
.popup .popup__title {
  padding: 25px 0 30px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .popup .popup__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .popup .popup__title {
    font-size: 26px;
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 680px) {
  .popup .popup__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .popup,
  .agree-popup {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .popup .popup__title {
    padding: 5px 0 10px;
  }  
  .popup .fancybox-close-small {
    width: 20px;
    height: 20px;
  }
  .agree-popup .fancybox-close-small {
    width: 30px;
    height: 30px;
    right: 6px;
    top: 4px;
  }
  .agree-popup p {
    padding: 0;
    font-size: 15px;
  }
}

.popup_form {
  max-width: 1060px;
  margin: 0 auto 15px;
}
.popup_form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13px;
  row-gap: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.popup_form__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1180px) {
  .popup_form__grid .form-entry:nth-child(1),
  .popup_form__grid .form-entry:nth-child(2),
  .popup_form__grid .form-entry:nth-child(3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .popup_form {
    margin-bottom: 0;
  }
  .popup_form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .popup_form__controls {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .popup_form__grid {
    grid-template-columns: 100%;
    row-gap: 10px;
    margin-bottom: 10px;
  }
}
.form-entry {
  width: 100%;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  background-color: #fff;
  font-size: 15px;
}
textarea.form-entry {
  min-height: 80px;
  resize: none;
}
.form-entry--width {
  grid-column: 3/4;
  grid-row: 2/4;
}
.form-entry.geterror {
  outline: 1px solid red;
}
.popup_form .agreement {
  line-height: 1.2em;
}
.popup_form .agreement input {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: initial;
  border-radius: unset;
  background-color: initial;
}
.popup_form .agreement label {
  position: relative;
  display: block;
  padding-left: 45px;
  font-weight: normal;
  margin: 0;
}
.popup_form .agreement small {
  display: block;
  font-size: 1em;
  line-height: 1.2em;  
  color: rgba(53, 53, 53, 0.5);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .form-entry {
    padding: 15px 10px;
    border-radius: 10px;
  }
  .form-entry--width {
    grid-column: 1/-1;
    grid-row: initial;
  }
  .popup_form .form-entry:nth-child(7) {
    grid-column: 1/-1;
  }
  .popup_form .agreement label {
    padding-left: 30px;
  }
  .popup_form .agreement input {
    width: 20px;
    height: 20px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .popup_form .agreement input {
    position: static;
    width: auto;
    height: auto;
  }
  .popup_form .agreement label {
    padding-left: 0px;
  }
  .form-entry {
    padding: 8px;
    border-radius: 5px;
  }

}
.popup_form ::-webkit-input-placeholder {
  color: #73777b;
}
.popup_form ::-moz-placeholder {
  color: #73777b;
}
.popup_form :-moz-placeholder {
  color: #73777b;
}
.popup_form :-ms-input-placeholder {
  color: #73777b;
}
.popup_form .popup_form__politic {
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
}
.popup_form .popup_form__politic a {
  color: #98c1d9;
  text-decoration: underline;
}
.popup_form .popup_form__politic a:hover {
  text-decoration: none;
}
.popup_form .popup_form__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 100%;
  width: 345px;
  padding: 16px 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #98c1d9;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.popup_form .popup_form__btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup_text p {
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
}
.popup_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .popup_form .popup_form__btn {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .popup_text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .popup_form .popup_form__btn {
    width: 200px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 600px) {
  .popup_form .popup_form__btn {
    order: -1;
    margin: 0 auto;
  }
  .popup_form .popup_form__politic {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .popup_form .popup_form__btn {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .popup_text p {
    font-size: 12px;
  }
}
