html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 15px 0
}

p:last-child {
    margin: 0
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Onest", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

body * {
    line-height: 120% !important
}


#wpadminbar .quicklinks>ul>li>a {
    line-height: 32px !important;
}

.wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.dss-form__group {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dss-form__group label {
    display: block;
    margin: 0 0 10px 0
}

.dss-form__group input {
    padding: 19px 15px;
    border-radius: 7px;
    background: #93ac00;
    height: 60px;
    border: none;
    outline: none;
    color: #fff
}

.dss-form__group input::-webkit-input-placeholder {
    color: #fff
}

.dss-form__group input::-moz-placeholder {
    color: #fff
}

.dss-form__group input:-ms-input-placeholder {
    color: #fff
}

.dss-form__group input::-ms-input-placeholder {
    color: #fff
}

.dss-form__group input::placeholder {
    color: #fff
}

.dss-form .btn {
    max-width: 225px;
    width: 100%;
    margin: 30px auto 0
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.soc li {
    margin: 0 15px 0 0
}

.soc a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.soc a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.soc a svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.soc a:hover svg path {
    fill: #a4be07
}

.dss-title {
    margin: 0 0 40px 0;
    color: #000;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 105% !important
}

.dss-title-twoo {
    margin: 0 0 40px 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 105% !important
}

.dss-up {
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-up img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 0 5px 0
}

.dss-up.show {
    opacity: 1;
    pointer-events: inherit
}

.btn {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn svg,
.btn img {
    width: 16px;
    height: 12px;
    display: block;
    margin: 0 0 0 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.btn svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn--green {
    background-color: #a4be07;
    color: #2d3400
}

.btn--green:hover {
    background-color: #000;
    color: #fff
}

.btn--green:hover svg path {
    fill: #fff
}

.btn--transparent {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000
}

.btn--transparent img {
    width: 20px;
    height: 20px
}

.btn--transparent:hover {
    background-color: #000;
    color: #fff
}

.btn--white {
    background-color: #fff;
    color: #2d3400
}

.btn--black {
    background-color: #000;
    color: #fff
}

.btn--black:hover {
    color: #2d3400;
    background-color: #a4be07
}

.btn--black:hover svg path {
    fill: #2d3400
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__logo {
    display: block;
    width: 78px;
    height: 40px
}

.header__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header nav a,
.header nav span {
    color: #fff
}

.header nav a:hover,
.header nav span:hover {
    color: #a4be07
}

.header nav a:hover svg path,
.header nav span:hover svg path {
    fill: #a4be07
}

.header nav span {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header nav span svg {
    margin: 0 0 0 5px
}

.header__submenu a {
    position: relative;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__submenu a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__submenu a:hover {
    padding: 0 0 0 11px
}

.header__submenu a:hover::after {
    opacity: 1
}

.header__inner {
    height: 90px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu-btn {
    display: none
}

.header__box-bot {
    display: none
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__btn-link {
    color: #fff;
    margin: 0 25px 0 0
}

.header.sticky {
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.dss-intro {
	position: relative;
    height: 100vh;
    padding: 280px 0 50px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.dss-intro__bg{
	content:'';
	top: -20px;
	right: -20px;
	bottom: -20px;
	left: -20px;
	height: calc(100% + 40px);
	width: calc(100% + 40px);
	 position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  will-change: filter;
}
.dss-intro .container{
	position: relative;
	z-index: 10;
}

.dss-intro__title {
    margin: 0 0 15px 0;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 100% !important
}

.dss-intro__subtitle {
    color: #a4be07;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 160px 0
}

.dss-intro__box {
    max-width: 985px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.dss-intro__col {
    width: calc(33.33333% - 30px);
    margin: 0 0 0 30px;
    padding: 0 0 0 20px
}

.dss-intro__col-title {
    position: relative;
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

.dss-intro__col-title::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-intro__col-text {
    font-size: 20px
}

.dss-intro__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dss-intro__cost {
    padding: 10px;
    width: 200px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(11.8999996185px);
    backdrop-filter: blur(11.8999996185px);
    background: rgba(255, 255, 255, .15);
    transition: all .5s;
}

.dss-intro .btn {
    display: none
}

.m-service {
    padding: 120px 0 60px;
    overflow: hidden
}

.m-service__slider {
    display: none
}

.m-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #dcdcdc
}

.m-service__item {
    margin: -1px 0 0 -1px;
    padding: 30px;
    width: 33.33333%
}

.m-service__item {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.m-service__item:nth-child(3n) {
    border-right: none
}

.m-service__item:nth-last-child(-n+3) {
    border-bottom: none
}

.m-service__num {
    margin: 0 0 45px 0;
    color: #a4be07;
    font-size: 28px;
    font-weight: 600
}

.m-service__title {
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 120% !important
}

.m-service__item-list li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 8px 0
}

.m-service__item-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-service__item-list li:last-child {
    margin: 0
}

.m-cases {
    padding: 50px 0
}

.m-cases__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 40px 0
}

.m-cases__top .dss-title {
    margin: 0
}

.m-cases__btns-wrap {
    overflow: auto
}

.m-cases__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 10px 0
}

.m-cases__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #969696;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    padding: 5px 10px;
    border: 1px solid #969696;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 0 10px;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-cases__btn:hover {
    background-color: #000;
    color: #fff
}

.m-cases__btn.active {
    background-color: #a4be07;
    color: #fff;
    border-color: #a4be07;
    pointer-events: none
}

.m-cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.m-cases__item {
    display: none;
    position: relative;
    color: #fff;
    width: calc(25% - 15px);
    margin: 0 0 15px 15px;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden
}

.m-cases__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-cases__item:hover .m-cases__link {
    background: #a4be07
}

.m-cases__item:hover::after {
    opacity: 1
}

.m-cases__item { display: none; }
.m-cases__item.visible { display: block; }

.m-cases__list:not(.open) .m-cases__item.visible:nth-child(n+13) {
    display: none;
}

.m-cases__item-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-cases__sticker {
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    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;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #fff;
    border-radius: 4px
}

.m-cases__logo img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}

.m-cases__item-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-cases__item-title {
    margin: 0 15px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.m-cases__link {
    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;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
	flex-shrink: 0;
}

.m-cases__link img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-cases .btn {
    margin: 25px auto 0;
    height: 40px
}

.m-cases__list.open .m-cases__item {
    display: block !important
}

.m-cases__list.open+.btn img {
    display: none
}

.m-partners {
    padding: 75px 0 60px
}

.m-partners .dss-title {
    margin: 0
}

.m-partners__top {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.m-partners__top .btn {
    margin: 0 !important
}

.m-partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.m-partners__item {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    width: calc(12.5% - 15px);
    margin: 0 0 15px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px
}

.m-partners__item img {
    display: block;
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain
}

.m-partners__item:nth-child(-n+64) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.m-partners .btn {
    margin: 25px auto 0;
    height: 40px
}

.m-partners__list.open .m-partners__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.m-partners__list.open+.btn img {
    display: none
}

.m-reviews {
    padding: 60px 0 50px
}

.m-reviews .container {
    overflow: hidden
}

.m-reviews__slider {
    position: relative;
    padding: 0 0 70px 0
}

.m-reviews__item {
    padding: 20px 0 0 0;
    border-top: 1px solid #dcdcdc;
    height: 100%
}

.m-reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.m-reviews__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden
}

.m-reviews__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.m-reviews__name {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 160px
}

.m-reviews__info {
    color: #555;
    font-weight: 500
}

.m-reviews .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.m-reviews .swiper-slide {
    height: auto
}

.m-reviews__link{
	width: fit-content;
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: linear .2s;
}
.m-reviews__link:hover{
	text-decoration-color: #000;
}
.m-reviews__link img{
	margin: 0 0 0 5px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5d5d5;
    opacity: 1;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.swiper-pagination-bullet-active {
    width: 72px;
    border-radius: 26px;
    background: #a4be07
}

.m-video {
    padding: 50px 0 125px
}

.m-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-video__left {
    max-width: 520px;
    width: 100%;
    margin: 0 20px 0 0
}

.m-video__right {
    max-width: 640px;
    width: 100%
}

.m-video__item {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

.m-video__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.m-video__item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 70px;
    background-image: url("../images/icons/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-video__item:hover::after {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%)
}

.box-faq {
    padding: 120px 0 50px
}

.box-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-faq__left {
    max-width: 500px;
    width: 100%;
    margin: 0 20px 0 0
}

.box-faq .dss-title {
    margin: 0 0 50px 0
}

.box-faq__img {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden
}

.box-faq__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.box-faq__right {
    max-width: 640px;
    width: 100%
}

.pst-accordeon {
    width: 100%
}

.pst-accordeon * {
    line-height: 120% !important
}

.pst-accordeon__num {
    margin: 0 15px 0 0;
    color: #a4be07;
    font-size: 28px;
    font-weight: 600
}

.pst-accordeon__decor {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0 0 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a4be07;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pst-accordeon__decor::after,
.pst-accordeon__decor::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
    background-color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pst-accordeon__decor::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.pst-accordeon dl {
    margin: 0;
    border-top: 1px solid #dcdcdc
}

.pst-accordeon dt {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.pst-accordeon dt.active .pst-accordeon__decor {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000
}

.pst-accordeon dt.active .pst-accordeon__decor::before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.pst-accordeon dd {
    margin: 0
}

.pst-accordeon dd.open {
    padding: 0 0 20px 0
}

.pst-accordeon ul {
    max-width: 490px
}

.pst-accordeon li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 8px 0
}

.pst-accordeon li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pst-accordeon p {
    margin: 0 0 10px 0;
}

.pst-accordeon ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

.pst-accordeon ol li {
    padding: 0;
    list-style: auto;
}

.pst-accordeon ol li::after {
    display: none
}

.pst-accordeon--twoo dt {
    padding: 20px;
    border-radius: 15px;
    background: #f4f4f4
}

.pst-accordeon--twoo dd.open {
    padding: 20px
}

.pst-accordeon--twoo dl {
    margin: 0 0 15px 0;
    border: none
}

.dss-faq {
    padding: 60px 0 105px
}

.steps {
    position: relative;
    padding: 55px 0;
    color: #000
}

.steps .dss-title {
    text-align: center
}

.steps .steps__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

.steps .steps__three {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    width: 2px;
    height: 100%;
    background-color: #dcdcdc
}

.steps .steps__three-progres {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #a4be07
}

.steps .steps__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    margin: 0 0 75px auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.steps .steps__item:last-child {
    margin-bottom: 0
}

.steps .steps__item.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.steps .steps__item.active .steps__item-gold::before,
.steps .steps__item.active .steps__item-gold::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: rgba(157, 188, 55, .3);
    -webkit-animation: pulseAnim 2s infinite;
    animation: pulseAnim 2s infinite
}

.steps .steps__item.active .steps__item-gold::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes pulseAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes pulseAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

.steps .steps__item.active .steps__item-content {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.steps .steps__item .steps__item-content {
    padding: 0 0 0 50px;
    position: relative;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s
}

.steps .steps__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto 75px 0;
    text-align: right
}

.steps .steps__item:nth-child(odd) .steps__item-text li {
    padding: 0 17px 0 0
}

.steps .steps__item:nth-child(odd) .steps__item-text li:after {
    left: auto;
    right: 0
}

.steps .steps__item:nth-child(odd) .steps__item-gold {
    left: auto;
    right: -17.5px
}

.steps .steps__item:nth-child(odd) .steps__item-content {
    padding: 0 50px 0 0
}

.steps .steps__item .steps__item-gold {
    position: absolute;
    left: -17.5px;
    width: 35px;
    height: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.steps .steps__item .steps__item-gold img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.steps .steps__item .steps__item-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%
}

.steps .steps__item .steps__item-text li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 8px 0
}

.steps .steps__item .steps__item-text li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-docs {
    padding: 85px 0 50px
}

.dss-box {
    padding: 10px 0 100px;
    color: #000
}

.dss-box .dss-title {
    font-size: 100px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 47vh;
    text-align: center;
    z-index: -1
}

.dss-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dss-box__item-inner {
    padding: 20px;
    border-radius: 15px;
    width: 100%
}

.dss-box__item {
    width: 33.33333%
}

.dss-box__item:nth-child(1) .dss-box__item-inner {
    max-width: 310px;
    width: 100%;
    margin: 70px 10px 75px auto
}

.dss-box__item:nth-child(3) .dss-box__item-inner {
    max-width: 365px
}

.dss-box__item:nth-child(5) .dss-box__item-inner {
    max-width: 400px;
    margin: 0 0 10px -15px
}

.dss-box__item:nth-child(7) .dss-box__item-inner {
    max-width: 380px;
    margin: 10px 0 0 0
}

.dss-box__item:nth-child(9) .dss-box__item-inner {
    max-width: 370px;
    margin: 0 0 0 auto
}

.dss-box__item:nth-child(11) .dss-box__item-inner {
    max-width: 330px;
    margin: 0 0 0 auto
}

.dss-box__title {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 600
}

.grey-item .dss-box__item-inner {
    background-color: #f4f4f4
}

.black-item .dss-box__item-inner {
    background-color: #000;
    color: #fff
}

.green-item .dss-box__item-inner {
    color: #2d3400;
    background-color: #a4be07
}

.dss-cost {
    padding: 70px 0 50px
}

.dss-cost__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-cost__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background: #f4f4f4;
    padding: 30px;
    width: calc(37% - 15px);
    margin: 0 0 0 15px
}

.dss-cost__item:nth-child(3) {
    width: calc(26% - 15px);
    border: 1px solid #b5b5b5;
    background: #fff;
}

.dss-cost__item-sup {
    width: 205px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-1.69deg);
    -ms-transform: translateX(-50%) rotate(-1.69deg);
    transform: translateX(-50%) rotate(-1.69deg);
    top: -10px;
    border-radius: 5px;
    background: #a4be07;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px
}

.dss-cost__title {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600
}

.dss-cost__stiker {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 30px 0;
    font-size: 14px
}

.dss-cost__stiker:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-cost__box {
    margin: 0 0 30px 0
}

.dss-cost__box p {
    font-size: 24px;
    font-weight: 600
}

.dss-cost .btn {
    margin: auto 0 0 0;
    width: 100%
}

.dss-intro-page {
    padding: 180px 0px 50px
}

.dss-intro-page .dss-intro__col-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: inherit
}

.dss-intro-page .dss-intro__subtitle {
    margin: -65px 0 160px 0;
    text-align: right
}

.dss-order {
    padding: 70px 0 110px
}

.dss-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #dcdcdc;
    border-radius: 20px
}

.dss-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 20px 30px;
    width: 25%;
    min-height: 160px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-order__item:hover {
    background-color: #000
}

.dss-order__item:hover .dss-order__title {
    color: #fff
}

.dss-order__item {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.dss-order__item:nth-child(4n) {
    border-right: none
}

.dss-order__item:nth-last-child(-n+4) {
    border-bottom: none
}

.dss-order__arrow {
    position: absolute;
    top: 20px;
    right: 30px
}

.dss-order__num {
    margin: 0 0 20px 0;
    color: #a4be07;
    font-size: 20px;
    font-weight: 600
}

.dss-order__title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-order .pointer-none {
    pointer-events: none
}

.dss-order .pointer-none .dss-order__arrow {
    display: none
}

.cost-twoo {
    padding: 50px 0 60px;
    color: #000
}

.cost-twoo__inner {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 16px;
    background: #f4f4f4
}

.cost-twoo__innerbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
    gap: 20px;
}

.cost-twoo__title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 400
}

.cost-twoo__info {
    font-size: 24px;
    font-weight: 600
}

.cost-twoo__info span {
    font-size: 16px;
    font-weight: 400
}

.cost-twoo .btn {
    max-width: 200px;
    width: 100%;
    margin: 0 0 0 auto
}

.dss-blk {
    padding: 50px 0 60px;
    color: #000
}

.dss-blk__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.dss-blk__col {
    padding: 40px;
    border-radius: 20px;
    width: calc(50% - 20px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 20px 20px
}

.dss-blk__col:nth-child(1) {
    border: 1px solid #dcdcdc
}

.dss-blk__col:nth-child(2) {
    background-color: #f4f4f4
}

.dss-blk__title {
    margin: 0 0 30px 0;
    font-size: 32px;
    font-weight: 600
}

.dss-blk__list-one li,
.dss-blk__list-twoo li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 15px 0
}

.dss-blk__list-one li::after,
.dss-blk__list-twoo li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.dss-blk__list-one li:after {
    background-image: url("../images/icons/switch-1.svg")
}

.dss-blk__list-twoo li:after {
    background-image: url("../images/icons/switch-2.svg")
}

.dss-blk__col-box {
    margin: 20px 0 0 0;
    padding: 20px;
    border-radius: 20px;
    background: #fff
}

.dss-blk__col-box li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 8px 0
}

.dss-blk__col-box li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-blk__col-box li:last-child {
    margin: 0
}

.dss-box--twoo {
    padding: 10px 0 140px
}

.dss-box--twoo .dss-box__item:nth-child(1) .dss-box__item-inner {
    max-width: 370px;
    width: 100%;
    margin: -10px auto 150px 0
}

.dss-box--twoo .dss-box__item:nth-child(3) .dss-box__item-inner {
    max-width: 382px
}

.dss-box--twoo .dss-box__item:nth-child(7) .dss-box__item-inner {
    max-width: 315px;
    margin: 85px 0 0 auto
}

.blk-info {
    max-width: 1920px;
    margin: 0 auto 100px;
    padding: 100px 0 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff
}

.blk-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blk-info__left {
    max-width: 535px;
    width: 100%
}

.blk-info__left .blk-info__green {
    margin: 0 0 70px 0;
    color: #a4be07;
    font-size: 24px;
    font-weight: 600
}

.blk-info__title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase
}

.blk-info ul {
    margin: 40px 0 0 0
}

.blk-info li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 8px 0
}

.blk-info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a4be07;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.blk-info__right {
    padding: 30px;
    max-width: 400px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .1)
}

.blk-info__right .blk-info__green {
    margin: 20px 0 0 0;
    color: #a4be07;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.blk-info__right-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.blk-info__img-mob {
    display: none
}

.cost-twoo-md .cost-twoo__col {
    width: 25%
}

.dss-intro--about {
    padding: 132px 0px 50px
}

.dss-intro--about .dss-intro__subtitle {
    margin: 160px 0 0 0;
    max-width: 675px
}

.dss-history {
    padding: 120px 0 60px
}

.dss-history__subtitle {
    color: #a4be07;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px 0
}

.dss-history__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-history__col {
    min-height: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.dss-history__col:nth-child(2) {
    padding: 0
}

.dss-history__col:nth-child(3) {
    color: #fff
}

.dss-history__title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600
}

.dss-history__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 450px;
    width: 100%;
    margin: 20px 0 0 auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.dss-history__box img {
    height: 220px;
    width: calc(50% - 15px);
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.dss-history__col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px
}

.dss-history__col-box {
    border-radius: 20px;
    padding: 30px;
    width: calc(50% - 15px)
}

.dss-history .grey-bg {
    background-color: #f4f4f4
}

.m-service__list-three .m-service__item {
    width: 25%
}

.m-service__list-three .m-service__item:nth-last-child(-n+4) {
    border-bottom: none
}

.m-service__list-three .m-service__item {
    border-right: 1px solid #dcdcdc !important
}

.m-service__list-three .m-service__item:nth-child(4n) {
    border-right: none !important
}

.dss-statistic {
    padding: 60px 0 60px
}

.dss-statistic .dss-title {
    padding: 0 0 40px 0;
    margin: 0 0 60px 0;
    border-bottom: 1px solid #000
}

.dss-statistic__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-statistic__left {
    margin: 0 20px 0 0
}

.dss-statistic__num {
    color: #a4be07;
    font-size: 200px;
    font-weight: 600;
    line-height: 100% !important
}

.dss-statistic__text-left {
    max-width: 360px;
    font-size: 20px
}

.dss-statistic__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%;
    row-gap: 45px
}

.dss-statistic__right::after {
    content: "";
    position: absolute;
    left: -15%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 115%;
    height: 1px;
    background-color: #dcdcdc
}

.dss-statistic__col {
    width: 33.33333%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.dss-statistic__num-right {
    font-size: 48px;
    font-weight: 600
}

.dss-statistic__num-right span {
    font-size: 20px
}

.dss-team {
    padding: 60px 0 50px;
    overflow: hidden
}

.dss-team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.dss-team__item {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    width: calc(33.33333% - 15px);
    margin: 0 0 15px 15px
}

.dss-team__sticker {
    padding: 5px 10px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background: #a4be07;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto
}

.dss-team__box {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    background: rgba(255, 255, 255, .05)
}

.dss-team__title {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

.dss-team__text {
    color: #fff
}

.dss-team__slider {
    display: none
}

.dss-map {
    padding: 75px 0 20px
}

.dss-map .dss-title {
    margin: 0 0 80px 0
}

.dss-map img {
    display: block;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.dss-intro--case img {
    display: block;
    margin: 0 auto
}

.dss-intro--case .dss-intro__title {
    font-size: 64px;
    text-align: center
}

.dss-about {
    margin: 100px 0 40px
}

.dss-about__inner {
    padding: 40px 0 60px;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-about__left {
    max-width: 320px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-about__right {
    max-width: 750px;
    width: 100%
}

.dss-help {
    padding: 0 0 50px 0
}

.dss-help__inner {
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 0 0
}

.dss-help__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-help__left {
    max-width: 320px;
    width: 100%;
    margin: 0 20px 0 0
}

.dss-help__right {
    max-width: 750px;
    width: 100%
}

.custom-counter {
    list-style: none;
    counter-reset: list-num;
    padding-left: 0
}

.custom-counter li {
    counter-increment: list-num;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 600
}

.custom-counter li::before {
    content: counter(list-num, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: #a4be07;
    font-size: 20px;
    font-weight: 600
}

.pst-review {
    padding: 50px 0 40px
}

.pst-review__inner {
    padding: 40px 0 0 0;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pst-review__left {
    max-width: 480px;
    width: 100%;
    margin: 0 20px 0 0
}

.pst-review__right {
    max-width: 750px;
    width: 100%
}

.pst-review__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 0 15px 0
}

.pst-review__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.pst-review__item:nth-child(even) .pst-review__text {
    background: #f4f4f4;
    border-radius: 0px 15px 0px 15px
}

.pst-review__item:nth-child(even) .pst-review__avatar {
    margin: 0 15px 0 0
}

.pst-review__avatar {
    margin: 0 0 0 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px
}

.pst-review__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.pst-review__text {
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 15px 0px 15px 15px
}

.stp-box {
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
    background: #f4f4f4
}

.stp-box__top {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stp-box__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    margin: 0 15px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.stp-box__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.stp-box__name {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.stp-box__text {
    position: relative;
    padding: 20px 20px 20px 45px;
    border-radius: 0px 15px 0px 15px;
    background: #fff
}

.stp-box__text::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 14px;
    height: 10px;
    background-image: url("../images/icons/bracket.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.footer {
    color: #fff;
    background-color: #000
}

.footer__box-form {
    padding: 85px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #414141
}

.footer__box-left {
    max-width: 500px;
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    margin: 0 20px 0 0
}

.footer__box-left span {
    display: block;
    color: #a4be07
}

.footer__form-wrap {
    max-width: 640px;
    width: 100%;
    padding: 40px 50px;
    border-radius: 20px;
    background: #a4be07
}

.footer__box-title {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.footer__md {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
}

.footer__md-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
    border-radius: 15px;
    background: #222;
    padding: 30px
}

.footer__md-col-left {
    max-width: 315px;
    width: 100%;
    margin: 0 20px 0 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px
}

.footer__md-col-left span {
    color: #a4be07
}

.footer__md-col-right>a {
    display: block;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__md-col-right>a:hover {
    color: #a4be07
}

.footer__md-col-right p {
    font-size: 20px
}

.footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -80px;
    padding: 0 0 75px 0
}

.footer__bot li {
    margin: 0 0 14px 0
}

.footer__bot a {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__bot a:hover {
    color: #a4be07
}

.footer__bot-col {
    width: calc(25% - 85px);
    margin: 0 0 0 85px
}

.footer__bot-title {
    margin: 0 0 20px 0;
    color: #555;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase
}

.footer__undeground {
    border-top: 1px solid #414141;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #414141
}

.footer__undeground p {
    margin: 0
}
.m-reviews__item.fancybox__content{
	position: relativel;
	max-width: 550px;
	width: 100%;
	padding: 40px 30px;
}
.carousel__button.is-close{
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	color: #000 !important;
}
.carousel__button.is-close svg{
	filter: none;
}
.m-reviews__text{
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.m-reviews__item.fancybox__content .m-reviews__text{
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: auto;
    -ms-line-clamp: 200;
    -webkit-line-clamp: 200;
    line-clamp: 200;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.m-reviews__item.fancybox__content .m-reviews__link{
	display: none;
}

.m-reviews__slider .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.m-reviews__slider .swiper-slide{
	height: auto;
}
.m-reviews__item{
	display: flex; 
	flex-direction: column;
}
.m-reviews__text{
	flex: 1 1 auto;
}
.nf-form-title,
.nf-form-fields-required,
.nf-error-msg, 
.ninja-forms-req-symbol{
	display: none;
}
.nf-field-label label {
    display: block;
    margin: 0 0 10px 0;
}
.ninja-forms-field{
	    padding: 19px 15px;
    border-radius: 7px;
    background: #93ac00;
    height: 60px;
    border: none;
    outline: none;
    color: #fff;
}
.ninja-forms-field::placeholder{
	color: #fff;
}

.field-wrap input[type=submit] {
    width: 100% !important;
	    background-color: #fff !important;
    color: #2d3400;
	    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 
linear .2s;
    -o-transition: linear .2s;
    transition: 
linear .2s;
}

.submit-wrap{
	    margin: 30px auto 0;
		max-width: 225px;
	position: relative;
}
.submit-wrap::after{
	content: "";
	position: absolute;
	z-index: 10;
	right: 35px;
	top: 50%; transform: translatey(-50%);
	width: 16px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/10/arrow-white-btn.svg");
	background-position: center;
}

.dss-ord {
    padding: 50px 0 40px
}

.dss-ord__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    overflow: hidden
}

.dss-ord__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 25%;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 -1px -1px
}

.dss-ord__num {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 23px 0;
    color: #a4be07;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%
}

.dss-ord__title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%
}

.dss-ord a.dss-ord__item {
    position: relative
}

.dss-ord a.dss-ord__item::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/10/arrow-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.cost-twoo__inner{
	padding: 20px 10px;
}

.cost-twoo__inner > .cost-twoo__col{
	width: 205px;
}

.cost-twoo__innerbox{
	width: calc(100% - 205px);
}

.cost-cols-2 .cost-twoo__col{
	width: calc(50% - 20px);
}

.cost-cols-3 .cost-twoo__col{
	width: calc(33.33333% - 20px);
}

.cost-cols-4 .cost-twoo__col {
    width: calc(25% - 20px);
}





@media(max-width: 767px) {
    .dss-ord__item {
        padding: 20px 15px;
        width: 50%
    }

    .dss-ord__title {
        font-size: 18px
    }

    .dss-ord a.dss-ord__item::after {
        width: 15px;
        height: 15px
    }

    .dss-ord__list {
        border-radius: 10px
    }
}

@media(max-height: 1000px){
.dss-intro__title {
    margin: 0 0 15px 0;
	font-size: 70px;
	}
	.dss-intro__subtitle{
		margin: 0 0 60xp 0;
	}
	.dss-intro{
		padding-top: 180px;
	}
	
	
}

@media(min-width: 1200px) {
    .header__item-child ul {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .header__item-child:hover>ul {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .header__item-child {
        position: relative
    }

    .header__item-child ul {
        border-radius: 4px;
        background: #fff;
        width: 270px;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 10;
        padding: 10px
    }

    .header__item-child:first-child ul {
        width: 175px;
    }

    .header__item-child ul li {
        margin: 0 0 5px 0
    }

    .header__item-child ul li:last-child {
        margin: 0
    }

    .header__item-child ul a {
        color: #000
    }

    header nav ul>li {
        margin: 0 25px 0 0
    }

    .header nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header nav>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px
    }
}

@media(max-width: 1200px) {
    .header__inner>.header__btns {
        display: none
    }

    .header__menu-btn {
        display: block;
        width: 24px;
        height: 16px;
        padding: 0;
        border: none;
        outline: none;
        background-color: rgba(0, 0, 0, 0);
        position: relative
    }

    .header__menu-btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 40px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after,
    .header__menu-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 40px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after {
        top: 0
    }

    .header__menu-btn::before {
        bottom: 0
    }

    .header__inner {
        height: 15px 0;
        height: 60px
    }

    .header__box {
        padding: 35px 15px;
        max-width: 100%;
        margin: 0;
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        overflow: auto;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        background-color: #fff;
        opacity: 0
    }

    .header nav a,
    .header nav span {
        color: #000
    }

    .header nav span svg path {
        fill: #000
    }

    .header nav span svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header nav span {
        margin: 0 0 15px 0
    }

    .header__submenu {
        padding: 10px 20px;
        display: none
    }

    .header__submenu li {
        margin: 0 0 15px 0
    }

    .header__submenu.open {
        display: block
    }

    span.open svg {
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important
    }

    .header__box-bot {
        padding: 40px 0 0 0;
        margin: 40px 0 0 0;
        border-top: 1px solid #dcdcdc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__box-bot .btn {
        max-width: 360px;
        width: 100%;
        margin: 0 0 30px 0
    }

    .header__box-bot .header__box-link {
        margin: 0 0 15px 0;
        font-size: 20px
    }

    .header.active {
        background-color: #fff
    }

    .header.active .header__menu-btn span {
        opacity: 0;
        color: #000
    }

    .header.active .header__menu-btn::after,
    .header.active .header__menu-btn::before {
        background-color: #000;
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header.active .header__menu-btn::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .header.active .header__menu-btn::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .header.active .header__logo svg path {
        fill: #000
    }

    .header.active .header__box {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .dss-intro__title {
        font-size: 84px
    }

    .dss-title {
        margin: 0 0 30px 0;
        font-size: 60px
    }

    .m-partners__item img {
        width: 80%;
        height: 80%
    }

    .footer__box-left {
        font-size: 60px
    }

    .dss-intro-page .dss-intro__title {
        font-size: 56px
    }

    .dss-intro-page .dss-intro__subtitle {
        margin: 0 0 30px 0;
        text-align: left
    }

	.cost-twoo__innerbox .cost-twoo__col{
		width: calc(50% - 20px) !important;
	}

}

@media(max-width: 991px) {
	.cost-twoo__inner{
		flex-direction: column;
	}
	
	.cost-twoo__inner > .cost-twoo__col{
		margin: 20px 0 0 auto;
	}
	
	.cost-twoo__innerbox {
		width: 100%;
	}
	
    .dss-intro {
        padding: 170px 0px 30px
    }

    .dss-intro__subtitle {
        margin: 0 0 100px 0
    }

    .m-cases__top,
    .m-partners__top {
        -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
    }

    .dss-title {
        font-size: 48px;
        margin-bottom: 30px !important
    }

    .m-service {
        padding: 70px 0 50px
    }

    .footer__md-col {
        width: calc(100% - 15px)
    }

    .footer__bot-col {
        width: calc(50% - 85px);
        margin: 0 0 50px 85px
    }

    .dss-docs .m-service__item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #dcdcdc
    }

    .dss-docs .m-service__item:last-child {
        border: none
    }

    .dss-cost__list {
        margin: 0
    }

    .dss-cost__item {
        width: 100% !important;
        margin: 0 0 15px 0 !important
    }

    .dss-box .dss-title {
        font-size: 80px
    }

    .dss-intro__box-wrap {
        -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
    }

    .dss-intro__cost {
        margin: 40px 0 0 0
    }

    .box-faq {
        padding: 70px 0 50px
    }

    .dss-order__title {
        font-size: 20px
    }

    .dss-order__item {
        padding: 20px
    }

    .blk-info {
        background-image: none !important
    }

    .blk-info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk-info__img-mob {
        display: block;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .blk-info__img-mob img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        display: block
    }

    .dss-history__col {
        width: calc(100% - 15px)
    }

    .dss-history__col-box:nth-child(1) {
        display: none
    }

    .dss-history__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .dss-history__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .dss-history__col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .dss-history__col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .dss-history__box {
        max-width: calc(100% + 15px)
    }

    .dss-history__box img {
        width: 50%;
        height: 150px
    }

    .dss-intro--about .dss-intro__subtitle {
        margin: 20px 0 0 0
    }

    .dss-statistic__num {
        font-size: 116px
    }

    .dss-statistic__inner {
        -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
    }

    .dss-statistic__right {
        max-width: 100%
    }

    .dss-statistic__right::after {
        display: none
    }

    .dss-statistic__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .pst-review__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pst-review__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .pst-review__right {
        max-width: 100%
    }
}

@media(max-width: 767px) {
	.cost-twoo__innerbox .cost-twoo__col {
        width: calc(100% - 20px) !important;
    }
    .m-service .m-service__list {
        display: none
    }

    .m-service__slider {
        position: relative;
        display: block;
        padding-bottom: 40px
    }

    .m-service .m-service__item {
        width: 100%;
        height: 100%;
        border: 1px solid #dcdcdc !important
    }

    .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .swiper-slide {
        height: auto
    }

    .swiper-slide:first-child .m-service__item {
        border-radius: 15px 0 0 15px
    }

    .swiper-slide:last-child .m-service__item {
        border-radius: 0 15px 15px 0
    }

    .m-cases__item {
        width: calc(100% - 15px);
/*         display: none; */
    }
/* 	.all-cases .m-cases__item {
		display: block;
	} */

    .footer__box-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

/*     .m-cases__item:nth-child(-n+5) {
        display: block;
    } */

    .dss-intro__title {
        font-size: 46px
    }

    .dss-intro__col {
        width: calc(100% - 30px)
    }

    .m-video__inner,
    .footer__md-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__logo {
        width: 60px
    }

    .dss-intro {
        padding: 125px 0px 30px
    }

    .dss-intro__subtitle {
        font-size: 20px;
        margin: 0 0 40px 0
    }

    .dss-intro__col-title {
        font-size: 16px;
        margin: 0 0 5px 0
    }

    .dss-intro__col-title::after {
        width: 6px;
        height: 6px;
        left: -10px;
		top: 9px;
    }

    .dss-intro__col-text {
        font-size: 16px
    }

    .dss-intro__col {
        padding: 0 0 0 10px;
        margin: 0 0 30px 30px
    }

    .dss-intro .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .m-service__item {
        padding: 20px
    }

    .m-service__num {
        font-size: 24px;
        margin: 0 0 20px 0
    }

    .m-service__title {
        font-size: 20px
    }

    .m-cases {
        padding: 30px 0 40px
    }

    .m-cases__btns-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: calc(100% + 15px)
    }

    .m-cases__btns {
        padding-right: 15px
    }

    .m-cases__btn {
        margin: 0 10px 0 0
    }

    .m-partners {
        padding: 60px 0 50px
    }

    .m-partners__item {
        width: calc(50% - 15px)
    }

    .m-partners .m-partners__item {
        display: none !important
    }

    .m-partners .m-partners__item:nth-child(-n+24) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .m-reviews {
        padding: 50px 0 40px
    }

    .m-video {
        padding: 50px 0 70px
    }

    .footer__box-left {
        font-size: 48px;
        margin: 0 0 30px 0
    }

    .footer__box-form {
        padding: 65px 0 25px
    }

    .footer__box-title {
        font-size: 24px
    }

    .footer__form-wrap {
        padding: 40px 20px
    }

    .dss-form .btn {
        margin: 15px auto 0
    }

    .footer__md {
        padding: 30px 0 20px;
        border-bottom: 1px solid #414141
    }

    .footer__md-col {
        padding: 20px
    }

    .footer__md-col-left {
        font-size: 24px;
        margin: 0 0 30px 0
    }

    .footer__bot-col {
        width: calc(100% - 85px);
        margin: 0 0 30px 85px
    }

    .footer__bot {
        padding: 25px 0
    }

    .box-faq__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-box__item-empty {
        display: none
    }

    .dss-box__item {
        width: 100%
    }

    .dss-box__item .dss-box__item-inner {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 10px 0 !important
    }

    .dss-box .dss-title {
        font-size: 60px
    }

    .steps .steps__item:nth-child(odd) {
        margin: 0 0 75px auto
    }

    .steps .steps__item:nth-child(odd) .steps__item-content {
        padding: 0 0 0 50px
    }

    .steps .steps__item:nth-child(odd) .steps__item-text li {
        padding: 0 0 0 17px
    }

    .steps .steps__item:nth-child(odd) .steps__item-text li:after {
        left: 0;
        right: auto
    }

    .steps .steps__item:nth-child(odd) {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .steps .steps__item:nth-child(odd) .steps__item-gold {
        left: -17.5px !important;
        right: auto !important
    }

    .steps .steps__three {
        left: 15px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .steps .steps__item {
        width: 95.5%;
        margin-bottom: 45px
    }

    .box-faq__img {
        margin: 0 0 40px 0
    }

    .pst-accordeon dt {
        font-size: 20px
    }

    .pst-accordeon__decor {
        width: 25px;
        height: 25px
    }

    .pst-accordeon__num {
        font-size: 24px
    }

    .steps .dss-title {
        text-align: left
    }

    .steps {
        padding: 40px 0
    }

    .steps .steps__item .steps__item-title {
        font-size: 20px
    }

    .steps .steps__item .steps__item-content {
        padding: 0 0 0 30px !important
    }

    .dss-docs {
        padding: 10px 0 50px
    }

    .dss-box__title {
        font-size: 24px
    }

    .dss-box {
        padding: 10px 0 65px
    }

    .dss-cost__item {
        padding: 30px 20px
    }

    .dss-cost__title {
        font-size: 28px
    }
	
	.dss-cost__stiker{
		 margin: 0 0 15px 0;
	}

    .dss-cost__box {
        margin: 0 0 15px 0;
    }

    .dss-cost .btn {
        margin: 30px 0 0 0
    }

    .dss-faq {
        padding: 35px 0 55px
    }

    .pst-accordeon dt {
        padding: 15px
    }

    .dss-order__item {
        width: 100%;
        border-right: none;
        min-height: 130px;
        border-bottom: 1px solid #dcdcdc !important
    }

    .dss-order__item:last-child {
        border: none !important
    }

    .cost-twoo__inner {
        padding: 30px 20px
    }

    .cost-twoo__col {
        width: 100% !important;
        padding: 0;
        margin: 0 0 15px 0
    }


    .cost-twoo .btn {
        max-width: 100%
    }

    .dss-blk__col {
        padding: 30px 20px;
        width: calc(100% - 20px)
    }

    .dss-blk__title {
        margin: 0 0 20px 0;
        font-size: 28px
    }

    .blk-info {
        padding: 50px 0 70px;
        margin: 0 auto 50px
    }

    .blk-info__left .blk-info__green {
        font-size: 20px;
        margin: 0 0 30px 0
    }

    .blk-info__title {
        font-size: 56px
    }

    .blk-info__right {
        padding: 30px 20px;
        margin: -150px 0 0 0
    }

    .blk-info__right-title {
        font-size: 20px
    }

    .dss-team__list {
        display: none
    }

    .dss-team__slider {
        position: relative;
        display: block;
        padding-bottom: 40px
    }

    .dss-team__item {
        width: 100%;
        margin: 0
    }

    .dss-history__inner {
        margin: 0
    }

    .dss-history__col-inner {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: calc(100% + 15px)
    }

    .dss-history__col-box {
        width: calc(100% - 15px)
    }

    .dss-history__col {
        padding: 20px;
        margin: 0 0 15px 0;
        width: 100%;
        min-height: 0
    }

    .dss-history__col:nth-child(3) {
        min-height: 460px
    }

    .dss-history__subtitle {
        font-size: 20px;
        max-width: 210px;
        margin: 0 0 20px 0
    }

    .dss-history {
        padding: 70px 0 60px
    }

    .dss-history__title {
        font-size: 24px
    }

    .dss-history__col-box {
        padding: 20px
    }

    .m-service {
        padding: 20px 0 50px
    }

    .m-service__slider--three .m-service__item-list {
        font-size: 20px
    }

    .m-service__slider--three .m-service__num {
        font-size: 24px;
        margin: 0 0 65px 0
    }

    .dss-statistic {
        padding: 35px 0 60px
    }

    .dss-statistic__col {
        width: 50%;
        padding: 0 15px 0 0
    }

    .dss-statistic__right {
        row-gap: 20px
    }

    .dss-team {
        padding: 35px 0 50px
    }

    .dss-team__title {
        font-size: 20px
    }

    .dss-team__box {
        padding: 15px
    }

    .m-partners {
        padding: 35px 0 50px
    }

    .dss-map {
        padding: 50px 0 40px
    }

    .dss-map img {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .dss-about__inner,
    .dss-help__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-about__inner {
        border: none;
        padding: 0
    }

    .dss-intro--case .dss-intro__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-intro--case .dss-intro__title {
        font-size: 56px;
        margin: 0 0 60px 0
    }

    .dss-intro--case img {
        width: 190px
    }

    .dss-about {
        margin: 70px 0 40px
    }

    .dss-title-twoo {
        margin: 0 0 30px 0
    }

    .dss-help__inner {
        border: none
    }

    .custom-counter {
        margin: 0
    }

    .custom-counter li {
        font-size: 15px
    }

    .stp-box__name {
        font-size: 24px
    }

    .stp-box__avatar {
        width: 80px;
        height: 80px
    }

    .stp-box {
        padding: 30px 20px
    }

    .pst-review__text {
        padding: 15px
    }

    .pst-review__inner {
        border: none;
        padding: 0
    }

    .custom-counter li::before {
        font-size: 18px
    }

    .pst-review {
        padding: 10px 0 40px
    }
}