/* * {
  border: 1px solid red;
} */
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url(../fonts/MuseoSansCyrl.otf);
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url(../fonts/MuseoSansCyrl_0.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url(../fonts/MuseoSansCyrl_1.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url(../fonts/MuseoSansCyrl_2.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url(../fonts/MuseoSansCyrl_3.otf);
  font-weight: 900;
  font-style: normal;
}

body {
  max-width: 1920px;
  height: auto;
  margin: auto;
  padding: 0;
  font-family: 'MuseoSansCyrl', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
}

h1 {
  color: #ffffff;
  font-family: "MuseoSansCyrl";
  font-size: 55px;
  font-weight: 900;
  line-height: 71px;
}

h2 {
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 55px;
  font-weight: 900;
  line-height: 64.98px;
}

h3 {
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.99px;
  letter-spacing: 0.48px;
}

h5 {
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 27.99px;
}

p {
  color: #ffffff;
  font-family: "MuseoSansCyrl";
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.42px;
}

.container {
  max-width: 1170px;
  padding: 30px;
  margin: auto;
}

/* Шапка сайта */
/* HEADER */
header {
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1920px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-header img {
  width: 267px;
  height: 58px;
}

.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
  height: auto;
}

.main-header h1 {
  max-width: 900px;
}

.main-header p {
  max-width: 630px;
  color: #fff;
  font-weight: 400;
}

.submit {
  width: 352px;
  height: 72px;
  font-size: 21px;
  color: #fff;
  background-color: #c2d82e;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 -2px rgba(255, 255, 255, 0.9);
}

.main-header .submit {
  margin-top: 20px;
}

button {
  cursor: pointer;
}

/*
Контентная часть

MAIN
Block-1 */
.block-1 {
  max-width: 1920px;
  max-height: 500px;
  background-color: #f0f0f0;
  margin: 0 auto;
  padding: 0;
}

.subunit {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
  padding: 0;
}

.subunit img {
  max-width: 500px;
  max-height: 500px;
  margin: 0;
}

.subunit-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-left: 50px;
  margin-right: 20px;
}

.subunit-1 h2 {
  font-size: 55px;
  line-height: 64.98px;
  margin: 0;
  margin-bottom: 50px;
}

.subunit-1 p {
  max-width: 564px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 21px;
  font-weight: 500;
  line-height: 27.99px;
  letter-spacing: 0.42px;
  margin: 0;
}

/* Block-2 */
.block-2 {
  max-width: 1920px;
  max-height: 970px;
  background-image: url("../img/bg-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px;
  padding-top: 80px;
}

.block-2 h2 {
  max-width: 1100px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 44px;
  font-weight: 900;
  line-height: 64.98px;
  margin: auto;
}

.subunit-2-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

/*
.slider {
  max-width: 345px;
  width: 100%;
  max-height: 692px;
  height: 100%;
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid red;
  margin: auto;
}
.slider img{
  border:1px solid red;
  max-width: 345px;
  width: 100%;
  max-height: 692px;
  height: 100%;
  margin: 0;
  padding: 0;
} */
.frame img {
  position: absolute;
  z-index: 999;
}

.slideshow {
  position: relative;
  width: 300px;
  height: 650px;
  /* border: 1px solid red; */
  overflow: hidden;
  z-index: 2;
  margin-left: 25px;
  margin-top: 22px;
  border-radius: 30px;
}

.slideshow img {
  position: absolute;
  left: 0px;
  top: 0;
  animation: slide 10s infinite;
  animation-delay: 0s;
  width: 300px;
  height: 650px;

}

.slideshow img:nth-child(2) {
  animation-delay: 2.5s;
}

.slideshow img:nth-child(3) {
  animation-delay: 5s;
}

.slideshow img:nth-child(4) {
  animation-delay: 7.5s;
}

@keyframes slide {
  0% {
    transform: translateX(300px);
    opacity: 1;
  }

  25% {
    transform: translateX(0px);
    opacity: 1;
  }

  50% {
    transform: translateX(-300px);
    opacity: 1;
  }

  50.1%,
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.subunit-2-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}

.subunit-2-2 h5 {
  max-width: 550px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 27.99px;
}

.subunit-2-2 ul {
  max-width: 600px;
  max-height: 350px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subunit-2-2 li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}

.subunit-2-2 img {
  width: 30px;
  height: 30px;
  background-size: cover;
  margin-right: 23px;
}

.subunit-2-2 span {
  font-size: 21px;
  font-weight: 400;
  line-height: 27.99px;
  letter-spacing: 0.42px;
  padding: 10px;
}

/* Block 3  */
.block-3 {
  max-width: 1920px;
  max-height: 1920px;
  background-color: #fff;
  padding: 10px;
}

.block-3 h2 {
  text-align: center;
  margin: 20px 0px;
}

.block-3 p {
  max-width: 790px;
  color: #212121;
  font-size: 21px;
  font-weight: 400;
  line-height: 27.99px;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
  margin: auto;
}

.subunit-3-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.subunit-3-1 img {
  max-width: 500px;
  max-height: 690px;
}

.subunit-3-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 660px;
  margin-top: 30px;
}

.icons {
  width: 75px;
  height: 75px;
  background-color: #C2D82E;
  background-size: cover;
  border-radius: 50%;
  padding: 2px;
  margin-top: 40px;
}

.icons img {
  margin-left: 8px;
  margin-top: 8px;
}

.subunit-3-4 {
  max-width: 570px;
}

.subunit-3-4 h3 {
  max-width: 250px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.99px;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 5px;
  margin-left: 24px;
}

.subunit-3-4 p {
  text-align: left;
  font-size: 18px;
  max-width: 550px;
  margin-left: 24px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 18px;
  font-weight: 100;
  line-height: 27.99px;
  letter-spacing: 0.36px;
}

.block-3-p {
  margin: 10px auto;
  max-width: 800px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 21px;
  font-weight: 400;
  line-height: 27.99px;
  letter-spacing: 0.42px;
}

.block-3-p p {
  text-align: left;
}

/* Block-4 */
.block-4 {
  max-width: 1920px;
  max-height: 992px;
  background-image: url("../img/bg-2.jpg");
  background-position: center;
  background-size: cover;
  padding: 10px;
}

.block-4 h2 {
  max-width: 920px;
  color: #212121;
  font-size: 55px;
  font-weight: 900;
  line-height: 64.98px;
  margin: auto;
  margin-top: 80px;
}

.block-4 p {
  max-width: 920px;
  color: #212121;
  font-size: 21px;
  font-weight: 500;
  line-height: 27.99px;
  letter-spacing: 0.42px;
  margin: auto;
  margin-top: 10px;
}

.block-4-1 {
  max-width: 840px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}

.block-4-2 {
  width: 380px;
  height: 420px;
  border: 4px solid #C2D82E;
  border-radius: 10px;
  padding: 0;
}

.block-4-2 h5 {
  width: 380px;
  height: 60px;
  background-color: #C2D82E;
  color: #212121;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-top: 22px;
  font-size: 24px;
  font-weight: 900;
  line-height: 27.99px;
  letter-spacing: 0.48px;
}

.block-4-2 p {
  width: 316px;
  color: #212121;
  text-align: left;
  margin: 33px 30px;
  font-size: 21px;
  font-weight: 100;
  line-height: 27.99px;
  letter-spacing: 0.42px;
}

.block-4-right {
  border: 4px solid #EC7362;
}

.block-4-right h5 {
  background-color: #EC7362;
}

/* Footer */
.main-footer {
  max-width: 1920px;
  height: 1160px;
  background-image: url("../img/footer.jpg");
  background-size: cover;
  background-position: center;
  margin: auto;
  padding: 10px;
}

.main-footer h2 {
  max-width: 430px;
  color: #ffffff;
  font-size: 55px;
  font-weight: 900;
  line-height: 64.98px;
  text-align: center;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 110px;
}

.footer-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1170px;
  max-height: 620px;
}

.footer-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 390px;
}

.footer-2 h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}

.footer-2 p {
  color: #fff;
  margin: 0;
  max-width: 350px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.42px;
}

form {
  max-width: 765px;
  width: 100%;
  max-height: 610px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 75px;
  margin-left: 50px;
}

fieldset {
  border: none;
  padding: 0;
  margin: auto;
  /* max-width: 700px; */
}

legend {
  max-width: 300px;
  color: #212121;
  font-family: "MuseoSansCyrl";
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.7px;
  margin: 0 auto;
}

fieldset input {
  max-width: 765px;
  width: 94%;
  height: 71px;
  border: 1px solid #B7BAC3;
  border-radius: 10px;
  padding-left: 35px;
  font-size: 21px;
  margin-bottom: 24px;
  margin-left: 0;
}

.name {
  margin-top: 40px;
}

fieldset textarea {
  border: 1px solid #B7BAC3;
  border-radius: 10px;
  max-width: 765px;
  width: 95%;
  padding-left: 30px;
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 40px;
  resize: none;
  height: 167px;
}

fieldset button {
  max-width: 500px;
  width: 100%;
  height: 70px;
  background-color: #C2D82E;
  border: 0;
  border-radius: 10px;
  color: #231e1a;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.42px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.sweet-alert p {
	color: #000;
}
* {
	outline: none;
}