.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(../img/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}

.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}



.dropdown--body{
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(26, 32, 36, 0.4), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header  .dropdown--body{
    left: 0;
    width: calc(100vw - 80px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    display: none;
}
.header  .active--dropdown .dropdown--body{
    display: flex;
}
.tool-list{
    display: flex;
    flex-direction: column;
}
.tool-list .tool-lis--head{
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    color: #7C4DFF;
    padding: 0 20px;
    font-family: 'Raleway';
}
.ico-20{
    width: 20px;
    height: 20px;
}
.ico-24{
    width: 24px;
    height: 24px;
}
.ico{display:flex;}
.columns{
    display: flex;
    flex: 0 0 100%;
}
.columns .col-my-6{
    flex: 0 0 50%;
    width: 50%;
}
.columns.columns-20{
    margin-right: -20px;
    margin-left: -20px;
}
.columns.columns-20 > *{
    padding-left: 20px;
    padding-right: 20px;
}

.--list{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex: auto;
}
.--list--item--link:hover{
    color: #7C4DFF;
}
.mb-7{margin-bottom:7px;}
.--list--item--link{
    color: #2A2831;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    white-space: nowrap;
    font-family: 'Raleway';
}
.mr-12{
    margin-right: 12px;
}
.--lists{
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
.--lists::-webkit-scrollbar{
    display: none;
}

.tools--lists{
    display: flex;
    flex: 0 0 100%;
}
.tool-list{
    flex: auto;
}
.tools--lists .tool-list:not(:last-child){
    border-right: 1px solid #DCDBDB;
}
.mb-30{margin-bottom:30px;}

.header__nav{
    margin-top: -8px;
    margin-bottom: -18px;
}
.header__nav .header__nav-link{
    padding-top: 8px;
    padding-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: -14px;
    margin-left: -14px;
    transition: none;
}
.header .dropdown-el.active--dropdown .header__nav-link::after{
    width: 100%;
    height: 10px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    z-index: 2;
    left: 0;
    transition: none;
}
.header .--lists{
    max-height: calc(100vh - 220px);
}
.header .dropdown-el .header__nav-link{
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.header .dropdown-el.active--dropdown .header__nav-link{
    background: #FFFFFF;
    color: #7C4DFF;
    box-shadow: 0px 0px 2px rgb(26 32 36 / 40%), 0px 0px 0px rgb(91 104 113 / 24%);
    transition: none;
}
.header .dropdown-el.active--dropdown .header__nav-link .header__nav-link-icon{
    transform: rotate(-180deg);
}

.search-input{
    border: 1.5px solid #DCDBDB;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    
}
.search-input input{
    padding: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(42, 40, 49, 1);
    font-family: 'Raleway';
    padding-left: 0px;
}
.dropdown--body .header--search{
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}
.dropdown--body .header--search .search-input{
    margin: 0 15px;
}
.search-input input::placeholder{
    color: rgba(42, 40, 49, 0.5);
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.search-input .ico{
    margin: 10px;
    pointer-events: none;
}
.mb-10{margin-bottom:10px;}
.pb-10{padding-bottom:10px;}
.mb-12{margin-bottom:12px;}


.header__mob-menu .--list .--list--item:last-child .--list--item--link{
    padding-bottom: 0;
}
.header__mob-menu.--mob .header__nav{
    width: 100%;
    padding: 0;
}
.header__mob-menu.--mob .header__btns{
    padding: 20px;
    border-top: 1px solid #ccc;
}
.header__mob-menu.--mob .header__btns .btn{
    margin-left: 0;
}
.header__mob-menu.--mob .header__btns .btn:not(:last-child){
    margin-right: 10px;
}
.header__mob-menu.--mob .header__nav-link{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.header__mob-menu.--mob .dropdown-el{
    width: 100%;
}
.header__mob-menu.--mob .dropdown--body{
    width: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}
.header__mob-menu.--mob{
    gap: 0;
}
.header__mob-menu.--mob .--lists{
    max-height: 100%;
}
.header__mob-menu.--mob{
    overflow: hidden;
}
.header__mob-menu.--mob .tools--lists{
    flex-direction: column;
}
.header__mob-menu.--mob .--lists{
    flex-direction: column;
}
.header__mob-menu.--mob .tools--lists .tool-list:not(:last-child){
    border-right: none;
    margin-bottom: 20px;
}
.header__mob-menu.--mob .header__nav{
    gap: 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header__mob-menu.--mob .header__nav-link{
    border-radius: 0;
}
.header__mob-menu.--mob .header__nav::-webkit-scrollbar{
    display: none;
}
.header__mob-menu.--mob{
    padding: 0;
}
.header__mob-menu.--mob .header__nav .header__nav-link{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}
.header__mob-menu.--mob .header__nav .header__nav-link:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.header__mob-menu.--mob .--list--item--link{
    padding: 12px 20px;
}
.header__mob-menu.--mob .--list .--list--item:not(:last-child) .--list--item--link{
    border-bottom: 1px solid #ccc;
}
.menu-open{
    overflow: hidden;
}
.header__mob-menu.--mob .dropdown--body .header--search .search-input{
    margin: 0;
}
.header__mob-menu.--mob .dropdown--body .header--search{
    width: 100%;
    padding: 0px 20px;
}

.dropdown-el.pos-reletive{
    position: relative;
}
.header .dropdown--body.dropdown--convert{
    width: 400px;
}
.header .dropdown--convert .--lists{
    max-height: calc(100vh - 155px);
}


.one_col{
	flex-direction: column;
}

.one_col ul:not(:first-child){
	margin-top: 30px;
}
