/*Specification*/
@font-face {
	font-family: "Proxima Nova";
	src: url(font/ProximaNova-Regular.ttf) format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url(font/ProximaNova-Bold.ttf) format('truetype');
	font-weight: bold;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Proxima Nova", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #444852;
	line-height: 1.56em;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: #1C3943;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

p {
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	display: block;
}

a {
	font-size: 17px;
	text-decoration: none;
}

h2 {
	font-size: 40px;
	padding-bottom: 40px;
}

h3 {
	font-size: 24px;
	text-align: left;
}

h4 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.container {
	width: 1376px;
	margin: 0 auto;

}

/*Hero Section*/

header {
	position: relative;
	padding-bottom: 80px;
}

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background-color: #1C3943;
  color: #fafafa;
  transition: right 0.4s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 20px 0 40px;
}

#burger-menu:target {
  right: 0;
}

.close-menu {
  display: block;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-bottom: 24px;
}

.close-menu__icon {
  width: 36px;
  height: 100%;
  cursor: pointer;
}

/* === MENU ITEMS === */
.menu-nav__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	list-style: none;
	margin-top: 20px;
}
.menu-nav-item a {
  text-decoration: none;
  color: #fafafa;
  font-size: 20px;
  transition: color 0.6s ease;
}

.menu-nav-item a:hover {
  opacity: 0.7;
}

.contacts-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 40px;
}

.menu-nav {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.menu-contacts-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.menu-contacts-row {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.menu-contacts-icon {
	display: block;
	border-radius: 40px;
	background: #f2f2f2;
}

.menu-contacts-icon__item {
	display: block;
	padding: 16px;
	margin: 0 auto;
}

.menu-contacts-icon:hover {
	opacity: 0.7;
}

.contacts-bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contacts-phone a {
	text-decoration: none;
	font-size: 28px;
	color: #FFB400;
	font-weight: bold;
}

.nav-topic__burger {
	display: block;
	margin-bottom: 20px;
}

.header-top__burger {
  display: none;
  position: relative;
  padding: 12px;
  /*z-index: 1000;*/
}

.header-top__burger img {
  width: 36px;
  height: 100%;
}

.hero{
	display: block;
	height: 100%;
	overflow: hidden;

}

.video-background {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, #03090B 0%, #010105 100%);
	overflow: hidden;
}

.myVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	z-index: -1000;
}

.header {
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	z-index: 2;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 0;
}

.header-top__nav {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;

}

.header-top__item a {
	font-size: 17px;
	color: #F2F2F2;
	font-weight: regular;
	opacity: 1;
	padding: 0;
}

.header-top__item:hover,
.header-top__item a.active {
	opacity: 0.7;
}

.header-top__phone {
	font-size: 24px;
	color: #FFB400;
	font-weight: bold;
	opacity: 1;
	padding: 0 20px 0 0;
}

.header-top__phone:hover {
	opacity: 0.7;
}

.header-top__burger {
	display: none;
}

.offer {
	position: relative;
	margin: 120px auto;
	z-index: 2;

}

.offer__title {
	font-size: 80px;
	color: #F2F2F2;
}

.offer__title-mob {
	display: none;
	font-size: 80px;
	color: #F2F2F2;
}

.offer__description {
	display: block;
	width: 640px;
	font-size: 28px;
	color: #F2F2F2;
	text-align: center;
	margin: 0 auto;
	padding-top: 28px;
	line-height: 1.36em;
}

.video-background::after {
	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(28, 57, 67, 0.50);
  	overflow: hidden;
  	z-index: 1;
}

.hero-cta {
	display: block;
	padding: 24px 40px;
	font-size: 20px;
	font-weight: bold;
	color: #1C3943;
	text-align: center;
	border-radius: 8px;
	background: #FFB400;
	margin: 56px auto 0 auto;
	width: 352px;
	transition: all 1s ease;
}

.hero-cta:hover {
	background: #FF8800;
}

/*Unlock Section*/

.unlock {
	background: #fafafa;
	padding-top: 80px;
}

.unlock__title {
	padding: 0 0 40px 0;
	margin: 0;
}

.services {
	display: flex;
	justify-content: space-between;
}

.services__row {
	display: flex;
}

.services__item:nth-of-type(odd) {
	margin-right: 8px;
}

.services__item {
	display: block;
	width: 338px;
	height: auto;
	border: 1px solid #CCE4EE;
	border-radius: 12px;
	padding: 40px 20px;
	transition: all 1s ease;
}

.services__item:hover {
	background: #EDF2F4;
	border: 1px solid #CCE4EE;
}

.services__title {
	padding: 20px 0;
}

.services__description {
	display: block;
	height: 220px;
}

.services__btn {
	display: inline-block;
	font-weight: bold;
	color: #1C3943;
	align-items: center;
	padding: 12px 20px;
	border-radius: 4px;
	border: 1px solid #FFB400;
	margin-top: 40px;
}

.services__btn:hover {
	background: #FFB400;
}

/*Meet the Founder*/

.meet-brian {
	padding: 80px 0 80px 0;
}

.bio {
	display: flex;
	gap: 48px;
	padding: 20px 24px 24px 24px;
	border: 1px solid #CCE4EE;
	border-radius: 28px;
}

.brian-card {
	display: block;
	min-width: 400px;
	padding: 40px 40px 64px 40px;
	background: #1C3943;
	border-radius: 28px;
	height: auto;
}

.brian-card__photo {
	display: block;
	margin: 0 auto;
	padding-bottom: 28px;
}

.brian-card__header {
	color: #f2f2f2;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 28px;
}

.brian-card__stars {
	display: block;
	margin: 0 auto;
	padding-bottom: 28px;
}

.brian-card__cta {
	display: block;
	width: auto;
	padding: 24px 0;
	color: #003C55;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #FFB400;
	border-radius: 4px;

}

.brian-card__cta:hover {
	background: #FF8800;
}

.brian-about {
	display: block;
}

.brian-about__header {
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.brian-about__subheader {
	font-size: 20px;
	font-weight: bold;
	color: #1C3943;
	padding-bottom: 12px; 
}

.brian-about__details {
	display: flex;
	gap: 64px;
	margin-top: 20px;
}

.education__header,
.specialties__header,
.worked__header {
	font-weight: bold;
	text-align: left;
	color: #1C3943;
	padding-bottom: 12px;
}

.education__subheader {
	font-weight: bold;
}

.education {
	padding-bottom: 20px;
}

.specialties {
	display: block;
	width: 496px;
}

.specialties__list {
	display: block;
	padding-left: 20px;
}

.specialties__list li {
	display: list-item;
	list-style: outside;
}

.worked__image {
	width: 320px;
}

.invite {
	display: flex;
	gap: 20px;
	padding: 20px 20px 20px 28px;
	background: #FFF0C5;
	border-radius: 12px;
	margin-top: 40px;
}

.invite__text {
	font-size: 20px;

}

.invite__text span {
	font-weight: bold;
}

/*Tools Section*/

.tools-section {
	padding: 80px 0;
	background: #EDF2F4;
}

.tools__title {
	width: 778px;
	margin: 0 auto;
}

.tools-wrapper {
	display: flex;
	justify-content: space-between;

}

.tools {
	width: 726px;
}

.tools__text_top {
	margin-bottom: 20px;
}

.tools__potentional {
	padding: 40px 40px;
	border: 1px solid #CCE4EE;
	border-radius: 12px;
	margin-top: 28px;
}

.tools__potentional-title {
	padding-bottom: 12px;
	width: 480px;
}

.tools__potentional-textbold {
	font-weight: bold;
	padding: 12px 0 28px 0;
}

.tools__cta {
	display: inline-block;
	padding: 20px 40px;
	background: #1C3943;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.tools__cta:hover {
	background: #2C5564;
}

.tools__image {
	width: 562px;
	height: 390px;
	object-fit: cover;
	border-radius: 28px;
}

.case {
	position: relative;
	padding: 80px 0;
	height: auto;
	overflow: hidden;
	background: url('../img/case-waves-image-bg.png'), #fff center center / cover no-repeat;
}

/*.case-top {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
}*/

.subtitle {
	display: block;
	margin: 0 auto;
}

.subtitle-mob {
	display: none;
}

.case__title {
	display: block;
	margin: 0 auto;
	padding-bottom: 28px;
}

.case-study {
	display: flex;
	gap: 48px;
}

.case-study__left {
	display: block;
	width: 562px;
}

.left__video {
	display: block;
	width: 562px;
	height: 390px;
	border-radius: 28px;
	object-fit: cover;
}

.left__results {
	display: block;
	margin-top: 28px;
}

.results__title {
	font-weight: bold;
	padding-bottom: 12px;
}

.results__description {
	text-align: center;
	width: 432px;
	margin: 0 auto;
}

.results__data-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 20px;
	align-items: center;
}

.data-item__row {
	display: flex;
	gap: 8px;
}

.results__data-item {
	display: block;
	width: 260px;
	align-items: left;
	border-radius: 12px;
	border: 1px solid #fff;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(20px);
}

.data-item__counter {
	text-align: left;
	padding-bottom: 12px;
	color: #47B093;
}

.data-item__description {
	width: 202px;
}

.data-item__description span {
	font-weight: bold;
}

.case-study__right {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 766px;
	padding-top: 12px;
}

.accordion-title {
	text-align: left;
	font-weight: bold;
	padding-top: 12px;
}

.accordion-item {
	background: transparent;
	margin-bottom: 12px;
}

.accordion-header {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #1C3943;
	cursor: pointer;
}

.accordion-header::after {
	content: url('../img/chevron-down.svg');
	display: flex;
	width: 17px;
	height: 17px;
	align-items: center;
	margin-left: 20px;
	transform: rotate(0deg);
  	transition: all 0.5s ease;
}

.number-box {
	display: block;
	background: #EDF2F4;
	border-radius: 8px;
	padding: 10px 11px 12px 11px;
	margin-right: 20px;
}

.number {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1C3943;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
    margin-top: 12px;
 }

input[type="radio"] {
	display: none;
 }

input[type="radio"]:checked ~ .accordion-content {
	max-height: 300px;
}

.accordion-item input[type="radio"]:checked + .accordion-header::after {
	transform: rotate(180deg);
}

.accordion {
	--theme: var(--secondary);
	height: 364px;
}

.consultation {
	display: block;
	padding: 20px 40px 40px 40px;
	background: #EDF2F4;
	border-radius: 28px;
	margin-top: 40px;
}

.consultation__title {
	padding: 12px 0;
}

.icon-star {
	width: 24px;
	height: auto;
}

.consultation__button {
	display: inline-block;
	padding: 20px 40px;
	background: #1C3943;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	transition: all 0.5s ease;
	margin-top: 12px;
}

.consultation__button:hover {
	background: #2C5564;
}

.cta {
	background: #1C3943;
	padding: 80px 0;
}

.cta-section {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.ai-icon {
	display: block;
	width: 48px;
	height: 48px;
	background: url('../img/icon-ai-cta.svg') center center / contain no-repeat;
	margin: 0 auto;
}

.cta-description {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	width: 1012px;
	text-align: center;
	line-height: 1.56em;
	margin: 0 auto;
}

.orange {
	color: #FFB400;
	font-weight: bold;
}

.cta-button {
	display: inline-block;
	color: #003C55;
	font-weight: bold;
	text-align: center;
	padding: 20px 40px;
	background: #FFB400;
	border-radius: 4px;
	margin: 0 auto;
}

.cta-button:hover {
	background: #FF8800;
}

.text-carousel {
	overflow: hidden;
	width: 100%;
	background: #FFB400;
	padding: 4px 0;
}	

.bottom-text {
	display: flex;
	align-items: center;
	width: max-content;
 	animation: scrollText 96s linear infinite;
 	/*position: absolute;*/
}

.bottom-text .icon {
	display: flex;
	width: 24px;
	height: 24px;
	background: url('../img/star-icon-carousel.svg') center no-repeat;
	margin-left: 40px;
	align-items: top;

}

.case-bottom-textline {
	/*display: flex;*/
	font-size: 17px;
	font-weight: normal;
	color: #1C3943;
	text-transform: uppercase;
	margin-left: 40px;
	align-items: center;
}

@keyframes scrollText {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-50%);
  }
}

/*News Section*/

.news {
	padding: 80px 0;
}

.news__preview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 28px;
}

.news__preview-link {
	text-decoration: none;
}

.news__card {
	display: block;
	padding-bottom: 20px;
	box-sizing: border-box;
	width: auto;
	border-radius: 28px;
	border: 1px solid #CCE4EE;
	overflow: hidden;
	transition: all 1s ease;
}

.news__card:hover {
	background: #EDF2F4;

}

.news__image-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.news__image {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
}

.news__image:hover {
	width: 105%;
	height: 105%;
}

.news__description {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.news__description-title {
	font-size: 24px;
	font-weight: bold;
	color: #1C3943;
	height: 58px;
	overflow: hidden;
}

.news__description-text {
	height: 81px;
	overflow: hidden;
	color: #444852;
}

.news__description-date {
	font-size: 15px;
	color: #444852;
}

.btn-wrapper {
	display: flex;
	padding-top: 56px;
}

.news-btn {
	display: inline-block;
	padding: 20px 40px;
	background: #1C3943;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 56px;
	transition: all 0.5s ease;
	margin: 0 auto;
}

.news-btn:hover {
	background: #2C5564;
}

/*Footer*/

footer {
	padding-top: 62px;
	background: #1C3943;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
}

.logo-section {
	display: block;
	width: 360px;
	margin-right: 76px;
}

.footer-text {
	line-height: 1.36em;
	padding: 20px 0 40px 0;
	color: #F2F2F2;
}

.payment-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.payment-item {
	display: flex;
	width: 51px;
	height: 51px;
	border-radius: 4px;
	border: 1px solid #295260;
	align-items: center;
	justify-content: center;

}

.nav-section {
	display: flex;
	justify-content: space-between;
	width: 1030px;
	padding-bottom: 40px;
}

.nav-topic {
	font-size: 14px;
	font-weight: normal;
	color: #94A9B2;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.nav-items {
	margin-top: 40px;
}

.nav-item {
	padding-bottom: 28px;
}

.nav-item p {
	font-size: 17px;
	font-weight: normal;
	color: #F2F2F2;
	line-height: 1.2em;
}

.nav-item a {
	font-size: 17px;
	font-weight: normal;
	color: #F2F2F2;
	line-height: 1.2em;
}

.nav-item a:hover {
	opacity: 0.6;
}

.nav-column {
	padding-right: 53px;
}

.nav-column:last-child {
	padding-right: 0;
}

.contacts-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 40px;
}

.contacts-row {
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.contacts-icon {
	display: block;
	border-radius: 4px;
	background: #f2f2f2;
}

.contacts-icon__item {
	display: block;
	padding: 12px;
	margin: 0 auto;
}

.contacts-icon:hover {
	opacity: 0.7;
}

.copyright {
	padding: 28px 0;
	border-top: 1px solid #295260;
}

.copyright__text {
	font-size: 15px;
	font-weight: normal;
	color: #94A9B2;
	text-align: center;
}

/* Responsive Design */

/*Large: 1200px - 1399px*/
 
@media (max-width: 1399px) {
.container {
	max-width: 1140px;
	margin: 0 auto;
}

body {
	font-size: 15px;
}

.services__item {
	width: 279px;
}

.brian-card {
	padding: 40px 40px 40px 40px;
}

.brian-card__header {
	padding-bottom: 20px;
}

.brian-card__stars {
	padding-bottom: 20px;
}

.brian-about {
	width: 653px;
}

.brian-about__subheader {
	font-size: 18px;
}

.brian-about__description {
	width: auto;
}

.brian-about__details {
	gap: 8px;
}

.specialties {
	width: 328px;
	padding-bottom: 28px;
}

.worked__image {
	width: 248px;
}

.invite {
	gap: 12px;
	padding: 20px 12px 20px 20px;
	margin-top: 0;
}

.invite__text {
	font-size: 18px;

}

.tools-wrapper {
	display: flex;
	gap: 48px;

}

.tools {
	width: auto;
	max-width: 600px;
}

.tools__image {
	width: 492px;
}

.case-study__left {
	width: 492px;
}

.left__video {
	width: 492px;
}

.results__data-item {
	display: block;
	width: 260px;
	align-items: left;
	border-radius: 12px;
	border: 1px solid #fff;
	padding: 28px 20px;
}

.consultation__description {
	width: 448px;
}

.news__description-text {
	height: 69px;
}

.news__description-date {
	font-size: 13px;
	color: #444852;
}

}

/*Large: 992px - 1199px*/
 
@media (max-width: 1199px) {

.container {
	max-width: 960px;
	padding: 0 20px;
}

.header-top {
	position: relative;
	height: 127px;
}

.header-right {
	position: absolute;
	top: 40px;
	right: 0;
}

.header-top__menu {
	position: absolute;
	white-space: nowrap;
	top: 104px;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: space-between;
}

.services {
	display: block;
}

.services__row {
	display: flex;
}

.services__row:first-child {
	margin-bottom: 8px;
}

.services__item:nth-of-type(odd) {
	margin-right: 8px;
}

.services__item {
	width: 100%;
	padding: 20px 64px 40px 40px;
}
.services__description {
	display: block;
	height: 120px;
}

.bio {
	display: block;
	padding: 0;
	border: none;
	border-radius: 0;
}

.brian-card {
	min-width: 100%;
	padding: 20px 28px 28px 28px;
	height: auto;
}

.brian-card__photo {
	padding-bottom: 20px;
}

.brian-card__header {
	padding-bottom: 12px;
}

.brian-card__stars {
	padding-bottom: 12px;
}

.brian-about {
	display: block;
	margin-top: 28px;
	width: 100%;
}

.brian-about__header {
	text-align: center;
	padding: 0;
}

.brian-about__subheader {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.brian-about__details {
	gap: 56px;
	margin-top: 20px;
}

.specialties {
	width: auto;
}

.worked__image {
	width: 320px;
}

.invite {
	gap: 20px;
	padding: 20px 20px 20px 28px;
}

.invite__text {
	font-size: 20px;
}

.tools-wrapper {
	display: flex;
	gap: 28px;
}

.tools {
	width: auto;
	max-width: 580px;
}

.tools__image {
	width: 360px;
	height: 390px;
}

.case-study {
	gap: 20px;
}

.case-study__left {
	width: 360px;
}

.left__video {
	width: 360px;
}

.results__description {
	width: auto;
}

.results__data-item {
	padding: 12px 8px 12px 12px;
}

.data-item__description {
	width: auto;
}

.case-study__right {
	width: 100%;
}

.number-box {
	margin-right: 8px;
}

.cta-description {
	width: 100%;
}

.news__preview {
	gap: 8px;
}

.footer-wrapper {
	display: block;
	position: relative;
}

.logo-section {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.logo-description {
	display: flex;
}

.logo-footer {
	margin-right: 40px;
}

.footer-text {
	display: block;
	width: 320px;
	padding: 0;
}

.nav-section {
	padding: 40px 0;
	width: 100%;
}

.payment-options {
	display: flex;
	margin-right: 8px;
}

.payment-options:last-child {
	margin-right: 0;
}

}

/*Medium: 768px - 991px*/

@media (max-width: 991px) {

.container {
	max-width: 720px;
}

.myVideo {
	object-fit: cover;
}

.offer {
	margin: 80px auto;

}

.offer__title {
	display: none;
}

.offer__title-mob {
	display: block;
}

.services__item {
	padding: 20px 12px 20px 20px;
}

.services__description {
	height: 128px;
}

.brian-about__details {
	gap: 28px;
}

.invite__text {
	font-size: 18px;
}

.tools-wrapper {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.tools__title {
	width: auto;
}

.tools {
	width: auto;
	max-width: 720px;
}

.tools__potentional {
	padding: 20px 40px;
}


.tools__image {
	width: auto;
	height: 400px;
}

.case-study {
	flex-direction: column;
	gap: 28px;
}

.case-study__left {
	width: 100%;
}

.left__video {
	width: 100%;
	height: 400px;
}

.results__description {
	width: auto;
}

.results__data-item {
	width: 100%;
	padding: 28px 40px;
}

.data-item__description {
	width: 100%;
}

.case-study__right {
	width: 100%;
}

.consultation {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.consultation__title {
	text-align: center;
	padding: 0;
}

.icon-star {
	display: block;
	margin: 0 auto;
}

.consultation__description {
	width: 100%;
	text-align: center;
	padding-bottom: 12px;
}

.consultation__button {
	margin: 0 auto;
}

.news__preview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	gap: 12px;
}

.news__card {
	display: flex;
	gap: 12px;	box-sizing: border-box;
	width: 100%;
	padding-bottom: 0;
}

.news__card:hover {
	background: #EDF2F4;

}

.news__image-wrapper {
	width: 360px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.news__description {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	width: 100%;
}

.news__description-title {
	font-size: 24px;
	font-weight: bold;
	color: #1C3943;
	height: 58px;
	overflow: hidden;
}

.news__description-text {
	height: 81px;
	overflow: hidden;
	color: #444852;
}

.news__description-date {
	font-size: 15px;
	color: #444852;
}

.nav-column {
	padding-right: 12px;
}

.logo-section {
	display: block;
}

.payment-options {
	width: 270px;
	padding-top: 28px;
}
}

/*Small: 375px - 767px*/

@media (max-width: 767px) {

.container {
	display: block;
	width: 365px;
	padding: 0 5px;
	margin: 0 auto;
}

.header-top__burger {
    display: block;
}

h2 {
	font-size: 28px;
	padding-bottom: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

.header-top {
	height: auto;
	padding: 20px 0 8px 0;
}

.header-top__logo img {
	width: 194px;
}

.header-top__menu {
	display: none;
}

.header-right {
	display: none;
}

.header-top__burger {
	display: block;
}

.offer {
	margin: 40px auto;
	padding-top: 40px;

}


.offer__title-mob {
	font-size: 40px;
}

.offer__description {
	width: 100%;
	font-size: 18px;
	padding: 20px 28px;
}

.hero-cta {
	margin: 40px auto 0 auto;
	padding: 20px 0;
}

.services__row {
	display: block;
}

.services__item:nth-of-type(odd) {
	margin-bottom: 8px;
}

.services__item {
	width: 100%;
	height: auto;
	padding: 20px;
}

.services__description {
	height: auto;
}

.services__btn {
	margin-top: 20px;
	bottom: 0;
}

.meet-brian {
	padding: 48px 0 20px 0;
}

.brian-card__photo {
	display: block;
	width: 100%;
	height: 100%;
}

.brian-about__header {
	padding-bottom: 12px;
}

.brian-about__details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.specialties {
	padding-bottom: 0;
}

.worked__image {
	width: 100%;
	margin-bottom: 20px;
}

.invite {
	padding: 20px 28px;
}

.unlock {
	padding: 64px 0 0 0;
}

.unlock__title {
	width: 280px;
	margin: 0 auto;
}

.tools-section {
	padding: 64px 0 20px 0;
}

.tools__potentional {
	padding: 28px 16px;

}

.tools__potentional-title {
	width: 100%;
}

.tools__image {
	width: 100%;
}

.case {
	padding: 40px 0;
}

.subtitle {
	display: none;
}

.subtitle-mob {
	display: block;
	margin: 0 auto;
}

.case__title {
	width: 268px;
	padding: 8px 0 16px 0;
}

.results__data-item {
	width: 100%;
	padding: 20px 12px;
}

.accordion-header {
	font-size: 18px;
}

.accordion {
	height: auto;
	margin-bottom: 0;
}

.accordion-header {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #1C3943;
	cursor: pointer;
}

.accordion-header::after {
	content: url('../img/chevron-down.svg');
	display: flex;
	width: 17px;
	height: 17px;
	align-items: center;
	margin-left: 20px;
	transform: rotate(0deg);
  	transition: all 0.5s ease;
}

.consultation {
	margin: 0;
	padding: 20px 20px;
}

.consultation__title {
	width: 240px;
	margin: 0 auto;
}

.consultation__description {
	width: 100%;
}

.consultation__button{
	width: 100%;
	text-align: center;
}

.cta {
	padding: 0;
}

.cta-section {
	width: 100%;
	border-radius: 48px 48px 0 0;
	padding: 64px 12px;
	margin: 0;
}

.cta-description {
	font-size: 20px;
	width: auto;
	padding: 8px 0;
}

.news__preview {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news__card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	padding-bottom: 0;
}

.news__image-wrapper {
	width: 100%;
}

.news__description {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 12 20px;
}

.news__description-title {
	height: auto;
}

.news__description-text {
	height: 67px;
	margin-bottom: 20px;

}

.news__description-date {
	font-size: 13px;
}

.footer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.logo-section {
	width: 100%;
}

.logo-description {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 28px;
}

.logo-footer {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footer-text {
	width: 100%;
}

.payment-options {
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: 100%;
	justify-content: center;
}

.nav-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.nav-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 0;
	justify-content: center;
	padding-right: 0;
}

.nav-items {
	margin-top: 16px;
}

.nav-item {
	padding-bottom: 16px;
	font-size: 17px;
	font-weight: normal;
	color: #1C3943;
	line-height: 1.2em;
}

.contacts-block {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.contacts-row {
	padding-bottom: 12px;
	gap: 12px;
}

}

/*ExtraSmall: 0 - 374px*/

@media (max-width: 374px) {

.container {
	max-width: 310px;
	padding: 0 5px;
}

* {
	box-sizing: content-box;
}

a {
	font-size: 15px;
}

.header-top__logo img {
	width: 194px;
}

.header-top {
	padding: 20px 0 8px 0;
}

.offer__description {
	width: auto;
}

.hero-cta {
	padding: 20px 12px;
	width: auto;
}

.hero-cta span {
	font-size: 15px;
	padding-left: 12px;
}

.hero-cta img {
	width: 35px;
}

.services__item {
	width: auto;
}

.services__item {
	padding: 20px 12px 28px 28px;
	height: 420px;

}

.services__item:nth-of-type(odd) {
	margin-right: 0;
}

.services__btn {
	bottom: 20px;
}

.meet-brian {
	width: 100%;
}

.bio {
	width: 310px;
}

.brian-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 310px;
	padding: 0;
	padding-bottom: 20px;
}

.brian-card__photo {
	width: 270px;
	height: 100%;
}

.brian-card__header {
	width: 290px;
	margin: 0 auto;
}

.brian-card__cta {
	width: 290px;
	margin: 0 auto;
}

.consultation__button {
	width: auto;
}

.tools__cta {
	padding: 20px 20px;
}

.cta-section {
	width: auto;
	margin: 56px auto 0 auto;
}

.logo-description {
	width: auto;
}