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




h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

p {
    margin: 0;
    padding: 0;
    color: #fff;
}

a {
    text-decoration: none;
    color: #F2F2F2;
}

body {


    font-family: 'Archivo', sans-serif;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #F8F8F9;

}


html,
body {
    width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00f;
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: blue;
}



/*MOBILE*/

.mobile_header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    ;
}

.mobile_new_header_items {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile_new_header_item:first-child {
    margin-right: 10px;
}

.mobile_new_header_item:last-child {
    margin-left: auto;
}

.mobile_new_header_item_logo {
    width: 32px;
    vertical-align: middle;
}

.mobile_new_header_item_tittle {
    text-transform: uppercase;
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.mobile_new_header_item_burger {
    cursor: pointer;
    transition: all .5;
}

.mobile_new_header_item_burger_line {
    width: 30px;
    height: 4px;
    background: #00f;
    margin-bottom: 6px;
    border-radius: 1px;

}

.mobile_new_header_item_burger:hover .mobile_new_header_item_burger_line {
    background: #00f;
}

.mobile_new_header_item_burger_line:last-child {
    margin-bottom: 0px;
}




.mobile_menu_overlay,
.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_menu_container,
.mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #F8F8F9;
     !important;
}

.mobile_menu_container ul li a {
    background: #000;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}

.mobile_menu_container ul {
    margin: 0;
    padding: 0;
}

.mobile_menu_container ul li {
    list-style: none;
}

.mobile_menu_container ul li a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    background: #F8F8F9;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;


    cursor: pointer;
    transition: all .5s;
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all .5s;



}

.mobile_menu_container ul li:first-child a {
    color: #0A0C12;
}

.mobile_menu_container ul li a.parent {
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.parent:hover {
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.back {
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}

.mobile_menu_container ul li a.back:hover {
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a:hover {
    background: #00f;
    color: #fff;
}

.mobile_menu_container ul li ul {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3884da;
    z-index: 2;
}

.mobile_menu_container ul li ul.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile_menu_content .new_header_item_navigations {
    display: block;
}

.mobile_menu_content .new_header_item_navigation {
    margin-right: 0px;
}

@media (max-width: 320px) {
    .mobile_menu_container {
        width: 240px;
    }
}

.mobile_up_items {
    margin-bottom: 30px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 15px;
}


.mobile_up_items_logo {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 30px;
}


.mobile_up_items_logo img {
    width: 32px;
    height: auto;
}

.mobile_up_items_tittle {
    text-align: center;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    text-transform: uppercase;
}

.mobile_up_items_subtittle {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}


.mobile_bottom_items {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.mobile_bottom_items_gps {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.mobile_bottom_items_phone {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
}


@media (min-width:1015px) {
    .mobile_header {
        display: none;
    }
}

@media (max-width:1015px) {
    .new_header {
        display: none !important;
    }

    #header.default {
        display: none !important;
    }
}

@media (min-width:1015px) {
    .new_header {
        display: block !important;
    }

    #header.default {
        display: block !important;
    }
}






/*HEADER*/

.new_header {
    width: 100%;
    height: auto;
    background: #fff;
}

.new_container {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}

.new_header_items {
    display: flex;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
}

.new_header_item:first-child {
    margin-right: 50px;
}

.new_header_item:last-child {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.new_header_item_logo {
    vertical-align: middle;
    width: 32px;
    height: auto;
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    color: rgb(5, 0, 255);
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 15px;
}

.new_header_item_navigations {
    display: flex;
    align-items: center;
    list-style: none;
    text-transform: none;
}

.new_header_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: rgba(10, 12, 18, 1);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.new_header_item_navigation {
    margin-right: 40px;
}

.new_header_item_navigation a {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all .5s;
}

.new_header_item_navigation a:hover {
    color: #000AFF;
}

.new_header_item_navigation:last-child {
    margin-right: 0px;
}

.tabble_rect_main_text_graf {
    width: 130px;
}

.new_header_item_navigation a span {
    color: #FFF;
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 4px;
    border-radius: 4px;
    background: #00F;
    margin-left: 8px;
    text-transform: uppercase;
}

.new_header_item_theme {
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
    transition: all .5s;
}

.new_header_item_theme:hover {
    opacity: .5;
}

.new_header_item_buttons {
    display: flex;
    align-items: center;
}

.new_header_item_button {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 34px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .5s;
}

.new_header_item_button:hover {
    opacity: .5;
}

.new_header_item_button:first-child {
    border: 1px solid #0A0C12;
    color: #0A0C12;
}

li::marker {
    color: transparent !important;
    width: 0 !important;
    height: 0 !important;
}

.new_header_item_navigation ul li::marker {
    color: transparent !important;
    width: 0 !important;
    height: 0 !important;
}

.new_header_item_navigation li::marker {
    color: transparent !important;
    width: 0 !important;
    height: 0 !important;
}

.new_header_item_button:last-child {
    color: #FFF;
    background: #000AFF;
    border: 1px solid #000AFF;
    margin-left: 12px;
}

/*INTRO*/

.intro {
    width: 100%;
    height: auto;
    padding-top: 68px;
}

.intro_up {}

.intro_up_items {
    display: flex;
    align-items: center;
}

.intro_up_item:last-child {
    margin-left: auto;
}

.intro_up_create_text {
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.intro_up_tittle {
    margin-top: 26px;
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 548px;
}

.intro_up_tittle span {
    color: #000AFF;
}

.intro_up_text {
    margin-top: 30px;
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    max-width: 374px;
}

.intro_up_buttons {
    margin-top: 47px;
    display: flex;
    align-items: center;
}

.intro_up_button {
    color: #FFF;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 34px;
    border-radius: 6px;
    background: #000AFF;
    cursor: pointer;
    transition: all .5s;
}

.intro_up_button:last-child {
    margin-left: 20px;
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 34px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #0A0C12;
}

.intro_up_button:hover {
    opacity: .5;
}

.intro_up_item_img {
    vertical-align: middle;
}




.intro_bottom {
    margin-top: 88px;
}

.intro_bottom_items {
    display: flex;
    align-items: center;
}

.intro_bottom_item {
    width: 100%;
    height: auto;
    min-height: 313px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 20px;
    background: #FFF;
}

.intro_bottom_item:last-child {
    margin-right: 0px;
}

.intro_bottom_item_content {
    padding: 32px 30px;
}

.intro_bottom_item_proc {
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
    width: fit-content;
    line-height: normal;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}



.intro_bottom_item_proc_green {
    color: #17A300;
    background: rgba(23, 163, 0, 0.10);
}

.intro_bottom_item_proc_red {
    color: #FF4545;
    background: rgba(255, 85, 85, 0.20);
}

.intro_bottom_item_coin {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_bottom_item_coin img {
    width: 32px;
    height: auto;
}

.tabble_rect_main_text img {
    width: 32px;
    height: auto;
}

.intro_bottom img {
    margin-right: 10px;
}

.intro_bottom_item_price {
    color: #0A0C12;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 23px;
}

.intro_bottom_graf {
    position: relative;
    height: 128px;
    width: 100%;
}

.intro_bottom_graf_date {
    position: absolute;
    left: 50px;
    bottom: 20px;
    color: rgba(0, 0, 0, 0.30);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.intro_bottom_graf_demo {
    width: 100%;
    margin-right: 0px !important;
}



.tabble {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.tabble_rect {
    width: 100%;
    height: auto;
    border-radius: 14px;
    background: #FFF;
}

.tabble_rect_content {
    padding: 30px;
}

.tabble_rect_tabble {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.tabble_rect_main_text {
    color: #0E1018;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.tabble_rect_main_text_green {
    color: #17A200;
}

.tabble_rect_main_text_red {
    color: #EB5757;
}

.tabble_rect_main_tittle {
    color: #525A72;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap;
    /* 25.2px */
}

.tabble_rect_main_button {
    color: #0E1018;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 28px;
    border-radius: 6px;
    width: fit-content;
    border: 1px solid #0E1018;
    cursor: pointer;
    transition: all .5s;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabble_rect_main_button:hover {
    opacity: .5;
}

.tabble_rect_main_text:first-child {
    display: flex;
    align-items: center;
    color: #0E1018;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tabble_rect_main_text {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.tabble_rect_main_text:first-child span {
    color: #525A72;
    margin-left: 5px;
}


table.tabble_rect_main {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px 20px;
    height: auto;
}

table.tabble_rect_main,
table.tabble_rect_main td,
table.tabble_rect_main th {
    border: none;
}

table.tabble_rect_main td,
table.tabble_rect_main th {
    padding: 3px;
    width: auto;
    height: auto;
}

table.tabble_rect_main th {
    background: #347c99;
    color: #fff;
    font-weight: normal;
}

.tabble_rect_main_text_icon {
    vertical-align: middle;
    margin-right: 20px;
}

.tabble_rect_main_line {
    border-bottom: 1px solid rgba(35, 39, 53, 0.10);
}

.tabble_rect_main_line:last-child {
    border-bottom: none;
}

.tabble_rect_main_line:last-child .tabble_rect_main_button {
    margin-bottom: 0px !important;
}

.tabble_rect_main_line:last-child .tabble_rect_main_text {
    padding-bottom: 0px !important;
}






/*STATISTIC*/

.stat {
    margin-top: 100px;
}

.stat_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.stat_item {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.stat_item:first-child {
    margin-left: 0px;
}

.stat_item:last-child {
    margin-right: 0px;
}

.stat_item_rect {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #FFF;
}

.stat_item_texts {
    margin-left: 20px;
}

.stat_item_text_tittle {
    color: #0E1018;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
}

.stat_item_text_text {
    margin-top: 6px;
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stat_item_rect_img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    padding-top: 18px;
}




/*INFO*/

.info {
    margin-top: 100px;
}

.info_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.info_item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    flex: calc(50% - 20px);
    display: flex;
    margin-bottom: 30px;
    min-height: 260px;
}

.info_item:nth-child(4) .info_item_img {
    height: 216px;
    margin-top: 12px;
}

.info_item:nth-child(2n+1) {
    margin-right: 20px;
}

.info_item_texts {
    width: 100%;
}

.info_item_content {
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
    height: 100%;
    width: 100%;
}

.info_item_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    width: 100%;
    max-width: 342px;
}

.info_item_tittle {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.info_item_tittle span {
    color: #00F;
}

.info_item_button {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    padding: 14px 34px;
    border-radius: 6px;
    border: 1px solid #0A0C12;
    background: rgba(255, 255, 255, 0.10);
    font-size: 18px;
    width: fit-content;
    margin-top: 27px;
    cursor: pointer;
    transition: all .5s;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info_item_button:hover {
    opacity: .5;
}

.info_item_img {
    margin-left: auto;
}

/*SIMPLE*/



.simple {
    margin-top: 100px;
}

.simple_items {
    display: flex;
    align-items: center;
}

.simple_item {
    width: 100%;
    height: auto;
}

.simple_item:last-child {
    margin-left: 120px;
}

.simple_item_img {
    vertical-align: middle;
}

.simple_item_tittle {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.simple_item_tittle span {
    color: #00f;
}

.simple_item_text {
    margin-top: 30px;
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    max-width: 479px;
}

.simple_item_buttons {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.simple_item_button {
    color: #FFF;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 34px;
    border-radius: 6px;
    background: #00F;
    cursor: pointer;
    transition: all .5s;
}

.simple_item_button:hover {
    opacity: .5;
}

.simple_item_button:last-child {
    margin-left: 20px;
    color: #0A0C12;
    background: transparent;
    border: 1px solid #0A0C12;
}


/*FOOTER*/

.footer {
    margin-top: 140px;
    width: 100%;
    height: auto;
    background: #FFF;
}

.footer_items {
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.footer_item_logo {
    vertical-align: middle;
}


.footer_item_text {
    margin-top: 40px;
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    max-width: 351px;
}

.footer_item_bottom {
    margin-top: 40px;

}

.footer_item_bottom_tittle {
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.footer_item_bottom_rect {
    margin-top: 25px;
    width: 100%;
    max-width: 379px;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    background: #FFF;

}

.footer_item_bottom_rect_input {
    color: #3D4157;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 19px;
    outline: none;
    border: none;
    width: calc(100% - 150px);
}

.footer_item_bottom_rect_input::placeholder {
    color: #3D4157;
}

.footer_item_bottom_rect_button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #FFF;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 34px;
    border-radius: 6px;
    background: #00F;
    height: 50px;
    cursor: pointer;
    transition: all .5s;
}

.footer_item_bottom_rect_button:hover {
    opacity: .5;
}

.footer_item_navigations {
    list-style: none;
    margin-right: 74px;
}

.footer_item_navigations:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.footer_item_navigation_tittle {
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    margin-bottom: 26.62px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.32px;
}

.footer_item_navigation {
    margin-bottom: 13.54px;
}

.footer_item_navigation a:last-child {
    margin-bottom: 0px;
}

.footer_item_navigation a {
    color: #6B7081;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.28px;
    cursor: pointer;
    transition: all .5s;
}

.footer_item_navigation a:hover {
    color: #00f;
}

.footer_item:last-child {
    margin-left: auto;
    display: flex;
}

.footer_line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer_bottom_text {
    color: #6B7081;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.footer_bottom_text_info {
    margin-top: 20px;
    color: #0A0C12;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    padding-bottom: 100px;

}

.footer_bottom_text_info span {
    color: #00f;
}



@media (min-width:320px) and (max-width:474px) {
    .new_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info_items {
        flex-direction: column;
    }

    .info_item_button {
        position: static;
        margin-top: 27px;
    }

    .intro_up_create_text {
        font-size: 16px;
        text-align: center;
    }

    .intro_up_tittle {
        font-size: 30px;
        text-align: center;
    }

    .intro_up_items {
        flex-direction: column;
    }

    .intro_up_item:last-child {
        margin-top: 30px;
    }

    .intro_up_text {
        font-size: 16px;
        text-align: center;
        max-width: inherit;
    }

    .intro_up_item_img {
        width: 100%;
        max-width: 555px;
    }

    .intro_up_buttons {
        margin-top: 30px;
    }

    .intro_up_button {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
        text-align: center;
    }

    .intro_up_button:last-child {
        font-size: 14px;
        padding: 15px 20px;
    }

    .intro_bottom_items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro_bottom_item {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 300px;
    }

    .intro_bottom_item:last-child {
        margin-bottom: 0px;
    }

    .intro_bottom_item_price {
        font-size: 25px;
    }

    .intro_bottom_item_proc {
        font-size: 12px;
    }

    .intro_bottom_graf_date {
        left: calc(50% - 65px);
        bottom: 10px;
    }

    .tabble_rect_main_text_graf {
        width: 100px;
    }

    table.tabble_rect_main td,
    table.tabble_rect_main th {
        padding-right: 20px;
    }

    table.tabble_rect_main td:last-child,
    table.tabble_rect_main th:last-child {
        padding-right: 0px;
    }

    .tabble_rect_main_tittle {
        font-size: 14px;
    }

    .tabble_rect_main_text_icon {
        height: 30px;
    }

    .tabble_rect_main_text:first-child {
        font-size: 16px;
    }

    .tabble_rect_main_button {
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .stat_items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stat_item {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .stat_item_rect {
        height: 50px;
        width: 50px;
    }

    .stat_item_rect_img {
        width: 20px;
        padding-top: 15px;
    }

    .stat_item_text_tittle {
        font-size: 25px;
    }

    .stat_item_text_text {
        font-size: 15px;
    }

    .info_item_img {
        display: none;
    }

    .info_item_tittle br {
        display: none;
    }

    .info_item_tittle {
        font-size: 20px;
    }

    .info_item:nth-child(2n+1) {
        margin-right: 0px;
    }

    .info_item {
        width: 100%;
        min-height: auto;
    }

    .info_item_content {
        padding: 30px;
    }

    .info_item_text {
        position: static;
        font-size: 16px;
        margin-top: 25px;
    }

    .simple_items {
        flex-direction: column;
    }

    .simple_item_img {
        width: 100%;
        max-width: 630px;
    }

    .simple_item:last-child {
        margin-left: 0px;
        margin-top: 30px;
    }

    .simple_item_tittle {
        font-size: 35px;
    }

    .simple_item_text {
        font-size: 16px;
    }

    .simple_item_button {
        font-size: 14px;
    }

    .footer_items {
        flex-direction: column;
    }

    .footer_item:last-child {
        margin-top: 50px;
    }

    .footer_item_text {
        font-size: 16px;
    }

    .footer_item_bottom_rect_button {
        font-size: 14px;
        padding-top: 15px;
        height: 45px;
    }

    .footer_item_bottom_rect_input {
        font-size: 14px;
    }

    .footer_item:last-child {
        flex-wrap: wrap;
    }

    .footer_item_navigation a {
        white-space: nowrap;
    }

    .footer_bottom_text {
        font-size: 14px;
    }

    .footer_bottom_text_info {
        font-size: 14px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .footer_item_navigations {
        margin-bottom: 30px;
    }

    .footer_line {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .footer_items {
        padding-top: 50px;
    }

    .footer {
        margin-top: 50px;
    }

    .simple {
        margin-top: 50px;
    }

    .stat {
        margin-top: 50px;
    }

    .info {
        margin-top: 50px;
    }

    .tabble {
        margin-top: 50px;
    }

    .intro_bottom {
        margin-top: 50px;
    }

    .intro_up_item {
        margin-top: 20px;
    }
}











@media (min-width:475px) and (max-width:799px) {
    .new_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info_items {
        flex-direction: column;
    }



    .intro_up_create_text {
        font-size: 16px;
        text-align: center;
    }

    .intro_up_tittle {
        font-size: 30px;
        text-align: center;
        max-width: inherit;
    }

    .intro_up_items {
        flex-direction: column;
    }

    .intro_up_item:last-child {
        margin-top: 30px;
    }

    .intro_up_text {
        font-size: 16px;
        text-align: center;
        max-width: inherit;
    }

    .intro_up_item_img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    .intro_up_item:last-child {
        margin-left: 0px;
    }

    .intro_up_buttons {
        margin-top: 30px;
    }

    .intro_up_button {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
        text-align: center;
    }

    .intro_up_button:last-child {
        font-size: 14px;
        padding: 15px 20px;
    }

    .intro_bottom_items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro_bottom_item {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 200px;
    }




    .intro_bottom_item:last-child {
        margin-bottom: 20px;
    }


    .intro_bottom_item_price {
        font-size: 25px;
    }

    .intro_bottom_item_proc {
        font-size: 12px;
    }

    .intro_bottom_graf_date {
        left: calc(50% - 65px);
        bottom: 10px;
    }

    .tabble_rect_main_text_graf {
        width: 100px;
    }

    table.tabble_rect_main td,
    table.tabble_rect_main th {
        padding-right: 20px;
    }

    table.tabble_rect_main td:last-child,
    table.tabble_rect_main th:last-child {
        padding-right: 0px;
    }

    .tabble_rect_main_tittle {
        font-size: 14px;
    }

    .tabble_rect_main_text_icon {
        height: 30px;
    }

    .tabble_rect_main_text:first-child {
        font-size: 16px;
    }

    .tabble_rect_main_button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .stat_items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stat_item {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .stat_item_rect {
        height: 50px;
        width: 50px;
    }

    .stat_item_rect_img {
        width: 20px;
        padding-top: 15px;
    }

    .stat_item_text_tittle {
        font-size: 25px;
    }

    .stat_item_text_text {
        font-size: 15px;
    }

    .info_item_img {
        display: none;
    }

    .info_item_tittle br {
        display: none;
    }

    .info_item_tittle {
        font-size: 20px;
    }

    .info_item:nth-child(2n+1) {
        margin-right: 0px;
    }

    .info_item {
        width: 100%;
        min-height: auto;
        margin-right: 10px;
        margin-left: 10px;
        min-height: auto;
    }

    .info_item:nth-child(2n+1) {
        margin-right: 10px;
    }

    .info_item_content {
        padding: 30px;
    }

    .info_item_text {
        position: static;
        font-size: 16px;
        margin-top: 25px;
    }

    .simple_items {
        flex-direction: column;
    }

    .simple_item_img {
        width: 100%;
        max-width: 630px;
        display: block;
        margin: 0 auto;
    }

    .simple_item:last-child {
        margin-left: 0px;
        margin-top: 30px;
    }

    .info_item_button {
        position: static;
        margin-top: 27px;
    }

    .simple_item_tittle {
        font-size: 35px;
        text-align: center;
    }

    .simple_item_text {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

    .simple_item_button {
        font-size: 14px;
    }

    .simple_item_buttons {
        justify-content: center;
        margin-top: 30px;
    }

    .footer_item:first-child {
        width: 100%;
    }

    .footer_items {
        flex-direction: column;
    }

    .footer_item:last-child {
        margin-top: 50px;
    }

    .footer_item_text {
        font-size: 16px;
        max-width: 100%;
    }

    .footer_item_bottom_rect_button {
        font-size: 14px;
        padding-top: 15px;
        height: 45px;
    }

    .footer_item_bottom_rect_input {
        font-size: 14px;
    }

    .footer_item:last-child {
        flex-wrap: wrap;
    }

    .footer_item_navigation a {
        white-space: nowrap;
    }

    .footer_bottom_text {
        font-size: 14px;
    }

    .footer_bottom_text_info {
        font-size: 14px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .footer_item_navigations {
        margin-bottom: 30px;
    }

    .footer_line {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .footer_items {
        padding-top: 50px;
    }

    .footer {
        margin-top: 50px;
    }

    .simple {
        margin-top: 50px;
    }

    .stat {
        margin-top: 50px;
    }

    .info {
        margin-top: 50px;
    }

    .tabble {
        margin-top: 50px;
    }

    .intro_bottom {
        margin-top: 50px;
    }

    .intro_up_item {
        margin-top: 20px;
    }
}




@media (min-width:800px) and (max-width:1280px) {
    .new_container {
        padding-left: 20px;
        padding-right: 20px;
    }


    .intro_up_item_img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    .intro_up_item:last-child {
        margin-left: 0px;
    }

    .intro_up_buttons {
        margin-top: 30px;
    }

    .intro_up_button {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
        text-align: center;
    }



    .intro_bottom_items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro_bottom_item {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 200px;
    }

    .intro_bottom_item:last-child {
        margin-bottom: 0px;
    }

    .intro_bottom_graf_date {
        left: calc(50% - 65px);
        bottom: 10px;
    }

    .tabble_rect_main_text_graf {
        width: 100px;
    }

    table.tabble_rect_main td,
    table.tabble_rect_main th {
        padding-right: 20px;
    }

    table.tabble_rect_main td:last-child,
    table.tabble_rect_main th:last-child {
        padding-right: 0px;
    }

    .stat_items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stat_item {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 50px;
    }

    .info_item_img {
        display: none;
    }

    .info_item_tittle br {
        display: none;
    }

    .info_item:nth-child(2n+1) {
        margin-right: 0px;
    }

    .intro_up_item:last-child {
        margin-left: auto;
    }

    .info_item {
        width: 100%;
        min-height: auto;
        margin-right: 10px;
        margin-left: 10px;
        min-height: 225px;
    }

    .info_item:nth-child(2n+1) {
        margin-right: 10px;
    }

    .info_item_content {
        padding: 30px;
    }

    .info_item_text {
        position: static;
        margin-top: 25px;
    }

    .simple_items {
        flex-direction: column;
    }

    .simple_item_img {
        width: 100%;
        max-width: 630px;
        display: block;
        margin: 0 auto;
    }

    .simple_item:last-child {
        margin-left: 0px;
        margin-top: 30px;
    }

    .info_item_button {
        position: absolute;
        bottom: 30px;
        z-index: 1;
        left: 30px;
        margin-top: 0px;
    }

    .simple_item_tittle {
        font-size: 35px;
        text-align: center;
    }

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


    .simple_item_buttons {
        justify-content: center;
        margin-top: 30px;
    }

    .footer_item:first-child {
        width: 100%;
    }

    .footer_items {
        flex-wrap: wrap;
    }

    .footer_item:last-child {
        margin-left: 0px;
    }

    .footer_item:last-child {
        margin-top: 50px;
    }

    .footer_item_text {
        max-width: 100%;
    }




    .footer_item:last-child {
        flex-wrap: wrap;
    }

    .footer_item_navigation a {
        white-space: nowrap;
    }





    .footer_items {
        padding-top: 50px;
    }

    .footer {
        margin-top: 50px;
    }

    .simple {
        margin-top: 50px;
    }

    .stat {
        margin-top: 50px;
    }

    .info {
        margin-top: 50px;
    }

    .tabble {
        margin-top: 50px;
    }

    .intro_bottom {
        margin-top: 50px;
    }

    .intro_up_item {
        margin-top: 20px;
    }
}