
@media (max-width: 1200px) {
  section.main .main__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
  }
}
section.main .main__content .r-img {
  /* margin-top: 2rem; */
}
@media (max-width: 1200px) {
  section.main .main__content .r-img {
    margin-left: -2rem;
    margin-top: 3rem;
  }
  .schedule .schedule-item .schedule-header .toggle-btn svg {
    height: 15px;
  }
}
section.main .main__content .content {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content {
    width: 100%;
  }
}
section.main .main__content .content h1 {
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content h1 {
    line-height: 1;
  }
}
section.main .main__content .content h1 span {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0;
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .content h1 span {
    font-size: 3.5rem;
    line-height: 1;
  }
}
section.main .main__content .content p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  section.main .main__content .content {
    width: 100%;
    padding-bottom: 0;
    padding-top: 3rem;
  }
}

section.main .main__content .btn {
  margin-top: 1rem;
}
section.main .main__content .r-text {
  width: 28%;
  border-radius: 2rem;
  color: #fff;
  padding: 2rem;
  background: radial-gradient(
    218.87% 155.14% at 5.03% -3.59%,
    #9a050c 0%,
    #670409 11.41%,
    #350306 38.72%,
    #1c0808 63.54%,
    #150909 84.8%,
    #0d0a0a 100%
  );
  position: relative;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text {
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}
section.main .main__content .r-text .date {
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text .date {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
section.main .main__content .r-text .adress {
  font-size: 1.55rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  section.main .main__content .r-text .adress {
    font-size: 2rem;
    max-width: 65%;
    line-height: 1.5;
  }
  section.main .main__content .r-text .adress br {
    display: none;
  }
}
section.main .main__content .r-text .time {
  font-size: 1.7rem;
  font-weight: 300;
}
@media (max-width: 1199px) {
  section.main .main__content .r-text .time {
    font-size: 2.4rem;
  }
}
section.main .main__content .r-text .btn {
  width: 100% !important;
  height: var(--h);
  text-align: center;
  margin-top: 3rem;
}
section.main .main__content .r-text .btn span {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.main .main__content .r-text {
    width: 100%;
  }
}
section.main .main__content .main__content-links {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
section.main .main__content .main__content-links > *:not(:last-child) {
  margin-right: 8rem;
}
section.main .main__content .main__content-links img {
  height: 7rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__content-links {
    margin-bottom: 3rem;
  }
}
section.main .main__content .subtitle {
  font-size: 2rem;
  margin-bottom: 5rem;
  font-weight: 300;
}
section.main .main__content h1 {
  line-height: 1;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  section.main .main__content h1 {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
section.main .main__content h1 span {
  font-size: 4rem;
}
section.main .main__content .main__text {
  margin-bottom: 1rem;
}
section.main .main__content ul {
  margin-bottom: 3rem;
}
section.main .main__content .main__btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__btns {
    width: 100%;
  }
  section.main .main__content .main__btns .btn {
    width: 100%;
  }
}
section.main .main__content .main__btns .red {
  background-color: var(--red);
  border-color: var(--red);
}
section.main .main__content .main__btns .red span {
  color: #fff;
}
section.main .main__content .main__btns > *:not(last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 1200px) {
  section.main .main__content .main__btns > *:not(last-child) {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
section.main .main__content .main__btns .btn.bordered {
  background-color: rgba(0, 0, 0, 0) !important;
}
section.main .main__content .main__btns .btn.bordered span {
  color: var(--text) !important;
}
section.main .main__content .main__date {
  display: flex;
  align-items: center;
  position: relative;
}
section.main .main__content .main__date > * {
  font-size: var(--fz-large);
  font-weight: 400;
  padding: 0 1.5rem;
}
section.main .main__content .main__date > * i {
  margin-right: 1rem;
}
section.main .main__content span.theme {
  color: var(--red);
}
section.main .main__content .main__description {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  margin-top: 2rem;
  width: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description {
    justify-content: center;
    width: calc(100% + 2rem);
  }
}
section.main .main__content .main__description > * {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 4rem;
  font-size: 2rem;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > * {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
section.main .main__content .main__description > *:first-child {
  width: 15rem;
  border-radius: 50%;
  height: 15rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:first-child {
    width: 10rem;
    height: 10rem;
  }
}
section.main .main__content .main__description > *:nth-child(2) {
  border-radius: 80px;
  border: 2px solid #fff;
  padding: 2.5rem 3rem;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:nth-child(2) {
    font-size: 2rem;
    padding: 3rem 2rem;
  }

  .skills-items > * {
    width: calc(100% - 3rem) !important;
  }
}
section.main .main__content .main__description > *:last-child {
  width: 16rem;
  border-radius: 50%;
  height: 16rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:last-child {
    width: 10rem;
    height: 10rem;
  }
}
section.main .main__content .main__description > * span {
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > * span {
    font-size: 2rem;
  }
}
section.main .main__content .main__description > * img {
  height: 4rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 1.25rem;
}
section.main .main__content .main__description > * p {
  white-space: nowrap;
  font-weight: 600;
  font-size: var(--fz-larger);
}
section.main .main__content .main__description > *:not(:last-child) {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  section.main .main__content .main__description > *:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.t-subtitle {
  display: flex;
}
.t-subtitle > * {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(10.3px);
  font-size: 1.3rem;
  /* color: #171717; */
}
.t-subtitle > *  img {
    margin-right: 0.6rem;
}
.main {
background-image: url('./img/bgbg.png');
background-size: contain;
background-color: #EBF0F4;
    background-position: bottom right ;
    background-repeat: no-repeat;
    margin-top: 6rem;
}

.main__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6rem;

}

.main__content .r-img {
  margin-right: -7rem;
}

.main__content .r-img img {
  width: 100%;
}

.main__content .content {
  padding-bottom: 6rem;
}

@media (max-width: 1200px) {
  .main__content {
    padding: 2rem;
  }
}
.main__content .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.main__content .btns > * {
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  .main__content .btns > * {
    margin-right: 1rem;
  }
}

.main__content p.text {
  font-size: 1.65rem;
  margin-top: 2rem;
  font-weight: 300;
}
.main__content .btns > * svg {
  margin-left: 0.7rem;
}

.main__content .btns > *:last-child {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #B6BCC3;
}



.main__content .btns > *:last-child span {
    color: #000 !important;
}


.about__info {
    display: flex;
    max-width: 70%;
    margin: 0 auto;


}


.about__info>* {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;

    padding: 1rem;
    border-radius: 1rem;

    display: flex;
    align-items: center;
    background: #FAFAFA;
    border: 1px solid #EDEDED;
}

html body h3 {
    text-align: center;
}

.about__info>*  img {
    width: 4rem;
    height: auto;
    margin-right: 1rem;
}


.about__info .text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}




.price__inner{
    display: flex;
    max-width: 70%;
    margin: 0 auto;
    

}

.pr {
    font-size: 3rem;
    font-weight: 600;
}

.format {
    background: #FAFAFA;
    border: 1px solid #EDEDED;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 1rem;
}


.b24-form-wrapper {
    background-color: transparent !important;
    margin: 0 !important;
    padding-top: 0 !important;
    
}

.pr__right  .btn {
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
}

.pr__right {
    background: #000;
    border: 1px solid #000;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
}


.format  h3 {
    text-align: left;
}
.price__inner>* {
    width: 50%;
    margin-right: 1rem;
    margin-bottom: 1rem;
   

}


.price__inner .format__inner2>* {
display: flex;
align-items: center;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 1rem;
display: flex;
align-items: center;
background: #fff;
border: 1px solid #EDEDED;
line-height: 1;

}



.price__inner .format__inner2>*  img {
    width: 2rem;
    margin-right: 0.4rem;
    margin-bottom: 0 !important;
}




.b24-form-content form>* {
    display: flex;
    flex-wrap: wrap;
}


section.order .order__content {
    max-width: 80% !important;
    margin: 0 auto;
}


.b24-form-content form>*>*:first-child {
width: 100% !important;
}


.b24-form-content form>*>* {
    width: calc(50% - 0.5rem);
    
}

.b24-form-content form>*>*:last-child {
    margin-left: 1rem;
}
.b24-form-wrapper {
    min-height:  auto !important;
}

.b24-form-btn-block {
    margin-left: 0 !important;
}




footer {
    padding: 3rem 0;
    background-color: #000;
}

.f_logo img {
    height: var(--logo);
}

.footer_logo {
    width: 35%;
    margin-right: 4rem;
}

.footer_contacts a {
    color: #fff !important;
}
.footer_bottom {
    padding-top: 3rem !important;
    margin-top: 3rem;
    border-top:  1px solid #7C7C7C;
}

.footer_bottom p {
    color: #7C7C7C;
    font-size: 1.2rem;
    max-width: 70%;
    font-weight: 300;
}

.footer_logo p {
    color: #7C7C7C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4rem 0 2rem 0;
}

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

.footer_contacts {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
}

.footer_contacts a {
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.2;
}

.footer_contacts a:hover {
    font-weight: 500;
}

.footer_contacts a.link {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    width: fit-content;

}

.footer_contacts a.mail {
    margin: 0.5rem 0 2rem 0;
    font-size: 1rem;
}

.footer_contacts a.wa {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.footer_contacts a.wa img {
    height: 15px;
    margin-right: 5px;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_bottom .social {
    display: flex;
    align-items: center;
}

.footer_bottom .social>*:not(:last-child) {
    margin-right: 0.5rem;
}

.footer_bottom .social>* img {
    height: 20px;
    object-fit: contain;
    transition: 0.3s;
}

.footer_bottom .social>*:hover img {
    transform: scale(0.9);
}

@media (max-width:767px) {

    .footer_content {
        flex-direction: column;
    }
    .footer_content p {
        padding: 2rem 0;
    }
    .footer_bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2rem;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_contacts {
        align-items: flex-start;
    }
    .log {
        height: 20px;
    }
    .f_logo img {
        height: 20px;
    }
    .navbar-collapse {
        background-color: #fff;
        border-bottom-left-radius: 1rem;
        border-bottom-bottom-radius: 1rem;
    }
}




.contact-item {
    display: flex;
    align-items: center;

  }
  
  .icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1f1f1f;
    position: relative;
  }
  
  .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  

  
  .text {
    display: flex;
    flex-direction: column;
  }
  
  .label {
 
    color: #aaa;
    text-transform: none !important;
    margin-bottom: 2rem;
    font-weight: 400 !important;
  }
  
footer a {
  
    color: #fff !important;
    text-decoration: none;
  }
  
footer a:hover {
    text-decoration: none !important;
    color: #E50914 !important;
    font-weight: 400 !important;
  }



.f_links {
    margin-top: 2rem;
    display: flex;
}


.f_links a {
    display: flex;
    color: #D1D1D1 !important;
    font-weight: 300;
    align-items: center;
    margin-right: 1.5rem;
}

.f_links  a:hover {
    color: #fff !important;
}

.f_links  a svg {
    width: 16px;
    margin-left: 0.4rem;
}
  .top-bar {
    display: flex;
  }
  .contact-item svg {
    margin-right: 1rem;
  }

  .contact-item {
    text-align: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }


  .main__content .btns > *:last-child:hover span {
    color: #fff !important;
  }

.btns > *:last-child:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff !important;
  }

 .btns > *:last-child:active {
    box-shadow: none !important;
  }