@font-face {
    font-family: CirceRounded;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/CirceRounded-Regular/CirceRounded-Regular.eot);
    src: url(../fonts/CirceRounded-Regular/CirceRounded-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/CirceRounded-Regular/CirceRounded-Regular.woff) format("woff"), url(../fonts/CirceRounded-Regular/CirceRounded-Regular.ttf) format("truetype")
}

@font-face {
    font-family: CirceRounded;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/CirceRounded-AltBold/CirceRounded-AltBold.eot);
    src: url(../fonts/CirceRounded-AltBold/CirceRounded-AltBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CirceRounded-AltBold/CirceRounded-AltBold.woff) format("woff"), url(../fonts/CirceRounded-AltBold/CirceRounded-AltBold.ttf) format("truetype")
}

::-moz-selection {
    background-color: #dc35f4;
    color: #fff
}

::selection {	
    background-color: #dc35f4;
    color: #fff
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

::-webkit-scrollbar-thumb {
    background-color: #dc35f4
}

body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: CirceRounded, sans-serif;
    color: #232323
}

body input,
body textarea {
    outline: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto
}

.title {
    text-align: center;
    font-size: 36px;
    line-height: normal;
	direction: ltr;
}

.title span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.title img {
    display: block;
    margin: 0 auto
}

.title.white {
    color: #fff
}

.page {
    overflow: hidden
}

.padding {
    padding: 80px 0
}

.padding.wave {
    padding: 180px 0
}

.padding.pt-top {
    padding-top: 180px
}

.blue {
    background-color: #10c0d4
}

.filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.bg {
    background-image: url(../img/bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}

.stock {
    position: relative
}

.stock-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.stock-block {
    width: 33.333%;
    padding: 0 20px;
    margin-top: 50px
}

.stock-item {
    text-decoration: none;
    outline: 0;
    display: block;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.stock-item:hover {
    opacity: .7
}

.gallery {
    position: relative
}

.gallery-list {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

.gallery-block {
    margin-top: 20px;
    padding: 0 10px;
    width: 33.3333%
}

.gallery-item {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.gallery-item:hover {
    opacity: .7
}

.gallery-btn {
    margin: 40px auto 0
}

.gallery-btn span {
    text-transform: none
}

.wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wave-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px
}
.main-wrapper__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
}

.btn {
    width: 200px;
    height: 50px;
    padding-top: 2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    border-bottom: 2px solid #ce0de9;
    position: relative;
    font-size: 18px;
    color: #f8f8f8;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    overflow: hidden;
    background: #dc35f4;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.btn img {
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: auto
}

.btn::after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .7)), color-stop(50%, #fff), to(rgba(255, 255, 255, .7)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0, #fff 50%, rgba(255, 255, 255, .7) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .7) 0, #fff 50%, rgba(255, 255, 255, .7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0, #fff 50%, rgba(255, 255, 255, .7) 100%);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d613f2
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}

.main {
    position: relative;
    padding: 50px 0;
    z-index: 2;
    background-image: url(../img/bg-main.png);
    background-position: right top;
    height: 716px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: -100px 0
}

.main-mobile {
    display: none
}

.main-title {
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
	margin: 0 0 30px 0;
}
.main-btn {
	margin-left: auto;
	margin-right: auto;
}

.main-subtitle {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin: 30px 0
}

.main-wrapper {
    width: 450px;
    max-width: 100%;
    text-align: center;
}

.main-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 2
}

.main .wave-bottom,
.main .wave-top {
    z-index: 3
}

.main .container {
    position: relative;
    z-index: 1
}

.header {
    padding: 15px 0 100px
}

.header-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323
}

.header-text span {
    font-weight: 700;
    font-size: 16px
}
.header-text span a {
    color: #232323;
    text-decoration: none;
    display: inline-block;
}
.header-text span a:hover {
    text-decoration: underline;
}

.header-text img {
    width: 24px;
    height: auto;
    display: block;
    margin-left: 10px
}

.header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-link {
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #dc35f4;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.header-link img {
    width: 14px;
    height: auto;
    display: block
}

.header-link:hover {
    background-color: #ce0de9
}

.header-textLink {
    font-size: 16px;
    color: #232323;
    text-decoration: none;
    outline: 0;
    font-weight: 700
}

.header-textLink:hover {
    text-decoration: underline;
    color: #232323
}

.prices-wrapper {
    margin-top: 40px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
	position: relative;
	
}

.prices-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #dc35f4;
    border-radius: 10px;
    pointer-events: none;
}

.prices__container{
	display: grid;
    grid-template-columns: 30% 70%;
    direction: rtl;
	align-items: start;	
}

.prices__tabs-name {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ccc;
	border-left: none;
}

.prices__tabs {
    background-color: #f4f4f4;
/* 	direction: rtl; */
	grid-row: 2/3;
	border-left: 1px solid #ccc;		
}

.prices-names {
	display: grid;
	grid-template-columns: minmax(29%, 388.89px) minmax(auto, 637px) 136.49px 136.49px;
	grid-column: 1/3;
	grid-row: 1/2;
	border-bottom: 1px solid #ccc;
	align-items: center;	
}

.prices-name {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 8px 10px;		
	background-color: #fff;
	height: 100%;	
}

.prices-name:nth-child(1), .prices-name:nth-child(3), .prices-name:nth-child(4) {
	display: flex;
	align-items: center;
}

.prices-name:nth-child(2), .prices-name:nth-child(3), .prices-name:nth-child(4) {
	border-right: 1px solid #ccc;	
}

.prices-name:nth-child(1) {					
	border-bottom: none;
}

.prices-name:nth-child(3), .prices-name:nth-child(4) {	
	justify-content: center;			
	text-align: center;
}

/* .prices-name.prices__tabs-name {
	border-left: 1px solid transparent;
} */

.prices-items {
	grid-column: 2/3;
	grid-row: 2/3;
}

/* .prices-content {
	border-right: 1px solid #ccc;
}
 */
.prices__tabs-item {
    cursor: pointer;
    font-size: 17px;
    padding: 10px 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-right: 1px solid #d9d9d9;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    text-align: center
}

.prices__tabs-item:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.prices__tabs-item:first-child {
    border-right: none
}

.prices__tabs-item.active {
    background-color: #dc35f4;
    color: #fff;
    border-right-color: #dc35f4;
	border-bottom: 1px solid transparent;
}

.prices__item {    
    font-size: 16px;
    padding: 10px 0;
	display: grid;
    grid-template-columns: 70% 15% 15%;
	align-items: center;
	background: #fff;
}

.prices__item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.prices__item-time {
	height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;	
/* 	width: 135px; */
/* 	min-width: 135px; */
    border-left: 1px solid #ccc;
/* 	text-align: right; */
	padding: 10px;
}

.prices__item-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #ccc;	
	padding: 0 10px;
}

.prices__item-left > strong {
	text-decoration: underline;
}

.prices__item-right {
	display: flex;
	align-items: center;
	justify-content: center;
/*     width: 110px; */
/*     min-width: 110px; */
    text-align: right;
	padding: 10px;
}

.prices__item:first-child {
/*     font-size: 18px; */
/*     font-weight: 700 */
}

.prices-btn {
    margin: 50px auto 0
}

.advantages {
    position: relative
}

.advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
/* 	direction: rtl; */
}

.advantages__item {
    width: 20%;
    padding: 0 20px;
    text-align: center;
    margin-top: 50px
}

.advantages__item-icon {
    width: 150px;
    height: 150px;
    background-image: url(../img/hexagonal.svg);
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.advantages__item-icon img {
    width: 70px;
    height: auto;
    display: block
}

.advantages__item-title {
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0
}

.advantages__item-text {
    font-size: 16px;
}

.order-btn {
    margin: 50px auto 0
}

.certificates {
    position: relative
}

.certificates-list {
    margin: 40px -20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.certificates-block {
    padding: 0 20px;
    width: 33.333%;
    margin-top: 40px
}

.certificates-item {
    text-decoration: none;
    display: block;
    outline: 0;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.certificates-item:hover {
    opacity: .7
}

.certificates-item img {
    width: 100%
}

.contact {
    position: relative;
    overflow: hidden
}

.contact-wrapper {
    width: 500px;
    max-width: 100%;
    padding-top: 20px
}

.contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    color: #fff;
    position: relative;
    z-index: 2
}

.contact__item img {
    width: 24px;
    height: auto;
    display: block;
    margin-right: 10px
}

.contact__item span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-right: 4px
}

.contact__item p {
    font-size: 18px;
    font-weight: 400
}

.contact__item p a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    display: inline-block
}

.contact__item p a:hover {
    text-decoration: underline;
    color: #fff
}

.contact-img {
    position: absolute;
    right: -75px;
    bottom: -50px
}

.footer {
    position: relative;
    padding: 40px 0
}

.footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-block {
    width: 33.3333%
}

.footer-btn {
    margin-left: auto
}

.footer-logo {
    text-decoration: none;
    outline: 0;
    display: inline-block
}

.footer-nav {
    padding: 0;
    margin: 0;
    text-align: center
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 15px
}

.footer-nav ul li a {
    color: #232323;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-weight: 400
}

.footer-nav ul li a:hover {
    text-decoration: underline;
    color: #232323
}

.footer-copy {
    text-align: center;
    font-weight: 400;
    margin-top: 20px
}

[data-tabs-content], [data-sub-tabs-content] {
	display: none;
	opacity: 0;
}

[data-tabs-content]:first-child, [data-sub-tabs-content]:first-child {
	display: block;
	opacity: 1;
}

.about-course {
	position: relative;
/* 	direction: rtl; */
}

.about-course__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 70px;
	direction: rtl;	
}

.about-course__title {
	margin: 0 0 50px 0;
}

.about-course__text {
	margin: 0 0 15px 0;	
	direction: ltr;
	font-size: 20px;
    line-height: 150%;
}

.about-course__img {
	border-radius: 15px;
	overflow: hidden;
}

.about-course__img img {
	display: block;
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.steps {
	position: relative;
/* 	direction: rtl;	 */
}

.steps-title {
	font-size: 50px;
	margin: 0 0 70px 0;
	color: #fff;
}

.course-steps {
	position: relative;	
	margin: auto;
	color: #fff;
}
.course-steps::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 3px;
	height: 100%;
	background: #fff;
	transform: translateX(-50%);
}
.course-steps__step {
	display: flex;
	align-items: center;
	position: relative;
	margin: 20px 0;
}

.course-steps__day-wrapper {
	display: flex;
	background: #f3f3f3;
	padding: 15px;
	margin: 10px 0;
	border-radius: 5px;
}

.course-steps__day-wrapper > span {
	font-size: 20px;
	margin: 0 0 0 7px;
}

.course-steps__day {
	font-size: 25px;
	font-weight: 700;
}


.course-steps__day ul {
	padding-left: 20px;
}

.course-steps__day-number {	
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	background-color:  #ce0de9;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);	
	z-index: 2;
}
.course-steps__day-number::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -10px;
    border-right: 10px solid  #ce0de9;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.course-steps__step:nth-child(even) .course-steps__day-content {
	margin: 0 0 0 auto;	
}

.course-steps__step:nth-child(even) .course-steps__day-number::before {
    left: initial;
	right: -8px;
	transform: rotate(180deg);
}
.course-steps__day-content {
/* 	background: #f3f3f3; */
	padding: 15px;
	border-radius: 5px;
	width: 45%;
}

.course-steps__day-title {
	font-size: 30px;
	margin: 0 0 60px 0;
	text-align: center;
	
}

.course-steps__day ul {
	padding: 0 20px 0 0;
}

.course-steps__day-item {
	font-size: 22px;
}
.course-steps__day-item:not(:last-child) {
	margin: 0 0 15px 0;
}

.form-wrapper {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
/* 	direction: rtl; */
	text-align: right;
	display: flex;
	flex-direction: column;
	
}

.form-wrapper p:not(:last-child){
	margin: 0 0 15px 0;
}

.form-input {    
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #f4caff;
  padding: 10px;
/*   text-align: right; */
/*   direction: rtl; */
  transition: all 0.3s ease;
}

.form-input:focus {
	border: 1px solid #ce0de9;
	box-shadow: 0px 0px 20px 1px #fff;
}

.form-wrapper p input.main-btn.btn {
	margin-top: 30px;
}

.form-section__title {
	margin: 0 0 50px 0;
}

@media only screen and (min-width:2000px) {
    .main {
        background-position: left center
    }
}

@media only screen and (max-width:1380px) {
    .container {
        width: 930px
    }

    .wave-top {
        height: 70px
    }

    .wave-bottom {
        height: 70px
    }

    .main {
        padding: 150px 0
    }
	.main-wrapper__buttons {
		margin: 0 auto;
	}

    .header-text span,
    .header-textLink {
        font-size: 14px
    }

    .header-logo {
        width: 150px
    }

    .header-logo img {
        width: 100%;
        height: auto;
        display: block
    }

    .prices__item-right {
/*         width: 90px;
        min-width: 90px */
    }

    .padding {
        padding: 50px 0
    }

    .padding.pt-top {
        padding-top: 100px
    }

    .padding.wave {
        padding: 100px 0
    }

    .stock-block {
        padding: 0 10px;
        margin-top: 20px
    }

    .stock-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .header-block.tablet {
        display: none
    }

    .advantages__item {
        width: 33.333%;
        margin-top: 30px
    }

    .contact-img {
        width: 500px
    }

    .main {
        display: block;
        height: auto;
        background-image: none;
        background-color: #10c0d4;
        text-align: center;
        margin: 0;
        padding: 50px 0
    }

    .main-mobile {
        display: block
    }

    .main-wrapper {
        width: 100%
    }

    .main-btn {
        margin-left: auto;
        margin-right: auto
    }

    .header {
        position: relative
    }
	
	.prices-names {
		grid-template-columns: 278px minmax(auto, 636px) 97.5px 97.5px;
	}
	
	.prices-name:nth-child(2) {
		display: flex;
		align-items: center;
	}
	
	.prices__tabs-name {
		text-align: center;
	}
	
	.about-course__content {
		grid-template-columns: 40% 60%;
		gap: 50px;
	}
	.about-course__title {
		margin: 0 0 35px 0;
	}
	.about-course__text {
        font-size: 16px;
	    line-height: 130%;
	}
	.steps-title {
		font-size: 36px;
	}
	.header__site-link {
		display: none;
	}
	.course-steps__day-number {	
		width: 70px;
		height: 70px;
		font-size: 24px;
	}
	.course-steps__day-title {
		font-size: 20px;
		margin: 0 0 30px 0;		
	}
	.course-steps__day-item {
		font-size: 18px;
	}
}

@media only screen and (max-width:992px) {
    .container {
        width: 730px
    }

    .wave-top {
        width: 1000px;
        left: -webkit-calc(50% - 500px);
        left: calc(50% - 500px);
        height: 60px
    }

    .wave-bottom {
        width: 1000px;
        left: -webkit-calc(50% - 500px);
        left: calc(50% - 500px);
        height: 60px
    }

    .main-img {
        width: 430px;
        height: auto;
        top: 0
    }

    .main-wrapper {
        width: 100%
    }
	
	.main-title {
		font-size: 38px; 
	}

    .main-subtitle {
        font-size: 18px;
        margin: 25px 0
    }

    .main {
        padding: 50px 0
    }

    .prices__tabs-item {
        padding: 10px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        font-size: 12px
    }

    .certificates-block {
        width: 50%
    }

    .footer-list {
        display: block;
        text-align: center
    }

    .footer-block {
        width: 100%
    }

    .footer-btn {
        margin: 0 auto
    }

    .footer-nav {
        margin: 20px 0
    }

    .header {
        padding-bottom: 70px
    }
	
	.prices-names {
		grid-template-columns: 218px minmax(auto, 636px) 76.5px 76.5px;
	}
	.prices__item-left {
		font-size: 14px;
	}
	.about-course__content {
        grid-template-columns: inherit;
        gap: 40px;
    }
	.advantages__item-icon {
		width: 120px;
		height: 120px;
		background-size: 120px;
	}
	.advantages__item-text {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
    .container {
        width: 530px
    }

    .header-block.mobile {
        display: none
    }

    .wave-top {
        width: 800px;
        left: -webkit-calc(50% - 400px);
        left: calc(50% - 400px);
        height: 40px
    }

    .wave-bottom {
        width: 800px;
        left: -webkit-calc(50% - 400px);
        left: calc(50% - 400px);
        height: 40px
    }

    .main-img {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 10px auto;
        display: block;
        max-width: 100%;
        width: 300px
    }

    .main {
        text-align: center
    }

    .main-wrapper {
        width: 100%
    }

    .main-btn {
        margin: 0 auto
    }

    .title {
        font-size: 24px
    }

    .title img {
        width: 130px
    }

    .title span {
        margin-bottom: 5px
    }

    .stock-block {
        width: 50%
    }

    .gallery-block {
        width: 50%
    }

    .prices__item:first-child {
        font-size: 14px
    }

    .prices__item {
        font-size: 14px;
		grid-template-columns: 75% 25%; 
/*         padding: 8px */
		
    }
	
	.prices__item-left {
		grid-column: 1/2;
		grid-row: 1/3;
		height: 100%;
	}
	
	.prices__item-time {
		grid-column: 2/3;
		grid-row: 1/2;
		border-bottom: 1px solid #eee;
		align-items: flex-end;
	}
	
	.prices__item-right {
		grid-column: 2/3;
		grid-row: 2/3;
		width: auto;
		min-width: inherit;
		align-self: baseline;
	}

    .gallery-btn {
        margin-top: 25px
    }

    .advantages__item {
        width: 50%
    }

    .order-btn {
        margin-top: 25px
    }

    .certificates-block {
        padding: 0 10px;
        margin-top: 20px
    }

    .certificates-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 30px
    }

    .contact-img {
        display: none
    }

    .contact__item {
        margin-top: 20px
    }

    .contact__item p,
    .contact__item span {
        font-size: 16px
    }

    .footer {
        padding: 25px 0
    }

    .header {
        padding-bottom: 50px
    }	
	
	
	.prices-names {		
		grid-template-columns: minmax(30%, 159px) minmax(50%, 277.5px) 1fr;
	}
	
	.prices-name {		
		font-size: 14px;
	}
	.prices-name:nth-child(1) {
		grid-column: 1/2;
		grid-row: 1/3;			
	}	
	.prices-name:nth-child(2) {
		grid-column: 2/3;
		grid-row: 1/3;		
	}	
	
	.prices-name:nth-child(3) {
		grid-column: 3/4;
		grid-row: 1/2;		
		border-bottom: 1px solid #eee;			
	}	
	.prices-name:nth-child(4) {
		grid-column: 3/4;
		grid-row: 2/3;
		font-size: 14px;
	}	
	
	.prices__item-time {
/* 		align-items: flex-end; */
/* 		width: 90px; */
/* 		min-width: 90px; */
/* 		padding-right: 10px; */
	}
	.prices__item-right {
		display: flex;
		align-items: flex-start;
		justify-content: center;
/* 		width: 80px; */
/*     	min-width: 80px; */
	}
	.about-course__text {
		font-size: 14px;
		text-align: center;
		
	}
	.about-course__text:nth-child(3) {
		font-weight: bold;
		width: fit-content;
		margin: 0 auto 15px;
		font-size: 16px;
		text-align: left;
	}
	
	.course-steps__step{
		border-bottom: 1px solid #fff;
	}
	.course-steps__day-content {
		width: 70%;
	}
	.course-steps::before {
		display: none;
	}
	
	.course-steps__step:nth-child(odd) .course-steps__day-number {
		left: 80%;
	}
	.course-steps__step:nth-child(even) .course-steps__day-number {
		left: 20%;
	}
}

@media only screen and (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px
    }

    .header-logo {
        width: 120px;
        margin-right: auto
    }

    .header-textLink {
        display: none
    }

    .header {
        padding: 15px 0 10px
    }

    .prices__tabs-item {
/*         width: 50%; */
        padding: 7px 0
    }	
	
	.prices-name {		
		flex-grow: 1;
		text-align: center;
		font-size: 14px;
	}
	

	
	.prices-name:nth-child(2) {	
		justify-content: center;		
	}
	.prices-name:nth-child(3) {
		justify-content: center;		
	}

    .prices__tabs-item:last-child {
        border-right: 1px solid #d9d9d9
    }

/* 	.prices__tabs-item {
		border: 1px solid #ccc;	
	} */
	
	.prices__item {
		padding: 0px;
	}	

    .prices__item-right {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
/*         width: 60px; */
/*         min-width: 60px */
    }

    .prices-btn {
        margin-top: 30px
    }

    .stock-block {
        width: 100%;
        padding: 0
    }

    .stock-list {
        margin-left: 0;
        margin-right: 0
    }

    .gallery-block {
        padding: 0 5px;
        margin-top: 10px
    }

    .gallery-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 15px
    }

    .advantages__item {
        width: 100%
    }

    .advantages__item-title {
        margin: 8px 0
    }

    .certificates-block {
        padding: 0;
        margin-top: 20px;
        width: 100%
    }

    .certificates-list {
        margin: 30px 0 0;
        display: block
    }

    .header {
        padding-bottom: 50px
    }
	.main-wrapper__buttons {
		flex-direction: column;
	}
	.main-btn:last-child {
  		margin: 20px auto 0;
    }
	
	.prices-names {		
		grid-template-columns: minmax(25%, 162.8px) minmax(45%, 286.6px) minmax(75px, 95px);
	}
	.course-steps__day-content {
		width: 80%;
	}
	.course-steps__step:nth-child(odd) .course-steps__day-number {
		left: 90%;
	}
	.course-steps__step:nth-child(even) .course-steps__day-number {
		left: 10%;
	}
}
@media only screen and (max-width:425px) {
	
	.prices__tabs-name {
		padding: 16px 10px;
	}
	
	.prices__item {
		padding: 10px 0;
	}
	
	.prices__item-left {
		max-height: 200px;
		overflow: auto;	
	}	

	.prices__item-time {
	}
	.prices__item-right {
	}
	.prices__item {
    	font-size: 13px;
	}	
	.prices__item:first-child {
    	font-size: 14px;
    	line-height: 16px;				
	}	
	.prices-names {		
		grid-template-columns: minmax(87px, 117px) minmax(150px, 206px) minmax(50px, 68px);
	}
	.course-steps__day-number {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
	.course-steps__day-content{
		padding: 10px;
	}
	.course-steps__day-title {
		font-size: 18px;
	}
	.course-steps__day-item {
		font-size: 16px;
	}
}	

@media only screen and (max-width:375px) {
	.prices-names {		
		grid-template-columns: minmax(86px, 102.5px) minmax(150px, 206px) minmax(50px, 68px);
	}
}