html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

body {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: rgba(242, 242, 242, 0.72);
  /* background-image: url(../images/body-bg.png); */
  background-image: url(../images/cockroach-bg2.png);
  background-repeat: no-repeat;
  background-position: 5% 3%;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  padding: 15px 0;
}

.header_fixed {
  width: 100%;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.menu__btn {
  display: none;
  padding-top: 15px;
}

.menu-mobile__list {
  width: 296px;
  height: 229px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  transform: translateX(-200%);
  transition: all 0.3s;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  z-index: 1000;
}

.menu-mobile__list--active {
  transform: translateX(0);
}

.menu__mobile-linewrapper {
  display: none;
}

.menu-mobile__item {
  position: relative;
}

.menu-mobile__link {
  display: block;
  padding-left: 53px;
  padding-top: 36px;
}

.menu {
  padding-top: 25px;
}

.menu__list {
  display: flex;
}
.menu__list-item + .menu__list-item {
  padding-left: 50px;
}
.menu__list-link,
.menu-mobile__link {
  padding-bottom: 1px;
  color: #000000;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.menu__list-link:hover {
  color: #ff7100;
  border-bottom: 1px solid #ff7100;
  transition: 0.2s;
}
.menu__list-link--active {
  color: #ff7100;
  border-bottom: 1px solid #ff7100;
  transition: 0.2s;
}

//*.phone__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 25px;
}
.phone__box-link {
  position: relative;
  margin-bottom: 6px;
  margin-left: 13px;
  font-size: 26px;
  line-height: 29px;
  font-weight: 600;
  color: #000000;
}
.phone__box-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/phone.svg);
  width: 25px;
  height: 25px;
  left: -30px;
}*//
.phone__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 18px;
}

.phone__box-contacts {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.phone__box-max-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ff7100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.phone__box-numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phone__box-link {
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
}

.phone__box-link--main {
  font-size: 22px;
  line-height: 24px;
}

.phone__box-link--second {
  font-size: 18px;
  line-height: 21px;
  margin-top: 2px;
}




.phone__box-btn {
  padding: 5px 11px;
  background-color: #ff7100;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  max-width: 183px;
}
.mobile-phone {
  display: none;
}

.content {
  /* background-image: url(../images/content-bg.png);
  background-repeat: no-repeat;
  background-position: left; */
}

.content__inner {
  padding: 65px 0;
  display: flex;
  justify-content: space-between;
}

.content__info-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  max-width: 575px;
  margin-bottom: 55px;
}
.content__info-title span {
  color: #ff7100;
}
.content__info-num {
  display: flex;
  margin-bottom: 55px;
}
.content__info-num__item {
  font-size: 38px;
  font-weight: 900;
  color: #32a49a;
  position: relative;
  padding-left: 37px;
}
.content__info-num__item span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.content__info-num__item::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/check.svg);
  left: -5px;
  top: 10px;
  width: 39px;
  height: 29px;
}
.content__info-num__item--flat {
  margin-left: 75px;
}

.content__info-form__title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  margin-bottom: 9px;
}
.content__info-form__title span {
  font-size: 32px;
  line-height: 39px;
  color: #ff7100;
  font-weight: 600;
}
.content-form {
  max-width: 560px;
  height: 60px;
  padding: 10px 8px 10px 9px;
  background: #fafafa;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.content-form__btn {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  background: #ff7100;
  border-radius: 5px;
  padding: 9px 8px 11px 10px;
  border: none;
  cursor: pointer;
}
.content-input {
  max-width: 186px;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
  padding: 11px 10px;
}
.content__video-box {
  position: relative;
}
.content__video-box__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #32a49a;
  position: absolute;
  top: -48px;
  left: -153px;
}
.content__video-border {
  background-image: url(../images/border-img.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 270px;
  height: 530px;
  position: relative;
}
.content__video-border::before {
  position: absolute;
  content: "";
  background-image: url(../images/content-arrow.png);
  width: 80px;
  height: 39px;
  top: -38px;
  left: -10px;
}
.content__video iframe {
  margin-top: 13px;
  margin-left: 11px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0.000001deg);
  border-radius: 15px;
  overflow: hidden;
}

.service {
  padding: 50px 0;
  margin-bottom: 65px;
  overflow: hidden;
}
.service__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 70px;
}
.service__items {
  display: flex;
  justify-content: space-between;
}
.service__item img {
  width: 86px;
  margin: 0 auto;
}
.service__item-title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
}

.service__slider-btnprev,
.portfolio__slider-btnprev {
  left: -40px;
  top: 45px;
}
.service__slider-btnnext,
.portfolio__slider-btnnext {
  right: -40px;
  top: 45px;
}

.service__items .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}

.promotions {
  padding-bottom: 100px;
}

.promotions__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 70px;
}
.promotions__slider {
  position: relative;
}
.promotions__slider-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  max-width: 506px;
  height: 253px;
  padding: 32px 32px 32px 32px;
}

.promotions__slider-item--1 {
  background-image: linear-gradient(
      90.37deg,
      #fff3d6 0.3%,
      rgba(255, 243, 214, 0.82) 99.68%
    ),
    url(../images/promotions-1.png);
}
.promotions__slider-item--2 {
  background-image: linear-gradient(
      90.37deg,
      #fff3d6 0.3%,
      rgba(255, 243, 214, 0.82) 99.68%
    ),
    url(../images/promotions-2.png);
}
.promotions__slider-item--3 {
  background-image: linear-gradient(
      90.37deg,
      #fff3d6 0.3%,
      rgba(255, 243, 214, 0.82) 99.68%
    ),
    url(../images/promotions-1.png);
}
.promotions__slider-item--4 {
  background-image: linear-gradient(
      90.37deg,
      #fff3d6 0.3%,
      rgba(255, 243, 214, 0.82) 99.68%
    ),
    url(../images/promotions-2.png);
}

.promotions__slider-item__title {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 60px;
}
.promotions__slider-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.promotions__slider-item__gift {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotions__slider-item__date {
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}
.promotions__slider-item__link {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fafafa;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
  padding: 11px 9px 11px 8px;
}

.promotions__slider-btn,
.service__slider-btn,
.portfolio__slider-btn {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  content: "";
}

.promotions__slider-btnprev {
  left: -40px;
  top: 114px;
}

.promotions__slider-btnnext {
  right: -40px;
  top: 114px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
}

ul.slick-dots button {
  width: 13px;
  height: 13px;
  background-color: #d9d9d9;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 14px 5px auto;
}
ul.slick-dots button + ul.slick-dots button {
  margin-left: 10px;
}

.slick-dots .slick-active button {
  background-color: #fd7014;
}
.price__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}
.tabs-triggers {
  display: flex;
  /* border-bottom: 2px solid #d9d9d9; */
  max-width: 896px;
  margin: 0 auto;
}
.tabs-triggers__item {
  text-align: center;
  padding: 8px;
  flex-grow: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
}
.tabs-triggers__item--active {
  color: #ff7100;
  border-bottom: 2px solid #ff7100;
}
.tabs-content {
  border: 8px solid #d9d9d942;
  border-radius: 20px;
  padding: 55px 0px 37px 0px;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item--active {
  display: block;
}

.price__table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.name {
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
}
.first__line {
  background: #d9d9d942;
}
.room {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  padding-left: 52px;
  width: 335px;
  text-align: left;
}
.area {
  padding-left: 52px;
  text-align: left;
}
.table__price {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.tabs-wrapper__btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  color: #ffffff;
  background-color: #ff7100;
  padding: 11px 12px 11px 12px;
  border-radius: 5px;
  margin: 55px auto 0;
  display: block;
  max-width: 153px;
}

.advantages {
  padding: 88px 0 100px 0;
  background-image: url(../images/advantages-bg.png);
  background-repeat: no-repeat;
  background-position: 60%;
  height: 600px;
}
.advantages__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
.advantages__inner {
  display: flex;
  justify-content: space-between;
}
.advantages__photo {
  margin-right: 39px;
}
.advantages__list {
  position: relative;
}
ul.advantages__list {
  margin-top: 60px;
}
.advantages__list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #424242;
  margin-bottom: 12px;
}
.advantages__list-icon {
  display: flex;
  align-items: center;
}
.advantages__list img {
  padding-right: 12px;
}

.poison {
  position: relative;
  padding: 60px 0 80px 0;
  background-image: url(../images/poison-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.poison__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 25px;
  position: relative;
  max-width: 444px;
}
.poison__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/tree.svg);
  width: 42px;
  height: 42px;
  right: 0;
}
.poison__text {
  max-width: 600px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 90px;
}
.poison__text p {
  margin-bottom: 20px;
}
.geo {
  position: relative;
  padding: 60px 0 80px 0;
  background-image: url(../images/map_spb.png);
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position: right bottom;
  
}
.geo__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 25px;
  position: relative;
  max-width: 444px;
}
.geo__text {
  max-width: 900px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 90px;
}
.city {
    display: inline-block; /* Чтобы элементы были в одной строке */
    padding: 5px 10px; /* Внутренние отступы */
    margin-right: 5px; /* Расстояние между городами */
    font-size: 16px; /* Размер шрифта */
    color: #000; /* Цвет текста */
    background-color: #fff; /* Желтый фон */
    border: 2px solid #ff7100; /* Серый цвет обводки */
    border-radius: 10px; /* Скругленные края */
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}
.poison__slider-item {
  padding: 35px 45px 35px 45px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.poison__slider-info {
  display: flex !important;
  justify-content: space-between;
}
.poison__slider-info__text {
  max-width: 620px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.poison__slider-img img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
.poison__slider-title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 44px;
}
.poison__slider-title::after {
  position: absolute;
  content: "";
  width: 192px;
  height: 1px;
  background: #000;
  bottom: -5px;
  left: 0;
}

.callback {
  padding: 20px 32px 20px 32px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -57px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-width: 1058px;
}
.callback__inner {
  display: flex;
  align-items: center;
}
.callback__inner-info {
  margin-right: 30px;
}
.callback__inner-info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  color: #606060;
  max-width: 318px;
}
.callback__inner-info__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.callback__inner-tel {
  margin-right: 104px;
}
.callback__inner-tel a {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;

  color: #313131;
}
.callback__inner-btn a {
  padding: 12px 10px 13px 10px;
  background: #ff7100;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: #ffffff;
}

.video {
  margin-top: 144px;
}
/* .video__slider-item{
  margin: 0 auto;
} */

.portfolio {
  padding: 60px 0 80px 0;
}
.portfolio__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 80px;
}

.portfolio__gallery-item {
  display: flex !important;
  justify-content: space-between;
}

.portfolio__gallery-item img {
  width: 200px;
}

.portfolio__slider-btnprev {
  left: -40px;
  top: 45%;
}

.portfolio__slider-btnnext {
  right: -40px;
  top: 45%;
}


.footer__contacts {
  position: absolute;
  content: "";
  z-index: 15;
  max-width: 366px;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  border: none;
  backdrop-filter: blur(10px);
  padding: 38px 67px 25px 40px;
}
.footer__contacts-info{
  display: flex;
  flex-direction: column;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__contacts-info__tel {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: #000000;
}

.footer__contacts-info__email {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: #000000;
  margin-bottom: 30px;
}

.footer__contacts-info__address {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
}
.footer__contacts-info p{
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.footer__map{
  position: relative;
}
.footer__contacts-img{
  margin-top: 30px;
}

#ordercall {
  display: none;
  width: 400px;
  border-radius: 15px;
}

.ordercall__input-lead textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 100px;
  background-color: rgb(250, 249, 249);
  padding: 10px 10px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  outline: none;
}

.ordercall__input-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
  color: #313131;
}

.ordercall__input-lead input {
  display: block;
  width: 100%;
  height: 39px;
  background-color: rgb(250, 249, 249);
  padding: 0 10px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  outline: none;
}

.ordercall__input-cover {
  background: #32a49a;
  border-radius: 4px;
  height: 41px;
  padding: 1px;
  margin-bottom: 20px;
}
.ordercall__textarea-cover {
  background: #32a49a;
  border-radius: 4px;
  height: 102px;
  padding: 1px;
  margin-bottom: 20px;
}

#ordercall input[type="submit"] {
  border: none;
  color: #fff;
  background: #ff7100;
  cursor: pointer;
  border-radius: 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.05em;
  outline: none;
}

#ordercall input[type="checkbox"] {
  width: 15px;
  height: 15px;
  float: left;
  border: 1px solid #e6e6e6;
  margin: 0;
}

.checkbox__text {
  width: 100%;
  color: #222835;
  font-weight: 400;
  font-size: 11px;
  padding-bottom: 10px;
  padding-left: 14px;
  line-height: 16px;
}
.checkbox__wrapper {
  display: flex;
  margin-bottom: 26px;
}

.popup__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
}
.popup__modal.active {
  display: flex;
}

.overlay__thx {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

.popup__thx__body {
  position: relative;
  background: #fff;
  /* z-index: 999; */
  text-align: center;
  padding: 40px 45px;
  border-radius: 8px;
  width: 440px;
  max-width: 100%;
}

.popup__thx__body h3 {
  padding-bottom: 10px;
}

.close_thx {
  position: absolute;
  top: 10px;
  right: 21px;
  font-size: 22px;
  cursor: pointer;
}
.privacy {
    font-size: 15px;
}

.img_uch2
{
background-image: url(../images/uch2.png);   
height:120px;
margin:0 auto;
  max-width: 1020px;   
}
.uch2 {
    
    overflow: hidden;
    background-color: white;
    padding: 30px;
}


.img_uch
{
background-image: url(../images/uch.png);   
height:120px;
margin:0 auto;
  max-width: 1020px;   
}
.uch {
    
    overflow: hidden;
}

/*Лицензия*/
.license-block {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.license-block__title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
}

.license-block__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.license-block__left {
  max-width: 300px;
  text-align: center;
  flex-shrink: 0;
}

.license-block__img {
  width: 180px; /* было 100% */
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.license-block__download {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #ff7100;
  text-decoration: underline;
  transition: 0.3s;
}

.license-block__download:hover {
  text-decoration: none;
}

.license-block__right {
  flex: 1;
 /* max-width: 650px;*/
}

.license-block__right p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 18px;
}



//*из гпт*//
.phone__box {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 14px !important;
}

.phone__box-contacts {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-bottom: 6px !important;
}

.phone__box-row {
  display: grid !important;
  grid-template-columns: 28px auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  color: #000000 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.phone__box-row--phone {
  margin-bottom: 2px !important;
}

.phone__box-icon {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.phone__box-icon--phone {
  background-image: url(../images/icons/phone.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
}

.phone__box-icon--max {
   width: 24px !important;
  height: 24px !important;
  background-image: url(../images/max.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.phone__box-number {
  display: block !important;
  font-size: 22px !important;
  line-height: 25px !important;
  color: #000000 !important;
}

.phone__box-link,
.phone__box-link--main,
.phone__box-link--second {
  display: none !important;
}

.phone__box-link::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

.mobile-phone {
  display: none !important;
}

.phone__box-btn {
  align-self: flex-end !important;
  padding: 4px 10px !important;
  font-size: 15px !important;
  line-height: 18px !important;
  background-color: #ff7100 !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}