@import url(../vendor/fonts/fonts.css);

.page {
  background-color: #F6F7F9;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #5A6278;
  font-family: 'Proxima Nova Regular', sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.header__panel {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .header__panel  {
    width: calc(100% - 20px);
    flex-direction: column;
    height: 74px;
    justify-content: flex-start;
  }
}

.header_logo-action {
  max-height: 12px;
  margin: 0 0 0 50px;
  padding: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .header_logo-action  {
    order: 2;
    margin: 20px 0 0;
  }
}

.header_button-id2 {
  max-height: 27px;
  align-self: flex-start;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .header_button-id2  {
    order: 1;
    margin: 0 auto;
  }
}

.header__row {
  max-width: 1140px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .header__row  {
    flex-direction: column;
  }
}

.header__row-logo {
  max-height: 42px;
  margin: 0;
  padding: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .header__row-logo {
    margin: 20px auto 20px;
  }
}

.header__row-list {
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

@media screen and (max-width: 1023px) {
  .header__row-list  {
    flex-direction: column;
  }
}

.header__row-item {
  margin: 0;
}

.header__row-link {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2C303B;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.header__row-link:hover {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #2C303B;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.lead {
  width: 100%;
  margin: 0;
  padding: 0 0 15px 0;
  background-color: #4A5377;
  padding: 0;
}


.lead__row {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: auto;
  display: grid;
  grid-template-columns: clamp(460px , 10%, 560px) 1fr;
  column-gap: clamp(40px , 60%, 100px);
  justify-content: space-around;
  align-items: center;
}


@media screen and (max-width: 1023px) {
  .lead__row   {
    display: flex;
    flex-direction: column;
  }
}


.lead__title {
  width: 836px;
  max-width: 100%;
  font-family: 'Proxima Nova Bold', sans-serif;
  grid-column-start: span 2;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 56px;
  color: #FFFFFF;
  margin: 50px 0 20px 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .lead__title   {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }
}

.lead_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lead__subtitle {
  max-width: 100%;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
  grid-column-start: span 2;
  margin: 0;
}


.lead__image {
  grid-column-start: 1;
  display: block;
  margin: auto;
  padding: 0;
  max-height: 415px;
  max-width: 100%;
}

.lead__form {
  max-width: calc(100% - 20px);
  background-color: #fff;
  padding: 32px 50px 43px 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 3px;
}

.lead__form-title {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #000;
  text-align: center;
}

.lead__form-input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 65px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
  height: 49px;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border: 1px solid #BCC1CC;
  border-radius: 3px;
}

.lead__form-input_name {
  background: url(/images/index/lead/user.png) no-repeat 10px center;
}

.lead__form-input_phone {
  background: url(/images/index/lead/phone.png) no-repeat 10px center;
}

.lead__form-input_email {
  background: url(/images/index/lead/mail.png) no-repeat 10px center;
}

.lead__form-button {
  width: 100%;
  height: 48px;
  background-color: #FF7D01;
  color: #FFF;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.lead__form-confirm {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #949BAC;
  padding: 0;
  margin: 22px 0 0;
}

.uslugi {
  max-width: 1140px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: clamp(400px, 10%, 450px) 1fr;
  column-gap: clamp(40px , 60%, 70px);
  margin: auto;
  color: #000000;
  padding: 88px 0 66px 0;
}

@media screen and (max-width: 1023px) {
  .uslugi   {
    display: flex;
    flex-direction: column;
  }
}

.uslugi__title {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.uslugi__title_orange {
  color: #FF7E01;
}

.uslugi__list {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #5A6278;
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}



.uslugi__list-item {
  margin: 0 0 7px 0;
  padding: 0;
  display: flex;
}

.uslugi__list-item::before {
  content: '—';
  margin-right: 15px;
  height: auto;
  display: block;
}

.border {
  border-bottom: 1px solid #939DB8;
  grid-column-start: span 2;
  margin: 75px auto;
  display: block;
  max-width: 1140px;
  width: 100%;
}


.slider {
  width: 100%;
  display: flex;
  margin: 60px auto 220px;
  position: relative;

}

.slider__image-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, max-content) clamp(511px, 50%, 960px) minmax(170px, max-content) 0 0 0 0);
  overflow: hidden;
  align-items: stretch;
  grid-template-rows: 1fr;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 1023px) {
  .slider__image-list   {
    display: flex;
    flex-direction: column;
  }
}

.slider__item {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 13px 34px;
  background-color: #fff;
  filter: drop-shadow(0px 7px 21px rgba(0, 0, 0, 0.11));
  opacity: 0.24;
  border-radius: 5px;
  object-fit: fill;
  display: block;
  transform: translateX(0);
  transition: opacity 1s;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .slider__item   {
    display: flex;
    flex-direction: column;
    display: none;
  }
}

.slider__item_active {
  filter: drop-shadow(0px 9px 23px rgba(136, 147, 178, 0.51));
  opacity: 1;
  display: block;
  object-fit: fill;
}


.slider__item_hidden {
  display: none;
  transition: display 3s;
}

.slider__image {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
}

.slider__control-list {
  position: absolute;
  transform: translateY(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}



.slider__control-list_prev  {
  top: 50%;
  left: 25%;
}

@media screen and (max-width: 1023px) {
  .slider__control-list_prev   {
    top: 50%;
    left: 5%;
  }
}

@media screen and (max-width: 425px) {
  .slider__control-list_prev   {
    top: 50%;
    left: 10%;
  }
}

.slider__control-list_next  {
  top: 50%;
  left: 75%;
}

@media screen and (max-width: 1023px) {
  .slider__control-list_next  {
    top: 50%;
    left: 95%;
  }
}

@media screen and (max-width: 425px) {
  .slider__control-list_next  {
    top: 50%;
    left: 90%;
  }
}


.slider__control_prev {
  width: 59px;
  height: 59px;
  background-image: url(/images/index/slider/left.png);
  background-color: #8893B2;
  border-radius: 59px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 425px) {
  .slider__control_prev  {
    width: 39px;
    height: 39px;
    border-radius: 39px;
  }
}

.slider__control_next {
  width: 59px;
  height: 59px;
  background-image: url(/images/index/slider/right.png);
  background-color: #8893B2;
  border-radius: 59px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 425px) {
  .slider__control_next  {
    width: 39px;
    height: 39px;
    border-radius: 39px;
  }
}


.slider__control_prev:hover {
  background-color: #FF8201;
}

.slider__control_next:hover {
  background-color: #FF8201;
}


.direction {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}




.direction__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #2C303B;
  margin: 0 0 115px 0;
}

@media screen and (max-width: 1023px) {
  .direction__title  {
    font-size: 35px;
    line-height: 45px;
  }
}

.direction__row {
  display: flex;
  column-gap: clamp(20px , 60%, 50px);
  margin-bottom: 70px;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .direction__row  {
    flex-direction: column;
    column-gap: 0;
    align-items: center;
  }
}

.direction__text {
  max-width: 560px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .direction__text  {
    order: 1;
  }
}

.direction__text-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 37px;
  color: #000000;
  margin: 0 0 35px 0;
}


.direction__text-list {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #5A6278;
  list-style: none;
  margin: 0;
  padding: 0;
}

.direction__text-item {
  display: flex;
  margin: 0 0 28px 0;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
}

.direction__text-item::before {
  content: url(/images/index/direction/galka.png);
  display: block;
  width: 20px;
  height: auto;
}


.direction__image {
  filter: drop-shadow(0px 8px 17px rgba(0, 0, 0, 0.15));
  border-radius: 7px;
  width: 50%;
  object-fit: contain
}

@media screen and (max-width: 1023px) {
  .direction__image  {
    order: 2;
    width: 100%;
    ;
  }
}


.service {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 30px 30px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1023px) {
  .service  {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .service  {
    grid-template-columns: 1fr;
  }
}

.service__title {
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #2C303B;
  grid-column: span 3;
}

@media screen and (max-width: 1023px) {
  .service__title  {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .service__title  {
    grid-column: span 1;
  }
}

.service__item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #939DB8;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 20px 20px 20px;
  box-sizing: border-box;
}

.service__image {
  width: 60px;
  height: 60px;
}

.service_text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #5A6278;
}

.callback {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF0D2;
  padding: 80px 0;
}

.callback__title {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto 70px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #2C303B;
}

.callback__title_white {
  color: #fff;
}


.callback__form-input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 65px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
  height: 49px;
  max-width: 100%;
  margin: 0;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border: 1px solid #BCC1CC;
  border-radius: 3px;
}

.callback_form {
  display: grid;
  justify-content: space-around;
  align-items: center;
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
  column-gap: 10px;
  padding: 0 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


@media screen and (max-width: 1023px) {
  .callback_form  {
    grid-template-columns: repeat(2, 1fr );
    gap: 20px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .callback_form  {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.callback__form-input_name {
  background-image: url(/images/index/lead/user.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

.callback__form-input_phone {
  background-image: url(/images/index/lead/phone.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

.callback__form-input_email {
  background-image: url(/images/index/lead/mail.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

.callback__form-button {
  width: 100%;
  height: 49px;
  background-color: #FF7D01;
  color: #FFF;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.callback__form-confirm {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #474D5E;
  padding: 0;
  margin: 34px auto 0;
  max-width: 600px;
  width: calc(100% - 40px);
  text-align: right;
  grid-column-start: span 4;
}

@media screen and (max-width: 1023px) {
  .callback__form-confirm  {
    grid-column-start: span 2;
  }
}

@media screen and (max-width: 1023px) {
  .callback__form-confirm  {
    grid-column-start: span 1;
  }
}

.callback__form-confirm_white {
  color: #fff;
}

.benefit {
  max-width: 1140px;
  width: calc(100%-40px);
  margin: 127px auto 0;
}



.benefit__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #2C303B;
}

.benefit__row {
  display: grid;
  grid-template-columns: max(70px) max(290px) 1fr;
  grid-auto-flow: dense;
  justify-items: flex-start;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 920px;
  margin: 0 auto;

}

@media screen and (max-width: 1023px) {
  .benefit__row   {
    grid-template-columns: max(70px) 1fr;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .benefit__row   {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.benefit__image {
  max-width: 100%;
  width: 70px;
  margin: 0;
  padding: 0;
  display: block;
}

.benefit__lead {
  max-width: 100%;
  font-family: 'Proxima Nova Semibold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  color: #FF8201;
  max-width: 290px;
}



.benefit__list {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova Regular', sans-serif;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5A6278;
}

@media screen and (max-width: 1023px) {
  .benefit__list   {
    grid-column-start: span 2;
  }
}

.benefit__item {
  margin: 0 0 7px 0;
  padding: 0;
  display: flex;
  width: 100%;
}

.benefit__item::before {
  content: '—';
  margin-right: 15px;
  height: auto;
  display: block;
}

.tarifs {
  max-width: 1140px;
  margin: 100px auto 100px;
}

.tarifs__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #2C303B;
  margin: 0 0 90px 0;
}

.tarifs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 890px;
  width: calc(100% - 20px);
  column-gap: 68px;
  margin: auto;
  justify-items: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1023px) {
  .tarifs__row   {

    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tarifs__row   {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.tarif {
  max-width: 410px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max(60px) 150px minmax(300px, 350px) 100px 50px;
  align-items: stretch;
  justify-items: stretch;
  padding: 36px 25px 47px 25px;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}



.tarif:last-of-type::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 143px;
  height: 141px;
  background: url(/images/index/tarifs/priz.png);
  background-size: cover;
  z-index: 1;
}

.tarif__title {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #020303;
  margin: 0 0 0 0;
  width: 100%;
}

.tarif__month {
  font-family: 'Proxima Nova Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
  color: #2D3039;
  margin: 0 0 0 0;
  width: 100%;
}

.tarif__month-name {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #2D3039;
  display: block;
  margin: 0 0 0 0;
}

.tarif__list {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #5A6278;
  margin: 0 auto;
  padding: 0;
  max-width: 365px;
  list-style: none;
}

.tarif__item {
  display: flex;
  margin: 0 0 20px 0;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
}

.tarif__item::before {
  content: url(/images/index/tarifs/galka.png);
  display: block;
  width: 15px;
  height: auto;
}

.tarif__price {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #000000;
  margin: 0 0 0 0;
  justify-content: flex-end;
}

.tarif__button-orange {
  width: 100%;
  background: #FF8201;
  border-radius: 3px;
  border: none;
  padding: 14px 0 19px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 0;
  justify-content: flex-end;
  cursor: pointer;
}

.tarif__button-blue {
  width: 100%;
  background: #0D73F2;
  border-radius: 3px;
  border: none;
  padding: 14px 0 19px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 0;
  justify-content: flex-end;
  cursor: pointer;
}

.footer {
  width: 100%;
  background-color: #4A5377;
  padding: 88px 0 88px 0;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #D4D4D4;
}

.footer__row {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr;
  column-gap: 70px;
  justify-content: space-between;
  align-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .footer__row   {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__row   {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.footer__copyright {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}

@media screen and (max-width: 1023px) {
  .footer__copyright   {
    grid-template-columns: 1fr;
  }
}

.footer__copyright-text {
  grid-column-start: span 2;
}

@media screen and (max-width: 1023px) {
  .footer__copyright-text   {
    grid-column-start: span 1;
  }
}

.footer__copyright-link {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #D4D4D4;
}

.footer__contact {
  display: flex;
  flex-direction: column;
}

.footer__contact-phone {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.276923px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__logo-fin-action {
  margin: 10px 0 0 0;
  display: block;
}


.crmresult {
  display: none;
  margin: auto;
}

.form_error {
  display: none;
  color: red;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.popup {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
}


.popup__block {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 25px rgb(0 0 0 / 15%);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: calc(100vw - 20vw);
  box-sizing: content-box;
}

@media screen and (max-width: 1023px) {
  .popup__block {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: calc(100vw - 20vw);
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .footer__row   {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


.popup__image {
  border-radius: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  object-fit: contain;
}



.popup__close {
  position: absolute;
  background-image: url(../../images/index/popup/close.svg);
  background-position: 50%;
  width: 58px;
  height: 58px;
  top: -48px;
  right: -48px;
  background-size: contain;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .popup__close   {
    width: 38px;
    height: 38px;
    top: -28px;
    right: -28px;
  }
}

.popup_closed {
  visibility: hidden;
}

