@import 'normalize.css';

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #183b59;
}

/*************** Eom wrapper ***************/

.eom-wrapper {
	padding: 24px;
	background: #f8fcff;
}

.eom-body {
	position: relative;
	padding: 32px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 32px rgba(121, 140, 157, 0.12);
}

.eom-container {
	max-width: 1376px;
}

/*************** Badge ***************/

.badge {
	display: inline-block;
	padding: 8px 16px 8px 12px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 16px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	background: #3e8cfc;
	color: #ffffff;
}

.badge_blue {
	background: #3f8cff;
}

/*************** Card ***************/
.card *,
.card *::before,
.card *::after {
	box-sizing: border-box;
}

.card {
	position: relative;
	padding: 40px 64px;
	border-top: 2px solid #3f8cff;
	border-radius: 0 0 24px 24px;
	background: #f2f2f2;
	color: #183b59;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

	margin-bottom: 40px;
}

.card-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	background: #3f8cff url('assets/icons/Content.svg') center no-repeat;
	border-bottom-right-radius: 16px;
}

.card-content {
	display: flex;
	justify-content: space-between;
}

.card-about {
	max-width: 800px;
}

.card-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}

.card-description ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-two {
	max-width: 552px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #183b59;
}

.card-description ul li {
	position: relative;
	padding-left: 12px;
	max-width: 675px;
}

.card-description ul li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3f8cff;
}

.card-description ul li:not(:last-child) {
	margin-bottom: 8px;
}

.card-image {
	display: block;
	border-radius: 50%;
}

.card-image-wrapper {
	flex-shrink: 0;
	padding: 30px 30px 0;
}

/*************** Topics ***************/

.topics-wrapper {
	position: relative;
	padding: 32px 32px 56px;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(121, 140, 157, 0.16);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.text-column {
	display: flex;
	justify-content: space-between;
}

.text-column img {
	margin-right: 32px;
}

/*************** Response ***************/

@media all and (max-width: 1487px) {

	.eom-wrapper,
	.eom-body {
		padding: 16px;
	}

	.card {
		padding: 48px 30px 40px 24px;
		margin-bottom: 24px;
	}

	.card-image {
		width: 100px !important;
		height: 100px !important;
	}

	.card-image-wrapper {
		padding: 20px 0 0;
		width: 100px !important;
		margin-left: 46px;
	}

	.topics-wrapper {
		padding: 20px 20px 32px;
	}


}

@media all and (max-width: 1024px) {
	.card-description img{
		width: 100%;
	}
}

  /* ЭТОТ КУСОК КОДА БЫЛ ДОБАВЛЕН АВТОМАТИЧЕСКИ ДЛЯ ПОДДЕРЖКИ СУРЦОК, НЕ УДАЛЯТЬ */

  .eom-body {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  @media (max-width: 1400px) {
    .eom-body {
      max-width: 1140px;
    }
  }

  @media (max-width: 1200px) {
    .eom-body {
      max-width: 992px;
    }
  }

  @media (max-width: 1024px) {
    .eom-body {
      max-width: 720px;
    }
  }

  /* КУСОК КОДА СВЕРХУ БЫЛ ДОБАВЛЕН АВТОМАТИЧЕСКИ ДЛЯ ПОДДЕРЖКИ СУРЦОК, НЕ УДАЛЯТЬ */


/** Adaptive Overlay **/

.adaptive-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: #ffffff;
}

.adaptive-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 408px;
  height: 270px;
}

.adaptive-overlay-content p {
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #183b59;
  margin-top: 24px;
}

@media (min-width: 844px) {
  .adaptive-overlay {
    display: none;
  }
}

@media (max-width: 843px) {
  body {
    overflow: hidden;
  }
}
