/*! 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  outline: none !important;
}

*:hover {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #9C2B2D;
}

img {
  max-width: 100%;
}

input {
  outline: none;
}

input:hover {
  outline: none;
}

input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.link-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.button {
  display: inline-block;
  padding: 15px 30px;
  line-height: 100%;
  text-align: center;
  border: 1px solid #9C2B2D;
  color: #9C2B2D;
  transition: 1s;
  background: transparent;
}

.button:hover {
  background: #9C2B2D;
  color: white;
  transition: 1s;
}

.button_main {
  color: white;
  background: #9C2B2D;
  position: relative;
  overflow: hidden;
}

.button_main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.33);
  transform: translateX(-4em) skewX(-45deg);
}

.button_main:hover:before {
  -webkit-animation: move-light 0.5s;
  animation: move-light 0.5s;
}

@-webkit-keyframes move-light {
  from {
    transform: translateX(-4em) skewX(-45deg);
  }

  to {
    transform: translateX(15em) skewX(-45deg);
  }
}

@keyframes move-light {
  from {
    transform: translateX(-4em) skewX(-45deg);
  }

  to {
    transform: translateX(15em) skewX(-45deg);
  }
}

.button_minor {
  border: 1px solid white;
  color: white;
}

.button_minor:hover {
  background: white;
  color: #9C2B2D;
  transition: 1s;
}

.block-buttons {
  display: flex;
  align-items: flex-start;
}

.block-buttons a:first-child {
  margin-right: 20px;
}

.header {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  min-height: 80px;
  position: relative;
  z-index: 10;
}

.header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__navigation a {
  font-family: "Lora", serif;
  color: #12336B;
  font-size: 18px;
  line-height: 120%;
  margin-right: 30px;
}

.header__navigation a::after {
  width: 0;
  height: 2px;
  background: #9C2B2D;
  margin-top: 4px;
  display: block;
  content: "";
  content-transition: 0.66s;
}

.header__navigation a:last-child {
  margin-right: 0;
}

.header__navigation a:hover {
  color: #9C2B2D;
}

.header__navigation a:hover::after {
  width: 100%;
  transition: 0.66s;
}

.header__phone {
  color: #9C2B2D;
  font-size: 18px;
  font-family: "Lora", serif;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.header__phone img {
  display: inline-block;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.logo {
  font-family: "Lora", serif;
  color: #12336B;
  font-weight: 500;
  line-height: 110%;
  display: inline-block;
  font-size: 30px;
}

.logo::after {
  width: 100%;
  height: 2px;
  background: #9C2B2D;
  margin-top: 4px;
  content: '';
  display: block;
}

.title {
  color: #12336B;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Lora", serif;
  display: flex;
  align-items: center;
}

.title::after {
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  display: inline-block;
  content: '';
  margin-top: 15px;
}

.title_row::after {
  margin-left: 15px;
  margin-top: 0;
}

.footer {
  background: #181B20;
  min-height: 120px;
  padding: 30px 0;
}

.footer-title {
  color: white;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.footer-title::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  display: inline-block;
  margin-left: 15px;
}

.footer__policy {
  color: #9C2B2D;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
  text-decoration: underline;
  display: block;
}

.footer p {
  color: white;
  opacity: 0.66;
  line-height: 150%;
  font-size: 16px;
}

.footer nav a {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
  display: block;
  opacity: 0.66;
  transition: 0.6s;
  color: white;
}

.footer nav a:hover {
  color: #9C2B2D;
  transition: 0.6s;
  opacity: 1;
}

.footer__contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer__contact img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}

.footer__contact a {
  color: white;
  font-size: 16px;
  line-height: 150%;
}

.footer__contact a:hover {
  color: #9C2B2D;
}

.flag {
  background: url("../../assets/img/flag/main-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.flag::before {
  content: '';
  width: 720px;
  height: 720px;
  position: absolute;
  top: -40px;
  left: -150px;
  background: url(../../assets/img/flag/museum.svg) no-repeat center;
  background-sise: contain;
  opacity: 0.04;
  z-index: 5;
}

.flag::after {
  content: '';
  width: 720px;
  height: 720px;
  top: -40px;
  right: 12%;
  opacity: 0.04;
  background: white;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
}

.flag > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
}

.flag__content {
  max-width: 540px;
  position: relative;
  z-index: 10;
}

.flag h1 {
  font-size: 72px;
  line-height: 120%;
  color: white;
  font-weight: bold;
  font-family: "Lora", serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.flag p {
  color: white;
  line-height: 150%;
  margin-bottom: 30px;
  font-size: 18px;
  opacity: 0.90;
}

.flag a {
  font-size: 18px;
}

.flag__image {
  top: 0;
  bottom: 0;
  right: 14%;
  position: absolute;
  height: 100%;
}

.flag__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services {
  background: #F7F7F7;
  padding: 40px 0;
  margin-bottom: 40px;
}

.services > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services__title {
  text-align: center;
  max-width: 540px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
}

.services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  transition: 0.66s;
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
}

.services-icon:hover {
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  transition: 0.66s;
}

.services-icon img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.services-icon h3 {
  font-family: "Lora", serif;
  color: #12336B;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  font-size: 24px;
}

.services-icon p {
  color: #222;
  opacity: 0.66;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
}

.section-offer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-offer h2 {
  margin-bottom: 20px;
}

.section-offer p {
  color: #222;
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.66;
}

.section-offer a {
  font-size: 16px;
}

.comments {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.comments-slider__item {
  padding: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
  background: white;
  display: flex !important;
  align-items: flex-start;
  border-radius: 4px;
  margin: 0 10px;
}

.comments-slider__item div {
  margin-left: 20px;
  padding-top: 10px;
}

.comments-slider__item img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none !important;
}

.comments-slider__item h4 {
  color: #12336B;
  line-height: 120%;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Lora", serif;
  font-size: 24px;
}

.comments-slider__item p {
  color: #222;
  opacity: 0.9;
  line-height: 150%;
  margin-bottom: 0;
  font-size: 16px;
}

.comments-slider .slick-list {
  padding: 8px 0;
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.arrows h3 {
  margin-bottom: 0;
}

.arrows > div {
  display: flex;
  justify-content: center;
}

.arrows > div > div {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border: 1px solid #9C2B2D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows > div > div:last-child {
  background: #9C2B2D;
}

.arrows > div > div img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.arrows > div > div svg {
  width: 25px;
  height: 25px;
}

.numbers {
  margin-top: 40px;
  background: url("../../assets/img/numbers/background.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}

.numbers::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #12336B;
  opacity: 0.85;
  z-index: 5;
}

.numbers__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.numbers__item::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  margin-top: 15px;
}

.numbers__item strong {
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  font-family: "Lora", serif;
  display: block;
  margin-bottom: 8px;
  line-height: 100%;
}

.numbers__item p {
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 150%;
  margin-bottom: 0;
}

.news {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #F7F7F7;
}

.news__title {
  text-align: center;
  flex-direction: column;
}

.news__item {
  background: white;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  transition: 0.6s;
}

.news__item:hover {
  transition: 0.6s;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.33);
}

.news__item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 40px;
}

.news__item div {
  padding: 0 20px 35px 20px;
}

.news__item span {
  color: #9C2B2D;
  font-size: 14px;
  line-height: 120%;
  display: block;
  margin-bottom: 4px;
  font-family: "Lora", serif;
}

.news__item h4 {
  color: #12336B;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 120%;
}

.news__item h4::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  display: block;
  margin-top: 15px;
}

.news__item p {
  color: #12336B;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-family: "Lora", serif;
  margin-bottom: 0;
}

.news__item p::after {
  content: '';
  display: inline-block;
  background: #9C2B2D;
  width: 60px;
  height: 1px;
  margin-left: 15px;
}

.section-about {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-about__content h3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 95%;
}

.section-about__content p {
  color: #222;
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.66;
}

.section-about__content a {
  font-size: 16px;
}

.section-about__image {
  position: relative;
}

.section-about__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-about__image::before {
  height: 100px;
  width: 6px;
  left: -3px;
  top: 100px;
  position: absolute;
  z-index: 5;
  background: #9C2B2D;
  content: '';
}

.section-about__image::after {
  content: '';
  height: 100px;
  width: 6px;
  right: -3px;
  top: 100px;
  position: absolute;
  z-index: 5;
  background: #9C2B2D;
}

.application {
  min-height: 520px;
  padding: 40px 0;
  background: url(../../assets/img/application/background.jpg) no-repeat center;
  background-size: cover;
}

.application::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.66;
  z-index: 5;
  posistion: absolute;
}

.application__title {
  color: white;
  position: relative;
  z-index: 10;
}

.application-contacts strong {
  line-height: 120%;
  font-size: 48px;
  color: white;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
  font-family: "Lora", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.application-contacts strong::after {
  content: '';
  margin-top: 15px;
  background: #9C2B2D;
  width: 100px;
  height: 2px;
  display: block;
}

.application-contacts div {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.application-contacts div:last-child {
  margin-bottom: 0;
}

.application-contacts div span {
  color: white;
  opacity: 0.66;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  line-height: 120%;
}

.application-contacts div a {
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 48px;
  line-height: 120%;
  transition: 1s;
}

.application-contacts div a:hover {
  color: #9C2B2D;
  transition: 1s;
}

.application-form {
  padding: 60px 50px;
}

.application-form::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #12336B;
  position: absolute;
  z-index: 5;
  opacity: 0.85;
}

.application form {
  position: relative;
  z-index: 10;
}

.application form input {
  background: transparent;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  color: white;
  font-size: 18px;
  line-height: 120%;
  border: 0;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}

.application form input::-moz-placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form input:-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form input::placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form textarea {
  font-size: 18px;
  color: white;
  background: transparent;
  display: block;
  width: 100%;
  resize: none;
  border: 0;
  height: 60px !important;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.application form textarea::-moz-placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form textarea:-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form textarea::placeholder {
  color: white;
  opacity: 1;
  font-size: 16px;
  line-height: 120%;
}

.application form button {
  display: block;
  width: 100%;
  font-size: 16px;
  color: white;
  background: #9C2B2D;
}

.bread-crumb {
  min-height: 400px;
  background: url("../../assets/img/bread/bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bread-crumb::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: black;
  opacity: 0.66;
  z-index: 5;
}

.bread-crumb h1 {
  color: white;
  font-size: 48px;
  line-height: 120%;
  margin: 0;
  font-weight: bold;
  font-family: "Lora", serif;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bread-crumb h1::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  display: block;
  margin-top: 15px;
}

.bread-offer {
  background: #F7F7F7;
  padding: 40px 0;
  margin-bottom: 20px;
}

.bread-offer__title {
  color: #12336B;
  font-size: 30px;
  font-weight: bold;
  line-height: 135%;
  margin: 0;
  font-family: "Lora", serif;
  position: relative;
}

.bread-offer__title::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  margin-left: 15px;
  margin-bottom: 10px;
}

.bread-offer__title::before {
  width: 1px;
  height: 140px;
  background: #E5DDDC;
  content: '';
  margin-left: 30px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -5px;
}

.bread-offer__number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bread-offer__number strong {
  font-size: 48px;
  color: #9C2B2D;
  line-height: 100%;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-family: "Lora", serif;
  white-space: nowrap;
}

.bread-offer__number p {
  text-align: center;
  font-size: 16px;
  color: #222;
  opacity: 0.66;
  line-height: 150%;
  margin: 0;
}

.content {
  margin: 20px 0;
}

.content img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.content h3 {
  font-size: 36px;
  color: #12336B;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 60px;
  font-family: "Lora", serif;
  font-weight: bold;
}

.content p {
  line-height: 150%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
  opacity: 0.9;
}

.content p:last-child {
  margin-bottom: 0;
}

.navigation {
  margin: 20px 0;
}

.navigation-block {
  background: white;
  border: 1px solid #E5DDDC;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.navigation-title {
  color: #12336B;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Lora", serif;
}

.navigation-title::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #9C2B2D;
  display: inline-block;
  margin-left: 15px;
}

.navigation__services a {
  color: #7E7E7E;
  line-height: 120%;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
}

.navigation__services_active {
    color: #9C2B2D !important;
}

.navigation__services a:last-child {
  margin-bottom: 0;
}

.navigation__services a::after {
  content: '';
  width: 100%;
  height: 0.5px;
  background: #C4C4C4;
  display: block;
  margin-top: 8px;
}

.navigation__services a:hover {
  color: #9C2B2D;
}

.navigation__news-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.navigation__news-item:last-child {
  margin-bottom: 0;
}

.navigation__news-item:hover h5 {
  color: #9C2B2D;
}

.navigation__news-item img {
  width: 90px;
  height: 60px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.navigation__news-item h5 {
  max-width: 190px;
  color: #12336B;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 120%;
}

.navigation__application .navigation-title {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.navigation__application .navigation-title::after {
  margin-left: 0;
  margin-top: 15px;
}

.navigation__application input {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #E5DDDC;
  border: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.navigation__application button {
  display: block;
  width: 100%;
  background: #9C2B2D;
  color: white;
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  .flag::after {
    right: 6%;
  }

  .flag__image {
    right: 8%;
  }
}

@media screen and (max-width: 1500px) {
  .flag__image {
    right: 0%;
  }

  .flag::after {
    right: -2%;
  }
}

@media screen and (max-width: 1199px) {
  .header__navigation {
    display: none;
  }

  .flag__image {
    right: -14%;
  }

  .flag::after {
    right: -16%;
  }
}

@media screen and (max-width: 991px) {
  .block-buttons {
    justify-content: center;
  }

  .title_row {
    flex-direction: column;
  }

  .title_row::after {
    margin-left: 0;
    margin-top: 15px;
  }

  .footer-menu {
    margin-bottom: 40px;
  }

  .flag {
    min-height: 540px;
  }

  .flag > div {
    min-height: 540px;
    justify-content: center;
  }

  .flag__image {
    display: none;
  }

  .flag::after {
    display: none;
  }

  .flag::before {
    display: none;
  }

  .flag h1 {
    font-size: 48px;
    text-align: center;
  }

  .flag p {
    text-align: center;
    font-size: 18px;
  }

  .section-offer h2 {
    text-align: center;
  }

  .section-offer p {
    text-align: center;
  }

  .section-offer img {
    display: none;
  }

  .arrows {
    justify-content: center;
  }

  .arrows > div {
    position: absolute;
    top: 65%;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    left: 0;
    right: 0;
  }

  .arrows > div > div {
    background: #9C2B2D;
  }

  .arrows > div path {
    fill: white;
  }

  .numbers__item {
    margin-bottom: 40px;
  }

  .news__item {
    margin-bottom: 40px;
  }

  .section-about__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-about__content h3 {
    text-align: center;
    align-items: center;
  }

  .section-about__content p {
    text-align: center;
  }

  .section-about__content a {
    width: 100%;
    display: block;
  }

  .section-about__image {
    margin-top: 40px;
  }

  .section-about__image::before {
    display: none;
  }

  .section-about__image::after {
    display: none;
  }

  .application-contacts {
    margin-bottom: 40px;
  }

  .bread-offer__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .bread-offer__title::before {
    display: none;
  }

  .bread-offer__title::after {
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0;
  }

  .bread-offer__number {
    margin-bottom: 30px;
  }

  .content img {
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .block-buttons {
    flex-direction: column;
  }

  .block-buttons a {
    display: block;
    width: 100%;
  }

  .block-buttons a:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services .col-12:last-child > .services-icon {
    margin-bottom: 0;
  }

  .arrows {
    justify-content: center;
  }

  .arrows > div {
    top: 30%;
  }

  .comments-slider__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .comments-slider__item > div {
    margin-left: 0;
  }

  .comments-slider__item h4 {
    text-align: center;
  }

  .comments-slider__item p {
    text-align: center;
  }

  .numbers .col-12:last-child > .numbers__item {
    margin-bottom: 0;
  }

  .news .col-12:last-child > .news__item {
    margin-bottom: 0;
  }

  .application {
    padding-bottom: 0;
  }

  .application-form {
    padding: 40px 20px;
  }

  .application-contacts div a {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 380px) {
  .logo {
    font-size: 24px;
  }

  .header .button {
    padding: 10px 20px;
  }

  .flag h1 {
    font-size: 40px;
  }
}

.default-content {
    margin-top: 60px;
    margin-bottom: 60px;
}