*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.borderless td, .borderless th {
    border: none;
}

body {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif,"PT Sans";
    line-height: 1.7;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.ag-wrapper {
    position: relative;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

.hq__section {
    margin: 0 50px;
}

.title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 40px;
    color: #182231;
}

.contacts-h1 {
    margin: 50px auto 30px;
    text-align: center;
}

.contacts-h1 h1 {
    font-size: 22px;
    font-weight: 600;
    color: #182231;
}

.title__mainpage h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.7;
}

.title__mainpage h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.5;
}

.title__main h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.7;
}

.title__main h2,h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.5;
}

.subtitle__main h2, .subtitle__main h4 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.5;
}

.title__main h4 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0;
}

.subtitle h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0;
}

.subtitle p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0;
}

.color__grey {
    background: #f7f7f7;
}

.color__blue {
    background: #f8fcff;
}

.hr-base {
    border: none;
    background-color: #235ffe;
    height: 3px;
    width: 40px;
    margin: 10px auto 40px;
}
.hr-yellow {
    border: none;
    height: 3px;
    width: 40px;
    margin: 10px auto 40px;
    background: #ffdd2d;
}
.hr-green{
    border: none;
    height: 3px;
    width: 40px;
    margin: 10px auto 40px;
    background: #02c925;
}
.hr-blue {
    border: none;
    background-color: #78fbf5;
    height: 3px;
    width: 40px;
    margin: 10px auto 40px;
}

.ag-mask {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding-bottom: 2.8%;
    bottom: -1px;
}

.ag-mask .skew-mask {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewY(-1.6deg);
    -moz-transform: skewY(-1.6deg);
    transform: skewY(-1.6deg);
}

.ag-mask--7 {
    padding-bottom: 7%;
}

.ag-mask--7 .skew-mask {
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.skew-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.skew-mask--color {
    background: #f8f8f8;
}

.skew-mask--dark {
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc);
}

.skew-mask--blue {
    background: -webkit-linear-gradient(180deg, #ffffff, #eff4fd);
}

.skew-mask--white {
    background-color: #fff;
}

.clearbody {
    margin-bottom: 80px;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 20;
    border: 0;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
    box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
}

#topnav .logo {
    float: left;
    color: #182231 !important;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu a img {
    width: 18px;
}

.lang {
    margin-top: -4px;
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #235ffe;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #235ffe;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    content: url(../img/arrow.svg);
    display: inline-block;
    width: 50px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 3px;
    right: -10px;
    top: -4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #235ffe;
}


#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #182231;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    margin-top: 25px;
    padding-right: 35px;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #235ffe;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #235ffe !important;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #182231;
    font-size: 16px;
    background-color: transparent !important;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
    color: #235ffe;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    content: url(../img/arrow.svg);
    display: inline-block;
    width: 50px;
    position: absolute;
    right: -28px;
    top: 11px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
    box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
}

#topnav.scroll .navigation-menu > li > a {
    color: #182231;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
    border-color: #182231;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
    color: #235ffe;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
    border-color: #235ffe;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
    box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

.logo {
    padding-left: 30px;
    padding-top: 10px;
    display: inline-block;
}

.logo span {
    display: block;
    float: right;
    height: 100%;
    padding: 18px 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8492a6;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1500px) {
    .logo span {
        display: none;
    }
}

@media (min-width: 1294px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        -webkit-box-shadow: 1px 1px 0 0 rgba(0, 114, 255, 0.1);
        box-shadow: 1px 1px 0 0 rgba(0, 114, 255, 0.1);
        border-color: transparent #ffffff #ffffff transparent;
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 19;
        padding: 15px 7px 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
        box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
    }

    #topnav .navigation-menu > li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 30px;
        clear: both;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 400;
        color: #182231 !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: #235ffe !important;
    }

    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #235ffe;
    }

    #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
        color: #235ffe !important;
    }

    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu > li.last-elements .submenu:before {
        left: auto;
        right: 10px;
    }

    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
    }

    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1293px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
        box-shadow: 0 0 20px rgba(0, 114, 255, 0.25);
        min-height: 74px;
    }

    #topnav .container {
        width: auto;
    }

    #topnav #navigation {
        max-height: 400px;
    }

    #topnav .navigation-menu {
        float: none;
    }

    #topnav .navigation-menu > li {
        float: none;
    }

    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
        border-top: 2px solid #e1ebfe;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        font-size: 15px;
        font-weight: 400;
        color: #182231 ;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }

    #topnav .navigation-menu > li > a {
        color: #182231;
        padding: 10px 20px;
    }

    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li .submenu li a:hover, #topnav .navigation-menu > li.has-submenu.open > a {
        color: #235ffe;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .buy-button .login-btn-light {
        display: none;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        content: url(../img/arrow1.svg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        width: 60px;
        right: 70px;
        top: -13px;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        content: url(../img/arrow1.svg);
        right: 16px;
        width: 60px;
        top: -10px;
    }

    #topnav .has-submenu.active a {
        color: #235ffe;
    }

    .active {
        color: #235ffe;
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #ffffff;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 455px) {
    #topnav .buy-button {
        display: none;
    }

    #topnav .buy-menu-btn {
        display: block !important;
        text-align: center;
        padding: 20px 0;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

@media (max-width: 593px) {
    .logo {
        padding-left: 0;
    }

    #topnav .buy-button {
        padding-right: 0;
    }
}

.btn_connection {
    padding: 9px 22px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    background: #182231!important;
    color: #ffffff !important;
}

.btn_connection:hover {
    transition: background-color 0.3s ease-in-out;
    background: #000 !important;
}

.btn__index {
    margin: 40px 0;
    position: relative;
    animation: pulse 3s infinite;
}

.btn__index a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc) !important;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 25px;
}

.btn__index a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #235ffe !important;
}

.btn__main {
    margin: 40px 0;
}

.btntoprice {
    text-align: center;
    margin: 40px 0;
    position: relative;
    animation: pulse 3s infinite;
}

.btn__pulse {
    position: relative;
    animation: pulse 3s infinite;
}

.btn__order {
    margin: 50px 0;
    text-align: center;
}

.btn__main a,.btn__order a, .btntoprice a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #07203b;
    background: -webkit-linear-gradient(315deg, #ffba02, #ffe200) !important;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 25px;
}

.btn__main a:hover,.btn__order a:hover,.btntoprice a:hover {
    background: #ffba02 !important;
}

.btn__mainpage {
    margin: 40px 0;
}

.btn__mainpage a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 25px;
}

.bm-yellow a {
    color: #000!important;
    background: #ffdd2d!important;
}
.bm-yellow a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #b29512!important;
}
.bm-green a {
    color: #000;
    background: #02c925;
}
.bm-green a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #02c925;
}
.bm-blue a {
    color: #000;
    background: #78fbf5;
}
.bm-blue a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #78fbf5;
}
.page__h1-portfolio {
    background: url("../img/portfolio.jpg")no-repeat center fixed;
}

.page {
    margin: 170px auto 220px;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.page__info {
    margin: 170px auto 0;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.article-title {
    margin: 170px auto 0;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    color: #182231;
}
@media (max-width: 991px) {
    .article-title {
        font-size: 25px;
        margin: 90px auto 0;
    }
}
.text-primary {
    color: #235ffe !important;
}

.one-slider {
    background: url("../img/home-shape.png") center center;
    width: 100%;
    height: auto;
    padding: 280px 10px 150px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

@media (max-width: 767px) {
    .one-slider {
        padding: 60px 10px 0;
    }
}

.banner-bg {
    background-color: #020e1d;
    background: url("../img/banner-bg.avif")no-repeat center fixed;
    width: 100%;
    height: auto;
    background-size: cover;
}

.iphonelogo {
}

.iphonelogo img {
    margin-top: -100px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .iphonelogo img {
        margin-top: 10px;
    }
}

.bg-black {
    background: #020e1d !important;
}
.bg-dark {
    background: #000 !important;
}

.bg-light {
    background: #f2f9ff !important;
}

@media (max-width: 767px) {
    .bg-esport {
        padding: 60px 10px 0;
    }
}

.onesl {
    padding-top: 70px;
}

.title-heading {
    line-height: 26px;
}

.title-heading .para-desc {
    color: #dbdbdb;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
}

.title-heading .heading {
    font-family: "Montserrat", sans-serif;
    color: #182231;
    line-height: 1.5;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 1px;
}

.title-heading .logo-first {
    font-family: "Montserrat", sans-serif;
    color: #182231;
    line-height: 1.5;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 1px;
}

.title-heading .logo-two {
    font-family: "Montserrat", sans-serif;
    color: #182231;
    line-height: 1.5;
    font-weight: 700;
    font-size: 37px;
    letter-spacing: 1px;
}

.title-heading .logo-first-p {
    line-height: 1.5;
    font-size: 18px;
}

.title-heading .heading-sport {
    margin-top: 56px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
}
.title-heading .heading-esport {
    margin-top: 56px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 1px;
}
.text-exports {
    color: #d57978 !important;
}

.title-heading .heading-otr {
    font-family: "Montserrat", sans-serif;
    color: #182231;
    line-height: 1.5;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1px;
}

.title-heading .heading_identity {
    font-family: "Montserrat", sans-serif;
    color: #182231;
    line-height: 1.5;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px;
}

@media (min-width: 769px) {
    .title-heading, .btn__main, .btn__mainpage, .btn__index {
        float: left;
    }
}

@media (max-width: 768px) {
    /*.title-heading, .btn__main, .btn__mainpage, .btn__index {*/
    /*    text-align: center;*/
    /*}*/
    .title-heading .heading-sport {
        font-size: 26px !important;
    }
    .title-heading .heading {
        font-size: 32px !important;
    }

    .title-heading .logo-first {
        font-size: 32px !important;
    }

    .title-heading .heading-esport {
        font-size: 32px !important;
        margin-top: 0;
    }

    .title-heading .heading_identity {
        font-size: 35px;
    }

    .title-heading .para-desc {
        font-size: 18px;
    }

    .section-title .title {
        font-size: 24px;
    }
}

.btn {
    padding: 8px 24px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    border-radius: 50px;
}

.btn-outline-primary {
    border: 1px solid #235ffe;
    color: #235ffe;
    background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc);
    border-color: #235ffe;
    color: #ffffff !important;
}

.btn-outline-primary-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    z-index: 9999999;
}

.btn-outline-primary-white:hover, .btn-outline-primary-white:focus, .btn-outline-primary-white:active, .btn-outline-primary-white.active, .btn-outline-primary-white.focus, .btn-outline-primary-white:not(:disabled):not(.disabled):active {
    background: #fff;
    border-color: #fff;
    color: #06213c !important;
}

.title_h3 {
    font-family: 'Montserrat', sans-serif;
    color: #182231;
    font-size: 30px;
    margin-bottom: 20px;
}

.main {
    background: url("../img/main.jpg")no-repeat center fixed;
}

.slider {
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.overlay__main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #182231;
    background: linear-gradient(-45deg,#2141e1,#ea4672);
    background: -webkit-linear-gradient(-45deg,#2141e1,#ea4672);
    background: -moz-linear-gradient(-45deg,#2141e1,#ea4672);
    background: -o-linear-gradient(-45deg,#2141e1,#ea4672);
    opacity: 0.85;
}

.overlay__poly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #212121;
    background: linear-gradient(-45deg, #363ae8, #1ba1fc);
    background: -webkit-linear-gradient(-45deg, #363ae8, #1ba1fc);
    opacity: 0.85;
}

.slider-text {
    text-align: center;
    position: relative;
    color: #fff;
    padding: 280px 0 240px;
}

.slider-text_main-p {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}

.slider-text_main-h1 {
    padding: 0 22%;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.slider-text_other-h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}

.slider-text_other-h2 {
    padding: 0 22%;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.slider-text .btn::before {
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slider-text .btn::before {
    background: #fff;
}

.slider-text .btn {
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 11px 30px;
    background: none;
    color: #fbb829;
    border: 1px solid #fff;
}

.slider-text .btn {
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 17px;
}

.slider-text .btn:hover:before, .slider-text .btn:focus:before, .slider-text .btn:active:before {
    border-radius: 30px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.slider-text .btn:hover, .slider-text .btn:focus, .slider-text .btn:active {
    color: #182231;
}

.logo1 {
    margin-top: -15px;
    padding-top: 20px;
    margin-bottom: -8px;
}

.offer {
    margin: 50px auto;
    max-width: 450px;
    background: rgba(255,255,255,0.4);
    border-radius: 40px;
    box-shadow: -3px -3px 25px rgba(36,140,239,0.1);
}

.offer__item1 img {
    padding-top: 90px;
    display: block;
    margin: 0 auto;
    width: 350px;
}

.offer__item2 {
    padding-top: 27px;
    text-align: center;
}

.offer__item3 {
    padding: 40px 0 85px;
    text-align: center;
}

.offer__item3 a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #fd729a;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 30px;
    box-shadow: 3px 4px 20px #fcc8e8;
}

.offer__item3 a:hover {
    background: #fd63a7;
}

.image__main {
    text-align: left;
}

.image__main img {
    max-width: 100%;
}

.aboutdesigner {
    margin: -30px 0 80px;
    text-align: center;
}

.aboutdesigner a img {
    max-width: 40%;
    animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bkgr__otzyv {
    top: 130px;
    right: 0;
    position: absolute;
    width: 20%;
    max-width: 400px;
    z-index: 2;
}

.gotzyv {
    text-align: center;
    margin: -100px auto 150px;
}

.gotzyv a img {
    width: 210px;
    animation: pulse 3s infinite;
}

@media screen and (min-width: 200px) and (max-width: 500px) {
    .aboutdesigner a img {
        max-width: 75%;
    }
}

@media screen and (min-width: 501px) and (max-width: 766px) {
    .aboutdesigner a img {
        max-width: 70%;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .aboutdesigner a img {
        max-width: 65%;
    }
}

.rightdesigner img {
    width: 60%;
    max-width: 340px;
}

@media (max-width: 767px) {
    .rightdesigner img {
        padding-top: 0;
        margin-bottom: 0;
    }
}

.rightdesigner {
    text-align: center;
}

.rightimg img {
    width: 100%;
}

.rightimg {
    text-align: center;
    padding: 25px;
}

.socials {
    margin-bottom: 20px;
}

.feature i {
    font-size: 50px;
    color: #1ba1fc;
}

.feature {
    padding: 30px;
    background: white;
    border-radius: 20px;
    margin: 0 auto 80px;
    text-align: center;
    max-width: 350px;
    box-shadow: -3px 13px 25px rgba(0, 114, 255, 0.2);
}

.feature img {
    display: block;
    margin: 0 auto 20px;
    width: 90px;
}

.feature_block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #182231;
    margin: 0;
}

.feature_block p {
    font-size: 15px;
    color: #182231;
}

.files_list {
    padding: 45px;
    background: white;
    border-radius: 20px;
    margin: 0 25px 80px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.15);
}

.files_list p {
    text-align: left;
}

.formatslist {
    text-align: left;
}

.formatslist img {
    max-width: 60px;
    margin-right: 20px;
}

.formatslisttext {
    padding: 20px 0;
}

.insta {
    padding: 20px 30px 3px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 20px;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    box-shadow: -2px 5px 15px rgba(0, 114, 255, 0.2);
}

.insta h3 {
    color: #182231;
}

.whatsapp {
    padding: 20px 30px 3px;
    background: -webkit-linear-gradient(90deg, #0fca0c, #36ff57);
    border-radius: 20px;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    box-shadow: -2px 5px 15px rgba(0, 114, 255, 0.2);
}

.whatsapp h3 {
    color: white;
}

.telega {
    padding: 20px 30px 3px;
    background: -webkit-linear-gradient(90deg, #209acc, #38afe4);
    border-radius: 20px;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    box-shadow: -2px 5px 15px rgba(0, 114, 255, 0.2);
}

.telega h3 {
    color: white;
}

.vkontakte {
    padding: 20px 30px 3px;
    background: #2787f5;
    border-radius: 20px;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    box-shadow: -2px 5px 15px rgba(0, 114, 255, 0.2);
}

.vkontakte h3 {
    color: white;
}

.toorder {
    padding: 20px 30px 3px;
    background: -webkit-linear-gradient(90deg, #235ffe, #1ba1fc);
    border-radius: 20px;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 350px;
    box-shadow: -2px 5px 15px rgba(0, 114, 255, 0.2);
}

.toorder h3 {
    color: white;
}

.galpop-single {
    z-index: 4;
}

.flex-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
}

.fullline {
    margin: 0 auto;
    width: 70%;
    height: 2px;
    background: #e1ebfe !important;
}

.minus {
    padding-top: 40px;
}

.btn__all {
    margin: 65px 0 30px;
    text-align: center;
}

.btn__all a {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #182231;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 25px;
}

.btn__all a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #000;
}

.btn__left {
    margin: 15px 0 30px;
    text-align: center;
}

.btn__left a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background: #182231;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 25px;
}

.btn__left a:hover {
    transition: background-color 0.3s ease-in-out;
    background: #000;
}

#moreButton, #loadingDiv {
    margin: 50px auto 30px;
    padding: 20px 0;
    background: #fd729a;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

#loadingDiv {
    display: none;
}

.gallery-item {
    padding: 0;
}

.gallery-item_portfolio {
    padding: 0;
}

@media (max-width: 767px) {
    .gallery-item_portfolio {
        padding: 0;
    }
}

.flex-container figure {
    margin: 0;
    position: relative;
}

.flex-container figure img {
    width: 100%;
    display: block;
    position: relative;
}

.flex-container figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #182231;
    color: #f1f8ff;
}

.flex-container figcaption h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.flex-container figcaption h4 {
    float: right;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.flex-container figcaption span {
    font-size: 15px;
    text-align: left;
}

.flex-container figcaption h2 {
    font-size: 15px;
    text-align: left;
}

.cs-style-2 {
    margin-top: 90px;
}

.cs-style-2 figure img {
    z-index: 10;
    transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img, .cs-style-2 figure.cs-hover img {
    transform: translateY(-90px);
}

.cs-style-2 figcaption {
    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
}

.portfolio__size {
    width: 70%;
    margin: 0 auto 0;
}

@media screen and (max-width: 1224px) {
    .portfolio__size {
        width: 100%;
    }
}

.bg-portfolio {
    background: url("../img/bg-portfolio.avif")no-repeat center fixed;
    z-index: 1;
}

.bg-zlk1 {
    background: url("../img/zakazat-logotip-komandy/1.avif")no-repeat center fixed;
    z-index: 1;
}

.bg-zlk2 {
    background: url("../img/zakazat-logotip-komandy/2.avif")no-repeat center fixed;
    z-index: 1;
}

.bg-zlk3 {
    background: url("../img/zakazat-logotip-komandy/3.avif")no-repeat center fixed;
    z-index: 1;
}

.bg-zlk5 {
    background: url("../img/bg-video.avif")no-repeat center fixed;
    z-index: 1;
}

.order-bg {
    background: url("../img/zakazat-logotip-komandy/3.avif")no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.order-bg-index {
    background: url("../img/order-bg.avif")no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.order-bg-esports {
    background: url("../img/order-bg-esports.avif")no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.next {
    background: url("../img/next.jpg")no-repeat center fixed;
    z-index: 1;
}

.price {
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.overlay1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #182231;
    opacity: 0.1;
}

.overlay-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 14, 29, 0.98);
    opacity: 0.9;
    z-index: -1;
}

.overlay-dark-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(-45deg, #000000, #235ffe);
    opacity: 0.9;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(-180deg, #235ffe, #005ff9);
    opacity: 0.8;
}

.overlay-white {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.95;
}

.price-text {
    text-align: center;
    position: relative;
    color: #fff;
    padding-top: 180px;
    padding-bottom: 150px;
}

.price-text h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.price-text p {
    padding: 0 22%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
}

.price-text .btn::before {
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.price-text .btn::before {
    background: #fff;
}

.price-text .btn {
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 11px 30px;
    background: none;
    color: #fbb829;
    border: 1px solid #fff;
}

.price-text .btn {
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
}

.price-text .btn:hover:before, .price-text .btn:focus:before, .price-text .btn:active:before {
    border-radius: 30px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.price-text .btn:hover, .price-text .btn:focus, .price-text .btn:active {
    transition: background-color 0.3s ease-in-out;
    color: #182231;
}


.minus {
    margin: -70px 0 50px;
}

.sn {
    font-size: 15px;
    text-align: center;
    color: #182231;
}

.attention {
    background: white;
    margin: 40px 20px 0;
    padding: 40px 30px 30px;
    box-shadow: -3px -3px 25px rgba(0, 114, 255, 0.1);
}

.at__title {
    margin-left: 10px;
    font-size: 20px;
    color: #182231;
}

.attention > p {
    margin-top: 20px;
    color: #182231;
    font-size: 15px;
    font-weight: 500;
}

.attention span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.attention i {
    padding-top: 6px;
}

.line {
    border: none;
    background-color: #e9f8fb;
    height: 2px;
}

.step-box {
    padding-bottom: 80px;
}

.step-boxes-4 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 40px;
}

.white {
    margin-top: 50px;
    color: white;
}

.wt {
    background-color: white;
}

.information {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.information a {
    margin: 10px 0;
    font-weight: 600;
    color: #182231;
    text-decoration: none;
}

.company__jpg {
    text-align: center;
}

.info {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
}

.info img {
    margin-top: 30px;
    max-width: 97%;
}

.aboutmain h2 {
    text-align: center;
    color: #182231;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.aboutmain h3 {
    text-align: center;
    color: #182231;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.lefth3 {
}

.left-title h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #182231;
}


.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #182231;
}
.breadcrumbs li {
    position: relative;
    margin-right: 25px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.breadcrumbs li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
.breadcrumbs li a:hover {
    color: #235ffe;
    border-bottom-color: #235ffe;
}
.breadcrumbs li:last-child {
    color: rgba(24, 34, 49, 0.46);
    font-weight: 600;
    margin-right: 0;
}
.breadcrumbs li:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -18px;
    top: 0;
    color: #ccc;
    font-weight: normal;
    margin-left: 7px;
}

@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 12px;
        margin: 15px 0 30px;
    }
    .breadcrumbs li {
        margin-right: 15px;
    }
    .breadcrumbs li:not(:last-child)::after {
        right: -10px;
        margin-left: 5px;
    }
}

.breadcrumbs.minimal {
    margin: 10px 0;
    font-size: 13px;
    color: #666;
}

.breadcrumbs.minimal li {
    margin-right: 20px;
}

.breadcrumbs.minimal li a {
    color: #444;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.breadcrumbs.minimal li a:hover {
    color: #235ffe;
    border-bottom-color: #235ffe;
}

.breadcrumbs.minimal li:not(:last-child)::after {
    content: '›';
    color: #aaa;
    right: -14px;
    font-size: 16px;
}

.cost__magazine {
    margin: 80px auto -50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bolder;
}

.img-cost {
    width: 60%;
    margin: auto;
}

.img-comand {
    width: 100%;
    margin: auto;
}

.img__cost {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.brif {
    text-align: center;
    margin: 7px auto;
}

.green {
    color: #2eca8b;
}

.black {
    color: #182231;
}

.cost__cont .tag {
    position: absolute;
    font: 400 16px "Montserrat", sans-serif;
    color: #fff;
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc);
    padding: 19px 45px;
    top: -10px;
    left: -42px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.esports-mode .cost__cont .tag {
    color: #000;
    font-weight: 600;
    background: #78fbf5;
}
.sport-mode .cost__cont .tag {
    color: #000;
    font-weight: 600;
    background: #02c925;
}
.cost__cont .tag span {
    position: relative;
    top: 11px;
}

.sale {
    position: absolute;
    font: 400 14px "Montserrat", sans-serif;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc);
    padding: 19px 70px;
    top: 98px;
    left: -70px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cost__cont {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    /*margin: 20px 10px;*/
    margin: 20px auto;
    padding: 20px 25px 20px;
    border-radius: 20px;
    border: 2px solid #235ffe;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.esports-mode .cost__cont {
    border: 2px solid #78fbf5;
}
.sport-mode .cost__cont {
    border: 2px solid #02c925;
}

.cost__cont:hover {
    transition: 0.6s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cost__cont-img {
    text-align: center;
}

.cost__cont-img img {
    max-width: 70%;
    border-radius: 5%;
}

.cost__cont .cost__points {
    text-align: center;
    margin: -10px 0 35px;
}

.cost__cont .cost__points li {
    margin: 5px 0;
}

.cost__cont .cost__points li i {
    position: relative;
    left: -10px;
    top: 6px;
    font-size: 25px;
}

.costhr {
    border: none;
    background-color: #e5eefd;
    height: 1px;
    width: 90%;
    margin-bottom: 30px;
}

.cost__text_title-blue {
    font-size: 22px;
    color: #182231;
    text-align: center;
    margin: 10px 0 0;
}

.cost__text_title-blue-otr {
    font-size: 28px;
    color: #182231;
    text-align: center;
    margin: 10px 0 20px;
}

.cost__text_blue {
    color: #182231;
    font-size: 22px;
}

.subcost {
    font-size: 14px;
}

.cost__text p {
    font-size: 15px;
}

.cost__cont-ex {
    text-align: center;
    margin-bottom: 20px;
}

.cost__cont-ex p {
    font-size: 16px;
    font-weight: 600;
}

.cost__cont-ex img {
    max-width: 80%;
    border-radius: 25px;
}

.info__detals {
    border-collapse: separate;
    border-spacing: 15px 10px;
    font-size: 14px;
}

.info__title {
    font-weight: 300;
    color: #848484;
}

.payment {
    font-size: 15px;
    text-align: center;
    margin: 0 auto 30px;
}

.payment img {
    max-width: 90%;
}

.footer {
    background: #182231;
    padding-top: 120px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer__nav {
    font-size: 15px;
}

.footer ul li {
    color: white;
    margin: 10px 0;
}

.footer_right {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    float: right;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .footer_right {
        float: left;
    }
}

.ftitle {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: white;
}

.font-weight-bold {
    font-weight: bold;
}

.social-icons {
    display: flex;
    justify-content: left;
}

.social-icons a {
    margin: 0 15px 0 0;
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

.social-icons a:hover img {
    transform: scale(1.2);
}

.copyright {
    background: #131c29;
    margin: 20px auto 0;
    color: #b2b7c4;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.copyright a {
    color: #b2b7c4;
}
.copyright a:hover {
    color: #b2b7c4;
}
.logo-white {
    text-align: left;
    margin-bottom: 15px;
}

.logo-white img {
    width: 150px;
}

.social a {
    font-size: 25px;
    margin-right: 20px;
    color: #fff;
}

.social a:hover {
    color: #c5e2fe;
}


@media screen and (max-width: 1284px) {
    #goorder {
        width: 100%;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        text-align: center;
        font-weight: 600;
        padding: 10px 20px;
        position: fixed;
        bottom: 0;
        right: 0;
        cursor: pointer;
        display: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        z-index: 33;
    }
}

.goorder-style1 {
    background: -webkit-linear-gradient(-180deg, #ffdd2d, #ffdf46) !important;
    color: #000;
}

.goorder-style1:hover {
    color: #000;
}

.goorder-style2 {
    background: -webkit-linear-gradient(-180deg, #363ae8, #1ba1fc);
    color: white;
}

.goorder-style2:hover {
    color: white;
}

@media screen and (min-width: 1285px) {
    #goorder, .goorder-style1, .goorder-style2 {
        visibility: hidden;
    }
}

.more {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 40px;
    margin: -30px 30px 50px;
    border-radius: 30px;
}

.more a {
    color: white;
    text-decoration: none;
}

.pink {
    background: #fd729a;
}

.pink:hover {
    background: #fd63a7;
    text-decoration: none;
}

.blue {
    background: #1ba1fc;
}

.blue:hover {
    background: #1b94f3;
    text-decoration: none;
}

.column {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

@media screen and (max-width: 500px) {
    nav > ul {
    }

    .offer__item1 img {
        width: 100%;
    }

    .hq__section {
        margin: 0;
    }

    .mlr {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .empty {
        margin-top: 80px;
    }

    .slider-text_main-p {
        font-size: 32px;
    }
}

.testimonial {
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.15);
    background-color: white;
    font-family: 'Montserrat', sans-serif,"PT Sans";
    margin-bottom: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial:hover {
    transition: 0.6s;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.processbody {
    border-radius: 15px;
    box-shadow: -3px -3px 25px rgba(0, 114, 255, 0.2);
    background-color: white;
    font-family: 'Montserrat', sans-serif,"PT Sans";
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.processbody:hover {
    transition: 0.6s;
    box-shadow: -2px -2px 15px rgba(0, 114, 255, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.testimonialbody {
    padding: 20px;
    max-width: 400px;
}

.testimonialavatar {
    text-align: center;
}

.testimonialavatar img {
    position: relative;
    margin: -50px auto 30px;
    border-radius: 50%;
    width: 100px;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.15);
}

.processbody img {
    position: relative;
    margin: -30px auto 30px;
    height: 50px;
}

.testimonialname {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.testimonialnamefirm {
    margin: 4px auto -8px;
}

.testimonialnamefirm h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.testimonialstars {
    text-align: center;
}

.testimonialstars img {
    margin-top: 5px;
    width: 30%;
    max-width: 120px;
}

.testimonialnameusluga {
    margin-top: 7px;
    text-align: center;
    font-size: 12px;
    color: rgba(52, 57, 80, 0.8);
}

.testimonialtext {
    padding: 20px 30px 30px;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
}

.processtext {
    padding: 20px 30px 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}

.first-video {
    padding: 30px;
}

@media screen and (max-width: 575px) {
    .first-video {
        padding: 30px 0;
    }
}

.mt-4 {
    margin-top: 4px;
}

.pt-2 {
    padding-top: 2px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.m-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mt-42 {
    margin-top: 42px;
}

.mt--2 {
    margin-top: -2px;
}

.mt--20 {
    margin-top: -20px;
}

.mt--30 {
    margin-top: -30px;
}

.mt--40 {
    margin-top: -40px;
}

.mt--70 {
    margin-top: -70px;
}

.mt--80 {
    margin-top: -80px;
}

#accordion2 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}
.mb--20 {
    margin-bottom: -20px;
}
.mb--30 {
    margin-bottom: -30px;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb--70 {
    margin-bottom: -70px;
}

.mb--80 {
    margin-bottom: -80px;
}

.mb--120 {
    margin-bottom: -120px;
}

.mb--160 {
    margin-bottom: -160px;
}

.mt-140 {
    margin-top: 140px;
}

.process_area {
    padding-bottom: 185px;
}

.agency_featured_area {
    padding-top: 160px;
}

.agency_featured_area_two {
    padding-bottom: 150px;
}

.features_info {
    position: relative;
    padding-bottom: 170px;
}

.features_info .dot_img {
    position: absolute;
    left: 0;
    top: 28px;
}

.features_info.feature_info_two {
    padding-bottom: 70px;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(253, 114, 154, 0.161);
    display: block;
    position: absolute;
    left: -9px;
    top: 15px;
    z-index: 1;
}

.dot .dot1 {
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fd729a;
}

.dot .dot2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(253, 114, 154, 0.8);
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform;
}

.dot.middle_dot {
    left: 57.74%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
}

.agency_featured_item {
    margin-top: 130px;
}

.agency_featured_item .agency_featured_content {
    position: relative;
}

.agency_featured_item .agency_featured_content h3 {
    font: 600 30px/36px "Montserrat", sans-serif;
    color: #182231;
    margin: 32px 0 25px;
}

.agency_featured_item .agency_featured_content p {
    font-size: 15px;
}

.agency_featured_item .agency_featured_content .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
    box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
    left: 60px;
}

.pr_70 {
    padding-right: 70px;
}

.pl_70 {
    padding-left: 70px;
}

.pl_140 {
    padding-left: 140px;
}

.sec_pad {
    padding: 120px 0;
}

.mt_30 {
    margin-top: 30px;
}

.flex-row-reverse .erp_features_img_two .img_icon {
    left: -53px;
    right: auto;
}

.flex-row-reverse .erp_content_two {
    padding-right: 125px;
    padding-left: 0;
}

.flex-row-reverse .pos_features_content {
    padding-right: 70px;
}

.setup_inner .setup_item.flex-row-reverse .setup_content {
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}

.h_analytices_features_item.flex-row-reverse .h_security_img:before {
    left: auto;
    right: 20px;
    background: #edb4cb;
}

.h_analytices_features_item.flex-row-reverse .h_security_img img {
    -webkit-box-shadow: 15px 25.981px 60px 0px rgba(1, 1, 64, 0.14);
    box-shadow: 15px 25.981px 60px 0px rgba(1, 1, 64, 0.14);
}

.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_hover:hover {
    color: #fff;
}

.agency_banner_btn {
    font: 400 14px 'Montserrat', sans-serif,"PT Sans";
    color: #fff;
    background: -webkit-linear-gradient(-180deg, #235ffe, #1ba1fc);
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, 0.1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, 0.1);
    border-radius: 25px;
    padding: 16px 38px;
    border: 1px solid #235ffe;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.agency_banner_btn:hover {
    color: #235ffe;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.rowprocess {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.hide {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #020e1d;
    z-index: 30;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -75px;
    text-align: center;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/prld.svg) center center no-repeat;
    background-size: 60px;
    margin: -16px 0 0 -16px;
}

#isotop-gallery-wrapper .grid-sizer,#isotop-gallery-wrapper .isotop-item {
    width: 33.33333333%;
}

.project-ms-full-width #isotop-gallery-wrapper .grid-sizer,.project-ms-full-width #isotop-gallery-wrapper .isotop-item {
    width: 25%;
}

.our-project .project-item {
    overflow: hidden;
    position: relative;
}

.our-project .project-item .img-box img {
    width: 100%;
    transition: all 1s ease-in-out;
}

#isotop-gallery-wrapper .isotop-item .project-item:hover .img-box img, .project-with-sidebar .project-item:hover .img-box>img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .project-ms-full-width #isotop-gallery-wrapper .grid-sizer, .project-ms-full-width #isotop-gallery-wrapper .isotop-item {
        width: 33.33333%;
    }
}

@media (min-width: 650px) and (max-width: 991px) {
    #isotop-gallery-wrapper .grid-sizer, #isotop-gallery-wrapper .isotop-item,.project-ms-full-width #isotop-gallery-wrapper .grid-sizer, .project-ms-full-width #isotop-gallery-wrapper .isotop-item {
        width: 50%;
    }
}

@media (max-width: 649px) {
    #isotop-gallery-wrapper .grid-sizer, #isotop-gallery-wrapper .isotop-item,.project-ms-full-width #isotop-gallery-wrapper .grid-sizer, .project-ms-full-width #isotop-gallery-wrapper .isotop-item {
        width: 100%;
    }
}

.other-services {
    position: relative;
}

.other-services:before {
    content: url(../img/bg1.png);
    position: absolute;
    top: 90px;
    right: 0;
    z-index: -1;
}

.footer-main {
    position: relative;
}

.footer-main:before {
    content: url(../img/bg2.png);
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .footer-main:before {
        zoom: 80%;
    }
}

.alert {
    padding: 20px;
    font-size: 16px;
}

.step-boxes-4 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 40px;
}

.process_box4 {
    display: table-cell;
    text-align: center;
    position: relative;
}

.process_box4 .stp_title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.process_box4 .number {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}

.process_box4 .number:before {
    content: '';
    background: #1ba1fc;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    transition: all .2s ease-out;
}

.process_box4:hover .number:before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.process_box4 .number span {
    visibility: hidden;
    opacity: 0;
    line-height: 80px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    transition: opacity .2s ease-out .1s, font-size .2s ease-out .1s, visibility .2s ease-out .1s;
    height: 80px;
    width: 80px;
    display: block;
}

.process_box4:hover .number span {
    visibility: visible;
    opacity: 1;
    font-size: 30px;
}

.pb__line {
    display: block;
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    margin: 50px 0;
    position: relative;
}

.process_box4 .content {
    font-size: 15px;
    color: #182231;
    padding: 0 10px;
}

.process_box4 .content a {
    text-decoration: none;
    color: #182231;
}

@media (max-width:768px) {
    .process_box4 {
        display: block;
        margin-bottom: 50px;
    }
}

.white {
    margin-top: 50px;
    color: white;
}

.wt {
    background-color: white;
}

.port_h1 {
    color: #f6fbff;
}

.portsingle_h1 {
    color: #8ea7c5;
    font-size: 28px;
    text-align: center;
}

.portsingle {
    color: #8ea7c5;
}

.portsingle .subtitle p {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
    margin: 0;
}

.otrisovka img {
    width: 100%;
    max-width: 420px;
}

.fs16 {
    font-size: 16px;
}

.title-heading .fs30 {
    font-size: 30px;
}

.title-heading .fs50 {
    font-size: 50px;
}

.webstroka {
    text-align: center;
}

.webstroka img {
    width: 80%;
    max-width: 800px;
}

.panel-heading h2, .panel-heading h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.costpoly {
    background: #fff;
    box-shadow: 0 10px 14px 0 rgba(90, 111, 155, 0.05);
    padding: 25px;
    margin-bottom: 25px;
}

.costpoly h2 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    padding: 0 0 25px 10px;
}

.costpoly p {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    padding-left: 10px;
}

.faq-tab-wrapper .faq-panel .panel {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 114, 255, 0.15);
    margin-bottom: 30px;
    border-radius: 20px;
}

.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a {
    display: block;
    padding: 48px 10px 25px 65px;
    font-size: 19px;
    color: #182231;
    position: relative;
}

.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a:before {
    content: '+';
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #235ffe;
}

.faq-tab-wrapper .faq-panel .panel .panel-heading.active-panel .panel-title a:before {
    content: '-';
}

.faq-tab-wrapper .faq-panel .panel .panel-body p {
    line-height: 1.7;
}

.panel-body {
    padding: 0 65px 38px 65px;
}

.panel-body h3 {
    font-size: 16px;
    text-align: left;
    margin: 15px auto 0;
}

.panel-body h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 15px auto 15px;
}


.article-body {
    font-size: 15px;
    color: #494949;
    padding-bottom: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.article-body h1, .article-body h2 {
    margin: 50px 0 30px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}
.article-body h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 30px 0 5px;
}

.article-body h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin: 20px 0;
}

.article-body-img {
    text-align: center;
}

.article-body img {
    margin: 40px 0;
    width: 90%;
    max-width: 700px;
}

.article-body-img-full {
    text-align: center;
}

.article-body-img-full img {
    width: 100%;
}
.subtext::before, .subsubtext::before {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    content: "• ";
}
.subtext {
    margin-left: 25px;
}

.subsubtext {
    margin-left: 50px;
}

.article-body-ytb {
    position: relative;
    padding-bottom: 56.25%;
//padding-top: 25px;
    height: 0;
}

.article-body-ytb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logobanner {
    position: absolute;
    z-index: 25;
}

.logobanner img {
    position: fixed;
    bottom: calc(50% - 90px);
    right: 20px;
    width: 200px;
}

@media only screen and (max-width: 1600px) {
    .logobanner {
        display: none;
    }
}

.oglavlenie {
    text-align: center;
    margin: 0 0 50px;
    font-size: 16px;
}

.oglavlenie a {
    color: #182231;
    font-size: 16px;
}

.oglavlenie a:hover {
    color: #235ffe;
}

.oglavlenie h3 {
    font-size: 18px;
}

.ogl-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}

.call-to-action {
    margin: 40px 0;
    border-radius: 20px;
    background: #182231;
    color: white;
    padding-bottom: 10px;
}

.call-to-action .btn__all a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #131c29;
    background: white;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
    padding: 16px 38px;
    border-radius: 25px;
}
@media screen and (max-width: 767px) {

    .call-to-action .btn__all a, .btn__all a {
        padding: 10px 18px;
    }
}
.call-to-action .btn__all a:hover {
    background: #ffba02 !important;
}

.call-to-action p {
    padding: 60px 60px 50px;
}
@media screen and (max-width: 1293px) {
    .call-to-action p {
        padding: 40px 30px 50px;
    }
}
.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.shape-img img {
    width: 100%;
    position: absolute;
    max-width: none;
    height: auto;
    top: -2px;
}

.shape-img-top {
    position: relative;
    z-index: 9999999;
    width: 100%;
}

.shape-img-top img {
    width: 100%;
    position: absolute;
    transform: rotate(180deg);
    max-width: none;
    height: auto;
    bottom: -2px;
}

.underimgtext {
    margin: -20px auto 40px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0 0 35px;
}

.sidebar .widget .widget-title {
    font-size: 20px;
    margin: 25px 0 15px;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.sidebar .widget .blog-catagories li {
    padding-bottom: 10px;
}

.sidebar .widget .blog-catagories li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .blog-catagories li a, .sidebar .widget .blog-catagories li span {
    font-size: 15px;
}

.sidebar .widget .blog-catagories li a {
    color: #182231;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .blog-catagories li a:hover {
    color: #235ffe;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 20%;
}

.sidebar .widget .post-recent .post-recent-content {
    width: 80%;
    padding-left: 15px;
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #182231;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #235ffe;
}

.rounded {
    border-radius: 5px !important;
}

.shadow {
    -webkit-box-shadow: 0 0 2px rgba(0, 114, 255, 0.3) !important;
    box-shadow: 0 0 2px rgba(0, 114, 255, 0.3) !important;
}

.social-icon {
    text-align: center;
}

.social-icon i {
    font-size: 20px;
}

.bannerorder {
    text-align: center;
}

.bannerorder img {
    width: 100%;
    max-width: 500px;
}

.catborder {
    text-align: center;
    padding-top: 10px;
}

.catborderend {
    text-align: center;
    padding-top: 10px;
}

.widget .rightblog {
    width: 100%;
}

.widget .rightblog img {
    vertical-align: middle;
    width: 25%;
}

.widget .rightblog span {
    vertical-align: middle;
    display: inline-block;
    width: 75%;
}

.blog {
    margin: 10px 10px 35px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 25px;
    overflow: hidden;
}

.contentblog-title, .blog .contentblog h2 {
    text-align: left;
    margin: 25px 25px 50px;
    line-height: 1.0;
}

.blog .contentblog p {
    text-align: left;
    margin: -20px 25px 25px;
    line-height: 1.5;
}

.blog .contentblog .title {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #182231;
}

.blog .contentblog .title:hover {
    color: #235ffe !important;
}

.contentblog span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    margin-top: -10px;
    padding: 0 0 0 25px;
}

.contentblog span a {
    color: #8492a6 !important;
    font-size: 15px;
}

.contentblog span a:hover {
    color: #235ffe !important;
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.page404 {
    background: rgba(249, 252, 255, 0.15);
}

.blok404 {
    text-align: center;
}

.blok404 img {
    margin-top: 180px;
    width: 600px;
    max-width: 90%;
}

.blok404 p {
    font-size: 16px;
    font-weight: 400;
}

.tumbler {
    text-align: left;
    margin: 20px auto 20px;
    line-height: 4;
}

.tumbler-portfolio {
    text-align: center;
    margin: 55px auto 0;
    line-height: 4;
}

.tumbler-portfolio .tumbler_button {
    color: #8ea7c5;
    border-color: #8ea7c5;
}

.tumbler_button {
    margin: 0 10px;
    padding: 8px 20px;
    border: 2px solid #182231;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #182231;
}

.tumbler_button:hover, .tumbler_button a:hover {
    border-color: #235ffe !important;
    color: #235ffe !important;
}

.tumbler .active, .tumbler-portfolio .active {
    border-color: #235ffe !important;
    color: #235ffe !important;
}

.videoteka {
    background: #f8fcff;
    padding: 10px 10px;
    margin-bottom: 50px;
    border: 2px solid #e5eefd;
}

.videoteka h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 50px 0 0;
    line-height: 1.5;
    color: #182231;
}

.videoteka h3 {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: rgba(52, 57, 80, 0.55);
}

.post-slide {
    padding: 0 15px;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: all 0.3s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.2,1.2);
    filter: none;
    opacity: 1;
}

.post-slide .post-content {
    padding: 20px 0;
    position: relative;
    background: #fff;
}

.post-slide .post-title {
    margin: 10px 0 5px;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.post-slide .post-title a {
    color: #343a40;
    font-size: 18px;
    transition: all 0.50s ease 0s;
}

.post-slide .post-title a:hover {
    color: #333;
    text-decoration: none;
}

.file-banner {
    margin: auto;
}

.file-banner h3 {
    margin: auto;
}

.file-banner img {
    width: 80px;
}

.file-banner .star {
    width: 40px;
    margin-right: 20px;
}

.file-banner .file-banner-about {
    padding: 15px 10px 15px 35px;
}

.file-banner .file-banner-about strong {
    font-size: 18px;
}

.file-banner .file-banner-about .file-banner-title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #182231;
}

.mw-png img {
    max-width: 260px;
}

.share {
    padding: 70px 0;
    text-align: center;
}
.share h3 {
    text-align: center;
    font-size: 18px;
}

.subtitle-portfolio {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
}

.left {
    margin-left: 0;
}

.video-dzen {
    height: 0px;
    padding-bottom: 56.2%;
    position: relative;
}

.video-dzen iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape, .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}


.closeButton {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.closeButton:hover {
    color: #235ffe;
}

.strike {
    text-decoration: line-through;
    color: #848484;
    font-size: 17px;
    font-weight: 600;
}

.benefit {
    position: absolute;
    margin-top: 10px;
    padding: 0 6px;
    background: #235ffe;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.owl-carousel .testimonial-item {
    text-align: center;
}

.owl-carousel .testimonial-image img {
    margin-top: -60px;
    width: 100px;
    border-radius: 50%;
}

.testimonial-item.equal-height.style-6 {
    -webkit-box-shadow: 0 3px 15px rgba(0, 114, 255, 0.15);
    background: white;
    border-radius: 15px;
    margin: 50px 5% 20px;
    padding: 10px 0 20px 0;
    position: relative;
}

.cell-center {
    text-align: center;
    padding-top: 20px;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
}

.testimonial-content.quote:before {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 40px;
    content: url(../img/icons/quote.svg);
}

.testimonial-content.quote {
    padding: 17px 35px;
    text-align: left;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #80b9ff;
}

:root {
    --tab-border-bottom-width: 2px;
    --tab-spacing: 1rem .5rem;
}

[data-tab] {
    display: none;
}

[data-tab-panel] {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    height: 0;
    position: relative;
    z-index: 1;
}

[data-tab-label] {
    padding: var(--tab-spacing, 0);
    position: relative;
    bottom: -1px;
    cursor: pointer;
    border-bottom-width: var(--tab-border-bottom-width, 0);
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.tab-main {
    text-align: center;
}

[data-tab="tab1"]:checked ~ .tab-main [data-tab-label="tab1"], [data-tab="tab2"]:checked ~ .tab-main [data-tab-label="tab2"] {
    border-bottom-color: #235ffe;
    z-index: 10;
}

[data-tab="tab1"]:checked ~ .tab-main ~ [data-tab-panel="tab1"], [data-tab="tab2"]:checked ~ .tab-main ~ [data-tab-panel="tab2"] {
    opacity: 1;
    visibility: visible;
    padding: var(--tab-spacing);
    width: 100%;
    height: auto;
}

.promo-header {
    position: fixed;
    z-index: 19;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: #020e1d;
    color: white;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.promo-header a {
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    color: #020e1d;
    background: -webkit-linear-gradient(315deg, #ffba02, #ffe200) !important;
    text-decoration: none;
}

.promo-header a:hover {
    background: #ffba02 !important;
}

@media screen and (max-width: 1293px) {
    .promo-header {
        top: 74px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1294px) {
    .promo-header {
        bottom: 0;
    }
}

.rub {
    font-size: 15px;
}

.left-iphone h3, .right-iphone h3 {
    font-size: 22px;
    font-weight: 600;
    color: #182231;
    margin: 0;
}

.left-iphone p, .right-iphone p {
    font-size: 15px;
    color: #182231;
}

.left-iphone {
    text-align: right;
    padding: 70px 0;
    max-width: 300px;
}

.right-iphone {
    text-align: left;
    padding: 70px 0;
    max-width: 300px;
}

.iphone-image {
    text-align: center;
}

.iphone-image img {
    max-width: 80%;
    max-height: 460px;
}

@media screen and (max-width: 991px) {
    .left-iphone {
        text-align: left;
        padding: 0 0 70px;
    }

    .right-iphone {
        padding: 70px 0 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1126px) {
    .iphone-image img {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1126px) and (max-width: 1330px) {
    .iphone-image img {
        padding-top: 30px;
    }
}

.example-logo {
    text-align: center;
    margin: 20px;
}

.example-logo img {
    text-align: center;
    width: 100%;
}

.example-logo p {
    color: #182231;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.selectlink {
    position: relative;
    display: inline-block;
    float: left;
    width: 180px;
    text-align: left;
}

.selectlink-control {
    position: relative;
    padding: 10px 15px;
    border-radius: 4px;
    background: #263343;
    color: #FFFFFF;
    cursor: pointer;
}

.selectlink-control:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}

.selectlink ul {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 210px;
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: none;
    background: #263343;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}

.selectlink li {
    display: block;
    margin: 0;
    padding: 0;
}

.selectlink li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 15px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.selectlink li a:hover {
    background: #131c29;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .body_pointer {
        cursor: pointer;
    }
}

.images-more li a {
    font-size: 18px;
    font-weight: 500;
    color: #182231;
}

.te-about-image-card {
    position: relative;
    width: 90%;
    padding: 150px 20px 200px;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .te-about-image-card {
        /*display: none;*/
        padding: 150px 20px 0;
    }
    .title-mg {
        margin-top: -50px;
    }
}
.title-mg {
    margin-top: 50px;
}
.te-main-img-wrapper {
    position: relative;
}

.te-main-img-inner {
    position: relative;
}

.image-one {
    position: relative;
    width: 100%;
    z-index: 2;
}

.image-one img {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.image-two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 3;
    transform: translate(-50%, 40%);
}

.image-two img {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.te-img-card-shape {
    position: absolute;
    top: 60%;
    left: 8%;
    width: 60%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.te-img-card-shape img {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .te-about-image-card {
        width: 80%;
    }
}
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

#scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

#scroll-to-top a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent; /* Прозрачный фон */
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}


.arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #020e1d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-icon svg {
    width: 34px;
    height: 34px;
}

#scroll-to-top a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    clip: rect(auto, auto, auto, auto);
    background: conic-gradient(#007bff 0%, #235ffe 0%, transparent 0%, transparent 100%);
    transition: background 0.1s linear;
    z-index: 1;

}

.arrow-list {
    position: relative; /*  Для позиционирования псевдоэлемента-разделителя */
}
.arrow-list-item {
    padding: 10px 0 10px 25px;
    position: relative;
    transition: background-color 0.3s ease;
    line-height: 1.0;
}

.arrow-list-item::before {
    content: '\bb';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    font-size: 1.8em;
}
.arrow-list-item {
    padding-left: 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.ali-yellow::before{
    color: #ffdd2d;
}
.ali-green::before{
    color: #02c925;
}
.ali-blue::before{
    color: #78fbf5;
}


.about .about-detail {
    margin-right: -96px;
    padding: 50px 96px 10px 50px;
    background: #f6fbff;
    border-radius: 90px 0px 0px 90px;
}
@media (max-width: 1599px) {
    .about .about-detail {
        padding: 64px 90px 64px 36px;
    }
}
@media (max-width: 1399px) {
    .about .about-detail {
        margin-right: -130px;
    }
}
@media (max-width: 1199px) {
    .about .about-detail {
        margin-right: 0px;
        border-radius: 60px;
        padding: 64px 48px 64px 48px;
    }
}
@media (max-width: 992px) {
    .about .about-detail {
        border-radius: 38px;
        padding: 32px;
    }
}
@media (max-width: 492px) {
    .about .about-detail {
        border-radius: 15px;
        padding: 18px;
    }
}
.about .about-detail h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.about .about-detail p {
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0 24px;
}

.about .about-detail a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    background: #1B1C1E;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode p,
.file-banner-title,
.dark-mode .title__mainpage,
.file-banner,
.dark-mode .cost__text_title-blue,
.dark-mode .info__detals,
.dark-mode .info__title,
.dark-mode .cost__text_blue,
.dark-mode .left-iphone h3,
.dark-mode .right-iphone h3,
.dark-mode .article-body,
.tab-main
{
    color: #f6fbff !important;
}
.dark-mode .table {
width: 90%;
}
.dark-mode .table th, .dark-mode .table td {
    color: #f6fbff;
    background: #020e1d;
}
.dark-mode .btn__left a {
    color: #182231;
    background: #ffdd2d;
}

.dark-mode .btn__left a:hover{
    background: #b29512;
}
.dark-mode .testimonial-item.equal-height.style-6,
.dark-mode .testimonial
{
    color: #f6fbff;
    background: none;
    -webkit-box-shadow: none;
    border: 2px solid #ffdd2d;
}
.dark-mode .testimonialavatar img {
    box-shadow: none;
}
.overhide {
    overflow: hidden;
}
.dark-mode .example-logo p {
    background: #182231;
}

/* Общая полоса прокрутки */
::-webkit-scrollbar {
    width: 10px; /* Ширина полосы прокрутки */
}

/* Ползунок */
::-webkit-scrollbar-thumb {
    background: #007bff; /* Цвет ползунка */
    border-radius: 2px; /* Закругление углов ползунка */
}
/* Трек (фон) полосы прокрутки */
::-webkit-scrollbar-track {
    background: #020e1d; /* Цвет фона полосы прокрутки */
}

/* Трек при наведении */
::-webkit-scrollbar-track:hover {
    background: #020e1d;
}

/* Углы полосы прокрутки */
::-webkit-scrollbar-corner {
    background: transparent; /* Цвет углов (обычно прозрачный) */
}
/* Firefox */
body {
    scrollbar-color: #007bff #020e1d;
    scrollbar-width: thin;
}
.latest-service-area {
    background-color: #030915;
}
.dark-color-important {
    background-color: #020e1d !important;
}

.latest-service-wrapper .latest-service-card:last-child {
    margin-bottom: 0; }

.latest-service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #182231;
    background: linear-gradient(110deg, rgba(40, 40, 40, 0.29) -0.9%, rgba(77, 77, 77, 0.21) 101.13%);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    margin-bottom: 30px;
    position: relative;
    gap: 40px;
    z-index: 2;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
.latest-service-card .circle-drop-shadow {
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: 80px;
    border-radius: 300px;
    opacity: 0.2;
    background-color: #007bff;
    -webkit-filter: blur(119.7604827881px);
    filter: blur(119.7604827881px);
    z-index: -1; }
.latest-service-card:nth-child(1) .circle-drop-shadow {
    top: -140px;
    left: -100px; }
.latest-service-card:nth-child(2) .circle-drop-shadow {
    top: -140px;
    left: 173px; }
.latest-service-card:nth-child(3) .circle-drop-shadow {
    bottom: -140px;
    right: 190px;
    left: unset;
    top: unset; }
.latest-service-card .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 40px 40px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-service-card .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        text-align: center;
        padding: 30px; } }
.latest-service-card .icon {
    width: 105px;
    height: 105px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
/*.latest-service-card .icon::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    inset: 0;*/
/*    padding: 3px;*/
/*    border-radius: 9999px;*/
/*    background: linear-gradient(80.36deg, transparent 20.42%, #ffdd2d 84.24%);*/
/*    mask: linear-gradient(#fff 100%) border-box,*/
/*    linear-gradient(#fff 100%) content-box;*/
/*    mask-composite: exclude;*/
/*}*/
/*.esports-mode .latest-service-card .icon::before {*/
/*    background: linear-gradient(80.36deg, transparent 20.42%, #78fbf5 84.24%), linear-gradient(0deg, transparent, transparent);*/
/*}*/
/*.sport-mode .latest-service-card .icon::before {*/
/*    background: linear-gradient(80.36deg, transparent 20.42%, #02c925 84.24%), linear-gradient(0deg, transparent, transparent);*/
/*}*/
.latest-service-card .title-wrapper {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-service-card .title-wrapper {
        width: 210px; } }
.latest-service-card .title-wrapper .title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: initial;
    font-family: "Inter", sans-serif;
    margin-bottom: 0; }
.latest-service-card .title-wrapper .title a {
    font-weight: 600;
    color: #ffffff;}
.latest-service-card .title-wrapper .title a:hover {
    color: #ffdd2d;
    transition: all 200ms linear
}
.esports-mode .latest-service-card .title-wrapper .title a:hover {
    color: #78fbf5;
    transition: all 200ms linear
}
.sport-mode .latest-service-card .title-wrapper .title a:hover {
    color: #02c925;
    transition: all 200ms linear
}
.fill-esports {
    fill: #78fbf5;
}
.fill-sport {
    fill: #02c925;
}
.latest-service-card .content {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.latest-service-card .content p {
    margin-bottom: 0; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .content p br {
        display: none; } }
.latest-service-card .btn-wrapper {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #182231; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .btn-wrapper {
        width: 100%;
        padding: 40px; } }



@-webkit-keyframes Scroll {
    0% {
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
        transform: translateX(-50vw); }
    100% {
        -webkit-transform: translateX(50vw);
        transform: translateX(50vw);
        transform: translateX(50vw); } }
@keyframes Scroll {
    0% {
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
        transform: translateX(-50vw); }
    100% {
        -webkit-transform: translateX(50vw);
        transform: translateX(50vw);
        transform: translateX(50vw); } }
.te-marquee-area {
    padding-top: 120px;
    overflow: hidden; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-marquee-area {
        padding-top: 80px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-marquee-area {
        padding-top: 100px; } }
.te-marquee-area .te-marquee-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 44px; }
.te-marquee-area .te-marquee-wrapper.first-te-marquee {
    -webkit-animation: Scroll 32s linear infinite;
    animation: Scroll 32s linear infinite; }
.te-marquee-area .te-marquee-wrapper.first-te-marquee .single-te-marquee:nth-child(even) .te-marquee-title {
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; }
.te-marquee-area .te-marquee-wrapper.second-te-marquee {
    -webkit-animation: Scroll 32s linear infinite;
    animation: Scroll 32s linear infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
.te-marquee-area .te-marquee-wrapper.second-te-marquee .single-te-marquee .te-marquee-title span {
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; }
.te-marquee-area .single-te-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 44px; }
.te-marquee-area .single-te-marquee:last-child .te-marquee-star {
    display: none; }
.te-marquee-area .single-te-marquee .te-marquee-title {
    font-size: 49px;
    font-weight: 700;
    line-height: 55.65px;
    letter-spacing: -1.59px;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    color: #ffffff; }
.te-marquee-area .single-te-marquee .te-marquee-icon {
    font-size: 49px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    line-height: 0;
    width: 64px; }



.expandable-text-wrapper {
    color: #FFFFFF;
    max-height: 395px; /* Показывает первые 300px текста */
    overflow: hidden;
    transition: max-height 0.5s ease; /* Плавное раскрытие */
}

.expandable-text-wrapper.expanded {
    max-height: max-content;; /* Достаточно для полного текста */
}
.toggle-button {
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}


.article-block {
    display: none;
}

.visible-article {
    display: block;
}
.btn-articles {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #182231;
    color: white;
    border: none;
}

.btn-articles:hover {
    transition: background-color 0.3s ease-in-out;
    background: #131c29;
}
.more-articles {
    font-size: 18px;
    font-weight: 600;
}
.more-articles p a::before {
    position: relative;
    /* Стили для синего кружка и стрелки */
    font-family: Arial, sans-serif; /* Используем шрифт, поддерживающий символы */
    content: "➜"; /* Символ "белая стрелка вправо" (может варьироваться в отображении) */
    color: white; /* Цвет символа стрелки */
    background-color: #182231; /* Синий цвет фона (например, стандартный Bootstrap синий) */
    border-radius: 50%; /* Делает фон круглым */
    padding: 5px; /* Внутренние отступы для создания кружка вокруг символа */
    top: -3px;
    margin-right: 8px; /* Отступ между кружком и текстом ссылки */
    display: inline-block; /* Чтобы border-radius и padding работали корректно */
    font-size: 0.7em; /* Уменьшим размер кружка, чтобы он выглядел аккуратно */
    line-height: 1; /* Убедимся, что он выровнен */
    text-decoration: none; /* Убираем подчеркивание с самой стрелки, если вдруг оно есть */
}
.more-articles a {
    color: #182231;
    text-decoration: none;
}

.tip-box {
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.warning-box {
    background-color: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.table-of-contents {
    background-color: #f7fafe;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0;
    position: sticky; /* Замена sticky-top для большей совместимости или явного контроля */
    top: 80px; /* Фиксированное положение сверху */
    height: fit-content; /* Чтобы занимало ровно столько места, сколько нужно */
}

.table-of-contents h2 {
    padding-top: 5px;
    margin-top: 0;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}

.table-of-contents ol {
    margin-left: 0;
    margin-top: 0;
    counter-reset: section-counter;
    font-size: 13px;
}

.table-of-contents li {
    margin-bottom: 2px;
    position: relative;
}
.table-of-contents li::before {
    counter-increment: section-counter; /* Увеличиваем счетчик */
    content: counter(section-counter) "."; /* Выводим номер и точку */

    position: absolute;
    left: -25px; /* Позиционируем перед текстом ссылки */
    font-weight: bold;
    color: #6c757d;
    width: 20px; /* Фиксированная ширина для выравнивания */
    text-align: right;
}
.table-of-contents a {
    color: #182231;
    text-decoration: none;

    transition: color 0.3s ease;
}

.table-of-contents a:hover {
    color: #182231;
    text-decoration: underline;
}
/* Стили для активного элемента оглавления */
.table-of-contents li.active-toc-item a {
    /* Здесь мы реализуем подчеркивание */
    font-weight: 700; /* Можно сделать шрифт немного жирнее */
}

/* Убедитесь, что Hover не перебивает активный стиль,
   или настройте его так, чтобы подчеркивание оставалось */
.table-of-contents a:hover {
    /* Если это не активный элемент, применяем hover */
    text-decoration: underline;
}
.article-body ul, .article-body ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.article-body li {
    margin-bottom: 8px;
}
.article-body li::before {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    content: "• ";
    margin-bottom: 8px;
}
.article-body strong {
    color: #2c3e50;
    font-weight: 600;
}

.article-body .highlight {
    background-color: #fff3cd;
    padding: 2px 5px;
    border-radius: 3px;
}
