/*
Theme Name: MOSSEO
Description: 
Author: Oleg Putintsev
Author URI: https://putintsev.pro
*/

* {
    margin: 0;
    padding: 0;
}

.header-logo a,
.footer .logo span {
    position: relative;
}

/*.header-logo a:after,
.footer .logo span.logo-img:after{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(images/hat21.png) center center/cover no-repeat;
  right: -14px;
  top: -16px;
  transform: rotate(29deg);
}
.footer .logo span.logo-img:after{
  right: -17px;
  top: -16px;
}*/
.mobile__menu {
    z-index: 999;
    top: 0;
}

.mobile-drop__links .header-contacts {
    margin: 0 0 31px;
}

.mobile-drop__links {
    padding: 0 0 33px;
}

.mobile-drop__links li {
    position: relative;
}

span.menu-dropdown-btn {
    position: absolute;
    width: 21px;
    height: 21px;
    background: #0077ce url(images/down-arrow.svg) center center no-repeat;
    background-size: 17px 17px;
    top: 0px;
    right: 15px;
}

.mobile-drop__links-a ul.sub-menu {
    margin: 15px 0 15px 15px;
}

.mobile-drop__links-a li.open-page-item > ul.sub-menu,
.mobile-drop__links-a li.current-menu-item > ul.sub-menu,
.mobile-drop__links-a li.current-menu-ancestor > ul.sub-menu {
    display: block;
}

.mobile-drop__links-a li.current-menu-item > a {
    color: #0077ce;
}

.mainmenu ul li a:hover,
.mainmenu ul li a.active,
.mainmenu ul li.current-menu-item > a {
    color: #222A36;
    border-bottom-color: #0077CE;
}

.content img {
    box-shadow: 0 8px 25px rgb(0 0 0 / 6%);
    border-radius: 12px;
}

.partners_img img {
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    height: 50px;
    width: auto;
}

.partners_img div {
    float: left;
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.partners_img:after {
    content: '';
    display: block;
    clear: both;
}

.hww.even .hww-item__txt {
    flex-grow: 1;
}

.hww.odd.hww-image .hww-line {
    top: 76px !important;
}

.swd-item:hover {
    transform: scale(1.05);
}

.main-screen .ms-el-2 {
    -webkit-animation: spin 4.2s linear infinite;
    -moz-animation: spin 4.2s linear infinite;
    animation: spin 4.2s linear infinite;
}

.main-screen .ms-el-3 {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.header-logo__text {
    font-size: 8px;
}

.main-screen .mini {
    color: #AEBED0;
    margin: 0;
    display: inline-block;
    padding-left: 70px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1.4px;
    position: absolute;
    left: 18em;
    top: 8em;
    background: url(images/mini.png) no-repeat 0 50%;
    width: 500px;
    text-transform: uppercase;
}

b {
    font-weight: 700;
}

.main-screen .ms-el-4 {
    top: 390px;
    left: calc(50% + 333px);
}

.bord_rad {
    border-radius: 20px;
}

.requisites td {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.4px;
    color: #979797;
}

.requisites tr td:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.276px;
    color: #222a36;
    margin-right: 15px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wiki-container .swiper-container .swiper-button-next {
    animation-name: rl;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes rl {
    0% {
        right: -15px;
    }
    50% {
        right: 0;
    }
    100% {
        right: -15px;
    }
}

.followus {
    z-index: 999;
}

.portf-item__title a,
.box-port__zad {
    color: #000;
}

.post-header .contents li a {
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.front-qa__title span {
    background: -webkit-linear-gradient(#ff6dbb, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.front-qa__desc-text ul {
    border-left: 3px solid #0077ce;
    padding: 16px 16px 16px 48px;
    background: #fcfcfc;
    border-radius: 0 10px 10px 0;
}

.front-qa__desc-text ul li {
    position: relative;
    z-index: 1;
    padding-left: 18px;
    margin-bottom: 6px;
}

.front-qa__desc-text ul li:before {
    content: " ";
    width: 8px;
    height: 7px;
    background: url(images/fa/check.svg) no-repeat 50% 50%;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 2px;
}

.stuff-item__top-header {
    background-color: #0077ce77;
    padding: 15px;
}

.page-template-template-about-company .section-contacts__stuff .stuff-item__bio {
    padding-left: 120px;
}

.page-template-template-about-company .stuff-item__top-header {
    right: -104px;
}

.wiki-item__desc ul li a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #f00;
    border-radius: 100%;
    margin: 0 5px 0 0;
    top: -2px;
    position: relative;
}

.autor_img img {
    border-radius: 4px;
    max-width: 100%;
}

.autor_pre {
    margin: 0 0 7px;
}

.autor_name {
    font-size: 20px;
    margin: 0 0 3px;
}

.autor_dolj {
    font-size: 12px;
    color: #b2bdcf;
    margin: 0 0 15px;
}

.stuff-item__bio.autor_bio ul {
    padding-left: 20px;
}

@media (max-width: 1170px) {
    .followus {
        display: none;
    }
}

@media (max-width: 992px) {
    .mobile-drop__links .header-contacts__icon {
        display: flex;
        width: 40px;
        height: 40px;
    }

    .block-title, .h1, .title, h1 {
        text-align: center;
    }

    .blockseo-img {
        margin: 30px 0;
    }

    .main-screen .mini {
        display: none;
    }

    .front-qa__btn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        top: 6px;
        right: 6px;
    }
}

.followus-links {
    position: absolute;
    bottom: 30px;
    background: #e0e0e0b0;
    right: 31px;
    padding: 10px 15px;
    max-width: 300px;
    text-align: right;
    color: #232a36;
    z-index: 100;
    /*font-weight: bold;*/
}

@media (max-width: 992px) {
    .followus-links {
        bottom: 120px;
        right: -60px;
    }
}
@media (max-width: 767px) {
    .followus-links {
        bottom: 123px;
        right: 11px;
        max-width: 180px;
    }
}

.followus-links a {
    color: inherit;
    text-decoration: underline;
}

span.logo-text {
    position: absolute;
    left: 105px;
    bottom: -10px;
    min-width: 100px;
    font-size: 11px;
    color: #b2bdcf;
}