/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.main-header .logo {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 9;
    margin-left: -130px;
    width: 250px;
}

.main-menu .menu-right {
    position: relative;
    float: right;
    text-align: left;
    padding-left: 140px;
}

.main-menu .menu-left {
    position: relative;
    float: left;
    text-align: right;
    padding-right: 140px;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li > ul > li > ul > li.current > a, .main-menu .navigation > li > ul > li.current > a, .main-menu .navigation > li.current > a {
    color: #80D3F4;
}

.main-menu .navigation > li > a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 3px solid #EA5C93;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-to-top svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    stroke-width: 12px;
    fill: transparent;
    stroke: #DC0067;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 32px;
    color: #DC0067;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover svg {
        fill: #EA5C93;
    }

a {
    text-decoration: none;
    cursor: pointer;
    color: #80D3F4;
}

body .loader_cogs__top div.top_part {
    width: 100px;
    border-radius: 10px;
    position: absolute;
    height: 100px;
    background: #EA5C93;
}