body{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #F3F4F6;
  scroll-behavior: auto;
}

*{
	box-sizing: border-box;
}

hr{
	border: none;
  height: 1px;
  background-color: #151E31;
  margin: 0;
}

h1{
	color: #1E265B;
}

a{
	text-decoration: none;
}

.btn{
	padding: 20px 40px;
  border-radius: 10px;
  font-weight: bold;
  color: #1E265B;
  transition: all 0.3s;
}

.btn:hover{
	opacity: 0.8;
}

.btn-yellow{
  background: linear-gradient(183deg, #F4C621 44%, #998034 100%);
  position: relative;
  overflow: hidden;
}

.btn-yellow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );

  transform: skewX(-20deg);
}

.btn-yellow::after {
  animation: shineLoop 3s infinite;
}

@keyframes shineLoop {
  0% { left: -75%; }
  20% { left: 125%; }
  100% { left: 125%; }
}

.wrap{
	width: 1160px;
	margin: 0 auto;
  z-index: 1;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

.yellow-color{
	color: #F4C621;
}

.flex{
	display: flex;
	/*justify-content: center;*/
	/*align-items: center;*/
}

.flex-inline{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-space{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-column{
	display: flex;
	flex-direction: column;
}

.promotion{
	background: linear-gradient(119deg, #040F2E 48%, #1E40AF 100%);
}

.hero{
  position: relative;
  background: radial-gradient(circle at 86% 57%, #1c68a2 0%, #151257 65%);
  /*background: url(../img/bg-oil-6.png);
  background-size: cover;
  background-repeat: none;
  background-position: center center;*/
  /*background-attachment: fixed;*/
}


/*.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/bg-pattern.png');
  background: radial-gradient(circle at 70% 40%, #2E4CB8 0%, #040F2E 65%);
  background: radial-gradient(circle at 70% 40%, #000000 4%, #000000 83%);
  background: linear-gradient(140deg, rgb(0, 0, 0) 47%, rgb(244 198 33 / 42%));
  background: linear-gradient(140deg, rgb(0 0 0 / 60%) 47%, rgb(244 198 33 / 42%));
  background-size: 300px;
  opacity: 0.3;
  z-index: 0;
}*/

.hero > .wrap > .flex-center{
	justify-content: space-between;
  width: 100%;
  gap: 50px;
}

.hero > .wrap > .flex-center > .nav-bg{
  background: rgb(0 0 0 / 22%);
  backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 5px 20px;
	gap: 20px;
  z-index: 1;
  flex: 2;
}

nav > ul{
	list-style: none;
	display: inline-flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

nav > ul > li > a{
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
  transition: all 0.3s;
}

nav > ul > li > a:hover{
  opacity: 0.5;
}

.hero{
	position: relative;
  border-radius: 0 0 30px 30px;
  margin-bottom: 50px;
}

.hero-content{
	padding: 50px 0 0 0;
}

.hero-content > .flex-center > .left {
  flex: 0 0 65%;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}

.hero-content > .flex-center > .left > .right{
  position: absolute;
  top: -52px;
  right: -450px;
}

.hero-content > .flex-center > .right {
  flex: 0 0 35%;
  z-index: 1;
}

.hero > .nav{
  padding-top: 30px;
}

.hero > .wrap > hr,
.hero > .wrap > .flex-center > .logo{
  z-index: 1;
  flex: 1;
}

.hero > .wrap > .flex-center > .logo img{
 width: 100%;
}

.hero > .wrap > .flex-center > .nav-bg > .top-phone a{
	color: #fff;
  transition: all 0.3s;
}

.hero > .wrap > .flex-center > .nav-bg > .top-phone a:hover{
  opacity: 0.5;
}

.hero-content > .flex-center > .left > p{
	color: #fff;
}

.hero-content > .flex-center > .left > .main-title h1{
	color: #fff;
	font-size: 40px;
}


.hero-content > .flex-center > .left > .button-box > .border{
  border: 1px solid #fff;
  color: #fff;
}

.hero-content > .flex-center > .left > .button-box > .btn-yellow{
	/*margin-right: 20px;*/
  padding: 20px 80px;
}

.hero-content > .flex-center > .left > .main-title h1,.hero-content .left .advantages,.hero-content .left p{
	margin: 0 0 40px 0;
}

.hero-content > .flex-center > .left > .advantages > .item{
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
	padding: 10px;
  flex: 1;
}

.hero-content > .flex-center > .left > .advantages > .item img{
	margin-right: 10px;
}

.hero-content > .flex-center > .left > p{
	font-size: 16px;
}

/*.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('../img/wave.svg') no-repeat bottom center;
  background-size: cover;
  z-index: 1;
}*/


.benefits .badge,
.products .badge,
.wrap > .badge,
.advantages .badge{
	color: #fff;
	font-size: 14px;
	border-radius: 25px;
	background: #1E40AF;
	padding: 5px 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
}

.benefits .badge::before,
.advantages .badge::before,
.wrap > .badge::before,
.products .badge::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
}

.benefits .title,
.products .title{
	color: #1E265B;
	font-size: 34px;
	margin: 50px 0;
}

.benefits > .wrap > .flex > .item{
	background: #fff;
	border-radius: 10px;
	flex: 1;
	padding: 30px;
	position: relative;
}


.benefits > .wrap > .flex > .item > h2{
	font-size: 20px;
	color: #1E265B;
}

.benefits > .wrap > .flex > .item p{
	font-size: 14px;
	color: #6B6B6B;
}

.benefits > .wrap > .flex > .item img{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.benefits > .wrap > .flex > .item > hr{
	border: none;
  height: 1px;
  background-color: #D9D9D9;
  margin: 0;
}

.benefits > .wrap > .flex{
  gap: 20px;
}

.promotion{
	width: 98%;
	margin: 100px auto;
	border-radius: 20px;
}

.promotion > .wrap > .flex-center > .left > h1,
.promotion .left p{
	color: #fff;
	margin: 0;
}

.promotion > .wrap > .flex-center > .left > .btn {
  background: linear-gradient(183deg, #F4C621 44%, #998034 100%);
  align-self: flex-start;
}

.promotion > .wrap > .flex-center > .left{
	flex-direction: column;
	gap: 30px;
}

.products > .wrap > .flex > .item{
	flex: 1;
  margin-bottom: 20px;
}

.products > .wrap > .flex > .item > .flex-column{
	height: 100%;
}

.products > .wrap > .flex > .item > .flex-column > .bottom{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 30px;
	position: relative;
	height: 100%;
	gap: 20px;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .flex-space > i{
	color: #6B6B6B;
	font-size: 14px;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .cert-btn{
	display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  padding: 10px 20px;
  color: #1E265B;
  font-size: 14px;
 	margin-top: auto;
  transition: all 0.3s;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .cert-btn:hover{
  opacity: 0.6;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .cert-btn:hover::after{
  transform: translateX(5px);
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .cert-btn::after{
	content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url('../img/arrow-dark.svg') no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.products > .wrap > .flex > .item > .flex-column > .top{
	/*background: linear-gradient(236deg, #FDE68A 0%, #78350F 100%);*/
  background: radial-gradient(circle at 55% 45%, #1c68a2 0%, #151257 65%);
  /*background: #fff;*/
	padding: 20px;
	border-radius: 10px 10px 0 0;
	position: relative;
	min-height: 250px;
  border-bottom: 1px solid #f7f7f7;
}

.products > .wrap > .flex > .item > .flex-column > .top img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.products > .wrap > .flex > .item > .flex-column > .bottom > .flex-space > h2{
	color: #1E265B;
	margin: 0;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .approvals > h2{
  font-size: 14px;
  color: #78350f;
  margin: 0;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .approvals > a{
  font-size: 14px;
  color: #6B6B6B;
  margin: 0;
  /*border: 1px solid #1E265B;*/
  background: #fde68a;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .approvals > a::after{
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/arrow-mini.svg) no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > .approvals > a:hover::after{
  transform: translateX(5px);
}

.products > .wrap > .flex > .item > .flex-column > .bottom > p{
	font-size: 14px;
	color: #6B6B6B;
	margin: 0;
}

.products > .wrap > .flex > .item > .flex-column > .bottom > hr{
	border: none;
  height: 1px;
  background-color: #D9D9D9;
  margin: 0;
}

.products > .wrap > .flex{
  gap: 20px;
}

.products > .wrap > .flex > .item > .flex-column > .top > .product-badge{
	background: #f3f4f6;
	border-radius: 25px;
	display: inline-flex;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #6b6b6b;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

section.advantages{
	/*background: linear-gradient(119deg, #040F2E 48%, #1E40AF 100%);*/
   background: url(../img/singa.png);
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  background-attachment: fixed;
	padding: 80px 0;
	width: 98%;
	margin: 100px auto;
	border-radius: 20px;
}

.advantages > .wrap > .item-box {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 0.6fr;
  /*grid-template-rows: 1fr 1fr;*/
  gap: 20px;
}
.advantages > .wrap > .item-box > .item{
  background: #fff;
	border-radius: 10px;
	padding: 20px;

}

.advantages > .wrap > .item-box > .item > h3{
	color: #1E265B;
	font-size: 18px;
}
.advantages > .wrap > .item-box > .item > p{
	color: #444444;
	font-size: 14px;
}

.advantages > .wrap > .item-box > .item > hr{
	border: none;
	height: 1px;
	background-color: #D9D9D9;
	margin: 0;
}

.advantages > .wrap > .item-box > .item-1 {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 0;
}

.advantages > .wrap > .item-box > .item-1 > img{
	margin-top: auto;
  display: block;
  width: 100%;
}

.advantages > .wrap > .item-box > .item-2 {
  grid-column: 2;
  grid-row: 1;

}

.advantages > .wrap > .item-box > .item-3 {
  grid-column: 3;
  grid-row: 1;

}

.advantages > .wrap > .item-box > .item-4 {
  grid-column: 2;
  grid-row: 2;

}

.advantages > .wrap > .item-box > .item-5 {
  grid-column: 3;
  grid-row: 2;
  background: #1E40AF;
}

.advantages > .wrap > .item-box > .item-5 > h3,
.advantages > .wrap > .item-box > .item-5 > p{
	color: #fff;
}

.advantages > .wrap > .item-box > .item-5 > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  margin-top: auto;
  transition: all 0.3s
}

.advantages > .wrap > .item-box > .item-5 > a::after{
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/arrow-white.svg) no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.advantages > .wrap > .item-box > .item-5 > a:hover::after{
  transform: translateX(5px);
}


.advantages > .wrap > .item-box > .item-3 > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #1E265B;
  padding: 10px;
  color: #1E265B;
  font-size: 14px;
  margin-top: auto;
  transition: all 0.3s
}

.advantages > .wrap > .item-box > .item-3 > a::after{
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/arrow-dark.svg) no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.advantages > .wrap > .item-box > .item-3 > a:hover::after{
  transform: translateX(5px);
}

.advantages > .wrap > .item-box > .item-logos {
  grid-column: 4;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantages > .wrap > .item-box > .item-logos img{
  width: 100%;
}

.advantages > .wrap > h1.title{
	color: #fff;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px 0;
  gap: 40px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #D9D9D9;
  z-index: 0;
}

 .steps > .progress-line {
  position: absolute;
  top: 13px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #2E4CB8;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.1s linear;
}

.steps > .step {
  /*width: 20%;*/
  position: relative;
  z-index: 1;
}

.steps > .step > .step-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.steps > .step > .step-top > .circle {
  width: 30px;
  height: 30px;
  background: #D9D9D9;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.steps > .step > .step-top > .circle.active{
	background: #2E4CB8;
  color: #fff;
}

.steps > .step > .step-top > .circle.check {
  font-size: 16px;
}

.steps > .step > h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1E265B;
}

.steps > .step > p {
  font-size: 14px;
  color: #444444;
}

.steps > .step > hr{
	border: none;
  height: 1px;
  background-color: #D9D9D9;
  margin: 0;
 }

section.cta{
	/*background: linear-gradient(119deg, #040F2E 48%, #1E40AF 100%);*/
	background: url(../img/contacts-bg.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	padding: 80px 0 0 0;
	width: 98%;
	margin: 100px auto 20px auto;
	border-radius: 20px;

}

section.cta > .wrap > .flex{
	gap: 50px;
}

section.cta > .wrap > .flex > .left{
	/*padding: 50px 0;*/
	gap: 20px;
	flex: 1;
}
section.cta > .wrap > .flex > .left > hr{
	border: none;
  height: 1px;
  background-color: #343d54;
  margin: 0;
}
section.cta > .wrap > .flex > .left > h1,
section.cta > .wrap > .flex > .left > p,
section.cta > .wrap > .flex > .left > .phones > h3{
	color: #fff;
	margin: 0;
}

section.cta > .wrap > .flex > .left > .phones > h3{
	font-size: 24px;
}

section.cta > .wrap > .flex > .left > .phones > h3 > a{
	color: #fff;
}

section.cta > .wrap > .flex > .left > p{
}
section.cta > .wrap > .flex > .right{
	/*padding: 50px 0;*/
	flex: 1;
}



section.cta > .wrap > .flex > .right > form > .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.cta > .wrap > .flex > .right > form > .form-grid > .form-group {
  display: flex;
  flex-direction: column;
}

section.cta > .wrap > .flex > .right > form > .form-grid > .form-group label {
  font-size: 14px;
  color: #cfd6e6;
  margin-bottom: 6px;
}

section.cta > .wrap > .flex > .right > form > .form-grid > .form-group input {
  height: 45px;
  padding: 0 14px;

  border-radius: 10px;
  border: none;

  background: #e5e5e5;
  color: #1E265B;

  font-size: 14px;
}

section.cta > .wrap > .flex > .right > form > .form-grid > .form-group input::placeholder {
  color: #9aa3b2;
}

section.cta > .wrap > .flex > .right > form > .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  margin: 20px 0;
  font-size: 14px;
  color: #fff;
}

section.cta > .wrap > .flex > .right > form >.checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

section.cta > .wrap > .flex > .right > form > .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #cfd6e6;
  background: transparent;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

section.cta > .wrap > .right > form > .btn:hover {
  background: rgba(255,255,255,0.1);
}

section.cta > .wrap > .contacts{
	margin-top: 100px;
}


section.cta > .wrap > .contacts .contact-card {
	padding: 30px;
	border-radius: 10px;
	color: #fff;
	background: rgb(0 0 0 / 28%);
	backdrop-filter: blur(10px);
	height: 100%;
}

section.cta > .wrap > .contacts .contact-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

section.cta > .wrap > .contacts .contact-card > .divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin-bottom: 20px;
}

section.cta > .wrap > .contacts .contact-card > .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item {
  margin-bottom: 20px;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item > .label {
  display: block;
  font-size: 14px;
  color: #cfd6e6;
  margin-bottom: 6px;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item > strong > a{
	color: #fff;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item .item strong {
  font-size: 16px;
  font-weight: 600;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item p {
  font-size: 14px;
  color: #cfd6e6;
  line-height: 1.4;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item > .socials {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

section.cta > .wrap > .contacts .contact-card > .card-grid > .col > .item > .socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #2E4CB8;
}


.footer{
	background: rgb(0 0 0 / 28%);
  backdrop-filter: blur(10px);
  margin-top: 100px;
  padding: 30px 0;
  border-radius: 0 0 20px 20px;
}

.footer > .wrap > .flex-center{
	gap: 50px;
}

.footer > .wrap > .flex-center > .promo{
  flex: 7;
}

.footer > .wrap > .flex-center > .promo > .flex-inline{
	gap: 50px;
}

.footer > .wrap > .flex-center > .promo > .flex-inline > h4{
	color: #fff;
}

.footer > .wrap > .flex-center > .promo > .flex-inline > a{
	color: #1E265B;
	background: linear-gradient(183deg, #F4C621 44%, #998034 100%);
}

.footer > .wrap > .flex-center > .developer > .flex-center{
	gap: 10px;
	color: #fff;
  flex: 2;
}

.footer > .wrap > .flex-center > .developer{
	color: #fff;
	font-size: 14px;
}

.footer > .wrap > .flex-center > .logo{
  flex: 2;
}
.footer > .wrap > .flex-center > .logo img{
  width: 100%;
}

/* скрыто */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

/* активное состояние */
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* затемнение */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}

/* окно */
.modal-content {
  position: relative;
  z-index: 2;

  width: 600px;
  padding: 30px;
  border-radius: 20px;

  background: linear-gradient(135deg, #0b1d4a, #2c4aa0);
  color: #fff;

  animation: fadeIn 0.3s ease;
}

/* кнопка закрытия */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

/* анимация */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* форма (та же что у тебя) */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form-group input {
  height: 45px;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
  background: #e5e5e5;
}

.checkbox {
  margin: 15px 0;
  display: flex;
  gap: 10px;
}

.modal-content span{
	font-size: 12px;
	color: #c7c7c7;
}

.modal-content .btn{
	border: none;
	font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.cert-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.cert-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* затемнение */
.cert-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
}

/* окно */
.cert-content {
  position: relative;
  z-index: 2;

  max-width: 1000px;
  width: 90%;
  padding: 20px;
  border-radius: 20px;

  background: #fff;
  overflow: auto;

  animation: fadeIn 0.3s ease;
}

/* галерея */
.cert-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  justify-items: center;
}

/* если одна картинка */
.cert-gallery.single {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* картинки */
.cert-gallery img {
  width: 90%;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
   cursor: pointer;
  border-radius: 10px;
  cursor: zoom-in;

  transition: transform 0.3s;
}

.cert-gallery img:hover {
  transform: scale(1.03);
}

/* fullscreen */
.cert-gallery img.fullscreen {
  position: fixed;
  inset: 0;
  margin: auto;

  max-width: 95%;
  max-height: 95%;

  z-index: 10000;
  cursor: zoom-out;
}



/* крестик */
.cert-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.form-status{
  padding: 20px 0;
}

.grecaptcha-badge {
  bottom: -100px !important;
}

.go-catalog{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  /* border: 1px solid #cfcfcf; */
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  margin-top: auto;
  transition: all 0.3s;
  background: #1E40AF;
}

.go-catalog:hover{
  opacity: 0.6;
}

.go-catalog:hover::after{
  transform: translateX(5px);
}

.go-catalog::after{
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url('../img/arrow-white.svg') no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}