/*test1*/

:root {
    --color-body: #f8f8f8;
    --color-font: #353535;
    --color-main: #635bff;
    --c-sub: #101010;
    --c-sub-bg: #6558d3;
}

/*@font-face {  font-family: 'OpenSans';  font-weight: 300;  src: url(../fonts/OpenSans-Light.ttf);  }*/
/*@font-face {  font-family: 'OpenSans';  font-weight: normal;  src: url(../fonts/OpenSans-Regular.ttf);  }*/
/*@font-face {  font-family: 'OpenSans';  font-weight: 500;  src: url(../fonts/OpenSans-Medium.ttf);  }*/
/*@font-face {  font-family: 'OpenSans';  font-weight: 600;  src: url(../fonts/OpenSans-SemiBold.ttf);  }*/
/*@font-face {  font-family: 'OpenSans';  font-weight: bold;  src: url(../fonts/OpenSans-Bold.ttf);  }*/
/*@font-face {  font-family: 'OpenSans';  font-weight: 800;  src: url(../fonts/OpenSans-ExtraBold.ttf);  }*/


@font-face {  font-family: 'SourceSans3';  font-weight: 300;  src: url(../fonts/SourceSans3-Light.ttf);  }
@font-face {  font-family: 'SourceSans3';  font-weight: normal;  src: url(../fonts/SourceSans3-Regular.ttf);  }
@font-face {  font-family: 'SourceSans3';  font-weight: 500;  src: url(../fonts/SourceSans3-Medium.ttf);  }
@font-face {  font-family: 'SourceSans3';  font-weight: 600;  src: url(../fonts/SourceSans3-SemiBold.ttf);  }
@font-face {  font-family: 'SourceSans3';  font-weight: bold;  src: url(../fonts/SourceSans3-Bold.ttf);  }
@font-face {  font-family: 'SourceSans3';  font-weight: 800;  src: url(../fonts/SourceSans3-ExtraBold.ttf);  }


/*@font-face {  font-family: 'Inter';  font-weight: normal;  src: url(../fonts/Inter-Regular.ttf);  }*/
/*@font-face {  font-family: 'Inter';  font-weight: 500;  src: url(../fonts/Inter-Medium.ttf);  }*/
/*@font-face {  font-family: 'Inter';  font-weight: 600;  src: url(../fonts/Inter-SemiBold.ttf);  }*/
/*@font-face {  font-family: 'Inter';  font-weight: bold;  src: url(../fonts/Inter-Bold.ttf);  }*/
/*@font-face {  font-family: 'Inter';  font-weight: 800;  src: url(../fonts/Inter-ExtraBold.ttf);  }*/

/*@font-face {  font-family: 'Roboto';  font-weight: normal;  src: url(../fonts/Roboto-Regular.ttf);  }*/
/*@font-face {  font-family: 'Roboto';  font-weight: 500;  src: url(../fonts/Roboto-Medium.ttf);  }*/
/*@font-face {  font-family: 'Roboto';  font-weight: 700;  src: url(../fonts/Roboto-Bold.ttf);  }*/
/*@font-face {  font-family: 'Roboto';  font-weight: 800;  src: url(../fonts/Roboto-Black.ttf);  }*/



html{
    height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*background: linear-gradient(90deg, rgb(70 184 253 / 18%) 0%, rgb(255 89 235 / 12%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);*/
    /*background: linear-gradient(90deg, rgb(70 184 253 / 0%) 0%, rgb(70 184 253 / 8%) 40%, rgb(255 89 235 / 8%) 47%, rgb(210 99 237 / 8%) 55%, rgb(252 177 70 / 8%) 60%, rgb(252 177 70 / 0%) 100%);*/
}

body {
    font-family: 'SourceSans3',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    /*letter-spacing: 0.1px;*/
    color: var(--color-font);
    /*image-rendering: crisp-edges;*/
    /*image-rendering: -webkit-optimize-contrast;*/
    image-rendering: high-quality;
    /*-webkit-font-smoothing: antialiased;*/
    /*-webkit-font-smoothing: subpixel-antialiased;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    background-color: var(--color-body);
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*
::selection {
	color: none;
	background: none;
}*/
p{
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

a{
    text-decoration: none;
    color: #2b2b2b;
}

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    color: rgba(0, 0, 0, 0.19);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}


/* width */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(77, 153, 218, 0.16);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #635bff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    /*-webkit-background-clip: text;*/
    -webkit-text-fill-color: rgb(49 49 49 / 83%);
    /*transition: background-color 5000s ease-in-out 0s;*/
    /*box-shadow: inset 0 0 20px 20px #23232329;*/
}



h1{
    font-size: 36px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 34px;
}

.Title-big{
    font-size: 66px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 65px;
    color: color(display-p3 1 .012 .29 / 1);
    #text-shadow: 1px 1px 3px color(display-p3 1 .012 .29 / 1);
    #text-shadow: 1px 1px 9px color(display-p3 1 0.01 0.29 / 0.39);
}

.-text-gradient{
    color: #8b7fe0;
    background: linear-gradient(47deg, #9dbbff, #aa43ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Desc{
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 22px;
}



.Block-content{
    max-width: 1440px;
    margin: 0 auto;
}
.Block-content-max{
    margin: 0 20px;
}
.Block-content-small{
    max-width: 400px;
    margin: 0 auto;
}


.Title{
    font-size: 32px;
    font-weight: 800;
    margin: 30px 0px 10px;
    line-height: 30px;
}
.Title-form{
    font-size: 32px;
    font-weight: 800;
    margin: 30px 0px 20px;
    line-height: 30px;
}


.Btn-main{
    transition: all 180ms ease-in-out;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    border: transparent;
    /*background-color: #574cff;*/
    background-color: #ee3124;
    /*box-shadow: 0px 14px 20px -8px #f3000052, 0px 50px 36px -20px #fa8a43c2;*/
    /*background: linear-gradient(90deg, #ff790c 0%, #fb483f 100%);*/

    /*background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(249,186,90,1) 29%, rgba(234,103,103,1) 29%, rgba(49,139,255,1) 55%, rgba(70,184,253,1) 55%, rgba(255,89,235,1) 75%, rgba(210,99,237,1) 75%, rgba(252,177,70,1) 100%);*/
    /*box-shadow: 0px 14px 20px -8px #f3000052, 0px 50px 36px -20px #fa8a438f;*/

    /*background-color: #ff4c6a;*/
    /*background-color: color(display-p3 1 .012 .29 / 1);*/
    /*#box-shadow: 0 0 20px -7px #ff0043;*/

/*    box-shadow:*/
/*            0 2.8px 2.2px rgba(0, 0, 0, 0.034),*/
/*            0 6.7px 5.3px rgba(0, 0, 0, 0.048),*/
/*            0 12.5px 10px rgba(0, 0, 0, 0.06),*/
/*            0 22.3px 17.9px rgba(0, 0, 0, 0.072),*/
/*            0 41.8px 33.4px rgba(0, 0, 0, 0.086),*/
/*            0 100px 80px rgba(0, 0, 0, 0.12)*/
/*;*/
}
.Btn-main:hover{
    /*background-image: linear-gradient(130deg,rgb(255 118 71 / 30%) 0%, rgb(255 3 151 / 75%) 100%);*/
    box-shadow: 0px 14px 20px -8px #f3000052, 0px 15px 36px -20px #fa8a43c2;
}


/*====================================================*/
/*    FORM */
/*====================================================*/








/*====================================================*/
/*    TABLE  */
/*====================================================*/



/*.Table {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    border-spacing: 0;*/
/*}*/

/*.Table-stripe tr:nth-child(2n) {*/
/*    background: rgba(0, 0, 0, 0.02);*/
/*}*/

/*.Table-stripe tr:nth-child(1) { !*background: #fff!important;*!*/
/*    background: transparent !important;*/
/*}*/

/*.Table-radius td:first-child {*/
/*    border-top-left-radius: 8px;*/
/*    border-bottom-left-radius: 8px;*/
/*}*/

/*.Table-radius td:last-child {*/
/*    border-bottom-right-radius: 8px;*/
/*    border-top-right-radius: 8px;*/
/*}*/

/*.Table-hover tr:hover:not(.title) {*/
/*    background-color: rgb(0 178 255 / 5%);*/
/*    cursor: pointer;*/
/*}*/

/*.Table-line td {*/
/*    box-shadow: inset 0 -1px 0px 0px #00000008;*/
/*}*/

/*.Table-line-grey td {*/
/*    border-bottom: 3px solid rgb(249 249 249);*/
/*}*/

/*.Table-vertical-line td {*/
/*    border-right: 1px solid rgb(0 0 0 / 7%);*/
/*}*/

/*.Table-vertical-line td:last-child {*/
/*    border-right: transparent;*/
/*}*/

/*.Table-header-sticky {*/
/*    vertical-align: top;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background-color: #f9f9f9;*/
/*    z-index: 1;*/
/*}*/

/*.Table .body {*/
/*    color: rgba(0, 0, 0, 0.75);*/
/*    !*color: rgb(42 42 42);*!*/
/*}*/

/*.Table .body td {*/
/*    padding: 12px 20px;*/
/*}*/

/*.Table .title td {*/
/*    padding: 12px 20px;*/
/*    !* text-transform: uppercase; *!*/
/*    color: rgb(196, 196, 196);*/
/*    line-height: 18px;*/
/*}*/

/*.Table-margin {*/
/*    margin-left: -20px;*/
/*    margin-right: -20px;*/
/*}*/


/*.Table .body-small td {*/
/*    padding: 10px 20px;*/
/*    color: rgb(42 42 42);*/
/*}*/

/*.Table .title-small td {*/
/*    padding: 10px 20px;*/
/*    !* text-transform: uppercase; *!*/
/*    color: rgb(196, 196, 196);*/
/*}*/

/*.Table .body-small td:first-child {*/
/*    padding-left: 0;*/
/*}*/

/*.Table .body-small td:last-child {*/
/*    padding-right: 0;*/
/*}*/

/*.Table .title-small td:first-child {*/
/*    padding-left: 0;*/
/*}*/

/*.Table .title-small td:last-child {*/
/*    padding-right: 0;*/
/*}*/

/*.Table .body-medium td {*/
/*    padding: 10px 20px;*/
/*    color: rgb(42 42 42);*/
/*}*/

/*.Table .title-medium td {*/
/*    padding: 10px 20px;*/
/*    !* text-transform: uppercase; *!*/
/*    color: rgb(196, 196, 196);*/
/*}*/

/*.Table .header-sticky {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background-color: #f9f9f9f2;*/
/*}*/



/*====================================================*/
/*    TABLE - TRADE  */
/*====================================================*/

.Table-trade{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
}

.Table-trade-title{

}
.Table-trade-title th{
    padding: 14px 5px;
    text-align: left;
    font-weight: 500;
    color: #ffffff29;
}


.Table-trade-el td{
    padding: 14px 5px;
    #border-bottom: 1px solid #ffffff08;
    box-shadow: inset 0 -1px #ffffff08;
}
.Table-trade-el td:hover{
    background-color: #00000054;
}

.Trade-field{
    padding: 0;
    border-right: 1px solid #00000036;
}
.Trade-field input{
    padding: 12px 5px;
    border: transparent;
    background-color: #ffffff0d;
    width: 100%;
    -webkit-appearance: none;
}
.Trade-field input::-webkit-outer-spin-button,
.Trade-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Trade-field input[type="datetime-local"]{
    padding: 11px 5px;
}

.Trade-field:hover{
    background-color: #3344a373;
}

.Trade-add-btn{
    background-color: #ffbf00;
    background-color: color(display-p3 1 0.69 0.03);
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}

.Trade-photo-add{
    border: 2px dashed #ffffff1a;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    margin: 0 5px;
    cursor: pointer;
}

.Trade-photo-list{
    display: flex;
}

.Trade-add-photos{
    display: flex;
    padding: 0;
}
.Trade-photo-list{

    .photo-preview{
        position: relative;
        margin: 0 4px;
    }
    .photo-preview img{
        height: 45px;
        display: block;
        border-radius: 4px;
    }
    .photo-remove{
        position: absolute;
        top: -7px;
        line-height: 0;
        padding: 7px 4px;
        right: 0;
        border-radius: 4px;
        cursor: pointer;
        background-color: #000;
    }
}



.Ico-settings{
    background: url(../icons/settings.svg) no-repeat center;
    background-size: 16px;
}
.Ico-favorites{
    background: url(../icons/bookmark1.svg) no-repeat center;
    background-size: 15px;
}
.Ico-smile{
    background: url(../icons/smile.svg) no-repeat center;
    background-size: 16px;
}
.Ico-flash{
    background: url(../icons/flash.svg) no-repeat center;
    background-size: 16px;
}
.Ico-bag{
    background: url(../icons/bag.svg) no-repeat center;
    background-size: 16px;
}
.Ico-task-list{
    background: url(../icons/task-list.svg) no-repeat center;
    background-size: 16px;
}
.Ico-user-card{
    background: url(../icons/user-card.svg) no-repeat center;
    background-size: 16px;
}
.Ico-logout{
    background: url(../icons/logout.svg) no-repeat center;
    background-size: 14px;
}
.Ico-block{
    #opacity: 0.4;
    display: inline-block;
    width: 16px;
    margin-bottom: 3px;
    height: 21px;
    margin-right: 8px;
    vertical-align: middle;
}


.Reg-area{
    /*position: relative;*/
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    height: 80vh;
    align-items: center;
    justify-content: space-between;
}
.Reg-form{
    backdrop-filter: blur(10px);
    padding: 25px;
    min-width: 350px;
    /* position: absolute; */
    /* right: 100px; */
    /* top: 100px; */
    /* background-color: #f3f3f3; */
    border-radius: 15px;
}
.Reg-shape-1{
    width: 600px;
    height: 600px;
    position: absolute;
    /* box-shadow: 0px 45px 20px -13px rgb(255 0 246); */
    background-color: #03a9f447;
    border-radius: 50%;
    top: -346px;
    z-index: 0;
    right: 40%;
}
.Reg-shape-2{
    width: 500px;
    height: 500px;
    position: absolute;
    box-shadow: 0px 45px 20px -13px rgb(255 0 246);
    background-color: #9a00ff;
    border-radius: 50%;
    top: 106px;
    z-index: 0;
    right: 245px;
}
.Reg-shape-3{
    width: 600px;
    height: 600px;
    position: absolute;
    /* box-shadow: 0px 45px 20px -13px rgb(255 0 246); */
    background-color: #03a9f447;
    border-radius: 50%;
    top: -346px;
    z-index: 0;
    right: 40%;
}

.Reg-form-title{
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    font-weight: 600;
    color: #000000c4;
/* color: #8b7fe0; */
/* background: linear-gradient(47deg, #0073ff, #03A9F4); */
/* -webkit-background-clip: text; */
/* -webkit-text-fill-color: transparent;*/
}
.Reg-form-desc{
    margin: 7px 0 35px 0;
    max-width: 225px;
    line-height: 20px;
    font-weight: 200;
}
.Reg-info-block{
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    /* border-radius: 20px; */
    /* background-color: #ffffff54; */
    backdrop-filter: blur(10px);
}
.Reg-info-desc{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.Reg-info-title{
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 40px;
}
.Reg-info-title-sub{
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 8px;
    color: #ee3124;
}
.Reg-field{
    background-color: #0000000d;
    border: transparent;
    width: 100%;
    height: fit-content;
    font-weight: 600;
    padding: 14px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.Logo-omd{
    background: url(../icons/logo_omd.svg) no-repeat center;
    position: absolute;
    top: 17px;
    left: 8px;
    color: #ee3124;
    width: 80px;
    height: 34px;
    font-weight: 800;
    font-size: 40px;
}