.blue-accent {
    color:#609BFF;
}

.green-accent {
    color:#33cc33;
}


.grey-accent{
    color: #5B6876;
 }

.ltgrey-accent {
    color: #8491A0;
}

 .peach-accent{
    color: #FFF3E4;
 }

 video {
    object-fit: fill;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.content {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, #6dca6d29 100%);
}

.b {
    padding: 20px 40px 60px;
    max-width: 100%;
    margin: 0 auto;
}

.b h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 4px black;
}

.logo-head {
    height: 150px;
    width: auto;
    position: relative;
    top: 1rem;
}

.btn-big {
    color: #fff !important;
    font-weight: bold;
    border-right: 3px #33cc33 solid;
    border-bottom: 3px #33cc33 solid;
    padding: 1rem 2rem;
    margin-top: 40px;
    display: inline-block;
}

.b-main {
    border-bottom: 2px solid #33cc33;
    padding: 20px 40px 60px;
    min-height: 100vh;
}

.b-head {
    border-bottom: 2px solid #33cc33;
    padding: 20pX 40px !important;
    position: relative;
    background-position: center center; 
    background-image: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(158,231,246,0) 100%), url(/img/bg-top.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.head-line {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    height: 110px;
    align-items: center;
}

.head-links a {
    font-size: 180%;
    font-weight: 700;
}

.head-links span {
    color:#fff; 
    font-size:160%; 
    margin: 0 2.5rem;
}

.head-icon {
    margin-left: 10px;
    margin-right: 10px;
}

.head-right {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.head-right a {
    color: #fff;
    margin-left: 2rem;
}

.head-right a:hover {
    text-decoration: none !important;
}

.hom {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.brigada {
    position: absolute;
    bottom: 0;
    max-width: 65vw;
    right: 3%;
}

.b-top img.d-md-none {
    transform-origin: 0 0;
    transform: scale(.7);
}

.top-slider video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#nav-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 30%, rgba(158, 231, 246, 0) 100%);
}

#fold-item-search {
    flex-direction: row-reverse;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.b-video {
    border-bottom: 2px solid #33cc33;
}

.b-cool {    
    border-bottom: 2px solid #33cc33;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    flex-direction: column;    
    gap: 4rem;
}

.cool-arrow {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cool-arrow h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 2rem;
}

.cool-arrow-a {
    height: 100%;
    width: auto;
}

.cool-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 4rem;
}

.cool-block {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, #0d310d29 50%);
    border-radius: 10px;
    padding: 40px 30px;
}

.b-setup {
    background: url(/img/bg-serv.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    border-bottom: 2px solid #33cc33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.setup-block {
    position: relative;
    padding-left: 5rem;
    margin-bottom: 1rem;
}

.setup-step {
    font-size: 7rem;
    color: #33cc335c;
    margin-right: 30px;
    line-height: 1;
    width: 5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.charge-type {
    margin-top: 1.5rem;
    width:auto;
    height: 100%;
} 

.b-saga {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(158, 231, 246, 0) 100%), url(/img/bg-zar.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px solid #33cc33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b-catalog {
    border-bottom: 2px solid #33cc33;
    
}

.b-footer {
    background: linear-gradient(90deg, rgba(0,0,0,1) 10%, rgba(158,231,246,0) 100%), url(/img/bg-bottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 0;
}

.b-footer h2 {
    margin-bottom: 2rem;
}

.b-footer a {
    color: #fff;
}

.b-footer a:hover {
    color:#33cc33;
}

.tth-img div {
    background-position: center;
    background-repeat:  no-repeat;
	background-size: contain;
    padding-top: 66%;
    margin-bottom: 30px;
}

.b-features-tth {
    /*background: var(--light-grey, #8491A0); */
    margin-top: 30px;
}

.feat-col-1 {
    margin-bottom: 30px;
}

.img-container-n {
    padding-top: 56.25%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}



.tth-btn-link {
    text-align: center;
    padding: 20px;
    font-weight: 700;
    cursor: pointer;
    background: var(--light-grey, #8491A0);
    display: block;
    color: #fff;
}

.tth-btn-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #96a4b5;
}

.tth-btn {
	display: none;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tth-btn span::after {
    content: '';
    padding-right: 45px;
    background-image: url(/img/a-d.svg);
    background-position-x: 100%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 2rem;
}

.tth-btn span.slided::after {
    background-image: url(/img/a-a.svg);
}

.tth-content {
   /* padding: 15px;
    border-top: 1px solid #5b6875;*/
}

.tth-content h5  {
    color: #FFF3E4;
}

.tth-content h5:not(:first-child)  {
    margin-top: 1rem;
}

.tth-content .col-sm-12:not(:last-child)  {
    margin-bottom: 1rem;
}

.fb-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.fb-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
  /*  padding-left: 10px;
    padding-right: 10px;*/
}
.fb-long {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   /* padding-left: 10px;
    padding-right: 10px;*/
}

.fb-long div {
    width: 50%;
}

.fb-long .img-container-fb {
	/*margin-right: -10px; */
}

.fb-text {
    padding: 30px 20px;
    background-color: var(--level-1, #181823);
    flex-grow: 1;
}

.fb-text p {
    font-weight: 700;
}

.img-container-fb {
    padding-top: 400px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn {
    padding: 0.375rem 3.75rem !important;
    margin-top: .5rem;
}

.btn-light:hover {
    color: #636363 !important;
    background-color: #525252 !important;
    border-color: #4d4d4d !important;
}

.b-links {
    text-align: center;
    margin-top: 200px;
}

.docs img {
    margin-bottom: 2rem;
    transform-origin: 0 50%;
}

.docs .docs-item {
    border: 1px solid #333;
    height: 100%;
    padding: 20px;
}

.docs .col-sm-6 {
    margin-bottom: 30px;
}

.saga-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
}

.saga-link:hover {
    color: #609BFF;
}

.social-links {
    margin: 0 20px;
}


.social-links:hover {
    opacity: .8;
}

.contact-icons img {
    width: 35px;
    height: 35px;
    margin: 5px;
}

@media (min-width: 1920px) {

    .b,
    .b-catalog,
    .b-video,
    .b-footer {
        max-width: 1940px;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {

    .hom {
        padding: 100px;
    }

    .hom h1 {
        font-size: 3.5rem;
    }

    .b-setup {
        padding-left: 40vw;
    }

}

@media (max-width: 1200px) {

    .head-line {
        height:100px;
    }

    .head-links a {
        font-size: 140%;
        font-weight: 700;
    }
    
    .head-links span {
        color:#fff; 
        font-size:110%; 
        margin: 0 1.5rem;
    }

    .logo-head {
        height:120px;
    }

    .head-right a {
        margin-left: 0;
    }

    .slider-0 .slide-item {
        padding-top: 115%;
    }

    .b-setup {
        background: linear-gradient(270deg, rgba(0, 0, 0, 1) 70%, rgba(158, 231, 246, 0) 100%), url(/img/bg-serv.webp);
        background-position: right center;
        transform: scaleX(-1);
    }

    .b-setup > * {
        transform: scaleX(-1);
    }

    .cool-arrow-a {
        display: none;
    }

    .cool-block {
        background-image: linear-gradient(190deg, rgba(0, 0, 0, 1) 10%, #6dca6d29 50%, rgba(0, 0, 0, 1) 90%);
    }

    .b-links {
        margin-top: 60px;
    }

    .docs img {
        transform: scale(.60);
        margin-bottom: 1rem;
    }

    .fb-col { 
        width: 100%;
		margin-bottom: 15px;
    }

    .fb-long div {
        width: 100%;
    }

    .img-container-fb {
        padding-top: 40%;
    }  

    .img-container-n {
        margin-bottom: 20px;
    }

    .tth-btn {
        padding: 15px;
    }
    
}

@media (max-width: 991px) {

    .head-line {
        height:80px;
    }

    .logo-head {
        height:100px;
    }

    .brigada {
        max-width: 80vw;
    }

    .b-saga {
        background: linear-gradient(135deg, rgba(0, 0, 0, 1) 40%, rgba(158, 231, 246, 0) 100%), url(/img/bg-zar.webp);
        background-position: center center;
        background-size: cover;
    }

    .cool-grid {
        display: grid;
        grid-auto-rows: 1fr;
        gap: 2rem;
    }

}

@media (max-width: 767px) {

    .head-line {
        height:60px;
    }

    .logo-head {
        height:70px;
    }

    .brigada {
        max-width: 95%;
    }

    .hom {
        text-align: center;
    }

    ul {
        padding-inline-start: 30px;
    }

    .b {
        padding: 20px 15px;
    }

    .b-setup {
        background: linear-gradient(215deg, rgba(0, 0, 0, 1) 10%, rgb(0 0 0 /50%) 100%), url(/img/bg-serv.webp);
        background-position: center center;
        background-size: cover;
    }

    .setup-block {
        padding-left: 0;
    }

    .top-slider {
        margin-top: 20px;
    }

    .docs {
        flex-wrap: wrap-reverse !important;
    }
    
    .slider-1 .slide-item {
        padding-top: 66%;
    }

	.smi-items img {
        max-height: 60px;
		margin: 25px 15px;
	}

    .b-dev .dev-col {
        width: 100%;
    }

    .img-container-fb {
        padding-top: 56.25%;
    }

    .docs img {
        transform: scale(.40);
        margin: 0;
    }

    .social-links img {
        transform: scale(.70);
    }

    .saga-link {
        font-weight: 400;
    }

    .social-links {
        margin: 0 5px;
    }

    .slick-dots li {
        width: 60px;
    }

    .slick-dots li button:before {
        font-size: 65px;
    }

    .b-features {
        /*background: var(--dark-blue-2, #293644);*/
    }

    .table {
        font-size: 75%;
    }

    .slick-dots li {
        width: 50px !important;
    }
}

@media (max-width: 576px) {

    .b-head {
        padding: 15px !important;
    }

	.head-icon {
		margin-left: 5px;
		margin-right: 5px;
	}
	
    .b-cool {
        gap: 2rem;
    }

    .cool-grid {
        grid-auto-rows: auto;
        gap: 1rem;
    }

    .cool-row {
        flex-direction: column;
        gap: 1rem;
    }

    .charge-type {
        width: 100%;
        height: auto;
    } 
    
    .docs-item h4 {
        word-wrap: break-word;
        font-size: 95%;
    }

}
