@font-face{
  font-family: "Oswald";
  src: url("../fonts/oswald.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Lora";
  src: url("../fonts/lora.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1,h2,h3,h4{
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}

h1{ font-size: 56px; line-height: 1.1; }
h2{ font-size: 40px; line-height: 1.15; }
h3{ font-size: 28px; line-height: 1.2; }
h4{ font-size: 22px; line-height: 1.25; }

p{
  font-size: 16px;
  line-height: 1.6;
  text-transform: none;
}

.small-text{ font-size: 14px; line-height: 1.5; }

.header-menu,
.btn,
button{
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767.98px){
  h1{ font-size: 40px; }
  h2{ font-size: 32px; }
  h3{ font-size: 24px; }
  h4{ font-size: 20px; }

  p{ font-size: 15px; }
  .small-text{ font-size: 13px; }
  .header-menu, .btn, button{ font-size: 13px; }
}
body {
  background: radial-gradient(ellipse at center,
        #ffffff 0%,
        #d9d9d9 25%,
        #8a8a8a 50%,
        #2b2b2b 75%,
        #070707 100%
  );
  color: #fff;
}

.header {
  background: #101010;
}
.header__top {
  padding: 16px 0;
}

.contacts {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.contacts__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #eaeaea;
  text-decoration: none;
  font-size: 14px;
}
.contacts__item:hover {
  color: #18c5a6;
}

.brand {
  display: inline-block;
  text-decoration: none;
}
.brand__img {
  max-width: 200px;
  height: auto;
  display: inline-block;
}

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.langs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.flag img {
  width: 22px;
  height: 14px;
  display: block;
  border: 1px solid #2a2a2a;
}

.mini-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.mini-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eaeaea;
  text-decoration: none;
  font-size: 14px;
}
.mini-nav__link:hover {
  color: #18c5a6;
}

.burger {
  background: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.burger__lines {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #18c5a6;
  position: relative;
}
.burger__lines::before,
.burger__lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background: #18c5a6;
}
.burger__lines::before {
  top: -8px;
}
.burger__lines::after {
  top: 8px;
}
img{
    max-width: 100%;
}
.mobile-menu {
  border-top: 1px solid #1b1b1b;
  padding: 10px 0 14px;
}
.mobile-nav {
  display: grid;
  gap: 8px;
}
.mobile-nav__link {
  color: #eaeaea;
  text-decoration: none;
  padding: 10px 12px;
  border: 1px solid #1f1f1f;
  border-radius: 6px;
}
.mobile-nav__link:hover {
  color: #000;
  background: #18c5a6;
  border-color: #18c5a6;
}

.hero {
  background: url(../img/bg.webp) center center / cover no-repeat;
  height: 420px;
}

section > .container > .row{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

h3 {
    color: #18c5a6;
}

section {
  padding: 100px 0;
  background: #101010;
}
.page{
  background: #101010;
  padding: 0 20px;          
  max-width: 1280px;         
  margin: 0 auto;             
  min-height: 100vh;
}
.about .col-md-6:last-child {
  position: relative;
}

.about img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about img:first-child {
  width: 100%;
}

.about img:last-child {
  position: absolute;
  bottom: -20px;
  right: 5px;
  width: 45%;
}

.services .col-md-6:last-child {
  position: relative;
}

.services img {
  max-width: 100%;
  height: auto;
  display: block;
}

.services img:first-child {
  width: 100%;
}

.services img:last-child {
  position: absolute;
  bottom: -20px;
  left: 5px;
  width: 45%;
}
.blog > .container > .row {
  display: flex;
  align-items: stretch;
}

.blog_info {
  display: flex;
  flex-direction: column;
}

.blog_info.images {
  position: relative;
  justify-content: center;
}

.wrapper{
    padding: 100px 0;
}
.wrapper h1{
    text-align: center;
}
.wrapper a{
    color:#18c5a6
}
.person{
    text-align: center;
}
.person img{
    max-width: 80px;
}
.contact-input {
  height: 44px;
  border-radius: 4px;
  border: 1px solid #000;
  box-shadow: none;
}

.contact-input:focus {
  border-color: #000;
  box-shadow: none;
}

.contact-btn {
  background: #18c5a6;
  color: #000;
  border: 0;
  border-radius: 20px;
  padding: 12px 56px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  min-width: 260px;
}

.contact-btn:hover {
  background: #0ca186;
  color: #000;
}
.link {
  color: #000;
}
.link:hover{
  color:#18c5a6;
}
.custom-form-group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #fff;
}
.custom-form-group a{
    color:#18c5a6;
}
.custom-form {
  margin-bottom: 15px;
}

.custom-form-group input[type="checkbox"] {
  margin-top: 3px;
}

footer{
    background:#101010;
    padding: 70px 0 30px;
}
footer a{
    color: white;
}
footer a:hover{
    color: #18c5a6;
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style-type: none;
}
.footer__img {
    max-width: 150px;
    margin-bottom: 10px;
}
