@import url(./fonts.scss);
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@400;700&family=Rosario:wght@300;400;500;600;700&family=Rubik+Gemstones&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(./fonts.scss);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@400;700&family=Rosario:wght@300;400;500;600;700&family=Rubik+Gemstones&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  color: #151f28;
}
.popup {
  position: fixed;
  top: 40%;
  width: 380px;
  height: 290px;
  border: 1px solid #151f28;
  border-radius: 8px;
  background-color: rgba(146, 146, 146, 0.397);
  z-index: 12;
  padding: 6px;
  transition: 0.5s;
  line-height: 1.3;
  box-shadow: 1px 1px 5px rgb(255, 255, 255);
  display: flex;
}
.popup__label {
  width: 10%;
  height: 10%;
}
/* .popup-link{
  width: 100%;
  height: 100%;
  z-index: 1;
} */
#popup__input {
  display: none;
}
#popup__input:checked + .popup {
  display: none;
}

.popup:hover {
  background-color: rgb(255, 255, 255);
  z-index: 12;
}
.popup__svg {
  cursor: pointer;
  display: flex;
  margin-left: auto;
}

.popup__text {
}
.popup__animation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.popup__img {
  max-width: 330px;
  position: absolute;
  top: 0;
  left: 0;
  animation: round 44s infinite;
  opacity: 0;
  z-index: 11;
}


.hidden {
  display: none;
}

.input-menu {
  display: none;
}

.input-menu:checked + .window__menu {
  opacity: 1;
  visibility: visible;
}

.input-menu:checked + .window__menu .window__menu-aside {
  transform: translateX(0%);
}

#menu {
  display: none;
  position: relative;
  cursor: pointer;
}
.window__menu {
  position: fixed;
  background-color: rgba(75, 75, 75, 0.301);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}
.window__menu-aside {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  transform: translateX(100%);
  transition: 1s;
  background-color: #fff;
  box-shadow: -2px 0px 15px rgb(75, 75, 75);
}
.window__menu-nav {
  display: flex;
  flex-direction: column;
  line-height: 2;
  margin-left: auto;
}
.window__menu-link {
  font-size: 20px;
}
.label-menu {
  display: flex;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-left: auto;
}
.label-close {
  position: absolute;
  top: 35px;
  right: 10px;
}
.label-left-area {
  display: flex;
  width: 100%;
  height: 100%;
}

/* .header__logo{
  display: flex;
  align-items: center;
  max-width: 210px;
  align-content: center;
  font-size: 12px;
  gap: 2px;
  flex-direction: column;
  font-style: italic;
} */
.header {
  width: 100%;
  height: 170px;
  /* background-color: rgb(255, 243, 232); */
  display: flex;
  align-items: center;
}
.header__logo-promo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__logo {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  gap: 8px;
}
.logo-box {
  border-left: 2px solid#151f28;

  max-width: 520px;
  padding-left: 20px;
}
.logo {
  display: flex;
  align-items: center;
}
.header__logo-title {
  font-weight: 600;
  font-size: 14px;
}
.header__title {
  font-size: 20px;
  max-width: 500px;
}
.header__text {
  max-width: 610px;
  width: 100%;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  padding-left: 4px;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #151f28;
}
.nav__link {
  padding: 5px;
  font-size: 14px;
  transition: 0.5s;
}
.nav__link:hover {
  background-color: #151f28;
  color: #fff;
}
.cards {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card {
max-width: 1170px;
padding: 20px;
}

.card__price-new{
color: rgb(255, 0, 0);
font-weight: 500;
font-size: 26px;
}
.card__price-old{
    text-decoration: line-through;
    font-size: 22px;
}
.card__title{
font-size: 26px;
font-weight: 500;
line-height: 1.5;
padding: 10px;
}
.card__desc{
    padding: 10px;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
}
.card__list{
line-height: 1.5;
font-size: 20px;
}
.card__list-item{
line-height: 1.5;

}
.card__images{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card__img{
    max-width: 350px;
    width: 100%;
    padding: 10px;
}
.card__img-little{
  max-width: 370px;
   width: 100%;
    padding: 10px;
}
.card__img-text{
  font-size: 18px;
}

.footer {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 250px;
}
.footer__contacts {
  display: flex;
  align-items: center;
  max-width: 370px;
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.up {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid rgb(21, 31, 40);
  padding: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.up:hover {
  box-shadow: 1px 1px 10px rgba(21, 31, 40, 0.4196078431);
}




@media (max-width: 1190px) {
  .header {
    padding: 0px 10px;
  }
  .promo {
    padding: 0px 10px;
  }
  .promo .wrapper {
  }
  .about {
    padding: 0px 10px;
  }
}
@media (max-width: 1090px) {
  #menu {
    display: block;
  }
  .nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .promo {
    background: none;
  }
  .promo .wrapper {
    flex-direction: column-reverse;
  }
  .promo__img {
    margin: 0 auto;
  }
  .promo__link {
    margin: 0 auto;
  }
  .promo__title {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
  }
  .promo__text {
    display: flex;
    align-self: center;
  }

  .about__item {
    width: 190px;
  }

  .footer .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__item {
    font-size: 14px;
  }
  .up {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .promo__img {
    display: none;
  }
  .about .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .partners__item {
    width: 150px;
  }
  .partners__logo {
    width: 150px;
  }
  .vacancy .wrapper {
    margin-bottom: 100px;
  }
  .footer .wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer .header__logo {
    flex-direction: column;
  }
}
@media(max-width: 790px){
    .card__title{
        font-size: 22px;
    }
}
@media (max-width: 725px) {
  .popup {
    max-width: 330px;
    top: 50%;
    left: 10%;
  }
  .popup__img {
    width: 100%;
  }
  .promo__title {
    font-size: 26px;
  }
  .promo__text {
    font-size: 24px;
  }
  .card {
    max-width: 750px;
  }
  .card__img{
    max-width: 300px;
  }
  .card__title{
    font-size: 20px;
    line-height: 1.2;
    text-align: center;;
  }
  .card__desc{
font-size: 18px;
line-height: 1.2;
  }
  .partners .wrapper {
    margin-bottom: 140px;
  }
  .up {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .logo-box {
    max-width: 300px;
  }
  .header__logo {
    font-size: 11px;
  }
  .header__title {
    font-size: 10px;
  }
  .header__text {
    font-size: 12px;
  }
  .window__menu-aside {
    width: 50%;
  }
  .window__menu-link {
    font-size: 14px;
  }
  .footer{
    margin-top: 50px;
  }
}
