body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    background: #131313;
    color: #ffffff;
    position: relative;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 482px;
    height: 482px;

    background: rgba(0, 80, 201, 0.3);
    filter: blur(200px);
    display: none;
}

#twit {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
    /*margin-left: 20px !important;*/
    /*margin-top: 10px !important;*/
    /*border-bottom: none !important;*/
    /*text-decoration: none;*/
    /*text-align: right !important;*/
}

#twit:hover {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

span.red {
    color: #ff0000;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
    max-width: 1920px;
    min-width: 360px;
    margin: 0 auto;
    /* zoom: 0.7; */
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    width: 337px;
    height: 72px;
    color: #ffffff;
    background: #0050c9;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    top: -5px;
    color: #ffffff;
}

.but-center {
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog {
    max-width: 588px;
}

.modal-content {
    background: #131313;
    border: 0;
    border-radius: 0;
}

.modal-header {
    border: 0;
}

.modal-body {
    border: 0;
    padding-left: 72px;
    padding-right: 72px;
}

.modal-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-wrapper .block {
    width: 190px;
}

.modal-wrapper .block .item {
    margin-bottom: 67px;
    display: flex;
    flex-direction: column;
}

.modal-wrapper .block .item .title {
    font-size: 16px;
    margin-bottom: 43px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.modal-wrapper .block .item .title::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    border: 1px solid #353535;
    width: 160px;
    height: 0.5px;
}

.modal-wrapper .block .item .link {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.modal-wrapper .block .item a:hover {
    color: #0050c9;
    text-decoration: none;
}

.modal-wrapper .el {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    margin-bottom: 20px;

}

/********HEADER***********/

header {
    position: relative;
    border-bottom: 1px solid #353535;
}

.header-top {
    position: relative;
    padding: 40px 0 79px;
}

.header-top .menu {
    display: flex;
    align-items: center;
}

.header-top .logo {
    position: absolute;
    top: 31px;
    left: 55px;
}

.header-top .login {
    position: absolute;
    top: 41px;
    right: 56px;
    font-size: 18px;
    line-height: 1;
    border-bottom: 0.5px solid #ffffff;
    text-decoration: none;
    padding-bottom: 8px;
    letter-spacing: 0.01em;

    color: #ffffff;
}

.header-top .login a {
    transition: all 0.3s;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.01em;

    color: #ffffff;
}

.header-top .login a:hover {
    color: #0050c9;
}

.header-top .menu .link {
    font-size: 18px;
    line-height: 1;
    margin-right: 56px;
    position: relative;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.header-top .menu .link:hover,
.header-top .menu .link.active {
    color: rgba(255, 255, 255, 1);
}

.header-top .menu .link::before,
.header-top .menu .link.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -42px;
    left: 0;
    opacity: 0;
    background: #353535;
    transition: all 0.3s;
}

.header-top .menu .link:hover::before,
.header-top .menu .link.active::before {
    opacity: 1;
}

.header-main {
    padding-bottom: 297px;
}

.header-main .menu {
    display: flex;
    justify-content: space-between;
}

.header-main .menu .item {
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-main .menu .item .link-title {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    cursor: default
}

.header-main .menu .item .link-title:hover {
    cursor: default
}

.header-main .menu .item .links {
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 200%;
}

.header-main .menu .item .link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 14px;

    color: #ffffff;
}

.header-main .menu .item .active {
    color: #0050c9 !important;
}

.header-main .menu .item a:hover {
    color: #0050c9;
    text-decoration: none;
}

/*************FOOTER***************/
footer {
    border-top: 1px solid #353535;
    padding-top: 50px;
}

.footer-main {
    padding-bottom: 297px;
}

.footer-main .menu {
    display: flex;
    justify-content: space-between;
}

.footer-main .menu .item {
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer-main .menu .item .link-title {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.footer-main .menu .item .links {
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 200%;
}

.footer-main .menu .item .link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 14px;

    color: #ffffff;
}

.footer-main .menu .item .active {
    color: #0050c9 !important;
}

.footer-main .menu .item a:hover {
    color: #0050c9;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    padding-bottom: 25px;
}

.footer-bottom .item:first-child {
    margin-right: 46px;
}

.footer-bottom .item:last-child {
    text-align: right;
    width: 100%;
}

.footer-bottom .item .cop {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .item .cop:first-child {}

.footer-bottom .item a {
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 0.01em;

    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .item a:hover {
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);

    color: rgba(255, 255, 255, 1);
}

/**************PAGE******************/
.main {
    padding-top: 85px;
    padding-bottom: 56px;
}

.main h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 32px;
    margin-bottom: 74px;
}

.main table {
    width: 100%;
}

.main table caption {
    caption-side: top;
    background: #0050c9;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    height: 60px;
    color: #ffffff;
    width: 100%;
    padding-top: 21px;
}

.main table tr {
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;

    color: #000000;
}

.main table tr:nth-child(odd) {
    background: #cfcfcf;
}

.main table tr:nth-child(even) {
    background: #e3e3e3;
}

.main table tr td {
    padding-left: 26px;
    padding-right: 15px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.main table .button {
    width: 127px;
    height: 39px;
    font-weight: 600;
    font-size: 18px;
}

.page-dedicated-servers .main table tr:last-child {
    height: 90px;
}

.page-cloud-server .main table tr:last-child {
    height: 118px;
}

.page-offshore .main table tr:last-child {
    height: 191px;
}

.page-remote-workstation .main table tr:last-child {
    height: 139px;
}

.page-remote-backup .main table tr:last-child {
    height: 90px;
}

.page-website-management .main table tr:last-child {
    height: 134px;
}

.page-crypto-payment .main table tr:last-child {
    height: 185px;
    vertical-align: top;
}

.page-crypto-payment .main table tr:last-child td {
    padding-top: 18px;
    position: relative;
}

.page-crypto-payment .main table .button {
    position: absolute;
    left: 132px;
    top: 122px;
}

.page-crypto-payment .main table {
    margin-bottom: 89px;
    margin-top: 50px;
}

.page-website-management .main table {
    margin-top: 50px;
    margin-bottom: 46px;
}

.page-website-management .main h1 {
    margin-bottom: 46px;
}

.page-dedicated-servers .main table tr td:nth-child(1) {
    width: 299px;
}

.page-dedicated-servers .main table tr td:nth-child(2) {
    width: 198px;
}

.page-dedicated-servers .main table tr td:nth-child(3) {
    width: 198px;
}

.page-dedicated-servers .main table tr td:nth-child(4) {
    width: 199px;
}

.page-crypto-payment .main table tr td:nth-child(1) {
    width: 390px;
}

.page-crypto-payment .main table tr td:nth-child(2) {
    width: 390px;
}

.page-crypto-payment .main table tr td:nth-child(3) {
    width: 390px;
}

.page-dedicated-servers .main table tr td:nth-child(5) {
    background: #bbd6ff;
}

.page-private-domain .main table tr td:first-child {
    background: #0050c9;
    color: #ffffff;
    border-left: none;
}

.page-crypto-payment .main table tr:first-child {
    background: #0050c9;
    color: #ffffff;
    border-left: none;
}

.page-crypto-payment .main table tr td:first-child {
    border-left: 0;
}

.page-crypto-payment .main table tr td:last-child {
    border-right: 0;
}

.page-website-management .main table tr:first-child {
    background: #0050c9;
    color: #ffffff;
    border-left: none;
}

.page-website-management .main table tr td:first-child {
    border-left: 0;
}

.page-website-management .main table tr td:last-child {
    border-right: 0;
}

.main .link-text {
    margin-top: 46px;
}

.main .link-text a {
    border-bottom: 1px solid #0050c9;
    padding-bottom: 8px;
    color: #0050c9;
    font-size: 22px;
}

.page-offshore .main table tr td {
    width: 146px;
    padding-left: 13px;
    padding-right: 11px;
}

.page-offshore .main table tr:last-child {
    vertical-align: top;
}

.page-remote-workstation .main table tr:last-child {
    vertical-align: top;
}

.page-offshore .main table tr:last-child td {
    padding-top: 18px;
}

.page-remote-workstation .main table tr:last-child td {
    padding-top: 18px;
}

.page-dedicated-servers .main table {
    margin-bottom: 69px;
}

.page-remote-workstation .main table {
    margin-bottom: 45px;
}

.page-cloud-server .main table {
    margin-bottom: 32px;
}

/* table-new */
.page-offshore .main .text1 {
    margin-bottom: 32px;
}

.page-offshore .main .table {
    width: 100%;
    max-width: 100%;
}

.page-offshore .main .table-header {
    display: flex;
    align-items: center;
    background: #0050c9;
}

.page-offshore .main .table-header__td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    max-width: 446px;
    height: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 8px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.page-offshore .main .table-header__td:nth-child(1) {
    flex: 0 0 100%;
    max-width: 301px;
    border-right: 1px solid #c6c6c6;
}

.page-offshore .main .table-header__td:nth-child(2) {
    flex: 0 0 100%;
    max-width: 423px;
    border-right: 1px solid #c6c6c6;
}

.page-offshore .main .table-body {
    display: flex;
    background: #cfcfcf;
}

.page-offshore .main .table-body__td {
    display: flex;
    flex-direction: column;
}

.page-offshore .main .table-body__td.left {
    width: 100%;
    max-width: 301px;
    border-right: 1px solid #c6c6c6;
}

.page-offshore .main .table-body__td.right {
    width: 100%;
    max-width: 100%;
}

.page-offshore .main .table-body__td-tr {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 8px;
    letter-spacing: 0.01em;
    color: #000000;
    min-height: 60px;
    padding: 0 27px;
}

.page-offshore .main .table-body__td-tr:nth-child(2n) {
    background: #e3e3e3;
}

.page-offshore .main .table-body__td.right div {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.page-offshore .main .table-body__td-tr .td {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-right: 1px solid #c6c6c6;
}

.page-offshore .main .table-body__td-tr .td:last-child {
    border-right: none;
}

.page-offshore .main .table-body__td-tr .td {
    flex-direction: column;
}

.page-offshore .main .table-body__td-tr .td span {
    display: block;
    padding: 20px 0 14px;
}

.page-offshore .main .table-body__td-tr .td .button {
    max-width: 127px;
    height: 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
}

/* end--table-new */

.page-remote-backup .main table {
    margin-bottom: 50px;
}

.page-offshore .main .button {
    width: 158px;
    height: 38px;
}

.page-offshore .main h1 {
    margin-bottom: 43px;
}

.page-remote-workstation .main h1 {
    margin-bottom: 43px;
}

.page-es1 .main table {
    margin-bottom: 50px;
}

.page-es1 .main h1 {
    margin-bottom: 43px;
}

.page-es1 .main img {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-offshore .main .img {
    padding-top: 50px;
}

.page-remote-backup .main h1 {
    margin-bottom: 43px;
}

.page-private-domain .main h1 {
    margin-bottom: 43px;
}

.page-remote-backup .main p {
    margin-bottom: 50px;
}

.main .text1 {
    font-size: 22px;
    margin-bottom: 40px;
}

.main .text2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 80px;

    color: rgba(255, 255, 255, 0.6);
}

.silver-wrapper {
    background: #cfcfcf;
    padding: 64px 44px 83px;
    margin-top: 50px;
    margin-bottom: 57px;
}

.silver-wrapper .title {
    font-weight: 600;
    font-size: 44px;
    line-height: 32px;
    margin-bottom: 36px;
    letter-spacing: 0.01em;

    color: #000000;
}

.silver-wrapper .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.silver-wrapper .block .input-item {
    position: relative;
    width: 563px;
}

.silver-wrapper .block .input-item input {
    width: 100%;
    height: 71px;
    background: #272727;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    padding-left: 63px;
    padding-right: 20px;
}

.silver-wrapper .block .input-item input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.silver-wrapper .block .input-item img {
    position: absolute;
    top: 20px;
    left: 23px;
}

.silver-wrapper .block .select-item {
    position: relative;
    width: 139px;
}

.silver-wrapper .block .select-item select {
    height: 71px;
    width: 100%;
    background: #272727;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    padding-left: 29px;
    padding-right: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.silver-wrapper .block .select-item label {
    position: absolute;
    top: 15px;
    right: 16px;
}

.black-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 113px;
    margin-bottom: 64px;
}

.page-remote-workstation .black-wrapper {
    margin-top: 50px;
}

.black-wrapper .item {
    width: 100%;
    background: #272727;
    margin-bottom: 20px;
    padding: 35px 41px 84px;
}

.black-wrapper .item-col {
    width: 575px;
    height: 315px;
}

.page-cloud-server .black-wrapper .item-col {
    height: 409px;
}

.black-wrapper .item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 47px;
    position: relative;
    color: #0050c9;
}

.black-wrapper .item .title::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 0;
    width: 297px;
    height: 0.5px;

    background-color: rgba(64, 64, 64, 0.6);
}

.black-wrapper .item .button {
    color: #ffffff;
    padding-bottom: 0;
    margin-top: 40px;
}

.black-wrapper .item p {
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.black-wrapper .item a {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #0050c9;
    color: #0050c9;
    padding-bottom: 10px;
    cursor: pointer;
}

.black-wrapper .item a:hover {
    color: #0050c9;
}

.main ul {
    list-style: none;
    margin: 20px 0;
}

.main ul li {
    position: relative;
    font-size: 22px;
    line-height: 32px;
}

.main ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/li.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 6px;
    left: -39px;
    position: absolute;
}

.page-dedicated-servers ul li {
    font-weight: 600;
}

.page-website-development h1 {
    margin-bottom: 46px;
}

.development-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    margin-top: 50px;
}

.development-wrapper .item {
    width: 575px;
    height: 1042px;
    position: relative;
    padding: 76px 56px;
    background: #e3e3e3;
}

.development-wrapper .item .title {
    font-weight: 600;
    font-size: 44px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 22px;
    color: #0050c9;
}

.development-wrapper .item .subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    margin-bottom: 22px;
    text-align: center;

    color: #000000;
}

.development-wrapper .item .el {
    font-size: 22px;
    line-height: 32px;
    /* or 145% */

    color: #000000;
}

.development-wrapper .item .el span {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */

    margin-right: 5px;
    color: #0050c9;
}

.development-wrapper .item .text1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    margin-bottom: 10px;
    text-align: center;

    color: #000000;
}

.development-wrapper .item .text2 {
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    margin-top: 20px;
    letter-spacing: 0.01em;

    color: #000000;
}

.development-wrapper .item .price {
    font-weight: 600;
    font-size: 44px;
    line-height: 32px;
    letter-spacing: 0.01em;

    color: #000000;
    position: absolute;
    bottom: 255px;
    left: 50%;
    transform: translateX(-50%);
}

.development-wrapper .item .button {
    position: absolute;
    bottom: 130px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
}

.page-ipv4 .main h1 {
    margin-bottom: 46px;
}

.ipv4-wrapper {
    background: #272727;
    padding: 50px 62px 59px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ipv4-wrapper .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 36px;
}

.ipv4-wrapper .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ipv4-wrapper .item .inner {
    width: 690px;
    height: 71px;
    font-size: 22px;
    line-height: 1;
    padding-left: 35px;
    display: flex;
    align-items: center;
    background: #131313;
    color: #ffffff;
}

.page-faq h1 {
    margin-bottom: 40px;
}

.page-faq .black-wrapper {
    margin-bottom: 50px;
    margin-top: 0;
}

.page-faq .main .text1 {
    margin-bottom: 100px;
}

.page-faq .black-wrapper .item {
    min-height: 257px;
}

.page-terms-of-use .main h1 {
    margin-bottom: 46px;
}

.page-terms-of-use .black-wrapper {
    margin-top: 30px;
}

.page-terms-of-use .black-wrapper .el {
    margin-bottom: 10px;
}

.page-terms-of-use .black-wrapper .el span {
    color: #0050c9;
    font-weight: 600;
    margin-right: 5px;
}

.page-terms-of-use .black-wrapper .el b {
    font-weight: 600;
}

.page-about .main h1 {
    margin-bottom: 46px;
}

.page-about .main .container {
    position: relative;
}

.page-about .main p:nth-child(2),
.page-about .main p:nth-child(3) {
    max-width: 693px;
}

.page-about .main img {
    position: absolute;
    top: 20px;
    right: 0;
}

.page-about .main p {
    margin-bottom: 30px;
}

.page-about .main p:last-of-type {
    margin-bottom: 100px;
}

.page-about .main .link-text {
    margin-bottom: 50px;
}

/****************INDEX*****************/
.section1 {
    padding-bottom: 257px;
}

.section1 .container {
    position: relative;
}

.section1 .img {
    position: absolute;
    bottom: -257px;
    right: -360px;
    z-index: -1;
}

.section1 .title {
    max-width: 822px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 72px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.section1 .title .line {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.section1 .title .tagline {
    display: block;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.01em;
    text-align: right;
    color: #FFFFFF;
    margin-top: 12px;
    margin-bottom: 0;
}

.section1 .subtitle {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 59px;
    color: rgba(255, 255, 255, 0.6);
}

.section1-wrapper {
    display: flex;
    margin-bottom: 61px;
}

.section1-wrapper a {
    margin-right: 79px;
}

.section1-wrapper a:nth-child(2) {
    margin-right: 72px;
}

.section1-wrapper a:nth-child(3) .icon {
    margin-bottom: 17px;
}

.section1-wrapper a .icon svg path {
    transition: all 0.3s;
}

.section1-wrapper a:hover .icon svg path {
    fill: #0050c9;
}

.section1-wrapper a p {
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    letter-spacing: 0.01em;
    transition: all 0.3s;
    color: #ffffff;
    margin-top: -21px;
}

.section1-wrapper a:hover p {
    text-decoration: underline;
    color: #0050c9;
}

.section1-wrapper2 {
    display: flex;
    align-items: center;
}

.section1-wrapper2 .text {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */
    margin-left: 357px;
    letter-spacing: 0.01em;

    color: #ffffff;
}

.page-index .header-top {
    border-bottom: 1px solid #353535;
    padding: 40px 0 41px;
    margin-bottom: 38px;
}

.page-index header {
    border-bottom: 0;
}

.page-index .header-main {
    padding-bottom: 118px;
}

.section1 .title-mob {
    display: none;
}

.section2 {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 114px 0 144px;
}

.section2 h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    position: relative;
    color: #0050c9;
    margin-bottom: 55px;
}

.section2 h1::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 297px;
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.4);
}

.section2 p {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    /* or 145% */

    width: 719px;
    margin: 0 auto 98px;

    text-align: center;
    letter-spacing: 0.01em;

    color: #000000;
}

.section2 .item {
    display: flex;
    width: 719px;
    margin: 0 auto 17px;
    align-items: center;
    padding-bottom: 17px;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.section2 .item .el {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    width: 340px;
    color: #000000;
    white-space: nowrap;
}

.section2 .item .el span {
    margin-right: 20px;
}

.section3 {
    background: #c4c4c4;
    z-index: 2;
    position: relative;
    padding: 159px 0 180px;
}

.section3 .container {
    position: relative;
}

.section3 img {
    position: absolute;
    top: -159px;
    left: -360px;
    z-index: -1;
}

.section3 .circle {
    width: 23px;
    height: 23px;
    position: absolute;
    border-radius: 50%;
    top: -6px;
    left: 232px;
    background: #0050c9;
}

.section3 .circle-wrapper {
    position: absolute;
    width: 590px;
    height: 590px;
    border-radius: 50%;
    top: -39px;
    left: -585px;
    animation: circle 15s infinite linear;
}

@keyframes circle {
    to {
        transform: rotate(0.7turn);
    }
}

.section3-wrapper {
    display: flex;
    justify-content: space-between;
}

.section3-wrapper .item {
    width: 577px;
    height: 722px;
    padding: 48px;

    background: #ffffff;
}

.section3-wrapper .item .title {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.01em;
    margin-bottom: 64px;
    color: #0050c9;
    position: relative;
}

.section3-wrapper .item .title::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 297px;
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.4);
}

.section3-wrapper .item p {
    font-size: 22px;
    line-height: 32px;

    color: #000000;
}

.section4 {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 124px 0 145px;
}

.section4 .container {
    position: relative;
}

.section4 h1 {
    color: #000000;
    margin-bottom: 91px;
}

.section4 .img1 {
    position: absolute;
    top: -222px;
    right: -360px;
}

.section4 .img2 {
    position: absolute;
    top: 300px;
    left: -360px;
}

.section4 .item {
    display: flex;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 56px;
    margin-bottom: 44px;
}

.section4 .item .img {
    margin-right: 60px;
}

.section4 .item .text .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #0050c9;
}

.section4 .item .text p {
    width: 751px;
    font-size: 22px;
    line-height: 32px;

    color: #000000;
    margin-bottom: 0;
}

.section4 .silver-wrapper {
    background: #131313;
    margin-top: 219px;
}

.section4 .silver-wrapper .title {
    color: #ffffff;
}

.section5 .circle {
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    top: 26px;
    left: 161px;
    background: #ffffff;
}

.section5 .circle-wrapper {
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    top: -167px;
    right: -526px;
    animation: circle2 15s infinite linear;
}

@keyframes circle2 {
    to {
        transform: rotate(-0.7turn);
    }
}

.section5 {
    padding: 143px 0 156px;
    background: #0050c9;
    overflow: hidden;
}

.section5 .container {
    position: relative;
}

.section5 img {
    position: absolute;
    top: -150px;
    right: -360px;
}

.section5 h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 15px;
}

.section5 .text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 57px;
}

.section5 .button {
    background: #ffffff;
    color: #0050c9;
    font-size: 22px;
}

.section5 .button:hover {
    color: #0050c9;
}

.section5 .button span {
    margin-right: 10px;
}

.section6 {
    padding: 158px 0 177px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.section6 h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 62px;
    color: #000000;
}

.section6-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.section6-wrapper .item {
    margin: 0 36px 31px;
}

.page-index .main {
    padding-bottom: 0;
}

.main h1,
.main p,
.main table,
.main .black-wrapper,
footer {
    position: relative;
}

.fix-top {
    display: none;
}

.menu-close {
    display: none;
}

.page-index .header-main .menu {
    height: 250px;
}

.page-index .header-main .menu .item .links {
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.page-index .header-main .menu .item .links.hover {
    z-index: 1;
    opacity: 1;
}

.page-index .main {
    padding-top: 0;
}

.page-index .header-main {
    padding-bottom: 0;
}

.acc-tab__title {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0050c9 !important;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.acc-tab {
    margin-bottom: 30px;
    display: none;
}

.acc-tab .button {
    width: 127px;
    height: 39px;
    font-size: 18px;
    position: relative;
}

.acc-tab .line-b {
    height: 26px;
}

.acc-tab .item {
    background: #e3e3e3;
}

.acc-tab .item:nth-child(odd) {
    background: #cfcfcf;
}

.page-dedicated-servers .acc-tab .item:nth-child(5) {
    background: #bbd6ff;
}

.acc-tab .item-head {
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding-left: 19px;
    padding-right: 50px;
    position: relative;
    color: #000000;
    cursor: pointer;
}

.acc-tab .item-head::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.acc-tab .active .item-head::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.acc-tab .item-body {
    position: relative;
    display: none;
}

.acc-tab .item-body .acc-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 0.5px solid #8c8c8c;
    margin-bottom: 23px;
}

.acc-tab .item-body .acc-wrapper .el {
    display: flex;
    align-items: center;
    min-height: 39px;
    border-bottom: 0.5px solid #8c8c8c;
    position: relative;
}

.acc-tab .item-body .acc-wrapper .el-block {
    width: 50%;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-top: 12px;
    padding-bottom: 12px;
}

.acc-tab .item-body .acc-wrapper .el-block:nth-child(2)::before {
    background-color: #8c8c8c;
    content: "";
    top: 0;
    left: 50%;
    position: absolute;
    width: 0.5px;
    height: 100%;
}

.index-acc {
    display: none;
}

.menu-mob {
    display: none;
}

@media (max-width: 1500px) {
    .page-index .header-main .menu .item .links {
        opacity: 1;
        transition: all 0.3s;
        z-index: 1;
    }

    .page-index .header-top {
        border-bottom: 0;
    }

    .fix-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        background: #131313;
        border-bottom: 1px solid #353535;
    }

    .menu-open {
        cursor: pointer;
    }

    .menu-mob {
        background: #131313;
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 11;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        transition: all 0.3s;
        padding-top: 20px;
    }

    .menu-mob.show {
        right: 0;
    }

    .menu-mob .login {
        font-size: 18px;
        line-height: 1;
        /* identical to box height, or 44% */

        text-decoration: underline;
        letter-spacing: 0.01em;

        color: #ffffff;
    }

    .menu-mob .login a {
        font-size: 18px;
        line-height: 1;
        /* identical to box height, or 44% */

        letter-spacing: 0.01em;

        color: #ffffff;
    }

    .menu-mob .menu-top {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .menu-mob .menu-top .link {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.01em;
        margin-bottom: 25px;
        width: 80px;

        color: #ffffff;
    }

    .menu-mob .menu-top .link {
        margin-right: 30px;
    }

    .menu-mob .menu-main {
        border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .menu-mob .menu-main .item {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .menu-mob .menu-main .item .link-title {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.01em;
        padding-right: 50px;
        height: 51px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        color: #ffffff;
    }

    .menu-mob .menu-main .item .link-title[aria-expanded="false"]::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 10px;
        background-image: url(../img/plus.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
    }

    .menu-mob .menu-main .item .link-title[aria-expanded="true"]::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 10px;
        background-image: url(../img/minus.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
    }

    .menu-mob .menu-main .item .links {}

    .menu-mob .menu-main .item .link {
        font-size: 16px;
        display: block;
        line-height: 1.2;
        letter-spacing: 0.01em;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 0.6);
    }

    .menu-mob .menu-main .item .link .br {
        display: none;
    }

    .menu-mob .menu-main .item .link:first-child {
        padding-top: 10px;
    }

    header {
        display: none;
    }

    .header-top {
        padding: 40px 0;
    }

    .header-top .logo {
        display: none;
    }

    .header-top .login {
        position: static;
        margin-top: 40px;
        display: inline-block;
    }

    .header-top .menu {
        flex-wrap: wrap;
    }

    .header-top .menu .link {
        margin-bottom: 20px;
    }

    header .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .header-main .menu .item .links {
        position: static;
        width: 100%;
        margin-top: 30px;
    }

    .header-main .menu .item {
        margin: 0 20px 30px;
        width: 190px;
    }

    .header-main .menu {
        flex-wrap: wrap;
        margin-left: -20px;
        justify-content: flex-start;
    }

    .menu-close {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 5;
    }

    .wrapper {
        padding-top: 76px;
    }

    .header-main {
        padding-bottom: 50px;
    }

    .page-index .main {
        padding-top: 50px;
    }
}

@media (max-width: 1199px) {
    .footer-main .menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -20px;
    }

    .footer-main .menu .item .links {
        position: static;
        margin-top: 30px;
        width: 100%;
    }

    .footer-main .menu .item {
        margin: 0 20px 30px;
        width: 190px;
    }

    .footer-main {
        padding-bottom: 50px;
    }

    .tab-wrap {
        overflow-x: scroll;
        margin-bottom: 50px;
    }

    .main table {
        width: 1200px !important;
        margin-bottom: 0 !important;
    }

    .silver-wrapper .block .input-item {
        width: 330px;
    }

    .development-wrapper {
        flex-direction: column;
    }

    .development-wrapper .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .development-wrapper .item .price {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .development-wrapper .item .button {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .page-about .main img {
        position: static;
        margin-bottom: 30px;
    }

    .page-about .main p:nth-child(2),
    .page-about .main p:nth-child(3) {
        max-width: 100%;
    }

    .black-wrapper .item-col {
        width: 100%;
        height: auto;
    }

    .page-cloud-server .black-wrapper .item-col {
        height: auto;
    }

    .section1-wrapper2 .text {
        margin-left: 0;
    }

    .section1-wrapper2 {
        justify-content: space-between;
    }

    .section3-wrapper .item {
        width: 449px;
        height: 928px;
        padding: 48px;
        background: #ffffff;
    }

    .section4 .item .text p {
        width: 100%;
    }

    .section3-wrapper {
        flex-direction: column;
    }

    .section3-wrapper .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    /* table-new */
    .page-offshore .main .text1 {
        margin-bottom: 32px;
    }

    .page-offshore .main .table-header__td {
        flex: 0 0 100%;
        max-width: 350px;
    }

    .page-offshore .main .table-header__td:nth-child(1) {
        flex: 0 0 100%;
        max-width: 250px;
    }

    .page-offshore .main .table-header__td:nth-child(2) {
        flex: 0 0 100%;
        max-width: 330px;
    }

    .page-offshore .main .table-body__td.left {
        width: 100%;
        max-width: 250px;
    }

    .page-offshore .main .table-body__td-tr {
        padding: 0 15px;
    }

    /* end--table-new */


}

@media (max-width: 991px) {
    .wrapper {
        zoom: 1;
    }

    .page-offshore .main .img img {
        width: 100%;
    }

    .silver-wrapper .block {
        flex-direction: column;
    }

    .silver-wrapper .block>div {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .ipv4-wrapper .item {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .ipv4-wrapper .item .inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .main .link-text a {
        border-bottom: 0;
    }

    .cursor {
        display: none;
    }

    .section1 .title {
        max-width: 659px;
        font-size: 56px;
        line-height: 62px;
    }

    .section1 .title .tagline {
        font-size: 32px;
        line-height: 38px;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-bottom .item:last-child {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .header-top .menu .link::before,
    .header-top .menu .link.active::before {
        display: none;
    }

    .tab-wrap {
        display: none;
    }

    .acc-tab {
        display: block;
    }


    /* table-new */
    .page-offshore .main .text1 {
        margin-bottom: 32px;
    }

    .page-offshore .main .table-header__td {
        flex: 0 0 100%;
        max-width: 245px;
        font-size: 16px;
        line-height: 22px;
    }

    .page-offshore .main .table-header__td:nth-child(1) {
        flex: 0 0 100%;
        max-width: 200px;
    }

    .page-offshore .main .table-header__td:nth-child(2) {
        flex: 0 0 100%;
        max-width: 245px;
    }

    .page-offshore .main .table-body__td.left {
        width: 100%;
        max-width: 200px;
    }

    .page-offshore .main .table-body__td-tr {
        font-size: 14px;
        line-height: 16px;
        padding: 0 15px;
    }

    .page-offshore .main .table-body__td.right div {
        font-size: 14px;
        line-height: 16px;
    }

    .page-offshore .main .table-body__td-tr .td .button {
        max-width: 91px;
        height: 27.23px;
        font-weight: 600;
        font-size: 14px;
        line-height: 38px;
        letter-spacing: 0.01em;
        margin-bottom: 21px;
    }

    /* end--table-new */
}

@media (max-width: 767px) {
    .main h1 {
        font-weight: 600;
        font-size: 30px !important;
        line-height: 32px !important;
        margin-bottom: 30px !important;
    }

    .black-wrapper .item p {
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .black-wrapper .item a {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.01em;
        border-bottom: 1px solid #0050c9;
        color: #0050c9;
        padding-bottom: 0;
    }

    .section1 .img {
        display: none;
    }

    .main ul li {
        position: relative;
        font-size: 18px;
        line-height: 32px;
    }

    .black-wrapper .item {
        width: 100%;
        background: #272727;
        margin-bottom: 20px;
        padding: 35px 21px 44px;
    }

    .black-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .main {
        padding-top: 50px;
    }

    .main .text2 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 42px;
        color: rgba(255, 255, 255, 0.6);
    }

    .main .text1 br {
        display: none;
    }

    body {
        font-size: 18px;
    }

    .main .text1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .silver-wrapper .title {
        font-weight: 600;
        font-size: 31px;
        line-height: 32px;
        margin-bottom: 36px;
        letter-spacing: 0.01em;
        color: #000000;
    }

    .ipv4-wrapper {
        background: #272727;
        padding: 50px 23px 13px;
    }

    .ipv4-wrapper .item .inner {
        font-size: 18px;
        text-align: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section1-wrapper2 {
        flex-direction: column;
    }

    .section1-wrapper2 .text {
        margin-top: 20px;
        text-align: center;
    }

    .section1 {
        padding-bottom: 0px;
    }

    .section1-wrapper {}

    .section1-wrapper .item,
    .section1-wrapper a:nth-child(2) {
        margin-right: 10px;
        width: 85px;
    }

    .section1-wrapper .item:nth-child(3) p {
        margin-left: 6px;
    }



    .section1-wrapper a p {
        font-size: 14px;
        line-height: 20px;
        margin-top: -38px;
    }

    .section1-wrapper2 .text {
        display: none;
    }

    .section1-wrapper .item svg {
        width: 40px;
    }

    .section1 .title-mob {
        display: block;
    }

    .section1 .title-desk {
        display: none;
    }

    .section1 .title {
        max-width: 510px;
        font-size: 42px;
        line-height: 48px;
    }

    .section1 .title .tagline {
        display: none;
        font-size: 28px;
        line-height: 34px;
    }

    .section2 p {
        width: 100%;
    }

    .section2 .item {
        flex-direction: column;
        border-bottom: 0;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .section2 .item .el {
        margin-bottom: 16px;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
        padding-bottom: 14px;
    }

    .section2 {
        padding: 50px 0;
    }

    .section3 {
        padding: 50px 0;
    }

    .item-mob {
        display: none;
    }

    .index-acc.index-acc {
        display: block;
    }

    .section3-wrapper .item .title {
        position: relative;
        font-weight: bold;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .section3-wrapper .item p {
        font-size: 18px;
        line-height: 32px;
        padding-top: 25px;
    }

    .section3-wrapper .item .title::before {
        display: none;
    }

    .section3-wrapper .item .title[aria-expanded="false"]::after {
        content: "";
        position: absolute;
        bottom: -51px;
        left: 50%;
        transform: translateX(-50%);
        width: 52px;
        height: 52px;
        background-image: url(../img/plus1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section3-wrapper .item .title[aria-expanded="true"]::after {
        content: "";
        position: absolute;
        bottom: -51px;
        left: 50%;
        transform: translateX(-50%);
        width: 52px;
        height: 52px;
        background-image: url(../img/minus1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section4 {
        padding: 50px 0;
    }

    .section4 .item {
        flex-direction: column;
        text-align: center;
    }

    .section4 .item .img {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .section4 .silver-wrapper {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .section5 {
        padding: 50px 0;
    }

    .section6 {
        padding: 50px 0;
    }

    .section6-wrapper .item {
        width: 32%;
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
    }

    .section6-wrapper .item img {
        max-width: 100%;
    }

    .footer-main {
        display: none;
    }

    /* table-new */
    .page-offshore .main .text1 {
        margin-bottom: 32px;
    }

    .page-offshore .main .table-header__td {
        flex: 0 0 100%;
        max-width: 170px;
        font-size: 16px;
        line-height: 22px;
    }

    .page-offshore .main .table-header__td:nth-child(1) {
        flex: 0 0 100%;
        max-width: 170px;
    }

    .page-offshore .main .table-header__td:nth-child(2) {
        flex: 0 0 100%;
        max-width: 170px;
    }

    .page-offshore .main .table-body__td.left {
        width: 100%;
        max-width: 170px;
    }

    .page-offshore .main .table-body__td-tr {
        font-size: 14px;
        line-height: 16px;
        padding: 0 15px;
    }

    .page-offshore .main .table-body__td.right div {
        font-size: 14px;
        line-height: 16px;
    }

    .page-offshore .main .table-body__td-tr .td .button {
        max-width: 91px;
        height: 27.23px;
        font-weight: 600;
        font-size: 14px;
        line-height: 38px;
        letter-spacing: 0.01em;
        margin-bottom: 21px;
    }

    /* end--table-new */
}

@media (max-width: 575px) {
    .button {
        width: 100%;
    }

    .silver-wrapper {
        background: #cfcfcf;
        padding: 40px 20px 61px;
        margin-top: 50px;
        margin-bottom: 57px;
    }

    .black-wrapper .item .title::before {
        display: none;
    }

    .development-wrapper .item {
        position: relative;
        padding: 39px 20px;
        background: #e3e3e3;
    }

    .development-wrapper .item .title {
        font-weight: 600;
        font-size: 29px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 22px;
        color: #0050c9;
    }

    .development-wrapper .item .price {
        font-size: 30px;
    }

    .page-about .main img {
        width: 100%;
    }

    .footer-bottom .item .cop {
        white-space: normal;
    }

    .footer-bottom .item img {
        max-width: 100%;
    }

    .section1 .title img {
        max-width: 100%;
    }

    .section1-wrapper {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .section1 .title {
        margin-bottom: 20px;
    }

    .section1 .title {
        max-width: 316px;
        font-size: 24px;
        line-height: 30px;
    }

    .section1 .title .tagline {
        font-size: 16px;
        line-height: 22px;
    }

    .section1-wrapper .item {
        margin-bottom: 30px;
    }

    .section1 .subtitle {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .section2 p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .section2 h1::before {
        display: none;
        margin-bottom: 30px;
    }

    .section2 .item .el {
        width: 100%;
        font-size: 17px;
    }

    .section3 img {
        display: none;
    }

    .circle-wrapper {
        display: none !important;
    }

    .section3-wrapper .item {
        padding: 40px 20px;
    }

    .section3-wrapper .item .title {
        font-weight: bold;
        font-size: 25px;
        line-height: 33px;
        letter-spacing: 0.01em;
        margin-bottom: 30px;
        color: #0050c9;
        position: relative;
    }

    .section3-wrapper .item .title::before {
        display: none;
    }

    .section3-wrapper .item p {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
    }

    .section4 .item .text p {
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        margin-bottom: 0;
    }

    .section5 img {
        display: none;
    }

    .modal-body {
        border: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* table-new */
    .page-offshore .main .text1 {
        margin-bottom: 32px;
    }

    .page-offshore .main .table {
        max-width: 294px;
        margin: 0 auto;
    }

    .page-offshore .main .table-header__td {
        flex: 0 0 100%;
        max-width: 99px;
        font-size: 12px;
        line-height: 22px;
    }

    .page-offshore .main .table-header__td:nth-child(1) {
        flex: 0 0 100%;
        max-width: 97px;
        border-right: 2px solid #c6c6c6;
    }

    .page-offshore .main .table-header__td:nth-child(2) {
        flex: 0 0 100%;
        max-width: 99px;
        border-right: 2px solid #c6c6c6;
    }

    .page-offshore .main .table-body__td.left {
        width: 100%;
        max-width: 97px;
        border-right: 2px solid #c6c6c6;
    }

    .page-offshore .main .table-body__td.right {
        width: 100%;
        max-width: 198px;
    }

    .page-offshore .main .table-body__td-tr {
        font-size: 12px;
        line-height: 14px;
        min-height: 39px;
        padding: 0 0 0 20px;
    }

    .page-offshore .main .table-body__td.left div:nth-child(4),
    .page-offshore .main .table-body__td.right div:nth-child(4) {
        min-height: 90px;
    }

    .page-offshore .main .table-body__td.right div:nth-child(7),
    .page-offshore .main .table-body__td.right div:nth-child(8),
    .page-offshore .main .table-body__td.right div:last-child {
        padding: 0;
    }

    .page-offshore .main .table-body__td.right div {
        font-size: 12px;
        line-height: 14px;
    }

    .page-offshore .main .table-body__td-tr .td {
        border-right: 2px solid #c6c6c6;
    }

    .page-offshore .main .table-body__td-tr .td span {
        padding: 14px 0 9px;
    }

    /* end--table-new */
}