/*////// FONT START /////////*/
.su-h1 {
  font-size: 75px;
  font-weight: 600;
}
.h2 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
}
.light-text {
  color: #ffffff;
}
.light-green-text {
  color: #00E2E6;
}
.green-text {
  color: #007367;
}
.p-bold-36 {
  font-size: 36px;
  font-weight: 600;
}
.p-regular-36 {
  font-size: 36px;
  font-weight: 400;
}
.p-bold-24 {
  font-size: 24px;
  font-weight: 600;
}
.p-regular-24 {
  font-size: 24px;
  font-weight: 400;
}
.p-regular-16 {
  font-size: 16px;
}
p {
  margin-bottom: 0 !important;
}
/*////// FONTS END ////////*/
/*//////// MAIN START ///////*/
.su-main-container {
  background-image: url(/storage/landings/su-new/back-for-su.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.su-main-container-rel {
  position: relative;
  margin: 0 19%;
  height: 100%;
}
.su-main-content {
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  top: 50px;
}
.su-main-titles {
  background-color: #004241;
  border-radius: 40px;
  padding: 40px;
  width: 100%;
}
.su-text-content {
  width: calc(100% - 20px - 45%);
  margin-top: 20px;
  background-color: #004241;
  padding: 40px;
  display: flex;
  gap: 10px;
  border-radius: 40px;
  justify-content: center;
  flex-direction: column;
}
.su-text-content ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.su-logo-button {
  width: calc(100% - 55%);
  background-color: #004241;
  border-radius: 40px;
  display: flex;
  padding: 20px;
  gap: 10px;
  margin-top: 20px;
  margin-left: 20px;
  flex-direction: column;
}
.su-logos {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.su-main-button {
  background-color: #DB1515;
  padding: 15px 40px;
  border-radius: 30px;
  text-align: center;
  margin-top: 20px;
}
.su-main-button:hover {
  background-color: #b90a0a;
  color: #ffffff;
}
/*//////// MAIN END /////////*/
/*////// RUN-STROKE START /////*/
@keyframes ticker {
  0% {
	transform: translateX(-10%);
  }
  100% {
	transform: translateX(-50%);
  }
}
@keyframes tickerRotate {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(-10%);
  }
}
.ticker {
  margin-bottom: 100px;
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right {
  display: flex;
  width: fit-content;
  align-items: center;
  background: #333333;
  margin: 0
}
.ticker__in_rotate-right {
  animation: ticker 125s linear infinite;
}
.ticker__in_rotate {
  animation: tickerRotate 100s linear infinite;
  margin: 0;
}
.ticker__item {
  padding: 0.5em 0.75em;
  white-space: nowrap;
}
.ticker__item{
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 600;
  line-height: 130%;
}
/*////// RUN-STROKE END //////*/
/*////// ACTUALNOST START /////*/
.su-actualnost {
  margin: 90px 19%;
}
.su-actualnost-content {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
.su-actualnost-text {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.actualnost-img {
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}
/*/////// ACTUALNOST END //////*/
/*////// PROGRAMM-TASK START //////*/
.programm-task {
  padding: 40px 19%;
  background: linear-gradient(90deg, #007367, #005E55);
}
.programm-task-content {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
/*/////// PROGRAMM-TASK END //////*/
/*///// FOR-WHOOM START ////////*/
.su-for-whoom {
  padding: 90px 19%;
  background-image: url(/storage/landings/su-new/back-for-whoom.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.su-for-whoom-content {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.for-whoom-cards {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.for-whoom-card {
  width: calc((100% - 60px) / 3);
}
.for-whoom-card-title {
  background-color: #DB1515;
  padding: 15px 40px;
  border-radius: 40px;
}
.for-whoom-card-descr {
  margin-top: 20px;
}
.for-whoom-quote {
  display: flex;
  gap: 20px;
  background-image: url(/storage/landings/su-new/back-for-quote.png);
  padding: 30px 40px 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*///// FOR-WHOOM END ////////*/
/*/////// FOOTER start /////////*/
.footer-chb {
  max-width: 1920px;
  margin: auto;
  color: #ffffff;
}
.footer-zoom {
  background-color: #373737;
}
.footer-first-container-chb {
  display: flex;
  width: 100%;
}
.first-section-footer-chb {
  display: block;
  width: 19%;
  border-bottom: 1px solid #ffffff;
}
.main-subtitle1 {
  font-size: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 20px;
  font-weight: 600;
  background-color: #005958;
}
.main-subtitle3 {
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
}
.second-section-footer-chb {
  display: flex;
  width: 26%;
  padding: 80px 20px;
  flex-direction: column;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  gap: 50px;
}
.place-content {
  font-size: 18px;
}
.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-phone {
  display: flex;
  font-size: 18px;
  gap: 10px;
}
.footer-mail {
  font-size: 18px;
  display: flex;
  gap: 10px;
}
.footer-mail a {
  color: #ffffff;
}
.footer-social-media {
  display: flex;
  gap: 20px;
}
.footer-social-media-icon {
}
.third-section-footer-chb {
  display: flex;
  padding: 80px 0px 25px;
  width: 21%;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.third-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.footer-title-of-block {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-text-content {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  font-size: 16px;
  flex-direction: column;
}
.footer-text-content a {
  width: fit-content;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  line-height: 1;
  /*задаём высоту строки*/
  text-decoration: none;
}
.footer-text-content a:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 1px;
  /*задаём ширину линии*/
  background-color: #ffffff;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
}
.footer-text-content a:hover:after,
.footer-text-content a:focus:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
.third-section-footer-chb-2 {
  padding: 25px 20px 0;
}
.fourth-section-footer-chb {
  padding: 80px 0px;
  display: flex;
  width: 34%;
  flex-direction: column;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-1 {
  padding: 0 20px 25px;
  border-bottom: 1px solid #ffffff;
}
.fourth-section-footer-chb-2 {
  padding: 5px 20px 0;
}
.second-first-container-chb {
  width: 100%;
  display: flex;
}
.fifth-section-footer-chb {
  display: block;
  width: 19%;
}
.sixth-section-footer-chb {
  font-size: 16px;
  border-left: 1px solid #ffffff;
  padding: 25px 20px 80px;
  display: block;
  width: 81%;
}
.footer-phone p {
  margin-bottom: 0;
}
.place-content p {
  margin-bottom: 0;
}
/*/////// FOOTER end /////////*/
/*////// FORM start ////////*/
.form__fields {
  width: 80%;
}
.nervf-contact-flex .col-md-6:nth-child(2)  {
  display: none;
}
.nervf-heading h2 {
  color: #ffffff;
}
.col-md-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.form__input:not(:last-of-type) {
  border-right: none;
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #bdbdbd;
  color: #ffffff;
  font-size: 20px;
}
.button-colors {
  background: #DB1515 !important;
  color: #fff;
  border: 2px solid #DB1515;
}
.button-colors:hover, .button-colors:focus, .button-colors:active {
  background: #DB1515 !important;
  border-color: #DB1515 !important;
}
#nervf-services, #nervf-started, #nervf-testimonial, #nervf-blog, #nervf-company, #nervf-project, #nervf-about, #nervf-team, #nervf-contact, #nervf-footer {
  background-image: url(/storage/landings/su-new/back-for-form.png);
  padding: 0;
  width: 100vw;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #bdbdbd
}
#nervf-contact .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 42%;
  background: linear-gradient(90deg, #007367, #099E8F);
  margin-left: 0;
  padding: 20px 50px 60px 19%;
}
.nervf-heading {
  margin-top: 40px;
}
.new-form-request {
  display: flex;
  width: 100vw;
  justify-content: space-between;
}
.new-form-request-left-photo {
  width: 43%;
}
.new-form-request-left-main-content {
  width: 38%;
  padding: 20px 50px;
  background-color: #373737;
}
.new-form-request-left-main-content-green {
  width: 38%;
  padding: 20px 50px;
  background-color: #004241;
}
.new-form-request-right-photo {
  width: 19%;
}
form .contact__form {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  color: #B8B8B8;
}
.form-request-input {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.form-request-form-content {
  margin-top: 50px;
}
input::placeholder {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.form-request-button {
  margin-top: 40px;
  width: fit-content;
  padding: 10px 60px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  background-color: #0058C8;
  font-size: 18px;
}
.form-request-input-checkbox {
  appearance: none;
  position: relative;
  padding: 2px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border: 1px solid #757575;
  transition: 500ms;
}
.form-request-input-checkbox::after {
  content: "";
  position: absolute;
  margin-top: 4px;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background-image: url("/storage/landings/page-chb/form-arrow-input-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-request-input-checkbox:checked {
  border: 1px solid #ffffff;
}
.form-request-input-checkbox:checked::after {
  width: 16px;
  height: 16px;
}
.form-privacy-policy-chekbox {
  color: #fff;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none !important;
}
.control-label a {
  color: #ffffff;
  text-decoration: underline;
}
.new-form-request-left-photo-img,
.new-form-request-right-photo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col-md-6 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/*//////// FORM end /////////*/
/*////// PREIMUSHESTVA START ////////*/
.preimushestva {
  margin: 90px 19%;
}
.preimushestva-title {
  font-size: 32px;
  font-weight: 600;
  color: #2b3541;
  text-transform: uppercase;
}
.preimushestva-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.card-of-preim {
  display: flex;
  width: calc((100% - 60px) / 3);
  padding: 20px;
  border: 1px solid #DB1515;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
}
/*////// PREIMUSHESTVA END ////////*/
/*///// AUTHOR START ////////*/
.su-author {
  background-position: center;
  background-image: url(/storage/landings/su-new/back-for-author.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 19%;
}
.su-author-content {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.author-text {
  background: linear-gradient(90deg, #007367, #099E8F);
  padding: 35px;
  border-radius: 40px;
}
.author-text a {
  display: block;
}
.author-photo {
  object-fit: cover;
}
/*///// AUTHOR END ////////*/
@media (max-width: 768px) {
  .su-main-container {
	height: 780px;
  }
  .su-main-container-rel {
	margin: 0 20px;
  }
  .su-main-content {
	left: 0;
	max-width: 90vw;
  }
  .su-main-titles {
	border-radius: 30px;
	padding: 20px;
  }
  .su-h1 {
	font-size: 36px;
  }
  .p-regular-36 {
	font-size: 24px;
  }
  .p-regular-24 {
	font-size: 18px;
  }
  .su-text-content {
	width: 100%;
	padding: 20px;
	border-radius: 30px;
  }
  .su-logo-button {
	width: 100%;
	border-radius: 30px;
	margin-left: 0;
  }
  .ticker__item {
	font-size: 36px;
  }
  .su-actualnost {
	margin: 60px 20px;
  }
  .h2 {
	font-size: 28px;
  }
  .su-actualnost-content {
	flex-direction: column;
  }
  .programm-task {
	padding: 20px;
  }
  .su-for-whoom {
	padding: 40px 20px;
  }
  .for-whoom-cards {
	flex-direction: column;
  }
  .for-whoom-card {
	width: 100%;
  }
  .for-whoom-quote {
	gap: 10px;
	background-image: none;
	padding: 0;
	flex-direction: column;
  }
  .for-whoom-quote img {
	width: 100px;
	margin: auto;
  }
  .quote-text {
	text-align: center;
  }
  .su-author {
	padding: 40px 20px;
  }
  .su-author-content {
	gap: 20px;
	flex-direction: column;
  }
  .p-bold-36 {
	font-size: 24px;
	font-weight: 600;
  }
  .preimushestva {
	margin: 60px 20px;
  }
  .preimushestva-cards {
	gap: 10px;
	flex-direction: column;
  }
  .card-of-preim {
	width: 100%;
  }
  #nervf-contact .container {
	width: 100%;
	padding: 20px;
  }
  .nervf-contact-flex {
	margin-top: 0px;
  }
  .form__fields {
	width: 100%;
  }
  .first-section-footer-chb {
	display: none;
  }
  .footer-first-container-chb {
	flex-direction: column;
  }
  .second-section-footer-chb {
	border-left: none;
	width: 100%;
	padding: 25px 20px;
	flex-direction: column;
	gap: 20px;
  }
  .place-content {
	font-size: 14px;
  }
  .contacts-content {
	gap: 10px;
  }
  .footer-phone {
	font-size: 14px;
  }
  .fourth-section-footer-chb {
	padding: 25px 0px;
	width: 100%;
  }
  .fifth-section-footer-chb {
	display: none;
  }
  .sixth-section-footer-chb {
	font-size: 14px;
	width: 100%;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  .footer-mail {
	font-size: 14px;
  }
  .spec-project-button {
	justify-content: space-between;
  }
  .third-section-footer-chb {
	padding: 25px 0px 25px;
	width: 100%;
  }
  .discount__details {
	margin: 0 !important;
  }
  .discount__controls {
	margin-right: 0 !important;
	margin-left: 0 !important;
  }
  .button-colors {
    display: block;
}
}
input.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
textarea.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal-open {
  display: block;
  -webkit-animation-name: openModal;
  animation-name: openModal;
}
.modal__wrapper h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  padding: 40px 0px 60px;
  color: #2B3541;
}
.modal-close {
  -webkit-animation-name: closeModal;
  animation-name: closeModal;
  display: none!important;
}
.modal__close {
  float: right;
  font-family: 'icomoon'!important;
  font-size: 0;
  background-color: transparent;
  padding-top: 10px;
}
.modal__close:after  {
  font-family: 'icomoon'!important;
  font-size: 18px;
  background-color: transparent;
  content: "\ea0f"!important;
  opacity: 0.7;
}
.modal__close:before {
  font-size: 0;
  content: ""!important;
  background-color: transparent;
}
.modal {
  background-color: rgba(4,71,72,.7);
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 2%;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .modal__wrapper {
	width: 350px;
	margin-top: 8%;
	padding: 20px;
	margin-bottom: 60px;
  }
  .modal__wrapper h2 {
	font-size: 32px;
	line-height: 36px;
	padding: 20px 0px 40px;
  }
}
.input .custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.popup_order h2 p {
  display: none !important;
}
.modal__wrapper form div div input::placeholder {
  color: #7b7b7b;
}
.modal__wrapper form div div label {
  color: #7b7b7b;
}