/*
Theme Name: DIVOLOVA GYM
Author: the Waydigit team
Description: Waydigit theme
Text Domain: waydigit
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
}

body.hidden {
  overflow: hidden;
}

:root {
  --text-color: #1A1A1A;
  --text-color2: #fff;
  --accent-color: #B8962E;
  --main-color: #E8E0D5;
  --secondary-color: #fff1f3;
  --footer-bg: #E8E0D5;
  --black: #000;
  --text-size: 18px;
  --text-size-sm: 16px;
  --title-size: 48px;
  --bg-gradient: linear-gradient(301.13deg, #FFFDFD 9.67%, #F5EFE6 95.5%);
  --bg-gradient2: linear-gradient(131.33deg, #F6F0E9 -0.98%, #FFFFFF 96.13%);
  ;
  ;
}

.container {
  max-width: 1252px;
  margin: auto;
  padding: 0 30px;
}

.container.big {
  max-width: 1500px;
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

h2 {
  font-size: var(--title-size);
}

.main-title {
  color: var(--accent-color);
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 64px;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s;
}

img {
  width: 100%;
}

.dark-block {
  background: #fff;
  border: 1px solid var(--accent-color);
  color: var(--text-color);
}

.dark-block p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.custom-list {
  list-style: disc;
  list-style-position: inside;
  padding-left: 10px;
}

.custom-list li {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 26px;
}

.custom-list li span {
  margin-left: -20px;
}

.custom-list li::marker {
  color: var(--accent-color);
  font-size: 1.5em;
  margin-right: 7px;
}

.dotted-line {
  border: 1px dashed #313131;
  width: 100%;
}
