@import "reset-style.css";
@import "styles.css";
@import "../slick/slick-theme.css";
@import "../slick/slick.css";

/* Tailwind */
@tailwind base;
@tailwind components;
@tailwind utilities;

.services li {
  padding-left: 40px;
  position: relative;
}

.services li::before {
  content: "";
  background-image: url(/images/icons/check-white.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
}

.services-button:hover {
  outline: solid 4px #1b43f9;
}
/* Методики */
.methods-item .one {
  border-radius: 0 0 0 20px;
  border-left: solid 2px #f4f6ff;
  border-bottom: solid 2px #f4f6ff;
  margin-right: 19px;
  padding: 20px 0 60px 90px;
  position: relative;
}
.methods-item .one:before {
  content: "1";
  position: absolute;
  left: -30px;
  top: 0;
  background-color: #f4f6ff;
  width: 60px;
  height: 60px;
  color: #1e3479;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: CynthoNext;
}
.methods-item .two {
  border-radius: 0 20px 20px 0px;
  padding: 40px;
  border-right: solid 2px #f4f6ff;
  border-top: solid 2px #f4f6ff;
  border-bottom: solid 2px #f4f6ff;
  margin-top: -2px;
  margin-left: 19px;
  position: relative;
}
.methods-item .two:before {
  content: "2";
  position: absolute;
  right: -30px;
  top: calc(50% - 30px);
  background-color: #f4f6ff;
  width: 60px;
  height: 60px;
  color: #1e3479;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: CynthoNext;
}
.methods-item .two.custtom:before {
  content: "4";
}
.two-l {
  padding: 20px 0 60px 90px;
}
.methods-item .three {
  border-radius: 20px 0 0 20px;
  padding: 20px;
  border-top: solid 2px #f4f6ff;
  border-left: solid 2px #f4f6ff;
  margin-top: -2px;
  margin-right: 19px;
  border-bottom: solid 2px #f4f6ff;
  padding: 60px 0 60px 90px;
  position: relative;
}
.methods-item .three:before {
  content: "3";
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
  background-color: #f4f6ff;
  width: 60px;
  height: 60px;
  color: #1e3479;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: CynthoNext;
}
.methods-item .four {


  /* border-left: solid 2px #f4f6ff;
  border-top: solid 2px #f4f6ff;
  margin-top: -2px;
  margin-right: 19px;
  position: relative; */

  border-radius: 20px 0 0 20px;
  padding: 20px;
  border-top: solid 2px #f4f6ff;
  border-left: solid 2px #f4f6ff;
  margin-top: -2px;
  margin-right: 19px;
  /* border-bottom: solid 2px #f4f6ff; */
  padding: 60px 0 60px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.methods-item .four:before {
  content: "5";
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
  background-color: #f4f6ff;
  width: 60px;
  height: 60px;
  color: #1e3479;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: CynthoNext;
}
.methods-item .four:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  height: calc(50% - 30px);
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.four-l {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
::placeholder {
  color: #1e3479 !important;
  opacity: 1;
}
/* формы */
form input,
form select,
form textarea,
form label {
  color: #1e3479;
}

/* Слайдер отзывов */
.reviews-slider-box .slick-track {
  display: flex;
  gap: 20px;
}
@media(max-width: 980px){
  .methods-item{
    zoom: 0.9;
  }
}

@media(max-width: 768px){
  .methods-item .one:before, .methods-item .two:before, .methods-item .three:before, .methods-item .four:before{
     display: none;
  }
  .methods-item .one, .methods-item .two, .methods-item .three, .methods-item .four, .methods-item .two-l, .methods-item .four-l{
    border: none;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
 }
}
