@font-face {
  font-family: 'helvetica-bold';
  src: url("/../fonts/helveticaneuecyr-bold.woff2") format("woff2"), url("/../fonts/helveticaneuecyr-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-light';
  src: url("/fonts/helveticaneuecyr-light.woff2") format("woff2"), url("/fonts/helveticaneuecyr-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-medium';
  src: url("../fonts/helveticaneuecyr-medium.woff2") format("woff2"), url("../fonts/helveticaneuecyr-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-thin';
  src: url("../fonts/helveticaneuecyr-thin.woff2") format("woff2"), url("../fonts/helveticaneuecyr-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

html {
  font-size: 16px; }
  @media (max-width: 768px) {
    html {
      font-size: 13px; } }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

html,
body {
  height: 100%; }

body {
  font-family: helvetica-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #221f1f;
  line-height: 1.4 !important; }

ul {
  padding: 0;
  margin: 0; }

ul,
li {
  list-style: none; }

button {
  border: none;
  background: transparent;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal; }

p {
  margin: 0;
  margin-bottom: 10px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

a {
  text-decoration: none;
  color: white;
  list-style: none;
  display: block; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../../images/background.jpg"); }

.container_1 {
  max-width: 73.75rem;
  margin: 0 auto; }

.wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.dotted {
  border-top: dotted 0.8125rem #f5c34c; }

#nine a {
  font-family: helvetica-medium, sans-serif;
  display: inline-block;
  padding: 3px 6px;
  background-color: #ff0000;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6875rem;
  line-height: 1; }

.maincontent {
  height: 100%; }

a.btn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a.btn:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.title {
  text-transform: uppercase;
  font-size: 37px; }

.subtitle {
  font-size: 47px;
  line-height: 1.3;
  text-transform: uppercase; }

/*ANIMATIONS*/
.slideanim {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
    transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

.header {
  background-color: #2b2b2b; }

.header__block {
  padding: 1.25rem 1.25rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .header__block {
      width: 90%;
      margin: 0 auto;
      padding: 1.25rem 0; } }

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo__img {
  margin-right: 1.25rem;
  width: 5rem;
  height: 5rem;
  background: url("../images/icons/logo.png") center center/cover no-repeat; }

.logo__desc {
  font-family: helvetica-medium, sans-serif; }
  @media (max-width: 768px) {
    .logo__desc {
      display: none; } }

.logo__desc-title {
  font-family: helvetica-medium, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1; }

.logo__desc-subtitle {
  font-family: helvetica-light, sans-serif;
  color: #b2b0ae;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.contacts__phone {
  text-align: right;
  color: white;
  font-size: 1.375rem; }
  .contacts__phone-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts__phone-icon {
    width: 1.6875rem;
    height: 1.6875rem;
    margin-right: 0.625rem;
    background: url("../../images/icons/icon_phone.png") center center/cover no-repeat; }
    .contacts__phone-icon a {
      text-decoration: none;
      color: white; }
  .contacts__phone-number {
    font-family: roboto-medium, sans-serif;
    line-height: 1;
    font-size: 1.5rem; }
  .contacts__phone-subtitle {
    font-family: helvetica-light, sans-serif;
    font-size: 0.71875rem;
    text-transform: uppercase;
    color: white; }
    .contacts__phone-subtitle:hover {
      color: white; }

.nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .nav__header {
      display: none; } }

.nav__list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.nav__item {
  font-family: helvetica-medium, sans-serif;
  font-size: 0.875rem;
  border: 1px solid #2b2b2b;
  text-transform: uppercase;
  background: #f5c34c;
  color: #2b2b2b;
  padding: 0.9375rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#phone_number a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 5px; }
  #phone_number a:hover {
    border-bottom: 1px solid #f5c34c; }

#nav__header a {
  text-decoration: none; }

.nav__item:hover,
.nav__item.active {
  background: transparent;
  color: white; }

.navbar {
  display: none !important; }
  @media (max-width: 768px) {
    .navbar {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.collapse.navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nav-link {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: 0.05rem;
  color: white !important;
  text-transform: uppercase; }

.nav-link.active {
  color: black !important;
  background-color: #f5c34c;
  /* border-bottom: #fcac45 solid 0.2rem!important; */
  /* padding-bottom: 0.3rem!important; */ }

.nav-link:hover {
  color: black !important;
  background-color: #f5c34c;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.navbar-toggler {
  font-size: 4vw !important; }

.nav-upper {
  text-align: right !important;
  display: flow-root !important;
  color: white; }

.navbar.brand {
  margin-right: 0 !important; }

.navbar.brand img {
  width: 100%; }

.navbar-nav a {
  color: white;
  font-size: 0.875rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.navbar-nav a:hover {
  color: #fba100;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.navbar-nav p {
  text-transform: uppercase;
  font-size: 0.875rem; }

.navbar h3 {
  color: white;
  font-weight: bold; }

.navbar h3 span {
  font-size: 1.5rem;
  color: #b2b0ae;
  font-weight: normal; }

.section__first {
  position: relative;
  width: 100%;
  min-height: 30.1875rem;
  background: url("../../images/background_first_section.png") center center/cover no-repeat; }

.first__block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: rgba(43, 43, 43, 0.7);
  padding: 4.0625rem 1.25rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .first__block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2.8125rem 1.25rem; } }
  .first__block-title {
    font-size: 2.875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1; }
    @media (max-width: 768px) {
      .first__block-title {
        font-size: 2.1875rem; } }
  .first__block-desc {
    font-family: helvetica-medium, sans-serif; }
    @media (max-width: 768px) {
      .first__block-desc {
        margin-bottom: 1.875rem; } }
  .first__block-text {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem; }
  .first__block-button {
    margin: 0 auto; }

#first a {
  font-family: helvetica-medium, sans-serif;
  display: inline-block;
  padding: 2.125rem 1rem;
  background-color: #ff0000;
  border-radius: 0.3125rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.0625rem;
  line-height: 1;
  text-align: center; }

.section__two {
  color: white;
  position: relative;
  width: 100%;
  min-height: 57.5rem;
  padding-bottom: 1.875rem;
  background: url("../../images/background_section_two.jpg") left center/cover no-repeat; }

.two-top--dotted {
  top: -50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.two__title {
  text-align: center;
  line-height: 0.9; }
  .two__title-block {
    font-family: helvetica-medium, sans-serif;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.875rem;
    padding-top: 1.25rem; }

.two__subtitle {
  color: #f5c34c; }

.two__block {
  margin: 0 2.5rem;
  margin-bottom: 1.5625rem; }

.two__block-title {
  font-size: 2.125rem;
  font-family: helvetica-medium, sans-serif;
  margin-bottom: 1.875rem;
  text-align: center; }

.two__desc {
  margin: 0 2.5rem 0 3.75rem;
  font-family: helvetica-light, sans-serif;
  position: relative;
  line-height: 1.2; }
  .two__desc:before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 100%;
    background-color: #f5c34c;
    position: absolute;
    left: -1.25rem; }
  .two__desc-links {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .two__desc-links {
        margin-bottom: 1.875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .two__desc-links a {
      font-family: helvetica-bold, sans-serif;
      text-decoration: none !important;
      margin-right: 1.25rem;
      color: white !important;
      border-bottom: 0.125rem solid #f5c34c;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .two__desc-links a:last-child {
        margin-right: initial; }
      .two__desc-links a:hover {
        border-bottom: 0.125rem solid transparent; }

.two__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .two__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.two__item {
  width: 25%;
  font-family: helvetica-light, sans-serif;
  background-color: rgba(43, 43, 43, 0.7);
  padding: 0.625rem;
  border: 0.25rem solid #f5c34c;
  margin-right: 3.125rem;
  z-index: 1; }
  @media (max-width: 768px) {
    .two__item {
      width: 50%;
      margin-right: initial;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .two__item {
      width: 100%; } }
  .two__item:last-child {
    margin-right: initial; }
  .two__item-title {
    font-size: 0.875rem;
    font-family: helvetica-medium, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }

.two__text {
  font-size: 0.75rem;
  line-height: 1.3; }

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

.pinta__img {
  width: 9.875rem;
  height: 11.6875rem;
  background: url("../../images/pinta.png") center center/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0; }

#two__button a {
  font-family: helvetica-medium, sans-serif;
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  background-color: #ff0000;
  border-radius: 0.3125rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase; }

.section__three {
  position: relative;
  width: 100%;
  background: url("../../images/background_section_three.jpg") left center/cover no-repeat;
  padding-bottom: 0.875rem; }

.three__title-block {
  margin: 0 2.5rem 1.875rem 2.5rem;
  padding-top: 1.5625rem;
  z-index: 10;
  font-family: helvetica-medium, sans-serif; }

.three__title {
  color: #f5c34c;
  line-height: 1.2; }

.three__subtitle {
  margin-bottom: 0.6875rem;
  line-height: 1.4; }

.three__desc {
  font-family: helvetica-light, sans-serif;
  font-size: 1rem;
  line-height: 1; }

.three__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2.5rem; }
  @media (max-width: 768px) {
    .three__block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.three__list {
  width: 33%;
  margin-right: 1.25rem; }
  .three__list:last-child {
    margin-right: initial; }
  @media (max-width: 768px) {
    .three__list {
      width: 100%; } }

.three__item-title {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: helvetica-medium, sans-serif; }

.three__item-list {
  margin-bottom: 1.25rem;
  font-family: helvetica-light, sans-serif; }

.three__item-item {
  line-height: 1.2; }

.section__four {
  position: relative;
  width: 100%;
  background: url("../../images/background_section_cost.jpg") center center/cover no-repeat;
  padding-bottom: 2.5rem; }

.four__title-block {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }

.four__title {
  color: #f5c34c;
  line-height: 1.2; }

.four__subtitle {
  color: white;
  line-height: 1.4; }

.four__table-block {
  margin: 0 2.5rem;
  font-family: helvetica-medium, sans-serif; }
  @media (max-width: 768px) {
    .four__table-block {
      width: 90%;
      overflow-x: auto;
      margin: 0 auto; } }

.tr__even {
  color: white; }

.tr__odd .fa-plus,
.tr__odd .fa-minus,
.tr__odd .fa-plus:after {
  background: black; }

.tr__odd {
  background-color: #f5c34c; }

tr,
th,
td {
  border: 0.0625rem solid white; }

td {
  padding: 5px 10px; }

tr {
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase; }

#tbody {
  font-size: 0.875rem;
  font-family: helvetica-medium, sans-serif; }

#lavel {
  padding: 1.25rem 2.6875rem; }

.table {
  margin-bottom: 1.875rem;
  width: 100%; }

.table th {
  background-color: #f5c34c;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem; }

.table td {
  vertical-align: inherit !important; }

.four__table-subtitle {
  font-family: helvetica-medium, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  background: rgba(254, 251, 251, 0.2);
  text-align: center;
  padding: 0.625rem;
  border-bottom: 0.125rem solid white; }
  .four__table-subtitle:last-child {
    border-bottom: none; }

.four__subtitle-block {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.875rem; }

.fa-minus {
  width: 0.9375rem;
  height: 0.25rem;
  background: white;
  margin: 0 auto; }

.fa-plus {
  width: 0.9375rem;
  height: 0.25rem;
  background: white;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .fa-plus:after {
    content: "";
    width: 0.25rem;
    height: 0.9375rem;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.section__five {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
  background: url("../../images/background_section_five.jpg") center center/cover no-repeat; }

.five__title-block {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }

.five__title {
  line-height: 0.9; }
  @media (max-width: 768px) {
    .five__title {
      font-size: 2.1875rem; } }

.five__subtitle {
  color: #f5c34c; }
  @media (max-width: 768px) {
    .five__subtitle {
      font-size: 2.1875rem; } }

.bottom {
  margin-top: 1.25rem; }

.five__desc-block {
  margin: 0 2.5rem; }

.five__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .five__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.five__item {
  color: white;
  width: 30%;
  border: 0.125rem solid #f5c34c;
  padding: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
  background: rgba(64, 65, 65, 0.5); }
  @media (max-width: 768px) {
    .five__item {
      width: 100%; } }
  .five__item-text {
    font-family: helvetica-light, sans-serif; }

.five__desc-subtitle {
  margin-bottom: 1.25rem; }

.five__desc-subtitle-teory {
  margin-bottom: 0.625rem; }

.item--one {
  background: url("../../images/background_section_five/background_section_five_1.0.jpg") center center/cover no-repeat; }

.item--two {
  background: url("../../images/background_section_five/background_section_five_2.0.jpg") center center/cover no-repeat; }

.item--three {
  background: url("../../images/background_section_five/background_section_five_3.0.jpg") center center/cover no-repeat; }

.item--four {
  background: url("../../images/background_section_five/background_section_five_4.0.jpg") center center/cover no-repeat; }

.item--five {
  background: url("../../images/background_section_five/background_section_five_5.0.jpg") center center/cover no-repeat; }

.item--six {
  background: url("../../images/background_section_five/background_section_five_6.0.jpg") center center/cover no-repeat; }

.item--nine {
  background: url("../../images/background_section_five/background_section_five_6.3.jpg") center center/cover no-repeat; }

.section__six {
  width: 100%;
  background: url("../../images/background_section_six.jpg") right center/cover no-repeat;
  position: relative;
  padding-bottom: 1.875rem; }

.six__title-block {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }
  @media (max-width: 768px) {
    .six__title-block {
      width: 90%;
      margin: 1.25rem auto; } }

.six__title {
  color: #f5c34c;
  line-height: 1.2; }

.six__subtitle {
  color: white; }

.six__desc {
  color: white;
  font-size: 1rem;
  font-family: helvetica-light, sans-serif; }

.six__delivery {
  font-family: helvetica-light, sans-serif;
  width: 44.625rem;
  font-size: 1rem;
  background-color: #f5c34c;
  padding: 1.25rem 0.625rem 1.25rem 5.3125rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  margin-bottom: 2.8125rem; }
  @media (max-width: 480px) {
    .six__delivery {
      width: 100%;
      padding: 1.25rem;
      border-radius: 0; } }

.six__sertificate-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.1875rem; }
  @media (max-width: 480px) {
    .six__sertificate-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.six__sertificate-img {
  margin: 0 1.25rem;
  width: 29.75rem;
  height: 10.6875rem;
  background: url("../../images/img__section/section_six_img.jpg") center center/cover no-repeat; }

.six__sertificate {
  width: 45.625rem;
  background-color: #f5c34c;
  padding: 1.25rem 1.5625rem 1.25rem 1.25rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  font-size: 1rem;
  font-family: helvetica-light, sans-serif; }
  @media (max-width: 480px) {
    .six__sertificate {
      border-radius: 0; } }
  .six__sertificate p {
    margin: 0; }

.six__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2.5rem; }
  @media (max-width: 768px) {
    .six__button-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.six__button-text {
  color: white; }
  @media (max-width: 768px) {
    .six__button-text {
      margin-bottom: 1.25rem;
      text-align: center; } }

#six a {
  font-family: helvetica-medium, sans-serif;
  display: inline-block;
  padding: 0.3125rem 1.375rem;
  background-color: #ff0000;
  border-radius: 0.3125rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.25rem; }
  @media (max-width: 480px) {
    #six a {
      text-align: center; } }

.section__seven {
  width: 100%;
  background: url("../../images/background_section_seven.jpg") center center/cover no-repeat;
  position: relative;
  padding-bottom: 4.0625rem; }

.seven__block-title {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }

.seven__title {
  line-height: 0.9; }

.seven__subtitle {
  color: #f5c34c; }

.seven__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.25rem; }
  @media (max-width: 768px) {
    .seven__block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .seven__block-list {
    width: 50%;
    margin-right: 1.25rem; }
    @media (max-width: 768px) {
      .seven__block-list {
        width: 100%;
        margin-right: initial; } }
    .seven__block-list:last-child {
      margin-right: initial; }

.seven__item {
  min-height: 7.5rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  border: 0.1875rem solid #f5c34c; }
  .seven__item-number {
    color: #f5c34c;
    font-size: 3.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .seven__item-number:after {
      content: "";
      display: block;
      width: 0.1875rem;
      height: 5rem;
      background-color: #f5c34c;
      margin-left: 0.625rem; }
  .seven__item-text {
    margin-left: 0.9375rem;
    color: white;
    font-size: 1rem;
    font-family: helvetica-light, sans-serif; }

.item--1 {
  background: url("../../images/section_seven_img/Img_1.jpg") center center/cover no-repeat; }

.item--2 {
  background: url("../../images/section_seven_img/img_2.jpg") center center/cover no-repeat; }

.item--3 {
  background: url("../../images/section_seven_img/img_3.jpg") center center/cover no-repeat; }

.item--4 {
  background: url("../../images/section_seven_img/img_4.jpg") center center/cover no-repeat; }

.item--5 {
  background: url("../../images/section_seven_img/img_5.jpg") center center/cover no-repeat; }

.item--6 {
  background: url("../../images/section_seven_img/img_6.jpg") center center/cover no-repeat; }

.item--7 {
  background: url("../../images/section_seven_img/img_7.jpg") center center/cover no-repeat; }

.item--8 {
  background: url("../../images/section_seven_img/img_8.jpg") center center/cover no-repeat; }

.section__eight {
  width: 100%;
  background: url("../../images/background_section_eight.jpg") center center/cover no-repeat;
  position: relative;
  padding-bottom: 3.125rem; }

.eight__block-title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-family: helvetica-medium, sans-serif; }

.eight__title {
  color: white;
  line-height: 0.9; }

.eight__subtitle {
  color: #f5c34c; }

.eight__block-content {
  margin: 0 2.5rem 0;
  color: white;
  margin-bottom: 6.3125rem; }

.eight__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .eight__block-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.eight__block-item {
  width: 33.3%;
  margin-right: 3.125rem; }
  .eight__block-item:last-child {
    margin-right: initial; }
  @media (max-width: 768px) {
    .eight__block-item {
      width: 100%;
      margin-right: initial; } }

.eight__item-title {
  font-family: helvetica-medium, sans-serif;
  border: 0.1875rem solid #f5c34c;
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.25rem; }

.eight__item-desc {
  font-size: 1rem;
  font-family: helvetica-light, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .eight__item-desc:before {
    content: "";
    display: block;
    width: 1.125rem;
    background-color: #f5c34c;
    margin-right: 0.625rem; }

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

.eight__block-img {
  margin: 0 2.5rem; }
  @media (max-width: 768px) {
    .eight__block-img {
      width: 90%;
      margin: 0 auto; } }

.eight__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .eight__img-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.eight__img-item {
  width: 33%;
  margin-right: 1.25rem;
  height: 11.5625rem;
  border: 0.1875rem solid #f5c34c;
  border-radius: 0.1875rem; }
  .eight__img-item:last-child {
    margin-right: initial; }
  @media (max-width: 768px) {
    .eight__img-item {
      width: 100%;
      margin-right: initial;
      margin-bottom: 20px; } }

.eight--img-1 {
  background: url("../../images/section_eight_img/img_1.jpg") center center/cover no-repeat; }

.eight--img-2 {
  background: url("../../images/section_eight_img/img_2.jpg") center center/cover no-repeat; }

.eight--img-3 {
  background: url("../../images/section_eight_img/img_3.jpg") center center/cover no-repeat; }

.section__nine {
  width: 100%;
  background: url("../../images/background_section_nine.jpg") center center/cover no-repeat;
  position: relative;
  padding-bottom: 3.375rem; }

.nine__block-title {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.25rem; }
  @media (max-width: 480px) {
    .nine__block-title {
      margin: 1.25rem; } }

.nine__title {
  line-height: 0.9; }
  @media (max-width: 768px) {
    .nine__title {
      font-size: 2.1875rem; } }

.nine__subtitle {
  color: #f5c34c; }
  @media (max-width: 768px) {
    .nine__subtitle {
      font-size: 2.5rem; } }

.nine__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2.5rem 0;
  margin-bottom: 3.125rem; }
  @media (max-width: 768px) {
    .nine__block-list {
      width: 90%;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.nine__block-item {
  margin-right: 2.5rem;
  width: 33%;
  position: relative; }
  @media (max-width: 768px) {
    .nine__block-item {
      width: 100%;
      margin-right: initial;
      margin-bottom: 1.875rem; } }
  .nine__block-item:last-child {
    margin-right: initial; }

.nine__item-title {
  border-bottom: 4px solid #f5c34c;
  min-height: 78px;
  font-size: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: helvetica-medium, sans-serif;
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nine__item-img {
  height: 12.3125rem;
  margin-bottom: 1.25rem; }

.nine__item-desc {
  font-size: 1rem;
  font-family: helvetica-light, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem; }
  .nine__item-desc:before {
    content: "";
    display: block;
    width: 1.1875rem;
    background-color: #f5c34c;
    margin-right: 1.25rem; }

.nine__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.item__price {
  font-size: 2rem;
  color: #ff0000;
  margin-right: 0.625rem;
  font-family: helvetica-bold, sans-serif; }

.nine--img-1 {
  background: url("../../images/section_nine_img/img_1.jpg") center center/cover no-repeat; }

.nine--img-2 {
  background: url("../../images/section_nine_img/img_2.jpg") center center/cover no-repeat; }

.nine--img-3 {
  background: url("../../images/section_nine_img/img_3.jpg") center center/cover no-repeat; }

.nine__price-block {
  margin: 0 2.5rem; }

.nine__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nine__price-item {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nine__price-item:last-child {
    margin-right: initial; }

.section__ten {
  width: 100%;
  background: url("../../images/background_section_ten.jpg") center center/cover no-repeat;
  position: relative;
  padding-bottom: 2.4375rem; }

.ten__block-title {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 1;
  padding-top: 1.25rem; }
  @media (max-width: 768px) {
    .ten__block-title {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3.75rem; } }

.ten__title {
  color: white;
  line-height: 0.9; }

.ten__subtitle {
  color: #f5c34c; }

.ten__icons-block {
  margin: 0 2.5rem 2.875rem 2.5rem; }
  @media (max-width: 768px) {
    .ten__icons-block {
      width: 90%;
      margin: 0 auto; } }

.ten__icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .ten__icons-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.ten__icons-item {
  width: 7.3125rem;
  height: 4.375rem;
  border: 0.125rem solid #f5c34c;
  border-radius: 0.1875rem; }
  @media (max-width: 768px) {
    .ten__icons-item {
      width: 23%;
      margin-bottom: 1.25rem; } }

.ten--icon-1 {
  background: url("../../images/section_ten_icon/visa.png") center center/cover no-repeat; }

.ten--icon-2 {
  background: url("../../images/section_ten_icon/master.png") center center/cover no-repeat; }

.ten--icon-3 {
  background: url("../../images/section_ten_icon/sber.png") center center/cover no-repeat; }

.ten--icon-4 {
  background: url("../../images/section_ten_icon/yandex.png") center center/cover no-repeat; }

.ten--icon-5 {
  background: url("../../images/section_ten_icon/qiwi.png") center center/cover no-repeat; }

.ten--icon-6 {
  background: url("../../images/section_ten_icon/payPal.png") center center/cover no-repeat; }

.ten--icon-7 {
  background: url("../../images/section_ten_icon/cash.png") center center/cover no-repeat; }

.ten--icon-8 {
  background: url("../../images/section_ten_icon/no_cash.png") center center/cover no-repeat; }

.ten__text {
  text-align: center;
  color: white;
  margin-bottom: 2.25rem; }

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

#ten a {
  font-family: helvetica-medium, sans-serif;
  display: inline-block;
  padding: 0.9375rem 0.875rem;
  background-color: #ff0000;
  border-radius: 0.3125rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1; }

.section__eleven {
  position: relative;
  background: url("../../images/background_section_eleven.jpg") center center/cover no-repeat;
  padding-bottom: 4.25rem; }

.eleven__block-title {
  width: 90%;
  margin: 0 auto;
  font-family: helvetica-medium, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }

.eleven__title {
  line-height: 0.9; }

.eleven__subtitle {
  color: #f5c34c; }

.eleven__block-content {
  font-family: helvetica-medium, sans-serif;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding-top: 1.25rem; }
  @media (max-width: 768px) {
    .eleven__block-content {
      width: 90%;
      margin: 0 auto; } }

.eleven__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .eleven__block-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.eleven__block-item {
  width: 33%;
  margin-right: 3.4375rem; }
  @media (max-width: 768px) {
    .eleven__block-item {
      width: 100%;
      margin-right: initial;
      margin-bottom: 30px; } }
  .eleven__block-item:last-child {
    margin-right: initial; }

.eleven__item-title {
  font-family: helvetica-medium, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  padding: 1.25rem;
  border: 0.1875rem solid #f5c34c;
  background-color: rgba(178, 176, 174, 0.3);
  margin-bottom: 0.9375rem; }

.eleven__item-desc {
  padding: 1.25rem;
  border: 0.1875rem solid #f5c34c;
  background-color: rgba(178, 176, 174, 0.3);
  font-family: helvetica-medium, sans-serif;
  font-size: 1rem; }

.eleven__item-item {
  margin-bottom: 0.625rem; }
  .eleven__item-item-title {
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
    font-family: helvetica-medium, sans-serif; }

.eleven__block-text {
  font-family: helvetica-medium, sans-serif;
  font-size: 1rem;
  padding: 1.25rem;
  border: 0.1875rem solid #f5c34c;
  background-color: rgba(178, 176, 174, 0.3);
  margin: 0 2.5rem; }
  @media (max-width: 768px) {
    .eleven__block-text {
      width: 90%;
      margin: 0 auto; } }

.section__footer {
  width: 100%;
  min-height: 13.875rem;
  background: url("../../images/background_section_footer.jpg") center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.container__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0; }
  @media (max-width: 768px) {
    .container__footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 1.875rem 0; } }

.footer__block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .footer__block {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer__block-item {
    width: 50%; }
    @media (max-width: 768px) {
      .footer__block-item {
        width: 100%; } }
  .footer__block-logo {
    margin: 0 auto;
    width: 4.8125rem;
    height: 4.8125rem;
    background: url("../../images/icons/logo.png") center center/cover no-repeat; }
  .footer__block-date {
    text-align: center;
    color: #f5c34c;
    font-size: 1.5rem; }

.item--logo {
  margin-bottom: 0.9375rem; }

.item--contacts {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .item--contacts {
      margin-bottom: 1.875rem; } }

@media (max-width: 768px) {
  .footer__links-list {
    text-align: center;
    font-size: 1.125rem; } }

.footer__links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__links-link:hover {
    color: white; }
  .footer__links-link:before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #f5c34c;
    display: inline-block;
    margin-right: 0.625rem; }

.footer__links-item {
  color: white;
  margin-bottom: 0.3125rem; }

.footer__phone-block {
  margin-bottom: 1.875rem; }

.footer__phone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .footer__phone-item {
      margin-bottom: 0.3125rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer__phone-pic {
  width: 1.875rem;
  height: 1.875rem;
  background: url("../../images/icons/icon_phone.png") center center/cover no-repeat;
  margin-right: 0.625rem; }

.footer__phone-number {
  font-size: 1.375rem; }
  @media (max-width: 768px) {
    .footer__phone-number {
      font-size: 1.75rem; } }

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

.footer__desc-text {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-family: helvetica-light, sans-serif; }
  @media (max-width: 768px) {
    .footer__desc-text {
      margin-bottom: 1.875rem; } }

.footer__whatsapp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .footer__whatsapp-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer__whatsapp-icon {
  width: 1.875rem;
  height: 1.875rem;
  background: url("../../images/icons/icon_phone.png") center center/cover no-repeat;
  margin-right: 0.625rem; }

.footer__whatsapp-number {
  font-size: 1.375rem; }

.footer__social-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__social-title {
  text-align: center;
  color: white;
  font-family: helvetica-light, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 1.25rem; }

.footer__social-list {
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .footer__social-list {
      padding: 0;
      width: 50%;
      margin: 0 auto; } }

.footer__social-link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5c34c;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  padding: 0.1875rem;
  position: relative; }
  @media (max-width: 768px) {
    .footer__social-link {
      margin-right: 0.625rem; } }
  .footer__social-link:hover {
    background-color: #edaa10; }

.footer__social-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.social--fb {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/icons/icons_social/facebook.png") center center/cover no-repeat; }

.social--youtube {
  width: 1.625rem;
  height: 1.125rem;
  background: url("../../images/icons/icons_social/youtube.png") center center/cover no-repeat; }

.social--twitter {
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../../images/icons/icons_social/twitter.png") center center/cover no-repeat; }

.social--inst {
  width: 1.625rem;
  height: 1.625rem;
  background: url("../../images/icons/icons_social/instagram.png") center center/cover no-repeat; }

.social--google {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/icons/icons_social/google.png") center center/cover no-repeat; }

.social--vimeo {
  width: 1.6875rem;
  height: 1.4375rem;
  background: url("../../images/icons/icons_social/vimeo.png") center center/cover no-repeat; }

.social--in {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/icons/icons_social/linkedin.png") center center/cover no-repeat; }

.social--print {
  width: 1.375rem;
  height: 1.75rem;
  background: url("../../images/icons/icons_social/pinterest.png") center center/cover no-repeat; }

.section__page-pay {
  width: 100%;
  height: 100vh; }

.page__pay {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.7); }

.page__pay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.footer {
  background: #2b2b2b;
  position: relative; }
  @media (max-width: 768px) {
    .footer {
      padding: initial; } }

.container__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .container__footer {
      width: 90%;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.footer__block-bottom {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .footer__block-bottom {
      width: 100%;
      margin-bottom: 0.625rem; } }
  .footer__block-bottom-pic {
    margin-right: 1.25rem;
    width: 1.375rem;
    height: 1.375rem;
    background: url("../../images/icons/copyright.png") center center/cover no-repeat; }
  .footer__block-bottom-copyright {
    color: white;
    font-family: helvetica-light, sans-serif;
    font-size: 0.875rem; }
  .footer__block-bottom-name {
    color: #b2b0ae;
    font-family: helvetica-light, sans-serif;
    font-size: 0.875rem; }

#phone_footer a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 5px; }
  #phone_footer a:hover {
    border-bottom: 1px solid #f5c34c; }

/*MODAL*/
#loader {
  display: none; }

#loader1 {
  display: none; }

#myModal {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none; }

#myModal:target {
  display: block;
  pointer-events: auto; }

#myModal > div {
  width: 306px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border: 2px solid #fff;
  background-color: #766d69; }

.block__banner {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1000; }

.banner__image {
  position: relative;
  opacity: 1; }

.banner__link {
  display: block;
  width: 300px;
  height: 150px; }

.banner__links-img {
  width: 100%;
  height: 100%; }

.banner__exit-link {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.banner__exit-icon {
  width: 100%;
  height: 100%; }

.icon__banner {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 85px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000; }

.banner__icon-img {
  width: 100%; }
