:root {
  --text: #373133;
  --pink: #e9407a;
  --dark-pink: #b7154d;
  --white: white;
  --pink-2: #fff4f8;
  --light-pink: #f7c2d6;
  --black: black;
  --dark-grey: #333;
  --light-grey: #999;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .2s;
}

a small {
  font-size: 100%;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.body {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.footer {
  background-color: var(--pink);
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar {
  background-color: #0000;
  padding-top: 20px;
}

.navbar-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-logo-icon {
  width: 89px;
  height: 89px;
}

.navmenu {
  flex: 1;
}

.navmenu-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navmenu-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navmenu-link {
  text-transform: uppercase;
  padding: 0;
  font-family: Bitter, serif;
  font-weight: 700;
}

.navmenu-link:hover {
  color: var(--pink);
}

.navmenu-btn {
  background-color: var(--pink);
  border-radius: 12px;
  padding: 18px 20px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 3px 3px 5px #00000040;
}

.navmenu-btn:hover {
  background-color: var(--dark-pink);
}

.hero {
  margin-top: 20px;
  padding-bottom: 50px;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-container {
  background-image: url("/assets/img/hero-bg-1.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 50px 40px;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffb3;
  border-radius: 40px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.hero-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  border-radius: 14px;
  padding: 12px 20px;
}

.hero-item-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero-item-icon.icon-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M9 12.5C9 13.2956 9.31607 14.0587 9.87868 14.6213C10.4413 15.1839 11.2044 15.5 12 15.5C12.7956 15.5 13.5587 15.1839 14.1213 14.6213C14.6839 14.0587 15 13.2956 15 12.5M9 12.5C9 11.7044 9.31607 10.9413 9.87868 10.3787C10.4413 9.81607 11.2044 9.5 12 9.5C12.7956 9.5 13.5587 9.81607 14.1213 10.3787C14.6839 10.9413 15 11.7044 15 12.5M9 12.5H2M15 12.5H22M2 7.5C2 6.96957 2.21071 6.46086 2.58579 6.08579C2.96086 5.71071 3.46957 5.5 4 5.5H20C20.5304 5.5 21.0391 5.71071 21.4142 6.08579C21.7893 6.46086 22 6.96957 22 7.5V17.5C22 18.0304 21.7893 18.5391 21.4142 18.9142C21.0391 19.2893 20.5304 19.5 20 19.5H4C3.46957 19.5 2.96086 19.2893 2.58579 18.9142C2.21071 18.5391 2 18.0304 2 17.5V7.5Z' stroke='%23E8407B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.hero-item-icon.icon-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M6 4.5V6.5M6 11.5V20.5M12 4.5V14.5M12 19.5V20.5M18 4.5V5.5M18 11.5V20.5M4 7.5C4 7.23478 4.10536 6.98043 4.29289 6.79289C4.48043 6.60536 4.73478 6.5 5 6.5H7C7.26522 6.5 7.51957 6.60536 7.70711 6.79289C7.89464 6.98043 8 7.23478 8 7.5V10.5C8 10.7652 7.89464 11.0196 7.70711 11.2071C7.51957 11.3946 7.26522 11.5 7 11.5H5C4.73478 11.5 4.48043 11.3946 4.29289 11.2071C4.10536 11.0196 4 10.7652 4 10.5V7.5ZM10 15.5C10 15.2348 10.1054 14.9804 10.2929 14.7929C10.4804 14.6054 10.7348 14.5 11 14.5H13C13.2652 14.5 13.5196 14.6054 13.7071 14.7929C13.8946 14.9804 14 15.2348 14 15.5V18.5C14 18.7652 13.8946 19.0196 13.7071 19.2071C13.5196 19.3946 13.2652 19.5 13 19.5H11C10.7348 19.5 10.4804 19.3946 10.2929 19.2071C10.1054 19.0196 10 18.7652 10 18.5V15.5ZM16 6.5C16 6.23478 16.1054 5.98043 16.2929 5.79289C16.4804 5.60536 16.7348 5.5 17 5.5H19C19.2652 5.5 19.5196 5.60536 19.7071 5.79289C19.8946 5.98043 20 6.23478 20 6.5V10.5C20 10.7652 19.8946 11.0196 19.7071 11.2071C19.5196 11.3946 19.2652 11.5 19 11.5H17C16.7348 11.5 16.4804 11.3946 16.2929 11.2071C16.1054 11.0196 16 10.7652 16 10.5V6.5Z' stroke='%23E8407B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.hero-item-icon.icon-3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M11 5.5H13M19 12.5C18.333 17.833 16.667 20.5 14 20.5H10C7.33302 20.5 5.66702 17.833 5.00002 12.5M12 18.5V20.5M10 11.5V11.51M14 11.5V11.51M11 16.5C11 17.167 11.333 17.5 12 17.5C12.667 17.5 13 17.167 13 16.5H11ZM5.00001 4.5L11 5.47L4.76201 12.158C4.58678 12.355 4.34215 12.4765 4.07934 12.4972C3.81653 12.5179 3.5559 12.4361 3.35201 12.269C3.21373 12.1565 3.10978 12.0074 3.05198 11.8388C2.99417 11.6702 2.98483 11.4887 3.02501 11.315L5.00001 4.5ZM19 4.5L13 5.47L19.238 12.158C19.596 12.566 20.227 12.616 20.648 12.269C20.7863 12.1565 20.8902 12.0074 20.948 11.8388C21.0059 11.6702 21.0152 11.4887 20.975 11.315L19 4.5Z' stroke='%23E8407B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.h1 {
  font-size: 76px;
  font-weight: 700;
  line-height: 110%;
}

.pink {
  color: var(--pink);
}

.hero-item-span {
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.hero-text {
  font-family: Bitter, serif;
  font-size: 32px;
  line-height: 110%;
}

.hero-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.btn {
  background-color: var(--pink);
  text-align: center;
  border-radius: 12px;
  padding: 18px 20px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 3px 3px 5px #00000040;
}

.btn:hover {
  background-color: var(--dark-pink);
}

.btn.white {
  background-color: var(--white);
  color: var(--text);
}

.btn.white:hover {
  background-color: var(--text);
  color: var(--white);
}

.btn.form-btn {
  background-color: var(--text);
  width: 100%;
  height: 60px;
  transition: all .2s;
}

.btn.black {
  background-color: var(--text);
}

.btn.black:hover, .btn.form-btn:hover {
  background-color: var(--white);
  color: var(--text);
}

.div-block {
  background-image: url("/assets/img/yargroom-logo-2.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 374px;
  height: 100px;
  position: absolute;
  inset: auto 10px 0% auto;
}

.for-you {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("/assets/img/paw.webp") no-repeat;
  background-position: 0 0;
  background-size: 300px;
}

.for-you_content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.h2 {
  font-size: 76px;
  font-weight: 700;
  line-height: 110%;
}

.h2.white {
  color: var(--white);
}

.for-you_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area Area-3 Area-4 Area-5 Area-5" 1fr
    "Area-2 Area-2 Area-3 Area-4 Area-6 Area-6" 1fr
    / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.for-you_item {
  display: flex;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-color: var(--pink-2);
  border-radius: 10px;
}

.for-you_item:nth-child(1) {
  grid-area: Area;
  background-image: url("/assets/img/for-u-1.webp");
}

.for-you_item:nth-child(2) {
  grid-area: Area-2;
  background-image: url("/assets/img/for-u-2.webp");
}

.for-you_item:nth-child(3) {
  grid-area: Area-3;
  background-image: url("/assets/img/for-u-3.webp");
  background-position: top center;
}
.for-you_item:nth-child(3) .for-you_item-title {
  align-self: flex-end;
}

.for-you_item:nth-child(4) {
  grid-area: Area-4;
  background-image: url("/assets/img/for-u-4.webp");
  background-position: top center;
}
.for-you_item:nth-child(4) .for-you_item-title {
  align-self: flex-end;
}

.for-you_item:nth-child(5) {
  grid-area: Area-5;
  background-image: url("/assets/img/for-u-5.webp");
}

.for-you_item:nth-child(6) {
  grid-area: Area-6;
  background-image: url("/assets/img/for-u-6.webp");
}

.for-you_item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.small-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--pink);
  background-image: url("/assets/img/small-form-bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.small-form-info {
  display: flex;
  align-items: center;
}

.small-form-2-text,
.small-form-text {
  margin-left: auto;
  margin-right: auto;
}

.small-form-2 .btn,
.small-form .btn {
  flex-shrink: 0;
}

.small-form-title {
  color: var(--white);
  font-size: 32px;
  line-height: 120%;
}

.training {
  padding-top: 50px;
  padding-bottom: 50px;  
  position: relative;
  overflow: hidden;
}

.training::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 300px;
  height: 300px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: 300px;
  background-size: contain;
}

.training::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: 200px;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.training-content {
  margin-top: 70px;
}

.training-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.training-item {
  position: relative;
}

.training-item-img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 530px;
}

.training-item-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
  text-align: center;
  background-color: #fffc;
  border-radius: 10px;
  flex-flow: column;
  min-height: 238px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 15px 15px;
}

.training-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.training-item-text {
  margin-bottom: auto;
  font-size: 14px;
  line-height: 120%;
}

.hero-btn {
  background-color: var(--pink);
  text-align: center;
  border-radius: 12px;
  padding: 18px 20px;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 3px 3px 5px #00000040;
}

.hero-btn:hover {
  background-color: var(--dark-pink);
}

.hero-btn.light-pink {
  background-color: var(--light-pink);
  color: var(--text);
}

.hero-btn.light-pink:hover {
  background-color: var(--pink);
  color: var(--white);
}

.quiz {
  background-color: #fff0f6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.quiz::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 300px;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.quiz-content {
  background-color: var(--white);
  border-radius: 30px;
  margin-top: 70px;
  padding: 30px;
  box-shadow: 3px 3px 5px #00000040;
}

.career {
  padding-top: 50px;
  padding-bottom: 50px;
}

.career-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-info {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-info-text {
  font-size: 18px;
  line-height: 140%;
}

.career-img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 577px;
}

.calculator {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.calculator::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 500px;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.calculator::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 50px;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.calculator-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.calculator-block {
  background-color: var(--white);
  background-image: url("/assets/img/calc-bg-2.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 0 14px #00000040;
}

.calculator-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--pink);
  background-image: url("/assets/img/calc-bg-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  padding: 40px 60px;
  display: flex;
}

.calculator-form-title {
  color: var(--white);
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}

.calculator-form-text {
  color: var(--white);
  text-align: center;
  font-family: Bitter, serif;
  font-size: 28px;
  line-height: 110%;
}

.calculator-form-block {
  margin-bottom: 0;
}

.calculator-form-field {
  border: 0 solid #000;
  border-radius: 12px;
  height: 60px;
  font-family: Bitter, serif;
}

.calculator-block-result {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.calculator-block-result-text {
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.calculator-block-result-sum {
  color: var(--pink);
  font-family: Lobster, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.preem {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.preem::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -50px;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.preem-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.preem-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preem-block.preem-block-2 {
  grid-template-columns: .75fr 1fr;
}

.preem-image {
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.preem-image.preem-image-2 {
  background-image: url("/assets/img/preem-img-2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.preem-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.preem-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.preem-item-num {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  font-family: Lobster, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80%;
  display: flex;
}

.preem-item-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.preem-item-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.preem-item-text {
  font-size: 18px;
  line-height: 110%;
}

.preem-image-block {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pink);
  border-radius: 15px;
  flex-flow: column;
  width: 60%;
  padding: 20px;
  display: flex;
  position: relative;
}

.preem-image-block-title {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.preem-image-block-text {
  color: var(--white);
  font-size: 18px;
  line-height: 110%;
}

.preem-item-callback {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--pink);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.preem-item-callback-title {
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.preem-image-img {
  background-image: url("/assets/img/preem-img-3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% -25px auto;
}

.price {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.price::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 100px;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.price-content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.price-swiper {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  pointer-events: none;
}

.price-swiper .swiper-wrapper {
  align-items: center;
}

.price-item {
  display: flex;
  flex-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-shrink: 1;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #00000040;
  opacity: .7;
}

.price-item.big {
  width: 38%;
  opacity: 1;
}

.price-item.small {
  width: 31%;
}

.swiper-slide.price-item:nth-child(3) {
  margin-right: 0 !important;
}

.price-item-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--pink);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.price-item-head-img {
  object-fit: cover;
  border-radius: 100%;
  width: 104px;
  height: 104px;
}

.price-item.small .price-item-head-img {
  width: 70px;
  height: 70px;
}

.price-item-head-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.price-item-head-title {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.price-item.small .price-item-head-title {
  font-size: 28px;
}

.price-item-head-text {
  color: var(--white);
  line-height: 110%;
}

.price-item-specs {
  /*text-align: center;*/
  /*padding: 5px 0;*/
  /*grid-column-gap: 7px;*/
  /*grid-row-gap: 7px;*/
  /*grid-template-rows: auto;*/
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-auto-columns: 1fr;*/
  /*display: grid;*/
}

.price-item-spec {
  text-align: center;
  padding: 5px 0;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*line-height: 100%;*/
  /*display: flex;*/
}


.price-item.small .price-item-spec {
  font-size: 14px;
}

.price-item-spec.grey {
  opacity: .64;
}

.price-item-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #babab7;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.price-item-bottom-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-item-bottom-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.price-item-bottom-info-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.price-item-bottom-block-text {
  font-family: Lobster, sans-serif;
  font-size: 56px;
  line-height: 100%;
}

.price-item.small .price-item-bottom-block-text {
  font-size: 44px;
}

.price-item-bottom-block-text-old {
  opacity: .4;
  font-family: Lobster, sans-serif;
  font-size: 36px;
  line-height: 100%;
  text-decoration: line-through;
}

.price-item.small .price-item-bottom-block-text-old {
  font-size: 26px;

}

.price-swiper .btn {
  pointer-events: auto;
}

.small-form-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f4f4f4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.small-form-2-title {
  font-size: 32px;
  line-height: 120%;
}

.small-form-2-text {
  width: 50%;
}

.bonus {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bonus-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.bonus-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bonus-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bonus-item {
  border-radius: 30px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.bonus-item-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f4f4f4;
  border-radius: 30px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.bonus-item-img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}

.bonus-item-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--pink);
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  display: flex;
}

.bonus-item-title {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.bonus-item-text {
  color: var(--white);
  margin-bottom: auto;
  font-size: 18px;
  line-height: 100%;
}

.bonus-item-icon {
  border-radius: 100%;
  width: 97px;
  height: 97px;
}

.bonus-item-2-title {
  color: var(--pink);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.bonus-item-2-text {
  font-size: 18px;
  line-height: 120%;
}

.form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-content {
  background-color: var(--pink);
  background-image: url("/assets/img/form-bg-2.svg"), url("/assets/img/form-bg-1.svg");
  background-position: 700px 10px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 50px 100px;
  position: relative;
}

.form-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.form-info-text {
  color: var(--white);
  font-family: Bitter, serif;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.form-info .h2 {
  text-align: center;
}

.calculator-form-span {
  color: var(--white);
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 120%;
  display: inline-block;
}

.calculator-form-span a {
  text-decoration: underline;
}

.calculator-form-span a:hover {
  text-decoration: none;
}

.form-img {
  width: 440px;
  position: absolute;
  inset: auto 30px 0% auto;
}

.master {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.master-tabs {
  margin-top: 70px;
}

.master-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-tabs-content {
  margin-top: 70px;
  overflow: visible;
}

.master-tab-link {
  border: 1px solid var(--pink);
  background-color: var(--white);
  color: var(--pink);
  border-radius: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Bitter, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 100%;
}

.master-tab-link:hover {
  background-color: var(--pink);
  color: var(--white);
}

.master-tab-link.w--current {
  background-color: var(--pink);
  color: var(--white);
}

.master-swiper-1,
.master-swiper-2 {
  overflow: visible;
}

.master-tab-item {
  border-radius: 30px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 18px #00000040;
}

.master-tab-item-img {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 400px;
}

.master-tab-item-info {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f4f4f4;
  background-image: url("/assets/img/price-bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  flex: 1;
  padding: 20px 25px;
  display: flex;
}

.master-tab-item-head {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  min-height: 45px;
}

.master-tab-item-head-text {
  color: var(--pink);
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 100%;
}

.master-tab-item-title {
  font-size: 22px;
  line-height: 100%;
}

.master-tab-item-middle {
  color:#000;
  font-size: 30px;
  text-align: center;
}

.master-tab-item-bottom {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.master-tab-item-bottom-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.teachers {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.teachers::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 300px;
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.teachers::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 50px;
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.teachers-content {
  margin-top: 70px;
}

.teachers-swiper {
  overflow: visible;
}

.teachers-swiper .swiper-slide {
  width: 40%;
}

.teachers-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  background-color: var(--white);
  box-shadow: 0 0 18px #00000040;
}

.teachers-item-head {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teachers-item-icon {
  border-radius: 100%;
  width: 154px;
  height: 154px;
}

.teachers-item-head-persona {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.teachers-item-head-title {
  color: var(--pink);
  font-size: 32px;
  line-height: 100%;
}

.teachers-item-head-text {
  font-size: 18px;
  line-height: 100%;
}

.teachers-item-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.teachers-item-middle-title {
  color: var(--pink);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.teachers-item-middle-text {
  font-size: 18px;
  line-height: 130%;
}

.teachers-item-bottom-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.gallery-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.gallery-swiper {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.gallery-swiper .swiper-slide {
  width: 50%;
  transform: scale(.8);
  transition: all .2s ease-in-out;
}

.gallery-swiper .swiper-backface-hidden .swiper-slide {
  transform: scale(.8) translateZ(0);
}

.gallery-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.gallery-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.gallery-button-next {
  right: 20.5%;
}

.gallery-button-prev {
  left: 20.5%;
}

.gallery-button-next,
.gallery-button-prev {
  width: 54px;
  height: 54px;
  background-color: var(--pink);
  border-radius: 100%;
  transition: background-color .2s;
}

.gallery-button-next::after,
.gallery-button-prev::after {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
}

.gallery-button-next:hover, 
.gallery-button-prev:hover {
  background-color: var(--dark-pink);
}

.gallery-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.gallery-item-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 420px;
}

.gallery-item-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  opacity: 0;
  transform: opacity .2s;
}

.gallery-swiper .swiper-slide.swiper-slide-active .gallery-item-info {
  opacity: 1;
}

.gallery-item-title {
  color: var(--pink);
  font-size: 32px;
  font-weight: 400;
}

.gallery-item-text {
  font-weight: 700;
}

.small-form-text {
  color: var(--white);
  width: 50%;
}

.steps {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.steps::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -30px;
  display: inline-block;
  width: 300px;
  height: 300px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-50deg);
}

.steps-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.steps-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.steps-item-num {
  color: var(--pink);
  background-color: #f4f4f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 117px;
  font-family: Bitter, serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 80%;
  display: flex;
}

.steps-item-title {
  font-size: 32px;
  line-height: 110%;
}

.steps-item-text {
  font-size: 18px;
  line-height: 120%;
}

.steps-callback-link {
  background-image: url("/assets/img/steps-img.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.steps-callback-title {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.form-img-2 {
  width: 600px;
  position: absolute;
  inset: auto 0 0% auto;
}

.stories {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.stories-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.stories-swiper {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.stories-link {
  background-image: url("/assets/img/stories.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

.stories-link-play {
  background-color: var(--light-pink);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='42' viewBox='0 0 37 42' fill='none'%3e%3cpath d='M6.49988 40.6685C3.83321 42.2081 0.499883 40.2836 0.499883 37.2044L0.499881 4.2954C0.499882 1.2162 3.83322 -0.708302 6.49988 0.831299L34.9999 17.2858C37.6666 18.8254 37.6666 22.6744 34.9999 24.214L6.49988 40.6685Z' fill='%23E9407A'/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 37px 42px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  display: flex;
}

.faq {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.faq::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50px;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url("/assets/img/paw.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-content {
  margin-top: 70px;
}

.faq-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq-item-drop {
  white-space: normal;
  word-break: normal;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
  display: block;
}

.faq-item-drop-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-item-drop-down {
  opacity: 0;
  transition: opacity .2s;
}

.faq-item-drop-down.w--open {
  background-color: #0000;
  padding-top: 20px;
  position: relative;
  opacity: 1;
}

.faq-item-drop-text {
  font-size: 14px;
  line-height: 130%;
}

.faq-item-drop-ttitle {
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.faq-item-drop-icon {
  background-color: var(--light-pink);
  color: var(--pink);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.faq-item-drop-icon::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M20.5 11.251H15C14.4477 11.251 14 10.8033 14 10.251V4.75098C14 3.92255 13.3284 3.25098 12.5 3.25098C11.6716 3.25098 11 3.92255 11 4.75098V10.251C11 10.8033 10.5523 11.251 10 11.251H4.5C3.67157 11.251 3 11.9225 3 12.751C3 13.5794 3.67157 14.251 4.5 14.251H10C10.5523 14.251 11 14.6987 11 15.251V20.751C11 21.5794 11.6716 22.251 12.5 22.251C13.3284 22.251 14 21.5794 14 20.751V15.251C14 14.6987 14.4477 14.251 15 14.251H20.5C21.3284 14.251 22 13.5794 22 12.751C22 11.9225 21.3284 11.251 20.5 11.251Z' fill='%23E9407A'/%3e%3c/svg%3e");
  transition: transform .2s;
}

.faq-item-drop-toggle.w--open .faq-item-drop-icon::before {
  transform: rotateZ(45deg);
}

.contacts {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contacts-content {
  border-radius: 40px;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 70px;
  padding: 30px;
  display: flex;
  position: relative;
}

.contacts-map {
  z-index: 0;
  position: absolute;
  inset: 0%;
  border-radius: 40px;
  overflow: hidden;
}

.contacts-map div {
  height: 100%;
}

.contacts-info {
  z-index: 1;
  border-radius: 40px;
  width: 45%;
  position: relative;
  box-shadow: 0 0 18px #00000040;
}

.contacts-info-top {
  display: flex;
  flex-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 50px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: var(--white);
}

.contacts-info-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--pink);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.contacts-info-top-link {
  font-size: 28px;
  line-height: 100%;
}

.contacts-info-top-link:hover {
  color: var(--pink);
}

.contacts-info-top-text {
  font-family: Bitter, serif;
  font-size: 28px;
  line-height: 100%;
}

.contacts-info-socials-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-info-socials-link {
  background-color: var(--pink);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.contacts-info-socials-link:hover {
  background-color: var(--dark-pink);
}

.contacts-info-socials-icon {
  width: 24px;
  height: 24px;
}

.contacts-info-bottom-title {
  color: var(--white);
  font-size: 28px;
  line-height: 100%;
}

.footer-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.footer-logo-icon {
  width: 144px;
  height: 144px;
}

.footer-menu,
.footer-socials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer-top-title {
  color: var(--white);
  font-size: 32px;
  line-height: 100%;
}

.footer-menu-list {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu-item-link {
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
}

.footer-menu-item-link:hover {
  text-decoration: underline;
}

.footer-socials-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-socials-link {
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
}

a.footer-socials-link:hover {
  text-decoration: underline;
}

.footer-bottom-text {
  color: var(--white);
  font-size: 14px;
  line-height: 110%;
}

a.footer-bottom-text:hover {
  text-decoration: underline;
}

.navmenu-socials {
  display: none;
}

.preem-img {
  z-index: 0;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg {
  z-index: 9998;
  background-color: #0006;
  position: fixed;
  inset: 0%;
}

.popup-block {
  z-index: 9999;
  background-color: var(--pink);
  background-image: url("/assets/img/form-bg-2.svg"), url("/assets/img/form-bg-1.svg");
  background-position: 700px 10px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  max-width: 1340px;
  padding: 50px 100px;
  position: relative;
}

.popup-close {
  background-color: #0000;
  background-image: url("/assets/img/close.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 10px 10px auto auto;
}

@media screen and (max-width: 1400px) {
  .price-item.big,
  .price-item.small {
    transform: scale(1);
  }

  .price-item {
    flex-shrink: 0;
    width: 40%;
    opacity: 1;
  }

  .price-item.small {
    width: 40%;
  }

  .swiper-slide.price-item:nth-child(3) {
    margin-right: 30px;
  }

  .price-content {
    margin-top: 70px;
    gap: 50px;
  }

  .price-item.small .price-item-head-img {
    width: 104px;
    height: 104px;
  }

  .price-item.small .price-item-head-title {
    font-size: 36px;
  }

  .price-item.small .price-item-spec {
    font-size: 16px;
  }

  .price-item.small .price-item-bottom-block-text {
    font-size: 56px;
  }

  .price-item.small .price-item-bottom-block-text-old {
    font-size: 36px;
  }

  .training-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-content {
    padding-left: 50px;
  }

  .form-img-2 {
    width: 550px;
  }

  .price-swiper {
    pointer-events: auto;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .price-item.big,
  .price-item.small {
    width: 48%;
  }

  .gallery-swiper .swiper-slide {
    width: 70%;
  }

  .h1, .h2 {
    font-size: 50px;
  }

  .div-block {
    width: 320px;
    height: 90px;
  }

  .navmenu-btn {
    font-size: 16px;
  }

  .navbar-container {
    gap: 20px;
  }

  .navmenu-list {
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .navmenu-link {
    margin: 0;
  }

  .for-you_list {
    grid-template: repeat(3, 1fr) / repeat(4, 1fr);
  }

  .for-you_item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .for-you_item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 3;
  }

  .for-you_item:nth-child(5) {
    grid-area: 3 / 1 / 4 / 3;
  }

  .for-you_item:nth-child(3) {
    grid-area: 1 / 3 / 3 / 4;
    background-size: cover;
  }

  .for-you_item:nth-child(4) {
    grid-area: 1 / 4 / 3 / 5;
    background-size: cover;
  }

  .for-you_item:nth-child(6) {
    grid-area: 3 / 3 / 4 / 5;
  }  

  .career-content {
    grid-template-columns: .75fr 1fr;
  }

  .preem-block {
    grid-template-columns: 1fr;
  }

  .preem-image {
    height: 620px;
  }

  .preem-block.preem-block-2 {
    display: block;
  }

  .preem-image.preem-image-2 {
    display: none;
  }

  .form-info {
    width: 60%;
  }

  .form-img-2 {
    width: 420px;
  }

  .steps-item-title {
    font-size: 28px;
  }

  .teachers-item-icon {
    width: 124px;
    height: 124px;
  }

  .form-img {
    width: 380px;
  }

  .bonus-list-2, .training-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-button-next {
    right: 9%;
  }

  .gallery-button-prev {
    left: 9%;
  }

  .for-you {
    background-size: 200px;
  }

  .training::before {
    width: 200px;
    height: 200px;
  }

  .training::after, .quiz::before {
    width: 150px;
    height: 150px;
  }

  .quiz::after {
    width: 130px;
    height: 130px;
  }

  .calculator::before {
    width: 200px;
    height: 200px;
    right: 400px;
  }

  .calculator::after {
    width: 200px;
    height: 200px;
  }

  .preem::after, .price::after, .faq::before {
    width: 180px;
    height: 180px;
  }

  .steps::after {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
  }

  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-logo {
    z-index: 10;
    padding-left: 0;
  }

  .navmenu {
    background-color: var(--white);
    min-width: 100%;
    max-height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .navmenu-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .navmenu-list {
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }

  .navmenu-link {
    font-size: 28px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-container {
    background-image: url("/assets/img/hero-bg-2.webp");
    background-position: 100% 0;
    background-size: 100%;
    padding: 330px 0 0;
  }

  .hero-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 30px;
    box-shadow: 0 4px 4px #00000040;
  }

  .h1 {
    font-size: 50px;
  }

  .hero-item-span {
    font-size: 12px;
  }

  .hero-text {
    font-size: 28px;
  }

  .btn {
    font-size: 16px;
  }

  .div-block {
    width: 260px;
    height: 90px;
    inset: 0% 0% auto auto;
  }

  .for-you_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .h2 {
    font-size: 42px;
  }

  .for-you_list {
    grid-template: "Area Area Area-3" 1fr
      "Area-2 Area-2 Area-3" 1fr
      "Area-4 Area-5 Area-5"
      "Area-4 Area-6 Area-6"
      / 1fr 1fr 1fr;
  }

  .for-you_item-title {
    font-size: 24px;
  }

  .small-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-form-title {
    font-size: 24px;
  }

  .training-content {
    margin-top: 40px;
  }

  .training-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-btn {
    font-size: 18px;
  }

  .career-content {
    grid-template-columns: .5fr;
    display: block;
  }

  .calculator-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .calculator-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .calculator-form-title {
    font-size: 50px;
  }

  .calculator-form-text {
    font-size: 24px;
  }

  .preem-content {
    margin-top: 40px;
  }

  .preem-block {
    grid-template-columns: 1fr;
  }

  .preem-block.preem-block-2 {
    grid-template-columns: .75fr;
    display: block;
  }

  .preem-image {
    height: 620px;
  }

  .preem-image.preem-image-2 {
    display: none;
  }

  .price-content {
    margin-top: 40px;
  }

  .price-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .price-item.big,
  .price-item.small {
    transform: none;
    width: 54%;
  }

  .price-item-head-img, .price-item.small .price-item-head-img {
    width: 70px;
    height: 70px;
  }

  .price-item-head-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .price-item-head-title, .price-item.small .price-item-head-title {
    font-size: 28px;
  }

  .price-item-spec, .price-item.small .price-item-spec {
    font-size: 14px;
  }

  .price-item-bottom-block-text, .price-item.small .price-item-bottom-block-text {
    font-size: 44px;
  }

  .price-item-bottom-block-text-old, .price-item.small .price-item-bottom-block-text-old {
    font-size: 26px;
  }

  .small-form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "Area Area-3"
      "Area-2 Area-3"
      / 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-form-2-title {
    font-size: 24px;
  }

  .small-form-2-text {
    width: 100%;
    font-size: 14px;
  }

  .bonus-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .bonus-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bonus-list-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .bonus-item-info {
    padding: 20px;
  }

  .bonus-item-title {
    font-size: 24px;
  }

  .bonus-item-text {
    font-size: 16px;
  }

  .bonus-item-icon {
    width: 70px;
    height: 70px;
  }

  .bonus-item-2-title {
    font-size: 26px;
  }

  .bonus-item-2-text {
    font-size: 16px;
  }

  .form-content {
    background-image: url("/assets/img/form-bg-1.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
  }

  .form-info {
    width: 100%;
  }

  .form-info-text {
    font-size: 24px;
  }

  .form-img {
    display: none;
  }

  .master-tabs,
  .master-tabs-content {
    margin-top: 40px;
  }

  .master-tab-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
    overflow: visible;
  }

  .master-tab-item {
    flex: none;
    width: 60%;
  }

  .teachers-content,
  .gallery-content {
    margin-top: 40px;
  }

  .small-form-text {
    width: 100%;
    font-size: 14px;
  }

  .steps-content {
    margin-top: 40px;
  }

  .steps-list {
    grid-template-columns: 1fr 1fr;
  }

  .form-img-2 {
    display: none;
  }

  .stories-content,
  .faq-content {
    margin-top: 40px;
  }

  .faq-item-drop-ttitle {
    font-size: 26px;
  }

  .contacts-content {
    flex-flow: wrap-reverse;
    margin-top: 40px;
    padding: 0;
  }

  .contacts-map {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    height: 500px;
    position: relative;
  }

  .contacts-info {
    width: 100%;
    margin-top: -30px;
  }

  .contacts-info-top {
    justify-content: flex-start;
    align-items: center;
  }

  .contacts-info-top-link,
  .contacts-info-top-text {
    font-size: 24px;
  }

  .contacts-info-bottom-title {
    text-align: center;
    font-size: 24px;
  }

  .footer-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area-2 Area"
      "Area-3 Area"
      / .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-logo-icon {
    width: 89px;
    height: 89px;
  }

  .footer-menu,
  .footer-socials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-top-title {
    font-size: 24px;
  }

  .footer-menu-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-item-link,
  .footer-socials-link {
    font-size: 14px;
  }

  .navbar-btn {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .navbar-btn.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .navbar-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .navbar-btn-icon::before {
    content: url("/assets/img/menu.svg");
    display: inline-block;
  }

  .navbar-btn.w--open .navbar-btn-icon::before {
    content: url("/assets/img/close-p.svg");
  }

  .navbar-desk-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .navmenu-socials {
    display: block;
  }

  .career-image {
    display: none;
  }

  .small-form-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area Area-2"
      "Area-3 Area-2"
      / 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-form-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 65%;
    display: flex;
    align-items: flex-start;
  }

  .popup-block {
    background-image: url("");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
  }

  .teachers-swiper .swiper-slide {
    width: 60%;
  }

  .gallery-button-next {
    right: 8.5%;
  }

  .gallery-button-prev {
    left: 8.5%;
  }

  .calculator::before {
    width: 150px;
    height: 150px;
    right: 300px;
  }

  .calculator::after {
    width: 150px;
    height: 150px;
  }

  .teachers::before {
    content: none;
  }
}

@media screen and (max-width: 899px) {
  .div-block {
    width: 230px;
  }
}

@media screen and (max-width: 799px) {
  .div-block {
    width: 200px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    padding-bottom: 30px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    background-image: url("/assets/img/hero-bg-3.webp");
  }

  .hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 10px;
    padding: 10px;
  }

  .hero-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .hero-item {
    border-radius: 10px;
    justify-content: center;
  }

  .hero-item:nth-child(3) {
    grid-area: span 1 / span 2;
  }

  .h1 {
    font-size: 30px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn.black {
    order: 1;
  }

  .div-block {
    width: 250px;
    height: 90px;
  }

  .for-you {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2 {
    font-size: 30px;
  }

  .for-you_list {
    flex-flow: column;
    display: flex;
  }

  .for-you_item {
    min-height: 180px;
  }

  .for-you_item:nth-child(3) {
    background-image: url("/assets/img/for-u-3-2.webp");
    background-size: 60%;
    background-position: right center;
  }

  .for-you_item:nth-child(4) {
    background-image: url("/assets/img/for-u-4-2.webp");
    background-size: 60%;
    background-position: right center;
  }

  .for-you_item {
    background-size: 60%;
  }

  .small-form {
    text-align: center;
    flex-flow: column;
  }

  .training {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .training-list {
    grid-template-columns: 1fr;
  }

  .training-item-info {
    min-height: auto;
  }

  .career {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .career-info-text {
    font-size: 14px;
  }

  .calculator {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .calculator-block,
  .calculator-form {
    border-radius: 20px;
    padding: 20px;
  }

  .calculator-form-title {
    font-size: 30px;
  }

  .calculator-form-text {
    font-size: 18px;
  }

  .calculator-block-result-sum {
    font-size: 50px;
  }

  .preem {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .preem-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .preem-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .preem-item-num {
    display: none;
  }

  .preem-item-title {
    font-size: 24px;
  }

  .preem-item-text {
    font-size: 16px;
  }

  .preem-image-block {
    width: auto;
  }

  .preem-image-block-title {
    font-size: 24px;
  }

  .preem-image-block-text {
    font-size: 16px;
  }

  .preem-item-callback {
    flex-flow: column;
  }

  .price {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .price-item {
    width: 90%;
    padding: 10px;
  }

  .price-item-head {
    border-radius: 10px;
    padding: 10px;
  }

  .price-item-head-text {
    font-size: 14px;
  }

  .small-form-2 {
    text-align: center;
    flex-flow: column;
  }

  .bonus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bonus-list,
  .bonus-list-2 {
    grid-template-columns: 1fr;
  }

  .form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-content {
    padding: 20px;
  }

  .form-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-info-text {
    font-size: 18px;
  }

  .master {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .master-tab-item {
    width: 90%;
  }

  .master-tab-item-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .master-tab-item-head-text {
    font-size: 18px;
  }

  .master-tab-item-title {
    font-size: 26px;
  }

  .teachers {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .teachers-item,
  .teachers-item-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .teachers-item-icon {
    width: 100px;
    height: 100px;
  }

  .teachers-item-head-persona {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .teachers-item-head-title {
    font-size: 26px;
  }

  .teachers-item-head-text {
    font-size: 14px;
  }

  .teachers-item-middle-text {
    font-size: 16px;
  }

  .gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-item-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gallery-item-title {
    font-size: 26px;
  }

  .steps-list {
    grid-template-columns: 1fr;
  }

  .steps-item-num {
    width: 100px;
    height: 100px;
    font-size: 60px;
  }

  .steps-item-title {
    font-size: 26px;
  }

  .steps-item-text {
    font-size: 16px;
  }

  .stories {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .stories-link {
    height: 430px;
  }

  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-item-drop-ttitle {
    font-size: 22px;
  }

  .contacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-map {
    height: 400px;
  }

  .contacts-info {
    border-radius: 20px;
  }

  .contacts-info-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
  }

  .contacts-info-bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .footer-menu {
    order: 3;
  }

  .footer-socials {
    order: 2;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu-list {
    flex-flow: column;
    display: flex;
  }

  .footer-socials-list {
    order: 2;
  }

  .navbar-btn {
    margin-left: auto;
  }

  .navbar-desk-btn {
    display: none;
  }

  .small-form-info {
    width: 100%;
  }

  .preem-img {
    height: 340px;
    position: static;
  }

  .popup {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .popup-block {
    padding: 20px;
  }

  .popup-close {
    background-size: 30px 30px;
    width: 40px;
    height: 40px;
  }

  .gallery-swiper .swiper-slide {
    width: 80%;
  }

  .price-item.big, .price-item.small {
    width: 70%;
  }

  .teachers-swiper .swiper-slide {
    width: 75%;
  }

  .gallery-button-next {
    right: 16px;
  }

  .gallery-button-prev {
    left: 16px;
  }

  .quiz::before {
    content: none;
  }

  .small-form-info {
    align-items: center;
  }
}

@media screen and (max-width: 699px) {
  .div-block {
    width: 215px;
  }
}

@media screen and (max-width: 599px) {
  .div-block {
    width: 175px;
    height: 70px;
  }
}

@media screen and (max-width: 499px) {
  .div-block {
    width: 150px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navmenu-link {
    font-size: 24px;
  } 

  .small-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preem-item-callback-title {
    font-size: 20px;
  }

  .price-item.big, .price-item.small {
    width: 90%;
  }

  .price-item-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .price-item-bottom-info,
  .price-item-bottom-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .small-form-2 {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-form-2-title {
    font-size: 20px;
  }

  .bonus-item {
    border-radius: 20px;
  }

  .bonus-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
  }

  .bonus-item-2-title {
    font-size: 20px;
  }

  .bonus-item-2-text {
    font-size: 14px;
  }

  .form-info-text {
    font-size: 16px;
  }

  .calculator-form-span {
    font-size: 10px;
  }

  .master-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .master-tab-link {
    font-size: 16px;
  }

  .master-tab-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .master-tab-item {
    width: 100%;
  }

  .master-tab-item-img {
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .master-tab-item-info {
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .master-tab-item-head-text {
    font-size: 16px;
  }

  .master-tab-item-title {
    font-size: 20px;
  }

  .master-tab-item-middle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .master-tab-item-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .master-tab-item-bottom-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .teachers-item-icon {
    width: 80px;
    height: 80px;
  }

  .teachers-item-head-title {
    font-size: 20px;
  }

  .teachers-item-middle-title {
    font-size: 16px;
  }

  .teachers-item-middle-text {
    font-size: 14px;
  }

  .teachers-item-bottom-text {
    font-size: 16px;
  }

  .gallery-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-item-img {
    height: 350px;
  }

  .steps-item-num {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .steps-item-title {
    font-size: 22px;
  }

  .steps-callback-title {
    font-size: 26px;
  }

  .faq-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-item-drop {
    border-radius: 10px;
    padding: 10px;
  }

  .faq-item-drop-ttitle {
    font-size: 18px;
  }

  .faq-item-drop-icon {
    width: 34px;
    height: 34px;
  }

  .contacts-info-top-link {
    font-size: 20px;
  }

  .contacts-info-top-text {
    text-align: center;
    font-size: 20px;
  }

  .contacts-info-bottom-title {
    font-size: 20px;
  }

  .footer-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .popup-close {
    background-size: 25px 25px;
  }

  .gallery-swiper .swiper-slide {
    width: 90%;
  }

  .for-you_item {
    background-size: contain;
  }

  .teachers-swiper .swiper-slide {
    width: 90%;
  }

  .gallery-button-next {
    right: 0;
  }

  .gallery-button-prev {
    left: 0;
  }

  .for-you {
    background-size: 150px;
  }

  .training::before, .calculator::before {
    content: none;
  }

  .training::after, .calculator::after, .preem::after, .price::after, .steps::after, .faq::before {
    width: 130px;
    height: 130px;
  }

  .price::after {
    right: 20px;
  }

  .steps::after {
    top: 50px;
  }

  .quiz::after, .teachers::after {
    width: 100px;
    height: 100px;
  }

  .teachers::after {
    right: 0;
  }
}

@media screen and (max-width: 440px) {
  .div-block {
    width: 110px;
  }
}