body {
	font-family: 'OpenSans';
    background: #f2efea;
}
a {
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/* header *****************************************************************************************/
header {
    background: #026D81;
}
.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 60px 0;
}
.empty-space {
    flex: 1;
}
.header-contacts {
    display: flex;
    align-items: center;
    flex: 5;
    justify-content: center;
    font-family: 'Inter';
}
.header-contacts-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header-contacts-item:last-child {
    margin-right: 0;
}
.header-contacts-item img {
    margin-right: 10px;
}
.header-contacts-item a, .header-contacts-item p {
    font-size: 10px;
    color: #fff;
    margin: 0;
}
.header-language {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
    font-family: 'Inter-Bold';
}
.header-language-item {
    padding: 1px 10px 9px;
    background: #015C6D;
    border: 1px solid #015C6D;
}
.header-language-item.active {
    background: #F15B29;
    border: 1px solid #f5845f;
    border-bottom: 1px solid #F15B29;
}
.header-language-item a {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}
.header-bottom-wrap {
    position: relative;
}
.header-bottom-wrap:before, .header-bottom-wrap:after {
    width: 55px;
    height: 100px;
    box-shadow: 0 15px 15px -15px #0000003b;
    position: absolute;
    top: 15px;
    z-index: 2;
}
.header-bottom-wrap:before {
    content: url(../img/header-menu-before.png);
    left: -35px;
}
.header-bottom-wrap:after {
	content: url(../img/header-menu-after.png);
    right: -35px;
}
.header-bottom-outer {
    padding: 12px 0;
    background: #fcf7f1;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 15px -15px #0000003b;
}
.header-bottom-inner-border-top, .header-bottom-inner-border-bottom {
	background: repeating-linear-gradient(90deg, #bdb9b5, #bdb9b5 8px, #fff0 8px, #fff0 12px);
	position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}
.header-bottom-inner-border-top {
    top: 12px;
}
.header-bottom-inner-border-bottom {
    bottom: 12px;
}
.header-bottom-inner {
    background: #FCF7F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    height: 76px;
    box-shadow: 0 0 15px #00000038;
}
.header-logo {
    flex: 1;
}
.header-logo img {
    width: 110px; 
}
#home .header-logo img {
    visibility: hidden;
}
.header-menu {
   font-family: 'Impact';
   display: flex;
   flex: 5;
   align-items: center;
   justify-content: center;
}
.header-menu-item {
    font-size: 12px;
    color: #222;
    padding: 0 30px;
    text-transform: uppercase;
}
.header-link {
    display: flex;
    flex: 1;
    justify-content: end;
}
.header-link a {
    font-family: 'Roboto-Bold';
    font-size: 12px;
    color: #fff;
    background: #00BFFF;
    padding: 7px 32px;
    border-radius: 4px;
}

/* main-hero *****************************************************************************************/
.main-hero {
    background: #e0e1db;
    position: relative;
}
.hero-swiper {
    height: calc(100vh - 139px);
    padding: 0 20px;
}
.hero-swiper .swiper-wrapper {
    background: url(../img/main/hero-bg.jpg) no-repeat 70% 50%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 15px #00000042;
    height: calc(100% - 100px);
}
.hero-swiper .swiper-slide {
    display: flex;
    height: 100%;
    align-items: center;
}
.hero-swiper .swiper-slide-next, .hero-swiper .swiper-slide-prev {
    opacity: 0 !important; 
}
.hero-swiper-inner {
    width: 48%;
    padding-left: 140px;
}
.hero-swiper-title {
    font-family: 'Matinee Idol';
    font-size: 32px;
    color: #026D81;
    margin: 20px 0;
}
.hero-swiper-text {
    font-size: 14px;
    color: #969696;
    margin-bottom: 25px;
}
.main-button {
    width: 160px;
    height: 54px;
    background: #00BFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    font-family: 'Inter-SemiBold';
}
.hero-swiper-button-prev {
    content: url(../img/main/slider-prev.png);
    width: 120px;
    height: 86px;
    left: 0;
}
.hero-swiper-button-next {
    content: url(../img/main/slider-next.png);
    width: 120px;
    height: 86px;
    right: 0;
}
.hero-swiper-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    background: #e0e1db;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 15px #00000042;
}
.hero-swiper-pagination-line {
    position: absolute;
    top: 49px;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background: #BDB9B5;
}
.hero-swiper-pagination {
    position: relative;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    background: #e0e1db;
}
.hero-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #bdb9b5;
    margin: 0 30px 0 0 !important;
}
.hero-swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0 !important; 
}
.swiper-pagination-bullet-inner {
    font-family: 'AlumniSans-Medium';
    font-size: 24px;
    color: #000; 
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BDB9B5;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.hero-swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-inner {
    background: #EF5B29;
    color: #fff; 
}
.main-hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #f2efea;
}

/* main-about *****************************************************************************************/
.border-wrap {
    padding: 0 20px;
    position: relative;
}
.border-wrap:before, .border-wrap:after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.border-wrap:before {
    background: url(../img/border-wrap-before.png) repeat;
    left: 0;
}
.border-wrap:after {
    background: url(../img/border-wrap-after.png) repeat;
    right: 0;
}
.border-inner {
    padding: 85px 40px;
    background-color: #fcf7f1;
    box-shadow: 0 0 30px #00000063;
}
.main-about .border-inner .row {
    align-items: center;
}
.border-inner .col-md-6 {
    align-items: center;
}
.main-about-left img {
    width: 100%; 
}
.main-about-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.main-title {
    font-family: 'Oswald-Bold';
    font-size: 36px;
    color: #026D81;
    margin: 0; 
    text-transform: uppercase;
}
.main-about .main-title {
    font-size: 48px;
    line-height: 48px;
}
.main-about-stripes {
    display: flex;
    width: calc(100% - 150px);
    height: 41px;
    background: url(../img/main/stripes-bg.png) repeat;
}
.main-about-text {
    font-size: 14px;
    color: #969696;
}
.main-about-line {
    width: 100%;
    height: 2px;
    display: block;
    background: #026D81;
    margin-top: 37px;
}
.section-wrap {
    padding: 0 20px;
}
.main-about-bottom-wrap {
    padding: 60px 40px;
    box-shadow: 0 0 15px #00000042;
}
.main-about-bottom-inner {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #d9d9d9;
}
.main-about-bottom-image {
    width: 100%;
    margin-bottom: 5px;
}
.main-about-bottom-number {
    font-family: 'Anton';
    font-size: 40px;
    color: #026D81;
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
}
.main-about-bottom-text {
    font-family: 'Roboto';
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin: 0; 
}

/* main-advantages *****************************************************************************************/
.main-advantages .border-inner {
    padding: 60px 40px 100px;
    background: url(../img/main/advantages-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-advantages-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.main-advantages-title {
    font-family: 'Oswald-SemiBold';
    font-size: 36px;
    color: #026D81;
    margin: 0;
    text-transform: uppercase;
}
.main-advantages-stripes {
    display: flex;
    height: 24px;
    width: 30%;
    background: repeating-linear-gradient(180deg, #d6d2cd, #d6d2cd 1px, #fff0 1px, #fff0 6px);
}
.main-advantages-inner {
    margin-bottom: 40px;
    text-align: center;
}
.main-advantages-text {
    font-family: 'OpenSans-SemiBold';
    margin: 10px 0;
    font-size: 18px;
    color: #026D81;
    text-transform: uppercase;
}
.main-advantages-description {
    color: #969696;
    margin: 0;
}

/* main-price *****************************************************************************************/
.main-price-wrap {
    background: url(../img/main/price-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px #00000042;
}
.main-price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main-price-title {
    font-family: 'Oswald-SemiBold';
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.main-price-text {
    font-family: 'Roboto';
    color: #fff;
    margin: 0;
}

/* main-gallery *****************************************************************************************/
.main-gallery .border-inner {
    padding: 40px 40px 76px;
}
.main-gallery-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; 
}
.main-gallery-stripes {
    display: flex;
    height: 12px;
    width: 40%;
    background: linear-gradient(180deg, #d6d2cd, #d6d2cd 4px, #fff0 4px, #fff0 11px, #d6d2cd 11px, #d6d2cd 12px);
}
.main-gallery-title {
    font-family: 'Oswald-SemiBold';
    text-transform: uppercase;
    color: #026D81;
    font-size: 36px;
    margin: 0;
}
.main-gallery-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}
.main-gallery-menu-wrap {
    position: relative;
    box-shadow: 0 0 15px #0000006b;
}
.main-gallery-menu-wrap .header-bottom-inner-border-top, .main-gallery-menu-wrap .header-bottom-inner-border-bottom {
    background: repeating-linear-gradient(90deg, #f5845f, #f5845f 8px, #fff0 8px, #fff0 12px);
    z-index: 2;
}
.main-gallery-menu-wrap .header-bottom-inner-border-top {
    top: 9px;
}
.main-gallery-menu-wrap .header-bottom-inner-border-bottom {
    bottom: 9px;
}
.main-gallery-menu-wrap:before, .main-gallery-menu-wrap:after {
    position: absolute;
    z-index: 1;
    top: 10px;
    height: 60px;
    width: 40px;
}
.main-gallery-menu-wrap:before {
    content: url(../img/gallery-menu-before.png);
    left: -30px;
}
.main-gallery-menu-wrap:after {
    content: url(../img/gallery-menu-after.png);
    right: -30px;
}
.main-gallery-menu-inner {
    display: flex;
    align-items: center;
    position: relative;
    background: #F15B29;
    z-index: 2;
}
.main-gallery-menu-star {
    padding: 0 22px;
}
.main-gallery-menu-item {
    font-family: 'Inter-Medium';
    color: #fff;
    padding: 18px;
}
.main-gallery-menu-item:hover {
    background: #FD7346;
}
.main-gallery-menu-item.active {
    background: #FD7346;
}
.main-gallery-col {
    display: none;
}
.main-gallery-col.show {
    display: block;
}
.main-gallery-inner {
    padding: 15px;
    background: #fff;
    margin-bottom: 24px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.main-gallery-inner:hover {
    transform: rotate(-3deg);
    box-shadow: 0 10px 10px #0000003b;
}
.main-gallery-inner img {
    width: 100%; 
}
#galleryModal .modal-dialog {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
}
#galleryModal .modal-content {
    border: none;
    border-radius: 0;
}
#galleryModal .modal-body {
    padding: 0;
}
#galleryModal .modal-close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: url(../img/modal-close.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    border: none;
}
#galleryModal .carousel-inner img {
    width: 100%; 
}
#galleryModal .carousel-control-next {
    right: -150px;
}
#galleryModal .carousel-control-prev {
    left: -150px;
}

/* main-team *****************************************************************************************/
.main-team-wrap {
    padding: 60px 40px 80px;
    box-shadow: 0 0 15px #00000042;
}
.main-form-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #f2efea;
}
.main-team-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.main-team-stripes {
    display: flex;
    height: 30px;
    width: 35%;
    background: repeating-linear-gradient(90deg, #d6d2cd, #d6d2cd 1px, #fff0 1px, #fff0 6px);
}
.main-team-text {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
.main-team-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    margin-bottom: 24px;
}
.main-team-left {
    width: 220px;
    margin-right: 20px;
}
.main-team-left img {
    width: 220px;
}
.main-team-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-team-right-name {
    font-family: 'Inter-Bold';
    font-size: 20px;
    color: #026D81;
    margin-bottom: 4px;
}
.main-team-right-title {
    font-family: 'Inter';
    color: #969696;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #969696;
}
.main-team-right-text {
    font-family: 'Inter';
    font-size: 14px;
    margin-bottom: 20px;
    color: #969696;
}
.main-team-right-socials {
    display: flex;
    align-items: center;
}
.main-team-right-socials img {
    margin-right: 10px; 
}

/* main-form *****************************************************************************************/
.main-form {
    background: #026D81;
    position: relative;
}
.main-form .border-inner {
    background: url(../img/form-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-form-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.main-form-title-wrap .main-about-stripes {
    width: calc(100% - 320px);
    height: 31px;
}
.main-form-text {
    color: #969696;
    margin-bottom: 40px;
}
.footer-form {
    display: flex;
    flex-direction: column;
}
.footer-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-form-group label {
    font-family: 'Inter-Bold';
    color: #222222;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-form-group input, .footer-form-group textarea {
    height: 60px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding-left: 20px;
    font-size: 14px;
}
.footer-form-group textarea {
    padding-top: 17px; 
}
#footer-form-send {
    width: 100%;
    height: 60px;
    background: #00BFFF;
    border: 1px solid #00a3d9;
    color: #fff;
    font-family: 'Inter-SemiBold';
    margin-top: 10px;
}
#footer-form-send.hide {
    display: none;
}
#footer-form-sent {
    width: 100%;
    height: 60px;
    background: #00BFFF;
    border: 1px solid #00a3d9;
    color: #fff;
    font-family: 'Inter-SemiBold';
    margin-top: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#footer-form-sent.show {
    display: flex;
}
.main-form-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.main-form-right img {
    width: 100%; 
}

/* footer *****************************************************************************************/
footer {
    background: #026D81;
}
.footer-top {
    border-bottom: 1px solid #4192a1;
}
.footer-wrap {
    padding: 0 20px;
}
.footer-top-inner {
    padding: 60px 40px 40px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer-col {
    display: flex;
    flex-direction: column;
}
.footer-title {
    font-family: 'Inter-SemiBold';
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-text {
    font-family: 'Inter';
    font-size: 10px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-socials img {
    margin-right: 10px;
}
.footer-bottom-inner {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-inner p, .footer-bottom-inner a {
    font-family: 'Inter';
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/* breadcrumbs *****************************************************************************************/
.breadcrumbs-wrap {
    padding: 0 20px;
}
.breadcrumbs-inner {
    padding: 0 40px 40px;
    box-shadow: 0 0 15px #00000042;
}
.breadcrumbs-text, .breadcrumbs-text a {
    padding-top: 15px; 
    font-size: 12px;
    margin: 0;
    color: #F15B29;
}
.team-description .border-inner {
    padding: 30px 40px; 
}
.team-description .main-title {
    margin-bottom: 13px; 
}
.team-text {
    color: #969696;
    margin-bottom: 40px;
}
.team-text.dark {
    color: #222222;
    margin-bottom: 0;
}

/* team-cards *****************************************************************************************/
.team-cards-wrap {
    padding: 60px 40px;
    box-shadow: 0 0 15px #00000042;
}
.team-cards-outer {
    padding: 20px;
    position: relative;
    height: 100%;
}
.team-cards-inner {
    background: #fff;
    padding: 30px;
    height: 100%;
    border: 1px solid #D9D9D9;
}
.team-cards-image {
    width: 100%;
    margin-bottom: 20px;
}
.team-cards-name {
    font-family: 'Inter-Bold';
    font-size: 24px;
    color: #363636;
    margin-bottom: 20px;
}
.team-cards-title {
    color: #00BFFF;
    margin-bottom: 11px;
}
.team-cards-text {
    font-size: 14px;
    color: #969696;
    margin-bottom: 50px;
}
.team-cards-socials {
    position: absolute;
    bottom: 0;
    left: 8px;
}
.team-cards-socials-inner {
    position: absolute;
    bottom: 21px;
    width: 100%;
    left: 0;
}
.team-cards-socials-item {
    margin-left: 30px;
}
.path-1, .path-2 {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.team-cards-socials:hover .path-1 {
    fill: #026D81;
}
.team-cards-socials:hover .path-2 {
    fill: #004855;
}

/* workshop *****************************************************************************************/
.workshop-main-wrap {
    padding: 0 40px 50px;
    box-shadow: 0 0 15px #00000042;
}
.workshop-main.dark .workshop-main-wrap {
    background: #f2efea;
}
.workshop-main.light .workshop-main-wrap {
    background: #fcf7f1;
}
.workshop-main .col-md-8 {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
.workshop-main .main-title {
    font-size: 40px;
    margin-bottom: 30px; 
}
.workshop-text {
    font-family: 'Inter';
    color: #969696;
    margin-bottom: 100px;
}
.workshop-image {
    width: 100%;
    margin-bottom: 50px;
}
.workshop-number {
    width: 100%;
    position: relative;
    z-index: 2;
}
.workshop-main-wrap .col-md-4.col-8 {
    position: relative;
}
.workshop-background {
    position: absolute;
}
.workshop-background.workshop-background-01 {
    top: 330px;
    left: 10px;
}
.workshop-title {
    font-family: 'Oswald-Bold';
    font-size: 32px;
    color: #026D81;
    text-align: center;
    margin-bottom: 40px;
}
.workshop-list {
    font-family: 'Inter';
    color: #222222;
    margin-bottom: 100px; 
}
.workshop-background.workshop-background-02 {
    top: 500px;
    left: 0;
}
.workshop-background.workshop-background-03 {
    top: 350px;
    left: -28px;
}
.workshop-background.workshop-background-04 {
    top: 600px;
    right: -28px;
}
.workshop-main.last .workshop-image {
    margin-bottom: 0; 
}
.d-flex.align-items-center .workshop-image {
    width: 50%; 
}

/* services *****************************************************************************************/
.services-first .main-advantages-title-wrap {
    padding-top: 50px; 
}
.services-first-text {
    font-family: 'Inter';
    color: #969696;
    margin-bottom: 30px;
}
.services-first-title {
    font-family: 'Inter-Bold';
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.services-main-wrap {
    padding: 0 20px;
    position: relative;
}
.services-main-wrap:before {
    background: url(../img/services/border-before.png) repeat;
    left: 0;
}
.services-main-wrap:after {
    background: url(../img/services/border-after.png) repeat;
    right: 0;
}
.services-main-wrap:before, .services-main-wrap:after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.services-main-inner {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 30px #00000063;
}
.services-main-image {
    width: 100%;
}
.services-main-list {
    font-family: 'Inter';
    color: #000;
    padding-left: 25px;
    margin: 0;
}
.services-empty-space-wrap {
    padding: 0 20px;
    height: 40px;
}
.services-empty-space-inner {
    height: 100%;
    box-shadow: 0 0 15px #00000042;
}
.services-empty-space-wrap.last {
    height: 140px;
}

/* gallery *****************************************************************************************/
.services-empty-space.gallery .services-empty-space-wrap {
    height: 60px;
}

/* prices *****************************************************************************************/
.prices-first .workshop-main-wrap {
    padding-bottom: 80px;
}
.prices-first .main-advantages-title-wrap {
    margin-top: 50px; 
}
.prices-first .main-about-stripes {
    width: 20%;
    height: 31px;
}
.prices-block {
    background: #fff;
    margin-bottom: 30px;
}
.prices-block-image {
    width: 100%;
}
.prices-block-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prices-tabs {
    list-style: none;
    padding: 0 24px;
    margin: 0;
}
.prices-tabs-item {
    position: relative;
    height: 40px;
    background: #F15B29;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}
.prices-tabs-item:hover {
    background: #026D81;
}
.prices-before, .prices-after {
    position: absolute;
}
.prices-before {
    left: 0;
}
.prices-after {
    right: 0;
}
.prices-tabs-item:before, .prices-tabs-item:after {
    content: url(../img/icon-star-white.png);
    position: absolute;
    top: 10px;
    z-index: 2;
}
.prices-tabs-item:before {
    left: 30px;
}
.prices-tabs-item:after {
    right: 30px;
}
.prices-tabs-item .nav-link {
    font-family: 'Inter-Bold';
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.prices-tabs-item .nav-link:hover {
    background: #026D81;
}
.prices-tabs-item .nav-link.active {
    background: #026D81;
}
.prices-tabs-item .header-bottom-inner-border-top, .prices-tabs-item .header-bottom-inner-border-bottom {
    background: repeating-linear-gradient(90deg, #f5845f, #f5845f 8px, #fff0 8px, #fff0 12px);
    left: 2px;
    width: calc(100% - 4px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.prices-tabs-item .header-bottom-inner-border-top {
    top: 4px;
}
.prices-tabs-item .header-bottom-inner-border-bottom {
    bottom: 4px;
}
.prices-tabs-item .nav-link.active .header-bottom-inner-border-top, .prices-tabs-item .nav-link.active .header-bottom-inner-border-bottom {
    background: repeating-linear-gradient(90deg, #4192A1, #4192A1 8px, #fff0 8px, #fff0 12px);
}
.prices-tabs-item .nav-link:hover .header-bottom-inner-border-top, .prices-tabs-item .nav-link:hover .header-bottom-inner-border-bottom {
    background: repeating-linear-gradient(90deg, #4192A1, #4192A1 8px, #fff0 8px, #fff0 12px);
}
.prices-first .main-advantages-stripes {
    width: 100%;
    margin-bottom: 10px;
}
.prices-tabs-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #b5b3af;
}
.prices-tabs-image {
    width: 100px;
}
.prices-tabs-right {
    width: calc(100% - 100px);
    padding: 10px 24px 0 20px;
}
.prices-tabs-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 5px;
}
.prices-tabs-name {
    font-family: 'Inter-Medium';
    font-size: 14px;
    color: #222;
    margin: 0;
    text-transform: uppercase;
}
.prices-tabs-price {
    font-family: 'Oswald-Bold';
    color: #026D81;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    margin-left: 15px;
}
.fade:not(.show) {
    display: none;
}
.prices-tabs-left {
    display: flex;
    flex-direction: column;
}
.prices-tabs-left .prices-tabs-image {
    margin-bottom: 20px; 
}
.prices-tabs-name span {
    color: #AB1C1F; 
}

/* faq *****************************************************************************************/
.faq-first .workshop-main-wrap {
    padding-bottom: 70px;
}
.faq-first .main-advantages-title-wrap {
    margin-top: 50px;
    margin-bottom: 40px;
}
.faq-first .main-about-stripes {
    width: 20%;
}
.accordion-item {
    margin-bottom: 20px;
    border: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    color: #222222;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button::after {
    content: url(../img/faq/down.svg);
    background-image: none;
    width: 40px;
    height: 40px;
    background-color: #F15B29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button {
    font-family: 'OpenSans-SemiBold';
    color: #222;
    font-size: 18px; 
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    padding-top: 0;
}
.accordion-body p {
    margin: 0;
    color: #969696;
}
.accordion-body p span {
    color: #00BFFF;
}