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

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

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

 .peach-accent{
    color: #FFF3E4;
 }

.b {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.b h1 {
    margin-bottom: 30px;
}

.b-head {
    border-bottom: 1px solid #333333;
    padding: 20px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.b-top {
    padding: 60px 0;
    display: flex;
}

.b-top i {
    font-weight: 400;
}

.top-col-1 {
    position: relative;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-col-2 {
    background: url('/img/top-view.png') center no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-top: 60%;
}

.top-play {
    margin: 150px 0;
}

.top-play a {
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 2rem;
}

.top-play a:hover {
    text-decoration: none;
    color: #fff !important;
}

.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%;
}

.logo-head {
    max-height: 60px;
}

.b-cool {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.b-cool h1 {
    color: #609BFF;
    font-size: 4rem;
}

.b-cool .col-sm-12 {
    background:  #293644;
    padding: 30px;
    outline: 2px solid #161616;


}

.b-design {
    margin-bottom: -40px;
}

.b-design .design-rus {
    font-weight: 700;
    padding-bottom: 30px;
}

.b-dev {
    display: flex;
    flex-wrap: wrap;
}

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

.dev-col-1 {
    color: #000;
    background-color: #FBE4FF;
    padding: 5%;
}

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

.b-footer a {
    color: #8491A0;
}

.b-footer a:hover {
    color:#609BFF;
}

.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;
}

.b-distr {
    text-align: center;
    background: url('/img/bg-distr.png') no-repeat center;
    background-size: cover;
}

.b-world {
    text-align: center;
    background: url('/img/bg-world.png') no-repeat center;
    background-size: cover;
}

.b-smi {
    padding-left: 0;
    padding-right: 0;
}

.smi-items {
    margin-top: 50px;
}

.smi-items div {
    align-content: center;
	justify-content: center;
    margin-bottom: 30px;
}

.smi-ph {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 110px;
}

.smi-items a {
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
    height: 100%;
    outline: #5B6876 solid 1px;
}

.smi-items img {
    max-height: 60px;
	width: auto;
	margin: 80px 15px;
}

.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;
}

@media (min-width: 1201px) {
    .b-top h1 {
        font-size: 3rem;
    }
}

@media (max-width: 1280px) {

    .b {
        margin-left: 30px;
        margin-right: 30px;
    }

}

@media (max-width: 1200px) {


    .b-top {
        padding: 40px 0;
    }

    .b-top h1 {
        margin-top: 10%;
    }

    .top-play {
        margin: 50px 0;
    }

    .top-play a{
        font-size: 1.2rem;
    }

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

    .b-cool h1 {
        font-size: 5rem;
    }

    .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%;
      /*  margin-bottom: 10px;*/
    }  

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

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

@media (min-width: 768px) {
	
    .feat-col-1 {
        padding-right: 0 !important;
    }
    .feat-col-2 {
        padding-left: 0 !important;
    }
	
	.b-features .feat-text {
		padding-right: 20px;
	}
	
    .b-distr .b {
        padding: 60px 100px;
    } 
    
    .b-world .b {
        padding: 80px 100px;
    }
}


@media (max-width: 767px) {

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

    .b {
        margin-left: 15px;
        margin-right: 15px;
    }

    .b-top {
        flex-wrap: wrap-reverse;
    }

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

    .top-col {
        width: 100%;
    }

    .top-col-2 {
        padding-top: 100%;
    }

    .top-play {
        margin: 20px 0;
    }
    
    .top-play a {
        font-size: 1rem;
    }
    .top-play img {
        transform: scale(.7);
        transform-origin: 0 50%;
    }


    .b-cool h1 {
        font-size: 3rem;
    }

    .b-cool .col-sm-12 {
        margin-bottom: 15px;
    }

    .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: 551px) {

    .docs-item h4 {
        word-wrap: break-word;
        font-size: 95%;
    }

}
