.flex_sbcw {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.flex_fecnw {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap
}

.flex_sbcnw {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap
}

.flex_scnw {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: nowrap
}

.flex_sbsw {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap
}

.flex_ccw {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.flex_ssw {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap
}

@font-face {
	font-family: "Gramatika";
	src: url("assets/fonts/Gramatika/Gramatika-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap
}

body {
	font-family: "Gramatika";
	min-width: 320px;
	position: relative;
}

.headBanner {
	background: rgba(118, 118, 118, 1);
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 3
}

.headBanner .inner {
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 40px;
	height: 100%;
	position: relative;
	background-image: url(assets/img/gift.png);
	background-size: 74px;
	background-position: 5% center;
	background-repeat: no-repeat
}

.headBanner .title {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	font-size: 30px;
	margin: 0 auto;
	padding: 16px 20px 16px 150px
}

.headBar {
	background: #fff;
	margin: 18px 18px 0;
	border-radius: 20px;
	padding: 15px 20px 16px 47px;
	box-sizing: border-box;
	gap: 28px;
	justify-content: start
}

.headBarWrapper {
	max-width: 2000px;
	margin: 0 auto
}

.headBar .logo img {
	width: 152px
}

.redButton {
	background: rgba(249, 4, 4, 1);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bolder;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	border: none;
	text-align: left;
	display: block;
	text-decoration: none
}

.blackButton {
	background: rgba(44, 44, 44, 1);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bolder;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	border: none;
	text-align: left;
	display: block;
	text-decoration: none
}

.blackButton::after {
	content: "";
	display: block;
	background-image: url(assets/img/arrow1.svg);
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.getSaleButton.redButton {
	padding: 8px 0 8px 24px;
	width: 208px
}

.redButton::after {
	content: "";
	display: block;
	background-image: url(assets/img/arrow1.svg);
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

header {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 50% -14px;
	background-size: 1815px;
	background-color: rgba(239, 239, 239, 1)
}

header.mainPage {
	background-image: url(assets/img/topBanner1.webp);
	background-size: 1500px;
	background-position: 100% -14px;
	height: 760px;
	top: -25px;
	padding-top: 25px
}

.logo {
	margin-right: 12px
}

.social .number a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 11px 19px;
	display: block;
	box-sizing: border-box;
	font-weight: bolder;
	background: rgba(42, 42, 42, 1);
	border-radius: 14px
}

.tgIcon {
    background-image: url(assets/img/telegram-icon.png);
    width: 37px;
    height: 18px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px 3px;
    border-radius: 14px;
}

.maxIcon {
    background-image: url(assets/img/Max_logo.webp);
    width: 37px;
    height: 18px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px 3px;
    border-radius: 14px;
    background-size: cover;
}

.vkIcon {
	background-image: url(assets/img/vk.svg);
	width: 37px;
	height: 18px;
	background-color: rgba(42, 42, 42, 1);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 11px 3px;
	border-radius: 14px
}

.social .vkIcon {
	margin-left: 6px
}

.whatsAppIcon {
	background-image: url(assets/img/whatsapp-icon.png);
	width: 48px;
	height: 24px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 8px 0;
	border-radius: 14px
}

.social .whatsAppIcon {
	margin-left: 6px
}

.headBar nav {
	margin-left: 25px;
	gap: 25px;
	display: flex;
	justify-content: space-between;
	font-size: 16px
}

.headBar nav a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: bold;
}

.headBar nav a:hover {
	text-decoration: underline
}

.headBar .license {
	color: rgba(140, 140, 140, 1);
	font-size: 10px;
	margin-left: 35px;
	word-spacing: 2px
}

.headBar .mapButton {
	margin-left: 17px
}

.whatsappFloatIcon {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 46px;
	bottom: 75px;
	z-index: 1000
}

.whatsappFloatIcon a img {
	width: 50px;
	height: 50px;
	opacity: .8
}

.headBar .mapButton h1 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	margin: 10px 0 0 0
}

.headBar .mapButton a,
.goToHomeBtn {
	border: 1px solid rgba(249, 4, 4, 1);
	color: rgba(2, 2, 2, 1);
	text-decoration: none;
	border-radius: 12px;
	padding: 16px 22px 13px 54px;
	font-weight: bolder;
	font-size: 15px;
	position: relative;
	display: block
}

.headBar .mapButton a:after {
	content: "";
	background-image: url(assets/img/mapPoint.svg);
	display: block;
	position: absolute;
	left: 15px;
	width: 23px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 8px
}

.goToHomeBtn {
	margin: 0 auto;
	width: 250px
}

.topBannerWrapper {
	position: absolute;
	top: 250px;
	left: 25px
}

.topBannerWrapper h1 {
	font-weight: bolder;
	font-size: 43px;
	margin: 0
}

.topBannerWrapper .title {
	font-size: 38px;
	font-weight: bolder;
	max-width: 760px;
	line-height: 46px
}

.topBannerWrapper .title span {
	color: rgba(249, 4, 4, 1)
}

.topBannerWrapper .phoneBlock {
	margin-top: 39px
}

.simpleForm.phoneBlock .top {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-left: 2px;
	position: relative
}

.simpleForm.phoneBlock .top .topTitle {
	position: absolute;
	top: -22px
}

.simpleForm.phoneBlock .top input {
	border: 1px solid #a5a5a5;
	font-size: 18px;
	padding: 12px 23px;
	border-radius: 12px 0 0 12px;
	font-weight: bolder;
	outline: none;
	width: 230px;
	line-height: 23px;
	height: 56px;
	box-sizing: border-box
}

.simpleForm.phoneBlock .top .redButton {
	margin-left: -12px;
	font-size: 19px;
	padding: 15px 0 18px 32px;
	width: 250px;
	line-height: 23px;
	height: 56px
}

.thanksWrapper img {
	width: 80px
}

.thanksWrapper h1 {
	padding-left: 20px
}

.thanksWrapper {
	display: flex;
	align-items: center;
	justify-content: start
}

.simpleForm.phoneBlock .top .redButton::after {
	right: 27px;
	width: 7px
}

.simpleForm.phoneBlock .bottom {
	margin: 12px 0 0 21px;
	display: flex;
	align-items: center
}

.simpleForm.phoneBlock .bottom label {
	font-size: 9px;
	color: rgba(76, 76, 76, 1)
}

.checkboxLabel-bannerAgreeRules {
	cursor: pointer;
	display: flex;
	font-size: 18px;
	align-items: center
}

.topBannerWrapper label.checkboxLabel-bannerAgreeRules {
	align-items: flex-start
}

.customCheckbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 13px;
	margin-right: 8px;
	border: 1px solid rgba(106, 106, 106, 1);
	border-radius: 6px;
	background: #fff;
	transition: .3s
}

.customCheckbox-icon {
	opacity: 0;
	transition: .3s;
	background: url(assets/img/checkItem.svg);
	background-size: contain;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center
}

.wpcf7-response-output {
	display: none !important
}

#bannerAgreeRules,
#bannerAgreeRules-1 {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#bannerAgreeRules:checked+.customCheckbox .customCheckbox-icon,
#bannerAgreeRules-1:checked+.customCheckbox .customCheckbox-icon {
	opacity: 1;
	width: 8px
}

#callBackMiniAgreeRules,
#callBackMiniAgreeRules-1 {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#callBackMiniAgreeRules:checked+.customCheckbox .customCheckbox-icon,
#callBackMiniAgreeRules-1:checked+.customCheckbox .customCheckbox-icon {
	opacity: 1;
	width: 8px
}

.mainContent {
	border-radius: 28px;
	position: relative;
	background-color: #fff;
}

.moreStudents {
	margin: 0 auto;
	max-width: 1130px;
	padding: 0 20px;
	box-sizing: border-box
}

.moreStudents .left .top {
	margin-top: 119px;
	margin-left: 17px;
	font-size: 41px;
	font-weight: bolder;
	line-height: 41px
}

.moreStudents .left .top span {
	color: rgba(249, 4, 4, 1)
}

.moreStudents .ratingText {
	margin: 34px 0 0 96px;
	font-family: 'Gramatika';
	font-size: 15px
}

.ratesWrapper {
	margin: 60px 0 24px;
	gap: 24px
}

.moreStudents .right img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 3px 3px 15px 2px hwb(0deg 0% 100% / 28%);
	transition: 0.3s all
}

.moreStudents .right img:hover {
	box-shadow: 3px 3px 15px 2px hwb(0deg 0% 100% / 5%)
}

.ratesWrapper a {
	width: 180px
}

.advantagesWrapper {
	margin: 64px auto 0;
	max-width: 1800px;
	width: 95%;
	gap: 18px
}

.advantageBlock {
	max-width: 840px;
	width: 49%;
	height: 433px;
	background-color: rgb(219 219 219 / 60%);
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 77%;
	padding: 59px 52px;
	box-sizing: border-box
}

.advantageBlock .title {
	font-weight: bolder;
	font-size: 35px;
	max-width: 68%;
	line-height: 37px
}

.advantageBlock .descr {
	font-weight: 400;
	margin-top: 18px;
	font-size: 17px;
	font-weight: 700;
	max-width: 376px;
	color: rgba(127, 127, 127, 1);
	height: 40px
}

.advantageBlock .redButton,
.advantageBlock .blackButton {
	width: 200px;
	margin-top: 25px;
	padding: 14px 21px;
	font-size: 12px
}

.advantageBlock .blackButton:after,
.advantageBlock .redButton:after {
	width: 7px;
	right: 19px
}

.advantageBlock.instructions {
	background-size: 39%;
	background-position: 68% 100%
}

.advantageBlock.instructions .descr {
	margin-top: 28px
}

.licensAndMap h1 {
	font-size: 20px
}

.advantageBlock.onlineStudy {
	padding-top: 40px;
	background-size: 20%;
	background-position: 90% 70%
}

.advantageBlock.freeSale {
	padding-top: 40px;
	background-size: 100%
}

.advantageBlock.freeSale .descr {
	margin-top: 6px
}

.stepsToDrive {
	margin: 85px auto 0;
	max-width: 1235px
}

.stepsToDrive .shortTitle {
	color: rgba(127, 127, 127, 1);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 9px;
	font-size: 11px
}

.stepsToDrive .title {
	text-align: center;
	margin-top: 30px
}

.stepsToDrive .title h2 {
	font-size: 62px;
	font-weight: bolder;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 0
}

.stepsToDrive .title span {
	color: rgba(249, 4, 4, 1)
}

.stepsToDrive .inner {
	margin: 33px auto;
	position: relative;
	max-width: 1600px;
	gap: 110px
}

.stepsToDrive .inner:after {
	content: '';
	background-image: url(assets/img/stepsTree.svg);
	width: 100px;
	position: absolute;
	left: 12px;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	background-size: 94%;
	background-repeat: no-repeat
}

.stepsToDrive .stepItem .preview {
	max-width: 552px;
	overflow: hidden
}

.stepsToDrive .stepItem .preview img {
	border-radius: 12px;
	width: 100%
}

h2 {
	display: initial
}

.stepsToDrive .stepItem .stepItemTitle {
	max-width: 445px;
	margin-left: 37px;
	margin-top: 32px
}

.stepsToDrive .stepItem .stepItemTitle h2 {
	font-weight: bolder;
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0
}

.stepsToDrive .stepItem .stepItemDescr {
	margin-top: 14px;
	margin-left: 79px;
	color: rgba(133, 133, 133, 1);
	font-size: 11px;
	line-height: 14px;
	max-width: 343px
}

.stepsToDrive .stepItem .stepItemDescr span {
	color: rgba(0, 0, 0, 1)
}

.stepItem.stepThree {
	margin-top: 160px
}

.stepItem.stepThree .stepItemTitle {
	margin-top: 15px
}

.stepItem.stepThree .stepItemTitle {
	margin-top: 15px;
	margin-left: 30px
}

.stepItem.stepTwo {
	margin-top: 307px
}

.stepsToDrive .stepItem.stepTwo .stepItemTitle {
	margin-top: 37px;
	margin-left: 58px
}

.stepsToDrive .stepItem.stepTwo .stepItemDescr {
	margin-top: 14px;
	margin-left: 70px
}

.stepItem.stepFour {
	margin-top: 182px;
	background-color: rgb(219 219 219 / 60%);
	border-radius: 13px;
	padding: 40px 0 25px;
	box-sizing: border-box
}

.stepItem.stepFour .getDriverCard {
	margin: 0 auto 0;
	width: 270px
}

.whatsapp {
	cursor: pointer
}

.stepItem.stepFour .getDriverCard img {
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 12px
}

.stepItem.stepFour .stepItemTitleDone {
	margin: 20px 0 0 34px;
	color: rgba(127, 127, 127, 1);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 11px;
	text-align: center
}

.stepItem.stepFour .stepItemDescrDone {
	font-size: 32px;
	font-weight: bolder;
	text-align: center;
	margin: 4px 0 0 37px
}

.topBannerWrapper .title span.rub {
	color: #000
}

.stepItem.stepFour .redButton {
	width: 213px;
	padding: 15px 32px;
	margin: 10px auto 0;
	text-align: center
}

.stepItem.stepFour .redButton:after {
	width: 6px;
	right: 19px
}

.ourInstructors {
	margin-top: 130px;
	background-color: rgba(241, 241, 241, 1);
	border-radius: 20px;
	padding: 63px 0 85px;
	box-sizing: border-box
}

.ourInstructors .inner {
    margin: 0 auto;
    max-width: 1340px;
    text-align: center;
    padding: 0 20px;
}

.ourInstructors .inner .title {
	font-weight: bolder;
	text-align: center;
	font-size: 64px;
	margin: 0;
	display: inline-block
}

.ourInstructors .inner .descr {
	color: rgba(106, 106, 106, 1);
	text-align: center;
	font-size: 11px;
	max-width: 579px;
	margin: 9px auto;
	line-height: 13px
}

.ourInstructorsSlidePreview {
	max-width: 425px;
	margin: 29px auto 0;
	gap: 14px
}

.instructorPreviewItem {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.instructorPreviewItem.active {
	border: 2px solid rgba(249, 4, 4, 1)
}

.instructorPreviewItem img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	object-fit: cover
}

.ourInstructorsSliderWrapper {
    padding-top: 38px;
    margin: 0 auto;
    display: flex !important;
    gap: 22px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.arrowLeft.slick-arrow img {
	width: 100%
}

.ourInstructorsSliderWrapper .arrowLeft.slick-arrow {
	width: 31px;
	margin-top: 16%
}

.arrowRight.slick-arrow img {
	width: 100%
}

.ourInstructorsSliderWrapper .arrowRight.slick-arrow {
	width: 31px;
	margin-top: 16%
}

.ourInstructorsSliderWrapper .slick-list {
	padding: 0 20% 0 0 !important
}

.ourInstructorsSlideItem img {
    border-radius: 12px;
    object-fit: cover;
    height: 240px;
    object-position: top;
    width: 240px;
}

.ourInstructorsSlideItem .name {
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	margin-top: 18px
}

.ourInstructorsSlideItem .profData {
	margin-top: 9px;
	font-size: 14px;
	text-align: center;
	color: rgba(106, 106, 106, 1)
}


.ourInstructorsSlideItem.slick-current .slideData {
	display: block
}

.ourInstructorsSlideItem .redButton {
	width: 150px;
	margin: 16px auto 0;
	font-size: 10px;
	padding: 11px 0 11px 16px
}

.learnPrices {
	margin-top: 52px;
	padding: 0 20px
}

.learnPrices .title {
	text-align: center
}

.learnPrices .title h2 {
	font-size: 64px;
	font-weight: bolder;
	font-weight: 500
}

.learnPricesWrapper {
	max-width: 1698px;
	margin: 70px auto 0;
	gap: 20px
}

.learnPricesItem {
	background-color: rgba(232, 232, 232, .91);
	border-radius: 20px;
	width: 49%;
	padding: 32px 35px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	position: relative
}

.learnPricesItem .category {
	color: rgba(249, 4, 4, 1);
	font-weight: bolder;
	font-size: 41px
}

.learnPricesItem .price {
	font-weight: bolder;
	font-size: 42px;
	line-height: 63px;
	margin-bottom: 10px;
	display: flex;
	gap: 8px
}

.learnPricesItem .redButton {
	margin-top: -5px;
	width: 150px;
	font-size: 10px;
	padding: 11px 0 11px 16px
}

.learnPricesItem .list {
	margin-top: 257px;
	color: rgba(0, 0, 0, 1);
	font-weight: bolder;
	font-size: 16px
}

.learnPricesItem.categoryA img {
	width: 240px
}

.learnPricesItem.categoryB img {
	top: 32%;
	width: 300px
}

.learnPricesItem.categoryB:before {
	top: 14%
}

.contentWrapper ul li {
	margin: 0 0 8px;
	padding: 0 0 0 12px;
	list-style-type: none;
	position: relative
}

.contentWrapper ul li:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid rgb(177 177 177);
	border-radius: 100%;
	top: -1px;
	left: -12px;
	background-image: url(assets/img/check.svg);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center
}

.ratingsAndReviews {
    margin: 64px auto 0;
    max-width: 1800px;
    width: 95%;
}

.ratingsAndReviews>.title {
	font-size: 64px;
	font-weight: bolder;
	padding: 0 6px 0
}

.ratingsAndReviews>.descr {
	margin-top: 4px;
	padding: 0 0 0 7px;
	color: rgba(127, 127, 127, 1);
	max-width: 450px;
	font-size: 17px;
	line-height: 18px
}

.summaryRatings {
	margin-top: 34px;
	margin-left: 7px
}

.summaryRatingItem {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 25px;
	padding: 13px 0;
	box-sizing: border-box;
	max-width: 264px;
	width: 100%;
	text-decoration: none;
	color: initial
}

.summaryRatingItem .ratingLogo {
	width: 100px;
	margin: 0 auto;
	height: 50px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center
}

.summaryRatingItem .ratingLogo img {
	width: 100%
}

.stars {
	background-image: url(assets/img/stars.svg);
	margin: 3px auto 0;
	width: 76px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain
}

.summaryRatingItem .countRatings {
	width: 140px;
	margin: 9px auto 0
}

.summaryRatingItem .countRatings .text {
	color: rgba(127, 127, 127, 1);
	font-size: 16px
}

.ratingLogo.yandex {
	width: 145px
}

.summaryRatingItem .countRatings .count {
	background: rgba(255, 184, 0, 1);
	border-radius: 7px;
	font-size: 12px;
	padding: 1px 8px;
	margin-top: 2px
}

.reviewsSliderWrapper .title {
	font-size: 18px;
	padding: 2px 0 0 8px
}

.reviewsSliderWrapper {
	margin-top: 47px
}

.reviewsSlider {
    margin: 23px auto 0;
    width: 100%;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.reviewSlideItem {
    min-width: 280px;
    background: rgba(241, 241, 241, 1);
    border-radius: 26px;
    padding: 16px 13px 10px;
    box-sizing: border-box;
}

.reviewSlideItem .top {
	align-items: center
}

.reviewSlideItem .top .avatar {
	width: 48px;
	border-radius: 100%;
	overflow: hidden
}

.reviewSlideItem .top .avatar img {
	width: 100%
}

.reviewSlideItem .top .name {
	margin-left: 10px;
	font-size: 17px;
	margin-top: 5px
}

.reviewSlideItem .center {
	height: 89px;
	overflow-y: scroll
}

.reviewSlideItem .center .stars {
	margin: 10px 27px 0
}

.reviewSlideItem .center .reviewText {
	margin: 7px 28px 0;
	font-size: 13px;
	color: rgba(0, 0, 0, 1);
	line-height: 14px
}

.reviewSlideItem .bottom {
	margin-top: 25px
}

.reviewSlideItem .bottom .reviewData {
	padding: 5px 17px 0 10px;
	color: rgba(127, 127, 127, 1);
	font-size: 12px;
	border-right: 1px solid rgba(198, 198, 198, 1)
}

.reviewSlideItem .bottom .reviewFromLogo {
	width: 70px;
	margin: -4px 0 0 13px
}

.reviewSlideItem .bottom .reviewFromLogo img {
	width: 100%
}

.reviewsSlider .slick-arrow {
	display: flex;
	align-items: center;
	bottom: 0;
	margin: 0;
	top: 0;
	position: absolute;
	width: 16px
}

.reviewsSlider .arrowRight.slick-arrow {
	right: -35px
}

.reviewsSlider .arrowLeft.slick-arrow {
	left: -35px
}

.autopark {
	background: rgba(241, 241, 241, 1);
	border-radius: 20px;
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
	padding: 84px 0 74px
}

.autopark .inner>.title {
	font-size: 64px;
	font-weight: bolder;
	line-height: 66px;
	font-weight: 500;
	margin: 0
}

.alignleft {
	float: left;
	padding: 0 25px 20px 0
}

.alignRight {
	float: right;
	padding: 0 25px 20px 25px
}

.autopark .inner>.title span {
	color: rgba(249, 4, 4, 1)
}

.autopark .inner {
	width: 81%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	position: relative
}

.autopark .inner .top {
	margin-top: 20px;
	margin-left: 3px;
	max-width: 1056px
}

.autopark .inner .top .left {
	max-width: 430px;
	font-size: 26px;
	font-weight: bolder;
	line-height: 27px
}

.autopark .inner .top .right {
	color: rgba(127, 127, 127, 1);
	max-width: 515px;
	font-size: 18px;
	padding: 7px 0 0;
	line-height: 18px
}

.autopark .inner .bottom {
	margin: 44px 0 0 0;
	width: 100%;
	overflow-x: scroll
}

.carAlbum {
	width: 2503px;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	flex-direction: column;
	height: 450px;
	justify-content: flex-start
}

.carAlbum img {
	width: 646px;
	object-fit: cover;
	border-radius: 12px;
	flex-basis: content
}

.carAlbum img:nth-child(3n - 1),
.carAlbum img:nth-child(3n) {
	width: 302px
}

.autopark .inner .bottom .scrollNext {
	position: absolute;
	background: rgba(249, 4, 4, 1);
	width: 38px;
	height: 73px;
	right: 46px;
	bottom: 40%;
	background-image: url(assets/img/arrow1.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	cursor: pointer;
	background-size: 29%
}

.supportSenter {
	margin: 57px auto 0;
	max-width: 1090px
}

.supportSenter .title {
	font-weight: bolder;
	font-size: 64px;
	line-height: 64px
}

.supportSenter .title span {
	color: rgba(249, 4, 4, 1)
}

.supportSenter .descr {
	margin-top: 18px;
	max-width: 480px;
	font-size: 17px;
	line-height: 18px
}

.supportSenter .image {
	margin: -81px auto 0;
	max-width: 85%;
	text-align: center
}

.supportSenter .image img {
	width: 100%
}

.teamAdvantages {
	gap: 10px;
	margin-top: -29px
}

.teamAdvantageItem {
	background: rgba(241, 241, 241, 1);
	padding: 70px 15px 30px 29px;
	width: 261px;
	border-radius: 24px;
	box-sizing: border-box;
	position: relative;
	font-size: 17px;
	line-height: 18px;
	height: 155px
}

.teamAdvantageItem:after {
	content: '';
	width: 22px;
	height: 23px;
	border: 2px solid rgba(210, 210, 210, 1);
	border-radius: 100%;
	background-image: url(assets/img/check.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 29px;
	top: 30px
}

.questions {
	margin: 48px auto 0;
	max-width: 1090px
}

.questions .title {
	font-size: 64px;
	font-weight: bold;
}

.questionsList {
	margin-top: 17px
}

.questionItem {
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 12px;
	padding: 19px 30px 17px 77px;
	box-sizing: border-box;
	margin-bottom: 14px;
	cursor: pointer;
	position: relative
}

.questionItem.active {
	border-color: rgba(249, 4, 4, 1)
}

.questionItem .questionTitle {
	font-size: 17px;
	margin: 0
}

.innerContent header {
    background-size: auto;
    background-color: initial;
    background-position: initial;
}

.questionItem .answer {
	color: rgba(127, 127, 127, 1);
	font-size: 14px;
	display: none
}

.questionItem:after {
	content: "";
	display: block;
	width: 49px;
	height: 28px;
	background: rgba(238, 238, 238, 1);
	position: absolute;
	left: 12px;
	top: 14px;
	border-radius: 6px;
	background-image: url(assets/img/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px
}

.questionItem.active:after {
	background-image: url(assets/img/minus.svg)
}

.callbackForm {
	margin: 27px auto 0;
	max-width: 1090px;
	background: rgba(246, 246, 246, 1);
	border-radius: 17px;
	padding: 31px 22px 23px 30px;
	box-sizing: border-box
}

.callbackForm .left {
	max-width: 445px
}

.callbackForm .left .avatar img {
	width: 100%;
	border-radius: 20px
}

.callbackForm .left .avatar {
	width: 110px;
	position: relative
}

.callbackForm .left .avatar:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #26ff04;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100%;
	border: 2px solid white
}

.callBackData {
	margin: 13px 0 0 30px
}

.callbackForm .left .formTitle {
	font-weight: bolder;
	font-size: 29px
}

.callbackForm .left .formDescr {
	max-width: 288px;
	margin-top: 7px;
	font-size: 17px;
	line-height: 17px;
	color: rgba(127, 127, 127, 1)
}

.callbackForm .right {
	max-width: 532px;
	width: 100%;
	border: 1px solid rgba(196, 196, 196, 1);
	border-radius: 20px;
	padding: 23px 18px;
	box-sizing: border-box;
	margin: 5px 0
}

.callbackForm .right .number a {
	background: rgba(249, 4, 4, 1);
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	padding: 11px 28px;
	border-radius: 15px;
	font-size: 16px;
	display: block
}

.callbackForm .callBackBtn {
	color: #fff;
	background: rgba(42, 42, 42, 1);
	cursor: pointer;
	box-sizing: border-box;
	padding: 12px 45px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: bold;
}

.useFullArticles {
	margin: 48px auto 0;
	border-radius: 20px;
	padding-bottom: 127px;
	background: rgba(241, 241, 241, 1)
}

.useFullArticles>.inner {
	max-width: 1090px;
	margin: 0 auto
}

.useFullArticles .title a {
	font-weight: bolder;
	font-size: 64px;
	padding: 27px 0;
	text-decoration: none;
	color: #000;
	display: block
}

.useFullArticlesSlider {
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.useFullArticleItem {
    min-width: 310px;
    position: relative;
}

.useFullArticleItem img {
	width: 100%;
	border-radius: 20px;
	height: auto;
	overflow: hidden
}

.useFullArticleItem a {
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 2
}

.useFullArticleItem .articleTitle {
	color: rgba(0, 0, 0, 1);
	font-weight: bolder;
	margin-top: 15px;
	font-size: 20px;
	max-width: 86%;
	line-height: 20px;
	padding-left: 4px;
	height: 43px;
	overflow: hidden
}

.useFullArticleItem .articleData {
	color: rgba(127, 127, 127, 1);
	margin-top: 31px;
	padding-left: 5px;
	font-size: 17px
}

.useFullArticlesSliderInit .slick-arrow {
	position: absolute;
	top: 30%;
	width: 31px
}

.useFullArticlesSliderInit .arrowRight.slick-arrow {
	right: 0
}

.useFullArticlesSliderInit .arrowLeft.slick-arrow {
	left: 0
}

.useFullArticleItem:after {
	content: "";
	display: block;
	width: 30px;
	height: 50px;
	border: 1px solid rgba(216, 216, 216, 1);
	position: absolute;
	right: 0;
	bottom: 37px;
	background-image: url(assets/img/fatArrow.svg);
	border-radius: 12px;
	background-position: center;
	background-size: 8px;
	background-repeat: no-repeat;
	z-index: 1
}

.useFullArticlesSliderInit .slick-dots {
	bottom: -99px;
	width: 100%;
	left: 0;
	right: 0
}

.useFullArticlesSliderInit .slick-dots li {
	height: 5px;
	width: 41px;
	margin: 0 8px
}

.useFullArticlesSliderInit .slick-dots li button {
	width: 45px;
	background: rgba(217, 217, 217, 1);
	height: 5px;
	border-radius: 11px;
	padding: initial
}

.useFullArticlesSliderInit .slick-dots li button:before {
	display: none
}

.useFullArticlesSliderInit .slick-active button {
	background: rgba(249, 4, 4, 1) !important
}

.innerContentWrapper {
	padding: 15px 0 50px
}

.innerContent {
	max-width: 1480px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	padding: 0 14px
}

.innerPage .headBar {
	-webkit-box-shadow: 2px 1px 21px 6px rgba(34, 60, 80, .2);
	-moz-box-shadow: 2px 1px 21px 6px rgba(34, 60, 80, .2);
	box-shadow: 2px 1px 21px 6px rgba(34, 60, 80, .2)
}

#pcMap img {
    width: 100%;
    object-fit: cover;
    max-height: 688px;
}

#mobMap img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
}

header.innerPage {
	background-color: #fff
}

.innerContent hr {
	width: 100% !important;
	background: rgba(197, 197, 197, 1) !important;
	border-bottom: 1px solid rgba(197, 197, 197, 1) !important;
	margin: 30px 0
}

.innerContent blockquote {
	border: none;
	position: relative;
	padding-left: 20px
}

.innerContent blockquote:before {
	content: '';
	background-image: url(assets/img/triangle.svg);
	width: 16px;
	height: 17px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	transform: rotate(-90deg);
	background-size: contain;
	background-repeat: no-repeat
}

.innerContent blockquote p {
	font-size: 22px;
	font-weight: bold;
}

.useFullArticlesPage .useFullArticleItem {
	margin: 0
}

.kama_breadcrumbs {
	margin-top: 30px
}

.kama_breadcrumbs a {
	text-decoration: none;
	color: #000
}

.kama_breadcrumbs .kb_sep img {
	width: 5px;
	margin: 0 6px
}

.pointsList {
	margin-top: 28px;
	width: 346px;
	background: #fff;
	border-radius: 20px;
	max-height: 625px
}

.ourPointsOnMap>.top .title {
	font-weight: bolder;
	font-size: 64px;
	line-height: 64px;
	font-weight: 400
}

.licenses>.inner .right h2 {
	font-size: inherit;
	font-weight: inherit
}

.ourPointsOnMap>.top .title span {
	color: rgba(249, 4, 4, 1)
}

.ourPointsOnMap>.top {
	max-width: 1090px;
	margin: 0 auto
}

.ourPointsOnMap>.top .left {
	font-size: 26px;
	line-height: 26px;
	max-width: 450px;
	padding-left: 3px
}

.ourPointsOnMap>.top .right {
	color: rgba(127, 127, 127, 1);
	max-width: 398px
}

.ourPointsOnMap {
	margin-top: 61px
}

.ourPointsOnMap>.top .right p {
	margin: 0 0 20px
}

.ourPointsOnMap>.top .right {
	color: rgba(127, 127, 127, 1);
	max-width: 546px;
	padding-top: 33px;
	font-size: 17px;
	line-height: 17px
}

.ourPointsOnMap>.bottom.map {
	margin-top: 30px;
	padding: 1px 0 0 0;
	box-sizing: border-box;
	position: relative
}

#pcMap {
	height: 688px
}

.ourPointsOnMap>.bottom.map>.inner {
	max-width: 1125px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 10%
}

.pointItem {
	padding: 27px 19px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(204, 204, 204, 1)
}

.pointItemTopData .previewImg {
	width: 90px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat
}

.pointItem:last-child {
	border-bottom: none
}

.pointsListTabWrapper .previewImg {
	width: 65px;
	height: 60px
}

.pointItemBottomData .showWay a:before {
	content: "";
	display: block;
	background-image: url(assets/img/showWay.png);
	width: 10px;
	height: 12px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-size: contain
}

.wpcf7-response-output {
	background: gainsboro
}

.pointItemBottomData .showWay a {
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
	margin-top: 18px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center
}

.pointItemTopData .shortData .title {
	font-size: 17px;
	font-weight: bolder;
	height: 120px;
	overflow-y: scroll
}

.ourPointsOnMap .pointItemTopData .shortData .title {
	height: auto;
	overflow: hidden;
}

.pointItemTopData .shortData .adress {
	color: rgba(127, 127, 127, 1);
	font-size: 14px;
	margin: 3px 0 0 0
}

.pointItemTopData .shortData {
	margin-left: 11px;
	margin-top: 14px;
	max-width: 60%
}

.pointItemBottomData {
	margin-top: 16px;
	max-width: 287px
}

.pointItemBottomData .left .workTime {
	color: rgba(127, 127, 127, 1);
	font-size: 14px;
	padding-left: 2px
}

.pointItemBottomData .left .numberPhone {
	margin-top: 2px;
	margin-left: 2px
}

.pointItemBottomData .left .numberPhone a {
	text-decoration: none;
	font-weight: bolder;
	color: rgba(0, 0, 0, 1);
	font-size: 13px
}

.pointItemBottomData .right .callBackBtn {
	font-weight: bolder;
	color: rgba(249, 4, 4, 1);
	border: 1px solid rgba(249, 4, 4, 1);
	border-radius: 13px;
	padding: 11px 33px 11px 20px;
	font-size: 14px;
	cursor: pointer;
	position: relative
}

.pointItemBottomData .right .callBackBtn:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(assets/img/fatArrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 8px;
	top: 13px
}

.callBackMiniForm {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 154px;
	border-radius: 0 0 20px 20px;
	color: #9a9a9a;
	background: rgb(193, 193, 193);
	background: linear-gradient(90deg, rgba(193, 193, 193, 1) 0%, rgba(172, 171, 172, 1) 9%, rgba(154, 154, 154, 1) 100%);
	position: relative;
	overflow: hidden
}

.callBackMiniForm:after {
	content: '';
	background-image: url(assets/img/callbackbg1.webp);
	width: 190px;
	display: block;
	left: 13%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0
}

.callBackMiniForm>.right {
	margin-top: 29px;
	margin-left: 15px;
	position: relative;
	z-index: 1
}

.callBackMiniForm .left {
	font-weight: bolder;
	color: #fff;
	font-size: 28px;
	line-height: 29px;
	margin-left: 10%;
	position: relative;
	z-index: 1
}

.callBackMiniForm>.right label.checkboxLabel-bannerAgreeRules {
	color: #fff
}

.getContent ol {
	padding: 0;
	counter-reset: olCount
}

.getContent ol li {
	position: relative;
	list-style-type: none;
	padding: 9px 45px 25px !important
}

.getContent ol li:after {
	content: counter(olCount);
	counter-increment: olCount;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	border: 2px solid rgba(210, 210, 210, 1);
	font-family: "Arial";
	color: #f90405
}

.innerPagesForm {
	max-width: 1480px;
	margin: 0 auto 40px
}

.albumInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
	flex-direction: row
}

.albumInner img {
	max-width: 545px;
	object-fit: cover;
	border-radius: 12px;
	min-height: 308px;
	min-width: 300px
}

.innerPagesForm.callbackForm {
	max-width: 1480px;
	margin: 0 auto 40px
}

.innerContent .callbackForm .left {
	max-width: 550px
}

.innerContent .callbackForm .left .formDescr {
	max-width: 400px
}

.innerBlock {
	max-width: 1090px;
	margin: 0 auto
}

.licenses {
	margin-top: 37px
}

.licenses>.inner {
	max-width: 1090px;
	margin: 0 auto
}

.licensesItem {
	border: 1px solid rgba(201, 201, 201, 1);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 5px 42px
}

.licenses>.inner .left {
	gap: 9px
}

.licenses>.inner .licensesItem .licensLogo {
	width: 129px
}

.licenses>.inner .licensesItem img {
	width: 100%
}

.licenses>.inner .licensesItem {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: rgba(150, 150, 150, 1);
	font-size: 13px
}

.licenses>.inner .licensesItem .name {
	line-height: 17px;
	font-size: 14px;
	margin-left: 14px
}

.licenses>.inner .right {
	font-size: 22px;
	text-align: center
}

.licenses>.inner .right a:hover {
	text-decoration: underline
}

.licenses>.inner .right a {
	color: #000;
	text-decoration: none
}

footer {
	background: rgba(241, 241, 241, 1);
	margin-top: 37px;
	padding: 40px 0 10px
}

.footerLogo {
	width: 152px
}

.footerLogo img {
	width: 100%
}

.footerData .left {
	margin-top: 17px
}

.footerData .center a {
	text-decoration: none;
	display: block;
	color: rgba(147, 147, 147, 1);
	font-size: 13px;
	margin-bottom: 5px
}

.footerData .center {
	max-width: 563px;
	padding-top: 13px;
	width: 100%
}

.footerData .center a:hover {
	text-decoration: underline
}

.footerData .right .mail {
	text-align: right
}

.footerData .right .mail a {
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	font-size: 15px
}

.footerData .right .social {
	margin-top: 16px
}

.footerData .right a {
	font-size: 18px
}

.footerData .workTime {
	text-align: right;
	font-size: 13px;
	margin-top: 14px;
	color: rgba(147, 147, 147, 1)
}

.copyright {
	color: rgba(147, 147, 147, 1);
	border-top: 1px solid rgba(200, 200, 200, 1);
	margin-top: 13px;
	padding: 12px 0 0;
	font-size: 13px
}

.licensAndMap {
	background: rgba(239, 239, 239, 1);
	border-radius: 20px 20px 0 0;
	text-align: center;
	padding: 22px 20px 30px;
	margin-top: -15px;
	position: relative
}

.moreStudents .ratingText a {
	color: #000
}

.licensAndMap .mapButton a {
	display: block;
	color: rgba(2, 2, 2, 1);
	text-decoration: none;
	padding: 12px 4px 12px 24px;
	background: #fff;
	max-width: 320px;
	margin: 0 auto;
	font-weight: bolder;
	border-radius: 12px;
	position: relative
}

.licensAndMap .mapButton a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 10px;
	background-image: url(assets/img/mapPoint.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.licensAndMap .license {
	color: rgba(95, 95, 95, 1);
	margin-top: 12px
}

.mobMenuBtn {
	background-image: url(assets/img/menuBtn.svg);
	width: 40px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
	border: 1px solid #adadad;
	border-radius: 13px
}

.mobMenuBtn.active {
	border: 1px solid #f90405
}

.mobToggleMenu {
	position: relative;
	z-index: 3;
	border-top: 1px solid rgb(204 204 204);
	padding: 19px 0;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	margin: 13px 30px 0;
	border-radius: 0 0 20px 20px
}

.instructorCall.topData {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 15px
}

.instructorCall .instrImg img {
	width: 60px;
	height: auto;
	border-radius: 100%;
	overflow: hidden
}

.instructorCall .descr {
	margin-left: 18px;
	margin-top: 0 !important
}

.callBackFormInner .title.customTitle {
	font-size: 29px;
	max-width: 350px
}

.callBackBody button.redButton {
	width: 220px !important
}

.callBackBody {
	margin-left: 45px
}

.mobToggleMenuList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 11px;
	font-size: 22px
}

.mobToggleMenuList a {
	text-decoration: none;
	color: #000
}

.ourPointsOnMapNextBtn:after {
	content: "";
	display: block;
	background-image: url(assets/img/arrowRight.svg);
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: -30px;
	background-position: center;
	background-size: 11px;
	transform: rotate(90deg);
	background-repeat: no-repeat;
	transition: 0.2s all
}

.ourPointsOnMapNextBtn.active:after {
	transform: rotate(0)
}

.ourPointsOnMapNextBtn {
	color: rgba(249, 4, 4, 1);
	font-weight: bolder;
	position: relative
}

.tabWrapper {
	margin-top: 30px
}

.rub {
	font-weight: 700
}

.centerTitle {
	text-align: center;
	margin: 40px auto 0
}

.instructorsPage .getContent {
	padding: 0 14px
}

.instructorsPage .ourInstructors {
	margin: 40px auto;
	border-radius: 0;
	padding: 16px 0 85px
}

.innerContent.instructorsPage {
	padding: 0
}

.tabHead {
	background: rgba(217, 217, 217, 1);
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	padding: 3px;
	max-width: 60%;
	margin: 0 auto;
	flex-wrap: nowrap
}

.tabItem {
	color: rgba(249, 4, 4, 1);
	padding: 10px 31px;
	box-sizing: border-box;
	transition: 0.2s all
}

.tabItem.active {
	background: #fff;
	border-radius: 12px;
	color: #000
}

.tabItemContent.active {
	display: block
}

.tabContent {
	margin-top: 25px
}

.pointsListTabWrapper {
	background: rgba(240, 240, 240, 1);
	padding: 10px 14px;
	box-sizing: border-box;
	position: relative
}

.pointsListTabWrapper .pointsList {
	width: 100%;
	margin: 0;
	display: flex;
	gap: 12px;
	background: none;
	align-items: center;
	justify-content: space-between;
	max-height: 100%;
	padding: 20px 0
}

.pointsListTabWrapper .pointItem {
	background: #fff;
	border-radius: 12px
}

.pointsListTabWrapper .pointItemTopData.flex_ssw {
	flex-wrap: nowrap
}

.pointsListTabWrapper .pointItemBottomData {
	display: block
}

.pointsListTabWrapper .pointItemTopData .shortData {
	margin-left: 11px;
	margin-top: 0;
	width: 110px
}

.pointsListTabWrapper .pointItemBottomData .right .callBackBtn {
	text-align: center;
	margin-top: 14px
}

.pointsListTabWrapper .pointItemBottomData .right .callBackBtn:after {
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	height: 100%;
	background-size: 6px;
	right: 40px
}

.mapWrapper {
	background: rgb(220, 220, 220);
	height: 450px
}

ymaps .pointItem {
	width: 320px
}

.callBackFormFade {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9
}

.callBackFormFade .close {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(assets/img/close.png);
	position: absolute;
	right: 25px;
	top: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer
}

.callBackFormFade .bg {
	background: hsl(0deg 0% 0% / 42%);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.callBackFormInner {
	background: #fff;
	padding: 48px 40px;
	border-radius: 20px;
	position: relative;
	max-width: 710px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.callBackFormInner .descr {
	color: rgba(127, 127, 127, 1);
	font-size: 14px;
	max-width: 375px;
	margin-top: 14px
}

.callBackFormInner .title {
	font-weight: bolder;
	font-size: 43px
}

.callBackFormInner .top {
	margin-top: 65px
}

.useFullArticlesPage {
	gap: 60px
}

.innerContent h1 {
	font-size: 50px;
	font-weight: bolder;
	max-width: 970px
}

.pagination {
	margin-top: 60px
}

.page-numbers.current {
	background: #fff;
	border-color: rgba(249, 4, 4, 1)
}

.page-numbers {
	padding: 14px 18px;
	background: rgba(226, 226, 226, 1);
	border-radius: 12px;
	font-size: 17px;
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	border: 1px solid rgba(226, 226, 226, 1);
	margin: 0 2px
}

.next.page-numbers,
.prev.page-numbers {
	background: rgba(249, 4, 4, 1);
	color: #fff;
	border: none
}

.pointsListTabWrapper.pointPage {
	background: no-repeat
}

.pointPage .pointsList {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 35px
}

.pointPage .pointItem {
	border: 1px solid rgba(204, 204, 204, 1)
}

.pc {
	display: block
}

.mob {
	display: none
}

html {
	scrollbar-color: rgba(185, 185, 185, 1) rgba(255, 255, 255, .5);
	scrollbar-width: thin
}

.reviewsSlider::-webkit-scrollbar,
.albumWrapper::-webkit-scrollbar,
.autopark .inner .bottom::-webkit-scrollbar,
.pointsListTabWrapper .pointsList::-webkit-scrollbar,
.reviewSlideItem .center::-webkit-scrollbar {
	height: 8px;
	width: 6px
}

.albumWrapper::-webkit-scrollbar-thumb,
.autopark .inner .bottom::-webkit-scrollbar-thumb,
.pointsListTabWrapper .pointsList::-webkit-scrollbar-thumb,
.reviewSlideItem .center::-webkit-scrollbar-thumb {
	border-radius: 6px;
	height: 8px;
	background-color: rgba(185, 185, 185, 1);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}


.pointsList::-webkit-scrollbar {
	display: none
}

.pointsList {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.wpcf7-form.invalid input[type='tel'],
.wpcf7-form.invalid input[type='text'] {
	border: 1px solid #f90405
}

.wpcf7-form.invalid input[type='tel']::placeholder,
.wpcf7-form.invalid input[type='text']::placeholder {
	color: #f90405
}

.motoInstructor{
	margin-top: 130px;
}

.motoInstructorImg img {
    border-radius: 12px;
}

.motoInstructor .left {
    max-width: 66%;
}

.motoInstructor .inner {
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
}

.motoInstructor .title {
    font-weight: bolder;
    font-size: 50px;
}

.motoInstructor .underTitle {
    font-weight: bolder;
    font-size: 30px;
}

.motoInstructor .right img {
    width: 100%;
    height: auto;
}

.motoInstructor .descr {
    margin-top: 45px;
}

.motoInstructor .inner ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.motoInstructor ul li {
    margin: 0 0 35px;
    padding: 0 0 0 12px;
    list-style-type: none;
    position: relative;
    font-size: 19px;
}

.motoInstructor .descr ul li::after {
    content: '';
    width: 22px;
    height: 23px;
    border: 2px solid rgba(210, 210, 210, 1);
    border-radius: 100%;
    background-image: url(assets/img/check.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 0px;
}

.rubles {
    font-size: 0;
}

.rubles::after {
    content: '₽';
    font-size: 36px;
    line-height: 60px;
}

.couponValue {
	position: relative;
	font-size: 30px;
	color: #f90405;
	margin-left: 6px
}

.couponValue .rubles::after {
    font-size: 30px;
}


.couponValue:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background: #000;
	top: 26px;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(12deg)
}

::-webkit-scrollbar-track {
	visibility: visible
}

.albumWrapper {
	width: 100%;
	overflow-x: scroll
}

.albumWrapper .scrollNext {
	position: absolute;
	background: rgba(249, 4, 4, 1);
	width: 38px;
	height: 73px;
	right: 46px;
	bottom: 28%;
	background-image: url(assets/img/arrow1.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	cursor: pointer;
	background-size: 29%
}

.albumWrapper .carAlbum {
	padding: 0 0 20px
}

.albumWrapper .carAlbum img {
	height: 450px;
	width: 670px
}

.albumWrapper .carAlbum img:nth-child(3n - 1),
.albumWrapper .carAlbum img:nth-child(3n) {
	width: 317px
}

.inFormBtnWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-flow: wrap;
}

.inFormBtnWrapper > a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 12px;
    text-align: center;
    padding: 14px 10px;
    max-width: 300px;
    min-width: 160px;
    font-size: 14px;
}

.inFormWhatsappBtn {
	background: #25d366;
}

.inFormMaxBtn {
    background: -webkit-linear-gradient(45deg, rgb(57, 179, 251), rgb(125, 70, 229));
    background: -moz-linear-gradient(45deg, rgb(57, 179, 251), rgb(125, 70, 229));
    background: linear-gradient(45deg, rgb(57, 179, 251), rgb(125, 70, 229));
}

.inFormTgBtn {
    background: #37aee2;
}

.mobMenuBtn {
	display: none
}

.saleItem {
	margin: 27px auto 0;
	max-width: 100%;
	background: rgba(246, 246, 246, 1);
	border-radius: 17px;
	padding: 31px 22px 23px 30px;
	box-sizing: border-box
}

.saleItem .left .avatar img {
	width: 100%
}

.saleItem .left .avatar {
	width: 110px;
	border-radius: 12px;
	overflow: hidden
}

.saleItem .left .formTitle {
	font-weight: bolder;
	font-size: 29px
}

.saleItem .left .formDescr {
	margin-top: 7px;
	font-size: 17px;
	line-height: 17px;
	color: rgba(127, 127, 127, 1);
	max-width: 400px
}

.saleItem .callBackBtn {
	color: #fff;
	background: rgba(42, 42, 42, 1);
	cursor: pointer;
	box-sizing: border-box;
	padding: 12px 45px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: bolder;
	text-align: center
}

.ourPointsOnMap>.bottom.map .pointsList {
	overflow: scroll
}

.scroll-element,
.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}

.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px
}

.main__clipper {
	position: relative
}

.main__bar_scroll {
	width: 100%;
	position: relative
}

.main__bar,
.main__bar_points,
.main__bar_carAlbum,
.main__bar_reviews,
.main__bar_articles {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 8px;
	background: #c7c7c7;
	z-index: 1;
	border-radius: 12px;
	min-width: 50px
}

.main__bar_rail {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 8px;
	border-radius: 12px;
	background-color: #e0e0e0
}

.albums-list {
	display: flex;
	gap: 30px;
	flex-direction: row;
	flex-wrap: wrap
}

.album-item a {
	text-decoration: none;
	color: #000
}

.album-item a:hover {
	text-decoration: underline
}

.album-item img {
	border-radius: 12px;
	width: 240px;
	height: 180px;
	object-fit: cover
}

.album-item .album-title {
	text-align: center;
	margin-top: 8px
}

.pixelAlbum img {
	max-width: 440px
}

.learnPricesItem.categoryA:before {
	content: 'A';
	position: absolute;
	top: 19%;
	left: 0;
	text-align: center;
	right: 0;
	font-size: 150px;
	font-family: "Arial";
	color: #a5a5a5
}

.learnPricesItem.categoryB:before {
	content: 'B';
	position: absolute;
	top: 19%;
	left: 0;
	text-align: center;
	right: 0;
	font-size: 150px;
	font-family: "Arial";
	color: #a5a5a5
}

.learnPricesItem.categoryB img {
	width: 380px;
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.learnPricesItem.categoryA img {
	width: 300px;
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.learnPricesItem.categoryC:before {
	content: 'C';
	position: absolute;
	top: 19%;
	left: 0;
	text-align: center;
	right: 0;
	font-size: 150px;
	font-family: "Arial";
	color: #a5a5a5
}

.learnPricesItem.categoryD:before {
	content: 'D';
	position: absolute;
	top: 19%;
	left: 0;
	text-align: center;
	right: 0;
	font-size: 150px;
	font-family: "Arial";
	color: #a5a5a5
}

.consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
	z-index: 1000
}

.consent-text {
	font-size: 14px;
	color: #333;
	margin-right: 20px
}

.consent-button {
	background-color: rgba(249, 4, 4, 1);
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap;
	transition: background-color 0.3s
}

.consent-button:hover {
	background-color: #45a049
}

.learnPricesItem.categoryC img {
	width: 326px;
	position: absolute;
	top: 34%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.learnPricesItem.categoryD img {
	width: 350px;
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.pointPageList {
	gap: 20px
}

.scroll-element .scroll-element_outer {
	overflow: hidden
}

::-webkit-scrollbar {
	width: 0
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4
}

.scroll-element .scroll-element_track {
	background-color: #e0e0e0
}

.scroll-element .scroll-bar {
	background-color: #b9b9b9;
	min-width: 40px
}

.scroll-element:hover .scroll-bar {
	background-color: #919191
}

.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}

.scroll-element.scroll-y {
	display: none !important
}

.pointsListTabWrapper.main__clipper_poinrs {
	max-height: 365px !important;
	height: 365px !important;
	overflow-x: scroll
}

.callBackHead.form_auto_surface .title {
	font-size: 38px
}

.additionalDiscount {
	padding: 0 6px 0 0
}

.widgetCallback {
    position: fixed;
    bottom: 50px;
    transition: all 0.3s ease;
    background: #ffffffe3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 18px 0 0 18px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    right: 0;
    z-index: 3;
}

.widgetCallbackCollapseButton {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	background: transparent;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2
}

.widgetCallback .inner {
	margin-left: 20px;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: all 0.3s ease
}

.widgetCallbackItem {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 10px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	background: #FFD912;
	color: #000;
	max-width: 160px
}

.widgetCallbackItem.whatsapp,
.widgetCallbackItem.telegram {
	padding: 0;
	background: transparent
}

.widgetCallbackItem.phone {
	display: none
}

.widgetCallbackItem img {
	width: 32px
}

.widgetCallbackItem.whatsapp img,
.widgetCallbackItem.telegram img {
	width: 44px;
	margin: 0 auto
}

.widgetCallbackCollapseButton.collapsed {
	background: #FFD912
}

.widgetCallback.collapsedWidget .inner {
	opacity: 0
}

.widgetCallback.collapsedWidget {
	transform: translateX(92%);
	height: 80px;
	opacity: 1
}

@media screen and (max-width:1800px) {
	.headBar .license {
		margin-left: 12px;
		margin-right: 4px;
	}
}

@media screen and (max-width:1740px) {
	.headBanner .gift {
		margin-left: 100px
	}

	.headBar {
		padding: 15px 20px 16px 15px
	}

	.headBar nav a {
		font-size: 14px
	}
}

@media screen and (max-width:1640px) {
	.headBar nav {
		gap: 15px
	}

	.headBar nav {
		margin-left: 6px
	}

	.headBar .mapButton {
		margin-left: 4px
	}
}

@media screen and (max-width:1560px) {
	.headBar .mapButton a {
		font-size: 11px;
		padding: 14px 14px 14px 30px
	}

	.headBar .mapButton a:after {
		width: 13px;
		height: 20px;
		left: 10px;
		top: 10px
	}

	.headBar .mapButton h1 {
		font-size: 10px;
		letter-spacing: 1px
	}
}

@media screen and (max-width:1460px) {
	.albumInner {
		justify-content: center
	}

	.headBar .logo img {
		width: 126px
	}

	.headBanner .gift {
		margin-left: 0
	}

	header.mainPage {
		height: 555px;
		background-size: 1100px;
		background-position: 100% -14px
	}

	.headBar .license {
		width: 100px
	}

	.topBannerWrapper .title {
		font-size: 28px;
		line-height: 32px;
		max-width: 550px
	}
}

@media screen and (max-width:1380px) {
	.mobMenuBtn {
		display: block;
		margin-left: 6px
	}

	.headBar nav {
		display: none
	}
}

@media screen and (max-width:1230px) {

	.stepsToDrive .inner>.left,
	.stepsToDrive .inner>.right {
		width: 43%
	}

	.stepsToDrive .inner {
		padding: 0 20px
	}

	.headBar nav a {
		font-size: 10px
	}

	.headBanner .gift {
		width: 245px
	}

	.summaryRatings {
		gap: 20px
	}

	.reviewsSliderWrapper {
		margin: 47px auto
	}

	.reviewSlideItem {
		width: 48%;
	}

	.ourPointsOnMap>.bottom.map {
		padding: 10px 20px
	}

	.supportSenter,
	.questions,
	.ratingsAndReviews,
	.ourInstructors .inner,
	.ourPointsOnMap>.top,
	.licenses {
		box-sizing: border-box;
		padding: 0 20px
	}

	footer {
		box-sizing: border-box;
		padding: 37px 20px 10px
	}

	.advantageBlock.onlineStudy {
		background-position: 86% 96%
	}

	header.mainPage {
		background-position: 77px -14px
	}
}

@media screen and (max-width:1100px) {
	.learnPricesItem {
		width: 48%
	}

	.learnPricesItem.categoryA:before,
	.learnPricesItem.categoryB:before,
	.learnPricesItem.categoryC:before,
	.learnPricesItem.categoryD:before {
		top: 24%
	}

	.learnPricesItem.categoryB img {
		width: 340px;
		top: 39%
	}

	.learnPricesItem.categoryA img {
		width: 270px;
		top: 34%
	}

	.learnPricesItem.categoryC img {
		width: 295px;
		top: 36%
	}

	.learnPricesItem.categoryD img {
		width: 320px;
		top: 39%
	}

	.pointPage .pointsList {
		justify-content: center
	}

	.autopark .inner {
		width: 95%
	}

	.ourPointsOnMap>.top .left {
		max-width: 100%
	}

	.ourPointsOnMap>.top .right {
		max-width: 100%
	}

	.licenses>.inner {
		flex-direction: column-reverse
	}

	.licenses>.inner .right {
		margin-bottom: 14px
	}

	.moreStudents .left .top {
		font-size: 35px
	}

	.autopark .inner .top .left,
	.autopark .inner .top .right {
		max-width: 100%;
		padding-right: 20px
	}

	.teamAdvantages {
		justify-content: center
	}

	.teamAdvantageItem {
		max-width: 340px;
		width: 100%
	}

	.summaryRatings {
		justify-content: center
	}

	.footerData {
		flex-direction: column;
		align-items: center
	}

	.footerData .left {
		order: 2
	}

	.footerData .center {
		order: 3;
		width: auto
	}

	.footerData .right {
		order: 1
	}

	.mainContent {
		margin-top: -15px;
		border-radius: 20px 20px 0 0
	}

	header {
		background-size: 2000px
	}

	.headBar nav {
		gap: 5px
	}
}

@media screen and (max-width:960px) {
	.motoInstructor .descr {
	    margin-top: 25px;
	}
	.motoInstructor .title {
	    font-size: 30px;
	}
	.motoInstructor .underTitle {
	    font-size: 22px;
	}
	.motoInstructor .right {
	    width: 254px;
	}
	.motoInstructor .left {
	    max-width: 50%;
	}
    .motoInstructor ul li {
        padding: 0px 0 0 15px;
        font-size: 17px;
        margin: 0 0 15px;
    }
	.widgetCallback .inner {
		margin-left: 0
	}

	.widgetCallbackItem.phone {
		display: block
	}

	.widgetCallbackItem .title {
		display: none
	}

	.widgetCallbackCollapseButton {
		display: none
	}

	.simpleForm.phoneBlock .top .topTitle {
		top: -35px;
		left: 20px
	}

	.consent-banner {
		text-align: center;
		padding: 4px 15px
	}

	.consent-text {
		font-size: 12px;
		margin-right: 0
	}

	.consent-button {
		padding: 8px 16px;
		font-size: 13px
	}

	.learnPricesItem.categoryA:before,
	.learnPricesItem.categoryB:before,
	.learnPricesItem.categoryC:before,
	.learnPricesItem.categoryD:before {
		top: 20%
	}

	.learnPricesItem.categoryB img {
		top: 36%
	}

	.learnPricesItem.categoryC img {
		top: 32%
	}

	.learnPricesItem.categoryD img {
		top: 34%
	}

	.advantageBlock.onlineStudy {
		background-size: 22%;
		background-position: 90% 40% !important
	}

	.callBackMiniForm:after {
		left: auto;
		right: -35px;
		background-size: 155px;
		transform: rotate(-12deg)
	}

	.headBarInner {
		width: 100%
	}

	.headBarInnerLogoItems {
		width: 100%
	}

	.moreStudents {
		flex-direction: column
	}

	.moreStudents .right img {
		max-width: 320px;
		margin: 0 auto;
		display: block;
		padding: 18px 8px;
		box-sizing: border-box
	}

	.moreStudents .right .inner {
		max-width: 500px;
		margin: 0 auto
	}

	.moreStudents .right {
		border: 1px solid rgba(219, 219, 219, 1);
		width: 100%;
		max-width: 100%;
		border-radius: 20px;
		margin-top: 35px
	}

	.moreStudents .ratingText,
	.moreStudents .ratingText a {
		color: rgba(127, 127, 127, 1)
	}

	.moreStudents>.left {
		width: 100%
	}

	.moreStudents .left .top {
		margin-top: 35px
	}

	.mainContent {
		background-image: none
	}

	.advantageBlock {
		width: 100%
	}

	.advantagesWrapper {
		justify-content: center
	}

	.learnPricesWrapper.flex_sbsw {
		justify-content: center;
		gap: 20px
	}

	.ratingsAndReviews>.descr {
		max-width: 100%
	}

	.callbackForm {
		justify-content: center;
		align-items: center;
		flex-direction: column
	}

	.callbackForm .right {
		max-width: 436px
	}

	.callbackForm .callBackBtn {
		font-size: 11px
	}

	.callbackForm .right .number a {
		font-size: 12px
	}

	.useFullArticles .title {
		padding: 17px 20px
	}

	.callBackMiniForm {
		padding: 50px 0;
		flex-direction: column;
		flex-wrap: nowrap
	}

	.callBackMiniForm .left {
		margin: 0 auto;
		width: 51%
	}

	.licensesItem {
		border: none
	}

	.licenses>.inner .licensesItem {
		flex-direction: column;
		text-align: center
	}

	.licenses>.inner .licensesItem .name {
		margin: 0
	}

	.footerData .workTime {
		margin: 0;
		text-align: center
	}

	.mailAndWorkTimeInner {
		gap: 14px;
		margin-top: 12px
	}

	.learnPricesItem {
		width: 100%
	}

	.stepsToDrive .inner:after {
		display: none
	}

	.stepsToDrive .inner>.left {
		width: 100%;
		position: relative;
		padding-left: 50px;
		counter-reset: steps
	}

	.stepsToDrive .stepItem .stepItemTitle {
		max-width: 100%
	}

	.stepsToDrive .stepItem .stepItemDescr {
		max-width: 100%
	}

	.stepItem {
		padding-bottom: 40px;
		position: relative;
		margin-top: 0 !important
	}

	.stepItem:before {
		content: counter(steps);
		background: #f90405;
		width: 20px;
		height: 40px;
		position: absolute;
		color: #fff;
		left: -50px;
		border-radius: 3px;
		top: 0;
		counter-increment: steps;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: "Arial"
	}

	.stepItem:after {
		content: "";
		width: 1px;
		height: 100%;
		background: red;
		position: absolute;
		left: -39px;
		bottom: 0;
		top: 30px
	}

	.stepItem.stepThree {
		margin-top: 0
	}

	.stepItem.stepFour {
		margin-top: 0
	}

	.pc {
		display: none
	}

	.mob {
		display: block
	}

	header.mainPage {
		height: 650px
	}

	.stepsToDrive .stepItem .preview {
		max-width: 100%
	}

	.stepItem.stepThree:after,
	.stepItem.stepFour:after {
		display: none
	}

	.stepItem.stepFour:before {
		display: none
	}

	.stepItem.stepFour:before {
		content: "";
		background: url(assets/img/triangle.svg);
		display: block;
		position: absolute;
		top: -25px;
		height: 20px;
		width: 30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: contain
	}

	.stepItem.stepFour .stepItemTitleDone {
		text-align: center
	}

	.stepItem.stepFour .stepItemDescrDone {
		text-align: center
	}

	.stepItem.stepFour .redButton {
		margin: 15px auto 0
	}

	.headBanner .gift {
		width: 300px
	}

	.headBar nav {
		display: none
	}

	.getSaleButton.redButton {
		font-size: 0;
		width: 40px;
		height: 50px
	}

	.getSaleButton.redButton::after {
		width: 13px;
		right: 10px
	}

	.headBarWrapper {
		display: flex;
		justify-content: space-between
	}

	.headBar .logo img {
		width: 130px
	}

	.topBannerWrapper {
		position: absolute;
		top: 25%;
		left: 0;
		bottom: 5%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		right: 0;
		padding: 0 20px
	}

	.topBannerWrapper .title {
		text-align: center
	}

	header.mainPage {
		background-size: 1000px;
		background-position: 100% 100px;
		height: 700px
	}

	.headBanner .title {
		font-size: 20px
	}

	.saleItem .callBackBtn {
		margin-top: 22px;
		width: 100%;
		max-width: 100%
	}

	.saleItem .right {
		width: 100%
	}
}

@media screen and (max-width:644px) {
	.motoInstructor .left {
	    max-width: 100%;
	}
	.motoInstructor .right {
	    margin: 0 auto;
	}
	.inFormBtnWrapper {
	    gap: 12px;
	}
	.inFormBtnWrapper > a {
	    width: 100%;
        max-width: 100%;
	}
	.widgetCallback {
		bottom: 32px
	}

	.headBar .logo img {
		width: 95px
	}

	.headBanner .inner {
		padding: 0 16px
	}

	.headBanner .getSaleButton {
		font-size: 0;
		width: 30px;
		border-radius: 4px;
		height: 35px
	}

	.headBanner .getSaleButton::after {
		right: 0;
		left: 0;
		margin: 0 auto
	}
}

@media screen and (max-width:644px) {

	.learnPricesItem.categoryA:before,
	.learnPricesItem.categoryB:before,
	.learnPricesItem.categoryC:before,
	.learnPricesItem.categoryD:before {
		top: 18%
	}

	.learnPricesItem.categoryA img {
		width: 250px;
		top: 30%
	}

	.learnPricesItem.categoryB img {
		top: 33%;
		width: 310px
	}

	.learnPricesItem.categoryC img {
		top: 32%;
		width: 250px
	}

	.learnPricesItem.categoryD img {
		top: 32%;
		width: 300px
	}

	.pixelAlbumList.pixelAlbumList .album-item img {
		width: 100%;
		height: auto
	}

	.pixelAlbumList.pixelAlbumList .album-item {
		width: 100%
	}

	.simpleForm.phoneBlock .top .topTitle {
		color: #fff;
		font-size: 13px
	}

	header.mainPage {
		background-size: cover;
		background-image: url(assets/img/bannerMob1.webp);
		height: 550px;
		background-position: 100% 40%
	}

	.topBannerWrapper h1 {
		font-size: 28px
	}

	.callBackMiniForm .left {
		width: auto
	}

	.moreStudents .left .top {
		font-size: 32px;
		line-height: 33px
	}

	.advantageBlock {
		padding: 30px;
		background-position: 100% 33%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.advantageBlock .blackButton,
	.advantageBlock .redButton {
		width: 60%;
		text-align: center;
		font-size: 10px
	}

	.advantageBlock.onlineStudy {
		background-size: 14%;
		background-position: 88% 40% !important
	}

	.advantageBlock.instructions {
		background-size: 46%;
		background-position: 100% 104%
	}

	.advantageBlock .title {
		font-size: 29px;
		line-height: 32px
	}

	.headBanner {
		border-radius: 0
	}

	.headBar {
		margin: 0;
		border-radius: 0
	}

	.stepsToDrive .title h2,
	.ourInstructors .inner .title,
	.learnPrices .title h2,
	.ratingsAndReviews>.title,
	.autopark .inner>.title,
	.supportSenter .title,
	.questions .title,
	.useFullArticles .title a,
	.ourPointsOnMap>.top .title {
		font-size: 38px;
		line-height: 38px
	}

	.advantageBlock {
		background-size: 90%;
		background-position: 195% 100%
	}

	.advantageBlock .descr {
		max-width: 70%
	}

	.advantageBlock.freeSale {
		background-size: 130%;
		background-position: 0 90%
	}

	.stepsToDrive .stepItem .stepItemTitle {
		margin: 10px 0 0;
		font-size: 22px;
		line-height: 24px
	}

	.stepsToDrive .stepItem.stepTwo .stepItemTitle {
		margin-top: 10px;
		margin-left: 0
	}

	.stepsToDrive .stepItem .stepItemDescr {
		margin-left: 20px !important
	}

	.stepsToDrive .inner>.left {
		padding: 0
	}

	.stepItem {
		padding-left: 50px
	}

	.stepItem:before {
		left: 0
	}

	.stepItem:after {
		left: 9px
	}

	.ratingLogo.yandex {
		width: 120px
	}

	.summaryRatingItem {
		max-width: 180px
	}

	.summaryRatingItem .ratingLogo {
		width: 80px
	}

	.summaryRatingItem .countRatings {
		width: 115px
	}

	.summaryRatingItem .countRatings .text {
		font-size: 13px
	}

	.summaryRatingItem .countRatings .count {
		margin-top: -1px
	}

	.ratingsAndReviews>.descr {
		margin-top: 20px
	}

	.reviewsSliderWrapper .title {
		font-size: 24px;
		margin-bottom: 14px
	}

	.autopark .inner .top .right {
		margin-top: 15px;
		margin-left: 20px
	}

	.simpleForm.phoneBlock .top .redButton {
		width: 190px
	}

	.autopark .carAlbum {
		width: auto;
		gap: 14px;
		height: 245px
	}

	.autopark .carAlbum img {
		width: 310px
	}

	.autopark .carAlbum img:nth-child(3n - 1),
	.autopark .carAlbum img:nth-child(3n) {
		width: 144px
	}

	.albumWrapper .carAlbum img {
		height: 220px;
		width: 315px
	}

	.albumWrapper .carAlbum {
		width: auto;
		gap: 16px;
		height: 245px
	}

	.albumWrapper .scrollNext {
		display: none !important
	}

	.albumWrapper .carAlbum img:nth-child(3n - 1),
	.carAlbum img:nth-child(3n) {
		width: 144px !important
	}

	.autopark .inner .bottom .scrollNext {
		display: none !important
	}

	.supportSenter {
		padding: 0
	}

	.supportSenter .title,
	.supportSenter .descr {
		padding: 0 20px
	}

	.supportSenter .image {
		margin: 0 auto 40px;
		max-width: 100%
	}

	.supportSenter .descr {
		color: rgba(127, 127, 127, 1);
		margin-left: 20px
	}

	.teamAdvantageItem {
		width: 46%;
		height: 200px;
		font-size: 15px
	}

	.callbackForm .left {
		flex-wrap: nowrap
	}

	.callbackForm .left .avatar {
		width: 110px
	}

	.callBackData {
		margin: 0 0 0 15px
	}

	.callbackForm .left .formTitle {
		font-size: 22px
	}

	.callbackForm .left .formDescr {
		font-size: 15px
	}

	.callbackForm .right {
		padding: 23px 10px;
		flex-wrap: nowrap
	}

	.callbackForm .right .number a {
		padding: 11px 14px
	}

	.callbackForm .callBackBtn {
		padding: 12px 8px;
		text-align: center
	}

	.callbackForm {
		padding: 20px
	}

	.phoneBlock .top input {
		font-size: 14px
	}

	.simpleForm.phoneBlock .top .redButton {
        font-size: 10px !important;
        width: 130px !important;
        padding: 16px 12px;
    }

	.simpleForm.phoneBlock .top .redButton::after {
		right: 14px;
		width: 7px
	}

	.callBackMiniForm .left {
		font-size: 22px;
		padding-left: 17px;
		max-width: 50%;
		margin: 0
	}

	.callBackMiniForm {
		align-items: start
	}

	.licensesItem {
		margin: 0 auto
	}

	.social .number a {
		font-size: 13px;
		padding: 11px 11px
	}

	.social .vkIcon,.social .maxIcon {
		padding: 10px 4px
	}

	.topBannerWrapper {
		top: 20%
	}

	.topBannerWrapper .title {
		font-size: 20px;
		margin: 0 auto;
		text-align: center;
		line-height: 34px
	}

	.simpleForm.phoneBlock .top input {
		font-size: 14px;
	}

	.ourPointsOnMap .pointItemTopData .shortData .title {
		height: 120px
	}

	.footerData .right .mail {
		text-align: center
	}

	.pointsListTabWrapper {
		padding: 0
	}

	.pointPageList {
		gap: 10px
	}

	.pointsListTabWrapper .pointItem {
		width: 156px;
		padding: 10px
	}

	.pointsListTabWrapper .previewImg {
		width: 40px;
		height: 40px
	}

	.pointsListTabWrapper .pointItemTopData .shortData {
		width: auto;
		margin-left: 8px
	}

	.pointItemTopData .shortData .title {
		font-size: 10px;
		height: 55px
	}

	.pointsListTabWrapper .pointItemBottomData .right .callBackBtn:after {
		right: 12px
	}
	.reviewSlideItem {
        width: 46%;
        max-height: 279px !important;
        height: 245px !important;
    }
    .reviewSlideItem .center {
	    height: 128px;
	}

	.reviewSlideItem .top .avatar {
	    width: 27px;
	}
	.reviewSlideItem .top .name {
	    font-size: 12px;
	}
	.reviewSlideItem .bottom .reviewFromLogo {
	    width: 53px;
	    margin: 0px 0 0 13px;
	}
	.reviewSlideItem .bottom .reviewData {
	    padding: 4px 8px 0 6px;
	}
}

@media screen and (min-width:480px) {
	.main__bar_scroll {
		display: none
	}
}

@media screen and (max-width:480px) {
	.topBannerWrapper .title {
		line-height: 26px
	}

	.consent-text {
		font-size: 11px
	}

	.consent-button {
		padding: 7px 14px;
		font-size: 12px
	}

	.learnPricesItem.categoryD img,
	.learnPricesItem.categoryC img,
	.learnPricesItem.categoryB img,
	.learnPricesItem.categoryA img {
		width: 200px
	}

	.pointsListTabWrapper .pointsList {
		max-height: 320px !important;
		height: 320px !important;
		min-height: 320px !important;
		padding: 0 !important
	}

	.pointsListTabWrapper .pointItem {
		max-height: 310px !important
	}

	
	.reviewsSlider {
		display: flex;
		padding-bottom: 20px;
		max-width: 100%
	}

	.headBanner .title {
		font-size: 13px;
		padding: 10px 20px 10px 120px
	}

	.headBar .logo img {
		width: 80px
	}

	.social .number a {
		font-size: 11px;
		padding: 11px 7px
	}

	.social .vkIcon,
	.social .tgIcon,
	.social .whatsAppIcon,
	.social .maxIcon {
		padding: 8px 2px
	}

	.mobMenuBtn {
		height: 34px
	}

	.headBar {
		padding: 13px 8px
	}

	.simpleForm.phoneBlock .top input {
		width: 180px;
		font-size:12px;
	}

	.moreStudents .ratingText {
		margin: 34px 0 0 0
	}

	.moreStudents .right .inner {
		padding: 16px
	}

	.advantageBlock .title {
		font-size: 19px;
		line-height: 18px
	}

	.advantageBlock .descr {
		font-size: 13px;
		margin-top: 10px
	}

	.stepItem.stepFour .stepItemDescrDone {
		font-size: 25px;
		margin: 0
	}

	.stepItem.stepFour .stepItemTitleDone {
		margin: 20px 0 0 0
	}

	.ourInstructors {
		margin-top: 65px
	}

	.ourInstructorsSlideItem .name {
		font-size: 20px
	}

	.learnPricesWrapper {
		margin: 25px auto 0
	}

	.learnPricesItem .price {
		font-size: 28px
	}

	.couponValue {
		font-size: 24px
	}

	.couponValue {
		font-size: 25px
	}

	.learnPricesItem .category {
		font-size: 33px
	}

	.learnPricesItem {
		padding: 20px
	}

	.learnPricesItem.categoryA {
		background-size: 278px;
		background-position: 49% 30%
	}

	.learnPricesItem .list ul {
		padding: 4px 10px
	}

	.learnPricesItem .redButton {
		margin-top: 0;
		width: auto;
		text-align: center
	}

	.learnPricesItem.categoryB {
		background-size: 380px;
		background-position: 49% 30%
	}

	.learnPricesItem.categoryC {
		background-size: 880px;
		background-position: 49% 30%
	}

	.learnPricesItem.categoryD {
		background-size: 782px;
		background-position: 42% 30%
	}

	.summaryRatingItem {
		max-width: 140px
	}

	.reviewsSliderWrapper .arrowLeft,
	.reviewsSliderWrapper .arrowRight {
		display: none !important
	}

	.useFullArticlesSlider .arrowLeft,
	.useFullArticlesSlider .arrowRight {
		display: none !important
	}

	.ourPointsOnMap>.top .right {
		display: none
	}

	.licenses>.inner .left {
		flex-wrap: nowrap
	}

	.licensesItem {
		padding: 10px 8px
	}

	footer .social .number a {
		font-size: 16px;
		padding: 11px
	}

	footer .social .vkIcon {
		padding: 11px 4px
	}

	.useFullArticleItem .articleTitle {
		font-size: 16px;
		padding-right: 40px
	}

	.useFullArticleItem .articleData {
		margin-top: 20px
	}

	.useFullArticleItem:after {
		bottom: 68px
	}

	.licensAndMap .license {
		font-size: 14px
	}

	.useFullArticles {
		padding: 20px 0 40px 20px
	}

	.useFullArticleItem {
		margin-left: 0;
		padding: 0 0 40px
	}

	.useFullArticleItem img {
		width: 300px;
		border-radius: 20px
	}

	.kama_breadcrumbs {
		font-size: 12px
	}

	.callBackFormInner {
		height: 100%;
		padding: 0 22px
	}

	.innerContent h1 {
		font-size: 33px
	}

	.callBackBody {
		margin-left: 0
	}

	.useFullArticlesPage .useFullArticleItem {
		width: 145px
	}

	.useFullArticlesPage .useFullArticleItem img {
		width: 100%
	}

	.useFullArticlesPage .useFullArticleItem .articleTitle {
		font-size: 12px
	}

	.useFullArticlesPage .useFullArticleItem .articleData {
		font-size: 10px;
		margin-top: 10px
	}

	.useFullArticlesPage .useFullArticleItem:after {
		bottom: 68px;
		width: 17px;
		height: 37px
	}

	.callBackMiniForm {
		padding: 65px 0
	}

	.copyright {
		text-align: center
	}

	body {
		overflow-x: hidden
	}

	
}