/* latin */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1.5 !important;
  font-family: "Montserrat", Sans-serif !important;
	    display: flex;
    flex-direction: column;
    min-height: 99vh;
}
.header, footer {
  position: sticky;
	flex-shrink: 0;
}

html {
  line-height: 1.15 !important;
}

.andriy_title {
  color: #2b2b2b;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: var(--xl-margin-bottom-2);
}

a {
  text-decoration: none;
}

.container {
  max-width: 1050px;
  width: 100%;
  margin: var(--margin-auto);
  position: unset;
  padding-right: 10px;
}

.andriy {
  display: flex;
  flex-direction: column;
/*   min-height: 100vh; */
  justify-content: center;
  position: relative;
/* margin-top: 76px; */
/*     height: calc(100vh - 161px); */
	
		flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.andriy-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: -6px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.andriy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 44px);
  background: #eef9ff;
  width: calc(50% - 213px);
  z-index: -1;
}

.big-img {
  width: 50%;
}

.big-img img {
  width: 100%;
  height: auto;
  position: relative;
  left: 7px;
}

.waydigit {
	width: 100%;
}

.waydigit .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  font-size: 13px;
  color: #a2a1a1;
}

.waydigit .container a {
  color: #5fc7ff;
  position: relative;
  font-weight: 600;
}

.andriy-content__text {
  padding: 5px 10px 10px 107px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.andriy-content__text .text {
  margin-bottom: 20px;
}

.andriy-content__text p {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  margin-bottom: var(--small-margin-bottom);
}

.andriy-content__text p a {
  color: var(--blue-color);
}

.social-media {
  display: flex;
  gap: 25px;
}

.social-media a {
  line-height: 1px;
}

.andriy-content__text svg {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}

.red-oultine-link {
  padding: var(--red-outline-padding);
  font-size: 18px;
  font-weight: 500;
  color: var(--blue-color);
  border: var(--border-lg) solid var(--blue-color);
  border-radius: var(--rounded-small-3);
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
  margin-top: var(--md-margin-top);
}

.red-oultine-link:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

footer {
  margin-top: 0px;
  display:none;
}

@media (max-width: 1024px) {
  .andriy {
    display: flex;
    align-items: center;
    position: relative;
    height: 100vh;
  }

  .andriy::before {
    height: 93%;
  }

  .andriy-content__text {
    width: 52%;
    padding: 1.9px 10px 10px 20px;
    padding: 1.9px 20px 10px 20px;
  }

  .big-img {
    width: 48%;
    padding: 80px 0px 60px 20px;
  }

  .andriy_title {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (max-width: 770px) {
  .andriy {
    height: unset;
  }

  .andriy-content {
    flex-direction: column;
	  padding-top: 76px;
  }

  .big-img {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }

  .andriy::before {
    display: none;
  }

  .andriy-content__text {
    width: 100%;
    padding: 40px 30px 30px 30px;
  }

  .andriy-content__text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .andriy_title {
    font-size: 28px;
  }
}
