*,
*::before,
*::after {
  box-sizing: border-box;
}

.page__content-bg {
  background-color: #F5F5F5;
}

.page__content--css {
  padding: 70px 0 70px;
}

.more-link {
  font-size: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.navbox--mt {
  margin-top: 40px;
}

.s-about--css {
  display: grid;
}

.button-hover {
  transition-duration: 0.2s;
}

.button-hover:hover::before {
  opacity: 0!important;
  background: linear-gradient(180deg,#e77c4e 0,#ff9c68 100%);
}

.button-hover:active {
  position: relative;
  transform: translateY(-1px);
}

/* start media */

@media(max-width:1249px) {
  .menu__items.activemenu {
    display: block;
  }

  .menu__btn-menu:hover,
  .menu__btn-menu.active {
    /*background: none;*/
  }

}

@media only screen and (min-width:1000px) {
  .s-about--css {
    grid-template-columns: 75% 25%;
  }

}

.sidebar {
  padding-top: 30px;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 0px;
}

.wp-block-categories li::before {
  content: "\2023";
  /* юникод точки */
  color: #e77c4e;
  /* Менять цвет */
  font-weight: bold;
  /* Менять жирность */
  display: inline-block;
  /* Расстояние между точкой и текстом */
  width: 1em;
  /* Задать значение расстояния */
}

.widget_categories ul {
  padding-left: 0em;
}

.sidebar h4 {
  color: #6b380d;
  margin-bottom: -0.8em;
}

.sidebar .widget {
  margin: 0 0 2.0em 0;
}

.sidebar input[type=search] {
  padding: 0.4em 0.8em;
  font-size: 16px;
}

.sidebar .wp-element-button {
  padding: 0.4em 0.8em;
  font-size: 16px;
}

.wp-block-latest-posts.wp-block-latest-posts__list a {
  padding: 10px 10px 10px 15px;
  margin-bottom: 0.4em;
  background: rgba(255, 255, 255, 0.8);
  display: block;
}

.navbox .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbox .pagination a {
  text-decoration: none;
  font-size: 17px;
  background-color: rgba(107, 56, 13, .7);
  border: 1px solid #6b380d;
  border-radius: 8px;
  padding: 7px 12px;
  line-height: 2;
  color: #fff;
}

.navbox .pagination a:hover {
  background-color: rgba(107, 56, 13, 1);
}

.page-numbers.current {
  font-size: 17px;
  padding: 7px 12px;
}

.navbox--mt {
  margin-top: 50px;
}

.menu__items li {
  display: block;
}

.menu__items li {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}

.menu__items a.current,
.menu__items a:hover {
  text-decoration: underline;
}

#comments .submit,
.search .search-submit {
  color: #fff;
  background-color: #6b380d;
}

.b24-window-close {
  padding: 0;
}

.entry-content--text {
  font-size: 20px;
  line-height: 31px;
  color: #000;
}

/* calc */
.s-first__main {
  padding-top: 0;
  padding-bottom: 20px;
}

.s-first__title {
  margin-bottom: 40px;
  font-size: 42px;
}

.s-first__main {
  display: block;
  padding: 70px 0;
  background-image: url(/blog/wp-content/uploads/2023/08/s-first-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.calc-form-wrapper {
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 24px 36px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  grid-template-columns: 1fr 1fr 150px 1fr;
  box-shadow: 0 4px 24px 2px rgba(189, 189, 189, .5);
}

.reviews__title {
  text-align: left;
  padding-left: 7px;
  line-height: 1em;
  padding-top: 0.5em;
}

.reviews__title {
  font-weight: 700;
  font-size: 16px;
  color: rgba(41, 41, 41, 1);
}

.calc-form-wrapper .wrap__input {
  position: relative;
  width: 100%;
}

.calc-form-wrapper input {
  box-sizing: border-box;
  font-size: 16px;
  outline: 0;
  background-color: #f6f6f6;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 13px 14px;
  width: 100%;
  position: relative;
}

.calc-form-wrapper .wrap__helpers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 18px;
}

.calc-form-wrapper .wrap__helpers .calc-helper {
  cursor: pointer;
  margin-right: 20px;
  color: #8f8f8f;
  transition: all .3s;
}

.calc-form-wrapper .wrap__helpers .calc-helper:hover {
  color: #5dc12e;
}

.calc-item__content:not(:first-child) {
  margin: 10px 0 0;
}

.calc-item__content {
  position: relative;
}

.calc-form-wrapper button {
  height: 100%;
  background: linear-gradient(180deg, #ff9c68 0, #d16537 100%);
  border: none;
  min-height: 44px;
  padding: 15px 30px 13px;
  cursor: pointer;
  text-align: center;
  font-family: GothamPro, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 100%;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(245, 145, 94, .4), inset 0 2px 0 rgba(255, 255, 255, .4);
  transition: all .3s;
}

#calcForm input+.svg-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ff9d6a;
}

.svg-icon--location {
  width: 0.736842105263158em;
  font-size: 1.1875rem;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.calc-form-wrapper .input-empty {
  border: 1px solid #ffb8b8;
}

/* End calc */
.mt-3 {
  margin-top: 3rem;
}

.img-shade {
  box-shadow: 0 6px 20px 0 rgba(34, 60, 80, .2)
}

.call-box {
  padding: 0
}

.call-box-inner {
  margin: 13px;
  max-width: 90%
}

.serv-space {
  padding-top: 35px !important;
  padding-bottom: 35px !important
}

.calling-box-big {
  background: linear-gradient(135deg, #43aa13, #5dc12e);
  border-radius: 20px;
  border: 4px solid;
  border-color: #42a314;
  box-shadow: 5px 4px 38px 0 rgba(34, 60, 80, .43)
}

.advantages-frame-border {
  border-radius: 20px
}

.table-bg-plate {
  border-radius: 20px;
  background: #fff;
  box-shadow: 16px 16px 32px #b9b9b9, -16px -16px 32px #fff;
  position: relative;
  width: 250px;
  display: block;
  margin: auto;
  height: auto;
  margin-top: 20px
}

.plate-but-wh {
  background: linear-gradient(180deg, #ff9c68 0, #d16537 100%);
  box-shadow: 16px 16px 32px #b9b9b9, -16px -16px 32px #fff;
  margin-top: 40px !important
}

.plate-bg-image {
  position: absolute;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 20px 20px 0 0
}

.plate-bg-image-filter {
  position: absolute;
  z-index: 0;
  opacity: .5;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 20px 20px 0 0
}

.plate-visual-image {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 20px 20px 0 0
}

.plate-content-box {
  padding-left: 35px
}

.plate-content {
  padding: 2px 0
}

.text-img-plate {
  width: 30px
}

.plate-text {
  vertical-align: middle;
  margin: 0 0 20px;
  font-weight: 300;
  font-style: normal;
  font-family: SourceSansPro, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  bottom: 0;
  font-weight: 600;
  left: 20px
}

.plate-text-title {
  margin: 0;
  letter-spacing: .01em;
  text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  display: block;
  color: #5dc12e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: 26px;
  color: #2cd43d
}

.plate-button-box {
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: auto
}

.plate-button {
  height: 37px
}

.space {
  display: flex;
  -webkit-flex-flow: row wrap;
  box-sizing: inherit
}

.add-content {
  height: 448px;
  border: 4px solid #5dc12e;
  text-align: left;
  margin-left: auto
}

.add {
  padding-left: 7px !important;
  left: 0 !important;
  padding-bottom: 30px;
  padding-top: 30px
}

.b-add {
  padding-left: 0;
  padding-right: 0
}

.corect-coins {
  margin-left: 2px
}

.pic-section {
  width: 80%;
  align-content: center;
  text-align: center;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 140px
}

.line-gr {
  width: 80%;
  height: 3px;
  border: solid;
  border-color: #5dc12e;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  z-index: -1;
  margin-top: 67px
}

@media all and (max-width:1350px) {
  .inf-table-text-p {
    display: none
  }

}

@media all and (max-width:700px) {
  .pic-section {
    display: none
  }

}

.inf-table {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 62px;
  margin: auto;
  width: 20%;
  min-width: 125px;
  display: inline-grid
}

.inf-table-text {
  margin-left: 7px;
  text-align: left;
  margin-top: 20px
}

.inf-table-text-p {
  font-size: 16px;
  padding-top: 10px
}

.inf-table-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px
}

.inf-table-green-circle {
  width: 16px;
  height: 16px;
  border: solid 3px;
  border-radius: 10000px;
  border-color: #5dc12e;
  background: #67e552
}

.inf-delivery-bus {
  position: absolute;
  margin-left: 43%;
  width: 86px;
  height: 86px
}

.quize-test {
  margin: auto;
  width: 80%;
  border-radius: 20px;
  border: 8px;
  border-color: #5dc12e;
  padding: 10px;
  text-align: center
}

.quize-head {
  margin: 0 0 20px;
  color: #2b2929;
  text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  font-family: GothamPro, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.58;
  position: relative;
  top: -20px
}

.quize-head:hover {
  color: #2b2929
}

.quize-question {
  margin-bottom: 20px
}

.quize-question:hover {
  color: #2b2929
}

.quize-box {
  width: 35%;
  margin: auto;
  margin-right: 10%;
  display: inline-grid;
  text-align: left;
  position: relative;
  top: -70px
}

.quize-img {
  width: 300px;
  height: 300px;
  margin: auto;
  display: inline-grid;
  border-radius: 31% 68%
}

.quize-answer {
  margin-bottom: 20px;
  margin-top: 10px
}

.quize-answer input[type=radio] {
  display: none
}

.quize-answer label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none
}

.quize-answer label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(/assets/css/assets/img/radio-1.png) 0 0 no-repeat
}

.quize-answer input[type=radio]:checked+label:before {
  background: url(/assets/css/assets/img/radio-2.png) 0 0 no-repeat
}

.quize-answer label:hover:before {
  filter: brightness(120%)
}

.quize-answer input[type=radio]:disabled+label:before {
  filter: grayscale(100%)
}

.quize-select {
  height: 50px;
  padding-right: 40px;
  display: block;
  padding: 15px 20px 14px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #2b2929;
  border: 1px solid #409817;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 5px 5px 8px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 5px 5px 8px rgba(0, 0, 0, .1);
  box-shadow: inset 5px 5px 8px rgb(0 0 0 / 10%);
  font-family: GothamPro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.article__container {
  margin-bottom: 100px
}

@media all and (max-width:700px) {
  .quize-img {
    display: none
  }

  .quize-space {
    margin-top: 80px
  }

  .quize-box {
    width: 50%;
    margin-right: 0
  }

}

@media all and (max-width:1249px) {
  .b-cor {
    position: relative;
    top: -10px
  }

}

.calcform form {
  background: #3333330a !important
}

.s-first__bottom {
  display: none
}

#first {
  margin-bottom: 15px
}

.s-first__main {
  padding-top: 0;
  padding-bottom: 20px
}

.article__header h1 {
  padding: 20px;
  text-align: center !important
}

@media (max-width:578px) {
  .advantages {
    padding-bottom: 25px
  }

  .advantages__container>div>div {
    margin: 10px 0;
    padding: 15px
  }

  #form-calc {
    padding: 50px 15px
  }

  .cfield button {
    border-radius: 10px
  }

  .calcform form {
    background: #fff !important;
    color: #000
  }

  .article__container {
    margin-bottom: 30px
  }

  .car__img {
    position: absolute;
    z-index: 0;
    margin-top: 40px;
    max-height: 200px;
    top: 0
  }

  .car__img img {
    height: 200px;
    width: 100%;
    object-fit: contain
  }

  .autopark {
    margin-bottom: 0
  }

  .autopark__container {
    display: none
  }

  .car__info__item {
    position: relative;
    width: 100%;
    flex-shrink: 0
  }

  .car__info__item:last-child {
    padding-right: 0
  }

  .car__info__text {
    background: #fff;
    align-self: self-end;
    box-shadow: 0 0 1px #fff;
    width: 100%;
    padding: 0;
    margin-left: 0 !important
  }

  .car__info__title {
    padding-bottom: 200px;
    margin-left: 0 !important
  }

  .car__info__text>div:nth-child(2n+3) {
    text-align: right;
    padding-right: 10px
  }

  .tns-nav {
    display: flex;
    justify-content: center
  }

  .tns-nav button {
    width: 1em;
    width: 10px;
    margin: 0 .2em;
    padding: 0;
    height: 10px;
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #d3d3d3
  }

  .tns-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1;
    top: 60%
  }

  button[data-controls=next],
  button[data-controls=prev] {
    background: #fff;
    font-size: 1.6em;
    color: #92cc7e;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #92cc7e;
    transform: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0
  }

  .tns-nav-active {
    background: #6c3a0e
  }

}

.calcform form {
  border-radius: 20px;
  box-shadow: 16px 16px 32px #b9b9b9, -16px -16px 32px #fff;
  background: url(https://moskva.trusttrans.ru/img/first-bg.jpg) no-repeat center;
  max-width: 800px;
  margin: 0 auto
}

.cfields {
  background-color: rgba(74, 69, 69, .35);
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.clabel {
  opacity: .5;
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 20%);
  font-weight: 400;
  font-size: 14px
}

.cfield input,
.cfield select {
  padding: 15px;
  background: 0 0;
  border: 0;
  padding-left: 0;
  font-size: 22px;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #ffffff26
}

.cfield input::-webkit-input-placeholder {
  color: #fff
}

.cfield select option {
  color: #000
}

.cfield select option[selected] {
  color: #fff
}

.cfields>div {
  flex-basis: 50%;
  padding: 15px
}

.cfield button {
  background-color: #258be8;
  border: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 20px
}

.cfield button:hover {
  background-color: #3b97ea
}

@media (max-width:568px) {
  .reviews {
    margin-bottom: 0
  }

  body .reviews__body {
    padding-left: 0
  }

  .reviews__item {
    padding: 30px
  }

  .reviews__text {
    text-align: left
  }

}

@media (max-width:568px) {

  .cfield input,
  .cfield select {
    padding: 3px
  }

  .clabel {
    opacity: .5;
    color: #000
  }

  .cfield input,
  .cfield select {
    color: #333;
    font-weight: 300;
    font-size: 20px;
    margin: 5px 0;
    padding: 8px 15px;
    border-radius: 6px;
    background: #dcdcdc
  }

  .s-first__container {
    padding: 0 5px
  }

  .cfields {
    background-color: rgba(74, 69, 69, .17)
  }

}

.rasschet__list {
  grid-template-columns: unset;
  margin-bottom: 0
}

.rasschet__list li {
  padding: 0 0 0 36px;
  border-bottom: 1px solid #eee
}

.rasschet__output-wrap {
  padding: 24px 0;
  transition: .5s all ease-in-out;
  gap: 20px
}

@media only screen and (min-width:998px) {
  .rasschet__output-wrap {
    grid-template-columns: 1fr 1fr 1fr
  }

}

.s-first__main {
  transition: .5s all ease-in-out
}

#map {
  height: 0;
  transition: .5s all ease-in-out
}

.calc-form-wrapper {
  max-width: 450px;
  display: flex;
  flex-wrap: wrap
}

@media only screen and (min-width:1250px) {
  .s-first__container {
    padding-top: 20px
  }

}

.rasschet__output-wrap {
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: 1
}

@keyframes slidein {
  from {
    margin-left: 100%
  }

  to {
    margin-left: 0
  }

}

.rasschet__output .call__item {
  margin-top: 0
}

@media (max-width:568px) {
  .rasschet__output .call__item {
    flex-grow: 1
  }

}

.rasschet__output-price {
  max-width: unset;
  background: #fafafa;
  box-shadow: 1px 1px 8px #3333330f;
  margin: 5px 10px 0 0;
  cursor: pointer;
  display: block
}

@media (max-width:992px) {

  #calcPrice,
  #calcPriceCom {
    padding: 10px 15px
  }

}

.rasschet__output-description,
.rasschet__output-description2 {
  text-transform: unset;
  font-size: 25px;
  font-weight: 700;
  color: #6b380d;
  border-bottom: 1px solid #eee !important
}

.rasschet__output-left,
.rasschet__output-right {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  border: none
}

.rasschet__list li::before {
  width: 18px;
  height: 13px;
  left: 6px;
  top: 4px
}

.rasschet__output-title {
  font-size: 25px;
  font-weight: 700;
  color: #6b380d;
  text-align: center
}

.desc {
  flex-basis: 170px;
  flex-grow: 1;
  text-align: left
}

.reviews__author {
  align-items: flex-start
}

.reviews__title {
  text-align: left;
  padding-left: 7px;
  line-height: 1em;
  padding-top: .5em
}

.reviews__rate {
  display: none
}

@media (max-width:992px) {
  .reviews {
    min-height: unset
  }

  .calc-form-wrapper {
    gap: 30px 10px;
    background-color: #ffffffeb;
    background-color: #fffffff0;
    margin-top: 40px;
  }

  h1 {
    font-size: 33px
  }

  .advantages__item2:before,
  .advantages__item:before {
    background-size: contain
  }

}

.marquiz__container {
  position: relative;
}

.marquiz__button.marquiz__button_rounded.marquiz__button_shadow {
  position: fixed;
  right: calc(0% - 360px / 2 + 30px);
  top: 50%;
  transform: rotate(270deg);
  z-index: 1000;
  width: 360px;
}

.article__container {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: GothamPro, Arial, sans-serif
}

.calc-form-wrapper {
  padding: 50px 30px;
  gap: 25px;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 24px 36px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  grid-template-columns: 1fr 1fr 150px 1fr;
  box-shadow: 0 4px 24px 2px rgba(189, 189, 189, .5)
}

.calc-form-wrapper input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  outline: 0;
  background-color: #f6f6f6;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 13px 14px;
  width: 100%;
  position: relative
}

.calc-form-wrapper .wrap__input {
  position: relative;
  width: 100%
}

#calcForm input+.svg-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ff9d6a
}

.w-1-3 {
  flex-basis: 20%;
  min-width: 90px;
  flex-grow: 1
}

.w-2-3 {
  flex-basis: 60%;
  flex-grow: 1
}

.calc-form-wrapper button {
  height: 100%;
  background: linear-gradient(180deg, #ff9c68 0, #d16537 100%);
  border: none;
  min-height: 44px;
  padding: 15px 30px 13px;
  cursor: pointer;
  text-align: center;
  font-family: GothamPro, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 100%;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(245, 145, 94, .4), inset 0 2px 0 rgba(255, 255, 255, .4);
  transition: all .3s
}

.calc-form-wrapper button:hover {
  opacity: .9
}

.btn-tarif-link {
  height: 100%;
  background: linear-gradient(180deg, #ff9c68 0, #d16537 100%);
  border: none;
  min-height: 44px;
  padding: 15px 30px 13px;
  cursor: pointer;
  text-align: center;
  font-family: GothamPro, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 100%;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(245, 145, 94, .4), inset 0 2px 0 rgba(255, 255, 255, .4);
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-tarif-link:hover {
  opacity: .9;
  color: #fff;
}

.calc-form-wrapper .wrap__helpers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 18px
}

.calc-form-wrapper .wrap__helpers .calc-helper {
  cursor: pointer;
  margin-right: 20px;
  color: #8f8f8f;
  transition: all .3s
}

.calc-form-wrapper .wrap__helpers .calc-helper:hover {
  color: #5dc12e
}

.rasschet__output {
  margin-top: 30px;
}

.rasschet__output--enough {
  margin-top: 30px;
  display: none
}

.rasschet__output--enough p {
  margin-bottom: 30px;
  font-size: 18px
}

.rasschet__output-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #2cd43d
}

.rasschet__output-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-radius: 4px;
  margin-bottom: 20px
}

.rasschet__output-wrap svg {
  width: 50px
}

.rasschet__output-count-car {
  display: flex;
  align-items: center;
  color: #2cd43d;
  padding: 15px 0;
}

.rasschet__output-count-car svg {
  margin-right: 10px
}

.rasschet__output-count-car span {
  color: #2b2929
}

.rasschet__output-description {
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #2cd43d;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px
}

.rasschet__output-description2 {
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #2cd43d;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px
}

.rasschet__output-wrap-sub {
  padding: 15px;
  font-size: 20px;
  position: relative
}

.rasschet__output-wrap-sub:before {
  content: '';
  position: absolute;
  right: 0;
  width: 180px;
  height: 108px;
  color: #2cd43d;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%)
}

.rasschet__list {
  list-style: none;
  padding: 0;
  display: grid;
}

.rasschet__list li {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 34px;
}

.rasschet__list li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 11px;
  border: 2px solid #2b2929;
  border-width: 0 2px 2px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.rasschet__list .rasschet__list--green:before {
  border-color: #2cd43d
}

.rasschet__list--green {
  color: #2cd43d
}

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

.rasschet__output-distance {
  padding-top: 15px
}

.calc-form-wrapper .input-empty {
  border: 1px solid #ffb8b8
}

.rasschet__output-price {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  border: 1px solid #dedede;
  border-bottom: none;
  border-top: 3px solid #5dc12e;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px
}

.rasschet__output-price:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: 7px;
  top: 100%;
  left: -1px;
  margin-top: -3px;
  background: url(/assets/img/arrow-mini.svg) repeat-x 50% 0
}

#map {
  height: 400px;
  width: 100%
}

.pac-icon {
  display: none
}

.pac-container:after {
  content: none !important
}

.pac-container {
  box-shadow: none
}

.pac-item {
  height: 40px;
  font-size: 16px
}

.page__content .article__container {
  margin-bottom: 20px
}

.rasschet__output-right {
  padding: 10px;
  border: 1px solid #ff9c68
}

.rasschet__output-right .rasschet__output-description2 {
  border-bottom: 1px solid #ff9c68
}

.rasschet__output-right .rasschet__output-price {
  border-top: 3px solid #ff9c68
}

.rasschet__output-left {
  padding: 10px;
  border: 1px solid #5dc12e
}

@media all and (max-width:992px) {
  .calc-form-wrapper {
    grid-template-columns: 1fr
  }

  .calc-form-wrapper .wrap__helpers {
    font-size: 14px
  }

  .rasschet__output-wrap-sub {
    font-size: 16px
  }

  .rasschet__list {
    font-size: 14px
  }

  .rasschet__output-grid {
    grid-template-columns: 1fr
  }

  .rasschet__output-price {
    width: 100%;
    padding: 5px;
    font-size: 28px;
    max-width: none
  }

  .rasschet__output-wrap {
    grid-template-columns: 1fr
  }

}

.rasschet__output-wrap {
  grid-template-columns: 1fr 1fr 1fr;
}

.call__item {
  max-width: 464px;
  min-height: 316px;
  margin-top: 0;
  background-color: #a5d6a7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  border-radius: 10px;
}

.call__title {
  font-size: 24px;
}

.rasschet__output {
  display: none;
}

.contact__address {
  font-size: 13px;
}

.contact__email {
  font-size: 17px;
}

/* start media */


@media (max-width:575.98px) {
  .page__content--css h1 {
    font-size: 25px;
    text-align: center;
  }

  .header__button-question {
    display: block !important;
    padding: 10px;
    margin: 0;
    margin-left: 10px;
    min-height: 35px;
  }

  .header__button-question:hover {
    margin: 0;
    margin-left: 10px;
  }

  .d-none-mobile {
    display: none;
  }

}

.footer-legal-details {
	margin-top: 8px;
    margin-bottom: -3px;
    margin-left: 3px;
}
.footer-legal-details p {
	color: #dfc0a5;
    font-family: SourceSansPro,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
	margin-bottom: 8px;
	white-space: nowrap;
}
.soc-icons img {
    width: 35px;
    margin-top: 5px;
}
@media (max-width:767px) {
	.soc-icons img {
		margin-bottom: 15px; 
	}
}


.popup-form.is-open {
    opacity: 1;
    pointer-events: auto;
}
.popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.popup-form .s-about__form {
    margin: 0;
    max-width: 600px;
    position: relative;
}

.popup-form .form__col {
    flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom: 19px;
}

.popup-form .form__row {
    margin-bottom: -30px;
    display: block;
}

.popup-form .popup-form__close path {
    stroke: #000;
}

.popup-form .popup-form__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.popup-form .form__col:last-child {
    flex: 0 0 33.33%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 33px;
}
