*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

html,
body {
    height: 100%;
    line-height: 1;
}

body {
    font-size: 18px;
    color: rgba(48, 68, 78, 1);


}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 1 auto;
}

[class*="__container"] {
    max-width: 1087px;
    margin: 0px auto;
    padding: 0px 15px;
}

@media (max-width: 1087px) {
    [class*="__container"] {
        max-width: 970px;
    }
}

@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
}

@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header__container {
    display: flex;
    min-height: 81px;
    align-items: center;
    border-bottom: 1px solid rgb(197, 197, 197);
}

.header__logo {
    position: relative;
    z-index: 5;
    margin: 0px 50px 0px 0px;
}

.header__menu {
    flex: 1 1 auto;
    margin: 0px 0px 0px 50px;
}

.header__button {
    position: relative;
    z-index: 5;
    flex: 0 0 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1087px) {
    .header__logo {
        margin: 0px 30px 0px 0px;
    }

    .header__menu {
        margin: 0px 0px 0px 30px;
    }

    .header__button {
        flex: 0 0 140px;
    }
}

.menu {
    display: flex;
    justify-content: flex-end;

}

.menu__list {
    display: flex;

}

.menu__item {
    margin: 0px 50px 0px 0px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 2vh;
}

.menu__link {
    color: black;
}

.menu__link:hover {
    text-decoration: underline;
}

.icon1-menu {
    margin: 0px 24px 0px 0px;
}

@media (max-width: 991.98px) {
    .header__container {
        min-height: 70px;
        border-bottom: 1px solid rgb(197, 197, 197);
    }

    .header__logo {
        margin: 0px 0px 0px 20px;
    }

    .menu__item {
        font-size: 14px;
        margin: 0px 30px 0px 0px;
    }

    .header__menu {
        margin: 0px 0px 0px 20px;
    }

    .header__button {
        flex: 0 0 120px;
    }
}

.close-icon-menu,
.icon-menu {
    display: none;
}

@media (max-width: 767.98px) {
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(255, 255, 255);
        padding: 90px 15px 30px 15px;
        transition: left 0.3s ease 0s;
    }

    .header:target .menu__body {
        left: 0;
    }

    .header:target .menu__body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }

    .header:target .icon-menu {
        display: none;

    }

    .header:target .close-icon-menu {
        display: flex;

    }

    .menu__list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu__item {
        margin: 0px 0px 25px 0px;
    }

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

    .menu__link {
        color: rgb(0, 0, 0);
        font-size: 20px;
    }

    .icon-menu {
        display: flex;
        position: relative;
        flex: 0 0 30px;
        height: 18px;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px 0px 0px 20px;
    }

    .icon-menu::before,
    .icon-menu::after {
        content: "";
        background-color: rgb(3, 3, 3);
        height: 2px;
    }

    .icon-menu span {
        background-color: rgb(0, 0, 0);
        height: 2px;
    }

    .close-icon-menu {
        flex: 0 0 30px;
        height: 30px;
        position: relative;
        margin: 0px 0px 0px 20px;
    }

    .close-icon-menu::before,
    .close-icon-menu::after {
        content: "";
        background-color: rgb(3, 3, 3);
        position: absolute;
        height: 2px;
        top: 50%;
        left: 0;
        width: 100%;
    }

    .close-icon-menu::before {
        transform: rotate(45deg);
    }

    .close-icon-menu::after {
        transform: rotate(-45deg);
    }
}

@media (max-width: 479.98px) {
    .header__logo {
        flex: 0 0 71px;
        overflow: hidden;
    }

    .header__container {
        border-bottom: none;
    }
}

@media (max-width: 296px) {
    .icon1-menu {
        margin: 0px 10px 0px 0px;
    }
}


/*=======================================================*/

.information-technology {
    background-color: rgb(255, 255, 255);
}

.information-technology__container {
    padding: 151px 15px 175px 15px;
    display: flex;
    flex-wrap: wrap;
}

.information-technology__content {
    flex: 0 1 53%;
    padding: 0px 20px;
}

.information-technology__block-text {
    max-width: 545px;
}

.block-text__title {
    font-weight: 700;
    font-size: 48px;
    color: black;
    line-height: 64.17px;
}

.block-text__title:not(:last-child) {
    margin: 0px 0px 24px 0px;
}

.block-text__title span {
    color: #EE4248;
}

.block-text__text {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(48, 68, 78, 1);
}

.block-text__text:not(:last-child) {
    margin: 0px 0px 24px 0px;
}

.block-text__button {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding: 12px 32px;
}

.button {
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: #EE4248;
    border-radius: 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}
.button:hover {
    background-color: #971f23;
}
.button:active {
    background-color: #ed0d14;
}

.information-technology__image {
    flex: 0 1 47%;
}

.information-technology__image img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .block-text__title {
        font-size: 33px;
        line-height: 40px;
    }

    .block-text__title:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }

    .block-text__text {
        font-size: 15px;
        line-height: 24px;
    }

    .block-text__text:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }

    .block-text__button {
        padding: 5px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .information-technology__container {
        padding: 100px 15px 50px 15px;
        text-align: center;
    }

    .block-text__title {
        font-size: 38px;
        line-height: 44.17px;
    }

    .information-technology__block-text {
        max-width: none;
    }

    .block-text__text {
        font-size: 20px;
        line-height: 29px;
    }

    .information-technology__content {
        flex: 1 1 100%;
        padding: 0;
    }

    .block-text__button {
        padding: 10px 27px;
        font-size: 17px;
        margin: 30px 0;
    }

    .information-technology__image {
        flex: 1 1 100%;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .information-technology__container {
        padding: 100px 15px 40px 15px;
    }

    .block-text__title {
        font-size: 28px;
        line-height: 34.17px;
    }

    .block-text__text {
        font-size: 15px;
        line-height: 19px;
    }

    .block-text__text:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }

    .block-text__button {
        padding: 7px 25px;
        font-size: 15px;
    }
}

/*==================================================================*/

.dwidasa-samsara {
    background-color: #F7F7F7;
}

.dwidasa-samsara__container {
    padding: 0px 15px 63px 15px;
    display: flex;
    flex-wrap: wrap;
}

.dwidasa-samsara__content {
    flex: 0 1 58%;
    padding: 57px 0px 0px 80px;
}

.dwidasa-samsara__content span {
    color: #EE4248;
}

.title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
    color: rgb(0, 0, 0);
}

.block-text2__title2:not(:last-child) {
    margin: 0px 0px 24px 0px;
}

.block-text2__text1 {
    font-family: Roboto;
    font-weight: 400;
    line-height: 27px;
    color: #30444E;
    margin: 0px 0px 24px 0px;
}

.block-text2__text2 {
    font-family: Roboto;
    font-weight: 400;
    line-height: 27px;
    color: #30444E;
}

.dwidasa-samsara__image {
    flex: 0 1 42%;
}

.dwidasa-samsara__image img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .block-text2__title2 {
        font-size: 25px;
        line-height: 35px;
    }

    .block-text2__title2:not(:last-child) {
        margin: 0px 0px 10px 0px;
    }

    .block-text2__text1 {
        font-size: 13px;
        line-height: 20px;
        margin: 0px 0px 10px 0px;
    }

    .block-text2__text2 {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 767.98px) {
    .dwidasa-samsara__container {
        padding: 0px 15px 0px 15px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .block-text2__title2 {
        font-size: 28px;
        line-height: 35px;
    }

    .dwidasa-samsara__content {
        flex: 1 1 100%;
        padding: 0;
    }

    .block-text2__text1 {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 0px 10px 0px;
    }

    .block-text2__text2 {
        font-size: 17px;
        line-height: 20px;
    }

    .dwidasa-samsara__image {
        flex: 1 1 100%;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .title {
        font-size: 23px;
        line-height: 30px;
    }

    .block-text2__text1 {
        font-size: 14px;
        line-height: 19px;
        margin: 0px 0px 10px 0px;
    }

    .block-text2__text2 {
        font-size: 14px;
        line-height: 19px;
    }
}

/*==========================================================================*/
.product-service__container {
    padding: 116px 15px 0px 15px;
    display: flex;
    flex-wrap: wrap;
}

.product-service__block-text {
    width: 100%;
    display: flex;
}

.block-text3__title {
    max-width: 1089px;
    margin: 0 auto;
    padding-bottom: 41px;
}

.product-service__items {
    display: flex;
    max-width: 1089px;
    margin: 0 auto;
}

.product-service__row {
    display: flex;
    margin-top: 14px;
    margin: 0 auto;
}

.product-service__column1 {
    max-width: 30%;
}

.product-service__column2 {
    padding: 0px 53px 0px 43px;
    max-width: 39.33%;
}

.product-service__column3 {
    max-width: 30%;
}

.item-about__icon img {
    max-width: 100%;
}

.title2 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
    color: rgba(238, 66, 72, 1);
}

.item-about__title {
    padding: 16.7px 0px 0px 0px;
}

.subtitle2 {
    font-family: Roboto;
    font-weight: 400;
    line-height: 27px;
    color: rgba(48, 68, 78, 1);

}

.item-about__text {
    padding: 15px 0px;
}

.block-text3__button {
    padding: 8px 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 767.98px) {
    .product-service__row {
        flex-direction: column;
    }

    .product-service__column1 {
        text-align: center;
        max-width: 100%;
    }

    .product-service__column2 {
        padding: 0px 0px;
        text-align: center;
        max-width: 100%;
        margin: 40px 0px;
    }

    .product-service__column3 {
        text-align: center;
        max-width: 100%;
    }

    .item-about__text {
        max-width: 350px;
    }
}

@media (max-width: 479.98px) {
    .title2 {
        font-size: 23px;
        line-height: 37px;
    }

    .item-about__title {
        padding: 14px 0px 0px 0px;
    }

    .subtitle2 {
        font-size: 15px;
        line-height: 22px;

    }

    .item-about__text {
        padding: 10px 0px;
    }

    .block-text3__button {
        padding: 5px 14px;
        font-size: 14px;
    }

    .product-service__container {
        padding: 80px 15px 0px 15px;
    }

    .product-service__row {
        flex-direction: column;
    }

    .product-service__column1 {
        width: 100%;
        text-align: center;
    }

    .product-service__column2 {
        width: 100%;
        text-align: center;
        padding: 40px 0px;
    }

    .product-service__column3 {
        width: 100%;
        text-align: center;
    }
}

/*======================================================================*/

.contacts-organization__container {
    padding: 151px 15px 13px 15px;
    display: flex;
    flex-wrap: wrap;
}

.contacts-organization__items {
    max-width: 100%;
}

.contacts-organization__row {
    display: flex;
}

.contacts-organization__column1 {
    max-width: 50%;
}

.contacts-organization__column2 {
    max-width: 50%;
    margin-left: 47px;
}

.block-text4__image {
    max-width: 100%;
}

.contacts-organization__block-text {
    max-width: 317px;
}

.block-text4__text1 {
    font-family: Roboto;
    font-weight: 500;
    line-height: 21px;
}

.text2 {
    font-family: Roboto;
    font-weight: 300;
    line-height: 27px;
}

.contacts-organization__block-text2 {
    max-width: 269px;
}

.block-text5__text1 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px 0px;
}

.contacts-organization__copyright {
    background-color: rgba(238, 66, 72, 1);
    color: rgb(255, 255, 255);
}

.copyright-2015 {
    display: flex;
    padding: 22px 0px 21px 0px;
    justify-content: center;
}

.copyright-2015__copyright1 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.copyright-2015__copyright2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

@media (min-width: 768px) {
    .contacts-organization__items {
        max-width: 633px;
    }
}

@media (max-width: 767.98px) {

    .contacts-organization__container {
        padding: 100px 15px 13px 15px;
    }

    .contacts-organization__items {
        width: 100%;
        text-align: center;
    }

    .contacts-organization__row {
        flex-direction: column;
    }

    .contacts-organization__column1 {
        text-align: center;
        max-width: 100%;
    }

    .contacts-organization__column2 {
        max-width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 479.98px) {
    .block-text4__text1 {
        font-size: 14px;
    }

    .block-text4__text1 {
        line-height: 21px;
    }

    .text2 {
        font-size: 14px;
        line-height: 27px;
    }

    .block-text5__text1 {
        padding: 10px 0px;
        font-size: 17px;
    }

    .copyright-2015 {
        padding: 15px 0px 16px 0px;
    }

    .copyright-2015__copyright1 {
        font-size: 12px;
        line-height: 12px;
    }

    .copyright-2015__copyright2 {
        font-size: 12px;
        line-height: 12px;
    }
}
