

@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap);
a {
  color: #064447;
  transition: all 0.3s ease;
}
a:hover {
  color: #DD5F18;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.d-none {
  display: none !important;
}

.btn {
  border-radius: 77px;
  background: #DD5F18;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.09em;
  padding: 16px 50px;
  display: inline-block;
  color: white;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #F99137;
  color: white;
  text-decoration: none;
}

.btn-secondary {
  background: #FFFFFF;
  border: 1px solid rgba(6, 68, 71, 0.3);
  border-radius: 8px;
  padding: 18px 32px;
  color: #064447;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-secondary:hover {
  background: #FFFFFF;
  border: 1px solid #20646D;
  border-radius: 8px;
  color: #20646D;
}

input, select, textarea {
  background: #FFFFFF;
  outline: none;
  border: none;
  font-family: "Nunito Sans", sans-serif;
  color: #334A51;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #9C9C9C;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9C9C9C;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #9C9C9C;
}

input {
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.wrapper {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.custom-error {
  border-bottom: 1px solid #FF0000;
}

/* TEMPLATE WHITE */
body, textarea {
  font-family: "Nunito Sans", sans-serif;
}

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

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 89;
  width: 100%;
  background: #26363B;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  margin: 0 auto;
}
.header__logo-href img {
  width: 132px;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-wrapper {
  display: flex;
  flex-direction: row;
}
.header__logo-href-mob, .header__nav-item.mob {
  display: none;
}
.header__burger {
  display: none;
}
.header__burger.active div:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}
.header__burger.active div:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: 0px;
}
.header__burger.active div:nth-child(3) {
  opacity: 0;
}
.header__nav-item {
  margin-right: 28px;
}
.header__nav-item a {
  letter-spacing: 0.02em;
  color: white;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.header__nav-item a:hover {
  text-decoration: none;
}
.header__nav-item a:hover:after, .footer__nav-item a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F99137;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
}
.header__nav-item a.active:after, .footer__nav-item a.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
}
.footer__nav-item a.active:before{
	background-color: #182427;
}
.header__nav-item a.active:hover:after, .footer__nav-item a.active:hover:before {
  background-color: #F99137;
}
.header__nav-item.mobile-nav-item {
  display: none;
}
.header__call-wrapper {
  padding-left: 36px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  margin-right: 14px;
  text-decoration:none;
}
.header__call-wrapper:before {
  content: "";
  background-image: url(../img/mobile.svg);
  width: 26px;
  height: 26px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__call-wrapper.mobile-call {
  display: none;
  text-align: right;
}
.header__call-wrapper p:not(.bold) {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  text-transform: initial;
  font-weight: 400;
}
.header__call-wrapper p.bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.header__call-wrapper:hover {
  color: #F99137;
  text-decoration: none;
}
.header__btn {
  background: white;
  border-radius: 87px;
  
  padding: 10px 27px;
  color: #26363B;
  letter-spacing: 0.09em;
  transition: all 0.3s ease;
  text-decoration:none;
  text-transform: uppercase;
  
  font-size: 13px;
  line-height: 28px;
}
.header__btn:hover {
  background: #F99137;
  color: white;
  text-decoration: none;
}
.header__btn.mobile-btn {
  display: none;
}
.header__menu-mobile {
  display: none;
}
.header__form {
  background-color: #EAF2F0;
  position: static;
  position: initial;
}
.header__form .container {
  background-color: transparent;
  flex-direction: column;
}
.header__form .header__logo-href-form {
  margin-top: 60px;
  margin-bottom: 30px;
}
.header__form h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #064447;
  font-weight: 900;
  text-align: center;
}
.header__form p {
  color: #031F20;
  margin-bottom: 60px;
  text-align: center;
}
.mob{display:none;}
.main {
  overflow: hidden;
}

.welcome__error-message {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-transform: capitalize;
  color: #FF0000;
  background: #FFE6E6;
  border-radius: 74px;
  padding: 12px;
  left: 0;
  display: none;
  position: absolute;
  bottom: -20px;
}
.welcome__error-message.d-flex {
  display: inherit;
}

/*------------------------------*/
.first {
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: url(../img/first-screen.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 300px;
  background-position: center;
}
.first__content {
  width: 590px;
  max-width: 100%;
  padding-top: 335px;
  padding-bottom: 384px;
}
.first h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: white;
  text-transform: uppercase;
}
.first__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 46px;
  color: white;
  width: 452px;
}
.first form {
  width: 586px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  border-radius: 125px;
  padding: 14px;
  position: relative;
}
.first form:after {
  content: "";
  width: 20px;
  height: 90px;
  background-image: url(../img/arrow-gif.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -98px;
  right: 70px;
}
.first .step-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first .step-item .form-group {
  width: 100%;
  max-width: 380px;
}
.first .step-item input, .first .step-item select {
  max-width: 380px;
  width: 100%;
  padding: 9px 18px;
  font-weight: 700;
  color: #334A51;
  font-size: 36px;
  line-height: 120%;
  border: none;
}
.first .step-item input {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.first .step-item select {
  background: #ffffff url(../img/select-arrow.svg) no-repeat calc(100% - 18px) center;
}

.first .btn-form {
  width: 180px;
  background-color: #DD5F18;
  border-radius: 49px;
  padding: 15px;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: white;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.first .btn-form:hover{
  background-color: #F99137;
}
.about-work {
  margin-top: 76px;
  color: #182427;
}
.about-work__wrapper {
  width: 1430px;
  height: 1235px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.about-work__header {
  width: 50%;
  margin-bottom: 84px;
  padding-left: 140px;
}
.about-work__header h2 {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 566px;
  margin-bottom: 35px;
  font-weight: 700;
}
.about-work__header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 560px;
}
.about-work__item {
  width: 50%;
}
.about-work__item img {
  margin-bottom: 58px;
}
.about-work__item h3 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 140px;
  font-weight: 700;
}
.about-work__item p {
  font-size: 20px;
  line-height: 24px;
  padding-left: 140px;
}
.about-work__item:nth-child(2) {
  order: 3;
  margin-bottom: 60px;
  position: relative;
  bottom: 112px;
  left: 85px;
}
.about-work__item:nth-child(2) h3, .about-work__item:nth-child(2) p {
  padding-left: 48px;
}
.about-work__item:nth-child(3) {
  order: 2;
}
.about-work__item:nth-child(4) {
  order: 4;
  position: relative;
  bottom: 90px;
  right: 30px;
}
.about-work__item:nth-child(4) h3, .about-work__item:nth-child(4) p {
  padding-left: 50px;
}

.about-work-how-it {
  margin-top: 62px;
}
.about-work-how-it .about-work__wrapper {
  height: 1246px;
}
.about-work-how-it .about-work__header {
  width: 560px;
}
.about-work-how-it .about-work__header p {
  width: 100%;
}
.about-work-how-it .about-work__item:nth-child(2) {
  bottom: 215px;
  left: 25px;
}
.about-work-how-it .about-work__item:nth-child(2) h3, .about-work-how-it .about-work__item:nth-child(2) p {
  padding-left: 0;
  font-size: 20px;
}
.about-work-how-it .about-work__item:nth-child(4) {
  order: 4;
  bottom: 180px;
  right: 30px;
}
.about-work-how-it .about-work__item:nth-child(4) h3, .about-work-how-it .about-work__item:nth-child(4) p {
  padding-left: 44px;
  font-size: 20px;
  width: 500px;
}

.helping-hand {
  background: #24363A;
  border-radius: 0 300px 0 0;
}
.helping-hand__wrapper {
  display: flex;
  align-items: center;
  width: 1440px;
}
.helping-hand__image {
  margin-top: -315px;
  margin-bottom: -150px;
  margin-right: 125px;
}
.helping-hand__content {
  width: 475px;
  color: white;
}
.helping-hand__content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
  color: #F99137;
}
.helping-hand h3 {
  text-transform: uppercase;
}
.helping-hand p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.helping-hand__list-title {
  margin-top: 24px;
  margin-bottom: 30px;
}
.helping-hand__list-title strong {
  font-size: 20px;
  line-height: 24px;
}
.helping-hand ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.helping-hand ul li {
  display: flex;
  align-items: center;
  width: 230px;
  margin-bottom: 24px;
}
.helping-hand ul li img {
  -o-object-fit: none;
  object-fit: none;
  min-width: 48px;
  height: 56px;
  margin-right: 12px;
}

.trusted-source {
  padding-top: 248px;
  padding-bottom: 124px;
  background-image: url(../img/trusted-source-background.jpeg);
  background-position: center;
  background-size: cover;
  color: #182427;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.trusted-source__content {
  width: 470px;
}
.trusted-source__content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.06em;
  margin-bottom: 37px;
  text-transform: uppercase;
  color: #334A51;
}
.trusted-source__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
  color: #334A51;
}
.trusted-source__content a {
  margin-top: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

.get_quote {
  background: #182427;
  padding: 26px 24px;
}
.get_quote__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.get_quote h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: white;
  text-transform: uppercase;
}
.get_quote h2 span {
  color: #F99137;
}
.get_quote form {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}
.get_quote form input {
  width: 406px;
  background: #FFFFFF;
  border: 1px solid #6F7498;
  border-radius: 90px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #334A51;
  padding: 20px 25px;
}
.get_quote form select {
  padding: 20px 25px;
  width: 178px;
  border: 1px solid #6F7498;
  border-radius: 90px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #334A51;
  background: #ffffff url(../img/select-arrow.svg) no-repeat calc(100% - 18px) center;
}
.get_quote form button {
  border: none;
  text-transform: uppercase;
  padding: 15px 33px;
  cursor: pointer;
}

.get_quote .form-group {
  position: relative;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 38px;
  border-bottom: 1px solid #848484;
  padding-left: 0;
  padding-right: 0;
  width: 1110px;
  margin-bottom: 52px;
}
.footer__nav-container {
  display: flex;
}
.footer__nav-container a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #182427;
  text-decoration: none;
}
.footer__material {
  padding-left: 30px;
  padding-right: 30px;
}
.footer__material h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer__material p {
  color: #182427;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
.footer__material p strong {
  font-weight: 900;
}
.footer__after {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 30px;
}
.footer__after a { color: #182427; text-decoration: none; }
.footer__after p {font-weight: bold;}
.footer__nav-item {
  margin-right: 20px;
}
.footer__nav-item a.active:after {
  background-color: #182427;
}

.how-it {
  background-color: #EDF2F4;
  padding-top: 170px;
  padding-bottom: 90px;
}
.how-it h1 {
  color: #182427;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.register-online {
  background: #24363A;
  border-radius: 0px 300px 0px 0px;
}
.register-online__wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  padding-bottom: 50px;
  grid-gap: 82px;
  gap: 82px;
}
.register-online__wrapper img {
  margin-top: -400px;
  width: 446px;
}
.register-online__wrapper h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #F99137;
  margin-bottom: 32px;
  margin-top: 80px;
}
.register-online__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 30px;
}
.register-online__wrapper li {
  padding-left: 50px;
  margin-bottom: 50px;
  position: relative;
  color: white;
  line-height: 24px;
}
.register-online__wrapper li:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/item-dot.svg);
  position: absolute;
  left: 0;
  top: -4px;
}
.register-online__content {
  width: 500px;
}
.register-online__content:nth-child(1) {
  width: 490px;
}

.faq {
  background: #F4F8F9;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 50px;
}
.faq h1 {
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #334A51;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
}

.questions {
  margin-top: 60px;
  margin-bottom: 100px;
}
.questions__item {
  position: relative;
  border-bottom: 1px solid #DBE6EA;
}
.questions__item:last-child {
  border: none;
}
.questions__item.active:after {
  transform: rotate(180deg);
}
.questions__item.active .questions__item-title {
  color: #F99137;
}
.questions__item.active .questions__item-title:after{
	transform: translate(0, -50%) rotate(180deg);
}
.questions__item.active .questions__item-answer {
  display: block;
  padding-bottom: 26px;
  margin-top: -26px;
}
.questions__item:hover .questions__item-title {
  color: #F99137;
}
.questions__item:nth-child(1) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(1) .questions__item-title:before {
  content: "01";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(2) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(2) .questions__item-title:before {
  content: "02";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(3) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(3) .questions__item-title:before {
  content: "03";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(4) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(4) .questions__item-title:before {
  content: "04";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(5) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(5) .questions__item-title:before {
  content: "05";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(6) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(6) .questions__item-title:before {
  content: "06";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(7) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(7) .questions__item-title:before {
  content: "07";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(8) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(8) .questions__item-title:before {
  content: "08";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(9) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(9) .questions__item-title:before {
  content: "09";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(10) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(10) .questions__item-title:before {
  content: "10";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(11) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(11) .questions__item-title:before {
  content: "11";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(12) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(12) .questions__item-title:before {
  content: "12";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(13) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(13) .questions__item-title:before {
  content: "13";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item:nth-child(14) .questions__item-title {
  position: relative;
}
.questions__item:nth-child(14) .questions__item-title:before {
  content: "14";
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #334A51;
}
.questions__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #334A51;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 80px;
  padding-right: 40px;
  cursor: pointer;
}
.questions__item-title:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(../img/arrow-faq.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.questions__item-answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334A51;
  display: none;
  padding-left: 80px;
}
.questions__item-answer li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}

.contact-header {
  padding-top: 170px;
  padding-bottom: 90px;
  background: #F4F8F9;
}
.contact-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-header__wrapper h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #182427;
  margin-bottom: 42px;
}
.contact-header__telephone {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding-left: 56px;
}
.contact-header__telephone:before {
  content: "";
  width: 35px;
  height: 36px;
  background-image: url(../img/tel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
}
.contact-header__telephone a {
  color: #DD5F18;
  font-weight: 700; 
  text-decoration:none;
}
.contact-header__address {
  font-size: 20px;
  line-height: 28px;
  padding-left: 56px;
  position: relative;
}
.contact-header__address:before {
  content: "";
  width: 35px;
  height: 36px;
  background-image: url(../img/address-a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0;
}
.contact-header__address span {
  font-weight: bold;
}

/*------------------------------*/

.form {
  margin-top: 120px;
}
.form__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 60px 30px;
  gap: 60px 30px;
}
.form__box {
  width: 540px;
  position: relative;
}
.form__box label {
  color: #889697;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.form__box input, .form__box textarea {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #CBCBCB;
  font-size: 20px;
  line-height: 24px;
}
.form__box textarea {
  height: 60px;
}
.form__message {
  width: 100%;
}
.form .btn {
  margin: 50px 0 0 auto;
  display: block;
  width: 270px;
}
.form__error {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  bottom: -27px;
  color: #F72424;
  display: none;
}
.form__error.d-flex {
  display: inherit;
}
.form__error.d-flex + label {
  color: #F72424;
}
.form .custom-success + label {
  color: #889697;
}
.form__buttons-wrapper {
  width: 100%;
}
.form .btn-contact {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.09em;
  color: #26363B;
  border: 1px solid #000000;
  border-radius: 83px;
  width: 180px;
  height: 60px;
  margin: 20px auto 180px;
  display: block;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
.form .btn-contact:hover{
	border: 1px solid #F99137;
	color: #F99137;
}
.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.54118);
}
.popup__wrapper {
  display: flex;
  flex-direction: row;
  width: 590px;
  background-color: white;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 58px;
}
.popup__content h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #182427;
  margin-bottom: 6px;
}
.popup__description {
  font-size: 16px;
  line-height: 22px;
  color: #182427;
  margin-bottom: 36px;
}
.popup__buttons-wrapper {
  width: 255px;
}
.popup__call-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #182427;
  border-radius: 85px;
  background-color: transparent;
  margin-bottom: 15px;
  padding-left: 48px;
  padding-right: 48px;
  transition: all 0.3s ease;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration:none;
}
.popup__call-us:hover {
  text-decoration: none;
  background-color: transparent;
  color: #F99137;
  border-color: #F99137;
}
.popup__call-us:hover span {
  color: #F99137;
}
.popup__call-us:hover circle {
  stroke: #F99137 ;
  transition: all 0.3s ease;
}
.popup__call-us:hover path {
  transition: all 0.3s ease;
  fill: #F99137 ;
}
.popup__call-us span {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #182427;
}
.popup__call-us span strong {
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
}
.popup__back {
  margin-top: -38px;
  margin-bottom: -34px;
  margin-left: -125px;
}
.popup__close {
  display: block;
  position: absolute;
  top: 30px;
  right: 36px;
  z-index: 99;
  cursor: pointer;
}
.popup__go-back {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  padding: 26px 0px;
  width: 100%;
  color: #FFFFFF;
  border: none;
  background: #F99137;
}
.popup__go-back:hover {
  background: #F68320;
}

.why-people {
  padding-top: 100px;
  padding-bottom: 134px;
  background: #24363A;
  border-radius: 300px 0px 0px 0px;
  color: white;
  position: relative;
}
.why-people__title {
  margin-bottom: 40px;
}
.why-people ul {
  display: flex;
  flex-wrap: wrap;
  width: 490px;
  grid-gap: 30px;
  gap: 30px;
}
.why-people ul li {
  width: 216px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.why-people ul li img {
  min-width: 46px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: left;
  object-position: left;
  margin-right: 12px;
}
.why-people .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.why-people__image {
  margin-top: -279px;
}
.why-people:before {
  content: "";
  width: 125px;
  height: 230px;
  background-image: url(../img/why-people-half-circle.svg);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  top: -192px;
  left: 0;
  position: absolute;
}

.text {
  padding-top: 150px;
}
.text h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #334A51;
  margin-bottom: 40px;
}
.text h1:not(.container) {
  display: none;
}
.text p, .text ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334A51;
  margin-bottom: 20px;
}
.text p strong, .text strong {
  font-weight: 700;
}

.header__form {
  background: #26363B;
}
.header__form h1, .header__form p {
  color: white;
}
.header__form h1 {
  font-size: 48px;
  line-height: 62px;
}
.main-for-form {
	background-color: transparent;
}
.main-for-form #omForm .om_subhead{
	display:none;
}
.main-for-form #omForm .om_full_step_colored_bg{
	background: #F4F8F9;
}
.main-for-form #omForm .om_full_step_colored_bg{
	background: #F4F8F9;
}
.main-for-form #omForm .om_full_area h4, .main-for-form #omForm .om_full_data_encrypted{color: #182427;}
.main-for-form #omForm .om_full_step_colored_bg label, .main-for-form #omForm .om_full_step_colored_bg h4, .main-for-form #omForm .om_full_step_colored_bg label a {color: #182427;}
.main-for-form #omForm .om_full_area .om_full_step_colored_bg button {
	border-radius: 88px;
}
.main-for-form #omForm .om_full_data_encrypted {
	background: url(../img/lock2.svg) no-repeat left bottom;
    background-size: auto 32px;

}

.message__thank{
	padding-bottom: 272px;
    text-align:center;
}
.message__thank h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
	margin-bottom: 16px;
}

.message__thank p{	
font-weight: 400;
font-size: 16px;
line-height: 22px;
}

.message__thank img{
	position: relative;
    margin-top: -72px;
    right: 130px;
}

@media screen and (max-width: 1400px) {
  .header__wrapper {
    padding: 18px 24px;
  }
}
@media screen and (max-width: 1366px) {
  .header__nav-item {
    margin-right: 24px;
  }
  .first__content {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .about-work__wrapper {
    height: 975px;
  }
  .about-work__header {
    padding-left: 0;
  }
  .about-work__item h3 {
    padding-left: 0;
  }
  .about-work__item p {
    padding-left: 0;
  }
  .about-work__item:nth-child(2) img {
    width: 456px;
  }
  .about-work__item:nth-child(3) img {
    width: 440px;
  }
  .about-work__item:nth-child(4) img {
    width: 480px;
  }
  .helping-hand__wrapper {
    padding-top: 50px;
    padding-bottom: 78px;
  }
  .helping-hand__image {
    width: 346px;
  }
  .how-it-work .wrapper {
    width: 992px;
  }
  .register-online {
    border-radius: 0px 150px 0px 0px;
  }
  .register-online__wrapper img {
    width: 380px;
  }
}
@media screen and (max-width: 1365px) {
  .about-work-how-it .about-work__wrapper {
    height: 975px;
  }
  .about-work-how-it .about-work__header {
    width: 416px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    width: 992px;
    max-width: 100%;
    padding: 14px 31px;
  }
  .header__nav-item {
    margin-right: 40px;
  }
  .header__nav-item a {
    font-size: 14px;
    line-height: 21px;
  }
  .header__call-wrapper {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-left: 30px;
  }
  .header__call-wrapper:before {
    left: -30px;
  }
  .first {
    border-radius: 0 0 0 150px;
  }
  .first__wrapper {
    padding: 0 42px;
  }
  .first__content {
    padding-top: 118px ;
    padding-bottom: 150px ;
  }
  .first h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
  }
  .first__description {
    font-size: 16px;
    line-height: 24px;
    width: 400px;
    margin-bottom: 24px;
  }
  .first form {
    width: 432px;
    padding: 12px;
  }
  .first form:after {
    background-image: url(../img/arrow-2.svg);
    width: 48px;
    height: 50px;
    top: -83px;
    right: -22px;
  }
  .first .step-item select {
    font-size: 26px;
    line-height: 24px;
  }
  .first .btn-form {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 22px;
  }
  .about-work {
    margin-top: 88px;
  }
  .about-work__header h2 {
    font-size: 18px;
    line-height: 25px;
    width: 350px;
    margin-bottom: 22px;
  }
  .about-work__header p {
    width: 458px;
  }
  .about-work__item img {
    margin-bottom: 10px;
  }
  .about-work__item h3 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px ;
    padding-right: 62px;
  }
  .about-work__item p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px ;
    padding-right: 62px;
  }
  .about-work__item:nth-child(2) h3, .about-work__item:nth-child(2) p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 34px;
    padding-right: 62px;
  }
  .about-work__item:nth-child(2) h3 {
    font-weight: 700;
  }
  .about-work__item:nth-child(2) img {
    margin-bottom: 38px;
  }
  .about-work__item:nth-child(2) {
    bottom: 95px;
    left: 56px;
  }
  .about-work__item:nth-child(4) {
    bottom: 0;
    right: 65px;
  }
  .helping-hand {
    margin-top: 48px;
    border-radius: 0 150px 0 0;
  }

  .helping-hand__image {
    width: 400px ;
    margin-right: 60px;
  }
  .helping-hand__content h3 {
    font-size: 18px;
    line-height: 48px;
  }
  .helping-hand__list-title strong {
    font-size: 18px;
    line-height: 24px;
  }
  .trusted-source {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .trusted-source__content h2 {
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .trusted-source__content a {
    margin-top: 14px;
  }
  .helping-hand__image{margin-bottom: 0;}
  .get_quote form .form-group {
    order: 2;
  }
  .get_quote__wrapper h2 { width: 155px; }
  .get_quote form input {
    width: 320px;
  }
  .get_quote form select {
    order: 1;
  }
  .get_quote form button {
    order: 3;
  }
  .footer {
    padding: 0 24px;
  }
  .footer__material {
    padding: 0px;
  }
  .footer__after {
    padding: 0;
  }
  .register-online {
    margin-top: -140px;
  }
  .register-online__wrapper img {
    margin-top: -300px;
  }
  .form__inputs-wrapper {
    align-items: center;
  }
  .form__box {
    width: 400px;
    max-width: 100%;
  }
  .form__message {
    width: 100%;
  }
  .form .btn {
    margin: 30px 0 0 auto;
  }
  .why-people {
    border-radius: 150px 0px 0px 0px;
  }
  .why-people__image {
    width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-header__wrapper {
    width: 992px;
  }
  .contact-us__message .wrapper {
    width: 992px;
  }
  .form__box input, .form__box textarea {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    display: none;
  }
  .header__nav.active {
    display: flex;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    justify-content: end;
    padding: 12px 24px;
    background: #20353D;
  }
  .header__nav-wrapper {
    justify-content: space-between;
  }
  .header__burger {
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__burger div {
    width: 24px;
    height: 2px;
    margin-bottom: 7px;
    background: #FFFFFF;
    border-radius: 1.5px;
    transition: all 0.3s ease;
  }
  .header__burger div:nth-last-child {
    margin-bottom: 0;
  }
  .header__call-wrapper {
    display: none;
  }
  .header__call-wrapper.mobile-call {
    display: block;
  }
  .header__btn.mobile-btn {
    display: block;
    margin-right: 30px;
  }
  .header__menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
  }
  .questions__item:nth-child(1) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(2) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(3) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(4) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(5) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(6) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(7) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(8) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(9) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(10) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(11) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(12) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(13) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item:nth-child(14) .questions__item-title:before {
    font-size: 30px;
    line-height: 41px;
  }
  .questions__item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-header__telephone {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 44px;
  }
  .contact-header__address {
    font-size: 18px;
    line-height: 28px;
  }
  .why-people:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header__btn {
    display: none;
  }
  .about-work__header p {
    width: 100%;
  }
  .about-work__item:nth-child(4) {
    bottom: -50px;
  }
  .about-work__item:nth-child(4) h3, .about-work__item:nth-child(4) p {
    padding-left: 90px ;
  }
  .about-work-how-it .about-work__item:nth-child(3) img {
    width: 400px;
  }
  .about-work-how-it .about-work__item:nth-child(4) h3, .about-work-how-it .about-work__item:nth-child(4) p {
    max-width: 100%;
  }
  .about-work.about-work-how-it h3, .about-work.about-work-how-it p{
	padding-left: 0 !important;
  }
  .helping-hand__image {
    margin-top: -175px;
  }
  .trusted-source {
    background-position: left;
  }
  .get_quote__wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .get_quote__wrapper h2 { width: 100%; text-align: center;}
  .get_quote h2 {
    margin-bottom: 24px;
  }
  .footer .wrapper {
    padding-top: 20px;
  }
  .footer__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__nav img {
    margin-bottom: 30px;
  }
  .footer__material p {
    text-align: justify;
  }
  .contact-us__message .wrapper {
    width: 780px ;
  }
  .form__inputs-wrapper {
    height: auto;
  }
  .form__box {
    width: 300px;
  }
  .form__box input, .form__box textarea {
    font-size: 16px ;
    line-height: 24px;
  }
  .form__message {
    width: 100%;
  }
  .form .btn {
    width: 450px;
    margin: 30px auto 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .mob{display: initial;}
  .mob-hidden{display:none;}
  .wrapper {
    padding: 0 15px ;
    width: 600px ;
  }
  .header__wrapper {
    padding: 10px 20px;
  }
  .header__logo-href {
    position: relative;
    z-index: 4;
  }
  .header__nav.active {
    top: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 30px;
    justify-content: start ;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  .header__nav-wrapper {
    flex-direction: column;
    order: 3;
  }
  .header__nav-item.mob {
    display: block;
  }
  .header__nav-item {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    margin-right: 0 ;
    text-align: center;
  }
  .header__nav-item:not(.footer__nav-item) a.active:after {
    background: #ffffff;
  }
  .header__call-wrapper {
    display: block ;
    margin-top: 105px;
    margin-bottom: 40px;
  }
  .header__call-wrapper.mobile-call {
    display: none ;
  }
  .header__btn {
    display: block ;
    margin-bottom: 52px;
  }
  .header__btn.mobile-btn {
    display: none ;
  }
  .about-work__wrapper, .about-work-how-it .about-work__wrapper {
    height: auto ;
  }
  .about-work__header {
    width: 100%;
  }
  .about-work__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-work__item:nth-child(2) img {
    width: 100% ;
  }
  .about-work__item:nth-child(2) {
    position: static;
    position: initial;
    order: initial;
  }
  .about-work__item:nth-child(3) {
    position: static;
    position: initial;
    order: initial;
  }
  .about-work__item:nth-child(3) img, .about-work-how-it .about-work__item:nth-child(3) img {
    width: 100% ;
  }
  .about-work__item:nth-child(4) {
    position: static;
    position: initial;
    order: initial;
  }
  .about-work__item:nth-child(4) img {
    width: 100% ;
  }
  .about-work-how-it .about-work__header {
    width: 100% ;
    margin-bottom: 20px;
  }
  .helping-hand__image {
    width: 300px ;
    margin-right: 20px;
  }
  .helping-hand__content {
    width: 230px ;
  }
  .trusted-source {
    background-position: -254px 0;
  }
  .trusted-source__content {
    width: 300px;
  }
  .get_quote form {
    flex-direction: column;
  }
  .get_quote form input {
    width: 320px;
  }
  .get_quote form select {
    width: 320px;
  }
  .get_quote form button {
    width: 320px;
  }
  .footer {
    margin-top: 44px;
  }
  .footer__nav-container {
    flex-direction: column;
    text-align: center;
  }
  .register-online {
    margin-top: 320px ;
  }
  .register-online__wrapper {
    flex-direction: column;
  }
  .register-online__wrapper img {
    width: 321px ;
    margin: -230px auto 0;
    display: block;
  }
  .register-online__wrapper{
 	gap: 50px;
  }
  .register-online__content:nth-child(1) {
    width: 100%;
  }
  .register-online__content {
    width: 100%;
  }
  .contact-header__wrapper {
    flex-direction: column;
  }
  .why-people ul {
    flex-direction: column;
    grid-gap: 40px;
    gap: 40px;
  }
  .why-people ul li {
    width: 100%;
  }
  .why-people .wrapper {
    flex-direction: column;
  }
  .why-people__content {
    order: 2;
    width: 100%;
  }
  .why-people__image {
    order: 1;
    width: 320px;
    margin: -270px auto 68px;
  }
  .get_quote form .welcome__error-message{ bottom: 10px; width: 100%; }
  .get_quote form .custom-error {
  	margin-bottom: 34px ;
  }
}
@media screen and (max-width: 780px) {
  .popup__wrapper {
    width: 315px;
    padding: 24px 30px;
  }
  .popup__back {
    display: none;
  }
  .popup__close {
    top: 22px;
    right: 22px;
  }
  .faq{
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .questions{ margin-top: 10px;}
  
}
@media screen and (max-width: 660px) {
  .contact-us__message .wrapper {
    width: 375px ;
  }
  .form__inputs-wrapper {
    grid-gap: 0;
    gap: 0;
  }
  .form__box {
    width: 100%;
  }
  .form__box input, .form__box textarea {
    margin-bottom: 40px;
  }
  .form__error {
    bottom: 25px;
  }
  .why-people {
    border-radius: 90px 0px 0px 0px;
    padding-bottom: 50px;
  }
  .questions__item-title {padding-top: 24px; padding-bottom: 24px;}
  
}
@media screen and (max-width: 600px) {
  .why-people ul {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
	
  .wrapper {
    width: 375px ;
    padding: 0 24px ;
  }
  .header__wrapper {
    padding: 4px 24px ;
  }
  .header__logo-href img {
    width: 102px;
  }
  .header__nav.active {
    top: 58px ;
  }
  .header__burger {
    width: 32px;
    height: 32px;
  }
  .header__burger div {
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
  }
  .header__burger.active div:nth-child(1) {
    top: 6px;
  }
  .header__burger.active div:nth-child(2) {
    top: 1px;
  }
  .header__nav-item.mobile-nav-item {
    display: inline;
    display: initial;
  }
  .custom-error {
    margin-bottom: 44px ;
  }
  .first {
    background-image: url(../img/first-screen-mob.png);
	margin-top: 45px;
    padding-top: 35px;
  }
  .first__content {
    padding-top: 10px ;
    width: 100%;
    padding-bottom: 52px ;
  }
  .first h1 {
    line-height: 40px;
    padding-right: 10px;
  }
  .first__description {
    width: 100% ;
  }
  .first form {
    background-color: transparent;
    box-shadow: none;
    width: 100% ;
    padding: 0 ;
    margin-top: 176px;
  }
  .first form .welcome__error-message {
    bottom: 70px;
    width: 100%;
  }
  .first form:after {
    transform: rotate(-30deg) scaleX(-1);
    width: 80px;
    height: 80px;
    top: -94px;
    right: auto;
    right: initial;
    left: 0;
  }
  .first .step-item {
    flex-direction: column;
  }
  .first .step-item input, .first .step-item select {
    box-shadow: 0px 14px 80px rgba(38, 54, 59, 0.1);
    border-radius: 125px;
    margin-bottom: 13px;
    padding: 20px 18px;
  }
  .first .step-item input.custom-error{
	margin-bottom: 36px;
  } 
  .first .btn-form {
    width: 100%;
    height: 54px;
  }
  .about-work {
    margin-top: 38px ;
  }
  .about-work__header {
    margin-bottom: 32px;
  }
  .about-work__item img {
    margin-bottom: 38px;
  }
  .about-work__item:nth-child(2) h3, .about-work__item:nth-child(2) p {
    padding-left: 0 ;
  }
  .about-work__item:nth-child(2) {
    width: 120%;
  }
  .about-work__item:nth-child(4) h3, .about-work__item:nth-child(4) p {
    padding-left: 0 ;
  }
  .about-work-how-it {
    margin-top: 30px;
  }
  .helping-hand {
    margin-top: 455px ;
  }
  .helping-hand__wrapper {
    flex-direction: column;
    padding-bottom: 44px;
  }
  .helping-hand__image {
    width: 321px;
    margin: -466px auto 40px;
    height: 516px;
  }
  .helping-hand__content {
    width: 100% ;
  }
  .helping-hand__list-title {
    margin-top: 38px;
  }
  .trusted-source {
    padding-bottom: 492px;
    background-image: url(../img/trusted-source-background-mobile.png);
	
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .trusted-source__content {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .trusted-source__content a {
    width: 100%;
    text-align: center;
  }
  .get_quote {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .get_quote form .welcome__error-message {
    bottom: 12px;
    width: 100%;
  }
  .footer__nav-item {
    margin-bottom: 20px;
  }
  .how-it {
    padding-top: 106px;
    padding-bottom: 50px;
  }
  .register-online {
    border-radius: 0px 90px 0px 0px ;
  }
  .register-online__wrapper h3 {
    margin-top: 55px;
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 24px;
  }
  .contact-header {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .text {
    padding-top: 100px;
  }
  .footer__material{padding:0;}
  .footer__after {
	padding: 0;
    flex-direction: column;
    gap: 20px;
	text-align: center;
  }
	.message__thank h3{
    font-size: 18px;
	}
	.message__thank img{
		right: 180px;
	}
	.text h1{
		font-size: 22px;
		line-height: 120%;
	}
}
@media screen and (max-width: 390px) {
  .about-work-how-it .about-work__item:nth-child(2) img {
    width: 320px ;
    position: relative;
    left: 40px;
    margin-bottom: 20px;
  }
}
