.title-p-l {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .title-p-l {
    padding-left: 30px;
  }
  .p-b-on-xs {
    padding-bottom: 30px;
  }

}

.regular-input {
  position: relative;
  padding: 7px 16px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.regular-input::placeholder {
  color: #d9d9d9;
}

ul.li-s-inside,
ol.li-s-inside {
  list-style-position: inside;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

/* флексы */
.flex-row  {
  display: flex;
  flex-wrap: wrap;
}

.display-grid {
  display: grid;
}

.display-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.just-content-f-s {
  justify-content: flex-start;
}

.flex-row.just-content-f-s {
  justify-content: center;
  margin: 0px -15px; /* typical grid row */
}

@media screen and (min-width: 768px) {
  .flex-row.just-content-f-s {
    justify-content: flex-start;
  }
}

.just-self-f-end {
  justify-content: flex-end;
}

.just-content-s-b {
  justify-content: space-between;
}

.just-content-s-a {
  justify-content: space-around;
}

.just-content-inh {
  justify-content: inherit;
}

.just-content-center {
  justify-content: center;
}

.just-content-left {
  justify-content: left;
}

.a-self-f-end {
  align-self: flex-end;
}

.a-self-f-start {
  align-self: flex-start;
}

.a-self-center {
	align-self: center
}

.a-items-last-b {
  align-items: last baseline;
}

.a-items-f-end {
  align-items: flex-end;
}

.a-items-f-start {
  align-items: flex-start;
}

.a-items-center {
  align-items: center;
}

/* для live-composer контейнера с элементами, сверстанные гридом, требующие одинаковой высоты блока*/
.flex-grid .dslc-modules-area,
.flex-grid .dslc-modules-section-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.flex-grid .flex-item,
.flex-row .flex-item {
  display: flex;
}

/* флексы закончились*/

.white-bg {
  background-color: white;
}

.yellow-bg {
  color: #fff;
  background-color: #ffb237;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .full-width-mobile {
    width: 100%;
    max-width: 100%;
  }
}

.full-height {
  height: 100%;
}

.text-no-wrap {
  white-space: nowrap;
}

.n-m {
  margin: 0px;
}

.n-m-l {
  margin-left: 0px;
}

.n-m-r {
  margin-right: 0px;
}

.m-l-sm {
  margin-left: 15px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-b-sm {
  margin-bottom: 15px;
}

.m-r-sm {
  margin-right: 15px;
}

.m-t-sm {
  margin-top: 15px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-n {
	margin: 0px !important;
}
.m-b-n {
	margin-bottom: 0px !important;
}
.m-t-n {
	margin-top: 0px !important;
}
.m-l-n {
	margin-left: 0px !important;
}
.m-r-n {
	margin-right: 0px !important;
}
.m-l-md {
  margin-left: 30px;
}

.m-b-md {
  margin-bottom: 30px;
}

.m-r-md {
  margin-right: 30px;
}

.m-t-md {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.text-black {
  color: black;
}

.text-gray {
  color: #3b3a38;
}

.text-grey {
  color: #666;
}

.text-white {
  color: #ffffff;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-30 {
  padding: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-sm {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-b-sm {
  padding-bottom: 15px;
}

.p-r-sm {
  padding-right: 15px;
}

.p-t-sm {
  padding-top: 15px;
}

.p-t-n {
  padding-top: 0 !important;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-l-n {
  padding-left: 0 !important;
}

.p-r-n {
  padding-right: 0 !important;
}

.p-n {
  padding: 0 !important;
}

.gap-5 {
  gap: 5px;
}

.vam {
  vertical-align: middle;
}

.full-max-width {
	max-width: 100%;
}

.coprorative-color {
  color: #fdb914 !important;
}

.smaller {
  font-size: 0.85em;
}

.talign-left {
   text-align: left !important;
}

.talign-center {
   text-align: center !important;
}

.talign-right {
   text-align: right !important;
}

.max-width-400 {
  max-width: 400px;
}

.cursor-pointer {
  cursor: pointer;
}

.no-clearfix::before, .no-clearfix::after {
  content: none;
}

.clear-decoration {
  text-decoration: none !important;
}

.clear-decoration:hover, .clear-decoration:active, .clear-decoration:focus {
  text-decoration: none !important;
}

.no-border {
  border: none;
}

.radius-10 {
  border-radius: 10px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-20 {
  border-radius: 20px;
}

.common-h2 {
  margin: 0 0 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .common-h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .common-h2 {
    margin-bottom: 20px;
  }
}

.simple-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .simple-container {
    padding: 0 30px;
  }
}

/* icons */
.info-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../img/info-circle.svg') no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .info-icon {
    width: 14px;
    height: 14px;
  }
}

.flexible-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.clean-width {
  width: auto !important;
  max-width: none !important;
}

img[data-add-lazy-src] {
  min-height: 1px;
  display: block;
}

.address-autocomplete-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
