* {
    box-sizing: border-box;
}
body {
    min-width: 360px;
}
.card {
    width: 80%;
    margin: auto;
    max-width: 1400px;
}
.card-body {
    padding: 10px;
}
.gsc-search-box {display: none}
#request .gsc-results-wrapper-overlay {
    height: 93vh;
    top: 60px;
    padding: 10px;
    box-shadow: none;
    width: 80%;
    left: 10%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}
#request .gsc-modal-background-image-visible {
    opacity: 0.3;
}
#adBlock {
    position: absolute;
}
#request .gsc-adBlock {
    position: absolute;
}
.request {
    min-height: 50vh;
}
.flyCard {
    position: absolute;
    z-index: 100020;
    right: 50px;
    width: 300px;
    height: 240px;
    display: none;
    background: rgb(241, 255, 248);
    color: #333;
    font-size: 13px;
}
.flyCard .close {
    position: absolute;
    top: -13px;
    right: 10px;
    color: #ff0000;
    font-size: 26px;
    cursor: pointer;
    z-index: 100;
}
.myOpinionByLink {
    width: 100%;
    height: 100px;
    padding: 6px;
}
.tooltip {
    z-index: 100020;
}
.gsc-result {
    position: relative;
}
.flyIcon {
    position: absolute;
    z-index: 100020;
    left: -16px;
    font-size: 18px;
    text-shadow: #2b2b2b 0 0 1px;
    top: -8px;
}
.show-infoiby-result {
    color: #666666;
    top: -8px;
    left: 0;
    position: absolute;
    z-index: 100020;
    font-size: 18px;
    text-shadow: #2b2b2b 0 0 1px;
    cursor: pointer;
}
.fa-clock-o {
    color: #8c1600;
    left: 30px;
}

.fa-comment {
    color: #2753a6;
    left: 60px;
}

.tooltip-inner {
    background: #fff;
    color: #333;
    opacity: 1;
}


.clear {
    clear: both;
}

.saveOk {
    display: none;
    padding: 4px 6px;
    font-size: 12px;
}
.saveOk .fa-check-circle {
    color: #34ce57;
}

.footers a {
    color: #696969;
}

.footers p {
    color: #696969;
}

.footers ul {
    line-height: 30px;
}

#social-fb:hover {
    color: #3B5998;
    transition: all .001s;
}

#social-vk:hover {
    color: #4099FF;
    transition: all .001s;
}

#social-em:hover {
    color: #9bf316;
    transition: all .001s;
}
.reviewCard {
    width: 480px;
}
.mobileShow {
    display: none;
}

.mainContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainUserSettings {
    color: #777;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}
.mainUserSettings:hover {
    color: #000;
}
.mainContent .card{
    margin: 4px;
    min-width: 200px;
    max-width: 500px;
}

.mainUserStatistic {
    background: #eaeeff;
}

.gsc-wrapper .gsc-result {
    min-height: 100px;
}
.itCRM {
    position: absolute;
    top: 2px;
    right: 0;
    display: none;
    width: 80px;
    background: #fff;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .card {
        width: 98%;
    }
    .flyCard {
        width: 300px;
    }
    #request .gsc-results-wrapper-overlay {
        width: 98%;
        left: 1%;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: inline;
    }
    .mainContent {
        display: inline;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
    .card {
        width: 98%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .card-body {
        padding: 10px 0 ;
    }

    .flyCard {
        width: 300px;
    }

    #request .gsc-results-wrapper-overlay {
        width: 98%;
        left: 1%;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: inline;
    }

    .mainContent {
        display: inline;
    }

}

