* {
  box-sizing: border-box;
  font-family: 'Tilda Sans';
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  width: 1400px;
  margin: 0 auto;
  max-width: 95%;
}

h1, h2, h4, h5, h6 {
  /* font-family: "Cormorant"; */
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p, a, li, h3 {
  margin: 0;
  padding: 0;
}

.section {
  padding: 90px 0;
}

.text {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.title {
  font-size: 64px;
  font-weight: 700;
}

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

.light {
  color: #ffffff;
}

.center {
  text-align: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  cursor: pointer;
  outline: none;
  border-radius: 48px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 65px;
  transition: all 0.2s;
  border: none;
}
 
.main-button {
  background: #54AC45;
  color: #ffffff;
}

.button-o {
  color: #54AC45;
  background: #EEF7EC;
  cursor: pointer;
  text-decoration: none;
}

.button-o:hover {
  background: #54AC45;
  color: #ffffff;
}

.input {
  font-size: 20px;
  height: 80px;
  border: 2px solid transparent;
  background: #F3F4F7;
  border-radius: 48px;
  padding: 0 30px;
  outline: none;
  transition: all 0.2s
}

.input:focus, .input:hover {
  border-color: #54AC45;
  background: #ffffff;
}

.text-success {
  color: #7A8C00 !important;
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .text {
    font-size: 16px;
  }
  
  .title {
    font-size: 36px;
  }

  .button {
    padding: 0 40px;
    height: 65px;
    font-size: 16px;
  }

  .input {
    height: 65px;
    font-size: 16px;
  }

  .section {
    padding: 45px 0;
  }

  .text-sm {
    font-size: 16px;
  }

  .modal-form {
    width: 100% !important;
    margin-top: 15px;
  }

  .modal-content {
    border-radius: 24px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text {
    font-size: 18px;
  }

  .title {
    font-size: 42px;
  }

  .button {
    padding: 0 45px;
    height: 70px;
    font-size: 16px;
  }

  .input {
    height: 70px;
    font-size: 16px;
  }

  .section {
    padding: 60px 0;
  }

  .text-sm {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text {
    font-size: 20px;
  }

  .title {
    font-size: 48px;
  }

  .button {
    padding: 0 50px;
    height: 75px;
    font-size: 16px;
  }

  .input {
    height: 75px;
    font-size: 16px;
  }

  .section {
    padding: 70px 0;
  }
}


/* ABOUT */

.about {
  background: url("../images/about-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
}

.about-heading {
  margin-bottom: 60px;
}

.about-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.about-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.about__descr {
  font-weight: 600;
  margin-top: 90px;
  display: flex;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .about-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .about__descr {
    margin-top: 20px;
  }

  .about-heading {
    margin-bottom: 30px;
  }

  .about-list__item img {
    width: 22px;
    gap: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-heading {
    margin-bottom: 40px;
  }

  .about__descr {
    margin-top: 60px;
  }
}


/* ABOUT-END */


/* PRODUCT */

.product__pretitle, .product__title {
  text-align: center;
}

.product__pretitle {
  color: #4262AD;
}

.product__title {
  margin-bottom: 60px;
}

.product-item {
  border-radius: 24px;
  background: #F7F7F7;
  overflow: hidden;
}

.product-item img {
  width: 100%;
}

.product-item-body {
  padding: 40px;
}

.product-item__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #141414;
}

.product-item__descr {
  color: #141414;
}

.product-slider {
  position: relative;
}

.product__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
  min-height: 585px;
  background: #F7F7F7;
  border-radius: 24px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #4262AD;
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: -75px;
}

.slick-dots li button:before {
  font-size: 16px;
}

.slick-dots {
  bottom: -35px;
}

.slick-next {
  right: -75px;
}

.slick-arrow::before {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .slick-slide {
    min-height: 500px !important;
  }

  .product-item-body {
    padding: 25px;
  }

  .product__title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product__title {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
  .slick-arrow {
    display: none !important;
  }
}

/* PRODUCT-END */


/* MAIN */

.main {
  background: url("../images/main-bg.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 310px;
}

.main-content {
  margin-top: 190px;
  max-width: 996px;
}

.main-content__descr {
  margin-bottom: 64px;
  margin-top: 32px;
}

.main-content-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}

.main-header-mail a {
  color: #ffffff;
  font-weight: 500;
}

.main-header-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  .main-content-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .main-content-buttons .button {
    width: 100%;
  }

  .main-content__descr {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .main-content {
    margin-top: 190px;
    margin-top: 90px;
  }

  .main {
    padding-bottom: 100px;
  }

  .main-content__title {
    font-size: 32px;
  }
}

@media screen and (min-width: 320px) and (max-width: 990px) {
  .main-header-list, .main-header-mail {
    display: none;
  }
}

/* MAIN-END */


/* FOOTER */

.footer {
  background: #202228;
  padding: 50px 0;
}

.footer-block {
  display: grid;
  row-gap: 25px;
}

.footer__image {
  grid-columns: 1/-1;
}	

.footer__address p{
  margin-bottom: 10px;
  font-style: normal;  
  color: #ffffff; }

.footer-text {
  color: #ffffff;
  max-width: 550px;
}

.footer-text a {
  color: #ffffff;
}

.footer__phone--margin {
   margin-left: 20px;
}

.footer-text__descr {
  margin-bottom: 31px;
}

.footer-text__link {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .footer {
    padding: 35px 0;
  }
}

@media screen and (min-width: 992px) {
  .footer-block {
    grid-template-columns: 444px 1fr;
    column-gap: 50px;
 }

  .footer__image {
    grid-column: 1/2;
    grid-row: 1/-1;
 }

  .footer__address {
    align-self: center;
    grid-column: 2/-1;
 }
  .footer__phone {
    grid-column: 2/-1;
 }

  .footer__email {
    grid-column: 2/-1;
 }
}
/* FOOTER-END */



/* MODAL */

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-active {
  visibility: visible;
  opacity: 1;
}
.modal-content {
  padding: 70px;
  background: #ffffff;
  border-radius: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 650px;
  max-width: 95%;
  gap: 24px;
  max-height: 95%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-content {
    padding: 30px;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .modal-content {
    padding: 35px;
    gap: 16px;
  }
}
.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 85%;
}
.modal-form input, .modal-form button {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-form {
    gap: 16px;
  }
}
.modal__text {
  font-weight: 500;
}
.modal__close {
  position: absolute;
  top: 33px;
  right: 33px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal__close {
    top: 15px;
    right: 15px;
  }
}
.modal__title {
  font-weight: 500;
}

/* MODAL-END */

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* INFO */
.info {
  background: #F1F3F6;
}

.text {
  font-size: 28px;
}

.info__descr {
  color: #141414;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .text {
    font-size: 22px;
  }
}

/* INFO-END */


/* MORE */
.more {
  display: grid;
  grid-template-columns: 50% 50%;
}

.more-content {
  padding: 100px;
}

.more-img {
  width: 100%;
}

.more__title {
  margin-bottom: 30px;
}

.list {
  margin-left: 30px;
  margin-bottom: 30px;
}

.more__descr {
  margin-bottom: 50px;
}

.more-img:first-child {
  background: url("../images/more-img.png") center center no-repeat;
  background-size: cover;
}

.more-img:last-child {
  background: url("../images/more-img-2.png") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .more-content {
    padding: 30px 15px;
  }

  .more {
    grid-template-columns: 100%;
  }

  .more-img {
    height: 300px;
  }

  .more-img:last-child {
    grid-column: 1;
    grid-row: 1;
  }

  .more-content:last-child {
    order: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .more-content {
    padding: 45px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .more-content {
    padding: 60px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .more-content {
    padding: 75px;
  }
}

/* MORE-END */
