html,
body {
    height: 100%;
    line-height: calc(19 / 14 * 100%);
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans";
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}

.container {
    max-width: 1082px;
    padding: 0px 15px;
    margin: 0 auto;
    box-sizing: content-box;
    flex: 1 1 auto;
}

.header {
    display: flex;
    align-items: center;
    padding: 30px 0px 0px 0px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.header__logo {
    flex: 0 1 150px;
    
}

.header__logo img {
    width: 100%;
}

.menu__list {
    display: flex;
}

.menu__item {
    margin: 0px 0px 0px 30px;
}

.menu__link {
    font-weight: 600;
    font-size: 20px;
    line-height: calc(27 / 20 * 100%);
    color: #212121;
}

.menu__link:hover {
    color: #07c4d1;
    transition: all 0.3s ease 0s;
}

.main__lid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* ------------- */

.lid {
    margin-bottom: 80px;
}

.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 120%;    
    color: rgb(68, 68, 68);
    margin-bottom: 30px;
}

.lid__text {
    max-width: 300px;
        
}
.lid__text:not(:last-child){
    margin-bottom: 20px;
}

.text {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: rgb(68, 68, 68);
}

.lid__text span {
    font-size: 30px;
    font-weight: 800;
    color: #07c4d1;
}

.lid__img {
    max-width: 500px;
}

.lid__img img {
    width: 100%;
}
.lid__buttons{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lid__btn_reg {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #1AC4D0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    letter-spacing: 0.1em;
    border: 2px solid #1AC4D0;
    margin: 0px 0 0 10px;
    text-align: center;

}


.lid__btn_reg:hover {
    background-color: #1AC4D0;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.lid__btn_reg:active {
    transform: translate(0, 2px);
    transition: all 0.3s ease 0s;
}

/* ------------ */

.item-service__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.service__column {
    flex: 0 1 33.333%;
    padding: 5px;
    padding: 0 15px;
}

.service__item {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.item-service__title {
    font-size: 30px;
    font-weight: 800;
    color: rgb(68, 68, 68);
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.item-service__title_ttl{
padding: 0px 0px 5px 0px;    
}
.item-service__title_ttl span{
    font-size: 40px;
}
.item-service__price {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background-color: #07c4d1;
    padding: 8px;
    color: rgb(255, 255, 255);
}

.item-service__price span {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.item-service__text {
    text-align: center;
    padding: 15px;
    flex: 1 1 auto;
}

.item-service__btn {
    margin-bottom: 20px;
}

.btn {
    padding: 10px 20px;
    background: linear-gradient(90deg, #00b0e0 0%, #66e273 100%);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 120%;
}

.btn:hover {
    background: linear-gradient(90deg, #008cff 0%, #09c548 100%);
    transition: all 0.3s ease 0s;
}

.btn:active {
    transform: translate(0, 2px);
    transition: all 0.3s ease 0s;
}

.main__service_domens {
    margin-top: 30px;
    margin-bottom: 80px;
}

.item-service__title {
    margin-bottom: 25px;
}

.item-service_price-group {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.item-service__price {
    line-height: 130%;
}

/* ------------------ */

.main__scope {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.scope__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.scope__text_ttl {
    font-weight: 800;
    margin-bottom: 20px;
}

.scope__text:not(:last-child) {
    margin-bottom: 20px;
}

.scope__img {
    max-width: 400px;
}

.scope__img img {
    width: 100%;
}

.table-scope {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.table-scope__column {
    flex: 0 1 33.333%;
    padding: 15px;
    border-radius: 5px;
}

.table-scope__column:hover {
    background: linear-gradient(90deg, #008cff 0%, #09c548 100%);
    transition: all 0.3s ease 0s;
}

.table-scope__column:hover .table-scope__icon {
    color: #fff;
}

.table-scope__column:hover .table-scope__text a {
    color: #fff;
}

.table-scope__item {
    display: flex;
}

.table-scope__text a {
    color: #444444;
}

.table-scope__icon {
    color: #1AC4D0;
    font-size: 50px;
    margin-right: 20px;
}

/* ----------------- */

.sapport {
    margin-bottom: 80px;
}

.sapport__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sapport__item:not(:last-child) {
    margin-bottom: 20px;
}
.sapport__title{
    margin-bottom: 40px;
}
.sapport__ttl {
    font-size: 22px;
    font-weight: 800;
    line-height: 150%;
    color: rgb(68, 68, 68);
}

.sapport__text {
    margin-bottom: 20px;
}

.sapport__text a {
    color: #03b2be;
}

.sapport__img {
    max-width: 350px;
    margin-left: 30px;
}

.sapport__img img {
    width: 100%;
}

.sapport-item {
    display: flex;
    align-items: flex-start;
}

.sapport-item__icon {
    font-size: 40px;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    background: linear-gradient(90deg, #00b0e0 0%, #66e273 100%);
    margin: 8px 15px 0 0;
}

.sapport-percents {
    display: flex;
}
.sapport-percents__group {
    display: flex;
    align-items: center;
    
}
.sapport-percents__group:not(:last-child){
    margin-right: 10px;
}
.sapport-percents__value {
    font-size: 30px;
    font-weight: 800;
    line-height: 150%;
    color: rgb(68, 68, 68);
    margin-right: 15px;
}
.sapport-percents__text {
    min-width: 100px;
}

/* ----------------- */

.transfer {
    margin-bottom: 80px;
}

.transfer__body {
    display: flex;
    justify-content: space-between;
}
.transfer__img {
    max-width: 400px;
    margin-right: 50px;
}
.transfer__img img{
    width: 100%;
}
.transfer__title{
    margin-bottom: 40px;
}
.transfer__text ul li{
    list-style: disc;
    margin-left: 40px;
}
.transfer__text:not(:last-child){
    margin-bottom: 20px;
}

.transfer__text span{
    font-weight: 900;
}
.transfer__item{
    margin-bottom: 40px;
}
.transfer__group{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* -------------------- */

.footer{
    background-color: rgb(68, 68, 68);
    display: flex;    
}

.footer__text{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 400%;
}
