@import url("https://fonts.googleapis.com/css2?family=Ruda:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

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;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #e6e6fa;
}

body.noscroll {
  overflow: hidden;
}

.navbar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(230, 230, 250, 0.6352941176);
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.25);
}
.navbar .navbar__wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.navbar .navbar__wrap .hamb {
  display: none;
}
.navbar .navbar__wrap .logo {
  display: flex;
  align-items: center;
}
.navbar .navbar__wrap .logo img {
  width: 227px;
  height: 77px;
  flex-shrink: 0;
}
.navbar .navbar__wrap .menu {
  display: flex;
  gap: 60px;
}
.navbar .navbar__wrap .menu li {
  display: flex;
  align-items: stretch;
}
.navbar .navbar__wrap .menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #353535;
  font-family: Ruda;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.navbar .navbar__wrap .menu li a:hover {
  border-bottom: 3px solid #f1cc3d;
  border-radius: 2px;
}

.popup {
  display: none;
}

@media (max-width: 1024px) {
  .navbar .navbar__wrap {
    justify-content: space-between;
    padding: 0 40px 0 40px;
  }
  .navbar .navbar__wrap .hamb {
    display: flex;
  }
  .navbar .navbar__wrap .hamb .active span:nth-child(2) {
    opacity: 0;
  }
  .navbar .navbar__wrap .hamb .active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .navbar .navbar__wrap .hamb .active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .navbar .navbar__wrap .hamb .hamb__field {
    padding: 10px 20px;
    cursor: pointer;
  }
  .navbar .navbar__wrap .hamb .hamb__field .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: rgb(100, 100, 100);
    transition: 0.2s;
  }
  .navbar .navbar__wrap .menu {
    display: none;
  }
  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #e6e6fa;
    z-index: 100;
    display: flex;
    transition: 0.3s;
  }
  .popup .menu {
    display: none;
  }
  .open {
    margin-top: 16px;
    left: 0;
  }
  .open .menu {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    margin-top: 50px;
    overflow: auto;
  }
  .open .menu li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open .menu li a {
    text-decoration: none;
    color: #353535;
    font-family: Ruda;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .open .menu li a:hover {
    background-color: #cfcfee;
  }
}
@media (max-width: 480px) {
  .navbar .navbar__wrap {
    padding: 0;
  }
  .navbar .navbar__wrap .logo {
    display: flex;
    align-items: center;
  }
  .navbar .navbar__wrap .logo img {
    width: 200px;
    height: 60px;
    flex-shrink: 0;
  }
}
.order {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.order .consultation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 405px;
}
.order .consultation .consultation-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 37px;
  background: rgb(142, 132, 219);
}
.order .consultation .consultation-left h1 {
  color: #fff;
  font-family: Ruda;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}
.order .consultation .consultation-left p {
  color: #fff;
  font-family: Ruda;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}
.order .consultation .consultation-left button {
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 6px;
  background: rgb(142, 132, 219);
  color: #fff;
  font-family: Ruda;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.order .consultation .consultation-left button:hover {
  background-color: rgba(176, 171, 212, 0.473);
}
.order .consultation .consultation-left button:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.24);
}
.order .consultation .consultation-right {
  background-color: rgb(142, 132, 219);
  width: 50%;
  height: 100%;
}
.order .consultation .consultation-right img {
  max-width: 760px;
  width: 100%;
  height: 100%;
}
.order .contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 250px;
  gap: 50px;
}
.order .contacts .messenger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  padding-left: 20px;
}
.order .contacts .messenger-icon img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.order .contacts .messenger-icon .vk {
  width: 44px;
  height: 25px;
}
.order .contacts .messenger-icon .inst {
  width: 30px;
  height: 25px;
}
.order .contacts .contact-box {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.order .contacts .contact-box a {
  text-decoration: none;
  color: #353535;
  font-family: Ruda;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.5%;
  text-align: left;
}
.order .contacts form{


  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.order .contacts input {
  width: 380px;
  height: 40px;
  padding: 0px;
  padding-left: 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.63);
  border: none;
  outline: none;
}
.order .contacts .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid rgb(131, 96, 195);
  border-radius: 6px;
  background-color: #e6e6fa;
  color: rgb(131, 96, 195);
  font-family: Ruda;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 20px;
}
.order .contacts .button:hover {
  background-color: rgba(223, 222, 231, 0.555);
}
.order .contacts .button:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.24);
}
@media (max-width: 1024px) {
  .order .consultation {
    height: 350px;
  }
  .order .consultation .consultation-left {
    width: 50%;
    padding: 0 10px 0 10px;
  }
  .order .consultation .consultation-left h1 {
    font-size: 26px;
  }
  .order .consultation .consultation-left p {
    font-size: 18px;
  }
  .order .contacts {
    gap: 40px;
  }
  .order .contacts .messenger-icon img {
    width: 20px;
    height: 20px;
  }
  .order .contacts .messenger-icon .vk {
    width: 39px;
    height: 20px;
  }
  .order .contacts .contact-box a {
    font-size: 16px;
  }
  .order .contacts form{
    flex-direction: column;
  }
  .order .contacts input {
    width: 300px;
  }
  .order .contacts .button {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .order .consultation {
    height: 400px;
  }
  .order .consultation .consultation-left {
    width: 100%;
    padding: 0 10px 0 10px;
    background-image: url(../img/order/к16.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }
  .order .consultation .consultation-left h1 {
    font-size: 26px;
  }
  .order .consultation .consultation-left p {
    font-size: 20px;
  }
  .order .consultation .consultation-left button {
    width: 160px;
    height: 40px;
    background: rgba(252, 252, 252, 0);
  }
  .order .consultation .consultation-left button:hover {
    background-color: rgba(209, 209, 209, 0.432);
  }
  .order .consultation .consultation-right {
    display: none;
  }
  .order .contacts {
    width: 95%;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    height: 20%;
  }
  .order .contacts .messenger-icon {
    padding-left: 0;
  }
  .order .contacts .button {
    width: 200px;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .order .contacts {
    justify-content: start;
  }
}
@media (max-width: 480px) {
  .order .consultation {
    height: 300px;
  }
  .order .consultation .consultation-left {
    gap: 20px;
  }
  .order .consultation .consultation-left h1 {
    font-size: 22px;
  }
  .order .consultation .consultation-left p {
    font-size: 14px;
  }
  .order .contacts {
    gap: 20px;
  }
  .order .contacts .contact-box a {
    font-size: 14px;
  }
  .order .contacts input {
    width: 250px;
  }
}

footer {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  padding-left: 20px;
}
footer .footer-menu a {
  color: #353535;
  font-family: Ruda;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}
footer .footer-menu a:hover {
  border-bottom: 3px solid #f1cc3d;
  border-radius: 2px;
}
footer .copyright {
  padding-left: 20px;
  padding-right: 20px;
}
footer .copyright p {
  color: rgb(0, 0, 0);
  font-family: Ruda;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
footer .copyright p span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  footer {
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-menu a {
    font-size: 16px;
  }
  footer .copyright {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    gap: 20px;
    padding-left: 0 ;
  }
  footer .footer-menu a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  footer {
    height: 100%;
    align-items: start;
  }
  footer .footer-menu {
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .copyright {
    padding-left: 10px;
    display: flex;
    justify-content: end;
  }
}

.preview {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 90px;
  background-image: url(../img/preview-image.png);
  height: 900px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.preview h1 {
  color: #fff;
  font-family: Ruda sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preview h2 {
  text-align: center;
  color: #fff;
  font-family: Ruda;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.preview h3{
  text-align: center;
  color: #fff;
  font-family: Ruda sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
} 
.preview a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  width: 262px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Ruda;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.preview a:hover {
  background-color: rgba(102, 102, 102, 0.4941176471);
}
.preview a:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
@media (max-width: 1024px) {
  .preview {
    height: 600px;
    gap: 50px;
  }
  .preview h1 {
    font-size: 40px;
  }
  .preview h2 {
    text-align: center;
    padding-left: 10px;
    font-size: 26px;
  }
  .preview h3 {
    text-align: center;
    padding-left: 10px;
    font-size: 26px;
  }
  .preview a {
    width: 200px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .preview {
    height: 400px;
    padding-bottom: 50px;
    gap: 30px;
  }
  .preview h1 {
    font-size: 32px;
  }
  .preview h2 {
    padding: 0;
    font-size: 22px;
  }
  .preview h3 {
    padding: 0;
    font-size: 22px;
  }
  .preview a {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .preview {
    height: 273px;
    padding-left: 10px;
    padding-bottom: 10px;
    gap: 20px;
  }
  .preview h1 {
    display: none;
  }
  .preview h2 {
    text-align: start;
    font-size: 16px;
  }
  .preview h3{
    text-align: start;
    font-size: 16px;
  }
  .preview a {
    width: 250px;
    height: 40px;
    font-size: 14px;
  }
}
.preview-two {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
 background-color: rgb(142, 132, 219);;
  height: 700px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.preview-two h3{
font-size: 26px;
font-weight: 600;
color: white;
padding: 0 100px;
text-align: center;
font-family: Vollkorn sans-serif;

}
.preview-two p{
  font-size: 24px;
  font-weight: 600;
color: white;
padding: 0 100px;
text-align: start;
font-family: Ruda;
line-height: 1.5;

}
ul{
  list-style:disc;
 
  li{
    font-size: 24px;
  font-weight: 600;
color: white;

text-align: start;
font-family: Ruda;
line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .preview-two {
    height: 600px;
    gap: 30px;
    
  }
  .preview-two h3{
    font-size: 20px;
  }
  .preview-two p{
    font-size: 18px;
  }
  .preview-two li{
    font-size: 18px;
  }
  
}
@media (max-width: 768px) {
  .preview-two {
    height: 500px;
    gap: 20px;
  }
  .preview-two h3{
    font-size: 18px;
    padding: 0 10px;
  }
  .preview-two p{
    font-size: 14px;
    padding: 0 10px;
    
  }
  .preview-two li{
    font-size: 14px;
    
    
  }
}
@media (max-width: 480px) {
  .preview-two {
    border-radius: 20px;
    padding: 20px 20px;
    gap: 10px;
  }
  .preview-two h3{
    font-size: 16px;
    text-align: start;
    padding: 0;
  }
  .preview-two p{
    line-height: 1.3;
    padding: 0;
  }
  .preview-two li{
    line-height: 1.3;
  }
}
@media (max-width: 320px){
  .preview-two {
    height: 600px;
  }
}


.diz {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.diz .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 85px;
  padding-bottom: 85px;
  font-family: Ruda;
}
.diz .title h1 {
  color: #353535;
  font-family: Ruda sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0%;
  text-align: left;
}
.diz .block-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 60px;
  margin-left: 60px;
}
.diz .block-cards .card-right {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  gap: 120px;
}
.diz .block-cards .card-right .card-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  width: 75%;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background: linear-gradient(165.62deg, rgb(142, 132, 219) 54.078%, rgb(48, 48, 52) 54.08%);
  gap: 43px;
}
.diz .block-cards .card-right .card-info .foto {
  height: 85%;
  display: flex;
}
.diz .block-cards .card-right .card-info .foto img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.diz .block-cards .card-right .card-info .text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Vollkorn;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
.diz .block-cards .card-right .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.diz .block-cards .card-right .card-title p {
  color: #000000;
  font-family: Vollkorn;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}
.diz .block-cards .card-left {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  gap: 120px;
}
.diz .block-cards .card-left .card-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  width: 75%;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background: rgb(142, 132, 219);
  gap: 43px;
}
.diz .block-cards .card-left .card-info .foto {
  height: 85%;
  display: flex;
}
.diz .block-cards .card-left .card-info .foto img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.diz .block-cards .card-left .card-info .text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Vollkorn;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
.diz .block-cards .card-left .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.diz .block-cards .card-left .card-title p {
  color: #000000;
  font-family: Vollkorn;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 9.5%;
  text-align: left;
}
@media (max-width: 1210px) {
  .diz .block-cards .card-right .card-info .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .diz .title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .diz .title h1 {
    font-size: 48px;
  }
  .diz .block-cards {
    margin: 0;
  }
  .diz .block-cards .card-right {
    gap: 80px;
  }
  .diz .block-cards .card-right .card-info {
    height: 350px;
    padding: 0 20px 0 20px;
  }
  .diz .block-cards .card-right .card-info .foto img {
    height: 80%;
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-right .card-info .text {
    font-size: 16px;
    line-height: 24px;
  }
  .diz .block-cards .card-right .card-title p {
    font-size: 30px;
  }
  .diz .block-cards .card-left {
    gap: 80px;
  }
  .diz .block-cards .card-left .card-info {
    height: 350px;
    padding: 0 20px 0 20px;
  }
  .diz .block-cards .card-left .card-info .foto img {
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-left .card-info .text {
    font-size: 16px;
    line-height: 24px;
  }
  .diz .block-cards .card-left .card-title p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .diz .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .diz .title h1 {
    font-size: 32px;
  }
  .diz .block-cards {
    margin: 0;
  }
  .diz .block-cards .card-right {
    gap: 50px;
  }
  .diz .block-cards .card-right .card-info {
    width: 100%;
    height: 300px;
    padding: 0 10px 0 10px;
    gap: 20px;
  }
  .diz .block-cards .card-right .card-info .foto {
    width: 60%;
  }
  .diz .block-cards .card-right .card-info .foto img {
    height: 80%;
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-right .card-info .text {
    font-size: 14px;
    line-height: 22px;
  }
  .diz .block-cards .card-right .card-title {
    display: none;
  }
  .diz .block-cards .card-left {
    gap: 50px;
  }
  .diz .block-cards .card-left .card-info {
    width: 100%;
    height: 300px;
    padding: 0 10px 0 10px;
    gap: 20px;
  }
  .diz .block-cards .card-left .card-info .foto {
    width: 60%;
  }
  .diz .block-cards .card-left .card-info .foto img {
    height: 60%;
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-left .card-info .text {
    font-size: 14px;
    line-height: 22px;
  }
  .diz .block-cards .card-left .card-title {
    display: none;
  }
}
@media (max-width: 480px) {
  .diz .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .diz .title h1 {
    font-size: 24px;
  }
  .diz .block-cards {
    margin: 0;
  }
  .diz .block-cards .card-right .card-info {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    gap: 20px;
  }
  .diz .block-cards .card-right .card-info .foto {
    width: 95%;
    height: 95%;
  }
  .diz .block-cards .card-right .card-info .foto img {
    height: 100%;
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-right .card-info .text {
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.5px;
  }
  .diz .block-cards .card-right .card-title {
    display: none;
  }
  .diz .block-cards .card-left .card-info {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    gap: 20px;
  }
  .diz .block-cards .card-left .card-info .foto {
    width: 95%;
    height: 95%;
  }
  .diz .block-cards .card-left .card-info .foto img {
    height: 100%;
    width: 100%;
    height: auto;
  }
  .diz .block-cards .card-left .card-info .text {
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.5px;
  }
  .diz .block-cards .card-left .card-title {
    display: none;
  }
}

.services {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
  margin-top: 70px;
}
.services .title h1 {
  color: #000000;
  font-family: Ruda;
  font-size: 56px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
}
.services .section-accardion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 75%;
  /* Acordeon styles */
}
.services .section-accardion .tab {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.services .section-accardion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.services .section-accardion .tab label {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  padding-left: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: rgb(142, 132, 219);
  cursor: pointer;
  color: #fff;
  font-family: Ruda;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
}
.services .section-accardion .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  height: 400px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  gap: 40px;
}
.services .section-accardion .tab-content .left-content {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.services .section-accardion .tab-content .left-content p {
  color: #000000;
  font-family: Vollkorn;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.services .section-accardion .tab-content .left-content a {
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 55px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
  background: rgb(142, 132, 219);
  border: none;
  color: #fff;
  font-family: Ruda;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
  text-decoration: none;
}
.services .section-accardion .tab-content .right-content{
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 50%;
}

.services .section-accardion .tab-content .left-content a:hover {
  background-color: rgb(130, 117, 228);
}
.services .section-accardion .tab-content .left-content a:active {
  transform: scale(0.98);
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.24);
}
.services .section-accardion .tab-content .right-content img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.services .section-accardion .tab input:checked ~ .tab-content {
  max-height: 100vh;
}
.services .section-accardion .tab label::after {
  position: absolute;
  right: 0;
  font-size: 24px;
  padding-right: 30px;
}
.services .section-accardion .tab input[type="checkbox"] + label::after {
  content: "+";
}
.services .section-accardion .tab input[type="checkbox"]:checked + label::after {
  content: "-";
}
@media (max-width: 1024px) {
  .services .title h1 {
    font-size: 48px;
  }
  .services .section-accardion .tab label {
    font-size: 20px;
  }
  .services .section-accardion .tab-content {
    align-items: start;
  }
  .services .section-accardion .tab-content .left-content {
    padding-top: 20px;
  }
  .services .section-accardion .tab-content .left-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  .services .section-accardion .tab-content .left-content a {
    width: 150px;
    height: 45px;
  }
  .services .section-accardion .tab-content .right-content {
    width: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .services .title h1 {
    font-size: 32px;
  }
  .services .section-accardion {
    width: 90%;
  }
  .services .section-accardion .tab label {
    font-size: 16px;
    height: 50px;
  }
  .services .section-accardion .tab-content {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    height: 100%;
    gap: 20px;
  }
  .services .section-accardion .tab-content .left-content {
    padding-bottom: 20px;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 10px;
  }
  .services .section-accardion .tab-content .left-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
  .services .section-accardion .tab-content .left-content a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .services .section-accardion .tab-content .right-content {
    padding-top: 20px;
    width: 70%;
    height: 60%;
  }
  .services .section-accardion .tab-content .right-content img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .services {
    margin-top: 20px;
    gap: 20px;
  }
  .services .title h1 {
    font-size: 24px;
  }
  .services .section-accardion {
    width: 90%;
  }
  .services .section-accardion .tab label {
    font-size: 14px;
    height: 50px;
    padding-left: 10px;
  }
  .services .section-accardion .tab-content .left-content {
    padding: 0 0 20px 0;
  }
  .services .section-accardion .tab-content .left-content p {
    font-size: 14px;
  }
  .services .section-accardion .tab-content .right-content {
    width: 100%;
    height: 60%;
  }
  .services .section-accardion .tab-content .right-content img {
    width: 100%;
    height: 100%;
  }
}
.reviews{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  flex-direction: column;
  h2{
    margin-top: 84px;
    color: #353535;
    font-family: Ruda;
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
  }
  .swiper {
    margin-top: 100px;
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    width: 450px;
    height: 750px;
    text-align: center;
    font-size: 18px;
    background: rgb(142, 132, 219);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    gap: 10px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius:10px  10px 0 0;
  }
  .swiper-slide h5{
    color: white;
    font-size: 20px;
    line-height: 1.1;
    text-align: start;
    padding:0 10px;
    box-sizing: border-box;
    font-family: Vollkorn sans-serif;
  }
  .Name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding:  10px;
    box-sizing: border-box;
    
  }
  .swiper-slide p{
    color: white;
    font-size: 20px;
    font-family: Vollkorn sans-serif;
    
  }
}
@media (max-width: 1024px) {
  .reviews{
    margin-top: 30px;
    h2{
      margin-top: 50px;
      font-size: 48px;
    }
    .swiper {
      margin-top: 50px;
    }
    .swiper-slide {
      width: 400px;
      height: 850px;
    }
  }
  
  
}
@media (max-width: 768px){
  .reviews{
    h2{
      font-size: 32px;
    }
    .swiper-slide {
      width: 320px;
      height: 750px;
    }
    .swiper-slide h5{
      font-size: 16px;
    }
    .swiper-slide p{
      font-size: 16px;
    }
    
  }
}
@media (max-width: 480px){
  .reviews{
    h2{
      font-size: 24px;
    }
    .swiper-slide {
    
      height: 670px;
    }
    .swiper-slide h5{
      font-size: 14px;
      line-height: 1.2;
      
    }
    .swiper-slide p{
      font-size: 14px;
    }
  }
}

.portfolio {
  margin-top: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.portfolio h1 {
  color: #000000;
  font-family: Ruda;
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  text-align: left;
}
.portfolio .titleText {
  display: flex;
  align-items: center;

  justify-content: center;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  margin: 64px 10px 0 10px;
}
.portfolio .titleText a {
  text-decoration: none;
  color: #000000;
  font-family: Ruda;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 7%;
  text-align: left;
}
.portfolio .titleText a::first-letter {
  text-transform: capitalize;
}
.portfolio .titleText a:hover {
  transform: scale(1.01);
  text-shadow: 3px 3px 2px rgb(184, 184, 184);
}
.portfolio .photoBlock {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.portfolio .photoBlock img {
  max-height: 250px;
  object-fit: cover;

  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 300ms ease;
}
.portfolio .photoBlock img:hover {
  transform: scale(1.05);
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  .portfolio h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .portfolio h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .portfolio {
    margin-top: 120px;
  }
  .portfolio h1 {
    font-size: 24px;
  }
  .portfolio .titleText {
    margin-top: 30px;
  }
  .portfolio .titleText a {
    font-size: 20px;
  }
  
}

.about {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
  /* Accordion styles */
}
.about h1 {
  margin-top: 84px;
  color: #353535;
  font-family: Ruda;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
}
.about input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.about .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .row .col {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .tabs {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.about .tab {
  width: 95%;
  border-radius: 8px;
  color: white;
  overflow: hidden;
}
.about .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 20px;
  background: rgb(142, 132, 219);
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.about .tab-label img{
 width: 30%;
 height: 500px;
 border-radius: 10px;
}
.about .tab-label .textabout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .tab-label .textabout h2 {
  color: rgb(255, 255, 255);
  font-family: Vollkorn sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
}
.about .tab-label .textabout p {
  margin-top: 25px;
  color: rgb(255, 255, 255);
  font-family: Vollkorn  sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
}
.about .tab-label .textabout .button {
  margin-top: 40px;
  width: 200px;
  height: 48px;
}
.about .tab-label::after {
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.about .tab-content {
  max-height: 0;
  color: white;
  background: rgb(142, 132, 219);
  transition: all 0.35s;
}
.about .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: rgb(142, 132, 219);
  cursor: pointer;
}
.about input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.about input:checked ~ .tab-content {
  max-height: 400vh;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 60px;
}
.about input:checked ~ .tab-content .info1 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row;
  gap: 50px;
}
.about input:checked ~ .tab-content .info1 img {
  border-radius: 10px;
  width: 30%;
  height: 500px;
}
.about input:checked ~ .tab-content .info1 P {
  color: rgb(255, 255, 255);
  font-family: Vollkorn sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5%;
  text-align: left;
}
@media (max-width: 1024px) {
  .about h1 {
    margin-top: 50px;
    font-size: 48px;
  }
  .about .tab-label {
    gap: 30px;
  }
  .about .tab-label img {
    width: 400px;
    height: 250px;
  }
  .about .tab-label .textabout h2 {
    font-size: 30px;
  }
  .about .tab-label .textabout p {
    font-size: 20px;
    line-height: 22px;
  }
  .about input:checked ~ .tab-content .info1 {
    gap: 30px;
  }
  .about input:checked ~ .tab-content .info1 img {
    width: 400px;
    height: 250px;
  }
  .about input:checked ~ .tab-content .info1 p {
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .about h1 {
    font-size: 32px;
  }
  .about .tab-label {
    flex-direction: column;
  }
  .about .tab-label img {
    width: 270px;
    height: 340px;
  }
  .about .tab-label .textabout {
    align-items: start;
  }
  .about .tab-label .textabout h2 {
    font-size: 24px;
  }
  .about .tab-label .textabout p {
    font-size: 18px;
  }
  .about input:checked ~ .tab-content {
    padding-bottom: 20px;
    gap: 50px;
  }
  .about input:checked ~ .tab-content .info1 {
    flex-direction: column;
    align-items: center;
  }
  .about input:checked ~ .tab-content .info1 img {
   height: 400px;
   width: 350px;
  }
  .about input:checked ~ .tab-content .info1 p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .about h1 {
    font-size: 24px;
  }
  .about .tab-label img {
    width: 200px;
    height: auto;
  }
  .about .tab-label .textabout p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .about input:checked ~ .tab-content .info1 img {
    width: 250px;
    height: 330px;
  }
  .about input:checked ~ .tab-content .info1 p {
    font-size: 14px;
    line-height: 20px;
  }
}

.previewServis {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 90px;
  /* фото было тут */
  height: 900px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.previewServis h1 {
  color: #fff;
  font-family: Ruda;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.previewServis h2 {
  color: #fff;
  font-family: Ruda;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.previewServis a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  width: 262px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Ruda;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.previewServis a:hover {
  background-color: rgba(102, 102, 102, 0.4941176471);
}
.previewServis a:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
@media (max-width: 1024px) {
  .previewServis {
    height: 600px;
  }
  .previewServis h1 {
    font-size: 40px;
  }
  .previewServis h2 {
    text-align: center;
    padding-left: 10px;
    font-size: 26px;
  }
  .previewServis a {
    width: 200px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .previewServis {
    height: 400px;
    padding-bottom: 50px;
  }
  .previewServis h1 {
    font-size: 32px;
  }
  .previewServis h2 {
    padding: 0;
    font-size: 22px;
  }
  .previewServis button {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .previewServis {
    height: 273px;
    padding-left: 10px;
    padding-bottom: 10px;
    gap: 20px;
  }
  .previewServis h1 {
    font-size: 32px;
  }
  .previewServis h2 {
    text-align: start;
    font-size: 16px;
  }
  .previewServis a {
    width: 250px;
    height: 40px;
    font-size: 14px;
  }
}

.infoservis {
  margin-top: 130px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
}
.infoservis h1 {
  color: #353535;
  font-family: Ruda;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.infoservis .textserv {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row;
  gap: 140px;
}
.infoservis .textserv p {
  color: #353535;
  font-family: Ruda;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: justify;
  column-count: 2;
  column-gap: 140px;
}
@media (max-width: 1024px) {
  .infoservis {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .infoservis h1 {
    font-size: 32px;
  }
  .infoservis .textserv p {
    column-gap: 25px;
  }
}
@media (max-width: 768px) {
  .infoservis {
    padding-left: 50px;
    padding-right: 50px;
  }
  .infoservis .textserv p {
    font-size: 16px;
    line-height: 25px;
    column-count: 1;
  }
}
@media (max-width: 480px) {
  .infoservis {
    padding-left: 20px;
    padding-right: 20px;
  }
  .infoservis h1 {
    font-size: 24px;
  }
  .infoservis .textserv p {
    font-size: 14px;
    line-height: 20px;
    column-count: 1;
  }
}

.stagesWork {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-top: 85px;
  padding: 0 100px 0 100px;
  gap: 50px;
}
@media (max-width: 1024px) {
  .stagesWork {
    padding: 0 20px 0 20px;
  }
}
.stagesWork h1 {
  color: #353535;
  font-family: Ruda;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.stagesWork .stages-of-work {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.stagesWork .stages-of-work .work {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 25px 50px;
}
.stagesWork .stages-of-work .work h1 {
  color: #353535;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .stagesWork .stages-of-work .work h1 {
    font-size: 50px;
  }
}
.stagesWork .stages-of-work .work h2 {
  color: #353535;
  font-family: Ruda;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}
@media (max-width: 1440px) {
  .stagesWork .stages-of-work .work h2 {
    font-size: 32px;
  }
}
.stagesWork .stages-of-work .work P {
  width: 60%;
  color: #353535;
  font-family: Ruda;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .stagesWork .stages-of-work .work {
    gap: 50px;
    justify-content: start;
  }
  .stagesWork .stages-of-work .work h1 {
    font-size: 42px;
  }
  .stagesWork .stages-of-work .work h2 {
    display: none;
  }
  .stagesWork .stages-of-work .work p {
    width: 100%;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .stagesWork {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .stagesWork h1 {
    font-size: 32px;
  }
  .stagesWork .stages-of-work .work {
    padding: 25px 25px;
    gap: 40px;
  }
  .stagesWork .stages-of-work .work h1 {
    font-size: 32px;
  }
  .stagesWork .stages-of-work .work p {
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .stagesWork {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stagesWork h1 {
    font-size: 24px;
  }
  .stagesWork .stages-of-work .work {
    padding: 25px 25px;
    gap: 40px;
  }
  .stagesWork .stages-of-work .work h1 {
    font-size: 32px;
  }
  .stagesWork .stages-of-work .work p {
    font-size: 14px;
    line-height: 20px;
  }
}

:root {
  --swiper-theme-color: #e6e6fa;
}

.Swipersection {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
  gap: 50px;
}
.Swipersection h1 {
  padding-left: 100px;
  color: rgb(53, 53, 53);
  font-family: Ruda;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.Swipersection .swiper {
  width: 100%;
  height: 100%;
}
.Swipersection .swiper-wrapper {
  display: flex;
}
.Swipersection .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 500px;
}
@media (max-width: 375px) {
  .Swipersection .swiper-slide {
    width: 375px;
    height: 300px;
  }
}
.Swipersection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .Swipersection .swiper-slide {
    width: 384px;
    height:350px;
  }
  
}
@media (max-width: 768px) {
  .Swipersection {
    margin-top: 50px;
  }
  .Swipersection h1 {
    font-size: 32px;
    padding-left: 50px;
  }
  .Swipersection .swiper-slide {
    width: 50%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .Swipersection h1 {
    font-size: 24px;
    padding-left: 20px;
  }
  .Swipersection .swiper-slide {
    width: 425px;
    height: 400px;
  }
}
@media (max-width: 480px) and (max-width: 375px) {
  .Swipersection .swiper-slide {
    width: 100%;
    height: 400px;
  }
}
