/**
 * INDEXES
 * 0. Root
 * 1. Based
 * 2. Mobile Menu
 * 3. Menu
 * 4. Hello
 * 5. Functions
 * 6. Work
 * 7. Tariff
 * 8. Reviews
 * 9. FAQ
 * 10. Footer
 * 11. Accordion
 * 12. Chevron
 * 13. toTop
 * 14. Order
*/

/**
 * 0. Root
*/

* {box-sizing: border-box;}

html, body{
    margin:0;
    padding:0;
    background: #ededed;/*url(images/section.png) center 0 no-repeat;*/
}
body {
    background-image: url(../images/Vector_17.svg);
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/**
 . 0. Besed
 */
.btn {
    color: #ffffff;
    font-size: 10px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
    background-color: #025bff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover {
    color: #151414;
    background-color: #dcf166;
}
.btn.default {
    background: #eee;
    color: #333;
}
.btn.default:hover {
    background: #d7d6d6;
    color: #333;
}

.block-05-25 {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1170px;
    position: relative;
}
.block-05-25 h1 {
    vertical-align: middle;
    color: #151414;
    font-size: 32px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}
.block-05-25 h2 {
    vertical-align: middle;
    color: #151414;
    font-size: 28px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}
.block-05-25 h3 {
    vertical-align: middle;
    color: #151414;
    font-size: 24px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}
.block-05-25 h1 span, .block-05-25 h2 span {
    color: #025bff;
}
.block-05-25 h1 span.wb, .block-05-25 h2 span.wb {
    color: #ad1f9c;
}
.hide {display: none}

@media (max-width: 420px) {
  .block-05-25 h1 {
    font-size: 26px;
  }
  .block-05-25 h2 {
    font-size: 24px;
  }
  .block-05-25 h3 {
    font-size: 22px;
  }
}

/**
 * 1. Based
 */
body.open, body:after {
  overflow: hidden
}
.b-brand, .b-link {
  color: #FFF;
  opacity: .8;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0;
  text-decoration: none;
  font-family: "Roboto", serif;
  text-transform: uppercase;
  ;
}
.b-link:hover {
  color: #FFF;
  opacity: 1;
}
.b-container {
  display: none;
}

/**
 * 2. Mobile Menu
 */
@media all and (max-width : 800px) {
.b-nav {
  background: #000 none repeat scroll 0 0;
  position: absolute;
  top: 0;
  width: 320px;
  z-index: 12;
  height: 100%;
}
.b-nav:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav {
  animation-duration: .4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-nav .copy {
  font-size: 14px;
  color: #515151;
  text-align: center;
}
.b-nav ul {
  padding-left: 0px;
}
.b-nav li {
  color: #fff;
  list-style-type: none;
  padding: 10px 10px 10px 0;
  text-align: left;
  -webkit-transform: translateX(345px);
  -ms-transform: translateX(345px);
  transform: translateX(345px)
}
.b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav li:not(.open), .b-nav.open li {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both
}
.b-nav li:first-child {
  margin-top: 0px
}
.b-nav.open {
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: visible;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  max-width: 320px;
}
.b-nav:not(.open) {
  visibility: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
.b-nav.open li {
  /*max-width: 320px;
  overflow: hidden;*/
  padding-left: 30px;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-link {
  background: 0 0;
  border-left: rgba(255, 255, 255, 0)solid 2px;
  color: var(--color);
  transition: all .4s ease;
  width: auto
}
.b-link, .b-menu {
  -webkit-transition: all .4s ease;
}
.b-nav li {
  border-left: 2px solid var(--red);
}
/*.b-link--active,
.b-link:hover {
    border-left: #e00a12 solid 5px;
    padding-left: 30px
}*/

.b-menu {
  cursor: pointer;
  display: block;
  height: 66px;
  padding-top: 20px;
  position: relative;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 43px;
  z-index: 12;
  right: 10px;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
  height: 2px;
  width: 25px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
  background: #025bff;
  transition: all .4s ease
}
.b-brand, .b-bun {
  position: relative;
  -webkit-transition: all .4s ease
}
.b-bun--top {
  top: 0
}
.b-bun--mid {
  top: 8px
}
.b-bun--bottom {
  top: 16px
}
.b-brand {
  color: #2196f3;
  top: -21.43px;
  transition: all .4s ease;
  z-index: 13
}
.b-container {
  display: block;
}
.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
  background: #2196f3
}
.b-container.open .b-bun--top{
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.b-container.open .b-bun--mid{
  opacity: 0
}
.b-container.open .b-bun--bottom{
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.b-container.open .b-brand{
  color: #fff
}
.mobile-search-btn {
    cursor: pointer;
    opacity: .8;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:none;
    line-height: 20px;
}
.mobile-search-btn:hover {
    opacity: 1;
}
.mobile-search {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #858585;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%;
}
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

/**
 * 3. Menu
*/
.block-05-25.menu {
    overflow: hidden;
    text-align: left;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.block-05-25.menu img {
    max-width: 100px;
    max-height: 50px;
}
.block-05-25.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.block-05-25.menu ul li a {
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.block-05-25.menu ul li a:hover {
    color: #025bff;
}
.block-05-25.menu ul li a.btn {
    color: #FFF;
}
.block-05-25.menu ul li a.btn:hover {
    color: #000;
}
.block-05-25.menu ul.open {
    list-style: none;
    display: block;
    align-items: unset;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    background: #ededed;
    padding: 60px 30px 0;
    max-width: 250px;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    overflow-y: unset;
    box-shadow: 3px 1px 20px 0px #bdbdbd;
}
.block-05-25.menu ul.open li {
    transform: unset;
    padding-left: 0;
}
@media (max-width: 840px) {
  .block-05-25.menu ul {
    gap: 20px;
  }
}

/**
 * 4. Hello
*/
.block-05-25.hello {
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
}
.block-05-25.hello .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.hello .text {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 300;
    margin: 0 0 20px 0;
}

/**
 * 5. Functions
*/
.block-05-25.functions {
    margin: 120px auto;
    text-align: center;
}
.block-05-25.functions img {
    border-radius: 20px;
    width: 250px;
    margin: 20px;
    cursor: pointer;
}
.block-05-25.functions ul {
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-05-25.functions ul li {
    vertical-align: middle;
    color: #151414;
    font-size: 14px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 2.2;
    font-weight: 500;
}
.block-05-25.functions ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -5px;
  color: #025bff;
  font-size: 20px;
}
.block-05-25.functions .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.functions ul.folder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
    margin: 50px 0 0 0;
    padding: 0;
    align-items: flex-start;
}
.block-05-25.functions ul.folder li {
    width: 30%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Rectangle_489.svg);
}
.block-05-25.functions ul.folder li:before {
    display: none;
}
.block-05-25.functions ul.folder li:nth-child(even) {
    background-image: url(../images/Rectangle_490.svg);
}

.block-05-25.functions ul.folder li {
    vertical-align: middle;
    color: #151414;
    font-size: 14px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 2;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 40px 20px 20px;
}
.block-05-25.functions ul.folder li span {
    font-weight: 500;
    display: block;
}
.block-05-25.functions h2, .block-05-25.functions h3 {
    margin-top: 100px;
}
@media (max-width: 840px) {
  .block-05-25.functions ul.folder li {
    width: 48%;
  }
  .block-05-25.functions ul.folder li {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 20px 20px 10px;
  }
}
@media (max-width: 600px) {
  .block-05-25.functions ul.folder li {
        font-size: 11px;
        margin: 0 0 20px;
        padding: 30px 10px 10px;
  }
}

/**
 * 6. Work
*/
.block-05-25.work {
    margin: 120px auto;
    text-align: center;
}
.block-05-25.work .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.work ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}
.block-05-25.work ul li {
    vertical-align: middle;
    color: #151414;
    font-size: 14px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.block-05-25.work ul li span {
    font-weight: 500;
    color: #025bff;
    display: block;
}
.block-05-25.work ul li:after {
    content: " ";
    display: block;
    width: 40px;
    height: 36px;
    background: url(../images/Group_1000005343.png) 0 0 no-repeat;
    position: absolute;
    left: -40px;
    top: 10px;
    background-size: cover;
}
.block-05-25.work ul li:nth-child(2):after {
    background: url(../images/Group_1000005344.png.webp) 0 0 no-repeat;
}
.block-05-25.work ul li:nth-child(3):after {
    background: url(../images/Group_1000005345.png.webp) 0 0 no-repeat;
}

.block-05-25.work .setup {
    display: none;
}
.block-05-25.work .setup ul li:after {
    content: none;
}
@media (max-width: 840px) {
  .block-05-25.work ul {
    margin: 0 0 0 50px;
  }
}

/**
 * 7. Tariff
*/
.block-05-25.tariff {
    text-align: center;
    margin: 100px auto;
}
.block-05-25.tariff .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.tariff .items {
    text-align: left;
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.block-05-25.tariff .items .item {
    background: #e3e2e2;
    padding: 20px;
    border-radius: 20px;
    width: 23%;
}
.block-05-25.tariff .items .item .name {
   text-transform: uppercase;
}
.block-05-25.tariff .items .item .btn {
    margin: 20px 0 0;
    display: block;
    text-align: center;
}
.block-05-25.tariff .items .item .tags {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
}
.block-05-25.tariff .items .item .price {
    text-align: right;
    margin: 20px 0;
    font-size: 28px;
}
@media (max-width: 840px) {
  .block-05-25.tariff .items {
    flex-wrap: wrap;
  }
  .block-05-25.tariff .items .item {
    width: 48%;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .block-05-25.tariff .items .item {
    padding: 10px;
  }
  .block-05-25.tariff .items .item .price {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .block-05-25.tariff .items .item .price {
    font-size: 20px;
  }
}

/**
 * 8. Reviews
*/
.block-05-25.reviews {
    text-align: center;
    margin: 120px auto;
}
.block-05-25.reviews .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.reviews .items {
    position: relative;
}
.block-05-25.reviews .item {
    vertical-align: middle;
    color: #151414;
    font-size: 16px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.reviews .item .text {
    font-weight: 300;
    font-size: 16px;
}
.block-05-25.reviews .owl-carousel .owl-item {
    padding: 0 20px;
}
.block-05-25.reviews .owl-prev {
    position: absolute;
    left: -20px;
    font-size: 60px !important;
    top: 25px;
}
.block-05-25.reviews .owl-next {
    position: absolute;
    right: -20px;
    font-size: 60px !important;
    top: 25px;
}
@media (max-width: 1170px) {
  .reviews .owl-carousel {
    width: 80%;
    margin: 0 10%;
  }
}

/**
 * 9. FAQ
*/
.block-05-25.faq {
    text-align: center;
    margin: 120px auto;
}
.block-05-25.faq .accordion {
    vertical-align: middle;
    color: #151414;
    font-size: 14px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.block-05-25.faq .ui.accordion>.title {
    font-family: 'Unbounded', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/**
 * 10. Footer
*/
footer {
    margin: 100px;
    text-align: center;
    color: #9d9a9a;
    font-family: 'Unbounded', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
footer a {
    color: #9d9a9a;
    text-decoration: underline;    
}
footer a:hover {
    text-decoration: none;    
}

@media (max-width: 840px) {
  footer {
    margin: 100px 20px;
  }
}

/**
 * 11. Accordion
*/
       /* Минимальные стили для аккордеона Fomantic-UI */
        .ui.accordion {
            font-size: 14px;
            line-height: 1.4285em;
            color: rgba(0,0,0,.87);
        }
        
        .ui.accordion .title {
            cursor: pointer;
            padding: 0.75em 1em;
            margin: 0;
            color: rgba(0,0,0,.6);
            border-top: 1px solid rgba(34,36,38,.15);
            transition: color .1s ease;
        }
        
        .ui.accordion .title:first-child {
            border-top: none;
        }
        
        .ui.accordion .title:hover {
            color: rgba(0,0,0,.8);
        }
        
        .ui.accordion .title .dropdown.icon {
            display: inline-block;
            opacity: 1;
            margin-right: 0.5em;
            transition: transform 0.2s ease, opacity 0.1s ease;
        }
        
        .ui.accordion .active.title .dropdown.icon {
            transform: rotate(90deg);
        }
        
        .ui.accordion .content {
            display: none;
            padding: 0.5em 1em 1.5em;
        }
        
        .ui.accordion .active.content {
            display: block;
        }
        
        /* Стилизованная версия */
        .ui.styled.accordion {
            width: 100%;
            box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
            border: 1px solid rgba(34,36,38,.15);
            border-radius: 0.28571429rem;
        }
        
        .ui.styled.accordion .title {
            background: #f9fafb;
        }
        
        .ui.styled.accordion .title:hover {
            background: #f3f4f5;
        }
        
        .ui.styled.accordion .active.title {
            background: #f0f0f0;
            color: rgba(0,0,0,.95);
        }
        
        /* Иконка стрелки */
        .dropdown.icon:before {
            content: '▶';
            font-size: 0.8em;
        }

/*
 * 12. Chevron
 */
.chevron {
position: relative;
    display: inline-block;
    height: 10px;
    transform: rotate(180deg);
    margin: 0 auto;
    width: 16px;
}
.chevron::before,
.chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent; /*adjust size*/
}

/* Replace all text `top` below with left/right/bottom to rotate the chevron */

.chevron::before {
  top: 0;
  border-top-color: #1b1b1b; /*Chevron Color*/
}

.chevron::after {
  top: -3px; /*adjust thickness*/
  border-top-color: #9f9b9b; /*Match background colour*/
}

/*
 * 13. toTop
 */
#toTop {
    /* color: #fff; */
    text-align: center;
    bottom: 60px;
    display: none;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 45px;
    background-color: #9f9b9b;
    /* text-transform: uppercase; */
    z-index: 100;
    border-radius: 50%;
    opacity: .3;
}
#toTop:hover {
    opacity: 1;
}

/*
 * 14. Order
 */
.block-05-25.order {
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
}
.block-05-25.order .desc {
    vertical-align: middle;
    color: #151414;
    font-size: 12px;
    font-family: 'Unbounded', Arial, sans-serif;
    line-height: 1.75;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.block-05-25.order .field {
    font-family: 'Unbounded', Arial, sans-serif;
    margin: 10px auto;
    text-align: left;
    max-width: 300px;
}
.block-05-25.order .field label {
    font-weight: 500;
    display: block;
    font-size: 12px;
}
.block-05-25.order .field label span {
    color: red;
}
.block-05-25.order .field input, .block-05-25.order .field select {
    width: 100%;
    padding: 8px 10px;
    margin: 5px 0;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-size: 14px;
}
.block-05-25.order .field input.error, .block-05-25.order .field select.error, .block-05-25.order .field .error:focus-visible {
    border: 1px solid red;
    color: red;
}
