	* {
	    font-family: 'Lato', sans-serif;
	}

	body {
	    font-family: 'Lato', sans-serif;
	}
	.wrapper_inner{
		max-width: 1170px;
		padding: 0px;
	}
	#pagetitle{
		display: none;
	}
	#footer{
		background: #0A4952 !important;
	}
	a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR{
		background-color: #0A4952;
	}
	.textmh{
		font-size: 30px;
		line-height: 33px;
		padding-bottom: 20px;
		font-weight: bold;
	}
	.textmd{
		font-size: 20px;
		line-height: 23px;
		padding-bottom: 30px;
	}
	.textm3{
		font-size: 25px;
		line-height: 25px;
		font-weight: bold;
		padding: 20px;
		border: 1px solid #093686;
		border-radius: 20px;
		margin-bottom: 30px;
		/*display: inline-block;*/
	}
	.buttongren{
		background: #0A4952;
		color: #fff;
		font-size: 20px;
		border-radius: 15px;
		padding: 25px;
	  font-weight: bold;
	}
	.buttongren:hover{
		background: #04282D;
		color: #fff;
		cursor: pointer;
	}
	.buttongren:press{
		background: #0A4952;
		color: #fff;
		cursor: pointer;
	}
	.buttongren:press{
		background: #015843;
	}
	.titleh1{
		font-size: 30px;
		line-height: 30px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.block{
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 30px;
	}
	.oneblock{
		padding: 20px;
		border: 1px solid #BEBEBE;
		border-radius: 20px;
		position: relative;
		  overflow: hidden;
	}
	.twoblock{
		display: flex;
		flex-direction: column;
		margin: 0px 20px;
	}
	.twoblock .oneblock:first-child{
		margin-bottom: 20px;
	}
	.numblock{
	  font-size: 25px;
	  font-weight: lighter;
	  position: absolute;
	  bottom: 20px;
	  left: 20px;
	}
	.titleblock{
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	.textblock{
		font-size: 12px;
		line-height: 15px;
		font-weight: regular;
	  margin-bottom: 51px;
	}
	.imblock{
		position: absolute;
		  bottom: -20px;
		  right: 20px;
	}

.accordion-item {
	  border: 1px solid #BEBEBE;
	  border-radius: 15px;
	  margin-bottom: 20px;;
}

.accordion-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 20px 30px;
	  cursor: pointer;
	  position: relative;
	  font-size: 19px;
	    font-weight: bold;

}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 30px; /* Оставляем начальные отступы */
    display: flex;
    flex-direction: row;
    opacity: 0; /* Добавлено для плавного появления */
}


.accordion-content p {
	  margin: 20px 0px;
	  color: #505A63;
	  font-size: 17px;
	  margin-top: 0px;
}


.accordion-item.active .accordion-content {
    max-height: 1000px; /* Достаточно большое значение для раскрытия */
    padding: 20px 30px; /* Показываем отступы при активации */
    opacity: 1; /* Плавное появление */
    transition: max-height 0.3s ease-in, padding 0.3s ease-in, opacity 0.3s ease-in;
    max-width: 90%;
	  top: -10px;
	  position: relative;
}

.accordion-item .accordion-content img{
	  height: 360px;
	  margin-right: 20px;
	    padding-bottom: 30px;
}

.icon {
	  display: flex;
	  transition: background 0.3s;
}

.icon img {
    max-height: 30px;
    transition: transform 0.3s ease; /* Плавный переход */
}

.accordion-item.active .icon img {
    transform: rotate(180deg); /* Поворот на 180° при открытии */
}
.accordion-item.active .icon {
}
.blockt{
	display: flex;
	flex-direction: row;
}
.blocko{
	padding: 20px 50px;
	width: calc(50% - 15px);
	border: 0px solid #BEBEBE;
	border-radius: 30px;
	  margin-right: 15px;
      box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
}
.blocko:nth-child(2){
	margin-left: 15px;
	margin-right: 0px;
}
.btit{
	font-size: 20px;
	font-weight: bold;
  padding-bottom: 20px;
  line-height: 30px;
}
.bli{
	display: flex;
	flex-direction: row;
	  align-items: center;
	margin-bottom: 10px;
}
.bli img{
	  height: auto;
	  margin-right: 10px;
	  max-height: 30px;
	  object-fit: contain;
}
.bli p{
	font-size: 14px;
	  margin: 0;
	  margin-bottom: 0px;
}
.bloinblo{
	display: flex;
	flex-direction: row;
	  width: 100%;
	  justify-content: space-between;
	padding-bottom: 32px;
}
.bloinblo .bli{
	margin-bottom: 0px;
}
.btit.b2{
	padding-bottom: 10px;
}
.bpricebut{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	  align-items: center;
}
.bprice{
	font-size: 18px;
	font-weight: bold;
	color: #0A4952;
}
.bbut{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #0A4952;
	border-radius: 15px;
	padding: 16px 50px;
}
.bbut:hover{
	background: #04282D;
	color: #fff;
	cursor: pointer;
}
.bbut:press{
	background: #015843;
}

.tutles{
	font-size: 18px;
	color: #1C2745;
	margin-bottom: 28px;
}
.bform form{
	display: flex;
	flex-direction: row;
	  justify-content: space-between;
}
.fgroup{
	width: 30%;
  padding-right: 30px;
}
.fgroup label{
	font-size: 21px;
	font-weight: bold;
	color: #1C2745;
	padding: 10px;
	  display: block;
	  height: 20px;
box-sizing: content-box;
}
.fgroup input{
	border: 1px solid #000;
	border-radius: 15px;
	  background: #fff;
	  padding: 15px 25px;
	  font-size: 17px;
}
.fgroup input:hover{
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
}
.fgroup input:hover::placeholder, .fgroup input:focus::placeholder {
    color: #fff;
}
.fgroup .bbut {
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  background: #0A4952;
	  border-radius: 15px;
	  padding: 16px 50px;
	  border: none;
	  text-transform: none;
}
.socm{
	font-size: 15px;
	border: 2px solid #0A4952;
	border-radius: 30px;
	padding: 10px 35.5px;
	margin-right: 30px;
  line-height: 15px;
}
.fgroup .bbut:hover{
	background: #04282D;
	color: #fff;
	cursor: pointer;
}
.fgroup .bbut:press{
	background: #015843;
}
.t img{
	height: 48px;
}
input.error {
    border: 1px solid #B30F32;
    color: #B30F32;
}

#successMessage {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.error-message {
    font-size: 12px;
    margin-top: 5px;
}
/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation: zoomIn 0.3s ease-in-out;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: color 0.3s;
    cursor: pointer;
}

.modal-close:hover, .modal-close:focus {
    color: #bbb;
}

/* Анимация увеличения */
@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomable-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.zoomable-container .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Иконка не будет мешать взаимодействию с изображением */
}

/* Иконка лупы при наведении */
.zoomable-container:hover .zoom-icon {
    opacity: 1;
}

/* Убираем рамку/обводку при наведении */
.zoomable {
    transition: transform 0.2s ease;
}

.zoomable-container:hover .zoomable {
    transform: scale(1.05); /* Увеличение изображения при наведении */
}
.mblo0{
	background: url('istockphoto-1350280226-2048x2048.png') center center no-repeat;
	display: flex;
	  max-width: 1440px;
	  margin: 0 auto;
	  background-size: cover;
  margin-bottom: 60px;
  margin-top: 40px;
  border-radius: 20px;
  background-position: left center;
}
.mblo{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: first baseline;
	  padding: 70px 60px;
}
.mblo1{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
	justify-content: center;
}
.mblo3{
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}
.mblo4{
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}
.mblo5{
	display: flex;
	flex-direction: row;
	padding-bottom: 60px;
}
.mblo6{
	display: flex;
	width: 50%;
	  align-items: center;
}
.mblo7{
	display: flex;
	width: 50%;
	text-align: right;
}
.mblo7 p{
	font-size: 18px;
}
.mblo7 p a{
	color: #383838;
	font-weight: bold;
}
.hide-m{
	display: none;
}

@media screen and (max-width: 500px){
	#content{
	  padding: 0px 30px;
	}
	.mblo{
		width: 100%;
	    padding: 25px 0px 0px 0px;
	}
	.wrapper_inner {
	  max-width: 1170px;
	  padding: 0px 25px;
	}
	.textmh{
		font-size: 25px;
	    line-height: 25px;
	    padding-bottom: 5px;
	}
	.mblo1{
		width: 100%;
	}
	.mblo0 {
	  padding-bottom: 40px;
	  flex-direction: column;
	  background: #fff;
	  margin-bottom: 0px;
	  margin-top: 50px;
	}
	.textmd {
	  font-size: 16px;
	  line-height: 16px;
	  padding-bottom: 0px;
	}
	.textm3 {
	  font-size: 16px;
	  line-height: 16px;
	  font-weight: bold;
	  padding: 15px;
	}
	.mblo1 img{
		width: 100%;
	    padding: 30px 0px;
	}
	.hide-d{
		display: none;
	}
	.hide-m{
		display: flex;
	}
	.buttongren {
	  background: #0A4952;
	  color: #fff;
	  font-size: 20px;
	  border-radius: 15px;
	  padding: 25px;
	  width: calc(100% - 50px);
	  text-align: center;
	}
	.titleh1 {
	  font-size: 16px;
	  font-weight: bold;
	  padding-bottom: 10px;
	  line-height: 20px;
	}
	.block {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  gap: 5px;
	}
	  .oneblock {
	    padding: 10px;
	    border: 1px solid #BEBEBE;
	    border-radius: 20px;
	    position: relative;
	    width: 100%;
	    margin: 5px 0px;
	  }
	  .oneblock::before{
	  	display: none !important;
	  }
	.titleblock {
	  font-size: 13px;
	  font-weight: bold;
	  padding-bottom: 10px;
	  line-height: 15px;
      width: 80%;
      text-wrap: wrap;
	}
	.numblock {
	  font-size: 20px;
	    font-weight: lighter;
	    padding-bottom: 0px;
	    width: 20%;
	    text-align: right;
	    margin-top: 0px;
	    left: unset;
	    bottom: unset;
	  right: 10px;
	  top: 10px;
	  }
	.textblock {
	  font-size: 13px;
	  margin-bottom: unset;
	}
	.mblo3{
		padding-bottom: 40px;
	}
	.imblock {
	  position: relative;
	  right: 20px;
	  text-align: right;
	}
	.accordion-header {
	  padding: 15px 15px;
	  font-size: 14px;
	  font-weight: bold;
	}
	.accordion-content {
	  flex-direction: column;
	}
	.accordion-item .accordion-content img {
	  height: 320px;
	  padding-bottom: 20px;
	  text-align: center;
	  margin: 0 auto;
	  display: block;
	}
	.accordion-content p {
	  margin: 10px 0px;
	  font-size: 14px;
	}
	.blockt {
	  flex-direction: column;
	}
	.blocko {
	  padding: 20px;
	  width: calc(100% - 40px);
	  border: 1px solid #BEBEBE;
	  border-radius: 30px;
	  margin-right: 0;
      margin-bottom: 10px;
      box-shadow: none;
	}
	.btit {
	  font-size: 18px;
	  font-weight: bold;
	  padding-bottom: 15px;
	}
	.bli {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  margin-bottom: 10px;
	  width: auto;
	  display: inline-flex;
	  padding-right: 5px;
	}
	.bli img {
	  height: auto;
	  margin-right: 10px;
	  max-height: 25px;
	  object-fit: contain;
	}
	.bli p {
	  font-size: 14px;
	  margin: 0;
	  margin-bottom: 0;
	}
	.bpricebut {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: center;
	}
	.bprice {
	  font-size: 18px;
	  font-style: bold;
	  color: #0A4952;
	  padding: 10px 0px;
	  align-self: normal;
	}
	.bbut {
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  background: #0A4952;
	  border-radius: 15px;
	  padding: 20px 50px;
	  text-align: center;
	  width: 60%;
	}
	.blocko:nth-child(2) {
	  margin-left: 0;
	  margin-right: 0px;
	}
	.tutles {
	  font-size: 16px;
	  color: #1C2745;
	  margin-bottom: 10px;
	}
	.bform form {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	.fgroup {
	  max-width: 100%;
	}
	.fgroup {
	  width: 100%;
	  padding-right: 0px;
	}
	.fgroup label {
	  font-size: 16px;
	  font-weight: bold;
	  color: #1C2745;
	  padding: 10px;
	  display: block;
	  height: 20px;
	}
	.fgroup:last-child label{
		height: 0px;
	}
	.fgroup .bbut {
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  background: #0A4952;
	  border-radius: 15px;
	  padding: 16px 50px;
	  border: none;
	  text-transform: none;
	  width: 100%;
	}
	.mblo4 {
	  padding-bottom: 20px;
	}
	.mblo5 {
	  display: flex;
	  flex-direction: column;
	  padding-bottom: 0px;
	}
	.mblo6 {
	  display: flex;
	  width: 100%;
	  order: 2;
		justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}
	.socm {
	  font-size: 16px;
	  border: 2px solid #000;
	  border-radius: 30px;
	  padding: 15px 10px;
	  margin-right: 0px;
	    margin-bottom: 15px;
	}
	.mblo7 {
	  display: flex;
	  width: 100%;
	  text-align: left;
        padding-bottom: 30px;
	}
	p {
	  font-size: 13px;
	  margin: 10px 0px;
	}
	.icon img{
		width: 25px;
		height: 25px;
	}

}
.custom-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-popup-wrapper.show {
  visibility: visible;
  opacity: 1;
}

.custom-popup-content {
  background-color: #ffffff;
  padding: 50px 97px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	padding-bottom: 20px;
}

.custom-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0px;
}

p.custom-poptitle{
	font-size: 30px !important;
	font-weight: bold;
	padding-bottom: 17px;
	color: #2B2C28;
	padding-top: 0px !important;
}

.custom-checkmark-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkmark {
  stroke-linecap: round;
}

.custom-popup-content p {
  font-size: 22px;
  color: #2B2C28;
  margin: 0;
  padding-top: 43px;
}

.unique-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Модальное окно */
.unique-modal {
  max-width: 700px;
  background: #fff;
  padding: 26px 30px;
  padding-right: 70px;
  border-radius: 15px;
  position: relative;
  max-height: 80%;
  overflow: auto;
}

/* Заголовок модального окна */
.unique-modal-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  position: relative;
  line-height: 1.5;
}

.unique-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #900;
}

/* Поля формы */
.unique-modal-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #0A4952;
  padding-left: 15px;
  line-height: 25px;
}

.unique-modal-label span {
  color: #52130A;
}

input.unique-modal-input,
.unique-modal-textarea {
  width: 100%;
  padding: 13px 15px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  background: #fff;
  line-height: 16px;
}

input.unique-modal-input:hover,
.unique-modal-textarea:hover{
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
}
input.unique-modal-input:hover::placeholder, input.unique-modal-input:focus::placeholder,
.unique-modal-textarea:hover::placeholder, .unique-modal-textarea:focus::placeholder {
    color: #fff;
}

.unique-modal-input::placeholder,
.unique-modal-textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}

.unique-modal-textarea {
  height: 59px;
  resize: none;
  margin-bottom: 5px;
  min-height: unset;
}

/* Чекбокс */
.unique-modal-agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.styled-checkbox-label {
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  padding-left: 40px;
}

.styled-checkbox-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #0A4952;
  background: #fff;
  border-radius: 5px;
}

.styled-checkbox-label::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 47%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
}

.styled-checkbox:checked + .styled-checkbox-label::before {
  background-color: #0A4952;
  border-color: #0A4952;
}

.styled-checkbox:checked + .styled-checkbox-label::after {
  opacity: 1;
}

.unique-modal-link {
  color: #0A4952;
  cursor: pointer;
}

/* Сообщение об ошибке */
.unique-modal-error {
  display: none;
  color: #d9534f;
  font-size: 12px;
  margin-top: 5px;
}
input.unique-modal-input.error {
    border: 1px solid #B30F32;
    color: #B30F32;
    background: #fff;
}

.styled-checkbox:invalid ~ #checkboxError {
  display: block;
}

/* Примечание */
.unique-modal-note {
  font-size: 12px;
  color: #2B2C28;
  margin-bottom: 15px;
}

/* Кнопка отправки */
.unique-modal-submit {
  display: block;
  background-color: #0A4952;
  color: #fff;
  padding: 16px 50px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
}

.unique-modal-submit:hover {
  background-color: #04282D;
}

.unique-modal-overlay {
  z-index: 9999;
}
.custom-popbgri{
	  display: flex;
	  flex-direction: row;
	  align-items: end;
	  justify-content: space-between;
	align-items: end;
}
@media screen and (max-width: 400px){
	.unique-modal {
	  max-width: 90%;
	  width: 90%;
	}
	.unique-modal-header {
	  font-size: 15px;
      width: 60%;
      margin-bottom: 10px;
	}
	.unique-modal {
	  padding: 15px;
	  padding-right: 15px;
	}
	.unique-modal-label {
	  font-size: 16px;
	  margin-bottom: 5px;
	}
	input.unique-modal-input, .unique-modal-textarea {
	  padding: 20px 13px;
	  margin-bottom: 10px;
	  font-size: 17px;
	}
	.unique-modal-textarea {
	  height: 78px;
	}
	.custom-popbgri {
	  flex-direction: column;
	}
	.unique-modal-submit {
	  padding: 25px 50px;
	  font-size: 18px;
	  max-width: 242px;
	  margin: 0 auto;
	}
	.custom-popup-content {
	  padding: 15px;
	}
	p.custom-poptitle {
	  font-size: 15px !important;
	  width: 60%;
	  text-align: left;
	  padding: 0px !important;
	}
	.custom-popup-content p {
	  font-size: 12px;
	}
	.custom-popup-content {
	  width: 90%;
	}
	.unique-modal-agreement{
		margin-bottom: 10px;
	}
}