@font-face {
  font-display: swap;
  font-family: "DM sans";
  font-weight: 400;
  font-style: normal;
  src: local("DM sans-Regular"), local("DM sans Regular"), local("DM sans-Bold"), local("DM sans Bold"), url("../fonts/dm_sans_400.woff") format("woff"), url("../fonts/dm_sans_500.woff") format("woff"), url("../fonts/dm_sans_700.woff") format("woff"), url("../fonts/dm_sans_400}.woff2") format("woff2"), url("../fonts/dm_sans_500.woff2") format("woff2"), url("../fonts/dm_sans_700.woff2") format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "DM sans";
  font-weight: 700;
  font-style: normal;
  src: local("DM sans-Regular"), local("DM sans Regular"), local("DM sans-Bold"), local("DM sans Bold"), url("../fonts/dm_sans_400.woff") format("woff"), url("../fonts/dm_sans_500.woff") format("woff"), url("../fonts/dm_sans_700.woff") format("woff"), url("../fonts/dm_sans_400}.woff2") format("woff2"), url("../fonts/dm_sans_500.woff2") format("woff2"), url("../fonts/dm_sans_700.woff2") format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "DM sans";
  font-weight: 500;
  font-style: normal;
  src: local("DM sans-Regular"), local("DM sans Regular"), local("DM sans-Bold"), local("DM sans Bold"), url("../fonts/dm_sans_400.woff") format("woff"), url("../fonts/dm_sans_500.woff") format("woff"), url("../fonts/dm_sans_700.woff") format("woff"), url("../fonts/dm_sans_400}.woff2") format("woff2"), url("../fonts/dm_sans_500.woff2") format("woff2"), url("../fonts/dm_sans_700.woff2") format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "DM serif Display";
  font-weight: 400;
  font-style: normal;
  src: local("DM serif Display-Regular"), local("DM serif Display Regular"), local("DM serif Display-Bold"), local("DM serif Display Bold"), url("../fonts/dm_serif_display_400.woff") format("woff"), url("../fonts/dm_serif_display_400.woff2") format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "DM serif Display";
  font-weight: 400;
  font-style: italic;
  src: local("DM serif Display-Regular"), local("DM serif Display Regular"), local("DM serif Display-Bold"), local("DM serif Display Bold"), url("../fonts/dm_serif_display_400.woff") format("woff"), url("../fonts/dm_serif_display_400.woff2") format("woff2"); }

:root {
  --position: absolute;
  --white: #ffffff;
  --orange: #ffdd78;
  --width: 100%;
  --width-P: 350px;
  --pixels: 64px;
  --min-width: 16px;
  --height: calc(var(--min-width) + 8px); }

html {
  font-family: "DM sans";
  font-weight: 400; }

body {
  margin: 0;
  box-sizing: border-box; }

h1 > a {
  display: inline-block;
  font-family: "DM serif Display";
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
  line-height: calc(var(--min-width) * 2);
  text-decoration: none; }

a {
  color: #ffffff; }

ul > div > li a:hover,
ul > li a:hover,
a:hover {
  color: var(--orange); }

img {
  max-width: var(--width); }

figure {
  margin: 0;
  padding-top: calc(var(--min-width) * 2);
  padding-bottom: calc(var(--min-width) * 7); }

span {
  visibility: hidden; }

@media (min-width: 1440px) {
  h1 > a {
    font-size: calc(var(--min-width) + 24px);
    line-height: calc(var(--min-width) * 3); }
  header > nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

.masthead {
  background-color: #434ccb;
  color: var(--white);
  padding-left: calc(var(--pixels) - 48px); }

.masthead__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.masthead__navigation {
  display: none; }

[type="checkbox"] {
  position: var(--position);
  right: calc(var(--pixels) - 67px);
  top: calc(var(--pixels) - 46px);
  width: 50px;
  height: 40px;
  opacity: 0;
  cursor: pointer; }

@keyframes menu {
  0% {
    background-color: #000000;
    opacity: 2;
    left: -200px;
    right: 200px; }
  25% {
    background-color: var(--orange);
    opacity: 1.5;
    left: -100px;
    right: 100px; }
  50% {
    background-color: #000000;
    opacity: 0.5;
    left: 0px;
    right: 0px; } }

[type="checkbox"]:checked
~ header
> .masthead__wrapper
> nav
> ul
> li
> a:hover {
  color: var(--orange); }

[type="checkbox"]:checked ~ header > .masthead__wrapper > nav {
  display: block;
  position: var(--position);
  background: rgba(120, 138, 240, 0.8);
  top: 84px;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 50px;
  font-size: 22px;
  padding-top: 50px;
  text-align: center; }

[type="checkbox"]:checked
~ header
> .masthead__wrapper
> .masthead__icon--menu {
  display: none; }

.masthead__icon--close__menu {
  display: none; }

[type="checkbox"]:checked
~ header
> .masthead__wrapper
> .masthead__icon--close__menu {
  display: block; }

@keyframes lists {
  0% {
    left: -200px;
    right: 200px; }
  25% {
    left: -100px;
    right: 100px; }
  50% {
    left: 0px;
    right: 0px; } }

.bold1 {
  display: block; }

.lists {
  list-style: none;
  line-height: calc(var(--pixels) - 19px);
  background-color: black;
  width: 84%;
  margin: auto;
  padding: inherit; }

.lists > li > a {
  text-decoration: none;
  color: var(--white); }

.menu {
  width: calc(var(--width) - 30%); }

.close {
  width: 25px;
  margin-inline-end: 10px; }

@media (min-width: 1440px) {
  .masthead > * {
    max-width: 1110px;
    margin: auto;
    padding-block-start: 30px;
    padding-block-end: 30px; }
  .masthead__wrapper > header > h1 {
    margin: 0;
    padding: 0; }
  .masthead__icon--menu,
  .masthead__icon--close__menu {
    display: none; }
  .masthead__navigation {
    display: block; }
  .lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent; }
  .lists > li {
    list-style: none;
    margin-right: calc(var(--pixels) - var(--min-width)); }
  .lists > li:last-child {
    margin-right: 0;
    padding-inline-end: 15px; }
  .lists > li > a {
    font-size: calc(var(--pixels) - 45px);
    line-height: calc(var(--pixels) - 40px);
    text-decoration: none;
    color: var(--white);
    font-weight: bold; }
  .bold1 {
    display: none; } }

aside {
  padding-top: calc(var(--min-width) * 2); }

aside > a::before {
  background-image: url(../icons/icon_arrow_left.png);
  background-repeat: no-repeat;
  background-size: 13.5px;
  background-position-y: calc(var(--min-width) - 10px);
  padding-left: var(--min-width);
  padding-right: var(--min-width);
  margin-left: 4px;
  content: ""; }

aside > a {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  text-decoration: none; }

.first__section {
  background-color: rgba(67, 76, 204, 0.05);
  mix-blend-mode: normal;
  padding-right: var(--min-width);
  padding-left: var(--min-width); }

.choosen__image > img {
  width: var(--width); }

.heading > h2 {
  font-size: calc(var(--width-P) - 298px);
  line-height: calc(var(--width-P) - 286px);
  max-width: var(--width-P);
  font-family: "DM serif Display";
  font-weight: normal; }

.heading > p {
  font-size: calc(var(--min-width) + 2px);
  line-height: calc(var(--min-width) * 2);
  padding-bottom: calc(var(--min-width) * 4);
  padding-top: calc(var(--min-width) * 1); }

@media (min-width: 1440px) {
  .heading > h2 {
    max-width: calc(var(--width-P) + 129px);
    font-size: calc(var(--pixels) + 8px);
    line-height: calc(var(--min-width) * 5); }
  .first__section > * {
    max-width: 1140px;
    margin: auto; } }

.sliding:not(.ChoosenImg) {
  display: flex;
  overflow-x: auto;
  cursor: pointer; }

.slide:hover,
.slide:focus {
  opacity: 0.9; }

.selected-thumbnil {
  opacity: 1 !important; }

.slide {
  width: 137px;
  flex-shrink: 0;
  height: var(--width);
  margin-bottom: 7px;
  margin-right: calc(var(--min-width) - 6px);
  border-radius: 6px;
  opacity: 0.5; }

.sliding::-webkit-scrollbar {
  display: none; }

.ChoosenImg > img {
  width: var(--width);
  border-radius: 6px;
  margin-bottom: 5px;
  height: 100%; }

@media (min-width: 1440px) {
  .slide {
    width: 134px; }
  .ChoosenImg > img {
    height: 100%; }
  .sliding:not(.ChoosenImg) {
    overflow-x: unset; } }

.section__main--heading > h3 {
  font-size: calc(var(--min-width) + 24px);
  line-height: calc(var(--min-width) * 3);
  font-family: "DM serif Display";
  font-weight: normal; }

.section__main--description {
  font-size: calc(var(--min-width) + 2px);
  line-height: calc(var(--min-width) * 2);
  max-width: calc(var(--width-P) + 220px); }

.section__main--subdescription {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  font-size: calc(var(--min-width) + 2px); }

.section__container {
  padding-top: calc(var(--min-width) * 3); }

.lists__icons {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0; }

.lists__icons li {
  list-style: none; }

.lists__icons li:nth-of-type(1) {
  margin-right: 10px; }

.icon {
  width: calc(var(--width) - 45%); }

.section__container--table--lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 500; }

.first__table {
  padding-left: 0;
  width: 30%; }

.seconde__table {
  width: calc(var(--width) - 50%); }

em {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  font-style: normal; }

@media (min-width: 1440px) {
  .section__main--heading > h3 {
    font-size: calc(var(--min-width) + 36px);
    line-height: calc(var(--min-width) * 4);
    margin-top: calc(var(--min-width) - 16px); }
  .section__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: calc(var(--min-width) * 4);
    padding-bottom: calc(var(--min-width) * 2); }
  .section__container--table--lists {
    width: var(--width); } }

.second__section {
  background-color: var(--orange);
  padding: var(--min-width);
  padding-top: calc(var(--min-width) * 5);
  padding-bottom: calc(var(--min-width) * 5); }

.latest__heading > a {
  font-size: var(--min-width);
  line-height: var(--height);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000; }

.latest__heading {
  max-width: calc(var(--width-P) - 36px); }

.latest__heading > h3 {
  font-size: 40px;
  line-height: calc(var(--min-width) * 3);
  font-family: "DM serif Display";
  font-weight: normal; }

.latest__email {
  font-weight: 700;
  font-size: 12px;
  line-height: calc(var(--pixels) - 4px);
  text-transform: uppercase;
  color: #000000; }

.latest__email ~ input {
  width: var(--width);
  padding: var(--min-width);
  background: var(--white);
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 5px; }

#placeholder {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal; }

.latest__email--button {
  padding: calc(var(--min-width) - 4px);
  background-color: #434ccc;
  border-radius: 5px;
  border: none;
  width: 50%;
  font-weight: 700;
  font-size: var(--min-width);
  line-height: var(--height);
  text-align: center;
  color: #ffffff;
  margin-top: var(--min-width); }

.latest__email--button:hover {
  color: var(--orange); }

@media (min-width: 1440px) {
  .latest__heading {
    max-width: calc(var(--width-P) - 0); }
  .latest__heading > h3 {
    font-size: calc(var(--pixels) - 12px);
    line-height: var(--pixels);
    width: 65%; }
  .second__section > * {
    max-width: 1140px;
    margin: auto; }
  .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: calc(var(--pixels) - 1px); }
  .wrapper > form {
    margin-top: calc(var(--pixels) - 7px);
    display: flex;
    align-items: center; }
  .latest__input {
    margin-right: 40px;
    margin-bottom: 42px; }
  .latest__email ~ input {
    width: calc(var(--width-P) + 40px); }
  .wrapper > button {
    max-width: calc(var(--width-P) - 128px);
    max-height: calc(var(--pixels) - 17px);
    margin-top: calc(var(--pixels) + 53px); } }

.third__section {
  padding-left: var(--min-width);
  padding-top: calc(var(--min-width) * 2); }

.thirst__secton--heading > h2 {
  font-size: var(--height);
  line-height: calc(var(--min-width) * 2);
  text-transform: uppercase;
  font-family: "DM serif Display";
  font-weight: normal; }

.thirst__secton--heading > p {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal; }

.intro__icons {
  margin-block-start: 40px; }

.intro__lists--icons {
  display: flex;
  flex-direction: row;
  padding: 0; }

.intro__lists--icons > li {
  list-style: none; }

.intro__lists--icons > li:nth-of-type(1) {
  margin-right: 9px; }

.intro__lists--icons > li > a {
  text-decoration: none; }

.navigation {
  padding-top: calc(var(--min-width) * 2); }

.navigation__lists {
  font-size: var(--min-width);
  line-height: calc(var(--pixels) - 27px);
  list-style: none;
  padding: 0;
  margin: 0; }

.bold {
  margin-block-end: 20px; }

.bold > a {
  color: #000000;
  text-decoration: none; }

.light__link {
  padding-bottom: calc(var(--min-width) * 3); }

.light__link > li > a {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  text-decoration: none; }

.food > p:nth-of-type(1),
.experiece > p:nth-of-type(1) {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  margin-left: calc(var(--pixels) + 34px);
  margin-top: -50px; }

.food > p:nth-of-type(2),
.experiece > p:nth-of-type(2) {
  margin-left: calc(var(--min-width) * 6);
  margin-top: -14px; }

.aside {
  padding-bottom: calc(var(--min-width) + 40px); }

.food {
  margin-bottom: calc(var(--min-width) * 2); }

.food::before {
  content: "";
  background-image: url(../images/woman_xs.jpg);
  background-repeat: no-repeat;
  background-size: var(--width);
  display: block;
  width: 75px;
  height: 47.94px;
  border-radius: 8px; }

.experiece::before {
  content: "";
  background-image: url(../images/passage_xs.jpg);
  background-repeat: no-repeat;
  background-size: var(--width);
  display: block;
  width: 75px;
  height: 47.94px;
  border-radius: 8px; }

@media (min-width: 1440px) {
  .third__section--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: var(--pixels); }
  .third__section > * {
    max-width: 1140px;
    margin: auto; }
  .thirst__secton--heading {
    max-width: 270px; }
  .aside {
    padding-right: var(--pixels);
    padding-left: calc(var(--pixels) - 22px);
    margin-top: calc(var(--pixels) - 4px); } }

footer {
  margin-left: var(--min-width);
  padding-top: var(--min-width);
  padding-bottom: calc(var(--min-width) * 2); }

.laaqiq,
.onja {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal;
  text-decoration: none; }

.main__footer {
  font-size: var(--min-width);
  line-height: 24px;
  color: #000000b8;
  mix-blend-mode: normal; }

@media (min-width: 1440px) {
  footer {
    padding-top: calc(var(--min-width) * 2);
    padding-inline-end: 30px;
    margin-inline-start: -15px; }
  footer > * {
    max-width: 1140px;
    margin: auto; }
  .main__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0; } }
