.logo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 6%;
}
.service__item:hover{
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
 }
.logo{
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
}
/*.service__item:hover{*/
    /*!*box-shadow: 0 0 10px rgba(0,0,0,0.5);*!*/
    /*background: #0263b2;*/
/*}*/
.logo-c {
    padding-left: 0;
}
button.btn__write:hover {
    background-color: #0263b2;
    color: #fff;
}
.quest__data p{
    cursor: default;
}
.quest__link{
    cursor: pointer;
}
/*.service__list .service__item {*/
    /*padding-bottom: 3.5%;*/
/*}*/
.service__item__title{
    cursor:pointer;
}
.ourpartner__title {
    margin-top: 2.448718%;
}
.ourpartner__list {
    padding-top: 2.448718%;
}
.news {
    padding-top: 3%;
}
.name span {
    font-size: 1.125rem;
}



/*=== POPUP MODAL ===*/


.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    background: #ABCEED;
    color: #ffffff;
    width: 25px;
    height: 24px;
    border-radius: 0 0 0 5px;
}
.modalClose::after,
.modalClose::before {
    content: '';
    position: absolute;
    background: #1C76CA;
    top: 11px;
    right: 0;
    width: 100%;
    height: 2px;
}
.modalClose::after {
    transform: rotate(45deg);
}
.modalClose::before {
    transform: rotate(-45deg);
}
.modalClose:hover {
    background: #b8dfff;
}
.modalClose:hover::before,
.modalClose:hover::after {
    background: #1ca1fd;
}
.dws_mob_img {
    width: 694px;
    height: 443px;
    background-repeat: no-repeat;
}
.dws_pop_button_wrapper {
    position: absolute;
    bottom: 27px;
    right: 18px;
 
   
}
a.dws_pop_button {
    float: left;
    display: grid;
    align-items: center;
    background: #ff2400;
    padding: 3px 16px;
    height: 43px;
    text-align: center;
    color: #000000;
    font-weight:bold;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-family: "arial";
}
@keyframes glowing {
 0% { background-color: #ff0000; box-shadow: 0 0 2px #ff0002; }
  
  100% { background-color: #469bf0; box-shadow: 0 0 2px #469bf0; }
}

a.dws_pop_button {
  animation: glowing 1500ms infinite;
}

a.dws_pop_button.left {
    margin-right: 7px;
}
a.dws_pop_button:hover {
    background: #469bf0;
}
a.dws_pop_buttonm {
    float: left;
    display: grid;
    align-items: center;
    background:  #469bf0;
    padding: 3px 16px;
    height: 43px;
    text-align: center;
    color: white;
    font-weight:bold;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-family: "arial";
}
/* @keyframes glowing {
 0% { background-color: #ff0000; box-shadow: 0 0 2px #ff0002; }
  
  100% { background-color: #469bf0; box-shadow: 0 0 2px #469bf0; }
} */
.dws_raspol {
    display: flex;
  justify-content: space-between;
}
.b-popup{
    width:100%;
    height: 2000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:100px;
    height: 40px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.dws_pop_tam_wrapper {
    color: #8FC4F3;
    background: #1572C7;
    border-radius: 0 0 0 3px;
    font-size: 10px;
    font-family: "Ubuntu-L";
    display: inline-block;
    padding: 7px 30px 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

/*--- CONTENT ---*/

.overlay_dws {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0.87);
}
.dlg-modal {
    width: 694px;
    height: 443px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 180px;
    z-index: 130;
    margin-left: -288px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
    filter: alpha(opacity=0);
}
.modal-outer > div {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    margin: 0 auto;
}


/* animation */
.fadeIn, .fadeOut, .slideInDown, .slideOutUp {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 1;
    visibility: visible;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    opacity: 0;
    visibility: hidden;
}

@keyframes slideInDown {
    from {
        top: -320px;
    }
    to {
        top: 180px;
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    top: 180px;
}

@keyframes slideOutUp {
    from {
        top: 180px;
    }
    to {
        top: -320px;
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
    top: -320px;
}


@media screen and (max-width: 740px) {
    .dlg-modal {
        width: 450px;
        height: 364px;
        margin-left: -215px;
    }
    .dws_mob_img {
        width: 100%;
        height: 100%;
        background-size: contain;
    }
    .dws_pop_tam_wrapper {
        font-size: 8px;
        padding: 3px 20px 3px 7px;
    }

    .modalClose {
        width: 16px;
        height: 14px;
        border-radius: 0 0 0 3px;
    }
    .modalClose::after, .modalClose::before {
        top: 6px;
        right: 1px;
        width: 85%;
        height: 1px;
    }

    .dws_pop_button_wrapper {
        bottom: 10px;
        right: 10px;
    }
    a.dws_pop_button.left {
        margin-right: 0;
        margin-bottom: 5px;
    }
    a.dws_pop_button {
        float: none;
        font-size: 10px;
        line-height: 10px;
        border-radius: 2px;
        padding: 2px 3px;
        height: 28px;
    }
}

@media screen and (max-width: 480px) {
    .dlg-modal {
        margin-left: -224px;
    }
}

@media screen and (max-width: 420px) {
    .dlg-modal {
        width: 400px;
        height: 325px;
        margin-left: -200px;
    }
}


@media screen and (max-width: 380px) {
    .dlg-modal {
        width: 360px;
        height: 293px;
        margin-left: -180px;
    }
    a.dws_pop_button {
        font-size: 8px;
        height: 23px;
    }

    .modal-outer {
        width: 320px;
        margin-left: -155px;
    }

    .modal-outer .dlg-modal {
        width: 290px;
        height: 150px;
    }
}

@media screen and (max-width: 360px) {
    .dlg-modal {
        width: 340px;
        height: 276px;
        margin-left: -170px;
    }
}



@media screen and (max-width: 320px) {
    .dlg-modal {
        width: 304px;
        height: 250px;
        margin-left: -152px;
    }
}

    /*=== POPUP MODAL ===*/







@media (max-width: 1366px){
    .dds-li {
        min-height: 488px;
    }
}



/* NEW STYLES */
.quest__btn:hover #arrow, #arrow{
    transition: .3s;
}
.service__btn, .btn__header, .btn__aside, .footer__btn, .footer__menu__link{
    transition: .3s;
}
.service__btn:hover, .footer__btn:hover{
    transition: .3s;
    box-shadow: 0 0 10px 2px rgba(2,99,178, 0.8);
}
.btn__header:hover, .btn__aside:hover{
    transition: .3s;
    box-shadow: 0 0 10px 2px rgba(255,255,255, 0.8);
}
.footer__menu__link:hover{
    transition: .3s;
    color: #0263b2;
}

@media screen and (max-width: 1300px){
    .name, .name span{
        font-size: 0.95rem;
    }
}
@media screen and (max-width: 1140px){
    .name, .name span{
        font-size: 0.82rem;
    }
}
@media screen and (max-width: 1024px){
    .name, .name span{
        font-size: 1vh;
    }
}

.colour-blue {
    color: #61A7D8;
    margin-top: 10px;
}
.list-none {
    list-style-type:none;
    margin-left: -10px;
}
.uslugi__info.norm {
    font-family: inherit;
}
.bold {
    font-weight: bold;
}
.mu_row.bord_top {
    border-top: 1px solid #e6e6e6;
}
.mu__info.whit {
    color: #5b5b5b;
}
.italic {
    font-style:italic;
}
.copir-rict {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
img.img-log-rict {
    width: 40px;
    margin-left: 20px;
    margin-top: -15px;
}
.name a {
    color: #fff;
    text-decoration: none;
}
.tel__small {
    display: none;
}
@media screen and (max-width: 480px) {
    .tel__small {
        display: block;
    }
    .name, .name span {
        font-size: 0.75rem;
    }
    .sevice__first {
        max-width: initial;
    }
    .service__item.dds-li {
        min-height: auto!important;
    }
    .sevice__first .service__item {
        padding-left: 14px;
        padding-right: 22px;
    }
    .service .service__item:nth-child(2) .service__item__img {
        position: static;
    }
    .tododoc__item .tododoc__img-w {
        width: 75px!important;
    }
    .tododoc__line {
        left: 15%;
    }
    .ourpartner__list {
        display: flex;
        justify-content: center;
    }
    .ourpartner__item {
        margin-right: inherit;
        text-align: center;
        width: 33%;
    }
    .email {
        padding-left: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .email::before {
        background-size: auto;
        margin-right: 0;
    }
    .address {
        padding-left: 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .address::before {
        background-size: auto;
        margin-right: 0;
    }
    .mobile_menu_none {
        display: none;
    }
    .logo--mobile {
        display: inline-block;
        margin-right: 14px;
        float: left;
    }
}