html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    scroll-behavior: smooth;
    background: #f8f8ff;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3C4456;
}

body::-webkit-scrollbar, .home_block::-webkit-scrollbar, #mess_view_2::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

body::-webkit-scrollbar-track, .home_block::-webkit-scrollbar-track, #mess_view_2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb, .home_block::-webkit-scrollbar-thumb, #mess_view_2::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

a {
    text-decoration: none;
    color: #3485FF;
}

header {
    position: fixed;
    display: flow-root;
    width: calc(100% - 300px);
    top: 0;
    left: 150px;
    z-index: 9999999;
}

.foot_cent {
    width: calc(100% - 300px);
    margin: 0 auto;
}

header .container {
    border-bottom: 1px solid #B7B7CC;
}

.container_top {
    margin-top: 75px;
    display: flow-root;
}

#full_cont {
    width: calc(100% - 300px);
    margin: 108px auto 0;
    background: #fff;
    display: flow-root;
    padding-bottom: 40px;
    min-height: calc(100vh - 342px);
}

.container {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #fff;
    display: flow-root;
    padding: 5px 15px;
}

.login_center {
    width: 580px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    margin: 100px auto 0;
    padding: 15px;
}

.form-group_small {
    padding: 5px 10px;
    display: flow-root;
}

.label {
    padding: 7px 0;
    margin-bottom: 0;
    line-height: 1.5;
    flex: 0 0 25%;
    font-size: 16px;
    display: flow-root;
    color: #555;
}

.textInput_2 {
    display: block;
    width: calc(100% - 23px);
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #2195f2;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #e8f0fe;
}

.textInput_lg {
    width: calc(100% - 28px);
}

.but_2, .but_3, .but_4 {
    background: #76bc21;
    border: none;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    outline: 0;
    padding: 10px 22px;
    position: relative;
    text-align: center;
    transition: all 0.2s;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

.navbar-nav {
    border-right: 1px solid #B7B7CC;
    margin: 0;
    padding: 0 28px 0 0;
    display: inline-block;
    vertical-align: middle;

}

#right-position {
    float: right;
    margin-top: 7px;
}

.tbl_flt_div {
    margin: 5px 0 10px 0;
}

.dv_get_nm {
    text-align: center;
}

.dv_gtnmi .dv_btns {
    /* float: left; */
    position: relative;
    margin-top: 15px;
    display: flow-root;
}

.red_btn {
    background: #d11f24;
    border: 1px solid #d11f24;
}

.red_btn:hover {
    background: #fff !important;
    color: #d11f24 !important;
}

.bt_nms {
    margin-left: 4px;
    font-size: 17px;
}

.search_u_i {
    height: 35px;
    width: 100%;
    padding: 2px 7px;
    max-width: 400px;
    border-radius: 5px;
    border: 1px solid grey;
}

.navbar-nav li, .dropdown-item a {
    float: left;
    list-style: none;
    padding: 14px 18px;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    color: #3C4456;
    display: inline-block;
    margin: 0;
    position: relative;
    font-weight: 600;
}

.navbar-nav li:hover, .dropdown-item a:hover {
    color: #76bc21;
    transition: all 0.3s;
}

.navbar_nav_l li::after {
    height: 4px;
    background: #76bc21;
    content: " ";
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: 0.4s;
}

.navbar_nav_l li:hover::after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}


#icon_img {
    height: 90px;
}

.logo_a {
    vertical-align: middle;
}

.mr_2 {
    vertical-align: middle;
    margin-right: 5px;
}

.but_b {
    outline: none;

    background: #76bc21;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border: 2px solid #76bc21;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.3s;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
}

.but_b:hover {
    transition: all 0.3s;
    background: transparent;
    color: #76bc21;
}

.cent_hds {
    font-size: 40px;
    color: #3C4456;
    margin: 25px 0;
}

.content_txt .cent_hds {
    line-height: 1;
    margin: 8px auto;
}

.cent_hds_2 {
    font-size: 25px;
    color: #3C4456;
    margin: 9px 0;
}

.home_block {
    box-shadow: 0 0 3px #00000038;
    border-radius: 8px;
    display: flow-root;
    height: min-content;
    padding: 6px 6px 0;
    margin-top: 30px;
    max-height: 344px;
    overflow-y: auto;
}

.serv_block {
    margin-top: 20px;
    height: 344px;
    display: none;
}

.buy_block {
    display: none;
    width: 350px;
    margin: 0 auto;
}

.servs_hdd {
    /*display: none;*/
    margin: 40px 0;
}

.sp_17_bld {
    font-size: 20px;
    font-weight: bold;
    margin: 4px 0;
}

.sp_bd {
    font-weight: bold;
}

.bl_ctr {
    cursor: pointer;
    width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin: 5px;
    padding: 8px 7px;
    display: inline-block;
    box-shadow: 0 0 3px #00000038;
    border-radius: 8px;
    background: #fff;
    transition: 0.2s;
}

.bl_ctr_hv, .bl_ctr_hv_2 {
    background: #e2e2ef;
}

.serv_block .bl_ctr {
    width: 156px;
}

.serv_block .ct_nm {
    /*margin-left: 10px;*/
    float: right;
    max-width: 113px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serv_block .ct_nm_l {
    float: left;
}

.ct_nm_h {
    font-weight: bold;
    margin-left: 10px !important;
}

.bl_ctr:hover {
    background: #e2e2ef;
    transition: 0.2s;
}

.bl_ctr img {
    height: 30px;
    vertical-align: sub;
}

.ct_nm {
    font-size: 16px;
    vertical-align: super;
    margin-left: 3px;
}

.ct_nm_big .ct_nm {
    font-size: 14px;
    color: #5a5a5a;
}

.ct_im {
    margin: 4px 0 0;
    font-size: 16px;
    color: #5ca100;
}

/*.srv_ear {
    width: 40px;
}*/
.buy_block_2 {
    padding: 7px;
}

.buy_block img {
    width: 35px;
    vertical-align: middle;
}

.buy_block .ct_nm {
    vertical-align: middle;
    font-weight: 600;
    font-size: 19px;
    margin-left: 12px;
}

.buy_hdd {
    display: table;
    margin: 25px auto;
}

.hd_centre {
    margin: 38px auto;
    text-align: center;
}


.middle_p {
    font-size: 18px;
    color: #3C4456;
    margin: 0;
}

.text_15 {
    font-size: 15px;
    color: #3C4456;
    margin: 0;
}

.text_16 {
    font-size: 16px;
    color: #3C4456;
    margin: 0;
}

.text_14 {
    font-size: 14px;
    color: #3C4456;
    margin: 0;
}

footer {
    background: #76bc21;
    display: flow-root;
    padding: 15px 0 0;
}

.footer_lg_dv {
    float: left;
}

.foot_menu {
    float: left;
    list-style: none;
    margin-top: 0;
    margin-left: 100px;
}

.foot_rows {
    float: right;
    list-style: none;
    margin-top: 0;
    width: calc(100% - 500px);
    padding: 0;
    display: table;
}

.foot_rows li {
    color: #fff;
    font-size: 19px;
    display: table-cell;
}

.foot_menu li {
    padding: 4px 0;
    color: #fff;
}

.foot_menu li a, .foot_rows li a {
    color: #fff;
    transition: 0.2s;
    font-size: 19px;
}

.foot_menu li a:hover, .foot_rows li a:hover {
    transition: 0.2s;
    color: #3c4456;
}

.news_block {
    padding: 30px 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 0 12px 2px #00000038;
}

.img_dv_news {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative;
}

.img_dv_news img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.news_h3 {
    font-weight: 900;
    font-size: 34px;
    color: #3C4456;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 13px 0 0;
}

.news_p {
    font-size: 16px;
    margin-top: 15px;
    color: #3C4456;
    margin-bottom: 0;
}

.date_news {
    text-align: right;
    font-size: 16px;
    color: #C3C7CF;
    padding-right: 24px;
    margin: 20px 0 0;
}

.cont_block {
    box-shadow: 0 0 3px #00000038;
    border-radius: 8px;
    display: flow-root;
    height: min-content;
    padding: 6px 10px;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.code_gr {
    background-color: #008000b5;
    color: #fff;
}

.api_dv_hd {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.accardion {
    width: 80%;
    min-width: 800px;
    padding: 0;
}

.accardion_item {
    border-radius: 21px;
    margin-bottom: 5px;
    color: #fff;
    overflow: hidden;
}

.accardion_item .accardion_trigger.active {
    background-color: #ff8663;
    color: white;
}

.accardion_item .accardion_trigger.active + .accardion_content {
    transform: scaleY(1);
    padding: 20px;
}

.accardion_item .accardion_trigger.active:after {
    border-bottom: 14px solid white;
    transform: rotate(180deg);
}

.accardion_trigger {
    padding: 15px 20px;
    border-radius: 21px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
    background-color: #3C4456;
}

.accardion_trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    border-bottom: 14px solid #ff8663;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: 0.3s;
}

.accardion_trigger:hover {
    color: white;
    background-color: #ff8663;
}

.accardion_trigger:hover:after {
    border-bottom: 14px solid white;
}

.accardion_content {
    transform-origin: top;
    transform: scaleY(0);
    padding: 0 20px 0;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    color: #3C4456;
    background: #fff;
}

.login_center .cent_hds {
    margin: 5px auto;
}

.login_center a {
    text-decoration: underline;
}

.log_dv_bt {
    margin-top: 15px;
}

.not_have_acc {
    text-decoration: underline;
    float: right;
    color: #3485FF;
    font-size: 17px;
    margin-top: 15px;
}

.not_have_acc:hover, .login_center a:hover {
    color: #1a0dab;
}

.reg_bt {
    vertical-align: top;
    margin-right: 15px;
    width: 100%;
    border-radius: 8px;
}

.container_checks {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 27px;
    margin-bottom: 0;
}

.container_checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 4px;
    color: #9C27B0;
    border: 1px solid #C0C0C0;
}

.container_checks:hover input ~ .checkmark {
    background-color: #fff;
}

.container_checks input:checked ~ .checkmark {
    background-color: #007BFF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checks input:checked ~ .checkmark:after {
    display: block;
}

.container_checks .checkmark:after {
    left: 9px;
    top: 1px;
    width: 5px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_burger_43 {
    display: none !important;
}

.search_u_bt {
    padding: 4px 14px;
}

.nl_lnk_bl {
    display: none;
}

.my_conts {
    width: calc(25% - 55px);
    float: left;
    margin: 20px 10px;
    padding: 20px 15px;
    display: flow-root;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 6px 3px rgb(174 174 174 / 5%);
    font-style: italic;
    color: #666;
    text-align: center;
}

.my_conts .material-icons {
    margin: 0 auto;
    font-size: 70px;
    color: #76bc21;
}

.home_my_bg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_my_img {
    width: 25%;
    padding: 0 12%;
    display: inline-block;
}

.home_my_td {
    width: calc(50% - 80px);
    padding: 40px;
    display: inline-block;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 6px 3px rgb(174 174 174 / 5%);
    font-style: italic;
    color: #666;
}

.my_conts_bg {
    display: flex;
}

.pr_im_d {
    margin: 15px 20px;
    text-align: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100px;
    display: inline-block;
}

.pr_im_d img {
    width: 100%;
}

.div_home_reg {
    display: flow-root;
    margin: 40px auto 30px;
    text-align: center;
}

.ft_sp_img img {
    vertical-align: text-top;
}

#contacts_dv {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 20px 10px;
}

#contacts_dv a {
    color: #3c4043;
    font-size: 0.875rem;
    font-weight: bold;
}

#contacts_dv .ft_sp_img {
    margin: 5px 5px 5px 0;
    display: inline-block;
    vertical-align: middle;
}

#contacts_dv a:hover {
    color: #1967d2 !important;
}

@media only screen and (max-width: 2000px) {
    #full_cont {
        margin: 99px auto 0;
    }

    .navbar-nav li, .dropdown-item a {
        padding: 14px 15px;
        font-size: 16px;
    }

    #icon_img {
        height: 78px;
    }
}

@media only screen and (max-width: 1850px) {
    #full_cont, .foot_cent {
        width: calc(100% - 170px);
    }

    header {
        width: calc(100% - 170px);
        left: 85px;
    }
}

@media only screen and (max-width: 1700px) {
    .navbar-nav li, .dropdown-item a {
        padding: 14px 11px;
        font-size: 15px;
    }

    .but_b {
        padding: 12px 26px;
        font-size: 14px;
    }

    #icon_img {
        height: 62px;
        margin: 10px 0 0 0;
    }

    #right-position {
        padding: 0;
    }
}

@media only screen and (max-width: 1500px) {
    #full_cont, .foot_cent {
        width: calc(100% - 140px);
    }

    header {
        width: calc(100% - 140px);
        left: 70px;
    }

    .navbar_nav_l {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1450px) {
    .home_my_img {
        width: 42%;
        padding: 0 4%;
    }

    #full_cont, .foot_cent {
        width: calc(100% - 80px);
    }

    header {
        width: calc(100% - 80px);
        left: 40px;
    }

    .need_lng_ctr {
        display: none;
    }

    .mr_2 {
        vertical-align: top;
        margin-right: 0;
        width: 30px;
    }

    .dropdown-item a {
        padding: 4px 0 0 15px;
        font-size: 15px;
    }

    #full_cont {
        margin: 90px auto 0;
    }
}

@media only screen and (max-width: 1300px) {
    .home_my_td {
        width: calc(65% - 80px);
    }

    .home_my_img {
        width: 26%;
    }

    .navbar_nav_l_bl {
        border-bottom: 1px solid #B7B7CC;
        -webkit-box-shadow: 0 8px 8px 5px rgb(34 60 80 / 7%);
        -moz-box-shadow: 0 8px 8px 5px rgba(34, 60, 80, 0.07);
        box-shadow: 0 8px 8px 5px rgb(34 60 80 / 20%);
        height: calc(100vh - 90px) !important;
    }

    .navbar_nav_l {
        position: absolute;
        left: 0;
        top: 100%;
        height: 0;
        overflow: hidden;
        transition: 0.7s;
        border-right: none;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #fff;
    }

    .navbar_nav_l li {
        width: calc(100% - 50px);
        float: none;
        font-size: 16px;
        padding: 13px 25px;
    }

    .menu_burger_43 {
        display: block !important;
        font-size: 40px !important;
        color: #76bc21 !important;
    }

    .cent_hds {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1150px) {
    .my_conts {
        width: calc(50% - 55px);
        height: 210px;
    }

    .my_conts_bg {
        display: flow-root;
    }
}

@media only screen and (max-width: 1000px) {
    .pr_im_d {
        width: 100px;
        height: 100px;
    }

    .home_my_bg {
        display: flow-root;
        text-align: center;
    }

    .home_my_td {
        width: calc(100% - 80px);
    }

    .home_my_img {
        width: 250px;
        margin: 0 auto 30px;
    }

    .accardion {
        min-width: 100%;
    }

    .bl_ctr {
        width: calc(33% - 25px) !important;
    }

    .foot_menu {
        margin-left: 10px;
    }

    .news_h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 800px) {
    .span_border {
        padding: 6px;
    }

    .but {
        padding: 9px 9px;
    }

    .but_2, .but_3, .but_4 {
        padding: 9px 7px;
    }

    .pr_im_d {
        width: 80px;
        height: 80px;
    }

    #full_cont, .foot_cent {
        width: 100%;
    }

    header {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 700px) {
    #full_cont {
        min-height: calc(100vh - 391px);
    }

    .mob_dels {
        display: none !important;
    }

    .nl_lnk_bl {
        display: block !important;
    }

    .cent_hds {
        margin: 20px 0;
    }

    .login_center {
        width: calc(95% - 30px);
    }

    #full_cont, .foot_cent {
        text-align: center;
    }

    .footer_lg_dv {
        float: none;
        margin: 0 auto;
    }

    .foot_menu {
        margin-left: 20px;
        text-align: left;
        padding: 0;
        width: calc(50% - 30px);
    }

    .bl_ctr {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .buy_block {
        width: calc(100% - 12px);
    }

    .home_my_td {
        width: calc(100% - 30px);
        padding: 40px 15px;
    }

    .my_conts {
        width: calc(100% - 30px);
        height: 180px;
        margin: 20px 0;
    }

    .news_h3 {
        font-size: 20px;
    }

    .bl_ctr {
        width: calc(49% - 25px) !important;
        text-align: left;
    }

    .cent_hds {
        font-size: 32px;
    }

    .cent_hds_2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 450px) {

    .pr_im_d {
        width: 21%;
        margin: 2%;
        position: relative;
        padding-bottom: 21%;
        height: 0;
    }

    .my_conts {
        height: 200px;
    }

    .bl_ctr {
        width: calc(100% - 25px) !important;
    }

    .foot_menu {
        margin-left: 20px;
        text-align: left;
        padding: 0;
        width: calc(95% - 30px);
    }

    #full_cont {
        min-height: calc(100vh - 496px);
    }
}















