@charset "UTF-8";
html,
body,
div,
span,
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%;
  vertical-align: baseline;
}

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

body {
  line-height: 1.2;
}

ol {
  list-style: decimal;
}

ul {
  padding-left: 1.4em;
  list-style: square;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

* {
  outline: none;
}

html,
body {
  height: 100%;
}

.wraper {
  width: 100%;
  background: #f6f7fa;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  overflow: hidden;
}

.main .container {
  padding-bottom: 78px;
}

@media (max-width: 992px) {
  .main .container {
    padding-bottom: 47px;
  }
}
.wrap {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1500.98px) {
  .wrap {
    margin: 0 100px;
  }
}
@media (max-width: 991.98px) {
  .main__sale {
    order: 1;
  }

  .company {
    order: 2;
  }

  .shipping {
    order: 3;
  }

  .form1 {
    order: 4;
  }

  .team {
    order: 5;
  }

  .reviews {
    order: 6;
  }

  .partnership {
    order: 7;
  }

  .support {
    order: 8;
  }

  .form2 {
    order: 9;
  }
}
.main {
  flex: 1 1 auto;
}

/*succes**********************************************************/
.sale__success {
  position: absolute;
  width: 105%;
  height: 105%;
  z-index: 6;
  background: #f6f7fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 4px;
  left: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.success__visibility {
  opacity: 1;
  transition: all 1s;
  visibility: visible;
}

.success__circle {
  margin-top: -100px;
}
.success__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  margin-top: 42px;
  font-size: 39.5px;
  line-height: 48px;
  text-align: center;
  color: #272727;
}
.success__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 31.5px;
  line-height: 37px;
  text-align: center;
  color: #272727;
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .sale__success {
    position: absolute;
    width: 105%;
    height: 105%;
    z-index: 2;
    top: -2px;
    left: -2px;
  }

  .success__circle {
    margin-top: 0px;
  }
  .success__title {
    margin-top: 10px;
    font-size: 27px;
    line-height: 33px;
  }
  .success__text {
    font-size: 22px;
    line-height: 26px;
  }
}
.form .sale__success {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .form .sale__success {
    position: absolute;
    background: #f6f7fa;
    box-shadow: none;
    width: 105%;
    height: 105%;
    z-index: 2;
    top: -5px;
    left: -3px;
  }
}
/******sale*********************************************************/
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.num-0 {
  width: 100%;
}

.tel-0 {
  position: relative;
}

.tel-0.validblock::after {
  top: 15px;
  right: 15px;
}

.telmobile.validblock {
  position: relative;
}
.telmobile.validblock::after {
  top: -2px;
  right: 15px;
}

.main__sale {
  display: flex;
  margin: 70px -20px 0 -20px;
  align-items: center;
}

.sale__content {
  flex-basis: 40%;
  margin: 0 20px 0 20px;
  position: relative;
}
.sale__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #272727;
  max-width: 457px;
  margin-top: 33px;
}
.sale__form {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  max-width: 453px;
  text-align: center;
}
.sale__input {
  margin-bottom: 22px;
  padding: 16px 18px;
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  border: 0.138889px solid rgba(255, 255, 255, 0.47);
  box-sizing: border-box;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 7.5px rgba(255, 255, 255, 0.8), inset 4px 4px 7.5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #3e3e3e;
}
.sale__button {
  position: relative;
  background: inherit;
  border: none;
  cursor: pointer;
  padding: 15px;
  position: relative;
  margin-top: 22px;
}
.sale__video {
  margin: 0px 20px 0 20px;
  position: relative;
  flex-basis: 60%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  color: #272727;
}

.button__svg {
  position: absolute;
  height: 19px;
  width: 19px;
  fill: #fff;
  right: 15px;
}

input::placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #3e3e3e;
  opacity: 0.7;
}

.button {
  background: linear-gradient(113.72deg, #27ae60 -2.44%, #289b59 104.54%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  border-radius: 7px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .button:before {
    background: linear-gradient(113.72deg, #27ae60 -2.44%, #289b59 104.54%);
    border: 0.138889px solid rgba(255, 255, 255, 0.47);
    box-sizing: border-box;
    box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 12px rgba(255, 255, 255, 0.3), inset 4px 4px 10.5px rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 0;
    transition: opacity 0.45s;
    border-radius: 7px;
    transition: all 0.2s;
  }
  .button:hover:before {
    opacity: 1;
  }
}

.button__name {
  position: relative;
}

.button:active {
  background: linear-gradient(113.72deg, #27ae60 -2.44%, #289b59 104.54%);
  box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.22), inset 2px 2px 6px rgba(0, 0, 0, 0.49);
}

/*select__city**********************************************************************/
.form__select {
  position: relative;
}

.block-select {
  display: block;
}

.__none {
  display: none;
}

.form__select.__is-active .select__body {
  display: block;
}

.select__city {
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  border: 0.138889px solid rgba(255, 255, 255, 0.47);
  box-sizing: border-box;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 7.5px rgba(255, 255, 255, 0.8), inset 4px 4px 7.5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  position: relative;
}
.select__current {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #3e3e3e;
  padding: 16px 18px;
  display: block;
  text-align: left;
}
.select__current p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  opacity: 0.7;
}
.select__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  border: 7px solid transparent;
  border-top: 7px solid #000;
}
.select__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  border: 0.138889px solid rgba(255, 255, 255, 0.47);
  box-sizing: border-box;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 7.5px rgba(255, 255, 255, 0.8), inset 4px 4px 7.5px rgba(0, 0, 0, 0.1);
  border-top: none;
  display: none;
  overflow: auto;
  font-size: 16px;
  line-height: 19px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  border-radius: 0 0 7px 7px;
}
.select__item {
  line-height: 24px;
  padding: 8px;
}
.select__item:hover {
  background: radial-gradient(53.76% 96.05% at 48.12% 55.42%, #292828 0%, #343434 100%);
  color: #fff;
}

.mobile {
  display: none;
}

/*sale-media*************************************************************************************
****************************************************************************************************/
@media (min-width: 992px) {
  .sale__content .title {
    line-height: 45px;
  }

  .sale__text {
    margin-top: 10px;
  }

  .sale__form {
    margin-top: 15px;
  }

  .sale__input {
    margin-bottom: 15px;
  }

  .sale__button {
    margin-top: 15px;
  }

  .sale__input {
    padding: 12px 18px;
  }

  .sale__content .select__current {
    padding: 12px 18px;
  }

  .sale__button {
    padding: 12px;
  }
}
@media (max-width: 1500.98px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .sale__button {
    padding: 15px;
  }

  .desctop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main__sale {
    flex-wrap: wrap;
    margin: 0;
  }

  .sale__text {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    font-size: 14.3697px;
    line-height: 17px;
    margin: 20px 0 28px 0;
  }

  .video1 {
    position: relative;
  }

  .sale__content {
    flex-basis: 100%;
    margin: 20px 0 0 0;
  }

  .sale__video {
    display: flex;
    flex-direction: column;
    margin: 0px;
    position: relative;
    flex-basis: 100%;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 353px;
    width: 100%;
  }

  .sale__input {
    width: 100%;
  }

  .sale__button {
    width: 100%;
  }

  .sale__form {
    margin: 28px auto 0 auto;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .sale__title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 415.98px) {
  .title__block {
    display: block;
  }
}
/***********************************************************
**************************company***************************
************************************************************/
.company__link-sale {
  display: flex;
  width: 100%;
}

.company__img {
  object-fit: contain;
}

.company {
  margin-top: 134px;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
  padding-bottom: 48px;
}
.company__title {
  padding-top: 76px;
  text-align: center;
}
.company__conteiner {
  display: flex;
  margin-top: 66px;
}
.company__video {
  flex-basis: 50%;
  position: relative;
  margin: 0 48px;
}
.company__content {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
}
.company__info {
  display: flex;
  flex-direction: column;
  max-width: 451px;
  height: 100%;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: -20px;
}
.company__sub-title {
  line-height: 26px;
  text-align: center;
  color: #272727;
  margin-top: 40px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}
.company__baner {
  width: 100%;
  margin-top: 16px;
}
.company__list {
  display: flex;
  flex-direction: column;
  padding-left: 39px;
  margin-top: 20px;
  margin: 51px 0;
}
.company__item {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #272727;
  margin-top: 11px;
  position: relative;
}
.company__item:first-of-type {
  margin-top: 0;
}
.company__item:last-of-type {
  margin-top: 17px;
}
.company__item::before {
  content: "";
  background: url(../../img/landing/company__okey.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 5px;
}
.company__item:last-of-type::before {
  top: -3px;
}
.company__button {
  width: 100%;
  padding: 20px 0;
}

@media (max-width: 575.98px) {
  .sale__video {
    height: 238px;
  }
}
/*company__media*************************************************************************************
****************************************************************************************************/
@media (max-width: 991.98px) {
  .company__animation {
    position: relative;
    height: 353px;
  }

  .company {
    margin-top: 47px;
    background: inherit;
    box-shadow: none;
    padding-bottom: 0;
  }

  .company__title {
    padding-top: 0px;
    color: #3e3e3e;
  }

  .company__info {
    position: relative;
    top: 0;
  }

  .company__conteiner {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  .company__video {
    flex-basis: 100%;
    order: 2;
    margin: 0;
  }

  .video2 {
    position: relative;
  }

  .company__button {
    max-width: 453px;
    margin: 29px auto 0 auto;
  }

  .company__content {
    flex: 0 1 100%;
    order: 1;
  }

  .company__sub-title {
    text-align: left;
    margin-top: 22px;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
  }

  .sub-title__strong {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
  }

  .company__list {
    margin: 43px 0;
  }

  .company__item {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .company__animation {
    height: 238px;
  }

  .company__title {
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
  }

  .company__baner {
    height: 57px;
  }

  .company__video {
    flex-basis: 100%;
    order: 2;
    margin: 0;
  }
}
/***********************************************************
***********************shipping*****************************
***********************************************************/
.shipping {
  margin-top: 129px;
}

.shippink__conteiner {
  display: flex;
}
.shippink__content {
  flex: 0 1 55%;
}
.shippink__text {
  margin-top: 7px;
}
.shippink__geo {
  flex: 0 1 45%;
  display: flex;
  justify-content: flex-end;
}

.text__item {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #272727;
  margin-top: 20px;
}

.geo__items {
  width: 356px;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.geo__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.geo__item {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #272727;
  position: relative;
}
.geo__item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/landing/geo.svg);
  position: absolute;
  left: -43px;
  top: -2px;
}

/*shipping__media*************************************************************************************
****************************************************************************************************/
@media (max-width: 991.98px) {
  .shipping {
    margin-top: 50px;
  }

  .mobile__title {
    text-align: center;
    margin-bottom: 23px;
  }

  .slider__item {
    width: 100%;
    height: auto;
    background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(0, 0, 0, 0.1), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
    border-radius: 7px;
    height: 373px;
  }
  .slider__item h5.slider__geo {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: bold;
    padding: 21px 0 17px 0;
    margin-left: 57px;
    font-size: 18px;
    line-height: 19px;
    color: #3e3e3e;
    position: relative;
  }
  .slider__item h5.slider__geo::before {
    content: "";
    background: url(../../img/landing/geo.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -36px;
    top: 25px;
  }
  .slider__item h5.slider__geo span {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 14px;
  }

  .slider__item {
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 1.4s;
  }
  .slider__item img {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
  }

  /* Лента слайдов */
  .slick-track {
    display: flex;
  }

  .slick-center {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 575.98px) {
  .slider__item {
    height: 266px;
  }

  .mobile__title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3e3e3e;
  }

  .slider__item img {
    height: 183px;
  }

  .video__slider {
    height: 183px;
  }
}
/**********media-desctop*****************************************
*****************************************************************
****************************************************************/
.shippink__media {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 280px;
  gap: 20px;
}

.media__content {
  position: relative;
  border-radius: 15px;
}

.img__car {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.car0 {
  display: none;
}

.car1 {
  grid-column-start: span 3;
}

.car2 {
  display: none;
}

.car3 {
  display: none;
}

.car4 {
  grid-column-start: span 3;
}

.car5 {
  grid-column-start: span 3;
}

/***********************************************************
**************************form******************************
***********************************************************/
.input {
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  border: 0.138889px solid rgba(255, 255, 255, 0.47);
  box-sizing: border-box;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.7), 3px 3.5px 10px rgba(0, 0, 0, 0.05), inset -4px -4px 7.5px rgba(255, 255, 255, 0.8), inset 4px 4px 7.5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 16px 18px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #3e3e3e;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
}

.form {
  position: relative;
  margin-top: 81px;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
}
.form__conteiner {
  padding: 48px 48px 39px 48px;
}
.form__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 39.5px;
  line-height: 48px;
  text-align: center;
  color: #272727;
}
.form__sub-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #272727;
  margin-top: 33px;
}
.form__info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 19px -10px 0 -10px;
}
.form__range {
  flex-basis: 25%;
  margin: 0 10px;
}
.form__name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #3e3e3e;
  margin-bottom: 5px;
}
.form__number {
  flex-basis: 25%;
  margin: 0 10px;
  position: relative;
}
.form__number .number__phone {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  padding-left: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.form__number .number__phone::placeholder {
  opacity: 1;
}
.form__number .ukraine-img {
  position: absolute;
  left: 18px;
  top: 33px;
}
.form__user {
  flex-basis: 25%;
  margin: 0 10px;
}
.form__city {
  flex-basis: 25%;
  margin-left: 10px;
}
.form__button {
  display: block;
  text-align: center;
  margin-top: 47px;
}
.form__button .button__send {
  width: 270px;
  height: 60px;
  position: relative;
}

.button__text {
  position: relative;
  left: -20px;
}

.buttom__telegram {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 22px;
  top: 19px;
  height: 21px;
}

/******form_media****************************************************/
@media (max-width: 1330px) {
  .form__range {
    flex-basis: 22%;
  }
  .form__number {
    flex-basis: 32%;
  }
  .form__user {
    flex-basis: 23%;
  }
  .form__city {
    flex-basis: 23%;
  }
}
@media (min-width: 992px) and (max-width: 1150.98px) {
  .form__range {
    flex-basis: 21%;
  }
  .form__number {
    flex-basis: 36%;
  }
  .form__user {
    flex-basis: 21%;
  }
  .form__city {
    flex-basis: 22%;
  }

  .form__number .number__phone {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .form__conteiner {
    padding: 0;
  }

  .form {
    background: inherit;
    box-shadow: none;
    margin-top: 48px;
  }

  .form__title {
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3e3e3e;
  }

  .form__sub-title {
    margin-top: 20px;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #272727;
    text-align: center;
  }

  .form__info {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 453px;
  }

  .form__input {
    margin: 12px 0 0 0;
  }

  .form__button {
    max-width: 453px;
    margin: 20px auto 0 auto;
  }

  .form__button .button__send {
    width: 100%;
  }
}
@media (max-width: 490.98px) {
  .form__title {
    text-align: left;
  }

  .form__sub-title {
    text-align: left;
  }
}
.validblock::after {
  content: "";
  background: url(../../img/landing/succes.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: 33px;
  z-index: 5;
  display: block;
}

.valid {
  border: 1px solid #27ae60;
  position: relative;
}

/***********************************************************
**************************partnership******************************
***********************************************************/
.partnership {
  margin-top: 95px;
}
.partnership__title {
  margin-left: 24px;
}
.partnership__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 22.5px;
  line-height: 26px;
  color: #272727;
  max-width: 836px;
  margin: 30px 0 30px 24px;
}
.partnership__container {
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
}
.partnership__content {
  display: flex;
  padding-top: 59px;
}
.partnership__list {
  padding-right: 20px;
  flex-basis: 40%;
}
.partnership__sub-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 41px;
  line-height: 29px;
  color: #272727;
  margin-left: 50px;
}
.partnership__sub-title span {
  display: block;
  font-size: 27.5px;
  line-height: 29px;
  color: #272727;
}
.partnership__items {
  max-width: 350px;
  margin-left: 50px;
  padding: 0px 50px 49px 0;
}
.partnership__item {
  margin-top: 45px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  position: relative;
  left: 39px;
}
.partnership__img {
  background: url(../../img/landing/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 420px;
  width: 100%;
  flex-basis: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.partnership__button {
  width: 313px;
  height: 50px;
  position: relative;
  bottom: 48px;
  left: 76px;
  margin-top: 50px;
  z-index: 2;
}
.partnership__button span {
  position: relative;
  left: -20px;
}
.partnership__button::after {
  content: "";
  background: url(../../img/landing/sparow-right.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  right: 19px;
  top: 13px;
}

.partnership__img .button {
  box-shadow: none;
}
.partnership__img .button:hover::before {
  box-shadow: none;
}

.partnership__img-cabinet {
  max-width: 150%;
  position: absolute;
  top: -90px;
}

.cabinet1::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/Chat.svg);
  width: 22px;
  height: 22px;
  left: -39px;
  top: 5px;
}

.cabinet2::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/MoreSquare.svg);
  width: 20px;
  height: 21px;
  left: -39px;
  top: 5px;
}

.cabinet3::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/Chart2.svg);
  width: 22px;
  height: 22px;
  left: -39px;
  top: 5px;
}

.cabinet4::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/Bag2.svg);
  width: 20px;
  height: 21px;
  left: -39px;
  top: 5px;
}

.imgPatership {
  display: none;
}

/******partnership-media****************************************************/
@media (max-width: 1200.98px) {
  .partnership__item {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .partnership__container {
    margin-top: 95px;
  }
}
@media (max-width: 991.98px) {
  .partnership__img,
.partnership__text,
.partnership__sub-title {
    display: none;
  }

  .partnership {
    margin-top: 48px;
    background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
    box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
    border-radius: 15px;
  }

  .partnership__container {
    background: inherit;
    box-shadow: none;
  }

  .partnership__title {
    color: #3e3e3e;
    margin-top: 24px;
    margin-left: 70px;
  }

  .partnership__list {
    flex-basis: 100%;
    margin: 0 24px;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .partnership__content {
    padding: 0;
  }

  .partnership__items {
    margin-left: 30px;
    max-width: 100%;
    margin-left: 50px;
    padding: 0px 50px 17px 0;
  }

  .partnership__item {
    margin-top: 30px;
  }
  .partnership__item::before {
    top: 0;
  }

  .partnership__img-mobile {
    margin: 0 auto;
  }
  .partnership__img-mobile .allusersmobile {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
  }

  .list__buttom-mobile {
    max-width: 453px;
    margin: 0 auto;
    margin-top: 18px;
  }

  .partnership__button-mobile {
    width: 100%;
    display: block;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .partnership__title {
    font-size: 23px;
    line-height: 25px;
  }
}
@media (max-width: 600.98px) {
  .imgPatership {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .partnership__img-mobile .allusersmobile {
    display: none;
  }

  .partnership__title {
    margin-left: 24px;
  }

  .partnership__items {
    margin-left: 0px;
  }
}
@media (max-width: 420.98px) {
  .partnership__item {
    margin-top: 30px;
  }
  .partnership__item::before {
    top: 15px;
  }

  .cabinet3::before {
    top: 5px;
  }
}
/***********************************************************
**************************red blocks******************************
***********************************************************/
.info {
  margin-top: 35px;
}
.info__contriner {
  padding: 36px 97px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 72px;
}
.info__item {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  position: relative;
}
.info__item::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/TickSquare.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  left: -49px;
  top: 7px;
}

/***********************************************************
**************************article***************************
***********************************************************/
.article {
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
}
.article__container {
  padding: 59px 47px 47px 47px;
  display: flex;
}
.article__content {
  flex-basis: 40%;
}
.article__items {
  padding-right: 48px;
}
.article__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  color: #3e3e3e;
}
.article__text {
  margin-top: 12px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #272727;
  max-width: 414px;
}
.article__text:first-of-type {
  margin-top: 18px;
}
.article__button {
  margin-top: 20px;
}
.article__send {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.article__img {
  flex-basis: 60%;
  position: relative;
}
.article__img img {
  position: absolute;
  width: 100%;
  object-fit: contain;
  top: 0;
  border-radius: 15px;
}

@media (min-width: 1500px) {
  .article__img img {
    top: -30px;
  }
}
/***********************************************************
**************************team***************************
***********************************************************/
.team {
  margin-top: 80px;
}
.team__title {
  text-align: center;
}
.team__items {
  margin-top: 51px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 22px;
  column-gap: 22px;
}
.team__item {
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 7px;
}
.team__item:focus {
  outline: none;
}
.team__photo {
  position: relative;
  height: 185px;
}
.team__photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.team__content {
  padding: 33px 24px;
}
.team__name {
  text-align: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #272727;
  width: 120px;
  margin: 0 auto;
}
.team__number {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.team__number a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #3e3e3e;
  position: relative;
  left: 10px;
}
.team__number a::before {
  content: "";
  background: url(../../img/landing/Calling.svg);
  width: 18px;
  height: 17px;
  position: absolute;
  left: -25px;
}
.team__button {
  width: 100%;
  margin-top: 16px;
  padding: 20px 0;
}

@media (max-width: 1130.98px) {
  .team__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.fewffew {
  width: 327px;
  position: relative;
}
.fewffew img {
  position: relative;
  z-index: 5;
}
.fewffew p {
  position: absolute;
  top: 50px;
  left: 50px;
}

.team__name span {
  display: block;
}

/******team_media****************************************************/
@media (max-width: 991.98px) {
  .team__mobile {
    margin-top: 30px;
  }

  .team__items {
    display: none;
  }

  .team__photo {
    height: 185px;
  }

  .team__item {
    height: 386px;
    margin-right: 16px;
  }

  .team__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #3e3e3e;
  }
}
@media (max-width: 450px) {
  .team__item {
    opacity: 0.7;
    transform: scale(0.9);
    margin-right: 0;
    transition: all 1.4s;
  }
}
/***********************************************************
**************************support***************************
************************************************************/
.support {
  margin-top: 80px;
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
  position: relative;
}
.support__container {
  display: flex;
  padding: 0 57px 0 77px;
  position: relative;
}
.support__img {
  flex-basis: 35%;
  min-width: 0;
  margin-bottom: -50px;
  top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.support__img::before {
  position: absolute;
  content: "";
  background: url(../../img/landing/phoneMask.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 318px;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}
.support__phone {
  position: absolute;
  width: 327px;
  left: 0;
  height: 556px;
  z-index: 2;
}
.support__full {
  position: relative;
  z-index: 1;
}
.support__title {
  padding-top: 60px;
  text-align: center;
}
.support__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin-top: 65px;
  margin-bottom: 65px;
  row-gap: 75px;
  column-gap: 38px;
}
.support__item {
  padding: 0 0 0 14px;
  border-left: 3px solid #272727;
  height: 100%;
}
.support__sub-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #272727;
}
.support__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  margin-top: 3px;
}

.support__scroll {
  position: relative;
  left: 20px;
  top: 5px;
  width: 280px;
  height: 554px;
  overflow: hidden;
}

.scroll__item {
  top: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  overflow: hidden;
  width: 300px;
  height: 580px;
}
.scroll__phone {
  top: -36px;
  position: absolute;
  width: 100%;
  height: 590px;
}

/******support media****************************************************/
@media (max-width: 1290.98px) {
  .support__container {
    padding: 0 20px 0 0;
  }

  .support__img {
    flex-basis: 42%;
  }

  .support__full {
    flex-basis: 58%;
  }

  .support__scroll {
    top: 5px;
  }
}
@media (max-width: 991.98px) {
  .support {
    margin-top: 28px;
    background: transparent;
    box-shadow: none;
  }
  .support__container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .support__img {
    width: 280px;
    margin-bottom: 0px;
    top: 0px;
    order: 2;
    margin: 0 auto;
    margin-top: 26px;
  }
  .support__img::before {
    max-width: 100%;
  }
  .support__full {
    order: 1;
    padding-bottom: 0;
  }
  .support__title {
    padding-top: 0;
  }
  .support__items {
    margin-top: 39px;
  }

  .support__scroll {
    position: relative;
    left: 20px;
    top: 28px;
    width: 280px;
    height: 550px;
    overflow: hidden;
  }

  .scroll__item {
    top: 20px;
    right: 20px;
    width: 130px;
  }
  .scroll__phone {
    top: -61px;
    left: 20px;
    position: absolute;
    width: 250px;
  }

  .support__overflow {
    width: 270px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .support__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-top: 39px;
    row-gap: 28px;
  }

  .support__title {
    font-size: 23px;
    line-height: 26px;
    color: #3e3e3e;
    text-transform: uppercase;
  }
}
@media (max-width: 350.98px) {
  .support__img {
    position: relative;
    left: -15px;
  }
}
/*play-videos animation________________________________________________________*/
.animation__play {
  position: absolute;
  z-index: 3;
  transform: scale(1);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.play__container {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
}

.play__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: scale(1);
  opacity: 1;
  transition: all 2s;
}

.play__border {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 106px;
  height: 106px;
  margin-top: -55px;
  margin-left: -53px;
  opacity: 1;
  border: 1.88333px solid #fff;
}
.play__border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 123px;
  height: 123px;
  margin-top: -62px;
  margin-left: -63px;
  opacity: 1;
  border: 1.06957px solid #fff;
}

.play__border2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  opacity: 1;
  border: 0.7px solid #fff;
}
.play__border2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-top: -82px;
  margin-left: -81px;
  opacity: 1;
  border: 0.4px solid #fff;
}

@keyframes play {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    ransform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes inplay {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  50% {
    ransform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.play__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
}

.circle__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background-color: #fff;
  transform: scale(0);
}

.circle__animation2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background-color: #fff;
  transform: scale(0);
}

.circle__animation3 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background-color: #fff;
  transform: scale(0);
}

@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    ransform: scale(2);
    opacity: 0.3;
  }
  100% {
    transform: scale(3);
    opacity: 0.3;
  }
}
@keyframes incircle {
  0% {
    transform: scale(3);
    opacity: 0.3;
  }
  50% {
    ransform: scale(2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
.play__img {
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 5;
}

@keyframes transformImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes untransformImg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.play__svg {
  fill: #3e3e3e;
}

@keyframes color {
  0% {
    fill: #3e3e3e;
  }
  100% {
    fill: #df4141;
  }
}
@keyframes exitcolor {
  0% {
    fill: #df4141;
  }
  100% {
    fill: #3e3e3e;
  }
}
.__play {
  transform: scale(0);
}

@media (max-width: 992.98px) {
  .play__container4 {
    top: 35%;
  }
}
@media (max-width: 575.98px) {
  .play__container {
    transform: scale(0.7);
  }
}
@media (max-width: 767.98px) {
  .animation__play {
    display: none;
  }
}
.__animation {
  animation: play 1s ease infinite alternate;
}

.__exitanimation {
  animation: inplay 1s ease 1 alternate;
}

.__circle__animation2 {
  animation: circle 2s ease infinite 1s;
}

.__exitcircle {
  animation: incircle 1s ease 1 alternate;
}

.__circle__animation {
  animation: circle 1s ease infinite alternate;
}

.__exitcircle2 {
  animation: incircle 1s ease 1 alternate;
}

.__playimg {
  animation: transformImg 1s ease infinite alternate;
}

.__exitplayimg {
  animation: untransformImg 1s ease 1 alternate;
}

.__animationsvg {
  animation: color 1s ease infinite alternate;
}

.__exitanimationsvg {
  animation: exitcolor 1s ease 1 alternate;
}

@media (min-width: 991.98px) and (max-width: 1500.98px) {
  .title {
    line-height: 40px;
  }

  .sale__text {
    font-size: 18px;
  }

  .company__sub-title {
    font-size: 20px;
  }

  .text__item,
.text__item p {
    font-size: 18px;
  }

  .form__title {
    font-size: 35px;
  }

  .partnership__sub-title {
    font-size: 35px;
  }

  .partnership__sub-title span {
    font-size: 24px;
  }

  .article__title {
    font-size: 20px;
  }

  .sale__video {
    height: 380px;
  }
}
/****slider-slick ****************************************************************
*******************************************************************************/
/* Лента слайдов */
.slick-track {
  display: flex;
  align-items: flex-start;
  z-index: 2;
}

/* Слайд по центру */
div.slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
  transition: all 1.4s;
}

/* Точки (булиты) */
.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  position: relative;
}

.slick-dots li {
  list-style: none;
  margin: 0px 5px 0 5px;
  position: relative;
}

/* Элемент точки */
.slick-dots li button {
  font-size: 0;
  width: 24px;
  height: 6px;
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  box-shadow: -4px -4px 15px rgba(255, 255, 255, 0.7), 3px 3.5px 13px rgba(0, 0, 0, 0.05), inset -3px -3px 6px #ffffff, inset 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  border: none;
  position: relative;
}

.slick-dots li.slick-active button {
  position: relative;
  cursor: pointer;
  z-index: 4;
}

.slick-dots li.active-pagination-right.slick-active button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -35px;
  background: #e3004f;
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  width: 24px;
  height: 6px;
  animation-name: transform-right;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

.slick-dots li.slick-active button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  background: #e3004f;
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  width: 24px;
  height: 6px;
}

.slick-dots li.active-pagination-left.slick-active button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 35px;
  background: #e3004f;
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  width: 24px;
  height: 6px;
  animation-name: transform-left;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

@keyframes transform-right {
  0% {
    left: -34px;
  }
  20% {
    left: -34px;
    width: 30px;
  }
  60% {
    left: -34px;
    width: 59px;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@keyframes transform-left {
  0% {
    left: 34px;
    right: 34px;
  }
  20% {
    left: 29px;
    right: 34px;
    width: 30px;
  }
  60% {
    left: 10px;
    right: 34px;
    width: 47px;
  }
  80% {
    left: 0;
    right: 34px;
    width: 59px;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@media (max-width: 449.98px) {
  .slick-dots {
    left: -10px;
  }

  .slick-dots li button {
    width: 17px;
  }

  .slick-dots li.active-pagination-right.slick-active button::before {
    left: -35px;
    background: #e3004f;
    width: 17px;
  }

  .slick-dots li.slick-active button::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 17px;
  }

  .slick-dots li.active-pagination-left.slick-active button::before {
    z-index: 2;
    left: 35px;
    width: 17px;
  }

  @keyframes transform-left {
    0% {
      left: 28px;
      right: 41px;
    }
    20% {
      left: 22px;
      right: 41px;
      width: 23px;
    }
    60% {
      left: 3px;
      right: 41px;
      width: 40px;
    }
    80% {
      left: 0;
      right: 41px;
      width: 30px;
    }
    100% {
      left: 0;
      right: 0;
    }
  }
  @keyframes transform-right {
    0% {
      left: -28px;
    }
    20% {
      left: -28px;
      width: 23px;
    }
    60% {
      left: -28px;
      width: 45px;
    }
    100% {
      left: 0;
      right: 0;
    }
  }
}
.disablebutton {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 200%;
  width: 100%;
  z-index: 3;
}

._error {
  border: 1px solid #ff0000;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.15), rgba(255, 0, 0, 0.15)), linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -4px -4px 7.5px rgba(255, 255, 255, 0.8), inset 4px 4px 7.5px rgba(0, 0, 0, 0.1);
}

.sub-form {
  position: fixed;
  bottom: -300%;
  z-index: 60;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: #f2f3f8;
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.12), inset 7px 7px 20px rgba(0, 0, 0, 0.05), inset -10px -10px 25px #ffffff;
  border-radius: 0px 7px 7px 0px;
  transition: all 0.8s;
  border-radius: 7px 7px 0px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

._active-sub-form {
  bottom: 0;
  transition: all 0.8s;
}

.sub-form .form__conteiner {
  margin: 0 20px;
  padding-top: 30px;
}

.sub-form .form__sub-title {
  margin-top: 10px;
}

.sub-form__container {
  position: relative;
}

.closed-sub-menu {
  display: flex;
  justify-content: flex-end;
  margin: 13px auto 0 auto;
}

.closed-sub-menu-span {
  position: relative;
  top: -11px;
  right: 34px;
  height: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.closed-sub-menu-span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  background-color: red;
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  box-shadow: -4px -4px 13px rgba(255, 255, 255, 0.7), 3px 3.5px 12px rgba(0, 0, 0, 0.05), inset 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  border-radius: 7px;
  transform: rotate(45deg);
}
.closed-sub-menu-span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  background: linear-gradient(270.65deg, #f1f2f7 -9.34%, #edeef4 108.28%);
  box-shadow: -4px -4px 13px rgba(255, 255, 255, 0.7), 3px 3.5px 12px rgba(0, 0, 0, 0.05), inset 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  border-radius: 7px;
  transform: rotate(-45deg);
}

.sub-form .select__current {
  padding: 12px 18px;
}

.sub-form .number__phone {
  padding-left: 50px;
}

.sub-form .form__button {
  margin: 11px auto 0 auto;
}

.sub-form .form__number .ukraine-img {
  position: absolute;
  left: 18px;
  top: 30px;
}

.team__button-span {
  position: relative;
  z-index: 1;
}

/***********************************************************
**************************reviews***************************
************************************************************/
.contact__info-cinteiner {
  display: flex;
}

.reviews__ttile {
  text-align: center;
}

.reviews {
  margin-top: 90px;
}
.reviews__items {
  margin-top: 65px;
  position: relative;
}
.reviews__item {
  background: linear-gradient(317.85deg, #fafafa -11.18%, #f1f1f1 114.83%);
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09), inset -1.5px -1.5px 1.5px #ffffff;
  border-radius: 15px;
  opacity: 0.5;
  transform: scale(0.9);
  position: relative;
  transition: all 1.4s;
}
.reviews__img {
  position: absolute;
  top: 118px;
  left: 46px;
}
.reviews__container {
  padding: 48px 100px;
}
.reviews__contact {
  display: flex;
  justify-content: space-between;
}
.reviews__info {
  margin-left: 27px;
}
.reviews__block-text {
  margin-top: 15px;
}
.reviews__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
}

.info__name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #272727;
}
.info__city {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
}

/* Стрелка */
.reviews .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background: #292828;
  box-shadow: -3px -3px 8px #ffffff, 2px 2px 6px rgba(174, 174, 192, 0.4), inset 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  border: none;
  z-index: 2;
}
.reviews .slick-arrow:active {
  background: #534f4f;
  box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.22), inset 2px 2px 6px #000000;
  transition: all 0.3s;
}
.reviews .slick-arrow:active::before, .reviews .slick-arrow:active::after {
  width: 60px;
  height: 60px;
  content: "";
  border: 10px solid #fff;
  position: absolute;
  left: -22px;
  top: -23px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  transform: scale(0.5);
  animation: pulse 0.2s linear infinite;
  transform: scale(0);
  opacity: 1;
}
.reviews .slick-arrow:active::after {
  animation-delay: 0.5s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0.1;
  }
}

/* Стрелка влево */
.reviews .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../../img/landing/left.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* Стрелка вправо */
.reviews .slick-arrow.slick-next {
  right: 0;
  background-image: url(../../img/landing/right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slick-disabled {
  opacity: 0.5;
}

/**********reviews*******************************************************************************************/
@media (max-width: 767.98px) {
  .reviews__container {
    padding: 29px;
  }

  .reviews__ttile {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews__img {
    top: 20px;
    left: 18px;
    color: #3e3e3e;
  }
}
@media (max-width: 575.98px) {
  .reviews__contact {
    flex-direction: column;
  }

  .reviews__stars {
    margin-top: 24px;
  }
}

.hidden {
  display: none;
}
