body:not(.static-page) .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #d57c14;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  max-width: 224px;
  height: 43px;
}
body:not(.static-page) .button:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body:not(.static-page) .button:hover:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #1f3040;
  background-color: #fedfbb;
}
.title {
  font-weight: 400;
  color: #1f3040;
  display: block;
  font-size: 44px;
  text-transform: uppercase;
}
.subtitle {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  color: #1f3040;
}
.content .wp-block-image {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.content .wp-block-image .wp-element-caption {
  width: 100%;
  text-align: end;
  font-size: 16px;
  color: #363636;
}
.content .wp-block-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
  display: block;
}
.content iframe {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 16/9;
  border-radius: 15px;
}
.content .wp-block-table {
  margin-bottom: 40px;
  margin-top: 40px;
}
.content .wp-block-table table tbody tr td {
  color: #1f3040;
  font-weight: 400;
  text-align: left;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.content .wp-block-table table thead tr th {
  color: #363636;
  font-weight: 400;
  text-align: left;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}
.content h2 {
  font-size: 40px;
}
.content h3 {
  font-size: 36px;
}
.content h4 {
  font-size: 32px;
}
.content h5 {
  font-size: 28px;
}
.content h6 {
  font-size: 24px;
}
.content p {
  color: #1f3040;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 40px;
  font-size: 30px;
}
.content p strong {
  color: #d57c14;
}
.content ol,
.content ul {
  display: block;
  margin-bottom: 30px;
}
.content ol li,
.content ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  color: #1f3040;
  font-size: 30px;
}
.content ol li strong,
.content ul li strong {
  color: #1f3040;
}
.content ol li::after,
.content ul li::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c9a062;
}
.content ol {
  margin-left: 20px;
}
.content ol li {
  padding-left: 0;
}
.content ol li::after {
  display: none;
}
.hidden {
  display: none !important;
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-pagenavi span.current {
  color: #c9a062;
  border-radius: 5px;
  border: 1px solid #c9a062;
  border-color: #c9a062;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.wp-pagenavi a {
  color: #1f3040;
  border-radius: 5px;
  border: 1px solid #1f3040;
  border-color: #1f3040;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wp-pagenavi a:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #c9a062;
  border-color: #d57c14;
}
.wp-pagenavi .pages {
  display: none;
}
.not-found {
  padding-bottom: 200px;
  padding-top: 260px;
}
.not-found .button {
  margin: auto;
}
.not-found h1 {
  color: #c9a062;
  font-size: 100px;
  display: block;
  margin-bottom: 40px;
}
#thx,
#thx-pay,
#thx-vol,
.thx {
  display: none;
  z-index: 5000;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
#thx img,
#thx-pay img,
#thx-vol img,
.thx img {
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
#thx b,
#thx-pay b,
#thx-vol b,
.thx b {
  display: block;
  color: #d57c14;
  font-size: 36px;
  margin-top: 30px;
  text-align: center;
}
#thx p,
#thx-pay p,
#thx-vol p,
.thx p {
  color: #363636;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
#thx .button,
#thx-pay .button,
#thx-vol .button,
.thx .button {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-response-output {
  display: none !important;
}
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup {
  width: 435px;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  z-index: 150;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f3040;
}
.popup-thx {
  opacity: 0.1 !important;
}
.popup input[type="email"],
.popup input[type="tel"],
.popup input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 60px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding-left: 20px;
}
.popup textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 210px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 25px;
}
.popup input.button {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.popup small {
  color: #9a9a9a;
  font-size: 14px;
  max-width: 240px;
  display: block;
  line-height: 17px;
}
.popup small a {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}
.popup small a:hover {
  color: #c9a062;
}
.popup .close {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 25px;
  right: 25px;
  height: 32px;
  z-index: 10;
  width: 32px;
}
.popup .close svg {
  width: 32px;
  height: 32px;
  display: block;
}
.popup .close:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup .close:hover path {
  fill: #d57c14;
}
.popup .form-radio .wpcf7-form-control {
  background-color: #f9f9fa;
  border-radius: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  display: block;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item:first-child {
  margin-right: 5px;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item span {
  font-size: 18px;
  line-height: 22px;
  color: #9a9a9a;
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item span:hover {
  background-color: #fff;
  color: #1f3040;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item input {
  display: none;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item input:checked + span {
  background-color: #fff;
  color: #1f3040;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.popup.popup-video {
  width: 920px;
  max-width: 95vw;
}
.popup.popup-video .close {
  top: 5px;
  right: 5px;
}
.popup.popup-video iframe {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.pay-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.pay-popup .close {
  top: 10px;
  right: 10px;
}
.pay-popup b {
  font-size: 24px;
  display: block;
  text-align: center;
  font-family: Alegreya, sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
.pay-popup .summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Manrope, sans-serif;
  color: #1f3040;
  margin-bottom: 20px;
}
.pay-popup .summ span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 30px;
}
.pay-form {
  display: none;
  width: 100%;
  max-width: 1390px;
  padding: 0;
  height: 850px;
  padding-right: 10px;
}
.pay-form .wrap {
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: block;
  padding: 30px;
  padding-right: 20px;
  position: relative;
}
.pay-form .wrap::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  background-color: transparent;
  border-radius: 5x;
  border: 1px solid #7289a0;
  position: relative;
}
.pay-form .wrap::-webkit-scrollbar-thumb {
  background-color: #d57c14;
  border-radius: 5px;
  height: 40px;
}
.pay-form .wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: #000;
}
.pay-form .wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: red;
}
.pay-form b {
  font-size: 40px;
  display: block;
  font-family: Alegreya, sans-serif;
  margin-bottom: 30px;
  color: #8a8a8a;
}
.pay-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pay-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: calc(25% - 37.5px);
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #8a8a8a;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #8a8a8a;
  border-radius: 10px;
  cursor: pointer;
}
.pay-form .item:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #1f3040;
  background-color: #fde3c4;
  border-color: #d57c14;
}
.pay-form .item span {
  padding-right: 5px;
}
.pay-form .item.active {
  color: #1f3040;
  border-color: #d57c14;
  background-color: #fde3c4;
}
.pay-form .input input {
  border-radius: 10px;
  border: 1px solid #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f3040;
  font-size: 24px;
}
.pay-form .input input:placeholder {
  font-size: 24px;
  color: #8a8a8a;
}
.pay-form .input-hidden {
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: none;
}
.pay-form .pay-form-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.pay-form .pay-form-toggle .button {
  width: 50%;
  max-width: 100%;
  margin: 0;
  height: 60px;
  background-color: #fff;
  border: 2px solid #d57c14;
  color: #8a8a8a;
  font-size: 26px;
  border-radius: 10px 0 0 10px;
}
.pay-form .pay-form-toggle .button:last-child {
  border-radius: 0 10px 10px 0;
}
.pay-form .pay-form-toggle .button:hover {
  background-color: #d57c14;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pay-form .pay-form-toggle .button.active {
  background-color: #d57c14;
  color: #fff;
}
.pay-form .input-wrapper {
  display: block;
  margin-bottom: 50px;
}
.pay-form .input-wrapper input {
  margin-bottom: 20px;
}
.pay-form .input-wrapper input:last-child {
  margin-bottom: 0;
}
.pay-form .go-pay {
  margin: auto;
  height: 65px;
  font-size: 28px;
  width: 100%;
  max-width: 530px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.pay-form small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.pay-form small label {
  cursor: pointer;
  font-size: 20px;
  color: #c2c2c2;
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pay-form small label:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.pay-form small label::after {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/uncheck.svg);
}
.pay-form small input:checked + label::after {
  background-image: url(../img/icons/check.svg);
}
.pay-form small label a {
  font-size: 20px;
  color: #c2c2c2;
}
.pay-form small label:hover {
  color: #c2c2c2;
}
.phone.contacts-wrap-item div {
  font-size: 40px;
  font-weight: 400;
  color: #1f3040;
  display: block;
  margin: auto;
  text-align: center;
}
.pay-form .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pay-form .item {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.grecaptcha-badge {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.anon-form {
  background-size: 300px;
}
.anon-form .page-form {
  margin-bottom: 0;
  padding: 40px;
}
.anon-form .page-form .pay-form .item span {
  text-align: center;
}
.anon-form .page-form .popup.pay-form {
  position: static;
  overflow: hidden;
  height: auto;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: 0 0;
  max-height: 100%;
  max-width: 100% !important;
  padding: 0;
}
.anon-form .page-form .popup.pay-form .go-pay:hover {
  background-color: #fff;
  color: #000;
}
.anon-form .page-form .popup.pay-form small a {
  color: #000;
}
.anon-form .page-form .popup.pay-form .wrap {
  background: 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  max-height: 100%;
}
.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  gap: 160px;
  border-bottom: 2px solid #1f3040;
}
.info-wrap .button {
  display: none;
}
.info-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.info-wrap-item .right {
  width: 800px;
}
.info-wrap-item .left {
  width: calc(100% - 800px);
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}
.info-wrap-item .left h2 {
  display: block;
  text-align: left;
  font-size: 150px;
}
.info-wrap-item .left p {
  display: block;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
}
.info-wrap-item.info-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.info-wrap-item.info-right .left {
  padding-right: 0;
  padding-left: 30px;
}
.info-wrap-item.info-right .left p {
  display: block;
  text-align: end;
}
.projects {
  padding-bottom: 100px;
}
.projects .container {
  max-width: 1490px;
  background-color: #f4faff;
  padding: 40px 60px;
  padding-bottom: 0;
}
.projects-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.projects-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.projects-title-wrap .title {
  font-family: Alegreya, sans-serif;
  font-size: 44px;
}
.projects-title .icon {
  display: block;
  margin-right: 45px;
}
.projects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  width: calc(33.3% - 33px);
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 18px 0 rgba(163, 163, 163, 0.2);
  box-shadow: 0 0 18px 0 rgba(163, 163, 163, 0.2);
}
.projects-wrap-item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.projects-wrap-item-btns .button {
  height: 32px;
  max-width: 184px;
  font-size: 14px;
}
.projects-wrap-item-btns a {
  display: block;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  color: #676766;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.projects-wrap-item-btns a:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.projects-wrap-item img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 512/369;
}
.projects-wrap-item-title {
  display: block;
  border-left: 4px solid #7289a0;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.projects-wrap-item-title h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: Alegreya, sans-serif;
  margin-bottom: 5px;
  line-height: 1.1;
  text-transform: uppercase;
}
.projects-wrap-item-title span {
  font-size: 18px;
  font-weight: 300;
  font-family: Manrope, sans-serif;
  color: #676766;
}
.projects-wrap-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.projects-wrap-item-price .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
.projects-wrap-item-price .item {
  display: block;
  margin-right: 30px;
}
.projects-wrap-item-price .item p {
  font-size: 16px;
  display: block;
  line-height: 1.6;
  color: #676766;
  font-weight: 500;
}
.projects-wrap-item-price .item span {
  display: block;
  color: #676766;
  font-weight: 300;
}
.all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-link p {
  font-size: 24px;
  color: #7289a0;
  display: block;
  margin-right: 55px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.all-link svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.all-link:hover p,
.all-link:hover svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.all-link:hover p path,
.all-link:hover svg path {
  fill: #d57c14;
}
.news {
  position: relative;
}
.news .container {
  position: relative;
  z-index: 1;
}
.news::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/blur-right.png);
  width: 600px;
  height: 1400px;
  background-position: bottom right;
  z-index: 0;
}
.news::before {
  position: absolute;
  content: "";
  bottom: -200px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/angel.png);
  width: 322px;
  height: 700px;
  background-position: bottom right;
  z-index: 0;
}
.news-wrap {
  padding-top: 90px;
  border-top: 2px solid #1f3040;
  margin-bottom: 100px;
}
.news-wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-wrap-item {
  min-width: 50%;
  max-width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  overflow: hidden;
}
.news-wrap-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-wrap-item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
}
.news-wrap-item:hover img {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.news-wrap-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
}
.news-wrap-item h3 {
  color: #fff;
  font-weight: 500;
  font-family: Manrope, sans-serif;
  line-height: 1.3;
  width: 100%;
  position: absolute;
  font-size: 28px;
  left: 0;
  bottom: 82px;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}
.news-wrap-item p {
  position: absolute;
  left: 0;
  bottom: 33px;
  color: #fff;
  font-size: 28px;
  z-index: 1;
  font-weight: 500;
  font-family: Manrope, sans-serif;
  padding-left: 50px;
  padding-right: 50px;
}
.news-wrap-item:nth-child(2) {
  height: 230px;
  width: 100%;
}
.news-wrap-item:nth-child(2) h3,
.news-wrap-item:nth-child(2) p {
  font-size: 22px;
  padding: 0 35px;
  font-weight: 400;
}
.news-wrap-item:nth-child(2) h3 {
  bottom: 60px;
}
.news-wrap-item:nth-child(2) p {
  bottom: 25px;
}
.news-wrap-item:nth-child(3) {
  position: relative;
  left: calc(-50% - 40px);
  top: 270px;
  height: 230px;
}
.news-wrap-item:nth-child(3) h3,
.news-wrap-item:nth-child(3) p {
  font-size: 22px;
  padding: 0 35px;
  font-weight: 400;
}
.news-wrap-item:nth-child(3) h3 {
  bottom: 60px;
}
.news-wrap-item:nth-child(3) p {
  bottom: 25px;
}
.uni {
  margin-bottom: 100px;
}
.uni-title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}
.uni .button {
  font-size: 18px;
  height: 50px;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.intrest {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.intrest .container {
  max-width: 1490px;
  background-color: #f4faff;
  padding: 40px 60px;
}
.intrest-overflow {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 60px;
}
.intrest-overflow::-webkit-scrollbar {
  width: 100%;
  height: 10px;
  background-color: transparent;
  border: 1px solid #c9a062;
  border-radius: 32px;
}
.intrest-overflow::-webkit-scrollbar-thumb {
  background-color: #7289a0;
  border-radius: 32px;
  height: 10px;
}
.intrest-overflow::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: #000;
}
.intrest-overflow::-webkit-scrollbar-button:vertical:end:increment {
  background-color: red;
}
.intrest-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.intrest-wrap-item {
  min-width: 430px;
  margin-right: 50px;
}
.intrest-wrap-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 218px;
  width: 100%;
  display: block;
  margin-bottom: 38px;
}
.intrest-wrap-item p {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #676766;
  font-size: 22px;
  padding: 0 10px;
}
.been {
  margin-bottom: 100px;
  position: relative;
}
.been::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/blur-left-bot.png);
  height: 450px;
  width: 1100px;
  background-position: left top;
  z-index: 0;
}
.been .container {
  position: relative;
  z-index: 1;
}
.been .button {
  margin: auto;
  height: 50px;
  max-width: 310px;
  color: #fff;
}
.been .title {
  margin-bottom: 50px;
  text-align: center;
  color: #1f3040;
  font-size: 44px;
  font-family: Alegreya, sans-serif;
}
.been p {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  color: #363636;
}
.been b {
  display: block;
  text-align: center;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.been ul {
  display: block;
  margin-bottom: 50px;
}
.been ul li {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer {
  overflow: hidden;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/blur-footer.png);
  height: 530px;
  width: 1200px;
  background-position: bottom right;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px solid #1f3040;
  padding-top: 60px;
  padding-bottom: 100px;
}
.footer-wrap-left {
  width: 320px;
}
.footer-wrap-right {
  width: calc(100% - 340px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer-wrap-item {
  width: calc(25% - 60px);
}
.footer-wrap-item .logo {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap-item a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer-wrap-item a:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.footer-wrap-item .title {
  text-transform: none;
  font-family: Alegreya, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer-wrap-item .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.footer-wrap-item .social a p {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap-item .social a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 11px;
}
.footer-wrap-item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #363636;
}
.footer-wrap-item ul li a p {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #363636;
}
.footer-wrap-item ul li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap .req {
  display: block;
}
.footer-wrap .req b {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  color: #363636;
  font-family: Manrope, sans-serif;
  display: block;
}
.footer-wrap .req p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #363636;
  font-family: Manrope, sans-serif;
}
.footer-wrap .req p span {
  font-size: 12px;
  font-weight: 700;
}
.project-slider {
  padding-bottom: 40px;
  overflow: hidden;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #ecc89d;
  margin: 0 2px;
  opacity: 1;
  display: block;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d57c14;
  opacity: 1;
}
.page-title {
  font-size: 50px;
  color: #1f3040;
  font-family: Alegreya, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 50px;
}
.page-form {
  border-radius: 5px;
  background: #fedfbb;
  -webkit-box-shadow: 0 0 10px 0 rgba(115, 115, 115, 0.24);
  box-shadow: 0 0 10px 0 rgba(115, 115, 115, 0.24);
  padding: 50px 120px;
  margin-bottom: 120px;
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.page-form .wpcf7-spinner {
  position: absolute;
  bottom: 72px;
  left: calc(50% - 140px);
}
.page-form b {
  font-size: 42px;
  color: #1f3040;
  display: block;
  text-align: center;
  margin-bottom: 75px;
  font-family: Alegreya, sans-serif;
  font-weight: 400;
}
.page-form .button {
  height: 65px;
  margin: auto;
  width: 100%;
  max-width: 540px;
  font-size: 26px;
  border-radius: 5px;
}
.page-form .form-row {
  margin-bottom: 50px;
}
.page-form .form-row label {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #363636;
}
.page-form .form-row textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 20px;
  height: 310px;
  max-height: 100%;
}
.page-form .form-row textarea::-webkit-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row textarea::-moz-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row textarea:-ms-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row textarea::-ms-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row textarea::placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row input {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  height: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
  border-radius: 5px;
}
.page-form .form-row input::-webkit-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row input::-moz-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row input:-ms-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row input::-ms-input-placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-row input::placeholder {
  font-size: 20px;
  color: #d0c8be;
}
.page-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-form .form-wrapper .form-row:nth-child(1) {
  width: calc(60% - 15px);
}
.page-form .form-wrapper .form-row:nth-child(2) {
  width: calc(20% - 15px);
}
.page-form .form-wrapper .form-row:nth-child(3) {
  width: calc(20% - 15px);
}
.page-form .form-photo {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-form .form-photo label {
  width: 100%;
}
.page-form .form-photo-item {
  width: calc(33.3% - 25px);
}
.page-form .form-photo-item span {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  display: block;
  max-height: 230px;
  cursor: pointer;
}
.page-form .form-photo-item span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/add.svg);
  z-index: 0;
}
.page-form .form-photo-item span img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.page-form .form-photo-item span:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.page-form .form-photo-item input {
  display: none;
}
.form-bg {
  background-image: url(../img/form-bg.png);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: left top;
}
.form-bg.sub-bg {
  background-size: 260px;
}
.vol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.vol p {
  display: block;
  text-align: center;
  font-size: 30px;
}
.thanks {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-top: -20px;
  font-size: 30px;
  text-align: center;
}
.about-offer-img {
  display: block;
  margin-bottom: 50px;
}
.wp-block-quote {
  background-color: #d57c14;
  color: #fff;
  display: block;
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
  min-width: calc(100% + 60px);
  left: -30px;
  border-radius: 5px;
}
.wp-block-quote cite,
.wp-block-quote p {
  color: #fff;
  font-size: 30px;
  font-style: normal;
}
.wp-block-quote p {
  margin: 0;
  display: none;
}
.contacts {
  margin-top: 40px;
  position: relative;
}
.contacts-map {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.contacts::after {
  position: absolute;
  content: "";
  height: 688px;
  width: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url(../img/angel.png);
  left: -110px;
  top: 0;
}
.contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.contacts .phone a {
  font-size: 40px;
  font-weight: 400;
  color: #1f3040;
}
.contacts .phone a:hover {
  color: #d57c14;
}
.contacts .adress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.contacts .adress .icon {
  display: block;
  margin-right: 18px;
}
.contacts .adress p {
  font-size: 30px;
  color: #6d7074;
  line-height: 1.4;
  font-family: Alegreya, sans-serif;
  font-weight: 400;
}
.contacts h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: Alegreya, sans-serif;
  color: #1f3040;
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
.news-title-link {
  font-size: 50px;
  font-family: Alegreya, sans-serif;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.news-single {
  background-color: #fedfbb;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 100px;
}
.news-single h1 {
  font-size: 43px;
  display: block;
  margin-bottom: 25px;
  font-family: Alegreya, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.news-single .date {
  color: #ac9c8a;
  font-size: 30px;
  display: block;
  margin-bottom: 50px;
}
.news-single .thumb {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 5px;
  margin-bottom: 50px;
}
.page-news {
  margin-top: 40px;
}
.page-news-wrap {
  display: block;
}
.page-news-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}
.page-news-wrap-item .left {
  width: 45%;
}
.page-news-wrap-item .left img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.page-news-wrap-item .right {
  width: 55%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-news-wrap-item .right p {
  font-size: 30px;
  color: #1f3040;
  display: block;
  line-height: 1.4;
  width: 100%;
  font-weight: 300;
}
.page-news-wrap-item .right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page-news-wrap-item .right .row a,
.page-news-wrap-item .right .row span {
  color: #a6a6a6;
}
.page-news-wrap-item .right .row span {
  font-size: 24px;
  font-weight: 400;
}
.page-news-wrap-item .right .row a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 28px;
  font-weight: 400;
}
.page-news-wrap-item .right .row a:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.page-news-wrap-item .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 500;
  text-transform: none;
  font-family: Alegreya, sans-serif;
  color: #1f3040;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-news-wrap-item .title:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.wp-pagenavi {
  margin-bottom: 70px;
}
.work {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.work::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -700px;
  height: 1300px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url(../img/project-bg.png);
}
.work .container {
  margin-bottom: 70px;
  padding-bottom: 80px;
  border-bottom: 2px solid #1f3040;
}
.work .main-btn {
  height: 65px;
  width: 100%;
  margin: auto;
  max-width: 530px;
  font-size: 28px;
  margin-top: 90px;
}
.work-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 70px;
}
.work .title {
  font-size: 50px;
  text-transform: none;
  display: block;
  margin-bottom: 50px;
  color: #1f3040;
  font-family: Alegreya, sans-serif;
  font-weight: 400;
}
.work-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 80px;
}
.work-top .left {
  width: 550px;
  position: relative;
}
.work-top .left .label {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 3px;
  background-color: #fbff40;
  height: 37px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #1f3040;
}
.work-top .left img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3.4;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.work-top .left .play {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 65px;
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/play.svg);
}
.work-top .left .play:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.work-top .right {
  width: calc(100% - 550px - 70px);
}
.work-top .right .title {
  font-size: 40px;
  color: #1f3040;
  text-transform: none;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.work-top .right .line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}
.work-top .right .line-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.work-top .right .line-wrap .top p {
  font-size: 30px;
  color: #b8b8b8;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}
.work-top .right .line-wrap .top div {
  display: none;
}
.work-top .right .line-wrap .top b {
  font-size: 30px;
  color: #d57c14;
  font-weight: 600;
}
.work-top .right .line-wrap .line {
  width: 100%;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  background-color: #e8e8e8;
  padding: 3px;
}
.work-top .right .line-wrap .line-inline {
  background-color: #d57c14;
  border-radius: 100px;
  height: 9px;
  max-width: 100%;
  width: 0%;
}
.work-top .right .place-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.work-top .right .place-item .icon {
  display: block;
  margin-right: 20px;
}
.work-top .right .place-item p {
  font-size: 34px;
  color: #1f3040;
  font-family: Alegreya, sans-serif;
  font-weight: 400;
}
.work-top .right .donate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
}
.work-top .right .donate-wrap .share {
  cursor: pointer;
}
.work-top .right .donate-wrap .share:hover path {
  fill: #d57c14;
}
.work-top .right .donate-wrap .button {
  width: 100%;
  max-width: 530px;
  height: 65px;
  font-size: 28px;
  margin-right: 45px;
}
.work-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.work-nav-link {
  color: #cea26d;
  font-size: 28px;
  font-weight: 400;
  display: block;
  margin: 0 100px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.work-nav-link:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.work-nav-link::after {
  position: absolute;
  width: 0%;
  content: "";
  height: 2px;
  background-color: #d57c14;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.work-nav-link.active {
  color: #d57c14;
}
.work-nav-link.active::after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.work-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work-wrap .arr {
  width: 40px;
  position: relative;
  min-width: 40px;
  cursor: pointer;
}
.work-wrap .arr:hover path {
  fill: #d57c14;
}
.work-wrap .arr.swiper-button-disabled {
  opacity: 0.3;
}
.work-wrap .arr-next {
  margin-left: 20px;
}
.work-wrap .arr-prev {
  margin-right: 20px;
}
.work-wrap-slider {
  width: 100%;
  max-width: calc(100% - 120px);
}
.work .work-slider-item {
  height: 270px;
  cursor: pointer;
  overflow: hidden;
}
.work .work-slider-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}
.work .work-slider-item img {
  height: 270px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-wrap-item {
  display: none;
}
.work-wrap-item.active {
  display: block;
}
.another-work {
  position: relative;
  z-index: 1;
}
.another-work .container {
  padding-bottom: 0;
}
.another-work .project-slider {
  padding-bottom: 0;
}
.another-work .projects-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.another-work .projects-wrap .projects-wrap-item {
  width: calc(50% - 25px);
  margin-bottom: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.another-work .projects-wrap .projects-wrap-item img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  margin-bottom: 23px;
}
.another-work .projects-wrap .projects-wrap-item b {
  font-size: 34px;
  color: #1f3040;
  font-family: Manrope, sans-serif;
  display: block;
  margin-bottom: 12px;
}
.another-work .projects-wrap .projects-wrap-item .place {
  font-size: 32px;
  color: #b1b6bb;
  font-weight: 300;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.another-work .projects-wrap .projects-wrap-item .place:hover {
  color: #b1b6bb;
}
.another-work .projects-wrap .projects-wrap-item .place .icon {
  margin-right: 15px;
  display: block;
}
.page-projects.work {
  margin-bottom: 60px;
  position: relative;
}
.page-projects.work .page-project-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.page-projects.work .page-project-toggles a,
.page-projects.work .page-project-toggles div {
  font-size: 28px;
  font-weight: 400;
  display: block;
  position: relative;
}
.page-projects.work .page-project-toggles a::after,
.page-projects.work .page-project-toggles div::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d57c14;
  left: 0;
  bottom: -3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-projects.work .page-project-toggles a {
  color: #cea26d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-projects.work .page-project-toggles a::after {
  width: 0%;
}
.page-projects.work .page-project-toggles a:hover::after {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-projects.work .page-project-toggles div {
  color: #d57c14;
}
.page-projects.work::after {
  display: none;
}
.page-projects.work .projects-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}
.page-projects.work .projects-wrap-item {
  width: calc(33.3% - 33px);
  margin-bottom: 50px;
}
.page-projects.work .container {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-projects.work .work-top {
  padding-bottom: 100px;
  margin-bottom: 70px;
  border-bottom: 2px solid #1f3040;
}
.page-projects.work .work-top .right .donate-wrap {
  margin-top: 0;
}
.page-projects.work .work-top .right .title {
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 400;
}
.page-projects.work .work-top .right .why {
  font-size: 30px;
  color: #a6a6a6;
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.5;
}
.page-projects.work .work-top .right .why-link a {
  color: #a6a6a6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 30px;
  display: block;
  margin-bottom: 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
.page-projects.work .work-top .right .why-link a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.page-projects.work .work-top .right .why-link a:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.uni-banner {
  margin-bottom: 100px;
  margin-top: 100px;
  border: 3px solid #d57c14;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uni-banner p {
  text-align: center;
  max-width: 980px;
  font-size: 34px;
  color: #363636;
  margin-bottom: 50px;
  display: block;
  line-height: 1.4;
}
.uni-banner .button {
  font-size: 30px;
  height: 80px;
  max-width: 540px;
  color: #fff;
}
.page-projects-wrapper .page-projects-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
.page-projects-wrapper .page-projects-wrap .page-projects-wrap-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fedfbb;
  display: none;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item:nth-child(1),
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item:nth-child(2),
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item:nth-child(3) {
  border-bottom: none;
}
.page-projects-wrapper .page-projects-wrap .page-projects-wrap-item .right {
  position: relative;
}
.page-projects-wrapper .page-projects-wrap .page-projects-wrap-item .right a {
  color: #e6bd8e;
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a
  span {
  color: #e6bd8e;
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a
  span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -2px;
  background-color: #e6bd8e;
  left: 0;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a
  .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a
  svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a:hover
  span,
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a:hover
  svg {
  color: #d57c14;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a:hover
  span
  path,
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  a:hover
  svg
  path {
  fill: #d57c14;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  .line-wrap {
  margin-top: 50px;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  .line-wrap
  p {
  color: #d57c14;
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}
.page-projects-wrapper .page-projects-wrap .page-projects-wrap-item .right h3 {
  font-size: 34px;
  font-weight: 400;
  font-family: Alegreya, sans-serif;
  color: #1f3040;
  display: block;
  margin-bottom: 25px;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  .row
  .icon {
  display: block;
  margin-right: 25px;
}
.page-projects-wrapper
  .page-projects-wrap
  .page-projects-wrap-item
  .right
  .row
  p {
  font-size: 32px;
  font-weight: 400;
  font-family: Alegreya, sans-serif;
  color: #1f3040;
}
.page-projects-wrapper .page-projects-wrap .page-projects-moar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-projects-wrapper .page-projects-wrap .page-projects-moar .button,
.page-projects-wrapper .page-projects-wrap .page-projects-moar a {
  height: 65px;
  border-radius: 5px;
  border: 2px solid #d57c14;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  max-width: 530px;
}
.page-projects-wrapper .page-projects-wrap .page-projects-moar .button:hover {
  background-color: #fedfbb;
  border-color: #fedfbb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #1f3040;
}
.page-projects-wrapper .page-projects-wrap .page-projects-moar a {
  background-color: #fff;
  color: #d57c14;
}
.page-projects-wrapper .page-projects-wrap .page-projects-moar a:hover {
  color: #1f3040;
  background-color: #fedfbb;
  border-color: #fedfbb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-projects-wrapper .page-projects-wrap.active .page-projects-wrap-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-projects-wrapper
  .page-projects-wrap.active
  .page-projects-wrap-item:nth-child(3) {
  border-bottom: 1px solid #fedfbb;
}
.page-projects-wrapper
  .page-projects-wrap.active
  .page-projects-wrap-item:last-child {
  border-bottom: none;
}
.end-work.work {
  position: relative;
}
.end-work.work::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/end-bg.png);
  right: 0;
  top: 0;
  height: 1300px;
  width: 450px;
  z-index: 0;
}
.end-single.end-work.page-projects-wrapper h1 {
  margin-bottom: 60px;
}
.end-single.end-work.page-projects-wrapper .page-projects-wrap-item {
  padding-bottom: 0;
  margin-bottom: 70px;
  border-bottom: 0;
}
.end-single.end-work.page-projects-wrapper .page-projects-wrap-item .right {
  position: relative;
}
.end-single.end-work.page-projects-wrapper
  .page-projects-wrap-item
  .right
  .line-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.page-projects-wrapper.end-single .page-projects-wrap {
  margin-bottom: 0;
  border-bottom: 0;
}
.work-top
  .right
  .donate-wrap
  .share
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__icon_more {
  height: 45px;
  width: 45px;
  background-color: #fff;
  background-size: 45px 45px;
  border-radius: 0;
  border: none;
}
.work-top
  .right
  .donate-wrap
  .share
  .ya-share2__container_size_m
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__link_more.ya-share2__link_more-button-type_short,
.work-top
  .right
  .donate-wrap
  .share
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__badge_more {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
.ya-share2__container_size_m
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__popup_direction_bottom,
.ya-share2__container_size_m.ya-share2__container_alone
  .ya-share2__popup_direction_bottom {
  top: 55px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.form-check {
  margin-bottom: 50px;
  display: block;
}
.form-check b {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #363636;
  font-family: Manrope, sans-serif;
  text-align: left;
}
.form-check input[type="text"] {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  height: 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
  border-radius: 5px;
}
.form-check .wpcf7-checkbox {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-check .wpcf7-checkbox input {
  display: none;
}
.form-check .wpcf7-checkbox input:checked + span::after {
  background-color: #000;
}
.form-check .wpcf7-checkbox span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
}
.form-check .wpcf7-checkbox span .wpcf7-list-item-label {
  font-size: 18px;
  display: block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-left: 40px;
}
.form-check .wpcf7-checkbox span .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #000;
}
.form-check .wpcf7-checkbox span .wpcf7-list-item-label:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page.doc-bg {
  margin-top: 40px;
  position: relative;
}
.page.doc-bg::after {
  position: absolute;
  top: 100px;
  content: "";
  z-index: 0;
  left: 0;
  width: 572px;
  height: 1054px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/doc-left.png);
}
.page.doc-bg::before {
  position: absolute;
  top: 700px;
  content: "";
  z-index: 0;
  right: 0;
  width: 409px;
  height: 1082px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/doc-right.png);
}
.page.doc-bg .title {
  font-size: 50px;
  margin-bottom: 120px;
  text-align: center;
  text-transform: uppercase;
  font-family: Alegreya, sans-serif;
}
.page.doc-bg .doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page.doc-bg .doc .item {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.page.doc-bg .doc .item-wrap {
  background-color: #fedfbb;
  border: 4px solid #ecc89d;
  width: 260px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 20px 60px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page.doc-bg .doc .item-wrap:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #ecc89d;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page.doc-bg .doc .item-wrap b {
  font-size: 27px;
  text-transform: uppercase;
  color: #626262;
  text-align: center;
}
.page.doc-bg .doc .item-wrap p {
  font-size: 27px;
  color: #cea26d;
  text-align: center;
}
.been li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.been li img {
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 15px;
  position: relative;
  bottom: -8px;
}
.work-donates {
  background-color: #f4faff;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.work-donates-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.work-donates .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.work-donates .item p,
.work-donates .item span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 10px;
}
.work-donates .item span {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}
.work-donates .item p {
  font-size: 24px;
  font-weight: 700;
}
.work-donates .item b {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: 700;
}
.work-donates .item:nth-child(even) {
  background-color: #fff;
}
.slider-part {
  position: relative;
  margin-bottom: 100px;
}
.slider-part .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 20px;
  border-radius: 16px;
}
.slider-part .item:hover {
  background-color: #f4faff;
}
.slider-part .item img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  max-height: 180px;
}
.slider-part .arr {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slider-part .arr .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-part .arr:hover svg path {
  fill: #d57c14;
}
.slider-part .arr-prev {
  left: -50px;
}
.slider-part .arr-next {
  right: -50px;
}
#thx,
#thx-pay,
#thx-vol,
.thx {
  display: none;
  z-index: 5000;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
#thx img,
#thx-pay img,
#thx-vol img,
.thx img {
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
#thx b,
#thx-pay b,
#thx-vol b,
.thx b {
  display: block;
  color: #d57c14;
  font-size: 36px;
  margin-top: 30px;
  text-align: center;
}
#thx p,
#thx-pay p,
#thx-vol p,
.thx p {
  color: #363636;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
#thx .button,
#thx-pay .button,
#thx-vol .button,
.thx .button {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-response-output {
  display: none !important;
}
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup {
  width: 435px;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  z-index: 150;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1f3040;
}
.popup-thx {
  opacity: 0.1 !important;
}
.popup input[type="email"],
.popup input[type="tel"],
.popup input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 60px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding-left: 20px;
}
.popup textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 210px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 25px;
}
.popup input.button {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.popup small {
  color: #9a9a9a;
  font-size: 14px;
  max-width: 240px;
  display: block;
  line-height: 17px;
}
.popup small a {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}
.popup small a:hover {
  color: #c9a062;
}
.popup .close {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 25px;
  right: 25px;
  height: 32px;
  z-index: 10;
  width: 32px;
}
.popup .close svg {
  width: 32px;
  height: 32px;
  display: block;
}
.popup .close:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup .close:hover path {
  fill: #d57c14;
}
.popup .form-radio .wpcf7-form-control {
  background-color: #f9f9fa;
  border-radius: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  display: block;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item:first-child {
  margin-right: 5px;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item span {
  font-size: 18px;
  line-height: 22px;
  color: #9a9a9a;
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item span:hover {
  background-color: #fff;
  color: #1f3040;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item input {
  display: none;
}
.popup .form-radio .wpcf7-form-control .wpcf7-list-item input:checked + span {
  background-color: #fff;
  color: #1f3040;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.popup.popup-video {
  width: 920px;
  max-width: 95vw;
}
.popup.popup-video .close {
  top: 5px;
  right: 5px;
}
.popup.popup-video iframe {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.pay-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.pay-popup .close {
  top: 10px;
  right: 10px;
}
.pay-popup b {
  font-size: 24px;
  display: block;
  text-align: center;
  font-family: Alegreya, sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
.pay-popup .summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Manrope, sans-serif;
  color: #1f3040;
  margin-bottom: 20px;
}
.pay-popup .summ span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 30px;
}
.pay-form {
  display: none;
  width: 100%;
  max-width: 1390px;
  padding: 0;
  height: 850px;
  padding-right: 10px;
}
.pay-form .wrap {
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: block;
  padding: 30px;
  padding-right: 20px;
  position: relative;
}
.pay-form .wrap::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  background-color: transparent;
  border-radius: 5x;
  border: 1px solid #7289a0;
  position: relative;
}
.pay-form .wrap::-webkit-scrollbar-thumb {
  background-color: #d57c14;
  border-radius: 5px;
  height: 40px;
}
.pay-form .wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: #000;
}
.pay-form .wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: red;
}
.pay-form b {
  font-size: 40px;
  display: block;
  font-family: Alegreya, sans-serif;
  margin-bottom: 30px;
  color: #8a8a8a;
}
.pay-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pay-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: calc(25% - 37.5px);
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #8a8a8a;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #8a8a8a;
  border-radius: 10px;
  cursor: pointer;
}
.pay-form .item:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #1f3040;
  background-color: #fde3c4;
  border-color: #d57c14;
}
.pay-form .item span {
  padding-right: 5px;
}
.pay-form .item.active {
  color: #1f3040;
  border-color: #d57c14;
  background-color: #fde3c4;
}
.pay-form .input input {
  border-radius: 10px;
  border: 1px solid #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f3040;
  font-size: 24px;
}
.pay-form .input input:placeholder {
  font-size: 24px;
  color: #8a8a8a;
}
.pay-form .input-hidden {
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: none;
}
.pay-form .pay-form-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.pay-form .pay-form-toggle .button {
  width: 50%;
  max-width: 100%;
  margin: 0;
  height: 60px;
  background-color: #fff;
  border: 2px solid #d57c14;
  color: #8a8a8a;
  font-size: 26px;
  border-radius: 10px 0 0 10px;
}
.pay-form .pay-form-toggle .button:last-child {
  border-radius: 0 10px 10px 0;
}
.pay-form .pay-form-toggle .button:hover {
  background-color: #d57c14;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pay-form .pay-form-toggle .button.active {
  background-color: #d57c14;
  color: #fff;
}
.pay-form .input-wrapper {
  display: block;
  margin-bottom: 50px;
}
.pay-form .input-wrapper input {
  margin-bottom: 20px;
}
.pay-form .input-wrapper input:last-child {
  margin-bottom: 0;
}
.pay-form .go-pay {
  margin: auto;
  height: 65px;
  font-size: 28px;
  width: 100%;
  max-width: 530px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.pay-form small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.pay-form small label {
  cursor: pointer;
  font-size: 20px;
  color: #c2c2c2;
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pay-form small label:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #d57c14;
}
.pay-form small label::after {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/uncheck.svg);
}
.pay-form small input:checked + label::after {
  background-image: url(../img/icons/check.svg);
}
.pay-form small label a {
  font-size: 20px;
  color: #c2c2c2;
}
.pay-form small label:hover {
  color: #c2c2c2;
}
.phone.contacts-wrap-item div {
  font-size: 40px;
  font-weight: 400;
  color: #1f3040;
  display: block;
  margin: auto;
  text-align: center;
}
.pay-form .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pay-form .item {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.grecaptcha-badge {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.anon-form {
  background-size: 300px;
}
.anon-form .page-form {
  margin-bottom: 0;
  padding: 40px;
}
.anon-form .page-form .pay-form .item span {
  text-align: center;
}
.anon-form .page-form .popup.pay-form {
  position: static;
  overflow: hidden;
  height: auto;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: 0 0;
  max-height: 100%;
  max-width: 100% !important;
  padding: 0;
}
.anon-form .page-form .popup.pay-form .go-pay:hover {
  background-color: #fff;
  color: #000;
}
.anon-form .page-form .popup.pay-form small a {
  color: #000;
}
.anon-form .page-form .popup.pay-form .wrap {
  background: 0 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  max-height: 100%;
}
@media (max-width: 1420px) {
  .footer-wrap .req {
    max-width: 310px;
  }
  .pay-form {
    height: 670px;
    width: 100%;
    width: 970px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
  .pay-form .wrap {
    position: relative;
  }
  .pay-form .close {
    top: 28px;
    right: 20px;
  }
  .pay-form .go-pay {
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
  }
  .pay-form small label {
    font-size: 16px;
    padding-left: 30px;
  }
  .pay-form small label:after {
    height: 20px;
    width: 20px;
  }
  .pay-form .input-wrapper {
    margin-bottom: 30px;
  }
  .pay-form .input input {
    height: 45px;
    font-size: 18px;
  }
  .pay-form .input input:placeholder {
    font-size: 18px;
  }
  .pay-form .row {
    margin-bottom: 20px;
  }
  .pay-form .item {
    width: calc(25% - 10px);
    font-size: 16px;
    height: 40px;
    margin-right: 10px;
  }
  .pay-form .pay-form-toggle {
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    font-size: 18px;
    height: 40px;
  }
  .pay-form b {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .news-wrap {
    border: none;
  }
  .projects {
    position: relative;
  }
  .projects::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 100vw;
    background-color: #1f3040;
  }
  .offer-wrap {
    border: none;
    position: relative;
  }
  .offer-wrap::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 100vw;
    background-color: #1f3040;
  }
  .info-wrap {
    border: none;
    position: relative;
  }
  .info-wrap::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 100vw;
    background-color: #1f3040;
  }
  .info-wrap-item .right {
    width: 550px;
  }
  .info-wrap-item .left {
    width: calc(100% - 550px - 30px);
  }
  .info-wrap-item .left h2 {
    font-size: 130px;
  }
  .info-wrap-item .left p {
    font-size: 30px;
  }
  .projects-wrap-item {
    width: calc(50% - 20px);
  }
  .projects-wrap-item:nth-child(3) {
    display: none;
  }
  .projects .container {
    position: relative;
    padding-bottom: 110px;
    max-width: 975px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects-title .all-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .news-wrap-items {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-wrap-items .news-wrap-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .news-wrap-items .news-wrap-item:nth-child(2) {
    width: calc(50% - 15px) !important;
    min-width: 0;
  }
  .news-wrap-items .news-wrap-item:nth-child(3) {
    width: calc(50% - 15px) !important;
    min-width: 0;
  }
  .news-wrap {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .footer-wrap-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrap-right .footer-wrap-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .intrest .container {
    max-width: 970px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacts::after {
    top: 120px;
  }
  .work-top .right .donate-wrap .button {
    margin-left: auto;
    margin-right: auto;
  }
  .work-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work-top .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .work-top .left img {
    aspect-ratio: 16/8;
  }
  .work-top .right {
    width: 100%;
  }
  .another-work .projects-wrap-item:nth-child(3) {
    display: block;
  }
  .work-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work-nav-link {
    margin: 0;
  }
  .projects.another-work::after {
    bottom: -2px;
    height: 2px;
  }
  .page-projects.work {
    margin-bottom: 40px;
  }
  .page-projects.work .work-top {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
  .page-projects.work .projects-wrap-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .page-projects-wrapper .page-projects-wrap .page-projects-wrap-item .right a {
    position: static;
  }
  .end-single.end-work.page-projects-wrapper
    .page-projects-wrap-item
    .right
    .line-wrap {
    position: static;
    margin-top: 30px;
  }
  .page.doc-bg::before {
    right: -180px;
  }
  .page.doc-bg .title {
    margin-bottom: 60px;
  }
  .page.doc-bg .doc .item {
    margin-bottom: 50px;
  }
  .footer-wrap .req {
    max-width: 310px;
  }
  .pay-form {
    height: 670px;
    width: 100%;
    width: 970px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
  .pay-form .wrap {
    position: relative;
  }
  .pay-form .close {
    top: 28px;
    right: 20px;
  }
  .pay-form .go-pay {
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
  }
  .pay-form small label {
    font-size: 16px;
    padding-left: 30px;
  }
  .pay-form small label:after {
    height: 20px;
    width: 20px;
  }
  .pay-form .input-wrapper {
    margin-bottom: 30px;
  }
  .pay-form .input input {
    height: 45px;
    font-size: 18px;
  }
  .pay-form .input input:placeholder {
    font-size: 18px;
  }
  .pay-form .row {
    margin-bottom: 20px;
  }
  .pay-form .item {
    width: calc(25% - 10px);
    font-size: 16px;
    height: 40px;
    margin-right: 10px;
  }
  .pay-form .pay-form-toggle {
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    font-size: 18px;
    height: 40px;
  }
  .pay-form b {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .content a,
  .content ol li,
  .content p,
  .content p strong,
  .content ul li {
    font-size: 18px;
  }
  .content h2 {
    font-size: 30px;
  }
  .content h3 {
    font-size: 28px;
  }
  .content h4 {
    font-size: 26px;
  }
  .content h5 {
    font-size: 24px;
  }
  .content h6 {
    font-size: 22px;
  }
  .content p {
    margin-bottom: 20px;
  }
  .content ol,
  .content ul {
    margin-bottom: 15px;
  }
  .content ol li,
  .content ul li {
    margin-bottom: 15px;
  }
  .content ol {
    margin-left: 0;
  }
  .pay-form {
    width: 100%;
    max-width: calc(100vw - 30px);
    max-height: calc(95vh - 60px);
  }
  .pay-form .wrap {
    position: relative;
  }
  .pay-form .close {
    top: 28px;
    right: 20px;
  }
  .pay-form .go-pay {
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
  }
  .pay-form small label {
    font-size: 16px;
    padding-left: 30px;
  }
  .pay-form small label:after {
    height: 20px;
    width: 20px;
  }
  .pay-form .input-wrapper {
    margin-bottom: 30px;
  }
  .pay-form .input input {
    height: 45px;
    font-size: 18px;
  }
  .pay-form .input input:placeholder {
    font-size: 18px;
  }
  .pay-form .row {
    margin-bottom: 20px;
  }
  .pay-form .item {
    width: calc(25% - 10px);
    font-size: 16px;
    height: 40px;
  }
  .pay-form .pay-form-toggle {
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    font-size: 18px;
    height: 40px;
  }
  .pay-form b {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contacts .adress {
    position: relative;
  }
  .contacts .adress .icon {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .contacts .adress p {
    text-align: center;
  }
  .pay-form small label a {
    font-size: 16px;
  }
  .offer::after {
    width: 300px;
    height: 700px;
  }
  .offer {
    display: block;
  }
  .info-wrap {
    display: block;
    margin-top: 35px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .info-wrap .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    font-size: 18px;
    height: 50px;
    max-width: 400px;
  }
  .info-wrap-item {
    display: block;
    margin-bottom: 30px;
  }
  .info-wrap-item .right {
    width: 100%;
  }
  .info-wrap-item .left {
    width: 100%;
  }
  .info-wrap-item .left p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .info-wrap-item .left h2.title {
    font-size: 56px;
    margin-bottom: 18px;
  }
  .projects-wrap {
    gap: 0;
  }
  .projects-title {
    margin-bottom: 35px;
  }
  .projects-title-wrap .icon {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }
  .projects-title-wrap .icon svg {
    height: 30px;
    width: 30px;
  }
  .projects-title-wrap .title {
    font-size: 24px;
  }
  .projects-wrap-item {
    padding: 15px;
    width: calc(50% - 20px);
  }
  .projects-wrap-item-title {
    padding-left: 15px;
  }
  .projects-wrap-item-title h3 {
    font-size: 21px;
  }
  .projects-wrap-item-title span {
    font-size: 15px;
  }
  .projects-wrap-item-price .icon {
    margin-right: 12px;
  }
  .projects-wrap-item-price .item p {
    font-size: 12px;
  }
  .projects-wrap-item-price .item span {
    font-size: 12px;
  }
  .projects-wrap-item-btns a {
    font-size: 16px;
    text-decoration: none;
  }
  .projects-wrap-item-btns .button {
    height: 30px;
    font-size: 12px;
    max-width: 160px;
  }
  .projects-title .all-link {
    position: static;
  }
  .projects-title .all-link p {
    display: none;
  }
  .projects-title .all-link svg {
    height: 20px;
    width: 20px;
  }
  .projects .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .projects {
    padding-bottom: 35px;
  }
  .news-wrap {
    padding-top: 35px;
    padding-bottom: 45px;
    margin-bottom: 0;
  }
  .news-wrap-item h3 {
    font-size: 14px !important;
    left: 0 !important;
    padding-left: 25px !important;
    bottom: 40px !important;
  }
  .news-wrap-item p {
    font-size: 14px !important;
    bottom: 15px !important;
    left: 0 !important;
    padding-left: 25px !important;
  }
  .uni-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .uni .button {
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    height: 50px;
  }
  .uni {
    margin-bottom: 40px;
  }
  .news {
    padding-bottom: 0;
  }
  .intrest-wrap-item p {
    font-size: 20px;
  }
  .intrest-overflow {
    padding-bottom: 30px;
  }
  .intrest {
    margin-bottom: 0;
  }
  .been {
    margin-bottom: 0;
  }
  .been .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .been p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .been .button {
    height: 50px;
    width: 100%;
    max-width: 400px;
    font-size: 18px;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-wrap-left {
    width: 100%;
  }
  .footer-wrap-left .logo {
    display: none;
  }
  .footer-wrap-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news::after,
  .news:before {
    display: none;
  }
  .page-form .form-wrapper {
    display: block;
  }
  .page-form .form-wrapper .form-row {
    width: 100% !important;
  }
  .page-form .form-photo-item {
    width: calc(33.3% - 10px);
  }
  .contacts::after {
    display: none;
  }
  .contacts .phone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contacts-map iframe {
    aspect-ratio: 4/3;
    height: auto !important;
  }
  .news-title-link {
    font-size: 30px;
  }
  .news-single {
    padding: 30px;
  }
  .news-single h1 {
    font-size: 32px;
  }
  .news-single .date {
    font-size: 18px;
  }
  .page-news-wrap-item .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-news-wrap-item .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-news-wrap-item .right {
    width: 100%;
    padding-left: 0;
  }
  .page-news-wrap-item .right .excerpt {
    margin-bottom: 20px;
  }
  .page-news-wrap-item .right .excerpt p {
    font-size: 18px;
  }
  .page-news-wrap-item .right .row span {
    font-size: 16px;
  }
  .page-news-wrap-item .right .row a {
    font-size: 16px;
  }
  .work::after {
    background-image: none;
    display: none;
  }
  .another-work .projects-wrap .projects-wrap-item b {
    font-size: 18px;
  }
  .another-work .projects-wrap .projects-wrap-item .place {
    font-size: 16px;
  }
  .another-work .projects-wrap .projects-wrap-item .place .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .another-work .projects-wrap .projects-wrap-item .place .icon svg {
    height: 24px;
    width: 24px;
  }
  .end-work.work::after {
    display: none;
  }
  .page.doc-bg {
    margin-top: 0;
  }
  .page.doc-bg .title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 25px;
    background-color: #f4faff;
  }
  .page.doc-bg .title::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/doc.svg);
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page.doc-bg::before {
    right: -180px;
  }
  .page.doc-bg .doc {
    margin-bottom: 20px;
  }
  .page.doc-bg .doc .item {
    margin-bottom: 40px;
    width: 100%;
  }
  .page.doc-bg .doc .item b {
    font-size: 16px;
  }
  .page.doc-bg .doc .item p {
    font-size: 16px;
  }
  .been {
    padding-top: 40px;
  }
  .been b {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .been ul {
    margin-bottom: 30px;
  }
  .been ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .slider-part {
    margin-bottom: 40px;
  }
  .pay-form {
    width: 100%;
    max-width: calc(100vw - 30px);
    max-height: calc(95vh - 60px);
  }
  .pay-form .wrap {
    position: relative;
  }
  .pay-form .close {
    top: 28px;
    right: 20px;
  }
  .pay-form .go-pay {
    margin-bottom: 20px;
    height: 60px;
    font-size: 20px;
  }
  .pay-form small label {
    font-size: 16px;
    padding-left: 30px;
  }
  .pay-form small label:after {
    height: 20px;
    width: 20px;
  }
  .pay-form .input-wrapper {
    margin-bottom: 30px;
  }
  .pay-form .input input {
    height: 45px;
    font-size: 18px;
  }
  .pay-form .input input:placeholder {
    font-size: 18px;
  }
  .pay-form .row {
    margin-bottom: 20px;
  }
  .pay-form .item {
    width: calc(25% - 10px);
    font-size: 16px;
    height: 40px;
  }
  .pay-form .pay-form-toggle {
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    font-size: 18px;
    height: 40px;
  }
  .pay-form b {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contacts .adress {
    position: relative;
  }
  .contacts .adress .icon {
    position: absolute;
    left: -40px;
    top: 0;
  }
  .contacts .adress p {
    text-align: center;
  }
  .pay-form small label a {
    font-size: 16px;
  }
  .offer::after {
    width: 300px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .pay-form {
    padding-right: 0;
  }
  .pay-form .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pay-form b {
    font-size: 22px;
  }
  .pay-form .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .pay-form .row {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pay-form .pay-form-toggle {
    display: block;
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    width: 100%;
    max-width: 100%;
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  #thx b,
  #thx-pay b,
  #thx-vol b,
  .thx b {
    font-size: 20px;
  }
  .thx {
    max-width: calc(100% - 30px) !important;
  }
  .phone.contacts-wrap-item div {
    font-size: 22px;
  }
  .contacts .adress .icon {
    position: absolute;
    left: -10px;
    top: -5px;
  }
  .contacts .adress .icon svg {
    height: 24px;
    width: 24px;
  }
  .pay-form .item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .projects-wrap-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projects-wrap {
    gap: 0;
  }
  .news-wrap-items {
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news-wrap-items .news-wrap-item {
    margin-bottom: 0;
  }
  .news-wrap-items .news-wrap-item:nth-child(2),
  .news-wrap-items .news-wrap-item:nth-child(3) {
    width: 100% !important;
  }
  .news-wrap-items {
    padding-bottom: 15px;
  }
  .news::before {
    display: block;
    width: 130px;
    height: 270px;
    bottom: -86px;
  }
  .page-form {
    padding: 30px;
    width: 100%;
  }
  .contacts h1 {
    font-size: 30px;
  }
  .contacts .adress p {
    font-size: 18px;
  }
  .contacts-map iframe {
    aspect-ratio: 4/3;
    height: auto !important;
  }
  .work-top .right .title {
    font-size: 26px;
  }
  .work {
    margin-top: 20px;
  }
  .work .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .work-top .right .line-wrap .top b,
  .work-top .right .line-wrap .top p,
  .work-top .right .line-wrap .top span {
    font-size: 22px;
  }
  .work-top .right .place-item .icon {
    margin-right: 15px;
  }
  .work-top .right .place-item .icon svg {
    height: 30px;
    width: 30px;
  }
  .work-top .right .place-item p {
    font-size: 20px;
  }
  .work-top .right .donate-wrap .button {
    height: 50px;
    font-size: 18px;
  }
  .work-top .right .donate-wrap {
    margin-top: 30px;
  }
  .work-nav-link {
    font-size: 18px;
  }
  .another-work .projects-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .another-work .projects-wrap .projects-wrap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-projects.work .work-top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page-projects.work .work-top .right .why {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-projects.work .work-top .right .why-link a {
    font-size: 22px;
  }
  .work-top .left {
    margin-bottom: 20px;
  }
  .page-projects.work .work-top .right .title {
    font-size: 28px;
  }
  .page-projects.work .projects-wrap-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-projects.work .page-project-toggles {
    display: block;
    margin-bottom: 40px;
  }
  .page-projects.work .page-project-toggles a,
  .page-projects.work .page-project-toggles div {
    margin: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 20px;
  }
  .page-projects.work .page-project-toggles div {
    margin-bottom: 30px;
  }
  .uni-banner {
    padding: 30px;
    margin-bottom: 70px;
    margin-top: 40px;
  }
  .uni-banner p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .uni-banner .button {
    height: 55px;
    font-size: 24px;
  }
  .end-work.work .page-project-toggles div {
    margin-bottom: 0;
  }
  .end-work.work .page-project-toggles a {
    margin-bottom: 20px;
    display: block;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    h3 {
    font-size: 28px;
  }
  .page-projects-wrapper .page-projects-wrap .page-projects-wrap-item .right a {
    font-size: 24px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    a
    span {
    font-size: 24px;
    margin-right: 15px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    a
    .icon
    svg {
    height: 24px;
    width: 24px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .row
    .icon {
    margin-right: 15px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .row
    .icon
    svg {
    height: 24px;
    width: 24px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .row
    p {
    font-size: 20px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .line-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .line-wrap
    p {
    font-size: 22px;
  }
  .work-top .right .donate-wrap .button {
    margin-right: 25px;
  }
  .work-top
    .right
    .donate-wrap
    .share
    .ya-share2__item_more.ya-share2__item_has-pretty-view
    .ya-share2__icon_more {
    height: 30px;
    width: 30px;
    background-color: #fff;
    background-size: 30px 30px;
  }
  .projects-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .projects-wrap .projects-wrap-item {
    margin-bottom: 0;
  }
  .work-donates {
    padding: 20px;
  }
  .work-donates-title {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .work-donates .item {
    padding: 5px;
  }
  .work-donates .item b,
  .work-donates .item p,
  .work-donates .item span {
    font-size: 16px;
  }
  .pay-form {
    padding-right: 0;
  }
  .pay-form .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pay-form b {
    font-size: 22px;
  }
  .pay-form .item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .pay-form .row {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pay-form .pay-form-toggle {
    display: block;
    margin-bottom: 20px;
  }
  .pay-form .pay-form-toggle .button {
    width: 100%;
    max-width: 100%;
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  #thx b,
  #thx-pay b,
  #thx-vol b,
  .thx b {
    font-size: 20px;
  }
  .thx {
    max-width: calc(100% - 30px) !important;
  }
  .phone.contacts-wrap-item div {
    font-size: 22px;
  }
  .contacts .adress .icon {
    position: absolute;
    left: -10px;
    top: -5px;
  }
  .contacts .adress .icon svg {
    height: 24px;
    width: 24px;
  }
  .pay-form .item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 578px) {
  .contacts .adress .icon {
    position: absolute;
    left: -7px;
    top: 0;
  }
  .contacts .adress .icon svg {
    height: 24px;
    width: 24px;
  }
  .contacts .adress p {
    padding-left: 10px;
  }
  .footer-wrap-item .subs {
    display: block !important;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
  }
  .pay-form {
    height: calc(100vh - 30px);
  }
  .footer-wrap-item.soc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-wrap-item .title {
    font-size: 22px;
  }
  .footer-wrap-item.min .title {
    min-height: 53px;
  }
  .footer-wrap-right .footer-wrap-item {
    width: 50%;
  }
  .footer-wrap-right .phone {
    display: block;
    margin-bottom: 10px;
  }
  .footer-wrap-item ul li a {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .anon-form .page-form {
    padding: 30px 20px;
  }
  .pay-form small label {
    font-size: 14px;
  }
  .pay-form small label a {
    font-size: 14px;
  }
  .info-wrap .button {
    max-width: 100%;
  }
  .intrest-wrap-item {
    min-width: 100%;
  }
  .intrest .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-wrap-item ul li a {
    font-size: 14px;
  }
  .footer-wrap-item .title {
    font-size: 18px;
  }
  .page-title {
    font-size: 34px;
  }
  .page-form b {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page-form .button {
    font-size: 16px;
    height: 60px;
  }
  .page-form .form-row {
    margin-bottom: 30px;
  }
  .page-form .form-row label {
    font-size: 18px;
  }
  .page-form .form-row textarea {
    height: 160px;
    font-size: 14px;
  }
  .page-form .form-row textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row textarea::-moz-placeholder {
    font-size: 14px;
  }
  .page-form .form-row textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row textarea::placeholder {
    font-size: 14px;
  }
  .page-form .form-row input {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
  }
  .page-form .form-row input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row input::-moz-placeholder {
    font-size: 14px;
  }
  .page-form .form-row input:-ms-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row input::-ms-input-placeholder {
    font-size: 14px;
  }
  .page-form .form-row input::placeholder {
    font-size: 14px;
  }
  .page-form .form-photo-item span::after {
    height: 30px;
    width: 30px;
  }
  .vol p {
    font-size: 20px;
  }
  .page-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .form-bg {
    background-size: 240px;
  }
  .thanks {
    font-size: 20px;
    margin-top: 0;
  }
  .content cite,
  .content p,
  .content strong {
    font-size: 18px;
  }
  .page-title {
    font-size: 30px;
  }
  .contacts .phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contacts .phone a {
    font-size: 24px;
  }
  .contacts .adress p {
    font-size: 18px;
  }
  .contacts .adress .icon {
    margin-right: 15px;
  }
  .contacts .adress .icon svg {
    height: 30px;
    width: 30px;
  }
  .content ol {
    margin-left: 0;
  }
  .news-single {
    margin-bottom: 70px;
    padding: 25px 15px;
  }
  .news-single h1 {
    font-size: 26px;
  }
  .work .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .work-top {
    margin-bottom: 40px;
  }
  .work-top .left {
    margin-bottom: 30px;
  }
  .work-top .left .play {
    height: 40px;
    width: 40px;
  }
  .work-top .right .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .work-top .right .line-wrap {
    margin-bottom: 30px;
  }
  .work-top .right .line-wrap .top b,
  .work-top .right .line-wrap .top p,
  .work-top .right .line-wrap .top span {
    font-size: 16px;
  }
  .work-nav {
    display: block;
    margin-bottom: 20px;
  }
  .work-nav-link {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .work-main-wrapper {
    margin-bottom: 40px;
  }
  .work-main-wrapper .arr {
    display: none;
  }
  .work-main-wrapper .work-wrap-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-width: calc(100% + 15px);
    padding-right: 50px;
  }
  .work .main-btn {
    height: 55px;
    font-size: 18px;
    margin-top: 20px;
  }
  .work .container {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page-projects-wrapper .page-projects-wrap .page-projects-moar {
    display: block;
    margin-top: 0;
  }
  .page-projects-wrapper .page-projects-wrap .page-projects-moar .button {
    margin: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 20px;
  }
  .page-projects-wrapper .page-projects-wrap .page-projects-moar a {
    margin: 0;
    height: 50px;
    font-size: 18px;
  }
  .page-projects-wrapper
    .page-projects-wrap
    .page-projects-wrap-item
    .right
    .line-wrap
    p {
    font-size: 18px;
  }
  .form-check b {
    font-size: 18px;
  }
  .form-check .wpcf7-checkbox span .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .form-check .wpcf7-checkbox span .wpcf7-list-item-label::after {
    height: 20px;
    width: 20px;
  }
  .form-check .wpcf7-checkbox {
    margin: 10px 0;
    margin-bottom: 0;
  }
  .form-check b {
    margin-bottom: 20px;
  }
  .form-check b:nth-child(3) {
    margin-bottom: 10px;
  }
  .form-check input[type="text"] {
    height: 50px;
  }
  .page.doc-bg::after {
    background-image: url(../img/doc-right.png);
    left: auto;
    right: -190px;
    width: 300px;
    top: auto;
    bottom: 200px;
  }
  .page.doc-bg::before {
    top: 370px;
    right: -120px;
    width: 300px;
  }
  .page.doc-bg .title {
    position: relative;
    min-width: calc(100% + 30px);
    left: -15px;
  }
  .page.doc-bg .doc .item-wrap {
    width: 180px;
    height: 270px;
    padding: 40px 10px;
  }
  .been {
    padding-top: 40px;
  }
  .been b {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  .been ul {
    margin-bottom: 30px;
  }
  .been ul li {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
    position: relative;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
  }
  .been ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
  .slider-part .arr {
    display: none;
  }
  .slider-part .swiper {
    position: relative;
    min-width: calc(100% + 30px);
    left: -15px;
    padding-left: 15px;
    padding-right: 120px;
  }
  .slider-part .swiper .item {
    padding: 0 10px;
  }
  .slider-part .swiper .item img {
    max-height: auto;
    max-width: 100%;
  }
  .slider-part .swiper .item:hover {
    background-color: transparent;
  }
  .contacts .adress .icon {
    position: absolute;
    left: -7px;
    top: 0;
  }
  .contacts .adress .icon svg {
    height: 24px;
    width: 24px;
  }
  .contacts .adress p {
    padding-left: 10px;
  }
  .footer-wrap-item .subs {
    display: block !important;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
  }
  .pay-form {
    height: calc(100vh - 30px);
  }
  .footer-wrap-item.soc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-wrap-item .title {
    font-size: 22px;
  }
  .footer-wrap-item.min .title {
    min-height: 53px;
  }
  .footer-wrap-right .footer-wrap-item {
    width: 50%;
  }
  .footer-wrap-right .phone {
    display: block;
    margin-bottom: 10px;
  }
  .footer-wrap-item ul li a {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .anon-form .page-form {
    padding: 30px 20px;
  }
  .pay-form small label {
    font-size: 14px;
  }
  .pay-form small label a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1420px) {
  .footer-wrap-right {
    width: calc(100% - 450px);
  }
  .footer-wrap-right {
    width: calc(100% - 450px);
  }
}
@media (min-width: 992px) and (max-width: 1945px) {
  .popup.rem-pay {
    max-width: 740px;
    height: 680px;
    overflow: hidden;
  }
  .popup.rem-pay .row {
    margin-bottom: 10px;
  }
  .popup.rem-pay .item {
    margin-bottom: 10px;
    height: 30px;
    font-size: 14px;
  }
  .popup.rem-pay .pay-form-toggle {
    margin-bottom: 20px;
  }
  .popup.rem-pay .pay-form-toggle .button {
    height: 40px;
    font-size: 16px;
  }
  .popup.rem-pay b {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .popup.rem-pay .input input {
    height: 50px;
    font-size: 18px;
  }
  .popup.rem-pay .input-wrapper {
    margin-bottom: 30px;
  }
  .popup.rem-pay .go-pay {
    height: 60px;
    font-size: 20px;
  }
  .popup.rem-pay small {
    font-size: 16px;
  }
  .popup.rem-pay small label {
    font-size: 16px;
  }
  .popup.rem-pay small label a {
    font-size: 16px;
  }
  .popup.rem-pay {
    max-width: 740px;
    height: 680px;
    overflow: hidden;
  }
  .popup.rem-pay .row {
    margin-bottom: 10px;
  }
  .popup.rem-pay .item {
    margin-bottom: 10px;
    height: 30px;
    font-size: 14px;
  }
  .popup.rem-pay .pay-form-toggle {
    margin-bottom: 20px;
  }
  .popup.rem-pay .pay-form-toggle .button {
    height: 40px;
    font-size: 16px;
  }
  .popup.rem-pay b {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .popup.rem-pay .input input {
    height: 50px;
    font-size: 18px;
  }
  .popup.rem-pay .input-wrapper {
    margin-bottom: 30px;
  }
  .popup.rem-pay .go-pay {
    height: 60px;
    font-size: 20px;
  }
  .popup.rem-pay small {
    font-size: 16px;
  }
  .popup.rem-pay small label {
    font-size: 16px;
  }
  .popup.rem-pay small label a {
    font-size: 16px;
  }
}
