.container--p-15,
button {
    padding: 0
}

button,
input {
    font: inherit;
    border: none;
    background: 0 0
}

.form,
.form__control {
    position: relative
}

.form__checkbox-styled,
.form__control--agreement .form__checkbox-styled {
    min-width: 20px;
    min-height: 20px
}

button:focus,
input {
    outline: 0
}

.e_work__wrapper p,
.services-list p,
.services__box-text .services__data-text p,
.services__image-seo div p:last-child {
    font-family: ProximaNova-Regular, arial, sans-serif
}

.cost__txt-promo-blue,
.form__title,
.h3 {
    text-transform: uppercase
}

.form__upload-button-txt,
.services-list a {
    text-decoration: underline
}

.cases__list,
.services-list,
.services__sidebar-list,
.types__list li {
    list-style: none
}

.cases__item img,
.types img {
    object-fit: cover
}

.form::after {
    position: absolute;
    z-index: 5;
    content: "";
    cursor: not-allowed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: url("../img/gif/spinner.gif") center/50px no-repeat
}

button {
    display: inline-block;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

button:focus-visible {
    outline: #4d90fe solid 2px
}

.form.loading::after {
    opacity: 1;
    visibility: visible
}

.form__title {
    font-size: 24px;
    color: #094573;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px
}

.form__group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.form__group--center,
.services__box {
    align-items: center
}

.form__group--col {
    flex-direction: column;
    align-items: flex-start
}

.form__group .form__control {
    flex: 1
}

.form__group .form__control:not(:last-child) {
    margin-right: 19px
}

.form__control {
    display: block;
    margin-bottom: 30px
}

.form__control--checkbox {
    margin-bottom: 15px
}

.form__control-txt {
    margin-bottom: 14px;
    align-self: flex-start;
    font-size: 15px
}

.form__control--agreement,
.services__text {
    display: flex
}

.form__control--agreement:not(:last-child) {
    margin-bottom: 10px
}

.form__control--agreement .form__checkbox-txt {
    font-size: 14px
}

.form__control--agreement a,
.form__control--agreement button {
    display: inline;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px dashed;
    margin-left: 5px
}

.form__control.error .form__error {
    visibility: visible
}

.form__control.error .form__input {
    border-color: #f76863
}

.form__control.success .form__input {
    border-color: #fff
}

.form__error {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 13px;
    color: #f76863;
    visibility: hidden;
    white-space: nowrap
}

.form__input {
    color: #fff;
    font-style: italic;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.form__input:focus {
    border-color: #fff
}

.form__input-wrapper {
    position: relative;
    width: 100%
}

.form__checkbox-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.form__checkbox-styled {
    background: rgba(255, 255, 255, .1);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    box-shadow: inset 0 1px 1px rgba(22, 11, 86, .1);
    border-radius: 3px;
    border: 1px solid #fff
}

.form__checkbox-styled::before {
    background-color: #a62e41;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 2px
}

.form__checkbox:checked+.form__checkbox-styled {
    border-color: #a62e41
}

.form__checkbox:checked+.form__checkbox-styled::before {
    opacity: 1
}

.form__checkbox-txt {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(255, 255, 255, .8)
}

@media only screen and (max-width:75em) {
    .form__checkbox-txt {
        white-space: unset
    }
}

.form__label-txt {
    display: block;
    color: #fff;
    margin-bottom: 23px
}

.form__label-txt--nowrap {
    white-space: nowrap
}

.form__submit {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, .25);
    margin-right: 0;
    margin-left: 5px;
    padding: 12px 40px;
    width: 100%
}

.form__upload-button {
    cursor: pointer;
    margin-bottom: 0
}

.form__upload-button-txt {
    color: #a62e41;
    font-weight: 700;
    white-space: nowrap
}

.contact__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px
}

.cases .h3,
.contact .h3,
.dev-stages .h3 {
    padding-bottom: 40px
}

@media only screen and (max-width:1300px) {
    .contact__content {
        flex-direction: column;
        align-items: center
    }

    .contact__images {
        margin-bottom: 20px
    }
}

.contact__images {
    position: relative;
    margin-right: 60px
}

@media only screen and (max-width:1024px) {
    .contact__images {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 500px
    }
}

.contact__img-tech {
    position: absolute
}

.contact__img-tech--html {
    bottom: 40%;
    -webkit-animation: 4.35s ease-in-out infinite alternate translate-down-up;
    animation: 4.35s ease-in-out infinite alternate translate-down-up
}

.contact__img-tech--js {
    left: 5%;
    bottom: 65%;
    -webkit-animation: 4.2s ease-in-out infinite alternate translate-down-up;
    animation: 4.2s ease-in-out infinite alternate translate-down-up
}

.contact__img-tech--css {
    left: 63%;
    bottom: 90%;
    -webkit-animation: 5s ease-in-out infinite alternate translate-down-up;
    animation: 5s ease-in-out infinite alternate translate-down-up
}

.contact__img-tech--cms {
    right: 3%;
    bottom: 70%;
    -webkit-animation: 5s ease-in-out infinite alternate translate-down-up;
    animation: 5s ease-in-out infinite alternate translate-down-up
}

.contact__img-tech--php {
    right: 6%;
    bottom: 50%;
    -webkit-animation: 4.5s ease-in-out infinite alternate translate-down-up;
    animation: 4.5s ease-in-out infinite alternate translate-down-up
}

.contact__form {
    background: #f5f9ff;
    max-width: 520px;
    width: 100%;
    padding: 35px 60px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: -8px -8px 16px rgba(255, 255, 255, .8), 8px 8px 16px rgba(186, 198, 216, .8)
}

@media only screen and (max-width:767px) {
    .form__group {
        flex-direction: column;
        align-items: unset
    }

    .form__group .form__control:not(:last-child) {
        margin-right: 0
    }

    .form__submit {
        max-width: 151px;
        width: 100%;
        margin: 30px auto 0
    }

    .contact__img-tech--html {
        max-width: 55px
    }

    .contact__img-tech--cms,
    .contact__img-tech--css,
    .contact__img-tech--js {
        max-width: 60px
    }

    .contact__img-tech--php {
        max-width: 55px
    }

    .contact__form {
        padding: 30px 20px
    }

    .services__sidebar {
        display: none
    }
}

@media only screen and (max-width:380px) {
    .contact__img-tech--html {
        max-width: 45px
    }

    .contact__img-tech--cms,
    .contact__img-tech--css,
    .contact__img-tech--js {
        max-width: 50px
    }

    .contact__img-tech--php {
        max-width: 45px
    }
}

.contact__form .form__control.success .form__input,
.contact__form .form__control:not(.error) .form__input:focus {
    border-color: #094573
}

.contact__form .form__input {
    color: #094573;
    border-color: rgba(9, 69, 115, .3)
}

.contact__form .form__input::-webkit-input-placeholder {
    color: rgba(9, 69, 115, .5)
}

.contact__form .form__input:-ms-input-placeholder {
    color: rgba(9, 69, 115, .5)
}

.contact__form .form__input::placeholder {
    color: rgba(9, 69, 115, .5)
}

.contact__form .form__label-txt {
    color: #094573;
    font-weight: 700
}

.contact__form .form__checkbox-styled {
    background: #fff;
    border: 1px solid #b4d1fa;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 4px rgba(186, 198, 216, .8);
    border-radius: 5px
}

.contact__form .form__checkbox-txt {
    color: rgba(9, 69, 115, .8);
    font-size: 14px
}

@-webkit-keyframes translate-down-up {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

@keyframes translate-down-up {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

.services__box h1 {
    font-weight: 700;
    margin: 0 0 78px;
    font-size: 48px;
    color: #000;
    text-align: left
}

.h3,
.services__image-seo div p {
    font-family: ProximaNova-Bold, arial, sans-serif
}

.cmbox-edges,
.cost,
.price-qual,
.services__descrip,
.services__price,
.you-get {
    margin-bottom: 60px
}

.portfolio__text>.h2 {
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #093d76;
    padding-top: 15px
}

.services__info article:last-child {
    top: 25%
}

.services__context .services__context-box {
    justify-content: space-between
}

.services__context .services__context-box a {
    max-width: 260px !important
}

.services__context {
    width: 100%;
    margin: 0 auto
}

.types__list {
    gap: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}

.types__list li {
    flex: 1 1 21%;
    max-width: 250px;
    text-align: center;
    transition: transform .2s linear
}

.types__list li:hover {
    transform: scale(1.05)
}

.types__list p {
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.types a {
    overflow: hidden
}

.stages .h3,
.types .h3 {
    margin-bottom: 40px
}

.types img {
    display: block;
    margin-bottom: 15px;
    border: 1px solid rgba(186, 198, 216, .8);
    box-shadow: -5px -5px 10px rgba(255, 255, 255, .8), 5px 5px 15px rgba(186, 198, 216, .8);
    border-radius: 5px
}

@media (max-width:1200px) {
    .types__list li {
        flex: 1 1 48%;
        gap: 25px
    }
}

@media (max-width:767px) {
    .services__box-text {
        padding: 0
    }

    .services__info {
        margin: 20px auto 0;
        padding: 0 15px
    }

    .types {
        margin-bottom: 40px
    }

    .types__list li {
        flex: 1 1 100%
    }

    .you-get__box {
        max-width: 290px;
        width: 100%
    }

    .you-get__image {
        max-width: 150px;
        margin-left: 0
    }
}

.cost__inner,
.price-qual__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price-qual__txt {
    max-width: 570px;
    width: 100%;
    margin-right: 25px
}

.price-qual__txt p:first-child {
    font-weight: 700;
    max-width: 550px;
    width: 100%
}

.price-qual__txt p:first-child span,
.services-list span,
.services__developers .services__developers-box a:hover,
.services__promotion .services__promotion-box a:hover,
.services__social .services__social-box a:hover {
    color: #a62e41
}

.price-qual img {
    max-width: 365px;
    display: block;
    margin-right: 119px
}

.you-get__content {
    display: flex;
    align-items: center
}

.you-get .h3 {
    padding-bottom: 39px
}

.you-get__txt {
    max-width: 679px;
    width: 100%
}

.you-get__txt p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 150%
}

.you-get__txt span {
    font-weight: 700;
    font-size: 20px;
    color: #a62e41
}

.cmbox-edges__items p,
.cost__txt-promo-red {
    font-weight: 700;
    font-size: 17px;
    color: #a62e41
}

.you-get__images {
    margin-left: 60px;
    max-width: 426px
}

.you-get img {
    display: block
}

.you-get__image {
    margin: 0 auto -18%;
    position: relative;
    -webkit-animation: 2.5s .5s forwards services-icon-show, 3.2s linear 3.5s infinite alternate forwards services-icon-movement;
    animation: 2.5s .5s forwards services-icon-show, 3.2s linear 3.5s infinite alternate forwards services-icon-movement;
    opacity: 0;
    max-width: 398px
}

.you-get__image img {
    margin-left: 36px
}

.cmbox-edges__items {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 135px
}

.cmbox-edges__items div {
    text-align: center;
    width: 100%
}

.cost__txt .h3,
.services .h3--align-l {
    text-align: left
}

.cmbox-edges__items img {
    max-width: 200px
}

.dev-stages {
    margin-bottom: 20px
}

.dev-stages__items {
    display: flex;
    flex-wrap: wrap
}

.dev-stages__items>div {
    flex: 1 1 24%;
    margin-bottom: 47px;
    order: -1
}

.dev-stages__items--short>div:last-child,
.dev-stages__items--short>div:nth-child(3) {
    overflow: visible
}

.dev-stages__items>div>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    width: fit-content;
    margin-bottom: 5px;
    background-color: #fff;
    font-weight: 800;
    color: #a62e41;
    font-size: 40px;
    border: 2px dashed #b4d1fa;
    text-shadow: 2px 3px 5px rgba(186, 198, 216, .8);
    border-radius: 50%
}

.dev-stages__items>div>span::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: inline-block;
    left: 56px;
    width: 232px;
    height: 100%;
    background: url("../img/svg/arrow-stage.svg") center no-repeat
}

.dev-stages__items--short>div:nth-child(3)>span::after,
.dev-stages__items:not(.dev-stages__items--short)>div:nth-child(4)>span::after {
    background: url("../img/svg/arrow-stage-big.svg") center no-repeat;
    height: 206px;
    width: 227px;
    top: 0;
    right: 0
}

.dev-stages__items>div:last-child span::after,
.dev-stages__items>div:nth-child(4):last-child>span::after {
    background: 0 0
}

.dev-stages__items--short>div:nth-child(n+4)>span::after,
.dev-stages__items>div:nth-child(n+5)>span::after {
    transform: rotate(180deg)
}

.dev-stages__items>div>p {
    line-height: 1.3;
    margin: 0;
    max-width: 270px
}

.dev-stages__items--short>div>span::after {
    width: 375px;
    height: 100%;
    left: 13px;
    top: -10px;
    background: url("../img/svg/arrow-stage-long.svg") center no-repeat
}

.dev-stages__items--short>div:nth-child(n+3)>span::after {
    left: 58px;
    top: unset
}

.dev-stages__items--short div {
    overflow: hidden;
    flex: 1 1 33%
}

.cost__txt {
    max-width: 570px;
    width: 100%
}

.cost__txt .h3 {
    padding-bottom: 20px
}

.cost__txt-promo-blue,
.e_work__wrapper p,
.services-list a {
    color: #094573;
    font-weight: 700
}

@media (max-width:1599px) {
    .dev-stages__items:not(.dev-stages__items--short)>div {
        max-width: 260px
    }

    .dev-stages__items:not(.dev-stages__items--short)>div:nth-child(n+5)>span::after {
        left: 57px
    }

    .dev-stages__items>div p {
        font-size: 16px
    }

    .dev-stages__items>div>span::after {
        left: 27px
    }

    .dev-stages__items--short>div>span::after {
        left: -20px
    }

    .dev-stages__items--short>div {
        max-width: 358px
    }
}

@media (max-width:1399px) {
    .dev-stages__items>div>span::after {
        display: none
    }

    .dev-stages__items>div:nth-child(4)>span::after {
        left: 57px
    }

    .dev-stages__items>div:nth-child(5) {
        order: 4
    }

    .dev-stages__items--short>div:nth-child(4),
    .dev-stages__items>div:nth-child(6) {
        order: 3
    }

    .dev-stages__items--short>div:nth-child(5),
    .dev-stages__items>div:nth-child(7) {
        order: 2
    }

    .dev-stages__items--short>div:nth-child(6),
    .dev-stages__items>div:nth-child(8) {
        order: 1
    }

    .price-qual img {
        margin-right: 0
    }

    .dev-stages__items {
        gap: 30px;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr)
    }

    .dev-stages__items>div p {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .price-qual__inner {
        flex-direction: column;
        align-items: unset
    }

    .cost__txt,
    .price-qual__txt p:first-child {
        max-width: unset
    }

    .price-qual__txt {
        margin-right: 0;
        max-width: unset
    }

    .cost__inner {
        flex-direction: column-reverse;
        align-items: unset
    }

    .quiz {
        margin-right: 0
    }

    .price-qual img {
        margin: 0 auto;
        max-width: 300px
    }
}

.services__price-box strong {
    padding: 0 5px 0 10px;
    text-align: left
}

.e_work__wrapper p,
.h3 {
    font-size: 24px;
    text-align: center
}

.services__price-box {
    justify-items: unset
}

.services-list {
    margin: 0;
    padding: 0
}

.services-list p {
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative
}

.services-list p::before {
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    background-color: #a62e41
}

.services__descrip--reversed .services__descrip-images {
    order: -1
}

.services__descrip--reversed .services__descrip-images,
.services__descrip--reversed .services__descrip-images img:first-child {
    max-width: 383px
}

.services__descrip--reversed .services__descrip-content .services__descrip-txt {
    max-width: 678px
}

.services__descrip-content .services__descrip-txt {
    max-width: 655px;
    width: 100%
}

.services__descrip-txt p span {
    font-weight: 700
}

.services__descrip-img {
    position: relative;
    max-width: 445px;
    width: 100%;
    margin-left: 20px
}

.services__descrip-img img {
    display: block;
    margin: 0 auto
}

.main-header__link-services:hover .header-level2,
.services__descrip-images {
    position: relative
}

.services__descrip-icon {
    position: absolute
}

.services__descrip-images img:first-child {
    max-width: 273px
}

.services__descrip-images--big img:first-child {
    max-width: 375px
}

.services__descrip-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.services__descrip-icon--interface {
    left: 25%;
    bottom: 5%;
    animation: 4.2s infinite alternate translate-down-up
}

.services__descrip-icon--code {
    z-index: -1;
    left: 14%;
    bottom: 35%;
    animation: 4.1s infinite alternate translate-down-up
}

.services__descrip-icon--scheme {
    z-index: -1;
    left: 8%;
    bottom: 60%;
    animation: 4.2s infinite alternate translate-down-up
}

.services__descrip-icon--mechanism {
    z-index: -1;
    left: 18%;
    top: -26%;
    animation: 4.3s infinite alternate translate-down-up
}

.services__descrip-icon--cloud-up {
    top: -37%;
    right: 41%;
    animation: 4.4s infinite alternate translate-down-up
}

.services__descrip-icon--cloud-down {
    top: -40%;
    right: 33%;
    animation: 4.2s infinite alternate translate-down-up
}

.services__descrip-icon--idea {
    right: 13%;
    top: -21%;
    animation: 4.3s infinite alternate translate-down-up
}

@media (max-width:480px) {
    .price-qual img {
        max-width: 250px
    }

    .cost__txt p {
        display: none
    }

    .services__descrip-icon--interface {
        left: 25%
    }

    .services__descrip-icon--code {
        left: 10%
    }

    .services__descrip-icon--scheme {
        left: -1%
    }

    .services__descrip-icon--mechanism {
        z-index: -1;
        left: 18%
    }

    .services__descrip-icon--cloud-up {
        right: 33%
    }

    .services__descrip-icon--cloud-down {
        right: 23%
    }

    .services__descrip-icon--idea {
        right: 1%
    }
}

@media (max-width:380px) {
    .services__descrip-icon--code {
        left: 0
    }

    .services__descrip-icon--idea {
        right: -3%
    }

    .services__descrip-icon--interface {
        left: 10%
    }
}

.feedback-slider {
    max-width: 1200px
}

.services_box-usl2 {
    max-width: 1200px;
    margin: 75px 0 0
}

.services_box-usl2 article {
    margin: 60px 0
}

.services_box-usl2 ol li::marker {
    color: #a62e41;
    font-weight: 700
}

.services__context .services__context-box a,
.services__developers .services__developers-box a,
.services__sites .services__sites-box a {
    width: 100%;
    max-width: 230px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: ProximaNova-Bold, arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #333;
    background-image: linear-gradient(134.17deg, #f1f7ff 4.98%, #f5f9ff 94.88%);
    box-shadow: -8px -8px 16px rgb(255 255 255 / 80%), 8px 8px 16px rgb(186 198 216 / 80%);
    border-radius: 10px;
    transition: .2s linear;
    text-align: start
}

.services__context .services__context-box a img,
.services__developers .services__developers-box a img,
.services__sites .services__sites-box a img {
    max-width: 48px
}

.services__info-text {
    max-width: none
}

.services__info-text ul {
    max-width: 700px
}

.main-header__link-services:hover .header-level2 ul {
    display: none;
    left: 255px
}

.main-header__link-services:hover .header-level2:hover ul {
    display: inline-block;
    position: absolute;
    columns: 1;
    top: 0;
    padding: 5px 16px 5px 0;
    width: fit-content
}

.main-header__list ul a {
    font-size: 16px
}

.main-header__link-services:hover ul {
    width: 255px;
    columns: 1
}

.main-header__link-services ul .header-arrow::after {
    content: " ";
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../img/svg/arrow-right.svg) no-repeat;
    top: 3px;
    right: 20px
}

.services__image-seo {
    background-image: url(../img/png/image-seo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.services__image-seo div {
    padding: 23px 10% 23px 0;
    max-width: 350px;
    margin-left: auto
}

.services__image-seo div p {
    color: #a62e41;
    font-size: 36px;
    margin: 0;
    line-height: 130%
}

.services__image-seo div p:last-child span {
    color: #a62e41
}

.services__image-seo div p:last-child {
    font-size: 12px;
    color: #333
}

.services__image-seo div p:first-child {
    color: #0a3d76;
    font-size: 36px;
    line-height: 130%
}

.services__close {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical
}

.main-footer__button {
    margin-top: 20px;
    border: none;
    outline: 0;
    background: 0 0;
    margin-bottom: 20px;
    cursor: pointer;
    color: #0a3d76;
    padding: 0
}

.cmbox,
.cmbox .portfolio-page__advantages p::before {
    background: linear-gradient(271.23deg, #a62e41 4.07%, #e13152 96.09%), #fff
}

.cmbox .portfolio-page__advantages p::before {
    width: 55px;
    height: 10px;
    position: absolute;
    content: "";
    top: 6px;
    left: -70px
}

.services__context .services__context-box {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    grid-gap: 35px
}

@media (max-width:1200px) {

    .services__descrip-content,
    .you-get__content {
        flex-direction: column;
        align-items: unset
    }

    .design__tasks-images,
    .you-get__images {
        margin: 0 auto
    }

    .cmbox-edges__items {
        grid-gap: 75px
    }

    .services__descrip-img {
        margin: 80px auto 0
    }

    .img-hide {
        display: none
    }

    .services__descrip--reversed .services__descrip-images {
        order: 0;
        max-width: 300px;
        margin-top: 20px
    }

    .services__descrip--reversed .services__descrip-content .services__descrip-txt {
        max-width: unset
    }

    .design-tasks__inner {
        flex-direction: column-reverse;
        align-items: unset
    }

    .services__image-seo div {
        padding: 23px 5% 23px 0;
        max-width: 295px
    }

    .services__image-seo div p,
    .services__image-seo div p:first-child {
        font-size: 26px
    }

    .services__context .services__context-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .services__box-text {
        top: 6%
    }
}

@media (max-width:1025px) {
    .services__image-seo div {
        padding: 23px 15% 23px 0;
        max-width: 309px
    }
}

@media (max-width:767px) {
    .you-get__box {
        max-width: 290px;
        width: 100%
    }

    .you-get__image {
        max-width: 300px
    }

    .you-get__image img {
        margin-left: 25px
    }

    .services__box-text .services__data-text {
        text-align: left
    }

    .services_box-usl2 {
        width: auto;
        margin: 0 15px
    }

    .services__image-seo {
        background-image: url(../img/png/image-seo-mobile.png)
    }

    .services__image-seo div {
        padding: 67px 0;
        max-width: 220px
    }
}

@media (max-width:480px) {
    .services__context .services__context-box {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:340px) {
    .services__image-seo div {
        max-width: 195px
    }
}

.services__nav-flex {
    display: flex;
    flex-direction: row;
    gap: 70px
}

.services__nav-flex img {
    max-height: 260px
}

@media (max-width:1024.9px) {
    .services__nav-flex {
        flex-direction: column;
        gap: 30px;
        align-items: center
    }

    .services_box-usl2 {
        margin: 0
    }

    .services__nav-flex img {
        width: 40%;
        height: auto
    }
}

@media (max-width:900.9px) {
    .services__nav-flex {
        flex-direction: column;
        gap: 30px
    }
}

.e_work_main {
    padding: 100px 0
}

.e_work {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px
}

.e_work__wrapper p {
    font-style: normal;
    line-height: 100%
}

.h3 {
    margin: 0;
    line-height: 24px;
    letter-spacing: .05em;
    color: #000;
    padding-bottom: 20px
}

@media (min-width:767px) and (max-width:1024.9px) {
    .e_work_main {
        padding: 60px 0 0
    }

    .h3 {
        padding-bottom: 20px
    }
}

.services__nav-box ul {
    top: 50%
}

.main-header__link-services:hover ul a,
.spoiler {
    position: relative
}

.main-header__link-services:hover .header-level2:hover ul a::before {
    content: "";
    width: 50%;
    height: 1px;
    color: red;
    background-color: #0c0c0c1c;
    position: absolute;
    opacity: .5;
    bottom: -6px;
    border-radius: 255px
}

.about-us {
    margin-top: 120px
}

.services__box-images {
    margin: 0 60px 0 0;
    max-width: 425px
}

@media (max-width:1024px) {
    .services__info article:last-child {
        top: 0
    }

    .price-qual {
        margin-bottom: 0
    }

    .cmbox-edges__items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px
    }

    .dev-stages__items {
        grid-template-columns: repeat(2, 1fr)
    }

    .dev-stages__items>div {
        margin-bottom: 0
    }

    .services .h3 {
        padding: 40px 0 20px
    }

    .services__descrip-icon {
        animation: none
    }

    .services__descrip {
        margin-bottom: 0
    }

    .design__tasks-images {
        margin: 0 auto;
        max-width: 330px
    }

    .services__box-text {
        top: 16%
    }
}

.stages__coffee {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center
}

.services__data-text {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 100% !important;
    grid-gap: 10% !important;
    align-self: center
}

.services__data-text .button {
    max-width: 341px;
    margin-left: 0
}

.services__data-imgtext {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    justify-items: center
}

.services__sidebar-burger,
.services__sidebar-list a:not(.active):hover img:nth-child(2),
.services__sidebar-sublist li.active::before,
.services__sidebar:hover+.services__box-images img:first-child {
    display: none
}

.services__data-imgtext img {
    width: 70%
}

@media (max-width:767px) {
    .services_box-usl2 {
        width: auto;
        margin: 0 15px
    }

    .e_work__wrapper p,
    .h3 {
        font-size: 16px
    }

    .e_work_main {
        padding: 60px 0 0
    }

    .h3 {
        line-height: 24px
    }

    .services__box-text .services__data-text a {
        width: fit-content;
        max-width: unset;
        font-size: 16px
    }

    .services__box-text .services__data-text {
        margin-bottom: 40px
    }

    .button {
        padding: 15px;
        text-align: center
    }
}

.services__sidebar {
    background: #f5f9ff;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    min-width: 225px;
    margin-right: -225px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1)
}

@media (max-width:767.98px) {
    .services__sidebar {
        position: fixed
    }
}

.services__sidebar a {
    width: 100%
}

.services__sidebar:hover+.services__box-images img:last-child {
    display: block
}

.services__sidebar.active {
    justify-content: center;
    display: flex;
    width: 100%;
    z-index: 11
}

.services__sidebar-burger {
    background: url(../img/svg/icon-stage.svg) 12px 14px no-repeat #f5f9ff;
    position: fixed;
    width: 64px;
    height: 64px;
    top: 65px;
    left: 0;
    z-index: 12;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border-bottom-right-radius: 65px
}

.services__sidebar-burger.active {
    background: url(../img/svg/icon-stage-active.svg) 12px 14px no-repeat;
    box-shadow: none
}

.services__sidebar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    overflow-y: auto
}

.services__sidebar-list,
.services__sidebar-list li {
    margin: 0;
    padding: 0
}

.services__sidebar-list li {
    margin-bottom: 15px
}

.services__sidebar-list a {
    display: flex;
    line-height: 1.1;
    align-items: center;
    font-weight: 700;
    color: #333
}

.services__sidebar-list a.active {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #a62e41;
    font-weight: 400
}

.services__sidebar-list a img {
    margin-right: 8px;
    max-width: 24px;
    max-height: 24px;
    display: none
}

.services__sidebar-list a.active img:first-child,
.services__sidebar-list a:not(.active) img:nth-child(2) {
    display: flex
}

.services__sidebar-list a:not(.active) {
    transition: color .1s linear
}

.services__sidebar-list a:not(.active):hover {
    color: #a62e41
}

.services__sidebar-list a:not(.active):hover img:nth-child(3) {
    display: flex
}

.services__sidebar-sublist {
    margin-top: 15px;
    padding-left: 33px
}

.services__sidebar-sublist li {
    position: relative;
    display: flex;
    align-items: center
}

.services__sidebar-sublist li::before {
    background: #094573;
    display: inline-block;
    width: 2px;
    height: 30px;
    content: ""
}

.services__sidebar-sublist li:not(.active) a {
    transition: transform .1s linear, color .1s linear, -webkit-transform .1s linear
}

.services__sidebar-sublist li:not(.active) a:hover {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
    color: #a62e41
}

.services__sidebar-sublist li.active a {
    color: #a62e41;
    text-decoration: underline
}

.services__sidebar-sublist a {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    max-width: 148px;
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .services__sidebar-burger {
        display: block
    }

    .services__sidebar-nav {
        padding-top: 100px
    }

    .services__sidebar-list {
        padding-left: 0
    }

    .services__sidebar-list a {
        font-size: 32px
    }

    .services__sidebar-list a img {
        max-width: 30px;
        max-height: 30px
    }

    .services__sidebar-sublist a {
        max-width: 100%;
        font-size: 24px
    }
}

@media only screen and (max-width:480px) {
    .form__group {
        flex-direction: column
    }

    .form__control--agreement {
        flex-direction: column;
        align-items: flex-start
    }

    .form__control--agreement .form__error {
        bottom: unset;
        top: -15px
    }

    .form__control--agreement a,
    .form__control--agreement button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: 0
    }

    .services__sidebar-list a {
        font-size: 16px
    }

    .services__sidebar-list a img {
        max-width: 24px;
        max-height: 24px
    }

    .services__sidebar-sublist a {
        font-size: 14px
    }
}

.services__descrip-icon--graph {
    bottom: 15%;
    left: 15%;
    animation: 4s infinite alternate translate-down-up
}

.services__descrip-icon--avatar {
    bottom: 24%;
    left: 37%;
    animation: 3.95s infinite alternate translate-down-up
}

.services__descrip-icon--settings {
    top: 0;
    left: 47%;
    animation: 4.15s infinite alternate translate-down-up
}

.services__descrip-icon--cols {
    top: 15%;
    right: 30%;
    animation: 4.1s infinite alternate translate-down-up
}

.services__descrip-icon--world {
    top: 7%;
    right: 15%;
    animation: 4.15s infinite alternate translate-down-up
}

.stages {
    margin-bottom: 88px
}

.stages__items>div {
    display: flex;
    align-items: flex-start
}

.cases,
.stages__items>div:not(:last-child) {
    margin-bottom: 30px
}

.stages__items img {
    min-width: 273px;
    width: 273px;
    margin-right: 45px;
    display: block
}

.stages__list {
    display: flex;
    flex-direction: column
}

.stages__list>p {
    color: #a62e41;
    font-weight: 700;
    margin: 0 0 10px
}

.spoiler summary {
    cursor: pointer;
    font-size: 16px;
    color: #0a3d76;
    line-height: 1;
    border-bottom: 1px solid;
    display: none
}

.spoiler[open] summary {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%)
}

.cases__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.cases__item {
    position: relative;
    width: 49%;
    margin-bottom: 20px;
    cursor: pointer
}

.cases__item>div {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.cases__item>div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cases__item img,
.cases__item>div {
    height: 380px
}

.cases__item .play-button::before {
    width: 70px;
    height: 50px;
    position: absolute;
    content: "";
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/svg/play-button.svg);
    background-repeat: no-repeat
}

.cases__item:hover .play-button::before {
    background-image: url(../img/svg/play-button-2.svg);
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .stages__items>div {
        flex-direction: column-reverse
    }

    .stages__items img {
        margin: 0 auto
    }

    .contact .h3 {
        padding-bottom: 40px
    }

    .spoiler summary {
        display: inline-block
    }

    .cases__item img,
    .cases__item>div {
        height: 240px
    }
}

@media (max-width:567px) {
    .price-qual img {
        display: none
    }

    .dev-stages__items>div {
        display: flex;
        align-items: center;
        flex: 1 1 100%
    }

    .dev-stages__items--short>div,
    .dev-stages__items:not(.dev-stages__items--short)>div,
    .dev-stages__items>div>p {
        max-width: unset
    }

    .dev-stages__items>div>span {
        margin-right: 13px
    }

    .dev-stages__items {
        grid-template-columns: repeat(1, 1fr)
    }

    .cases__item {
        width: 100%
    }
}

.video video {
    width: 100%;
    height: auto;
    padding-top: 60px
}

.services__sidebar-nav>.services__sidebar-list>li>ul>li>a>img {
    display: none !important
}

@media (max-width:1025.98px) {
    .services__box-images {
        margin: 0 auto 30px
    }
}