* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--resizer: 1440;
}

body {
	width: 100%;
	min-height: 100%;
	font-family: 'Inter', sans-serif;
	background-color: #242424;
}

a {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: calc(1290vw / var(--resizer) * 100);
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100)
		0;
	border-bottom: calc(2vw / var(--resizer) * 100) solid rgba(27, 89, 146, 0.17);
}
.header .logo {
	margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100)
		0;
	height: calc(35vw / var(--resizer) * 100);
	width: auto;
	transition: all 0.4s ease-in-out;
}
.header .logo p {
	width: inherit;
	height: inherit;
}
.header .logo:hover {
	transform: scale(1.05);
}
.header .logo img {
	height: 30px;
	width: 105px;
}
.header nav {
	display: flex;
	align-items: center;
}
.header ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}
.header ul li {
	margin: 0 0 calc(10vw / var(--resizer) * 100)
		calc(20vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	font-size: calc(14vw / var(--resizer) * 100);
	line-height: calc(17vw / var(--resizer) * 100);
	color: #ffffff;
	transition: all 0.4s linear;
}
.header ul li:hover {
	color: #ff8978;
}
.header ul a {
	color: inherit;
}
.header.burger {
	display: none;
}
.wrapper {
	display: flex;
	flex-direction: column;
}
.inner {
	position: relative;
	width: 100%;
	min-height: 75vh;
}
.inner::before {
	content: '';
	position: absolute;
	top: -5%;
	left: 0;
	width: 100%;
	height: 150%;
	background: url('../img/intro.webp') bottom / cover no-repeat;
	z-index: -1;
}
.inner .container {
	min-height: inherit;
}
.inner .row {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: inherit;
	max-width: calc(931vw / var(--resizer) * 100);
}
.inner .row h1 {
	margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
	font-style: normal;
	font-weight: 800;
	font-size: calc(90vw / var(--resizer) * 100);
	line-height: calc(85vw / var(--resizer) * 100);
	color: #ffffff;
	align-self: flex-start;
	zoom: 0.8;
	-ms-zoom: 0.8;
	-webkit-zoom: 0.8;
	-moz-transform:  scale(0.8,0.8);
	-moz-transform-origin: left center;
}
.inner .row p {
	margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
	font-style: normal;
	font-weight: 400;
	font-size: calc(18vw / var(--resizer) * 100);
	line-height: 160%;
	color: #ffffff;
	align-self: flex-start;
}
.inner .row .button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) calc(73vw / var(--resizer) * 100);
	background: linear-gradient(94deg, #ff8978 0.45%, #e91b1b 100%);
	box-shadow: inset 0px calc(4vw / var(--resizer) * 100)
		calc(6vw / var(--resizer) * 100) rgba(255, 255, 255, 0.31);
	border-radius: calc(19vw / var(--resizer) * 100);
	align-self: flex-start;
	transition: all 0.4s ease-in-out;
}
.inner .row .button:hover {
	transform: scale(1.05);
}
.inner .row .button span {
	font-style: normal;
	font-weight: 400;
	font-size: calc(18vw / var(--resizer) * 100);
	line-height: 160%;
	color: #ffffff;
}

.content {
	padding: 0 0 calc(80vw / var(--resizer) * 100) 0;
}
.content .img-text {
	width: 48%;
	font-size: 0;
	line-height: 0;
}
.content .img-text img {
	width: 100%;
	height: 100%;
}
.content .head .img-text {
	width: 100%;
}
.content .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .head {
	width: 48%;
}
.content .head h2,
.content .head h3, 
.menu__title {
	width: 100%;
}
.content h2 {
	margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
	width: 48%;
	font-style: normal;
	font-weight: 800;
	font-size: calc(64vw / var(--resizer) * 100);
	line-height: 87.02%;
	color: #ffffff;
}
.content h3, .menu__title {
	margin: 0 0 calc(40vw / var(--resizer) * 100) 0;
	width: 100%;
	/* width: 48%; */
	font-style: normal;
	font-weight: 800;
	font-size: calc(44vw / var(--resizer) * 100);
	line-height: 87.02%;
	color: #ffffff;
}
.content .block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content .text {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	width: 48%;
}
.content p {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #ffffff;
}
.content ol,
.content ul {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	padding: 0 0 0 calc(20vw / var(--resizer) * 100);
}
.content ol li,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #ffffff;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table,
td,
th {
	border: 1px solid #ff8978;
}
td,
th {
	padding: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #ffffff;
}
th {
	background-color: #a1574c !important;
}
.content .img-text {
	margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
	border-radius: calc(40vw / var(--resizer) * 100);
	overflow: hidden;
}

.footer {
	width: 100%;
}
.footer .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100)
		0;
	border-top: calc(2vw / var(--resizer) * 100) solid rgba(27, 89, 146, 0.17);
}
.footer .logo {
	margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100)
		0;
	height: calc(35vw / var(--resizer) * 100);
	width: auto;
	transition: all 0.4s ease-in-out;
}
.footer .logo p {
	width: inherit;
	height: inherit;
}
.footer .logo:hover {
	transform: scale(1.05);
}
.footer .logo img {
	height: 30px;
	width: 105px;
}
.footer nav {
	display: flex;
	align-items: center;
}
.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}
.footer ul li {
	margin: 0 0 calc(10vw / var(--resizer) * 100)
		calc(20vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	font-size: calc(14vw / var(--resizer) * 100);
	line-height: calc(17vw / var(--resizer) * 100);
	color: #ffffff;
	transition: all 0.4s linear;
}
.footer ul li:hover {
	color: #ff8978;
}
.footer ul a {
	color: inherit;
}
.burger {
	display: none;
}


/*vitrina*/
.content .block {
    counter-reset: my-counter 0;
}

.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
	width:100%;
}

.showcase__item {
	width: 100%;
	height: 88px;
	display: flex;
	align-items: center;
	gap: 17px;
	background: #2d2d2d;
	padding: 0 10px 0 0;
	border-radius: 22px 0 0 22px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 22px 22px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: space-between;

}
.showcase__item p {
	margin: 0;
	height: 88px;
}
.showcase__img {
	padding: 0 0 0 40px;
	position: relative;
}

.showcase__img::before {
	counter-increment: my-counter;
    content: counter(my-counter) " ";
	/* content: '1'; */
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border-radius: 22px 0 0 22px;
	background: linear-gradient(94deg, #ff8978 0.45%, #e91b1b 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(30vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title {
	color: #fff;
	font-size: calc(18vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}

.showcase__rating {
	display: flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 18px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 19px;
    background: linear-gradient(94deg, #ff8978 0.45%, #e91b1b 100%);
	box-shadow: 0px 9px 6px 0px rgba(255, 255, 255, 0.25) inset;
}

@media screen and (max-width: 768px) {
	.showcase {
		flex-direction: column;
		border-radius: 6px;
		padding: 0;
		gap: 7px;
	}
	.showcase__item {
		gap: 0;
		border-radius: 9px !important;
		padding: 0;
		background: none;
		
	}
	
	.showcase__title {
		padding: 0 0 0 13px;
		font-size: 14px;
	}
	.showcase__img {
		min-width: 215px;
		padding: 0 0 0 18px;
	}
	.showcase__img::before {
		width: 20px;
		border-radius: 9px 0 0 9px;
		font-size: 14px;
	}
	.showcase__img img {
		height: 100%;
		border-radius: 0;
		margin: 0 !important;
	}
	.showcase__img p {
		margin: 0 !important;
	}
	.showcase__rating {
		justify-content: center;
		min-width: 215px;
		padding: 0 15px;
	}
	.showcase__btn {
		padding: 16px 0;
		font-size: 16px;
		width: 100%;
		height: 100%;
		border-radius: 9px;
	}
}
.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn {
background: var(--Grad, linear-gradient(96deg, #f95f85 -0.93%, #5e0505 100%));
}
@media screen and (max-width:768px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	.showcase__img img{
	    border-radius: 0 !important;
	}
}
@media screen and (max-width: 600px) {
    .showcase__img::before {
		top: 0;
		height: 88px;
	}
	.showcase__img {
		max-width: 160px;
		min-width: 160px;
	}
	.showcase__img img {
		width: 100%;
	}
	.showcase__rating {
		max-width: 160px;
		min-width: 160px;
	}
}

   .header ul li:last-child {
      padding:10px 25px;
       display:flex;
       border-radius:15px;
       border:1px solid #ffffff;
     } 
  
@media screen and (max-width: 768px){
    .showcase__item p {
        height:50px;
    }
    .showcase__img::before {
        height:50px;
    }
    .showcase__item {
        height:50px;
    }
    .showcase__rating-item p {
        height:18px;
    }
    
}

/*author style*/
	.author__head {
		flex-direction:row !important;
		 justify-content: space-between;	
		 display:flex;
		}
		.author__head img {
		max-width:316px;	
		width:100%;
	
		}
		.author__head-descr span {
		color:#ffffff;
		}
		.author__head-descr p {
		margin-bottom:15px !important;
		}
		.author__head-descr {
			width:75%;
		}
		.content a {
		color:#ffffff;
		}
		.content a:hover {
		color:#FE284A;
		}
		.btn__social {
    padding: 18px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: calc(16vw / var(--resizer)* 100);
    font-style: normal;
    font-weight: 400;
    line-height: calc(25vw / var(--resizer)* 100);
    border-radius: 19px;
    background: linear-gradient(94deg, #ff8978 0.45%, #e91b1b 100%);
    box-shadow: 0px 9px 6px 0px rgba(255, 255, 255, 0.25) inset;
    max-width:200px;

		}
		.btn__social span {
			color:#FFFFFF;
		}
			.btn__social:hover {
			   background: var(--Grad, linear-gradient(96deg, #f95f85 -0.93%, #5e0505 100%));
			}
		@media screen and (max-width: 768px) {
			.author__head {
			flex-direction:column-reverse !important;
			}
			.author__head img  {
				max-width:166px;
			}
			.author__head-descr h1 {
				margin-top:18px !important;
			}
			.btn__social {
			    padding: 16px 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    border-radius: 9px 
			}
		}
		@media screen and (max-width:1250px){
			.author__head-descr {
			width:80%;
		}
		}
		


/*style author plashka*/

.block__expert {
display: flex;
justify-content: space-around;
/* align-items: center; */
border-radius: 22px;
margin: 70px auto;
padding: 20px 15px;
background:#3C3C3C;
flex-direction:column;

}
.block__expert-img {
display:flex;
align-items:center;
}
.block__expert-img img {
max-width: 226px;
width: 95%;

}

.block__expert-name {
font-size:24px !important;
font-weight:700 !important;
margin-bottom:0 !important;
}
.block__expert-prof {

margin-bottom:0 !important;
}
.block__expert__text {
width: 90%;
}

@media screen and (max-width: 600px) {
.block__expert,.block__expert-img {
flex-direction: column;
margin-bottom:20px;
align-items:start;
}
.block__expert-img {
display: flex;
}
.block__expert-img img {
max-width: 260px;
border-radius:0 !important;
}
.block__expert__data-mobile {
display: block;
margin-left: 15px;
}
.block__expert__text {
width: 100%;
}

}

.img-cov {
	width: 200px !important;
	height: 200px;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
@media screen and (max-width: 768px) {
	.img-cov {
		margin: 20px auto !important;
	}
}

.socials {
    display:flex;
   justify-content: flex-end;
   margin-bottom:20px;
}
    .socials svg {
        fill:#FFF;
        margin-right:15px;
    }
    .socials svg:hover {
        fill:#ff8978;
    }
    @media screen and (max-width: 600px) {
        .socials {
              justify-content: flex-start;
        }
    }