.modal {
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
}
#modal__contacts .contactForm__title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 17px;
}

.modal__offer-full-width .contactForm__title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 17px;
}

#modal__commercial .contactForm__title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 17px;
}

#modal__commercial svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -5px;
}

#modal__commercial input[type="file" i] {
  -webkit-appearance: initial;
  background-color: initial;
  cursor: default;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: inherit;
  text-align: start !important;
  padding: initial;
  border: initial;
}

#modal__commercial input[type="file"] {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 0;
}

#modal__commercial .div-border {
  border: 1px solid #c4cdd4 !important;
  border-radius: 4px !important;
  color: rgb(26, 28, 30) !important;
  margin-bottom: 30px;
}

#modal__commercial .div-border .name {
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  color: #8f91a1;
  font-size: 17px;
  word-wrap: break-word;
  margin-left: 20px;
  margin-top: 8px;
}

#modal__commercial .form-control .left {
  margin-left: 20px;
}

#modal__commercial .contactForm .instruction {
  font-size: 13px;
  color: #8f91a1;
}

#modal__commercial .contactForm {
  padding: 40px 40px 75px;
}

#modal__commercial .dots-repeat {
  z-index: 1;
  position: absolute;
  background-image: url("../../imgs/dots.png");
  height: 80px;
  width: 120px;
  bottom: 15px;
  right: 15px;
}

#modal__commercial .contactForm input {
  padding: 17px 20px;
}
#modal__commercial .contactForm textarea {
  padding: 17px 20px;
}

#modal__commercial .contactForm .div-border .form-control {
  margin-top: 0px;
  border: unset;
  padding: 0 0 10px 0;
  position: relative;
}

#modal__commercial .contactForm .div-border .form-group {
  margin-bottom: 0;
}

#modal__commercial .button {
  width: 52%;
  position: relative;
  background-color: rgb(21, 158, 240);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(223, 161, 3);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#modal__commercial .button:hover {
  background-color: rgb(14, 143, 221);
}

#modal__commercial .button .text::after {
  right: 24px;
  top: 16px;
  position: absolute;
  content: url("../../imgs/offer-full-width-arrow-icon.png");
}

.modal__offer-full-width .contactForm__text {
  font-size: 16px;
  padding-bottom: 25px;
  color: #1f1f21;
}

#modal__contacts .contactForm__text {
  font-size: 16px;
  padding-bottom: 25px;
  color: #1f1f21;
}

.modal__offer-full-width .contactForm {
  padding: 40px 40px 75px;
}

#modal__contacts .contactForm {
  padding: 40px 40px 75px;
}

.modal__offer-full-width .dots-repeat {
  z-index: 1;
  position: absolute;
  background-image: url("../../imgs/dots.png");
  height: 80px;
  width: 120px;
  bottom: 15px;
  right: 15px;
}

#modal__contacts .dots-repeat {
  z-index: 1;
  position: absolute;
  background-image: url("../../imgs/dots.png");
  height: 80px;
  width: 120px;
  bottom: 15px;
  right: 15px;
}

.modal__offer-full-width .contactForm input {
  padding: 17px 20px;
}

#modal__contacts .contactForm input {
  padding: 17px 20px;
}

.modal__offer-full-width .contactForm textarea {
  padding: 17px 20px;
}

#modal__contacts .contactForm textarea {
  padding: 17px 20px;
}

.modal__offer-full-width .contactForm .form-control {
  margin-top: 22px;
}

#modal__contacts .contactForm .form-control {
  margin-top: 22px;
}

.modal__offer-full-width .button {
  width: 52%;
  position: relative;
  background-color: rgb(21, 158, 240);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(223, 161, 3);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#modal__contacts .button {
  width: 52%;
  position: relative;
  background-color: rgb(252, 189, 31);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(223, 161, 3);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.modal__offer-full-width .button:hover {
  background-color: rgb(14, 143, 221);
}

#modal__contacts .button:hover {
  background-color: rgb(251, 181, 3);
}

.modal__offer-full-width .button .text::after {
  right: 24px;
  top: 16px;
  position: absolute;
  content: url("../../imgs/offer-full-width-arrow-icon.png");
}

#modal__contacts .button .text::after {
  right: 24px;
  top: 16px;
  position: absolute;
  content: url("../../imgs/offer-full-width-arrow-icon.png");
}

.st19 .st-modals .container {
  max-width: 1282px;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 90px;
}

.st-modals__img {
  position: absolute !important;
  z-index: 10 !important;
  right: -65px !important;
  top: -37px !important;
}

.st19 .st-modals .container .row {
  position: relative;
}

.st-modals__title .title {
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  line-height: 1.1;
  padding: 5px;
}

.st-modals__title .text {
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 45px;
  padding-left: 5px;
}

.st-modals__title .text span.bold {
  font-weight: 700;
}

.st19 .st-modals .st-modals__title {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../../imgs/comm-form-bg.png");
  z-index: 1;
  position: relative;
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
}

.st-modals__title--padding {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 88px;

  padding-bottom: 88px;
  padding-left: 110px;
}

.st-modals__title .button button.btn {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 70px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 130, 204);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.st-modals__title .button button.btn .button-text {
  text-transform: uppercase;
}

.st-modals__title .button button.btn .button-text::after {
  right: 29px;
  top: 16px;
  position: absolute;
  content: url("../../imgs/commercial-arrow.png");
}

.st19 .st-modals .st-modals__col--padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.st19 .st-modals .st-modals--padding {
  padding-top: 41px;
  padding-right: 5px;
  padding-bottom: 51px;
  padding-left: 46px;
}
.st19 .st-modals .title-direction {
  font-size: 28px;
  line-height: 28px;
  color: #1a1c1e;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 24px;
  padding-left: 10px;
}

.list-direction ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.list-direction ul li {
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
}
.st19 .st-modals .st-modals--border-height {
  -webkit-box-shadow: 0px 10px 32px 0px rgba(156, 175, 196, 0.5);
          box-shadow: 0px 10px 32px 0px rgba(156, 175, 196, 0.5);
  background-color: rgb(255, 255, 255);
  color: #333;
  border-radius: 6px;
  height: 100%;
}

.btn-direction .btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgb(21, 158, 240);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(13, 127, 196);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-direction .btn img {
  width: 26px;
}

.title-direction .dots-repeat {
  z-index: 1;
  position: absolute;
  background-image: url("../../imgs/dots.png");
  height: 120px;
  width: 120px;
  top: 25px;
  right: 15px;
}

.w40 {
  width: 40%;
}

#modal__form_new .contactForm {
	padding: 0 0 44px 0;
}
#modal__form_new .contactForm__title {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 17px;
}
#modal__form_new .advantages .col.text {
	flex-basis: 100%;
}
#modal__form_new .advantages {
	padding: 0 10px 0 0;
	height: 95px;
}
#modal__form_new .advantages>div {
	padding: 0;
	height: 60px;
}
#modal__form_new .button .text::after{
	display: none;
}
#modal__form_new .button {
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 15px;
	z-index: 100;
	margin-top: 10px;
}
@media (max-width: 576px) {
	#modal__form_new .contactForm {
		padding: 33px 0 44px 0;
	}
  .btn-direction {
    width: 40px;
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: -14px;
  }
  .btn-direction .btn {
    position: relative;
    bottom: 0;
    display: inline-block;
    right: 0;
    float: right;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
  .st-active-direction .row.col-lg-12 {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
	}
	#modal__contacts .contactForm {
    padding: 10px;
	}
	#modal__contacts .contactForm__title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 17px;
	}
	#modal__contacts .button {
    width: 64%;
	}
	#modal__contacts .dots-repeat {
    z-index: 1;
    position: absolute;
    background-image: url(../../imgs/dots.png);
    height: 80px;
    width: 94px;
    bottom: 5px;
    right: 10px;
	}
	#modal__commercial .contactForm {
		padding: 0;
	}
	#modal__commercial .contactForm__title {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 17px;
	}
	#modal__commercial .button .text::after {
		right: 11px;
		top: 16px;
		position: absolute;
		content: url("../../imgs/offer-full-width-arrow-icon.png");
	}

}