/*First screen*/
.first-screen_service {
    margin-top: 0;
    padding-top: calc(107px + 54px);
    padding-bottom: 75px;
}

.first-screen_service .first-screen__text {
    width: 46%;
}

.first-screen__title_tb-caption {
    display: table-caption;
}

.first-screen__img_service {
    height: 567px;
    width: 56%;
    /*background-image: url('../img/bg_first_screen.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

/*We make*/
.we-make {
    padding: 75px 4.17% 75px 11.98%;
    background-color: #F7F7F7;
    position: relative;
}

.we-make__menu-list {
    margin-bottom: 57px;
}

.we-make__menu-item {
    display: inline-block;
    margin-right: 80px;
}

.we-make__menu-item:last-child {
    margin-right: 0;
}

.we-make__menu-btn {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.250em;
    letter-spacing: 0.04em;
    line-height: 1.25;
}

.button_active {
    color: #FF4343;
}

.we-make__menu-btn:hover {
    color: #FF4343;
}

.we-make__item {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    transform: translateX(100%);
    transition-duration: 650ms;
    opacity: 0;
}

.we-make__item_show {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    transition-duration: 650ms;
    transform: translateX(0);
    opacity: 1;
    border: none;
    clip: unset;
    clip-path: none;
    height: auto;
    margin: auto;
    overflow: auto;
    padding: auto;
    position: static;
    white-space: normal;
}

.we-make__text-content {
    width: 44.5%;
}

.caption {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.25;
    letter-spacing: 0.04em;
}

.we-make__caption {
    margin-top: 60px;
}

.we-make__text-content .title_line::after {
    content: "";
    border-bottom: 2px solid #FF4343;
    width: 100px;
    height: 2px;
    margin: 20px 0 26px;
    display: block;
}

.we-make__desc {
    margin-bottom: 26px;
    display: block;
}

.we-make__more {
    margin-bottom: 60px;
    display: block;
    width: max-content;
    color: #787373;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.21;
}

.we-make__img {
    height: 462px;
    width: 44.5%;
    /*background-image: url('../img/bg_first_screen.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.we-make__img_02 {
    /*background-image: url('../img/bg_news_02.jpg');*/
}

.we-make__img_03 {
    /*background-image: url('../img/bg_news_03.jpg');*/
}

.we-make__img_04 {
    /*background-image: url('../img/bg_news_05.jpg');*/
}

.create-project__link {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #FF4343;
    text-decoration: none;
}

.create-project__link:after {
    content: "";
    background-image: url('../img/icon_arrow_sm.png');
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 8px;
    transition-duration: 350ms;
}

.create-project__link:hover.create-project__link:after{
    transform: translateX(15px);
    transition-duration: 350ms;
}

/*Why*/
.why {
    padding: 75px 4.17% 152px 11.98%;
}

.why__title {
    text-align: center;
    margin-bottom: 70px;
}

.why__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 93px;
    grid-row-gap: 93px;
}

.why__item {
    text-align: center;
}

.wrap_why__img {
    height: 105px;
    margin-bottom: 32px;
    overflow: hidden;
}

.why__img {
    display: block;
    margin: auto;
}

.why__subtitle {
    margin-bottom: 20px;
}

.why__text {
    line-height: 1.6;
    width: 80%;
    margin: auto;
}

/*How*/
.how {
    padding: 75px 4.17% 75px 11.98%;
    background-color: #F7F7F7;
}

.how__menu-list {
    margin-bottom: 57px;
}

.how__menu-item {
    display: inline-block;
}

.how__btn,
.how__btn_seo {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.250em;
    letter-spacing: 0.04em;
    line-height: 1.25;
}

.how__btn:after,
.how__btn_seo:after{
    content: "";
    background-image: url('../img/sprites_arrows_sm.png');
    background-position: 0 -14px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 35px -2px;
}

.button_active.how__btn:after,
.button_active.how__btn_seo:after{
    background-image: url('../img/sprites_arrows_sm.png');
    background-position: 0 0;
}

.how__btn:hover.how__btn:after,
.how__btn_seo:hover.how__btn_seo:after {
    background-image: url('../img/sprites_arrows_sm.png');
    background-position: 0 0px;
}

.how__menu-item:last-child .how__btn:after,
.how__menu-item:last-child .how__btn_seo:after{
    content: none;
}

.button_active {
    color: #FF4343;
}

.how__btn:hover,
.how__btn_seo:hover {
    color: #FF4343;
}

.how__item,
.how__item_seo{
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    transform: translateX(100%);
    transition-duration: 650ms;
    opacity: 0;
}

.how__item_show {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition-duration: 650ms;
    transform: translateX(0);
    opacity: 1;
    border: none;
    clip: unset;
    clip-path: none;
    height: auto;
    margin: auto;
    overflow: auto;
    padding: auto;
    position: static;
    white-space: normal;
}

.how__text-content {
    width: 44.5%;
}

.how__title {
    margin-bottom: 60px;
}

.how__desc {
    margin-bottom: 52px;
}

.button_arrow {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #FF4343;
    text-decoration: none;
}

.button_arrow:after {
    content: "";
    background-image: url('../img/icon_arrow_sm.png');
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 8px;
    transition-duration: 350ms;
}

.button_arrow:hover.button_arrow:after{
    transform: translateX(15px);
    transition-duration: 350ms;
}

.how__img {
    height: 462px;
    width: 44.5%;
    /*background-image: url('../img/bg_first_screen.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    margin-top: -60px;
}

.how__img_02 {
    /*background-image: url('../img/bg_news_01.jpg');*/
}

.how__img_03 {
    /*background-image: url('../video/poster.jpg');*/
}

.how__img_04 {
    /*background-image: url('../img/bg_news_05.jpg');*/
}

.how__img_05 {
    /*background-image: url('../img/bg_news_04.jpg');*/
}

/*Last projects*/
.projects_text {
    margin-top: 60px;
    margin-right: -10.5%;
}

.projects_p {
    margin-bottom: 40px;
}

.projects_p:last-child {
    margin-bottom: 0;
}

/*Also*/
.also {
    padding: 75px 11.98%;
}

.also__title {
    font-size: 1.250em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.also__services {
    text-align: center;
}

.also__item {
    margin-bottom: 40px;
}

.also__link {
    text-decoration: none;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 4.5em;
    line-height: 1.236;
}

/*Corporate website*/
.promotion {
    padding: 45px 11.98%;
}

.promotion__title {
    font-size: 3.250em;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}

.promotion__text {
    width: 79%;
}

.promotion__p {
    margin-bottom: 30px;
    font-size: 1.250em;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.promotion__p:last-child {
    margin-bottom: 0;
}

/*Mobile apps*/
.first-screen_apps {
    padding-bottom: 0;
}

.android-ios {
    /*padding: 0 4.17%  0 11.98%;*/

}

.android,
.ios {
    padding-top: 106px;
    padding-bottom: 75px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

.android {
    background-color: #F9F9F9;
    padding-left: 11%;
    position: relative;

}

.android:before {
    content: "";
    background-image: url("../img/app_android.png");
    background-repeat: no-repeat;
    width: 202px;
    height: 264px;
    position: absolute;
    left: 0;
}

.ios {
    padding-left: 10%;
    position: relative;
}

.ios:before {
    content: "";
    background-image: url("../img/app_ios.png");
    background-repeat: no-repeat;
    width: 202px;
    height: 264px;
    position: absolute;
    right: 9%;
}


.android__desc,
.ios__desc {
    width: 78%;
    margin-bottom: 26px;
    min-height: 145px;
}

.android__more,
.ios__more {
    margin-bottom: 58px;
    display: block;
    width: max-content;
    color: #787373;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.21;
}

.create-project__link_ios,
.create-project__link_android {
    font-size: 1.125em;
}

.why_apps {
    padding: 75px 11.98% 152px 11.98%;
}

.scrum {
    padding: 83px 11.98% 82px 11.98%;
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.scrum:after {
    content: "SCRUM";
    position: absolute;
    text-transform: uppercase;
    right: -3%;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22.500em;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.scrum__info {
    flex-basis: 49%;
    position: relative;
    z-index: 3;
}

.scrum__advantages {
    flex-basis: 42%;
    position: relative;
    z-index: 3;
}

.scrum__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scrum__item {
    flex-basis: 49%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 77px;
}

.scrum__list .title_line::after {
    content: "";
    width: 25px;
    margin: 8px 0 10px;
}

.development-cycle {
    padding: 90px 11.98% 75px 11.98%;
}

.development-cycle__title {
    margin-bottom: 46px;
}

.development-cycle__schedule svg{
    width: 100%
}

/*Seo*/
.prices {
    padding: 120px 4.17% 75px 11.98%
}

.prices__title {
    margin-bottom: 100px;
}

.prices__table {
    display: table;
}

.prices__section {
    display: table-row;
}

.prices__category-title,
.prices__list,
.prices__mail{
    display: table-cell;
}

.prices__category-title,
.prices__item.prices__item_price {
    padding-right: 90px;
    font-size: 1.625em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.04em;
    width: 20%;
    color: #FF4343;
}

.requirements__list {
    padding-bottom: 65px;
}

.prices__item {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    width: 100%
}

.prices__item.prices__item_price {
    margin-bottom: 75px;
    width: auto;
}

.prices__mail {
    font-style: normal;
    font-weight: 500;
    font-size: 1.438em;
    line-height: 1.2;
    text-align: right;
    color: #3A3A3A;
    width: 30%;
}

.mail_red {
    text-decoration: none;
    color: #FF4343;
    font-size: 1.391em;
}











