@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
}

a {
  text-decoration: none;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  border: none;
  cursor: pointer;
}

h2 {
  margin-bottom: 36px;
  margin-top: 62px;
}

p {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Georgia";
  src: local("Georgia-Bold");
  src: url("../fonts/Georgia-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Georgia";
  src: local("Georgia-regular");
  src: url("../fonts/Georgia.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto-Regular");
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto-Bold");
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Aachen_Cyr01";
  src: local("Aachen_Cyr01");
  src: url("../fonts/Aachen_Cyr01.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Bold");
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: bold;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Regular");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.container {
  width: 1440px;
  margin: 0 auto;
}

.header,
.nav {
  font-family: "Roboto", serif;
}

.header {
  background-color: #495932;
  padding: 14px 0;
  height: 72px;
  border-bottom: 2px solid #384426;
}
.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__elements {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__logo {
  margin-right: 90px;
  height: 72px;
  width: 170px;
}

.header__svg-bg > rect {
  fill: #093B52;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.header__logo:focus,
.footer__logo:focus {
  outline: 1px solid black;
  outline-offset: 2px;
}

.header__logo:focus > .header__svg-bg > rect {
  fill: #004583;
}

.header__logo:hover > .header__svg > .header__svg-bg > rect {
  fill: #004583;
}

.header__logo:active > .header__svg > .header__svg-bg > rect {
  fill: #093B52;
}

.footer__svg-bg > rect {
  fill: #093B52;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.footer__logo:focus > .footer__svg-bg > rect {
  fill: #004583;
}

.footer__logo:hover > .footer__svg > .footer__svg-bg > rect {
  fill: #004583;
}

.footer__logo:active > .footer__svg > .footer__svg-bg > rect {
  fill: #093B52;
}

.header__title {
  display: none;
}

.header__btn {
  text-align: start;
  padding: 5px 30px 5px 5px;
  width: 313px;
  height: 33px;
  border-radius: 5px;
  background-color: #093B52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.473%;
  /* 25.495px */
  letter-spacing: -0.5px;
  -webkit-transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.dropbtn {
  cursor: pointer;
}

.dropdown {
  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;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #f1f1f1;
  min-width: 440px;
  height: 52px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
}

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

.dropdown__btn {
  padding-inline: 0px;
  margin-right: 10px;
  padding: 4px;
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 32px;
  line-height: 26%;
  letter-spacing: -0.02em;
  border: 1px solid #000;
  border-radius: 5px;
}

.close-btn {
  border: none;
  background-color: transparent;
}

.black-btn {
  background-color: #000;
  color: #fff;
}

.blue-btn {
  background-color: #9dd1ff;
  color: #063462;
}

.brown-btn {
  background-color: #f7f3d6;
  color: #4d4b43;
}

.green-btn {
  background-color: #3b2716;
  color: #a9e44d;
}

.dropdown__btn:focus,
.dropdown__btn:hover {
  background-color: #66C2E7;
}

.header__btn:focus,
.contact-btn:focus,
.ask:focus {
  background-color: #004583;
}

.header__btn:hover,
.contact-btn:hover,
.ask:hover {
  background-color: #004583;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

.header__btn:active,
.contact-btn:active,
.ask:active {
  background-color: #093B52;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__text {
  margin-left: 5px;
}

.header__phone,
.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.473%;
  /* 33.143px */
  letter-spacing: -0.5px;
  color: #FAFAFA;
  -webkit-transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: color 0.3s ease-in, transform 0.3s ease-in;
  transition: color 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.header__phone .header__phone-svg,
.header__phone .footer__phone-svg,
.footer__phone .header__phone-svg,
.footer__phone .footer__phone-svg {
  margin-right: 5px;
}

.header__phone {
  margin-left: auto;
}

.header__phone-svg > path,
.footer__phone-svg > path {
  fill: #FAFAFA;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.header__phone:focus,
.footer__phone:focus {
  color: #66C2E7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.header__phone:hover,
.footer__phone:hover {
  color: #66C2E7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.header__phone:focus > .header__phone-svg > path {
  fill: #66C2E7;
}

.header__phone:hover > .header__phone-svg > path {
  fill: #66C2E7;
}

.footer__phone:focus > .footer__phone-svg > path {
  fill: #66C2E7;
}

.footer__phone:hover > .footer__phone-svg > path {
  fill: #66C2E7;
}

.nav {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.nav__container {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger__btn {
  position: relative;
  background-color: #093B52;
  width: 40px;
  height: 27px;
  padding: 3px 3px;
  border-radius: 5px;
}

.burger:focus {
  background-color: #004583;
}

.burger:hover {
  background-color: #004583;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
  background-color: #093B52;
}

.burger::before,
.burger::after {
  content: "";
  left: 4px;
  position: absolute;
  display: block;
  width: 80%;
  height: 4px;
  border-radius: 10px;
  background: #FAFAFA;
}

.burger::before {
  top: 3px;
  -webkit-box-shadow: 0 8px 0 #FAFAFA;
          box-shadow: 0 8px 0 #FAFAFA;
  -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
  transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
}

.burger::after {
  bottom: 3px;
  -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.15s, transform 0.3s;
  transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
}

.burger-checkbox:checked + .burger {
  position: absolute;
  top: 10px;
}

.burger-checkbox:checked + .burger::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
  transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
}

.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
  transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
  transition: bottom 0.3s, transform 0.3s 0.15s;
  transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
}

.burger-checkbox,
.burger,
.burger::before,
.burger::after {
  display: none;
}

.nav__menu {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav__link {
  margin-right: 60px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.473%;
  /* 30.593px */
  letter-spacing: -0.5px;
}

.nav__link {
  color: #FAFAFA;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.nav__link:focus {
  color: #66C2E7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav__link:hover {
  color: #66C2E7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav__link:active {
  color: #004583;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav__btn {
  padding: 5px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 176px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #093B52;
  border-radius: 5px;
  font-family: "Roboto";
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.473%;
  /* 25.495px */
  letter-spacing: -0.5px;
  -webkit-transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.nav__svg {
  margin-right: 7px;
}

.contact-btn {
  margin-bottom: 10px;
}

.home {
  background-color: #FAFAFA;
  margin-bottom: 60px;
}

.home__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__emblem {
  background-image: url("/img/эмблема.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 516px;
  height: 340px;
}

h2 {
  color: #093B52;
  text-align: center;
  font-family: "Aachen_Cyr01";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
  letter-spacing: -0.64px;
}

h1 {
  color: #093B52;
  text-align: center;
  font-family: "Aachen_Cyr01";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5px;
  /* 91.406% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.home__photo {
  margin: 0 auto;
  background-image: url(/img/cover-photo.jpg);
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  min-height: 777px;
}

.we {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #FAFAFA), color-stop(15%, #495932));
  background: linear-gradient(to bottom, #FAFAFA 85%, #495932 15%);
}

.we__cards {
  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;
}

.we__card {
  padding: 50px 25px 44px 25px;
  width: 400px;
  background-color: #093B52;
  min-height: 285px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  outline: 1px solid #093B52;
  border-radius: 10px;
  margin-bottom: 45px;
}
.we__card h3 {
  margin-bottom: 20px;
  min-height: 75px;
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.5px;
  /* 117.188% */
  letter-spacing: -1.64px;
}

.we__title {
  color: #BFBE85;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.we__card:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.we__text {
  min-height: 150px;
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
  letter-spacing: 0.36px;
}

.we__btn {
  padding: 5px 10px 5px 15px;
  border: 1px solid #BFBE85;
  color: #BFBE85;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: 0.36px;
  background-color: #093B52;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.we__btn span {
  margin-right: 12px;
}

.we__btn > svg > path {
  fill: #BFBE85;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.we__btn:focus > svg > path {
  fill: #66C2E7;
}

.we__btn:hover > svg > path {
  fill: #66C2E7;
}

.we__btn:focus,
.we__btn:hover {
  color: #66C2E7;
}

.we__btn:active {
  color: #66C2E7;
}

.about-us {
  background-color: #495932;
  margin-bottom: 50px;
}

h4 {
  margin-bottom: 30px;
  margin-left: 80px;
  font-family: Georgia;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5px;
  /* 130% */
  letter-spacing: 0.36px;
}

p {
  margin-bottom: 40px;
  font-family: Georgia;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
  letter-spacing: 0.36px;
}

.about-us__title {
  color: #fff;
  padding-top: 50px;
}

.about-us__text {
  color: #BFBE85;
}

.grid {
  display: grid;
}

.about-us__gallery {
  min-height: 916px;
  grid-template-columns: 297px 323px 775px;
  grid-template-rows: 342px 115px 126px 234px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, #BFBE85 0%, rgba(191, 190, 133, 0) 70.57%);
}

/* Slideshow container */
.about-us__slideshow,
.humanitarian__slideshow,
.tourism__slideshow,
.fighting__slideshow,
.war__slideshow,
.forge__slideshow {
  max-width: 720px;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}

/* Hide the images by default */
.mySlides1,
.mySlides2,
.mySlides3,
.mySlides4,
.mySlides5,
.mySlides6 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -15px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FAFAFA;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dop {
  color: #384426;
}

.dop2 {
  color: black;
}

.dots1,
.dots2,
.dots3,
.dots4,
.dots5,
.dots6 {
  text-align: center;
}

/* The dots/bullets/indicators */
.dot1,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot1:hover,
.dot2:hover,
.dot3:hover,
.dot4:hover,
.dot5:hover,
.dot6:hover {
  background-color: rgba(9, 59, 82, 0.6);
}

.active {
  background-color: #093B52;
  border: 1px solid black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade__img {
  border-radius: 10px;
  width: 100%;
}

.about-us__slideshow,
.humanitarian__slideshow,
.tourism__slideshow,
.fighting__slideshow,
.war__slideshow,
.forge__slideshow,
.dots1,
.dots2,
.dots3,
.dots4,
.dots5,
.dots6 {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.about-us__photo,
.humanitarian__photo,
.tourism__photo,
.fighting__photo,
.war__photo,
.forge__photo {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

.photo1 {
  background-image: url(/img/1-photo1.png);
  grid-area: 1/1/span 1/span 2;
}

.photo2 {
  background-image: url(/img/1-photo2.png);
  grid-area: 1/3/span 2/span 1;
}

.photo3 {
  background-image: url(/img/1-photo3.png);
  grid-area: 3/3/span 2/span 1;
}

.photo4 {
  background-image: url(/img/1-photo4.png);
  grid-area: 2/1/span 2/span 1;
}

.photo5 {
  background-image: url(/img/1-photo5.png);
  grid-area: 2/2/span 2/span 1;
}

.photo6 {
  grid-area: 4/1/span 1/span 2;
  background-image: url(/img/1-photo6.png);
}

.humanitarian__title,
.humanitarian__text {
  color: #093B52;
}

.humanitarian__gallery {
  min-height: 1170px;
  grid-template-columns: 648px 316px 428px;
  grid-template-rows: 480px 215px 397px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(59, 152, 189, 0.4) 45.87%, rgba(255, 255, 255, 0) 100%);
}

.photo2-1 {
  background-image: url(/img/2-photo1.png);
  grid-area: 1/1/span 2/span 1;
}

.photo2-2 {
  background-image: url(/img/2-photo2.png);
  grid-area: 1/2/span 1/span 1;
}

.photo2-3 {
  background-image: url(/img/2-photo3.png);
  grid-area: 1/3/span 1/span 1;
}

.photo2-4 {
  background-image: url(/img/2-photo4.png);
  grid-area: 3/1/span 1/span 1;
}

.photo2-5 {
  background-image: url(/img/2-photo5.png);
  grid-area: 2/2/span 2/span 2;
}

.patriotism {
  background-color: #093B52;
}

.patriotism__title {
  color: #BFBE85;
  padding-top: 50px;
}

.patriotism__text {
  color: #fff;
}

.patriotism__gallery {
  padding: 0;
  margin: 0 auto;
  position: relative;
  min-height: 770px;
}
.patriotism__gallery img {
  width: 1440px;
  height: 720px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
.patriotism__gallery figcaption {
  position: absolute;
  bottom: 53px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 2px;
  right: 2px;
  padding: 20px 0;
  text-align: center;
  height: 40px;
  border: 1px solid #093B52;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: Georgia;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.36px;
  z-index: 10;
}

.tourism__title {
  color: #093B52;
  padding-top: 50px;
}

.tourism__text {
  color: #093B52;
}

.tourism__gallery {
  min-height: 925px;
  grid-template-columns: 358px 194px 105px 337px 350px;
  grid-template-rows: 323px 234px 284px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, #BFBE85 0%, rgba(191, 190, 133, 0) 100%), rgba(255, 255, 255, 0);
}

.photo4-1 {
  background-image: url(/img/4-photo1.png);
  grid-area: 1/1/span 1/span 3;
}

.photo4-2 {
  background-image: url(/img/4-photo2.png);
  grid-area: 1/4/span 1/span 2;
}

.photo4-3 {
  background-image: url(/img/4-photo3.png);
  grid-area: 2/1/span 1/span 1;
}

.photo4-4 {
  background-image: url(/img/4-photo4.png);
  grid-area: 2/2/span 1/span 2;
}

.photo4-5 {
  background-image: url(/img/4-photo5.png);
  grid-area: 2/4/span 1/span 2;
}

.photo4-6 {
  background-image: url(/img/4-photo6.png);
  grid-area: 3/1/span 1/span 2;
}

.photo4-7 {
  background-image: url(/img/4-photo7.png);
  grid-area: 3/3/span 1/span 2;
}

.photo4-8 {
  background-image: url(/img/4-photo8.png);
  grid-area: 3/5/span 1/span 1;
}

.fighting {
  background-color: #495932;
  margin-bottom: 30px;
}

.fighting__title {
  padding-top: 30px;
  color: #fff;
}

.fighting__text {
  color: #BFBE85;
}

.fighting__gallery {
  min-height: 1190px;
  grid-template-columns: 660px 78px 150px 36px 420px;
  grid-template-rows: 336px 384px 384px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, #BFBE85 0%, rgba(191, 190, 133, 0) 70.57%);
}

.photo5-1 {
  grid-area: 1/1/span 1/span 1;
  background-image: url(/img/5-photo1.png);
}

.photo5-2 {
  grid-area: 1/2/span 1/span 2;
  background-image: url(/img/5-photo2.png);
}

.photo5-3 {
  grid-area: 1/4/span 1/span 2;
  background-image: url(/img/5-photo3.png);
}

.photo5-4 {
  grid-area: 2/1/span 1/span 2;
  background-image: url(/img/5-photo4.png);
}

.photo5-5 {
  grid-area: 2/3/span 1/span 3;
  background-image: url(/img/5-photo5.png);
}

.photo5-6 {
  grid-area: 3/1/span 1/span 4;
  background-image: url(/img/5-photo6.png);
}

.photo5-7 {
  grid-area: 3/5/span 1/span 1;
  background-image: url(/img/5-photo7.png);
}

.war__title,
.war__text {
  color: #093B52;
}

.war__gallery {
  margin-bottom: 50px;
  grid-template-columns: 336px 360px 264px 408px;
  grid-template-rows: 406px 317px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(59, 152, 189, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.photo6-1 {
  grid-area: 1/1/span 1/span 2;
  background-image: url(/img/6-photo1.png);
}

.photo6-2 {
  grid-area: 1/3/span 1/span 2;
  background-image: url(/img/6-photo2.png);
}

.photo6-3 {
  grid-area: 2/1/span 1/span 1;
  background-image: url(/img/6-photo3.png);
}

.photo6-4 {
  grid-area: 2/2/span 1/span 2;
  background-image: url(/img/6-photo4.png);
}

.photo6-5 {
  grid-area: 2/4/span 1/span 1;
  background-image: url(/img/6-photo5.png);
}

.forge {
  background-color: #093B52;
  padding-top: 30px;
}

.forge__title {
  color: #BFBE85;
}

.forge__text {
  color: #fff;
}

.forge__gallery {
  min-height: 682px;
  grid-template-columns: 485px 505px 402px;
  grid-template-rows: 278px 324px;
  gap: 24px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(59, 152, 189, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.photo7-1 {
  grid-area: 1/1/span 2/span 1;
  background-image: url(/img/7-photo1.png);
}

.photo7-2 {
  grid-area: 1/2/span 2/span 1;
  background-image: url(/img/7-photo2.png);
}

.photo7-3 {
  grid-area: 1/3/span 1/span 1;
  background-image: url(/img/7-photo3.png);
}

.photo7-4 {
  grid-area: 2/3/span 1/span 1;
  background-image: url(/img/7-photo4.png);
}

.contacts {
  background-color: #FAFAFA;
  padding-top: 50px;
  margin-bottom: 50px;
}

.contacts__title,
.contacts__text,
.soc__text {
  font-family: "Roboto";
  color: #093B52;
}

.contacts__email:focus,
.contacts__call:focus,
.qwestion__titles:focus {
  color: #093B52;
  outline: 2px solid black;
  outline-offset: 2xp;
}

.contacts__email:hover,
.contacts__call:hover {
  color: #093B52;
  text-decoration: underline;
}

.soc__link-vk,
.soc__link-wUp {
  margin-right: 15px;
}

.soc {
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: transform 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-transform 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.soc__link:focus > .soc {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.soc__link:hover > .soc {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

.qwestion {
  margin-bottom: 70px;
}

.qwestion__title {
  color: #093B52;
}

.qwestion__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qwestion__form {
  position: relative;
  min-height: 725px;
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #384426;
  border-radius: 10px;
  padding: 25px;
}

.stat {
  display: inline;
  margin-top: 10px;
  font-size: 30px;
  color: #093B52;
  background-color: #BFBE85;
  border-radius: 10px;
}

.qwestion__stat2 {
  display: inline;
  margin-bottom: 15px;
  font-size: 30px;
}

.qwestion__name,
.qwestion__phone {
  margin-bottom: 25px;
  padding: 14px;
  height: 62px;
  background: #F8F7F7;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #093B52;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  font-family: Georgia;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5px;
  color: #656D75;
  letter-spacing: 0.36px;
}

.qwestion__message {
  margin-bottom: 25px;
  padding: 14px;
  height: 347px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: #093B52;
  background: #F8F7F7;
  font-family: Georgia;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5px;
  /* 225% */
  letter-spacing: 0.36px;
}

.qwestion__message::-webkit-input-placeholder {
  color: #656D75;
}

.qwestion__message::-moz-placeholder {
  color: #656D75;
}

.qwestion__message:-ms-input-placeholder {
  color: #656D75;
}

.qwestion__message::-ms-input-placeholder {
  color: #656D75;
}

.qwestion__message::placeholder {
  color: #656D75;
}

.qwestion__btn {
  padding: 10px 53px;
  -ms-flex-item-align: start;
      align-self: start;
  border-radius: 10px;
  background: #BFBE85;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #071828;
  font-family: Georgia;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5px;
  /* 182.813% */
  letter-spacing: 0.36px;
}

.qwestion__btn:focus {
  background-color: #BFBE85;
  color: #093B52;
  outline: 2px solid black;
  outline-offset: 2xp;
}

.qwestion__btn:hover {
  background-color: #E3E29E;
  color: #093B52;
}

.qwestion__btn:hover {
  background-color: #BFBE85;
  color: #093B52;
}

.qwestion__img {
  width: 583px;
}

.qwestion__text {
  margin: 0;
  margin-bottom: 50px;
  padding: 50px 17px;
  color: #093B52;
  width: 548px;
  background-color: #F8F7F7;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #093447;
  text-align: center;
  font-family: Georgia;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  /* 128.125% */
  letter-spacing: 0.36px;
}

.footer {
  background-color: #384426;
  height: 100px;
}

.footer__container {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__text {
  margin: 0;
  margin-right: 200px;
  color: #fff;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 127.473%;
  /* 30.593px */
  letter-spacing: -0.5px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.bigTitle {
  font-size: 64px;
  line-height: 100%;
}

.bigText {
  font-size: 62px;
  line-height: 145%;
}

.bigNav {
  font-size: 40px;
  line-height: 120%;
}

.bigFooterText {
  font-size: 30px;
  line-height: 120%;
}

.bigBtn {
  -webkit-transform: translateX(-50px) scale(1.4);
          transform: translateX(-50px) scale(1.4);
}

.smallTitle {
  font-size: 30px;
  line-height: 100%;
}

.smallText {
  font-size: 28px;
  line-height: 145%;
}

.smallNav {
  font-size: 20px;
  line-height: 120%;
}

.smallFooterText {
  font-size: 20px;
  line-height: 120%;
}

.smallBtn {
  -webkit-transform: translateX(-20px) scale(0.9);
          transform: translateX(-20px) scale(0.9);
}