
/* PIKIROVKA */
.pikirovka {
    padding-top: 12px;

}
.pikirovka table {
    min-width: 400px;
}
.pikirovka table tr:nth-child(even) {
    background: transparent;
}
.pikirovka table tr:nth-child(odd) {
    background: #f2f2f2;
}
.pikirovka table tr th:first-child,
.pikirovka table tr td:first-child {
    width: 12%;
}
.pikirovka table tr th,
.pikirovka table tr td {
    width: 44%;
    padding: 5px 15px;
    font-size: 16px;
    vertical-align: top;
    border: 1px solid #c2c0c1;
}
.pikirovka .get-sgy{
    cursor: pointer;
    margin: 12px auto 24px;
    background-color: #00aeff;
    width: 270px;
    text-align: center;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}
.form-load-spy {
    margin: 0;
}
.form-load-spy label {
    padding: 8px 0;
    line-height: 19px;
    font-size: unset;
    color: unset;
    font-weight: unset;
    margin-bottom: unset;
}

.pikirovka .after-load-sgy-block{
    height: 36px;
    display: flex;
    column-gap: 10px;
    margin-top: 12px;
    margin-bottom: 24px;
}
.pikirovka .after-load-overlay{
    height: 100%;
    background-color: #d2d3d5;
    flex-grow: 1;
    position: relative;
}
.pikirovka .after-load-preloader{
    background-color: #00aeff;
    width: 0%;
    height: 100%;
}
.pikirovka .after-load-persent{
    font-size: 19px;
    color:  white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:  0;
    text-align: center;
    line-height: 36px;
}
.pikirovka .after-load-sgy.disable {
    cursor:  not-allowed;
    background-color: #ccc;
}
.pikirovka .after-load-sgy {
    cursor: pointer;
    background-color: #00a652;
    font-size: 14px;
    width: 185px;
    padding: 10px 5px;
    text-align: center;
    color:  white;
    text-transform: uppercase;
}


.pikirovka .top-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.pikirovka .quality-rating{
    /* font-size: 20px; */
}
.pikirovka .btns-rating {
    /* list-style-type: none; */
    /* margin-right: 1.4%; */
    padding-bottom: 0;
    /* width: 220px; */
    white-space: nowrap;
}
.pikirovka .btns-rating li {
    display: inline-block;
    margin-left: 10px;
}
.pikirovka .btns-rating label {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    background-color: #d2d3d4;
    color: white;
    width:  36px;
    line-height: 36px;
    text-align: center;
}
.pikirovka .btns-rating label.active/* ,
.pikirovka .btns-rating label:hover */ {
    background-color: #00aeff;
}
.pikirovka .pikirovka__step-2 .btns-rating li:first-child {
    margin-left: 60px;
}
.pikirovka .btns-rating li:before {
    content:  unset;
}
.download-after-rating{
    display: flex;
    justify-items: center;
}
.download-after-rating-text {
    font-size: 16px;
}
.pikirovka .img-block {
    border: 1px solid black;
    margin-bottom: 36px;
    text-align: center;
}
.form-reload {
    margin-bottom: 10px;
}
.form-reload .form-columns {
    display: flex;
    padding: 0;
}
.form-reload .form-columns > div{
    padding: 18px 0;
}
.form-reload .form-columns .first-column {
    border-right:  1px solid #b7b7b7;
    /* padding-right: 20px; */
    /* flex-basis: 50%; */
}
.form-reload .form-columns .first-column .row{
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}
.form-reload .form-columns .first-column .row > div:nth-child(even) {
    padding-right: 30px;
}
.form-reload .form-columns .row > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}
.form-reload .form-columns .row > div:nth-child(3),
.form-reload .form-columns .row > div:last-child{
    margin-bottom: 0;
}
.form-reload label{
    display: flex;
    margin-bottom: 0;
    font-size: 16px;
}
.form-reload input{
    height: auto;
    margin-bottom: 0;
    border-color: #707070;
    font-size: 14px;
    padding: 0 10px;
    line-height: 18px;
    width: 70px;
    text-align: center;
}

.right-label {
    width: 100px;
    display: flex;
    /* padding-left: 15px; */
}


.form-reload .form-columns .second-column .row > div {
    padding-right: 10px;
    padding-left: 10px;
}
.form-reload .form-columns .second-column .row > div:nth-child(odd) {
    padding-left: 30px;
}
.form-reload .form-columns .second-column .row > div:nth-child(even) {
    padding-right: 0;
}
.form-reload .form-columns .first-column,
.form-reload .form-columns .second-column {
    flex-basis: 37.2881356%;
    flex-basis: 445px;
    flex-basis: 37.7118644%; /* 1180 */
}
.form-reload .form-columns .second-column {
    flex-basis: 37.2881356%;
    flex-basis: 510px;
    flex-basis: 43.220339%; /* 1180 */
}
.form-reload .form-columns .last-column {
    flex-basis: 25.4237288%;
    flex-basis: 250px;
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}





.pikirovka .files-end {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.pikirovka .files-download {
    margin-bottom: 50px;
}
.pikirovka .files-download p{
    text-align: center;
    padding-bottom: 7px;
}
.pikirovka .files-download a:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 2px;
    background-image: url(/local/templates/geodevice_15_07_2019/assets/images/icon-download.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.pikirovka .please-rating {
    font-size: 20px;
    margin-bottom: 17px;
}
.pikirovka .form-rating {
    /* border: 1px dashed #ccc; */
    margin-bottom: 76px;
    /* padding: 9px 0; */
}
.pikirovka .form-rating > .row {
    /* margin-left: -20px; */
    /* margin-right: -15px; */
}
.pikirovka .form-rating .lists-rating {
    /* padding-right: 25px; */
}
.pikirovka .form-rating .lists-rating > .row {
    align-items: center;
    display: flex;
}
.pikirovka .form-rating .list-name{
    min-width: 170px;
}
.pikirovka .form-rating .btns-rating{
    margin-bottom: 15px;
}
.pikirovka .form-rating .btns-rating li:first-child {
    margin-left: 0;
}
.pikirovka .form-rating .lists-rating > .row:last-child .btns-rating{
    margin-bottom: 0;
}
.pikirovka .form-rating .lists-comment{
    /* padding-left: 25px; */
}
.pikirovka .form-rating .comment-wrap{
    display: flex;
}
.pikirovka .form-rating .comment-wrap label{
    font-size: 16px;
    padding-top: 8px;
    padding-right: 15px;
}
.pikirovka .form-rating .comment-wrap textarea{
    min-height: 188px;
    /* margin-bottom: 15px; */
    margin-bottom: 16px;
}

.pikirovka__success-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.3);
}
.pikirovka__success {
    /* position: absolute; */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    width: 90%;
    max-width: 500px;
    height: 250px;
    background-color: white;
    /* border: 1px solid black; */
    padding: 0 30px;
}

.btn-a,
.btn-on,
.btn-off{
    cursor: pointer;
    font-size: 14px;
    color:  white;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    line-height: 20px;
}

.btn-on,
.btn-off{
    font-size: 12px;
}
.btn-a,
.btn-off{
    background-color: #d2d3d4;
}

.btn-a.active,
.btn-on{
    background-color: #00a652;
}

.btn-download-after-rating {
    background-color: #f2f2f2;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    flex-shrink: 0;
}
.btn-download-after-rating.active {
    background-image: url(/local/templates/geodevice_15_07_2019/assets/images/icon-check.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.form-reload .btn-reload {
    cursor: pointer;
    background-color: #00aeff;
    font-size: 14px;
    width: 185px;
    padding: 8px 5px;
    text-align: center;
    color:  white;
    text-transform: uppercase;
    border:  none;
}
.form-reload .btn-reload:disabled {
    cursor: not-allowed;
    background-color: #95dcfd;
}
.btn-comment-send{
    float: right;
    background-color: #00a652;
    color: white;
    padding: 8px;
    border: none;
    width: 185px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-comment-send[disabled]{
    background-color: #ccc;
}


.btn-files-other-upload {
    cursor: pointer;
    font-size: 14px;
    background-color: #00aeff;
    text-align: center;
    text-transform: uppercase;
    color:  white;
    padding: 8px 20px;
    margin: auto;
    width: 240px;
    margin-bottom: 30px;
}
.btn-close {
    cursor: pointer;
    background-image: url(/local/templates/geodevice_15_07_2019/assets/images/ico-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;

}

.icon-size{
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/geodevice_15_07_2019/assets/images/icon-arrows.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.icon-info {
    cursor:  pointer;
    position: relative;
    background-color: #00a652;
    border-radius: 100%;
    line-height: 20px;
    width: 20px;
    text-align: center;
    color:  white;
}
.icon-info .icon-info-text{
    display: block;
    position: absolute;
    z-index: 1;
    background-color: white;
    color: black;
    padding: 50px 40px;
    width: 460px;
    border: 1px solid black;
    bottom: 10px;
    left: 10px;
    cursor: auto;
}


@media only screen and (max-width: 79.99em){
    .form-reload .form-columns {
        flex-wrap: wrap;
    }
    .form-reload .form-columns .first-column,
    .form-reload .form-columns .second-column{
        flex-basis: 100%;
    }
    .form-reload .form-columns .first-column{
        border-right: none;
        padding-bottom: 0;
    }
    .form-reload .form-columns .second-column{
        padding-top: 0;
    }
    .form-reload .form-columns .row > div{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .form-reload .form-columns .row > div:nth-child(3){
        margin-bottom: 10px;
    }

    .download-after-rating{
        margin-left: 10px;
    }
    .pikirovka .form-rating .comment-wrap{
        flex-direction: column;
    }
    .pikirovka .form-rating .comment-wrap label{
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px){
    .pikirovka .img-block {
        margin-bottom: 10px;
    }

    .form-reload .form-columns .first-column{
        padding-bottom: 10px;
    }

    .pikirovka .top-line {
        flex-direction: column;
    }
    .pikirovka .pikirovka__step-2 .btns-rating{
        margin: 10px auto;
    }
    .pikirovka .pikirovka__step-2 .btns-rating li:first-child {
        margin-left: 0;
    }

    .form-reload .form-columns .first-column .row > div:last-child{
        margin-bottom: 0;
    }

    .pikirovka .after-load-sgy-block {
        flex-direction: column;
        height: unset;
    }
    .pikirovka .after-load-overlay {
        margin-bottom: 10px;
    }
    .pikirovka .after-load-preloader {
        height: 36px;
    }
    .pikirovka .after-load-sgy {
        align-self: center;
    }


    .pikirovka .pikirovka__step-3  .please-rating{
        text-align: center;
    }
    .pikirovka .form-rating .lists-rating {
        padding-bottom: 20px;
    }
    .pikirovka .form-rating .lists-rating > div{
        flex-direction: column;
    }
    .pikirovka .form-rating .lists-rating .list-name{
        padding-bottom: 10px;
        text-align: center;
    }
    .pikirovka .form-rating .lists-rating .list-name + div{
        text-align: center;
    }

    .pikirovka .form-rating .comment-wrap textarea{
        width:  100%;
    }
    .btn-comment-send{
        float: unset;
    }
}

/* /PIKIROVKA */