@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;900&display=swap");
* {
  box-sizing: border-box;
}

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

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

input, button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.content {
  width: 100%;
  max-width: 1420px;
  padding: 10px;
  margin: 0 auto;
}
.content h2 {
  width: 100%;
  font-weight: 500;
  margin: 0 auto 60px;
}
.content h2.center {
  text-align: center;
}

.section-title {
  width: 100%;
  background-image: url(main-banner.4680c0e9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navigation-tabs {
  padding-top: 5px;
  position: absolute;
  left: 10px;
  top: 64px;
  background: #ffcc00;
  border-radius: 0 5px 5px 5px;
  display: none;
  z-index: 50;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.navigation-tabs a {
  display: table;
  padding: 7px 20px;
  width: 100%;
}

.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.navigation li {
  height: 100%;
  margin-right: 20px;
}
.navigation li.r {
  position: absolute;
  right: 0;
  margin-right: 0;
  margin-top: 5px;
}
.navigation li.bars {
  display: none;
  padding: 5px 5px 0 5px;
  border-radius: 2px 2px 0 0;
}
.navigation li.bars:hover {
  cursor: pointer;
  background: rgba(161, 161, 161, 0.1);
}
.navigation li.bars.active {
  background: #ffcc00;
}
.navigation li.bars.active svg {
  fill: #000;
}
.navigation li.bars svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  top: 7px;
}
.navigation li a {
  color: #fff;
  line-height: 30px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: 100ms all;
}
.navigation li a:hover {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .navigation li.bars {
    display: inline;
  }
  .navigation li[data-tab="7"] {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .navigation li[data-tab="6"] {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .navigation li[data-tab="5"] {
    display: none;
  }
}
@media only screen and (max-width: 710px) {
  .navigation li[data-tab="4"] {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .navigation li[data-tab="3"] {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .navigation li[data-tab="2"] {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .navigation li[data-tab="1"] {
    display: none;
  }
}
.title-content {
  width: 100%;
  display: table;
  margin: 80px auto;
}
.title-content .title-content__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  width: calc(100% - 400px);
}
.title-content .title-content__item:nth-child(2) {
  width: 400px;
  padding-right: 0;
}

.title {
  width: 100%;
  margin: 60px auto;
}
.title h1 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
}
.title .title-price {
  font-size: 70px;
  font-weight: bold;
  color: #ffcc00;
  margin: 40px auto 5px auto;
}
.title p {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

.promo {
  width: 100%;
  display: table;
  min-height: 70px;
  margin: 30px auto 50px;
}
.promo .promo-item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding-left: 60px;
  padding-top: 5px;
  position: relative;
  white-space: nowrap;
}
.promo .promo-item:nth-child(1) {
  width: 250px;
}
.promo .promo-item:nth-child(2) {
  margin: 0 5%;
}
.promo .promo-item:nth-child(3) {
  width: 200px;
}
.promo .promo-item .img {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.promo .promo-item .img img {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.promo .promo-item span {
  color: #fff;
  line-height: 20px;
}

@media only screen and (max-width: 1300px) {
  .promo .promo-item {
    width: 50%;
  }
  .promo .promo-item:nth-child(1) {
    width: 50%;
  }
  .promo .promo-item:nth-child(2) {
    margin: 0;
  }
  .promo .promo-item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .title-content {
    margin: 0px auto 40px;
  }
  .title-content .title-content__item {
    width: 100%;
    padding-right: 0px;
  }
  .title-content .title-content__item:nth-child(2) {
    width: 100%;
  }

  .promo .promo-item {
    width: 30%;
  }
  .promo .promo-item:nth-child(1) {
    width: 30%;
  }
  .promo .promo-item:nth-child(2) {
    margin: 0 5%;
  }
  .promo .promo-item:nth-child(3) {
    width: 30%;
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .promo .promo-item {
    width: 50%;
  }
  .promo .promo-item:nth-child(1) {
    width: 50%;
  }
  .promo .promo-item:nth-child(2) {
    margin: 0;
  }
  .promo .promo-item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .promo .promo-item {
    width: 100%;
  }
  .promo .promo-item:nth-child(1) {
    width: 100%;
  }
  .promo .promo-item:nth-child(2) {
    margin: 40px auto;
  }
  .promo .promo-item:nth-child(3) {
    display: inline-block;
  }
}
@media only screen and (max-width: 400px) {
  .title .title-price {
    font-size: 60px;
  }
}
.form-callback {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.form-callback b {
  width: 100%;
  text-align: center;
  display: table;
  font-weight: 500;
  margin: 10px auto 0;
}
.form-callback .success {
  text-align: center;
  margin: 30px auto;
}
.form-callback .success svg {
  display: block;
  width: 60px;
  fill: #ffcc00 !important;
  margin: 10px auto;
}

.input-before, .form-callback-action .input input:focus + label::before, .form-callback-action .input input:valid + label::before {
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  top: -10px;
  left: 0px;
}

.form-callback-action .input {
  width: 100%;
  margin: 40px auto;
  display: block;
  position: relative;
}
.form-callback-action .input .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  pointer-events: none;
}
.form-callback-action .input .icon svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
}
.form-callback-action .input input {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffcc00;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px 0 30px;
}
.form-callback-action .input input:valid + label::before {
  content: attr(data-title);
}
.form-callback-action .input input:focus {
  border-bottom: 1px solid #000;
}
.form-callback-action .input label::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 40px;
  transition: 300ms all;
  pointer-events: none;
  font-size: 16px;
  color: #555;
}
.form-callback-action .btm {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.form-callback-action .btm button {
  width: 100%;
  background: #ffcc00;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  transition: all 0.2s ease;
}
.form-callback-action .btm button:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}

.section-dash {
  padding: 50px 0 0;
}

.dash-x {
  width: 100%;
  position: relative;
  display: table;
  max-width: 100px;
}

.dash-sub-slider {
  margin: 20px 0 0;
  width: 100% !important;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.dash-slider {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dash-slider .owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  display: table;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 1;
}
.dash-slider .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #ffcc00;
  border-radius: 100%;
  margin: 15px 5px;
}
.dash-slider .owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.dash-slider .dash-slider-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 500px;
  box-sizing: border-box;
  cursor: grab;
  position: relative;
  overflow-wrap: break-word;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}

.dash {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  padding-bottom: 50px;
}
.dash .dash-item {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.dash .dash-item:nth-child(2) {
  width: calc(100% - 400px);
}
.dash .dash-item .cnt {
  display: none;
  width: 100%;
}
.dash .dash-item .cnt.active {
  display: table;
}
.dash .dash-item .cnt img {
  display: table;
  width: 100%;
  height: auto;
  max-width: 600px;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  margin-bottom: 30px;
}
.dash .dash-item .cnt a {
  color: #0099cc;
  border-bottom: 1px dashed #0099cc;
  cursor: pointer;
}
.dash .dash-item .cnt a.file {
  padding-left: 20px;
  border-bottom: 0;
  line-height: 25px;
  position: relative;
}
.dash .dash-item .cnt a.file svg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -4px;
  width: 14px;
}

@media only screen and (max-width: 1200px) {
  .dash .dash-item {
    width: 100%;
    display: table;
  }
  .dash .dash-item:nth-child(2) {
    width: 100%;
  }
}
.dash-tabs {
  width: 100%;
  display: table;
}
.dash-tabs .dash-tabs-content {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 1200px) {
  .dash-tabs {
    width: 100%;
    display: block;
    height: 70px;
    position: relative;
  }
  .dash-tabs .dash-tabs-content {
    width: 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    display: block;
    overflow: auto;
  }
}
.dash-tabs__link {
  display: table;
  width: 100%;
  max-width: 300px;
  line-height: 40px;
  margin-bottom: 15px;
  padding: 0 10px 0 40px;
  border-radius: 5px;
  background: rgba(161, 161, 161, 0.1);
  position: relative;
}
.dash-tabs__link svg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  stroke: #000;
}
.dash-tabs__link:hover {
  cursor: pointer;
  background: rgba(161, 161, 161, 0.3);
}
.dash-tabs__link.active {
  background: #ffcc00;
}
.dash-tabs__link.active::before {
  position: absolute;
  right: -12px;
  top: 6px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #ffcc00;
}

@media only screen and (max-width: 1200px) {
  .dash-tabs__link {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 15px 0 0;
  }
  .dash-tabs__link.active::before {
    border-width: 20px 20px 0 20px;
    border-color: #ffcc00 transparent transparent transparent;
    top: auto;
    bottom: -10px;
    right: 50%;
    margin-right: -20px;
  }
}
.section-education {
  padding: 50px 0;
}

.education {
  width: 100%;
  display: table;
}
.education .education-item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.education .education-item:nth-child(2) {
  margin: 0 5%;
}

@media only screen and (max-width: 760px) {
  .education .education-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .education .education-item .edu-title {
    font-size: 22px;
    max-width: 400px;
  }
  .education .education-item .edu-img img {
    display: none;
  }
  .education .education-item:nth-child(2) {
    margin: 40px auto;
  }
}
.education-item .edu-title {
  font-size: 18px;
  font-weight: 500;
}
.education-item .edu-img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.education-item .edu-img img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.education-item .big {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  display: table;
}
.education-item .hour {
  width: 100%;
  font-size: 27px;
  font-weight: 500;
  width: 100%;
  display: table;
  margin: 20px auto;
}
.education-item .hour span {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}
.education-item .hour-p {
  width: 100%;
  font-size: 27px;
  font-weight: 500;
  width: 100%;
  display: table;
  margin: 30px auto 10px;
}
.education-item .hour-p span {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}
.education-item .hour-p-type {
  width: 100%;
  margin: 10px auto;
}
.education-item .hour-p-type .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: 500;
}
.education-item .hour-p-type .item span {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

.section-prise {
  background: rgba(161, 161, 161, 0.1);
  padding: 50px 0;
}

.prise {
  width: 100%;
  display: table;
}
.prise .prise-item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.prise .prise-item:nth-child(2) {
  margin: 0 5%;
}

.prise-item {
  padding: 20px;
  border: 1px solid #999;
  transition: all 0.2s ease;
  position: relative;
}
.prise-item::before {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  left: -10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffcc00;
  border-top: none;
  border-right: none;
}
.prise-item::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  right: -10px;
  top: -10px;
  width: 60px;
  height: 60px;
  border: 1px solid #ffcc00;
  border-bottom: none;
  border-left: none;
}
.prise-item:hover {
  cursor: pointer;
  background: #fff;
  border: 1px solid #555;
}
.prise-item b {
  width: 100%;
  display: table;
  text-align: left;
  text-transform: uppercase;
  margin: 0px auto 5px;
}
.prise-item p {
  width: 100%;
  text-align: left;
  margin: 0px auto;
  min-height: 40px;
}
.prise-item .cost-x {
  font-size: 25px;
  font-weight: 500;
  margin: 30px auto 0;
}
.prise-item .cost-d {
  font-size: 14px;
  width: 100%;
  margin: 5px auto;
}
.prise-item a {
  background: #ffcc00;
  color: #000;
  padding: 10px 16px;
  display: table;
  border-radius: 2px;
  margin: 20px 0 0;
}

@media only screen and (max-width: 1100px) {
  .prise .prise-item {
    width: 100%;
  }
  .prise .prise-item:nth-child(2) {
    margin: 40px auto;
  }
}
.users {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.users .owl-carousel .owl-dots {
  display: none;
}

.section-users {
  padding: 50px 0;
}

.users-item {
  box-sizing: border-box;
  cursor: grab;
  position: relative;
  overflow-wrap: break-word;
  padding: 10px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ffcc00;
  max-width: 500px;
  margin: 10px auto 0;
}
.users-item .avatar {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 2px;
}
.users-item .name {
  font-weight: 500;
  width: 100%;
  display: table;
  margin: 10px auto 0;
}
.users-item .desc {
  color: #555;
  width: 100%;
  font-size: 14px;
}

.section-reviews {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.reviews {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.reviews .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  top: 0;
}
.reviews .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
}
.reviews .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
}
.reviews .owl-carousel .owl-dots {
  text-align: center;
  width: 100%;
  display: table;
  margin-top: 40px;
}
.reviews .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #ffcc00;
  border-radius: 100%;
  margin: 0 5px;
}
.reviews .owl-carousel .owl-dots .owl-dot.active {
  background: #000;
}

.reviews-item {
  box-sizing: border-box;
  cursor: grab;
  position: relative;
  overflow-wrap: break-word;
  padding: 10px;
  margin: 10px 5px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 280px;
  overflow: hidden;
}
.reviews-item .name {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(161, 161, 161, 0.1);
  padding-left: 40px;
  position: relative;
  line-height: 40px;
}
.reviews-item .name svg {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 5px;
}
.reviews-item p {
  font-size: 15px;
  position: relative;
}
.reviews-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 30px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}

.section-contacts {
  width: 100%;
  position: relative;
  background: rgba(161, 161, 161, 0.05);
  padding: 50px 0 0;
}

.contacts {
  width: 100%;
  display: table;
  text-align: center;
}
.contacts .contacts_list {
  width: 100%;
  max-width: 30%;
  display: inline-block;
  vertical-align: top;
}

.contacts .contacts_list.w100 {
  width: 100%;
  max-width: 600px;
}

.contacts .contacts_list.w50 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}


.contacts_list {
  border-radius: 2px;
  transition: all 0.2s ease;
  padding: 10px 10px 0 10px;
}
.contacts_list.start {
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05);
}
.contacts_list:hover {
  background: #fff;
}
.contacts_list svg {
  width: 60px;
  height: 60px;
  fill: #ffcc00;
}
.contacts_list .address {
  font-weight: 500;
  width: 100%;
  display: table;
  margin: 10px auto 5px;
}
.contacts_list .city {
  width: 100%;
  color: #555;
}
.contacts_list .worked {
  width: 100%;
  margin: 15px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
}
.contacts_list .worked div {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 2px;
  pointer-events: none;
}
.contacts_list .worked div.y {
  background: #ffcc00;
}
.contacts_list .worked div.n {
  background: #000;
}
.contacts_list .worked div.time {
  width: 100%;
  display: table;
  margin: 0 auto;
  border-radius: 0;
}
.contacts_list .phone {
  width: 100%;
  margin-top: 20px;
}
.contacts_list .phone .phone_link {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: table;
  width: auto;
  font-weight: 500;
}
.contacts_list .phone .phone_link svg {
  display: inline;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  transform: rotate(15deg);
  opacity: 0.5;
  fill: #0099cc;
}
.contacts_list .phone .phone_link a {
  color: #0099cc;
}

.contact_social {
  width: 100%;
  margin-top: 60px;
}
.contact_social h3 {
  font-weight: 500;
}

.contacts-maps {
  width: 100%;
  display: block;
  height: 550px;
  background: #ccc;
  position: relative;
  margin-top: 60px;
}
.contacts-maps.disabled::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  content: "";
}

footer {
  background: #222;
  padding: 40px 0;
}

.footer .logo img {
  width: 90px;
  height: 90px;
}
.footer .desc {
  color: #fff;
  margin: 10px auto;
}
.footer .desc_mini {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin: 10px auto 20px;
}

/*# sourceMappingURL=main.509b0232.css.map */